:root {
    --coal: #171916;
    --coal-soft: #252821;
    --mineral: #f2f0e9;
    --mineral-deep: #e5e1d6;
    --white: #fffefa;
    --orange: #f28c28;
    --orange-dark: #bd5b0b;
    --sage: #b8bdab;
    --body-text: #4f544c;
    --hairline: rgba(23, 25, 22, .16);
    --page-pad: clamp(20px, 5vw, 76px);
    --section-space: clamp(76px, 9vw, 132px);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--body-text);
    background: var(--mineral);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--coal);
    font-family: "DM Serif Display", Georgia, serif;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -.025em;
}

p {
    color: var(--body-text);
}

a {
    color: inherit;
}

a:hover {
    color: var(--orange-dark);
}

::selection {
    color: var(--white);
    background: var(--orange-dark);
}

.wrapper {
    background: var(--mineral);
}

.container {
    max-width: 1240px;
}

.container-fluid {
    max-width: 1600px;
    padding-right: var(--page-pad);
    padding-left: var(--page-pad);
}

.btn {
    min-height: 48px;
    padding: 13px 24px;
    color: var(--white);
    background: var(--coal);
    border: 1px solid var(--coal);
    border-radius: 0;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.btn:hover {
    color: var(--coal);
    background: var(--orange);
    border-color: var(--orange);
    transform: translateY(-2px);
}

/* Header */
.site-header {
    position: relative;
    z-index: 50;
    min-height: 86px;
}

.nav-bar,
.nav-bar.nav-sticky {
    padding: 0 var(--page-pad);
    background: rgba(242, 240, 233, .96);
    border-bottom: 1px solid var(--hairline);
    backdrop-filter: blur(16px);
}

.nav-bar.nav-sticky {
    box-shadow: 0 12px 30px rgba(23, 25, 22, .08);
}

.nav-bar .container-fluid {
    max-width: 1600px;
    padding: 0;
}

.nav-bar .navbar {
    min-height: 86px;
    padding: 0;
}

.nav-bar .navbar-brand,
.nav-bar .navbar-brand:hover {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-right: clamp(28px, 5vw, 84px);
    padding: 0;
    color: var(--coal);
}

.brand-symbol {
    position: relative;
    width: 42px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--white);
    background: var(--coal);
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 31px;
    line-height: 1;
}

