:root {
    --navy: #061630;
    --navy-soft: #0b203f;
    --bronze: #a67a46;
    --bronze-light: #c39a68;
    --ink: #0a1629;
    --muted: #5b6470;
    --line: #e6e7e9;
    --paper: #ffffff;
    --off-white: #f7f7f6;
    --serif: Georgia, "Times New Roman", serif;
    --sans: Arial, Helvetica, sans-serif;
    --header-height: 96px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.container { width: min(100% - 80px, 1440px); margin-inline: auto; }
.section { padding: 72px 0; }
.skip-link { position: fixed; left: 12px; top: -50px; z-index: 1000; background: var(--navy); color: #fff; padding: 12px 18px; }
.skip-link:focus { top: 12px; }

.site-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 50;
    height: var(--header-height);
    padding: 0 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.brand { display: inline-flex; align-items: center; min-width: 242px; color: var(--navy); }
.brand__name { font-size: 28px; line-height: 1; letter-spacing: .19em; font-weight: 800; }
.brand__line { width: 1px; height: 31px; margin: 0 12px 0 7px; background: var(--navy); }
.brand__subtitle { font-size: 8px; line-height: 1.35; letter-spacing: .19em; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(20px, 2.4vw, 42px); margin-left: auto; }
.desktop-nav a { position: relative; font-size: 10px; font-weight: 700; letter-spacing: .03em; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--bronze); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-tools { display: flex; align-items: center; gap: 18px; }
.language, .menu-toggle { appearance: none; border: 0; background: transparent; cursor: pointer; }
.language { font-size: 10px; font-weight: 700; }
.language span { color: var(--bronze); margin-left: 4px; }
.menu-toggle { width: 30px; padding: 5px 0; display: grid; gap: 5px; }
.menu-toggle span { display: block; height: 1px; background: var(--navy); transition: transform .25s ease, opacity .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: -1; padding: 135px 8vw 50px; background: rgba(255,255,255,.98); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.mobile-menu.is-open { opacity: 1; visibility: visible; }
.mobile-menu nav { display: flex; flex-direction: column; align-items: center; }
.mobile-menu a { font-family: var(--serif); font-size: clamp(30px, 6vw, 58px); padding: 8px 0; }

.hero {
    position: relative;
    min-height: 760px;
    height: min(88vh, 880px);
    overflow: hidden;
    isolation: isolate;
    background: #f5f5f4;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center center;
}
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.42) 72px, rgba(255,255,255,0) 145px),
        linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 21%, rgba(255,255,255,.45) 43%, rgba(255,255,255,0) 65%);
}
.hero__content { padding-top: clamp(210px, 26vh, 275px); }
.eyebrow { margin: 0 0 25px; color: var(--bronze); font-size: 10px; line-height: 1; letter-spacing: .06em; font-weight: 700; }
.eyebrow--dash::before { content: ""; display: inline-block; width: 12px; height: 1px; margin: 0 10px 3px 0; background: var(--bronze); }
.hero h1, .about h2, .projects h2, .vision h2 {
    margin: 0;
    font-family: var(--serif);
    font-weight: 400;
    letter-spacing: -.045em;
}
.hero h1 { max-width: 610px; font-size: clamp(50px, 4.5vw, 76px); line-height: 1.08; }
.hero__text { max-width: 500px; margin: 32px 0; color: #35404e; font-size: 13px; line-height: 1.8; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; min-width: 245px; padding: 18px 20px; font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.button--dark { color: #fff; background: var(--navy); }
.button span, .text-link span { color: var(--bronze-light); font-size: 21px; font-weight: 300; transition: transform .25s; }
.button:hover span, .text-link:hover span { transform: translateX(5px); }
.hero__year { position: absolute; left: max(40px, calc((100% - min(100% - 80px, 1440px))/2)); bottom: 68px; color: var(--bronze); }
.hero__year div { display: flex; align-items: flex-end; }
.hero__year strong { font-family: var(--serif); font-size: 76px; line-height: .88; font-weight: 400; letter-spacing: -.05em; }
.hero__year span { margin: 0 0 8px 6px; font-size: 14px; }
.hero__year small { display: block; margin: 18px 0 0 20px; font-size: 11px; font-weight: 700; }
.hero__values { position: absolute; left: 50%; bottom: 32px; transform: translateX(-50%); display: flex; align-items: center; gap: 24px; white-space: nowrap; }
.hero__values span { width: 46px; height: 1px; background: var(--bronze); }
.hero__values b { font-size: 9px; letter-spacing: .12em; font-weight: 500; }
.hero__values i { color: var(--bronze); font-style: normal; }

.about { border-bottom: 1px solid var(--line); }
.about__grid { display: grid; grid-template-columns: minmax(340px, .83fr) 1.55fr; align-items: center; min-height: 410px; gap: 50px; }
.about__copy { padding-left: 2px; }
.about h2 { font-size: clamp(38px, 3.2vw, 57px); line-height: 1.12; }
.about__copy > p:not(.eyebrow) { max-width: 570px; margin: 30px 0 42px; color: #3c4651; font-size: 12px; line-height: 1.85; }
.about__visual { overflow: hidden; align-self: stretch; display: flex; align-items: center; }
.about__visual img { width: 100%; height: 100%; max-height: 430px; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-size: 10px; font-weight: 700; letter-spacing: .02em; }

.section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.section-heading .eyebrow { margin: 0; color: var(--ink); }
.sectors { padding-bottom: 60px; }
.sectors__track { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 9px; }
.sector-card { position: relative; min-height: 320px; overflow: hidden; color: #fff; background: var(--navy); }
.sector-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .5s ease; }
.sector-card__shade { position: absolute; inset: 46% 0 0; background: linear-gradient(to bottom, transparent, rgba(3,16,38,.98)); }
.sector-card__content { position: absolute; inset: auto 14px 15px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 5px; }
.sector-card small { grid-column: 1/-1; color: var(--bronze-light); font-size: 10px; }
.sector-card strong { font-size: 12px; line-height: 1.2; }
.sector-card i { color: var(--bronze-light); font-size: 23px; font-style: normal; font-weight: 300; }
.sector-card:hover img { transform: scale(1.045); }

.projects { position: relative; min-height: 500px; display: grid; grid-template-columns: minmax(290px, 27%) 1fr 84px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.projects__intro { padding: 70px 40px max(60px, 7vw); align-self: center; }
.projects__intro h2 { font-size: clamp(36px, 2.8vw, 51px); line-height: 1.1; }
.projects__intro .text-link { margin-top: 45px; }
.projects__viewport { overflow: hidden; }
.projects__track { height: 100%; display: flex; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.project-card { position: relative; min-width: 33.333%; height: 100%; min-height: 500px; overflow: hidden; border-left: 2px solid #fff; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.project-card > span { position: absolute; inset: auto 0 0; display: grid; gap: 5px; padding: 75px 22px 20px; color: #fff; opacity: 0; background: linear-gradient(transparent, rgba(4,15,34,.85)); transition: opacity .3s; }
.project-card small { color: var(--bronze-light); }
.project-card strong { font-family: var(--serif); font-size: 22px; }
.project-card:hover img { transform: scale(1.035); }
.project-card:hover > span { opacity: 1; }
.projects__controls { display: flex; flex-direction: column; align-items: center; gap: 12px; padding-top: 77px; background: #fff; }
.projects__controls button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid #d8d9dc; background: #fff; cursor: pointer; font-size: 18px; transition: background .25s, color .25s; }
.projects__controls button:hover { color: #fff; background: var(--navy); }
.projects__controls small { margin-top: 12px; font-size: 10px; }

.stats { color: #fff; background: var(--navy); }
.stats__grid { min-height: 155px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.stat { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 25px; }
.stat__icon svg { width: 48px; height: 48px; fill: none; stroke: var(--bronze-light); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.stat > span:last-child { display: grid; }
.stat strong { font-size: 33px; line-height: 1; font-weight: 400; }
.stat b { margin-top: 8px; font-size: 9px; letter-spacing: .04em; }
.stat small { margin-top: 7px; color: #aeb8c7; font-size: 9px; }

.news { padding-bottom: 80px; }
.news__grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.03fr; gap: 28px; }
.news-card { background: var(--off-white); }
.news-card a { display: block; height: 100%; }
.news-card img { width: 100%; aspect-ratio: 1.75; object-fit: cover; }
.news-card__body { min-height: 145px; padding: 18px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.news-card small { grid-column: 1/-1; align-self: start; color: #777f89; font-size: 9px; }
.news-card strong { max-width: 270px; font-size: 12px; line-height: 1.6; font-weight: 500; }
.news-card i { font-size: 22px; font-style: normal; transition: transform .25s; }
.news-card:hover i { transform: translateX(5px); }
.anniversary { min-height: 305px; padding: 38px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; background: var(--navy); }
.anniversary > span { color: var(--bronze-light); font-size: 17px; }
.anniversary > span strong { font-family: var(--serif); font-size: 55px; font-weight: 400; }
.anniversary small { color: var(--bronze-light); }
.anniversary p { font-family: var(--serif); font-size: 21px; line-height: 1.3; }
.anniversary a { padding: 10px 14px; color: var(--bronze-light); border: 1px solid var(--bronze); font-size: 10px; }
.anniversary a b { margin-left: 12px; font-size: 15px; }

.vision { position: relative; min-height: 250px; padding: 55px 0; overflow: hidden; background: linear-gradient(105deg, #fff 0%, #f9f9f8 60%, #eeeeec 100%); }
.vision::after { content: ""; position: absolute; inset: 0; opacity: .35; background-image: repeating-linear-gradient(110deg, transparent 0 24px, rgba(166,122,70,.08) 25px, transparent 26px 48px); }
.vision .container { position: relative; z-index: 2; }
.vision h2 { font-size: clamp(38px, 3.4vw, 57px); line-height: 1.08; }
.vision .text-link { margin-top: 24px; }
.vision__mark { position: absolute; right: 7%; top: -115px; z-index: 1; color: rgba(6,22,48,.025); font-family: var(--serif); font-size: 430px; line-height: 1; }

.footer { padding: 55px 0 20px; border-top: 1px solid var(--line); background: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.25fr .62fr 1fr .8fr 1.15fr; gap: 50px; }
.footer__brand .brand { min-width: auto; }
.footer__brand p { max-width: 270px; margin: 27px 0; color: #515966; font-size: 10px; line-height: 1.9; }
.socials { display: flex; gap: 20px; align-items: center; }
.socials a { font-size: 13px; font-weight: 700; }
.footer h3 { margin: 8px 0 25px; font-size: 9px; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer__grid > div:not(.footer__brand) a, .footer address { margin-bottom: 12px; color: #343e4b; font-size: 10px; line-height: 1.4; font-style: normal; }
.footer__bottom { display: flex; align-items: center; margin-top: 45px; padding-top: 20px; border-top: 1px solid #f0f0f0; }
.footer__bottom small { font-size: 9px; }
.footer__bottom > span { display: flex; gap: 35px; margin-left: auto; font-size: 8px; }
.back-top { width: 34px; height: 34px; margin-left: 30px; display: grid; place-items: center; color: var(--bronze-light); background: var(--navy); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
    .site-header { padding-inline: 25px; }
    .desktop-nav { display: none; }
    .container { width: min(100% - 50px, 1120px); }
    .sectors__track { overflow-x: auto; grid-template-columns: repeat(7, 190px); padding-bottom: 12px; scroll-snap-type: x mandatory; }
    .sector-card { scroll-snap-align: start; }
    .project-card { min-width: 50%; }
    .stats__grid { grid-template-columns: repeat(2, 1fr); padding-block: 15px; }
    .footer__grid { grid-template-columns: 1.2fr repeat(2, 1fr); }
}

@media (max-width: 820px) {
    :root { --header-height: 78px; }
    .container { width: min(100% - 36px, 720px); }
    .site-header { height: var(--header-height); padding-inline: 18px; }
    .brand { min-width: auto; }
    .brand__name { font-size: 22px; }
    .brand__subtitle, .brand__line, .language { display: none; }
    .hero { min-height: 720px; height: 100svh; }
    .hero::before { background-position: 60% center; }
    .hero::after {
        background:
            linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.32) 72px, rgba(255,255,255,0) 140px),
            linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.8) 52%, rgba(255,255,255,.1) 100%);
    }
    .hero__content { padding-top: 170px; }
    .hero h1 { max-width: 550px; font-size: clamp(44px, 12vw, 66px); }
    .hero__text { max-width: 440px; }
    .hero__year { left: 18px; bottom: 63px; }
    .hero__year strong { font-size: 60px; }
    .hero__values { left: auto; right: 18px; bottom: 22px; transform: none; gap: 10px; }
    .hero__values span { width: 22px; }
    .about__grid { grid-template-columns: 1fr; gap: 30px; }
    .about__visual { order: -1; }
    .about__visual img { max-height: 300px; }
    .projects { grid-template-columns: 1fr 62px; }
    .projects__intro { grid-column: 1/-1; padding: 55px 25px 40px; }
    .projects__viewport { min-height: 430px; }
    .project-card { min-width: 80%; min-height: 430px; }
    .project-card > span { opacity: 1; }
    .projects__controls { padding-top: 45px; }
    .news__grid { grid-template-columns: repeat(2, 1fr); }
    .footer__grid { grid-template-columns: repeat(2, 1fr); }
    .footer__brand { grid-column: 1/-1; }
}

@media (max-width: 560px) {
    .section { padding-block: 55px; }
    .hero h1 { font-size: 43px; }
    .hero__text { font-size: 12px; }
    .button { min-width: 225px; }
    .hero__values { display: none; }
    .about h2, .projects__intro h2, .vision h2 { font-size: 38px; }
    .section-heading { align-items: flex-start; gap: 20px; }
    .section-heading .text-link { white-space: nowrap; }
    .projects { grid-template-columns: 1fr; }
    .projects__controls { grid-row: 3; flex-direction: row; justify-content: center; padding: 18px; }
    .projects__controls small { margin: 0 0 0 8px; }
    .project-card { min-width: 86%; }
    .stats__grid { grid-template-columns: 1fr; }
    .stat { justify-content: flex-start; padding-left: 12vw; border-bottom: 1px solid rgba(255,255,255,.08); }
    .news__grid { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 22px; }
    .footer__contact { grid-column: 1/-1; }
    .footer__bottom { align-items: flex-start; flex-wrap: wrap; gap: 18px; }
    .footer__bottom > span { order: 3; width: 100%; margin: 0; flex-wrap: wrap; gap: 15px; }
    .back-top { margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .reveal { opacity: 1; transform: none; }
}