.brand-symbol::after {
    position: absolute;
    content: "";
    right: -10px;
    bottom: -10px;
    width: 24px;
    height: 24px;
    background: var(--orange);
    transform: rotate(45deg);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-copy strong {
    color: var(--coal);
    font-size: 21px;
    font-weight: 800;
    letter-spacing: .18em;
}

.brand-copy small {
    margin-top: 7px;
    color: #6b6f67;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nav-bar .navbar-collapse {
    align-items: center;
}

.nav-bar .navbar-nav {
    gap: clamp(15px, 2vw, 31px);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus {
    padding: 32px 0 29px;
    color: #595d55;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--coal);
}

.nav-bar a.nav-link::after {
    left: 0;
    right: 0;
    bottom: 21px;
    height: 2px;
    background: var(--orange);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-call {
    color: var(--coal);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

.nav-call span {
    display: block;
    color: #7d8179;
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nav-bar .btn {
    min-height: 44px;
    padding: 11px 19px;
    color: var(--white);
    background: var(--coal);
    border-color: var(--coal);
    font-size: 11px;
}

.nav-bar .btn:hover {
    color: var(--coal);
    background: var(--orange);
    border-color: var(--orange);
}

/* Hero */
.carousel {
    width: calc(100% - (var(--page-pad) * 2));
    max-width: 1600px;
    height: min(760px, calc(100svh - 86px));
    min-height: 570px;
    margin: 0 auto;
    background: var(--coal);
}

.carousel .carousel-item img,
.carousel .carousel-item video {
    filter: saturate(.74) contrast(1.04);
}

.carousel .carousel-item::after {
    background:
        linear-gradient(90deg, rgba(18, 20, 17, .92) 0%, rgba(18, 20, 17, .62) 50%, rgba(18, 20, 17, .12) 82%),
        linear-gradient(0deg, rgba(18, 20, 17, .56), transparent 46%);
}

.carousel .carousel-item::before {
    position: absolute;
    content: "";
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .28);
    z-index: 2;
    pointer-events: none;
}

.carousel .carousel-caption {
    left: clamp(45px, 8vw, 130px);
    right: clamp(45px, 8vw, 130px);
    height: 100%;
    min-height: 0;
    max-width: 820px;
    padding-top: 44px;
}

.carousel .animated {
    animation: none !important;
}

.carousel .carousel-caption p {
    margin-bottom: 20px;
    padding-left: 44px;
    color: #ffd4a7;
    font-size: 11px;
    letter-spacing: .18em;
}

.carousel .carousel-caption p::before {
    width: 30px;
    background: var(--orange);
}

.carousel .carousel-caption h1,
.carousel .carousel-caption h2 {
    max-width: 780px;
    margin-bottom: 25px;
    color: var(--white);
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(43px, 5vw, 66px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.035em;
}

.hero-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .74);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-note i {
    width: 4px;
    height: 4px;
    background: var(--orange);
    border-radius: 50%;
}

.carousel .carousel-caption .btn {
    padding: 14px 25px;
    color: var(--coal);
    background: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 0;
    font-size: 12px;
}

.carousel .carousel-caption .btn:hover {
    color: var(--coal);
    background: var(--white);
    border-color: var(--white);
}

.carousel .carousel-indicators {
    left: auto;
    right: 42px;
    bottom: 42px;
    width: auto;
    margin: 0;
}

.carousel .carousel-indicators li {
    width: 26px;
    height: 2px;
    background: rgba(255, 255, 255, .55);
}

.carousel .carousel-indicators li.active {
    width: 48px;
    background: var(--orange);
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    top: auto;
    bottom: 28px;
    width: 44px;
    height: 44px;
    opacity: .9;
    z-index: 4;
}

.carousel .carousel-control-prev {
    left: auto;
    right: 126px;
}

.carousel .carousel-control-next {
    right: 76px;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    opacity: 1;
}

/* Shared sections */
.welcome-intro {
    padding: 88px 0 92px;
    background: #ffffff;
}

.welcome-intro-grid {
    display: grid;
    grid-template-columns: 38% minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.welcome-intro-label {
    display: flex;
    align-items: center;
    gap: 20px;
}

.welcome-intro-label span {
    width: 4px;
    height: 64px;
    flex: 0 0 4px;
    background: #ef252a;
}

.welcome-intro-label h2 {
    margin: 0;
    color: #07182d;
    font-family: "Manrope", sans-serif;
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: 1;
}

.welcome-intro-copy {
    width: 100%;
    max-width: 760px;
}

.welcome-intro-copy h3 {
    margin-bottom: 25px;
    color: #07182d;
    font-family: "Manrope", sans-serif;
    font-size: clamp(34px, 3vw, 42px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.14;
}

.welcome-intro-copy p {
    margin-bottom: 22px;
    color: #07182d;
    font-size: 17px;
    line-height: 1.68;
}

.welcome-intro-links {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 29px;
}

.welcome-intro-links a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 5px;
    color: #07182d;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    font-weight: 800;
}

.welcome-intro-links a i {
    color: #ef252a;
    font-size: 13px;
    transition: transform .25s ease;
}

.welcome-intro-links a:hover {
    color: #d71920;
    border-color: #d71920;
}

.welcome-intro-links a:hover i {
    transform: translateX(4px);
}

/* Leadership */
.values-commitment {
    padding: clamp(78px, 8vw, 112px) 0;
    background: #ffffff;
}

.values-commitment-grid {
    display: grid;
    grid-template-columns: 38% minmax(0, 1fr);
    gap: 32px;
}

.values-commitment-heading {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.values-commitment-heading > span {
    width: 4px;
    height: 76px;
    flex: 0 0 4px;
    background: #ef252a;
}

.values-commitment-heading h2 {
    max-width: 390px;
    margin: 0;
    color: #07182d;
    font-family: "Manrope", sans-serif;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.12;
}

.values-commitment-copy {
    max-width: 760px;
}

.values-commitment-copy p {
    margin-bottom: 23px;
    color: #07182d;
    font-size: 17px;
    line-height: 1.72;
}

.values-commitment-copy p:last-child {
    margin-bottom: 0;
}

.core-values {
    padding: clamp(72px, 8vw, 108px) 0 clamp(82px, 9vw, 124px);
    color: #ffffff;
    background: #06182b;
}

.core-values h2 {
    margin-bottom: clamp(56px, 7vw, 88px);
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(31px, 3vw, 41px);
    font-weight: 650;
    letter-spacing: -.045em;
}

.core-values-grid {
    display: grid;
    grid-template-columns: 28% minmax(0, 1fr);
    gap: clamp(55px, 9vw, 130px);
    align-items: start;
}

.core-values-tabs {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.core-values-tabs button {
    position: relative;
    padding: 4px 0 8px;
    color: rgba(255, 255, 255, .46);
    background: transparent;
    border: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(25px, 2.8vw, 38px);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1.24;
    text-align: left;
    cursor: pointer;
    transition: color .25s ease;
}

.core-values-tabs button::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    width: 0;
    height: 2px;
    background: #ef252a;
    transition: width .3s ease;
}

.core-values-tabs button:hover,
.core-values-tabs button.active {
    color: #ffffff;
}

.core-values-tabs button.active::after {
    width: 100%;
}

.core-values blockquote {
    position: relative;
    max-width: 770px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    border: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(37px, 4.2vw, 59px);
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: 1.12;
    transition: opacity .18s ease, transform .18s ease;
}

.core-values blockquote::before,
.core-values blockquote::after {
    color: #ef252a;
    font-size: .7em;
    font-weight: 800;
}

.core-values blockquote::before {
    content: "\201C";
    margin-right: 2px;
}

.core-values blockquote::after {
    content: "\201D";
    margin-left: 4px;
}

.core-values blockquote.is-changing {
    opacity: 0;
    transform: translateY(8px);
}

.page-header.leadership-header {
    background:
        linear-gradient(0deg, rgba(10, 15, 18, .72), rgba(10, 15, 18, .08) 62%),
        url(../img/carousel-1.jpg) center 44% / cover;
}

.page-header.story-header {
    background:
        linear-gradient(0deg, rgba(10, 15, 18, .76), rgba(10, 15, 18, .06) 64%),
        url(../img/carousel-3.jpg) center 48% / cover;
}

.page-header.story-header,
.page-header.leadership-header {
    width: 100%;
    height: min(760px, 100svh);
    min-height: 620px;
    margin: 0;
    padding: 0 0 clamp(48px, 7vh, 76px);
    align-items: flex-end;
    background-repeat: no-repeat;
}

.page-header.story-header::before,
.page-header.leadership-header::before,
.page-header.story-header::after,
.page-header.leadership-header::after {
    display: none;
}

.page-header.story-header .container,
.page-header.leadership-header .container {
    width: 100%;
    max-width: none;
    padding-right: clamp(24px, 4vw, 64px);
    padding-left: clamp(24px, 4vw, 64px);
}

.page-header.story-header h2,
.page-header.leadership-header h2 {
    margin-bottom: 27px;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(53px, 6vw, 82px);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: 1;
}

.page-header.story-header a,
.page-header.leadership-header a {
    margin-right: 4px;
    padding: 0;
    color: rgba(255, 255, 255, .88);
    border: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.page-header.story-header a + a::before,
.page-header.leadership-header a + a::before {
    content: "\00BB";
    margin: 0 7px 0 2px;
    color: #ffffff;
}

.page-header.story-header a:hover,
.page-header.leadership-header a:hover {
    color: var(--orange);
    background: transparent;
}

.leadership-intro {
    padding: clamp(80px, 9vw, 125px) 0;
    background: var(--white);
}

.leadership-intro-grid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: clamp(50px, 9vw, 130px);
    align-items: end;
}

.leadership-intro .section-header {
    margin-bottom: 0;
}

.leadership-intro-copy {
    padding-bottom: 4px;
}

.leadership-intro-copy p {
    margin: 0;
    color: #4d534b;
    font-size: 15px;
    line-height: 1.85;
}

.ceo-profile {
    padding: 0 0 var(--section-space);
    background: var(--white);
}

.ceo-profile-card {
    display: grid;
    grid-template-columns: minmax(330px, .8fr) minmax(480px, 1.2fr);
    min-height: 570px;
    background: var(--coal);
}

.ceo-portrait {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(242, 140, 40, .14), transparent 55%),
        #21231f;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.ceo-portrait img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.ceo-portrait::before,
.ceo-portrait::after {
    display: none;
}

.ceo-portrait::after {
    width: 190px;
    height: 190px;
    border-color: rgba(242, 140, 40, .5);
}

.ceo-portrait span {
    position: relative;
    color: var(--white);
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(90px, 10vw, 145px);
    line-height: 1;
    z-index: 1;
}

.ceo-portrait small {
    position: absolute;
    right: 24px;
    bottom: 24px;
    margin: 0;
    padding: 10px 13px;
    color: var(--white);
    background: rgba(7, 24, 45, .84);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    z-index: 1;
}

.ceo-profile-copy {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: clamp(48px, 7vw, 90px);
}

.profile-index {
    margin-bottom: 38px;
    color: var(--orange);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ceo-profile-copy h1 {
    margin-bottom: 9px;
    color: var(--white);
    font-size: clamp(47px, 5vw, 66px);
}

.ceo-profile-copy h2 {
    margin-bottom: 31px;
    color: rgba(255, 255, 255, .58);
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ceo-profile-copy p {
    max-width: 650px;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 1.8;
}

.ceo-profile-copy > a {
    align-self: flex-start;
    margin-top: 16px;
    padding-bottom: 6px;
    color: var(--white);
    border-bottom: 1px solid var(--orange);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ceo-profile-copy > a i {
    margin-left: 10px;
}

.leadership-functions {
    padding: var(--section-space) 0;
    background: var(--mineral-deep);
}

.leadership-function-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--hairline);
    border-left: 1px solid var(--hairline);
}

.leadership-function-grid article {
    position: relative;
    min-height: 340px;
    padding: 34px;
    background: rgba(255, 255, 255, .26);
    border-right: 1px solid var(--hairline);
    border-bottom: 1px solid var(--hairline);
}

.leadership-function-grid article > span {
    display: block;
    margin-bottom: 54px;
    color: var(--orange-dark);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
}

.leadership-function-grid article > i::before {
    margin: 0;
    color: var(--orange-dark);
    font-size: 42px;
}

.leadership-function-grid h3 {
    margin: 22px 0 13px;
    font-size: 25px;
}

.leadership-function-grid p {
    margin: 0;
    color: #5e645c;
    font-size: 13px;
    line-height: 1.75;
}

.section-header {
    margin-bottom: clamp(38px, 5vw, 64px);
}

.section-header p {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--orange-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.section-header p::before {
    content: "";
    width: 26px;
    height: 1px;
    background: currentColor;
}

.section-header h2 {
    max-width: 760px;
    color: var(--coal);
    font-size: clamp(35px, 4.3vw, 53px);
    font-weight: 400;
    line-height: 1.04;
}

.section-header.text-center h2 {
    margin-right: auto;
    margin-left: auto;
}

.feature {
    margin: 0;
    padding: 0 var(--page-pad);
    background: var(--mineral);
}

.feature .container-fluid {
    padding: 0;
    background: var(--white);
    border-right: 1px solid var(--hairline);
    border-bottom: 1px solid var(--hairline);
    border-left: 1px solid var(--hairline);
}

.feature .row {
    margin: 0;
}

.feature .col-md-12,
.feature .col-md-12:nth-child(2n) {
    padding: 0;
    background: var(--white);
}

.feature .feature-item {
    min-height: 205px;
    padding: 42px clamp(28px, 3vw, 46px);
    border-right: 1px solid var(--hairline);
    border-bottom: 0;
}

.feature .col-md-12:last-child .feature-item {
    border-right: 0;
}

.feature .feature-icon {
    width: 44px;
    flex: 0 0 44px;
}

.feature .feature-icon::before,
.feature .feature-icon::after {
    display: none;
}

.feature .feature-icon [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) .feature-icon [class^="flaticon-"]::before {
    color: var(--orange-dark);
    font-size: 42px;
    line-height: 1;
}

.feature .feature-text {
    padding-left: 24px;
}

.feature .feature-text h3,
.feature .col-md-12:nth-child(2n) h3 {
    margin-bottom: 9px;
    color: var(--coal);
    font-size: 23px;
}

.feature .feature-text p,
.feature .col-md-12:nth-child(2n) p {
    color: #686d64;
    font-size: 14px;
    line-height: 1.65;
}

.about {
    padding: var(--section-space) 0;
}

.about .about-img {
    min-height: 560px;
}

.about .about-img::before {
    position: absolute;
    content: "";
    top: -18px;
    left: -18px;
    width: 42%;
    height: 42%;
    border-top: 2px solid var(--orange);
    border-left: 2px solid var(--orange);
    z-index: 1;
    pointer-events: none;
}

.about .about-img img {
    border-radius: 0;
    box-shadow: none;
    filter: saturate(.78);
}

.about .section-header,
.about .about-text {
    margin-left: clamp(0px, 5vw, 74px);
}

.about .about-text {
    max-width: 630px;
}

.about .about-text p {
    color: #565b53;
    font-size: 15px;
    line-height: 1.8;
}

.about .about-text a.btn {
    margin-top: 16px;
    padding: 13px 25px;
    color: var(--white);
    background: var(--coal);
    border-radius: 0;
    font-size: 12px;
}

.about .about-text a.btn:hover {
    color: var(--coal);
    background: var(--orange);
}

.fact {
    padding: 0 var(--page-pad);
}

.fact .container-fluid {
    padding: 0;
    background: var(--coal);
}

.fact .row.counters {
    margin: 0;
}

.fact .fact-left,
.fact .fact-right {
    padding: 0;
    color: var(--white);
    background: transparent;
    border-radius: 0;
}

.fact .fact-left > .row,
.fact .fact-right > .row {
    height: 100%;
    margin: 0;
}

.fact .col-6 {
    min-height: 205px;
    padding: 45px 34px;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.fact .fact-right .col-6:last-child {
    border-right: 0;
}

.fact .fact-icon {
    width: 42px;
    margin: 0 18px 0 0;
}

.fact .fact-icon [class^="flaticon-"]::before,
.fact .fact-right .fact-icon [class^="flaticon-"]::before {
    color: var(--orange);
    background: none;
    -webkit-text-fill-color: currentColor;
    font-size: 39px;
    line-height: 1;
}

.fact .fact-text h2,
.fact .fact-left h2 {
    margin: 0 0 5px;
    color: var(--white);
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 40px;
    font-weight: 400;
}

.fact .fact-text p,
.fact .fact-left .fact-text p {
    color: rgba(255, 255, 255, .6);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
}

/* Services */
.expertise-showcase {
    background: #ffffff;
}

.expertise-intro {
    display: grid;
    grid-template-columns: 38% minmax(0, 1fr);
    gap: 32px;
    padding: 82px 0 78px;
}

.expertise-label {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.expertise-label > span {
    width: 4px;
    height: 58px;
    flex: 0 0 4px;
    background: #ef252a;
}

.expertise-label h2 {
    margin: 0;
    color: #07182d;
    font-family: "Manrope", sans-serif;
    font-size: clamp(48px, 5vw, 70px);
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: .9;
}

.expertise-copy {
    width: 100%;
    max-width: 760px;
}

.expertise-copy h3 {
    margin-bottom: 22px;
    color: #07182d;
    font-family: "Manrope", sans-serif;
    font-size: clamp(32px, 3vw, 42px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.12;
}

.expertise-copy p {
    margin-bottom: 25px;
    color: #07182d;
    font-size: 15px;
    line-height: 1.72;
}

.expertise-copy > a {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #07182d;
    font-size: 14px;
    font-weight: 800;
}

.expertise-copy > a i {
    color: #ef252a;
    font-size: 12px;
    transition: transform .25s ease;
}

.expertise-copy > a:hover i {
    transform: translateX(4px);
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #06182b;
}

.expertise-card {
    position: relative;
    height: 440px;
    min-height: 0;
    overflow: hidden;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.expertise-card:nth-child(3n) {
    border-right: 0;
}

.expertise-card::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(0deg, rgba(4, 17, 31, .94) 0%, rgba(4, 17, 31, .2) 67%, rgba(4, 17, 31, .08) 100%);
    transition: background .4s ease;
}

.expertise-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.78);
    transition: transform .75s cubic-bezier(.2, .7, .2, 1), filter .4s ease;
}

.expertise-card:hover img,
.expertise-card:focus img {
    transform: scale(1.055);
    filter: saturate(1);
}

.expertise-card:hover::after,
.expertise-card:focus::after {
    background: linear-gradient(0deg, rgba(4, 17, 31, .98) 0%, rgba(4, 17, 31, .54) 75%, rgba(4, 17, 31, .18) 100%);
}

.expertise-card-number {
    position: absolute;
    top: 24px;
    right: 26px;
    z-index: 2;
    color: rgba(255, 255, 255, .68);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .15em;
}

.expertise-card-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 32px clamp(24px, 3vw, 42px);
}

.expertise-card-copy h3 {
    margin: 0;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(23px, 2.3vw, 31px);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1.14;
}

.expertise-card-copy > div {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(12px);
    transition: max-height .45s ease, opacity .3s ease, transform .4s ease, margin .4s ease;
}

.expertise-card:hover .expertise-card-copy > div,
.expertise-card:focus .expertise-card-copy > div {
    max-height: 150px;
    margin-top: 15px;
    opacity: 1;
    transform: translateY(0);
}

.expertise-card-copy p {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.65;
}

.expertise-card-copy span {
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
}

.expertise-card-copy span i {
    margin-left: 9px;
    color: #ef252a;
}

/* Expertise detail page */
.expertise-page {
    overflow: hidden;
    background: #ffffff;
}

.expertise-overview {
    padding: 82px var(--page-pad) 108px;
}

.expertise-overview .container-fluid {
    padding: 0;
}

.expertise-overview-grid {
    display: grid;
    grid-template-columns: 30% minmax(0, 1fr);
    gap: 7vw;
    max-width: 1240px;
    margin: 0 auto;
}

.expertise-overview-label {
    display: flex;
    align-items: flex-start;
    gap: 17px;
}

.expertise-overview-label span {
    width: 3px;
    height: 38px;
    background: #ef252a;
}

.expertise-overview-label h2 {
    margin: 0;
    color: #07182d;
    font-family: "Manrope", sans-serif;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 600;
    letter-spacing: -.045em;
}

.expertise-overview-copy {
    max-width: 720px;
    color: #384656;
    font-size: 15px;
    line-height: 1.75;
}

.expertise-overview-copy p {
    margin-bottom: 18px;
}

.expertise-overview-copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.expertise-overview-copy li {
    position: relative;
    padding-left: 18px;
    color: #07182d;
    font-weight: 700;
}

.expertise-overview-copy li::before {
    position: absolute;
    top: .75em;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    background: #ef252a;
}

.expertise-detail-list {
    padding: 0 var(--page-pad) 128px;
}

.expertise-detail {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 470px;
    max-width: 1280px;
    margin: 0 auto 110px;
    scroll-margin-top: 90px;
}

.expertise-detail::before {
    position: absolute;
    z-index: 0;
    top: -38px;
    right: -38px;
    bottom: -38px;
    left: 12%;
    content: "";
    background: #f0f1f1;
}

.expertise-detail:nth-child(even)::before {
    right: 12%;
    left: -38px;
}

.expertise-detail-media,
.expertise-detail-copy {
    position: relative;
    z-index: 1;
}

.expertise-detail-media {
    min-height: 470px;
    overflow: hidden;
}

.expertise-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.88);
    transition: filter .45s ease, transform .8s cubic-bezier(.2, .7, .2, 1);
}

.expertise-detail:hover .expertise-detail-media img {
    filter: saturate(1);
    transform: scale(1.025);
}

#construction-works .expertise-detail-media,
#renovation-remodeling .expertise-detail-media {
    background: #e4e6e6;
}

#construction-works .expertise-detail-media img,
#renovation-remodeling .expertise-detail-media img {
    transform: scale(.94);
}

#construction-works:hover .expertise-detail-media img,
#renovation-remodeling:hover .expertise-detail-media img {
    transform: scale(.965);
}

.expertise-detail-copy {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 58px clamp(42px, 6vw, 88px);
}

.expertise-detail:nth-child(even) .expertise-detail-media {
    grid-column: 2;
}

.expertise-detail:nth-child(even) .expertise-detail-copy {
    grid-row: 1;
    grid-column: 1;
}

.expertise-detail-number {
    margin-bottom: 28px;
    color: #ef252a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.expertise-detail-copy h2 {
    margin-bottom: 20px;
    color: #07182d;
    font-family: "Manrope", sans-serif;
    font-size: clamp(30px, 3vw, 43px);
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.08;
}

.expertise-detail-copy p {
    margin-bottom: 26px;
    color: #384656;
    font-size: 14px;
    line-height: 1.75;
}

.expertise-detail-copy a {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 12px;
    color: #07182d;
    font-size: 12px;
    font-weight: 800;
}

.expertise-detail-copy a i {
    color: #ef252a;
    font-size: 10px;
    transition: transform .25s ease;
}

.expertise-detail-copy a:hover i {
    transform: translateX(4px);
}

.service {
    padding: var(--section-space) 0 calc(var(--section-space) - 30px);
}

.service .row {
    margin-right: -12px;
    margin-left: -12px;
}

.service [class*="col-"] {
    padding-right: 12px;
    padding-left: 12px;
}

.service .service-item {
    display: flex;
    height: calc(100% - 24px);
    flex-direction: column;
    margin-bottom: 24px;
    overflow: hidden;
    background: transparent;
    border: 1px solid var(--hairline);
    border-radius: 0;
    box-shadow: none;
}

.service .service-item:hover {
    border-color: var(--coal);
    box-shadow: none;
}

.service .service-img::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(23, 25, 22, .24));
    pointer-events: none;
}

.service .service-img img {
    height: 260px;
    filter: saturate(.76);
    transition: filter .45s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
}

.service .service-item:hover img {
    filter: saturate(1);
    transform: scale(1.035);
}

.service .service-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 27px 28px 29px;
    background: var(--white);
}

.service .service-text h3 {
    margin-bottom: 12px;
    color: var(--coal);
    font-size: 25px;
    font-weight: 400;
}

.service .service-text p {
    flex: 1;
    margin-bottom: 24px;
    color: #62675f;
    font-size: 14px;
}

.service .service-text a.btn {
    position: relative;
    align-self: flex-start;
    padding: 0 0 7px;
    color: var(--coal);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--orange-dark);
    border-radius: 0;
    font-size: 11px;
}

.service .service-text a.btn::after {
    content: "  /  Enquire";
    color: #858980;
}

.service .service-text a.btn:hover {
    color: var(--orange-dark);
    background: transparent;
    transform: translateX(5px);
}

/* Featured work */
.project-preview {
    padding: clamp(58px, 6vw, 82px) 0 clamp(26px, 2.5vw, 38px);
    color: #ffffff;
    background: #06182b;
}

.project-preview .container-fluid {
    max-width: 1800px;
}

.project-preview-intro {
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(500px, 1.2fr);
    gap: clamp(50px, 9vw, 150px);
    padding-top: 0;
    border-top: 0;
}

.project-preview-title {
    display: flex;
    align-items: flex-start;
    gap: 17px;
}

.project-preview-title span {
    width: 3px;
    height: clamp(38px, 4vw, 53px);
    margin-top: 5px;
    flex: 0 0 auto;
    background: #ef252a;
}

.project-preview-title h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(39px, 4.2vw, 66px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.055em;
}

.project-preview-copy h3 {
    margin: 0 0 20px;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(25px, 2.7vw, 42px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -.04em;
}

.project-preview-copy p {
    max-width: 750px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 13px;
    line-height: 1.7;
}

.project-preview-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 30px;
    margin-top: 25px;
}

.project-preview-filters a,
.project-preview-footer a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.project-preview-filters i,
.project-preview-footer i {
    margin-left: 8px;
    color: #ef252a;
    transition: transform .25s ease;
}

.project-preview-filters a:hover,
.project-preview-footer a:hover {
    color: #ef252a;
}

.project-preview-filters a:hover i,
.project-preview-footer a:hover i {
    transform: translateX(4px);
}

.project-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 30px);
    margin-top: clamp(38px, 4vw, 56px);
}

.project-story {
    display: block;
    color: #ffffff;
}

.project-story-media {
    position: relative;
    display: block;
    aspect-ratio: 1.62 / 1;
    overflow: hidden;
    background: #0d253b;
}

.project-story .project-story-media::before {
    position: absolute;
    z-index: 4;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: #ef252a;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.project-story:hover .project-story-media::before,
.project-story:focus-visible .project-story-media::before {
    transform: scaleX(1);
}

.project-story-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.project-story:hover .project-story-media img {
    transform: scale(1.04);
}

.project-story-hover {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 55px 18px 17px;
    color: #fff;
    background: linear-gradient(0deg, rgba(2, 18, 34, .96), rgba(2, 18, 34, .02));
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .35s ease, transform .4s ease;
}

.project-story:hover .project-story-hover,
.project-story:focus-visible .project-story-hover {
    opacity: 1;
    transform: translateY(0);
}

.project-story-hover strong {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.35;
}

.project-story-hover small {
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1.55;
}

.project-story-copy {
    display: flex;
    flex-direction: column;
    padding-top: 13px;
}

.project-story-copy strong {
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.project-story-copy small {
    margin-top: 3px;
    color: rgba(255, 255, 255, .56);
    font-size: 10px;
    line-height: 1.5;
}

.project-story-copy small b {
    padding: 0 4px;
    color: #ef252a;
}

.project-story-meta {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 14px;
}

.project-story-featured .project-story-meta {
    display: block;
}

@media (hover: none) {
    .project-story .project-story-hover {
        opacity: 1;
        transform: none;
    }
}

.project-preview-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

/* Process and FAQ */
.process-panel {
    padding: clamp(48px, 5vw, 66px) 0 clamp(44px, 4vw, 58px);
    color: var(--coal);
    background: var(--white);
}

.process-panel::before {
    display: none;
}

.process-heading {
    display: grid;
    grid-template-columns: 1fr minmax(320px, .7fr);
    align-items: end;
    gap: 50px;
    margin-bottom: clamp(32px, 4vw, 46px);
    padding-top: 20px;
    border-top: 1px solid var(--hairline);
}

.process-panel .process-heading > div > p {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 10px;
    color: #ef252a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.process-heading > div > p::before {
    width: 24px;
    height: 1px;
    content: "";
    background: currentColor;
}

.process-panel .process-heading h2 {
    margin: 0;
    color: #171916 !important;
    font-family: "Manrope", sans-serif;
    font-size: clamp(32px, 3.8vw, 50px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.process-panel .process-heading .process-heading-copy {
    max-width: 460px;
    margin: 0 0 4px;
    color: #4f544c !important;
    font-size: 13px;
    line-height: 1.65;
}

.process-panel .row {
    position: relative;
}

.process-panel .row::before {
    position: absolute;
    top: 17px;
    right: calc(25% - 47px);
    left: 47px;
    height: 1px;
    content: "";
    background: rgba(23, 25, 22, .24);
}

.process-card {
    min-height: 0;
    margin: 0;
    padding: 0 15px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.process-card span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    margin: 0 auto 18px 0;
    color: #ffffff;
    background: #ef252a;
    border: 4px solid var(--white);
    border-radius: 50%;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .05em;
}

.process-panel .process-card h3 {
    margin: 0 0 9px;
    color: #171916 !important;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.02em;
}

.process-panel .process-card p {
    max-width: 245px;
    margin: 0;
    color: #4f544c !important;
    font-size: 12px;
    line-height: 1.65;
}

.faqs {
    padding: clamp(36px, 4vw, 54px) 0 var(--section-space);
    background: var(--white);
}

.faqs .row::after {
    display: none;
}

.faqs #accordion-1 {
    padding-right: 20px;
}

.faqs #accordion-2 {
    padding-left: 20px;
}

.faqs .card {
    margin-bottom: 10px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--hairline);
    border-radius: 0;
    box-shadow: none;
}

.faqs .card-header {
    background: transparent;
}

.faqs .card-header a {
    position: relative;
    padding: 20px 42px 20px 0;
    color: var(--coal);
    background: transparent !important;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.faqs .card-header [data-toggle="collapse"]::after,
.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]::after {
    position: absolute;
    top: 20px;
    right: 2px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--coal);
    background: var(--mineral-deep);
    border-radius: 50%;
    font-size: 9px;
}

.faqs .card-body {
    padding: 0 38px 22px 0;
    color: #676c64;
    background: transparent;
    border: 0;
    font-size: 14px;
    line-height: 1.75;
}

/* Interior pages */
.page-header {
    min-height: 400px;
    display: flex;
    align-items: end;
    margin: 0 var(--page-pad);
    padding: 72px 0;
    text-align: left;
    background:
        linear-gradient(90deg, rgba(20, 22, 19, .86), rgba(20, 22, 19, .22)),
        url(../img/carousel-2.jpg) center 48% / cover;
}

.page-header::before {
    position: absolute;
    content: "";
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .3);
}

.page-header::after {
    width: 110px;
    height: 110px;
    right: 5%;
    bottom: 35px;
    border: 1px solid var(--orange);
    border-radius: 0;
    transform: rotate(45deg);
}

.page-header h2 {
    margin-bottom: 18px;
    color: var(--white);
    font-size: clamp(44px, 6vw, 66px);
    font-weight: 400;
}

.page-header a {
    margin: 0 20px 0 0;
    padding: 0 0 5px;
    color: rgba(255, 255, 255, .72);
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.page-header a:hover {
    color: var(--orange);
    background: transparent;
    border-color: var(--orange);
}

/* Portfolio */
.portfolio {
    padding: var(--section-space) 0;
}

.portfolio #portfolio-flters {
    margin: -20px 0 45px;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    margin: 4px;
    padding: 9px 17px;
    color: #676c64;
    background: transparent;
    border: 1px solid var(--hairline);
    border-radius: 0;
    font-size: 10px;
    letter-spacing: .12em;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: var(--white);
    background: var(--coal);
    border-color: var(--coal);
}

.portfolio .portfolio-warp {
    margin-bottom: 28px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--hairline);
    border-radius: 0;
}

.portfolio .portfolio-img {
    height: 330px;
}

.portfolio .portfolio-img img {
    height: 100%;
    object-fit: cover;
    filter: saturate(.78);
    transition: transform .7s ease, filter .4s ease;
}

.portfolio .portfolio-warp:hover img {
    filter: saturate(1);
    transform: scale(1.03);
}

.portfolio .portfolio-overlay {
    top: auto;
    bottom: 0;
    height: auto;
    padding: 22px 24px;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    background: linear-gradient(0deg, rgba(20, 22, 19, .9), transparent);
    opacity: 1;
}

.portfolio .portfolio-overlay p {
    max-width: 90%;
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    line-height: 1.55;
}

.portfolio .portfolio-text {
    height: 76px;
    background: var(--white);
}

.portfolio .portfolio-text h3 {
    padding-left: 24px;
    color: var(--coal);
    font-size: 22px;
    font-weight: 400;
    text-align: left;
}

.portfolio .portfolio-warp a.btn {
    width: 76px;
    height: 76px;
    padding: 0;
    color: var(--coal);
    background: var(--orange);
    font-size: 13px;
}

.portfolio .portfolio-warp a.btn i {
    transform: rotate(45deg);
}

.portfolio .portfolio-warp:hover a.btn {
    color: var(--white);
    background: var(--coal);
}

/* Contact */
.contact {
    padding: var(--section-space) 0;
}

.contact > .container > .row {
    margin: 0;
    background: var(--white);
    border: 1px solid var(--hairline);
}

.contact .col-md-6 {
    padding: clamp(40px, 6vw, 74px);
}

.contact .col-md-6:first-child {
    background: var(--coal);
}

.contact .col-md-6:last-child {
    background: var(--white);
}

.contact .contact-info,
.contact .contact-form {
    padding: 0;
}

.contact .contact-item {
    margin-bottom: 0;
    padding: 30px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.contact .contact-item:first-child {
    padding-top: 0;
}

.contact .contact-item [class^="flaticon-"]::before {
    color: var(--orange);
    font-size: 32px;
}

.contact .contact-text h2 {
    margin-bottom: 7px;
    color: var(--white);
    font-size: 22px;
    font-weight: 400;
}

.contact .contact-text p,
.contact .contact-text a {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
}

.contact .contact-text a:hover {
    color: var(--orange);
}

.contact .control-group {
    margin-bottom: 19px;
}

.contact .control-group label {
    display: block;
    margin-bottom: 7px;
    color: var(--coal);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact .contact-form input,
.contact .contact-form textarea {
    color: var(--coal);
    background: var(--mineral);
    border: 1px solid var(--hairline);
    border-radius: 0;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}

.contact .contact-form input {
    height: 49px;
}

.contact .contact-form textarea {
    height: 130px;
}

.contact .contact-form input:focus,
.contact .contact-form textarea:focus {
    background: var(--white);
    border-color: var(--orange-dark);
    box-shadow: 0 0 0 3px rgba(242, 140, 40, .12);
}

.contact .contact-form .btn {
    padding: 13px 24px;
    color: var(--white);
    background: var(--coal);
    border-radius: 0;
    font-size: 11px;
}

.contact .contact-form .btn:hover {
    color: var(--coal);
    background: var(--orange);
}

.map {
    padding: var(--section-space) 0;
    background: var(--mineral-deep);
}

.map .map-container {
    height: 460px;
    border: 1px solid var(--hairline);
    border-radius: 0;
    box-shadow: none;
    filter: grayscale(.45) sepia(.08);
}

/* Footer and utility controls */
.footer {
    margin-top: 0;
    color: var(--white);
    background: var(--coal);
    border-top: 0;
}

.footer::before {
    position: absolute;
    content: "JOIST";
    right: 4vw;
    bottom: 90px;
    color: rgba(255, 255, 255, .025);
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(100px, 17vw, 260px);
    line-height: .7;
    pointer-events: none;
}

.footer .footer-cta {
    margin-bottom: 54px;
    padding: clamp(34px, 4vw, 50px) 0;
    background: var(--orange);
    border: 0;
}

.footer .footer-cta p {
    color: var(--coal);
    font-size: 10px;
    letter-spacing: .15em;
}

.footer .footer-cta h2 {
    max-width: 680px;
    color: var(--coal);
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(25px, 2.8vw, 36px);
    font-weight: 400;
    line-height: 1.08;
}

.footer .footer-cta .btn {
    min-height: 42px;
    padding: 10px 18px;
    color: var(--white);
    background: var(--coal);
    border: 1px solid var(--coal);
    border-radius: 0;
    font-size: 10px;
}

.footer .footer-cta .btn:hover {
    color: var(--coal);
    background: var(--white);
    border-color: var(--white);
}

.footer-cta-actions {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 8px;
}

.footer .footer-cta .btn.btn-email {
    color: #fff;
    background: #06182b;
    border-color: #06182b;
    white-space: nowrap;
}

.footer .footer-cta .btn.btn-email:hover {
    color: #06182b;
    background: #fff;
    border-color: #fff;
}

.footer .footer-cta .btn-email i {
    margin-left: 7px;
}

.footer .footer-about .footer-brand {
    margin-bottom: 18px;
    color: var(--white);
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 27px;
    font-weight: 400;
}

.footer .footer-about .footer-brand span {
    color: var(--orange);
}

.footer .footer-about p {
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
}

.footer h2 {
    color: var(--orange);
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    letter-spacing: .15em;
}

.footer .footer-link a,
.footer .footer-contact p,
.footer .footer-contact p a {
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
}

.footer .footer-link a:hover,
.footer .footer-contact p a:hover {
    color: var(--orange);
}

.footer .footer-social a {
    border-radius: 0;
}

.footer .footer-social a:hover {
    background: var(--orange);
    border-color: var(--orange);
}

.footer .footer-bottom {
    padding: 22px 0;
    background: rgba(0, 0, 0, .18);
}

.whatsapp-float,
.back-to-top {
    right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 0;
    box-shadow: none;
}

.whatsapp-float {
    bottom: 74px;
    background: #237d4c;
    font-size: 22px;
}

.back-to-top {
    bottom: 20px;
    color: var(--white);
    background: var(--coal);
    font-size: 15px;
}

.back-to-top i {
    padding-top: 15px;
}

.whatsapp-float:hover,
.back-to-top:hover {
    color: var(--coal);
    background: var(--orange);
    transform: translateY(-2px);
}

.whatsapp-float:hover,
.whatsapp-float:focus,
.whatsapp-float:active {
    color: #fff;
    background: #237d4c;
    outline: 0;
}

@media (max-width: 1199.98px) {
    .nav-call {
        display: none;
    }

    .nav-bar .navbar-brand {
        margin-right: 35px;
    }

    .nav-bar .navbar-nav {
        gap: 18px;
    }
}

@media (max-width: 991.98px) {
    .site-header {
        min-height: 76px;
    }

    .nav-bar,
    .nav-bar.nav-sticky {
        padding: 0 20px;
    }

    .nav-bar .navbar {
        min-height: 76px;
        padding: 0;
    }

    .nav-bar .navbar-brand {
        display: inline-flex;
        margin: 0;
    }

    .brand-symbol {
        width: 36px;
        height: 42px;
        font-size: 27px;
    }

    .brand-copy strong {
        font-size: 18px;
    }

    .brand-copy small {
        font-size: 8px;
    }

    .navbar-dark .navbar-toggler {
        position: absolute;
        right: 0;
        display: block !important;
        padding: 8px;
        border: 1px solid var(--hairline);
        border-radius: 0;
    }

    .navbar-dark .navbar-toggler-icon {
        position: relative;
        width: 24px;
        height: 16px;
        background-image: none;
        border-top: 2px solid var(--coal);
        border-bottom: 2px solid var(--coal);
        filter: none;
    }

    .navbar-dark .navbar-toggler-icon::after {
        position: absolute;
        content: "";
        top: 5px;
        left: 0;
        width: 24px;
        height: 2px;
        background: var(--coal);
    }

    .nav-bar .navbar-collapse {
        margin: 0 -20px;
        padding: 20px;
        background: var(--coal);
    }

    .nav-bar .navbar-nav {
        gap: 0;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link:focus {
        padding: 13px 0;
        color: rgba(255, 255, 255, .76);
        border-color: rgba(255, 255, 255, .12);
    }

    .navbar-dark .navbar-nav .nav-link.active {
        color: var(--orange);
    }

    .nav-actions {
        display: block;
    }

    .nav-bar .btn {
        margin: 18px 0 0;
        color: var(--coal);
        background: var(--orange);
        border-color: var(--orange);
    }

    .carousel {
        width: 100%;
        height: min(720px, calc(100svh - 76px));
        min-height: 580px;
    }

    .feature {
        padding: 0;
    }

    .feature .feature-item {
        min-height: 180px;
    }

    .feature .col-md-12:nth-child(2) .feature-item {
        border-right: 0;
    }

    .feature .col-md-12:last-child .feature-item {
        border-top: 1px solid var(--hairline);
    }

    .fact {
        padding: 0;
    }

    .fact .fact-left {
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    .project-preview-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .process-panel .row::before {
        display: none;
    }

    .process-card {
        margin-bottom: 26px;
        padding: 20px 8px 0;
        border-top: 1px solid var(--hairline);
    }

    .process-card span {
        margin-bottom: 18px;
    }

    .page-header {
        min-height: 340px;
        margin: 0;
    }

    .portfolio .portfolio-img {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 15px;
    }

    .expertise-intro {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 70px 0 65px;
    }

    .expertise-label h2 {
        font-size: 48px;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .expertise-card,
    .expertise-card:nth-child(3n) {
        height: 390px;
        min-height: 0;
        border-right: 0;
    }

    .expertise-card-copy > div {
        max-height: 160px;
        margin-top: 15px;
        opacity: 1;
        transform: none;
    }

    .expertise-overview {
        padding: 70px var(--page-pad) 90px;
    }

    .expertise-overview-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .expertise-detail-list {
        padding: 0 var(--page-pad) 80px;
    }

    .expertise-detail {
        grid-template-columns: 1fr;
        margin-bottom: 90px;
    }

    .expertise-detail::before,
    .expertise-detail:nth-child(even)::before {
        top: 18%;
        right: -18px;
        bottom: -28px;
        left: 18px;
    }

    .expertise-detail-media,
    .expertise-detail:nth-child(even) .expertise-detail-media {
        min-height: 340px;
        grid-row: 1;
        grid-column: 1;
    }

    .expertise-detail-copy,
    .expertise-detail:nth-child(even) .expertise-detail-copy {
        grid-row: 2;
        grid-column: 1;
        padding: 42px 26px 24px;
    }

    .page-header.story-header,
    .page-header.leadership-header {
        height: 76svh;
        min-height: 520px;
        padding-bottom: 42px;
    }

    .page-header.story-header h2,
    .page-header.leadership-header h2 {
        margin-bottom: 20px;
        font-size: 50px;
    }

    .welcome-intro {
        padding: 76px 0;
    }

    .welcome-intro-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .welcome-intro-label span {
        height: 50px;
    }

    .welcome-intro-label h2 {
        font-size: 48px;
    }

    .welcome-intro-copy h3 {
        font-size: 31px;
    }

    .welcome-intro-links {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
    }

    .leadership-intro-grid,
    .ceo-profile-card,
    .leadership-function-grid {
        grid-template-columns: 1fr;
    }

    .values-commitment-grid,
    .core-values-grid {
        grid-template-columns: 1fr;
    }

    .values-commitment-grid {
        gap: 44px;
    }

    .values-commitment-heading > span {
        height: 64px;
    }

    .values-commitment-copy p {
        font-size: 15px;
    }

    .core-values-grid {
        gap: 54px;
    }

    .core-values-tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 7px 20px;
    }

    .core-values-tabs button {
        font-size: 24px;
    }

    .core-values blockquote {
        font-size: 35px;
    }

    .leadership-intro-grid {
        gap: 35px;
    }

    .ceo-portrait {
        min-height: 380px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .ceo-profile-copy {
        padding: 45px 28px 52px;
    }

    .leadership-function-grid article {
        min-height: 300px;
    }

    .carousel {
        min-height: 590px;
    }

    .carousel .carousel-item::before {
        inset: 10px;
    }

    .carousel .carousel-caption {
        left: 30px;
        right: 30px;
        width: auto;
        margin: 0;
        padding-top: 20px;
    }

    .carousel .carousel-caption h1,
    .carousel .carousel-caption h2 {
        width: calc(100vw - 60px);
        max-width: calc(100vw - 60px);
        font-size: clamp(38px, 10vw, 49px);
        font-weight: 400;
        overflow-wrap: break-word;
    }

    .carousel .carousel-caption p {
        font-size: 10px;
    }

    .carousel .carousel-caption .btn {
        padding: 13px 20px;
        font-size: 10px;
    }

    .hero-note {
        flex-wrap: wrap;
        font-size: 9px;
    }

    .carousel .carousel-indicators {
        right: 24px;
        bottom: 24px;
    }

    .carousel .carousel-control-prev,
    .carousel .carousel-control-next {
        display: none;
    }

    .feature .feature-item {
        min-height: 0;
        padding: 34px 27px;
        border-right: 0;
        border-bottom: 1px solid var(--hairline);
    }

    .feature .col-md-12:last-child .feature-item {
        border-top: 0;
        border-bottom: 0;
    }

    .about .about-img {
        min-height: 410px;
        margin-bottom: 55px;
    }

    .about .section-header,
    .about .about-text {
        margin-left: 0;
    }

    .fact .col-6 {
        min-height: 160px;
        padding: 30px 20px;
    }

    .fact .fact-icon {
        display: none;
    }

    .fact .fact-text h2,
    .fact .fact-left h2 {
        font-size: 34px;
    }

    .service .service-img img {
        height: 300px;
    }

    .project-preview-intro {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .project-preview-copy h3 br {
        display: none;
    }

    .project-preview-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 36px;
    }

    .project-story-media {
        aspect-ratio: 1.45 / 1;
    }

    .process-heading {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 38px;
    }

    .process-heading .process-heading-copy {
        max-width: 520px;
    }

    .process-panel .row::before {
        display: block;
        top: 17px;
        right: auto;
        bottom: 17px;
        left: 32px;
        width: 1px;
        height: auto;
    }

    .process-card {
        display: grid;
        grid-template-columns: 35px 1fr;
        column-gap: 17px;
        margin: 0;
        padding: 0 0 30px;
        border: 0;
    }

    .process-panel .col-lg-3:last-child .process-card {
        padding-bottom: 0;
    }

    .process-card span {
        grid-row: 1 / 3;
        margin: 0;
    }

    .process-card p {
        max-width: 440px;
    }

    .faqs #accordion-1,
    .faqs #accordion-2 {
        padding: 0;
    }

    .page-header {
        min-height: 310px;
        padding: 55px 0;
    }

    .page-header::before {
        inset: 10px;
    }

    .page-header::after {
        display: none;
    }

    .page-header h2 {
        font-size: 44px;
    }

    .section-header h2 {
        width: 100%;
        max-width: calc(100vw - 40px);
        overflow-wrap: break-word;
    }

    .portfolio .portfolio-overlay {
        position: relative;
        padding: 20px 24px;
        background: var(--coal);
    }

    .contact .col-md-6 {
        padding: 42px 28px;
    }

    .map .map-container {
        height: 350px;
    }

    .footer .footer-cta {
        text-align: left;
    }

    .footer .footer-cta .btn {
        margin-top: 25px;
    }

    .footer-cta-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .footer .footer-cta .footer-cta-actions .btn {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .brand-copy small {
        max-width: 155px;
    }

    .section-header h2 {
        font-size: 35px;
    }

    .fact .col-6 {
        min-height: 145px;
    }

    .fact .fact-text p {
        font-size: 8px;
    }

    .service .service-img img {
        height: 250px;
    }

    .project-preview-title h2 {
        font-size: 38px;
    }

    .portfolio .portfolio-img {
        height: 280px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* Image-led projects index */
.projects-page,
.projects-page .wrapper {
    background: #eeece6;
}

.projects-gallery {
    padding: clamp(70px, 8vw, 118px) clamp(24px, 4.5vw, 72px) clamp(82px, 10vw, 150px);
}

.projects-index-intro {
    width: 100%;
    max-width: 1440px;
    display: grid;
    grid-template-columns: minmax(180px, 3fr) minmax(0, 9fr);
    gap: clamp(28px, 5vw, 90px);
    align-items: start;
    margin: 0 auto clamp(52px, 7vw, 92px);
}

.projects-index-intro > p {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 11px 0 0;
    color: #70736f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.projects-index-intro > p span {
    width: 36px;
    height: 1px;
    background: #df3f35;
}

.projects-index-intro h2 {
    margin: 0;
    color: #111820;
    font-family: "DM Serif Display", serif;
    font-size: clamp(43px, 6.1vw, 92px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .94;
}

.projects-index-intro div > p {
    max-width: 580px;
    margin: clamp(24px, 3vw, 38px) 0 0;
    color: #646965;
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.75;
}

.project-filters {
    width: fit-content;
    display: flex;
    align-items: stretch;
    gap: 0;
    margin: 0 auto clamp(28px, 3.5vw, 46px) 0;
    padding: 5px;
    background: #f1f0ec;
    border: 1px solid rgba(17, 24, 32, .1);
}

.project-filter {
    position: relative;
    min-width: 142px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 14px 18px 13px;
    color: #6c706d;
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: color .25s ease, background .25s ease, box-shadow .25s ease;
}

.project-filter + .project-filter::before {
    position: absolute;
    content: "";
    top: 12px;
    bottom: 12px;
    left: 0;
    width: 1px;
    background: rgba(17, 24, 32, .12);
}

.project-filter span {
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.project-filter small {
    color: inherit;
    font-size: 9px;
    opacity: .56;
}

.project-filter::after {
    position: absolute;
    content: "";
    right: 18px;
    bottom: 8px;
    left: 18px;
    height: 2px;
    background: #df3f35;
    transform: scaleX(0);
    transition: transform .3s ease;
}

.project-filter:hover {
    color: #111820;
}

.project-filter.is-active {
    z-index: 1;
    color: #fff;
    background: #111820;
    box-shadow: 0 8px 22px rgba(17, 24, 32, .16);
}

.project-filter.is-active::before {
    opacity: 0;
}

.project-filter.is-active::after {
    transform: scaleX(1);
}

.project-filter:focus-visible {
    z-index: 2;
    outline: 2px solid #df3f35;
    outline-offset: 2px;
}

.projects-grid {
    width: 100%;
    max-width: 1440px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    grid-auto-rows: clamp(25px, 2.7vw, 41px);
    gap: clamp(10px, 1.25vw, 18px);
    margin: 0 auto;
    counter-reset: project-index;
}

.project-tile {
    position: relative;
    grid-column: span 4;
    grid-row: span 11;
    margin: 0;
    overflow: hidden;
    background: #cfd2cf;
    cursor: pointer;
    outline: 0;
    counter-increment: project-index;
    transition: transform .45s cubic-bezier(.2, .75, .2, 1), box-shadow .45s ease;
}

.project-tile:nth-child(1) {
    grid-column: span 7;
    grid-row: span 12;
}

.project-tile:nth-child(2) {
    grid-column: span 5;
    grid-row: span 12;
}

.project-tile:nth-child(3) {
    grid-column: span 5;
    grid-row: span 8;
}

.project-tile:nth-child(4) {
    grid-column: span 7;
    grid-row: span 8;
}

.project-tile:nth-child(5) {
    grid-column: span 4;
}

.project-tile:nth-child(6) {
    grid-column: span 3;
}

.project-tile:nth-child(7) {
    grid-column: span 5;
}

.project-tile img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .75s cubic-bezier(.2, .75, .2, 1), filter .45s ease;
}

.project-tile:nth-child(1) img {
    object-position: center 48%;
}

.project-tile:nth-child(2) img {
    object-position: center 62%;
}

.project-tile::before {
    position: absolute;
    content: "0" counter(project-index);
    top: 18px;
    left: 19px;
    z-index: 2;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #111820;
    background: rgba(238, 236, 230, .94);
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
}

.project-tile::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 13, 24, 0) 43%, rgba(2, 14, 28, .88) 100%);
    opacity: .92;
    transition: opacity .35s ease;
}

.project-tile-caption {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    padding: clamp(48px, 6vw, 82px) clamp(18px, 2.2vw, 32px) clamp(19px, 2.2vw, 31px);
    color: #fff;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .35s ease, transform .45s cubic-bezier(.2, .7, .2, 1);
}

.project-tile-caption h2 {
    margin: 0 0 3px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(16px, 1.4vw, 21px);
    font-weight: 600;
    letter-spacing: -.025em;
}

.project-tile-caption p {
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: clamp(11px, .95vw, 13px);
    line-height: 1.4;
}

.project-tile:hover::after,
.project-tile:focus-visible::after,
.project-tile.is-active::after,
.project-tile:hover .project-tile-caption,
.project-tile:focus-visible .project-tile-caption,
.project-tile.is-active .project-tile-caption {
    opacity: .98;
}

.project-tile:hover,
.project-tile:focus-visible,
.project-tile.is-active {
    z-index: 2;
    box-shadow: 0 22px 48px rgba(17, 24, 32, .2);
    transform: translateY(-5px);
}

.project-tile:hover .project-tile-caption,
.project-tile:focus-visible .project-tile-caption,
.project-tile.is-active .project-tile-caption {
    transform: translateY(0);
}

.project-tile:hover img,
.project-tile:focus-visible img,
.project-tile.is-active img {
    filter: saturate(.82) contrast(1.04);
    transform: scale(1.035);
}

.project-tile:focus-visible {
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--orange-dark);
}

.project-tile[hidden] {
    display: none;
}

@media (max-width: 991.98px) {
    .projects-index-intro {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .projects-index-intro > p {
        margin-top: 0;
    }

    .projects-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-auto-rows: clamp(28px, 5.4vw, 44px);
    }

    .project-tile,
    .project-tile:nth-child(n) {
        grid-column: span 3;
        grid-row: span 9;
    }

    .project-tile:nth-child(1) {
        grid-column: span 6;
        grid-row: span 11;
    }

    .project-tile:nth-child(2) {
        grid-row: span 12;
    }

    .project-tile:nth-child(3),
    .project-tile:nth-child(4) {
        grid-row: span 7;
    }
}

@media (max-width: 575.98px) {
    .projects-gallery {
        padding: 58px 16px 76px;
    }

    .projects-index-intro {
        margin-bottom: 42px;
    }

    .projects-index-intro h2 {
        font-size: clamp(40px, 13vw, 60px);
    }

    .project-filters {
        width: 100%;
        margin-bottom: 30px;
    }

    .project-filter {
        min-width: 0;
        flex: 1;
        gap: 7px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .project-filter span {
        font-size: 8px;
        letter-spacing: .1em;
    }

    .projects-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 14px;
    }

    .project-tile,
    .project-tile:nth-child(n) {
        grid-column: 1;
        grid-row: auto;
        aspect-ratio: 4 / 4.35;
    }

    .project-tile:nth-child(1),
    .project-tile:nth-child(3),
    .project-tile:nth-child(4),
    .project-tile:nth-child(7) {
        aspect-ratio: 4 / 3.15;
    }

    .project-tile::before {
        top: 12px;
        left: 12px;
    }

    .project-tile-caption h2 {
        font-size: 17px;
    }
}

/* Unified immersive headers for every primary interior page */
.page-header.page-hero,
.page-header.page-hero.story-header,
.page-header.page-hero.leadership-header {
    position: relative;
    isolation: isolate;
    width: 100%;
    height: min(760px, 100svh);
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    margin: 0;
    padding: 0 0 clamp(48px, 7vh, 76px);
    overflow: hidden;
    text-align: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header.page-hero.story-header {
    background-image: url(../img/ourstory.jpeg);
    background-position: center 48%;
}

.page-header.page-hero.leadership-header {
    background-image: url(../img/leadership-cover.png);
    background-position: center 44%;
}

.page-header.page-hero.expertise-header {
    background-image: url(../img/expertise-header.jpg);
    background-position: center 46%;
}

.page-header.page-hero.projects-header {
    background-image: url(../img/project-header.jpg);
    background-position: center 48%;
}

.page-header.page-hero.contact-header {
    background-color: #1a2533;
    background-image: url(../img/contact-us.png);
    background-position: right center;
    background-size: auto 100%;
}

.page-header.page-hero.contact-header::before {
    background:
        linear-gradient(90deg, rgba(10, 18, 29, .98) 0%, rgba(10, 18, 29, .88) 34%, rgba(10, 18, 29, .28) 72%, rgba(10, 18, 29, .12) 100%),
        linear-gradient(0deg, rgba(10, 18, 29, .82), transparent 58%);
}

.page-header.page-hero.contact-header h2 {
    margin-bottom: 10px;
}

.contact-hero-intro {
    max-width: 560px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.55;
}

.page-header.page-hero::before {
    position: absolute;
    z-index: 0;
    display: block;
    content: "";
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 15, 28, .38), rgba(3, 15, 28, .04) 62%),
        linear-gradient(0deg, rgba(3, 15, 28, .88), rgba(3, 15, 28, .05) 68%);
    border: 0;
}

.page-header.page-hero::after {
    display: none;
}

.page-header.page-hero .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    padding-right: clamp(24px, 4vw, 64px);
    padding-left: clamp(24px, 4vw, 64px);
}

.page-header.page-hero h2 {
    margin-bottom: 27px;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(53px, 6vw, 82px);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: 1;
    text-shadow: 0 3px 22px rgba(0, 0, 0, .2);
}

.page-header.page-hero a {
    margin: 0 4px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, .88);
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.page-header.page-hero a + a::before {
    content: "\00BB";
    margin: 0 7px 0 2px;
    color: #ffffff;
}

.page-header.page-hero a::after {
    display: none;
}

.page-header.page-hero a:hover {
    color: var(--orange);
    background: transparent;
}

@media (max-width: 767.98px) {
    .page-header.page-hero,
    .page-header.page-hero.story-header,
    .page-header.page-hero.leadership-header {
        height: 76svh;
        min-height: 520px;
        padding: 0 0 42px;
    }

    .page-header.page-hero h2 {
        margin-bottom: 20px;
        font-size: clamp(44px, 13vw, 58px);
    }

    .page-header.page-hero a {
        font-size: 13px;
    }

    .page-header.page-hero.expertise-header {
        background-position: 58% center;
    }

    .page-header.page-hero.contact-header {
        background-position: 58% center;
        background-size: auto 100%;
    }

    .page-header.page-hero.contact-header::before {
        background: linear-gradient(0deg, rgba(10, 18, 29, .94) 0%, rgba(10, 18, 29, .55) 62%, rgba(10, 18, 29, .28) 100%);
    }

    .contact-hero-intro {
        max-width: 390px;
        margin-bottom: 22px;
        font-size: 14px;
    }
}

/* Immersive navigation and cinematic hero */
body.menu-open {
    overflow: hidden;
}

.immersive-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px clamp(24px, 4vw, 64px);
    border-bottom: 0;
    z-index: 900;
    transition: padding .35s ease, background .35s ease, transform .35s ease;
}

.immersive-header.is-scrolled {
    position: fixed;
    padding-top: 17px;
    padding-bottom: 17px;
    background: rgba(16, 15, 14, .94);
    backdrop-filter: blur(16px);
}

.immersive-brand,
.immersive-brand:hover {
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 4px;
    align-items: center;
    color: #fff;
    line-height: 1;
}

.immersive-brand strong {
    grid-row: 1 / 3;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.04em;
}

.immersive-brand span {
    color: rgba(255, 255, 255, .58);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.immersive-brand::after {
    content: "EST 2021";
    color: rgba(255, 255, 255, .9);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1;
}

.menu-toggle,
.menu-close {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    color: #fff;
    background: transparent;
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.menu-toggle:focus,
.menu-close:focus {
    outline: 0;
    box-shadow: none;
}

.menu-toggle span,
.menu-close span {
    color: inherit;
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.menu-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next,
.hero-carousel .carousel-indicators {
    display: none !important;
}

.menu-toggle i {
    position: relative;
    width: 20px;
    height: 14px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.menu-toggle i::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 20px;
    height: 2px;
    background: currentColor;
}

.menu-toggle:hover,
.menu-close:hover {
    color: var(--orange);
}

.site-menu {
    position: fixed;
    inset: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 0 clamp(24px, 4vw, 64px);
    color: #fff;
    background:
        radial-gradient(circle at 74% 18%, rgba(29, 65, 92, .28), transparent 34%),
        #06182b;
    opacity: 0;
    visibility: hidden;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    z-index: 2000;
    transition: clip-path .7s cubic-bezier(.77, 0, .18, 1), opacity .25s ease, visibility 0s .7s;
}

.site-menu.is-open {
    opacity: 1;
    visibility: visible;
    clip-path: inset(0 0 0 0);
    pointer-events: auto;
    transition: clip-path .7s cubic-bezier(.77, 0, .18, 1), opacity .25s ease;
}

.site-menu::before {
    display: none;
}

.site-menu-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    border-bottom: 0;
    z-index: 1;
}

.menu-close i {
    position: relative;
    width: 19px;
    height: 19px;
}

.menu-close i::before,
.menu-close i::after {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 20px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
}

.menu-close i::after {
    transform: rotate(-45deg);
}

.site-menu-links {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: clamp(44px, 7vh, 70px) 0 24px;
    z-index: 1;
}

.site-menu-links a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: clamp(62px, 10vh, 88px);
    padding: 6px 0;
    color: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    font-size: clamp(31px, 4.1vw, 56px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1;
    text-transform: uppercase;
    transform: translateY(28px);
    opacity: 0;
    transition: color .25s ease, padding-left .35s ease, opacity .35s ease, transform .5s ease;
}

.site-menu.is-open .site-menu-links a {
    transform: translateY(0);
    opacity: 1;
}

.site-menu.is-open .site-menu-links a:nth-child(1) { transition-delay: .22s; }
.site-menu.is-open .site-menu-links a:nth-child(2) { transition-delay: .28s; }
.site-menu.is-open .site-menu-links a:nth-child(3) { transition-delay: .34s; }
.site-menu.is-open .site-menu-links a:nth-child(4) { transition-delay: .4s; }
.site-menu.is-open .site-menu-links a:nth-child(5) { transition-delay: .46s; }

.site-menu-links a span {
    width: 45px;
    color: rgba(255, 255, 255, .34);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
}

.site-menu-links a::after {
    position: absolute;
    content: "";
    right: 0;
    width: 0;
    height: 1px;
    background: var(--orange);
    transition: width .35s ease;
}

.site-menu-links a:hover,
.site-menu-links a.active {
    padding-left: 14px;
    color: var(--orange);
}

.site-menu-links a:hover::after,
.site-menu-links a.active::after {
    width: 72px;
}

.site-menu-footer {
    position: relative;
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: clamp(20px, 4vw, 56px);
    border-top: 0;
    z-index: 1;
}

.site-menu-footer a {
    color: rgba(255, 255, 255, .78);
    font-size: clamp(14px, 1.3vw, 18px);
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: none;
}

.site-menu-footer a:hover {
    color: var(--orange);
}

.site-menu-footer .menu-project-link {
    margin-left: auto;
    padding: 12px 16px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .38);
}

.site-menu-footer .menu-project-link i {
    margin-left: 10px;
}

.site-menu-content {
    position: relative;
    min-height: 0;
    display: grid;
    grid-template-columns: 1.05fr 1.3fr .75fr;
    gap: clamp(52px, 8vw, 140px);
    align-content: start;
    padding: clamp(52px, 9vh, 92px) 0 38px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .24) transparent;
    z-index: 1;
}

.site-menu-column,
.site-menu-social {
    min-width: 0;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .4s ease, transform .55s cubic-bezier(.2, .8, .2, 1);
}

.site-menu.is-open .site-menu-column,
.site-menu.is-open .site-menu-social {
    opacity: 1;
    transform: translateY(0);
}

.site-menu.is-open .site-menu-column:nth-child(1) { transition-delay: .2s; }
.site-menu.is-open .site-menu-column:nth-child(2) { transition-delay: .27s; }
.site-menu.is-open .site-menu-column:nth-child(3) { transition-delay: .34s; }
.site-menu.is-open .site-menu-social { transition-delay: .34s; }

.site-menu-column h2,
.site-menu-social h2 {
    margin: 0 0 20px;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(25px, 2.2vw, 34px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.1;
}

.site-menu-column a {
    position: relative;
    display: table;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .5);
    font-size: clamp(15px, 1.4vw, 19px);
    font-weight: 500;
    line-height: 1.45;
    transition: color .2s ease, transform .25s ease;
}

.site-menu-column a::after {
    display: none;
}

.site-menu-column a:hover,
.site-menu-column a.active {
    color: #ef252a;
    transform: translateX(5px);
}

.site-menu-column a:hover::after,
.site-menu-column a.active::after {
    transform: scaleX(1);
}

.site-menu-social > div {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.site-menu-social h2 {
    margin-bottom: 28px;
}

.site-menu-social a {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #ef252a;
    border: 1px solid rgba(239, 37, 42, .45);
    font-size: 16px;
    transition: color .2s ease, background .2s ease, transform .25s ease;
}

.site-menu-social a:hover {
    color: #06182b;
    background: #ef252a;
    transform: translateY(-3px);
}

.site-menu-top .immersive-brand strong {
    font-size: 30px;
}

.site-menu-top .immersive-brand span {
    color: rgba(255, 255, 255, .65);
}

.site-menu-top .menu-close span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.site-menu-column:first-child h2 {
    font-size: clamp(32px, 3vw, 44px);
}

.site-menu-column:first-child a {
    margin-bottom: 10px;
    font-size: clamp(19px, 1.8vw, 24px);
}

/* Hero uses compact copy and motion rather than oversized typography. */
.home-page .hero-carousel {
    width: 100%;
    max-width: none;
    height: 100svh;
    min-height: 620px;
    margin: 0;
}

.hero-carousel .carousel-item::before {
    inset: 0;
    border: 0;
    background:
        linear-gradient(90deg, rgba(5, 15, 25, .58) 0%, rgba(5, 15, 25, .3) 40%, rgba(5, 15, 25, .08) 70%, transparent 92%),
        linear-gradient(0deg, rgba(5, 15, 25, .3), transparent 44%);
    z-index: 1;
}

.hero-carousel .carousel-item::after {
    display: none;
}

.hero-carousel .carousel-item img,
.hero-carousel .carousel-item video {
    filter: none;
    transform: none;
}

.hero-carousel .carousel-item.active img,
.hero-carousel .carousel-item.active video {
    animation: none;
}

.hero-carousel .carousel-caption {
    left: clamp(52px, 5vw, 80px);
    right: auto;
    width: min(46vw, 660px);
    max-width: 660px;
    height: 100%;
    justify-content: center;
    padding: 90px 0 56px;
    z-index: 3;
}

.hero-carousel .carousel-caption p {
    margin-bottom: 20px;
    padding-left: 0;
    color: var(--orange);
    font-size: 9px;
    letter-spacing: .26em;
    opacity: 0;
    transform: translateY(16px);
}

.hero-carousel .carousel-caption p::before {
    display: none;
}

.hero-carousel .carousel-caption h1,
.hero-carousel .carousel-caption h2 {
    max-width: 660px;
    margin-bottom: 30px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(50px, 5.35vw, 76px);
    font-weight: 650;
    letter-spacing: -.055em;
    line-height: 1.02;
    text-transform: none;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .48);
    opacity: 0;
    transform: translateY(28px);
}

.hero-carousel .hero-note {
    display: block;
    max-width: 590px;
    margin-bottom: 27px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.7;
    text-transform: none;
    opacity: 0;
    transform: translateY(20px);
}

.hero-carousel .carousel-caption .btn {
    align-self: flex-start;
    min-width: 166px;
    min-height: 46px;
    justify-content: space-between;
    padding: 10px 18px 10px 25px;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
    opacity: 0;
    transform: translateY(18px);
}

.hero-carousel .carousel-caption .btn i {
    margin-left: 18px;
    font-size: 10px;
}

.hero-carousel .carousel-caption .btn:hover {
    color: var(--orange);
    background: transparent;
    border-color: var(--orange);
}

.hero-carousel .carousel-item.active .carousel-caption p,
.hero-carousel .carousel-item.active .carousel-caption h1,
.hero-carousel .carousel-item.active .carousel-caption h2,
.hero-carousel .carousel-item.active .hero-note,
.hero-carousel .carousel-item.active .carousel-caption .btn {
    animation: heroTextIn .7s cubic-bezier(.2, .7, .2, 1) forwards;
}

.hero-carousel .carousel-item.active .carousel-caption h1,
.hero-carousel .carousel-item.active .carousel-caption h2 { animation-delay: .12s; }
.hero-carousel .carousel-item.active .hero-note { animation-delay: .25s; }
.hero-carousel .carousel-item.active .carousel-caption .btn { animation-delay: .35s; }

.hero-carousel .carousel-indicators {
    top: 50%;
    right: clamp(24px, 4vw, 64px);
    bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 7px;
    transform: translateY(-50%);
}

.hero-carousel .carousel-indicators li,
.hero-carousel .carousel-indicators li.active {
    width: 22px;
    height: 1px;
    margin: 0;
    background: rgba(255, 255, 255, .55);
    transition: width .4s ease, background .4s ease;
}

.hero-carousel .carousel-indicators li.active {
    width: 44px;
    margin-left: -22px;
    background: var(--orange);
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    top: auto;
    bottom: 28px;
    width: 42px;
    height: 42px;
    opacity: 1;
    z-index: 5;
}

.hero-carousel .carousel-control-prev {
    left: auto;
    right: 107px;
}

.hero-carousel .carousel-control-next {
    right: 60px;
}

.hero-counter {
    position: absolute;
    left: clamp(52px, 5vw, 80px);
    right: auto;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, .64);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    z-index: 5;
}

.hero-counter .hero-current {
    color: #fff;
}

.hero-counter b {
    color: rgba(255, 255, 255, .5);
    font-weight: 500;
}

.hero-counter i {
    width: 42px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, .28);
}

.hero-counter i::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--orange);
    transform-origin: left;
    animation: heroProgress 5.2s linear infinite;
}

.immersive-header + .site-menu + .page-header {
    margin-top: 0;
}

@keyframes heroTextIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroZoom {
    from { transform: scale(1.035); }
    to { transform: scale(1.1); }
}

@keyframes heroProgress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@media (max-width: 767.98px) {
    .immersive-header {
        padding: 21px 20px;
    }

    .immersive-brand strong {
        font-size: 20px;
    }

    .immersive-brand span {
        font-size: 7px;
    }

    .site-menu {
        padding: 0 20px;
    }

    .site-menu-top {
        min-height: 72px;
    }

    .site-menu-links a {
        min-height: 62px;
        font-size: clamp(29px, 10vw, 39px);
    }

    .site-menu-links a span {
        width: 32px;
        font-size: 7px;
    }

    .site-menu-footer {
        min-height: 106px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
        padding: 15px 0;
    }

    .site-menu-footer .menu-project-link {
        margin: 6px 0 0;
    }

    .home-page .hero-carousel {
        min-height: 650px;
    }

    .hero-carousel .carousel-item::before {
        background:
            linear-gradient(90deg, rgba(5, 15, 25, .62) 0%, rgba(5, 15, 25, .34) 66%, rgba(5, 15, 25, .12) 100%),
            linear-gradient(0deg, rgba(5, 15, 25, .26), transparent 48%);
    }

    .hero-carousel .carousel-caption {
        left: 24px;
        right: 48px;
        width: auto;
        max-width: none;
        margin: 0;
        padding-top: 80px;
    }

    .hero-carousel .carousel-caption h1,
    .hero-carousel .carousel-caption h2 {
        width: auto;
        max-width: 520px;
        max-width: 340px;
        font-size: clamp(34px, 9.6vw, 42px);
        line-height: 1.08;
    }

    .hero-carousel .hero-note {
        max-width: 430px;
        font-size: 11px;
    }

    .hero-carousel .carousel-indicators {
        right: 18px;
    }

    .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next {
        display: none;
    }

    .hero-counter {
        bottom: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-menu,
    .site-menu-links a,
    .hero-carousel .carousel-item img,
    .hero-carousel .carousel-item video,
    .hero-carousel .carousel-caption > *,
    .hero-counter i::after {
        animation: none !important;
        transition-duration: .01ms !important;
    }

    .hero-carousel .carousel-item.active .carousel-caption > * {
        opacity: 1;
        transform: none;
    }
}

/* Compact homepage process rail */
.home-page .process-panel {
    padding: clamp(34px, 3.5vw, 48px) 0;
    color: #171916;
    background: #ffffff;
}

.home-page .process-layout {
    display: grid;
    grid-template-columns: minmax(220px, 265px) minmax(0, 1fr);
    border-top: 1px solid rgba(23, 25, 22, .2);
    border-bottom: 1px solid rgba(23, 25, 22, .2);
}

.home-page .process-heading {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 25px 30px 25px 19px;
    border-top: 0;
    border-right: 1px solid rgba(23, 25, 22, .16);
}

.home-page .process-heading::before {
    width: 3px;
    height: 48px;
    margin-right: 16px;
    flex: 0 0 3px;
    content: "";
    background: #ef252a;
}

.home-page .process-heading h2 {
    max-width: 200px;
    margin: 0;
    color: #07182d !important;
    font-family: "Manrope", sans-serif;
    font-size: clamp(29px, 2.8vw, 38px);
    font-weight: 650;
    line-height: 1.02;
    letter-spacing: -.05em;
}

.home-page .process-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 23px 0 21px;
    list-style: none;
}

.home-page .process-list::before {
    position: absolute;
    top: 40px;
    right: calc(25% - 36px);
    left: 36px;
    height: 1px;
    content: "";
    background: rgba(7, 24, 45, .22);
}

.home-page .process-card {
    position: relative;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0 18px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.home-page .process-card span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    margin: 0 0 14px;
    color: #ffffff;
    background: #ef252a;
    border: 4px solid #ffffff;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .04em;
}

.home-page .process-card h3 {
    margin: 0 0 7px;
    color: #07182d !important;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.25;
    letter-spacing: -.025em;
}

.home-page .process-card p {
    max-width: 210px;
    margin: 0;
    color: #5b625f !important;
    font-size: 11px;
    line-height: 1.58;
}

@media (max-width: 991.98px) {
    .home-page .process-layout {
        grid-template-columns: 1fr;
    }

    .home-page .process-heading {
        padding: 22px 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(23, 25, 22, .16);
    }

    .home-page .process-heading::before {
        height: 38px;
    }

    .home-page .process-heading h2 {
        max-width: none;
    }

    .home-page .process-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0;
    }

    .home-page .process-list::before {
        display: none;
    }

    .home-page .process-card {
        padding: 21px;
        border-top: 1px solid rgba(23, 25, 22, .12);
    }

    .home-page .process-card:nth-child(-n + 2) {
        border-top: 0;
    }

    .home-page .process-card:nth-child(even) {
        border-left: 1px solid rgba(23, 25, 22, .12);
    }
}

@media (max-width: 767.98px) {
    .home-page .process-panel {
        padding: 30px 0;
    }

    .home-page .process-list {
        display: block;
        padding: 20px 0;
    }

    .home-page .process-list::before {
        top: 37px;
        bottom: 37px;
        left: 17px;
        width: 1px;
        height: auto;
        display: block;
    }

    .home-page .process-card,
    .home-page .process-card:nth-child(even) {
        display: grid;
        grid-template-columns: 35px minmax(0, 1fr);
        column-gap: 15px;
        padding: 0 0 24px;
        border: 0;
    }

    .home-page .process-card:last-child {
        padding-bottom: 0;
    }

    .home-page .process-card span {
        grid-row: 1 / 3;
        margin: 0;
    }

    .home-page .process-card p {
        max-width: 520px;
    }
}

@media (max-width: 1100px) {
    .site-menu-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 70px;
        padding: 42px 0;
    }
}

@media (max-width: 767.98px) {
    .site-menu-content {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 28px 0 34px;
    }

    .site-menu-column h2,
    .site-menu-social h2 {
        margin-bottom: 14px;
        font-size: 25px;
    }

    .site-menu-column a {
        margin-bottom: 7px;
        font-size: 16px;
    }

    .site-menu-social a {
        width: 36px;
        height: 36px;
    }

    .site-menu-top .immersive-brand strong {
        font-size: 24px;
    }
}

.portfolio-item[id] {
    scroll-margin-top: 96px;
}

@media (prefers-reduced-motion: reduce) {
    .site-menu-column,
    .site-menu-social {
        transition-duration: .01ms !important;
    }
}
