﻿* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
  background: #fff;
}
body.menu-open {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
button,
input,
textarea,
select {
  font: inherit;
}

/* Shared action-button shape used across every page */
.site-button {
  border-radius: 4px !important;
}

/* Match content-image corners to the shared site controls */
main img {
  border-radius: 4px;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.topbar {
  background: var(--green-dark);
  color: #d4e6df;
  font-size: 12px;
}
.topbar-inner {
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar-inner div {
  display: flex;
  gap: 28px;
}
.navbar {
  height: 84px;
  background: #fff;
  position: relative;
  z-index: 20;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
.nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.brand strong {
  font: 800 24px/1 "Manrope";
  color: var(--green);
}
.brand small {
  font-size: 8px;
  display: block;
  margin-top: 5px;
  color: #70807a;
}
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.nav-links > li {
  position: relative;
}
.nav-links a,
.nav-button {
  font-size: 14px;
  font-weight: 500;
  border: 0;
  background: none;
  padding: 30px 0;
  cursor: pointer;
  color: #35443f;
}
.nav-links a:hover,
.nav-links .active,
.nav-button:hover {
  color: var(--green);
}
.nav-button span {
  font-size: 12px;
  margin-left: 3px;
}
.nav-links .nav-cta {
  background: var(--green);
  color: white !important;
  padding: 11px 19px;
  border-radius: 3px;
}
.dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  position: absolute;
  top: 72px;
  left: -20px;
  min-width: 220px;
  padding: 10px 0;
  margin: 0;
  background: #fff;
  list-style: none;
  border-top: 3px solid var(--lime);
  box-shadow: var(--shadow);
  transition: 0.2s;
}
.dropdown a {
  display: block;
  padding: 9px 20px !important;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
.has-dropdown:hover .dropdown,
.has-dropdown.open .dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  padding: 7px;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--ink);
  margin: 5px;
  transition: 0.25s;
}
.hero {
  min-height: 700px;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  background:
    linear-gradient(120deg, #0a3b32aa, #06272055),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2000&q=85")
      center/cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(3, 38, 30, 0.88) 0%,
    rgba(3, 38, 30, 0.45) 55%,
    rgba(3, 38, 30, 0.1) 100%
  );
}
.hero-content {
  position: relative;
  padding-bottom: 80px;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow:before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--lime);
}
.eyebrow.light {
  color: #d9e8e2;
}
.hero h1,
.section h2,
.career h2 {
  font: 800 clamp(40px, 5.7vw, 75px) / 1.05 "Manrope";
  margin: 20px 0;
}
.hero h1 em,
.section h2 em {
  font-style: normal;
  color: var(--lime);
}
.hero p {
  max-width: 650px;
  color: #d5e2dd;
  font-size: 18px;
}
.section {
  padding: 110px 0;
}
.section h2 {
  font-size: clamp(35px, 4vw, 55px);
  color: var(--green-dark);
  margin: 15px 0 24px;
}
.values {
  display: flex;
  gap: 35px;
  margin: 30px 0;
}
.values > div {
  display: flex;
  gap: 12px;
}
.values > div > span {
  color: var(--green);
  font-size: 25px;
}
.values strong,
.values small {
  display: block;
}
.values small {
  color: var(--muted);
  font-size: 12px;
}
.projects {
  background: var(--cream);
}
.status {
  font-size: 10px;
  text-transform: uppercase;
  background: #deeee6;
  color: var(--green);
  padding: 5px 8px;
  font-weight: 600;
}
.status.construction {
  background: #f6eacb;
  color: #806322;
}
.status.planning {
  background: #e6e8ef;
  color: #555e79;
}
.leadership {
  background: var(--green-dark);
  color: white;
}
.leadership h2 {
  color: white;
}
.leadership blockquote {
  font: 500 22px/1.7 "DM Sans";
  margin: 20px 0;
  color: #d9e6e1;
}
.reports {
  background: #fff;
}
.report-list {
  border-top: 1px solid var(--border);
}
.report {
  display: grid;
  grid-template-columns: 60px 1fr 80px 40px;
  gap: 15px;
  align-items: center;
  padding: 22px 10px;
  border-bottom: 1px solid var(--border);
  transition: 0.2s;
}
.report:hover {
  background: var(--cream);
  padding-left: 20px;
}
.report small,
.report strong {
  display: block;
}
.report small {
  text-transform: uppercase;
  color: var(--muted);
  font-size: 10px;
}
.report > span {
  font-size: 12px;
  color: var(--muted);
}
.report b {
  color: var(--green);
  font-size: 20px;
}
.news {
  background: var(--cream);
}
.career {
  background:
    linear-gradient(90deg, rgba(5, 59, 47, 0.95), rgba(5, 59, 47, 0.65)),
    url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1800&q=85")
      center/cover;
  color: white;
  padding: 85px 0;
}
.career h2 {
  font-size: 48px;
  margin: 12px 0;
  color: white;
}
.career p {
  color: #d4e2dd;
}
.contact-form {
  background: var(--cream);
  padding: 38px;
}
.contact-form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #40534c;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid #d3dcd6;
  background: white;
  padding: 13px;
  margin-top: 7px;
  outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--green);
}
footer {
  background: #082f27;
  color: #a9bdb6;
  padding-top: 70px;
}
.footer-brand strong {
  color: white;
}
.newsletter {
  display: flex;
}
.newsletter input {
  width: 100%;
  background: #ffffff0d;
  border: 1px solid #ffffff25;
  padding: 12px;
  color: white;
  outline: none;
}
.newsletter button {
  border: 0;
  background: var(--lime);
  width: 48px;
  color: var(--green-dark);
  font-weight: 600;
}
.back-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--green);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
  cursor: pointer;
  z-index: 10;
}
.back-top.show {
  opacity: 1;
  visibility: visible;
}
.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.7s,
    transform 0.7s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1000px) {
  .menu-toggle {
    display: block;
  }
  .nav-links {
    position: fixed;
    inset: 120px 0 0;
    background: #fff;
    display: block;
    padding: 25px 30px;
    transform: translateX(100%);
    transition: 0.3s;
    overflow: auto;
  }
  .nav-links.open {
    transform: none;
  }
  .nav-links a,
  .nav-button {
    display: block;
    padding: 12px 0;
    width: 100%;
    text-align: left;
  }
  .nav-links .nav-cta {
    display: inline-block;
    margin-top: 12px;
    padding: 11px 19px;
  }
  .dropdown {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    padding-left: 15px;
  }
  .has-dropdown.open .dropdown {
    display: block;
  }
  .topbar-inner {
    height: 36px;
  }
  .topbar-inner > span {
    display: none;
  }
}
@media (max-width: 720px) {
  .container {
    width: min(100% - 30px, 1180px);
  }
  .topbar-inner {
    justify-content: center;
  }
  .topbar-inner div {
    gap: 16px;
  }
  .navbar {
    height: 72px;
  }
  .nav-links {
    top: 108px;
  }
  .hero {
    min-height: 690px;
  }
  .hero-content {
    padding-bottom: 150px;
  }
  .hero h1 {
    font-size: 47px;
  }
  .hero p {
    font-size: 16px;
  }
  .section {
    padding: 75px 0;
  }
  .values {
    flex-direction: column;
    gap: 15px;
  }
  .report {
    grid-template-columns: 50px 1fr 30px;
  }
  .report > span:nth-child(3) {
    display: none;
  }
  .career h2 {
    font-size: 38px;
  }
  .contact-form {
    padding: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Molnia logo-derived brand palette */
:root {
  --green: #a51d15;
  --green-dark: #73120e;
  --lime: #f5ad1b;
  --ink: #252b2e;
  --muted: #69747a;
  --cream: #fff8ec;
  --border: #eadfd4;
  --river: #087599;
  --shadow: 0 18px 50px rgba(112, 28, 18, 0.14);
}
.brand {
  gap: 0;
}
.brand > img {
  display: block;
  width: 152px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.hero {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2000&q=85");
}
.hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(65, 14, 11, 0.92) 0%,
    rgba(115, 18, 14, 0.56) 55%,
    rgba(8, 117, 153, 0.14) 100%
  );
}
.leadership {
  background: linear-gradient(135deg, var(--green-dark), #43100e);
}
.career {
  background:
    linear-gradient(90deg, rgba(112, 18, 14, 0.96), rgba(112, 18, 14, 0.64)),
    url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1800&q=85")
      center/cover;
}
.status {
  background: #f9e2dd;
}
footer {
  background: #30100e;
  color: #d4bbb5;
}
.footer-brand {
  background: #fff;
  padding: 5px 12px;
  width: max-content;
  border-radius: 4px;
}
.footer-brand > img {
  width: 138px;
  height: 66px;
}
.newsletter button {
  color: #5d170e;
}
@media (max-width: 720px) {
  .brand > img {
    width: 124px;
  }
  .footer-brand > img {
    width: 130px;
  }
}

/* Unified typography */
body,
button,
input,
textarea,
select,
.hero h1,
.section h2,
.career h2,
.leadership blockquote {
  font-family: "Inter", sans-serif;
}

/* Direction-aware sticky navigation */
.navbar {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.navbar.is-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  transform: translateY(-105%);
  box-shadow: 0 8px 24px rgba(62, 18, 13, 0.14);
}
.navbar.is-sticky.show-nav {
  transform: translateY(0);
}
@media (max-width: 1000px) {
  .navbar.is-sticky .nav-links {
    top: 84px;
    height: calc(100vh - 84px);
  }
}
@media (max-width: 720px) {
  .navbar.is-sticky .nav-links {
    top: 72px;
    height: calc(100vh - 72px);
  }
}

/* Floating header and cinematic hero */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
}
.topbar {
  display: none;
}
.navbar {
  width: min(1520px, calc(100% - 40px));
  height: 68px;
  margin: 22px auto 0;
  border-radius: 4px;
  box-shadow: 0 8px 28px rgba(22, 31, 32, 0.12);
}
.nav-inner {
  width: 100%;
  max-width: none;
  padding: 0 9px;
}
.brand > img {
  width: 126px;
}
.nav-links {
  gap: 24px;
}
.nav-links a,
.nav-button {
  padding: 23px 0;
  color: #171b1d;
  font-size: 14px;
}
.dropdown {
  top: 61px;
}
.nav-links .nav-cta {
  background: #16191a;
  padding: 13px 21px;
}
.nav-links .nav-cta:before {
  content: "→";
  margin-right: 10px;
}
.navbar.is-sticky {
  top: 16px;
  right: auto;
  left: 50%;
  width: min(1520px, calc(100% - 40px));
  margin: 0;
  transform: translate(-50%, -130%);
}
.navbar.is-sticky.show-nav {
  transform: translate(-50%, 0);
}
.hero {
  min-height: 780px;
  height: 100svh;
  align-items: flex-end;
  background-image: url("https://images.unsplash.com/photo-1673199981530-df45b3289d0d?auto=format&fit=crop&fm=jpg&q=90&w=2200");
  background-position: center;
  background-size: cover;
}
.hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(9, 16, 18, 0.82) 0%,
      rgba(9, 16, 18, 0.38) 52%,
      rgba(9, 16, 18, 0.08) 100%
    ),
    linear-gradient(0deg, rgba(6, 10, 12, 0.7), transparent 55%);
}
.hero-content {
  padding: 0 0 86px;
  margin-left: max(0px, calc((100vw - 1520px) / 2));
  width: min(760px, calc(100% - 40px));
}
.hero h1 {
  font-size: clamp(44px, 4.7vw, 72px);
  margin: 16px 0 22px;
}
.hero h1 em {
  color: #fff;
}
.hero p {
  font-size: 16px;
  max-width: 670px;
  color: #eef0ef;
}
@media (max-width: 1100px) {
  .nav-links {
    gap: 20px;
  }
  .hero-content {
    padding-bottom: 250px;
  }
}
@media (max-width: 1000px) {
  .navbar {
    margin-top: 16px;
  }
  .navbar.is-sticky {
    top: 10px;
  }
  .navbar .nav-links {
    top: 68px;
  }
  .navbar.is-sticky .nav-links {
    top: 68px;
    height: calc(100vh - 78px);
  }
  .nav-links {
    border-radius: 0 0 4px 4px;
  }
}
@media (max-width: 720px) {
  .navbar {
    width: calc(100% - 24px);
    height: 64px;
    margin-top: 12px;
  }
  .navbar.is-sticky {
    top: 8px;
    width: calc(100% - 24px);
  }
  .brand > img {
    width: 112px;
  }
  .navbar .nav-links,
  .navbar.is-sticky .nav-links {
    top: 64px;
    height: calc(100vh - 72px);
  }
  .hero {
    min-height: 760px;
  }
  .hero-content {
    width: calc(100% - 30px);
    padding-bottom: 260px;
    margin: auto;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero p {
    font-size: 16px;
  }
}
.nav-button .menu-arrow {
  display: inline-block;
  margin-left: 7px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(1px);
  transition: transform 0.2s ease;
}
.has-dropdown:hover .menu-arrow,
.has-dropdown.open .menu-arrow {
  transform: translateY(1px) rotate(180deg);
}

/* Keep the floating header stationary */
.navbar,
.navbar.is-sticky,
.navbar.is-sticky.show-nav {
  position: fixed;
  top: 22px;
  right: auto;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  z-index: 50;
}
@media (max-width: 1000px) {
  .navbar,
  .navbar.is-sticky,
  .navbar.is-sticky.show-nav {
    top: 16px;
    transform: translateX(-50%);
  }
}
@media (max-width: 720px) {
  .navbar,
  .navbar.is-sticky,
  .navbar.is-sticky.show-nav {
    top: 12px;
    transform: translateX(-50%);
  }
}

/* Hydropower-focused imagery */
.hero {
  background-image: url("https://thehrmnepal.com/wp-content/uploads/2022/10/coverphoto1.jpg");
}
.career {
  background-image:
    linear-gradient(90deg, rgba(112, 18, 14, 0.96), rgba(112, 18, 14, 0.64)),
    url("https://www.welthungerhilfe.org/fileadmin/_processed_/d/d/csm_Nepal_Wasserkraft_ADB_2edb383333.jpg");
}

/* Anchor hero message to the bottom edge */
.hero-content {
  position: absolute;
  left: max(40px, calc((100vw - 1520px) / 2));
  bottom: 52px;
  width: min(760px, calc(100% - 80px));
  margin: 0;
  padding: 0;
}
.hero-content .eyebrow {
  margin: 0;
}
.hero-content h1 {
  margin-top: 18px;
}
.hero-content p {
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .hero-content {
    left: 30px;
    bottom: 45px;
    width: min(760px, calc(100% - 60px));
    padding: 0;
  }
}
@media (max-width: 720px) {
  .hero-content {
    left: 15px;
    bottom: 28px;
    width: calc(100% - 30px);
    padding: 0;
    margin: 0;
  }
  .hero-content h1 {
    margin: 12px 0 16px;
  }
  .hero-content .eyebrow {
    font-size: 10px;
  }
}

/* Swiper hero slider */
.hero-slider {
  display: block;
  position: relative;
  overflow: hidden;
  background: #1d2929;
}
.hero-slider .swiper-wrapper,
.hero-slider .hero-slide {
  width: 100%;
  height: 100%;
}
.hero-slide {
  position: relative;
  background-position: center;
  background-size: cover;
}
.hero-slide-one {
  background-image: url("https://thehrmnepal.com/wp-content/uploads/2022/10/coverphoto1.jpg");
}
.hero-slide-two {
  background-image: url("https://www.welthungerhilfe.org/fileadmin/_processed_/d/d/csm_Nepal_Wasserkraft_ADB_2edb383333.jpg");
}
.hero-slide-three {
  background-image: url("https://nepalfund.infrablockscapital.com/assets/hydropower-DD1Q8aTN.jpg");
}
.hero-slider .hero-overlay {
  z-index: 1;
}
.hero-slider .hero-content {
  z-index: 2;
}
.hero-slider .swiper-pagination {
  left: auto;
  right: 38px;
  bottom: 30px;
  width: auto;
}
.hero-slider .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  margin: 0 3px;
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
}
.hero-slider .swiper-pagination-bullet-active {
  width: 42px;
  background: var(--lime);
  opacity: 1;
}
.hero-slider .swiper-slide .hero-content {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s 0.25s,
    transform 0.7s 0.25s;
}
.hero-slider .swiper-slide-active .hero-content {
  opacity: 1;
  transform: none;
}
@media (max-width: 720px) {
  .hero-slider .swiper-pagination {
    right: 15px;
    bottom: auto;
    top: 100px;
  }
  .hero-slider .swiper-pagination-bullet {
    width: 18px;
  }
  .hero-slider .swiper-pagination-bullet-active {
    width: 32px;
  }
}

/* Hero title uses a non-heading element */
.hero-title {
  font:
    800 clamp(44px, 4.7vw, 72px) / 1.05 "Inter",
    sans-serif;
  margin: 18px 0 22px;
  color: #fff;
}
.hero-title em {
  font-style: normal;
  color: #fff;
}
@media (max-width: 720px) {
  .hero-title {
    font-size: 42px;
    margin: 12px 0 16px;
  }
}

/* All content imagery is provided by HTML img elements */
.media-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero,
.hero-slide,
.career {
  background-image: none !important;
}
.hero-slide > .media-cover {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.career {
  position: relative;
  overflow: hidden;
}
.career > .media-cover {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.career:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(112, 18, 14, 0.96),
    rgba(112, 18, 14, 0.64)
  );
}

/* Performance strip and editorial about section */
.impact-strip {
  background: #f3f3f3;
  border-top: 1px solid #e3e3e3;
}
.impact-grid {
  min-height: 138px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 50px;
}
.impact-grid div {
  display: flex;
  flex-direction: column;
}
.impact-grid strong {
  font:
    600 clamp(32px, 3vw, 48px) / 1 "Inter",
    sans-serif;
  color: #0d1010;
}
.impact-grid span {
  margin-top: 10px;
  font-size: 13px;
  color: #6b6d6d;
}
.about {
  padding: 170px 0 130px;
  background: #fff;
}
.about-intro {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  column-gap: 110px;
  align-items: start;
}
.about-heading h2 {
  font-size: clamp(40px, 4vw, 62px);
  line-height: 1.08;
  color: #0c1010;
  margin: 18px 0 0;
}
.about-label {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 3px;
  background: #eeeeec;
  color: #151818;
  font-size: 12px;
  font-weight: 600;
}
.about-summary {
  padding-top: 32px;
}
.about-summary p {
  max-width: 520px;
  color: #737676;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 32px;
}
.about-button {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 13px 18px;
  background: #101313;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.2s;
}
.about-button:hover {
  background: var(--green);
}
.about-button span {
  font-size: 18px;
}
.about-collage {
  grid-column: 1/2;
  position: relative;
  width: min(620px, 92%);
  height: 470px;
  margin-top: 62px;
  margin-left: 10px;
}
.collage-layer {
  position: absolute;
  overflow: hidden;
  background: #e6e6e6;
  box-shadow: 0 10px 35px rgba(20, 28, 25, 0.1);
}
.collage-layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collage-back {
  inset: 0 7% 12% 3%;
  transform: rotate(4deg);
  border-top: 16px solid #8ed9c1;
}
.collage-middle {
  inset: 4% 1% 4% 0;
  transform: rotate(-4deg);
  border-left: 10px solid #159cbb;
}
.collage-front {
  inset: 8% 5% 8% 1%;
  transform: rotate(0);
  clip-path: polygon(2% 0, 98% 4%, 96% 100%, 0 96%);
}
@media (max-width: 900px) {
  .impact-grid {
    grid-template-columns: 1fr 1fr;
    padding: 30px 0;
    row-gap: 35px;
  }
  .about {
    padding: 100px 0;
  }
  .about-intro {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .about-summary {
    padding-top: 0;
  }
  .about-collage {
    grid-column: 1;
    margin-top: 30px;
  }
}
@media (max-width: 560px) {
  .impact-grid {
    gap: 28px 18px;
  }
  .impact-grid strong {
    font-size: 29px;
  }
  .impact-grid span {
    font-size: 11px;
  }
  .about {
    padding: 75px 0;
  }
  .about-heading h2 {
    font-size: 37px;
  }
  .about-collage {
    width: 100%;
    height: 320px;
    margin-left: 0;
  }
}

/* Collage enters from left when it becomes visible */
.about-collage.reveal {
  opacity: 0;
  transform: translateX(-120px);
  transition:
    opacity 0.9s ease,
    transform 1s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.about-collage.reveal.visible {
  opacity: 1;
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .about-collage.reveal,
  .about-collage.reveal.visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Display all three collage images across separate positions */
.about-collage {
  grid-column: 1/-1;
  width: 100%;
  height: 430px;
  margin: 65px 0 0;
}
.collage-layer {
  width: 38%;
  height: 350px;
  inset: auto;
  border: 0;
  clip-path: none;
}
.collage-back {
  left: 0;
  top: 42px;
  transform: rotate(-4deg);
  border-top: 10px solid #8ed9c1;
}
.collage-middle {
  left: 31%;
  top: 0;
  transform: rotate(2deg);
  border-top: 10px solid #159cbb;
  z-index: 2;
}
.collage-front {
  right: 0;
  top: 48px;
  transform: rotate(5deg);
  border-top: 10px solid var(--lime);
  z-index: 3;
}
@media (max-width: 900px) {
  .about-collage {
    grid-column: 1;
    height: 360px;
  }
  .collage-layer {
    width: 42%;
    height: 290px;
  }
  .collage-middle {
    left: 29%;
  }
}
@media (max-width: 560px) {
  .about-collage {
    height: 500px;
    margin-top: 25px;
  }
  .collage-layer {
    width: 72%;
    height: 230px;
  }
  .collage-back {
    left: 0;
    top: 0;
  }
  .collage-middle {
    left: 14%;
    top: 125px;
  }
  .collage-front {
    right: 0;
    top: 250px;
  }
}

/* Collage starts stacked, then fans out when visible */
.about-collage.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
.about-collage.reveal .collage-layer {
  left: 31%;
  right: auto;
  top: 36px;
  transition:
    left 1s cubic-bezier(0.2, 0.75, 0.25, 1),
    top 1s cubic-bezier(0.2, 0.75, 0.25, 1),
    transform 1s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.about-collage.reveal .collage-back {
  transform: rotate(-5deg);
  z-index: 1;
}
.about-collage.reveal .collage-middle {
  transform: rotate(4deg);
  z-index: 2;
}
.about-collage.reveal .collage-front {
  transform: rotate(0);
  z-index: 3;
}
.about-collage.reveal.visible .collage-back {
  left: 0;
  top: 42px;
  transform: rotate(-4deg);
}
.about-collage.reveal.visible .collage-middle {
  left: 31%;
  top: 0;
  transform: rotate(2deg);
}
.about-collage.reveal.visible .collage-front {
  left: 62%;
  top: 48px;
  transform: rotate(5deg);
}
@media (max-width: 900px) {
  .about-collage.reveal .collage-layer {
    left: 29%;
  }
  .about-collage.reveal.visible .collage-back {
    left: 0;
  }
  .about-collage.reveal.visible .collage-middle {
    left: 29%;
  }
  .about-collage.reveal.visible .collage-front {
    left: 58%;
  }
}
@media (max-width: 560px) {
  .about-collage.reveal .collage-layer {
    left: 14%;
    top: 120px;
  }
  .about-collage.reveal.visible .collage-back {
    left: 0;
    top: 0;
  }
  .about-collage.reveal.visible .collage-middle {
    left: 14%;
    top: 125px;
  }
  .about-collage.reveal.visible .collage-front {
    left: 28%;
    top: 250px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-collage.reveal .collage-layer {
    transition: none;
  }
}

.about-heading h1 {
  font-size: clamp(40px, 4vw, 55px);
  line-height: 1.08;
  color: #0c1010;
  margin: 18px 0 0;
  font-weight: 800;
}
@media (max-width: 560px) {
  .about-heading h1 {
    font-size: 37px;
  }
}

/* Begin with all three cards stacked on the left */
.about-collage.reveal .collage-layer {
  left: 0;
  top: 36px;
}
.about-collage.reveal.visible .collage-back {
  left: 0;
  top: 42px;
}
.about-collage.reveal.visible .collage-middle {
  left: 31%;
  top: 0;
}
.about-collage.reveal.visible .collage-front {
  left: 62%;
  top: 48px;
}
@media (max-width: 900px) {
  .about-collage.reveal .collage-layer {
    left: 0;
  }
  .about-collage.reveal.visible .collage-middle {
    left: 29%;
  }
  .about-collage.reveal.visible .collage-front {
    left: 58%;
  }
}
@media (max-width: 560px) {
  .about-collage.reveal .collage-layer {
    left: 0;
    top: 120px;
  }
  .about-collage.reveal.visible .collage-back {
    left: 0;
    top: 0;
  }
  .about-collage.reveal.visible .collage-middle {
    left: 14%;
    top: 125px;
  }
  .about-collage.reveal.visible .collage-front {
    left: 28%;
    top: 250px;
  }
}

/* Stack left, fan outward, then return left */
.about-collage .collage-back {
  --spread-left: 0%;
  --spread-top: 42px;
  --spread-rotate: -4deg;
}
.about-collage .collage-middle {
  --spread-left: 31%;
  --spread-top: 0px;
  --spread-rotate: 2deg;
}
.about-collage .collage-front {
  --spread-left: 62%;
  --spread-top: 48px;
  --spread-rotate: 5deg;
}
.about-collage.reveal.visible .collage-layer {
  animation: collage-fan-return 2.8s cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
}
@keyframes collage-fan-return {
  0% {
    left: 0;
    top: 36px;
  }
  48%,
  65% {
    left: var(--spread-left);
    top: var(--spread-top);
    transform: rotate(var(--spread-rotate));
  }
  100% {
    left: 0;
    top: 36px;
  }
}
@media (max-width: 900px) {
  .about-collage .collage-middle {
    --spread-left: 29%;
  }
  .about-collage .collage-front {
    --spread-left: 58%;
  }
}
@media (max-width: 560px) {
  .about-collage .collage-back {
    --spread-left: 0%;
    --spread-top: 0px;
  }
  .about-collage .collage-middle {
    --spread-left: 14%;
    --spread-top: 125px;
  }
  .about-collage .collage-front {
    --spread-left: 28%;
    --spread-top: 250px;
  }
  @keyframes collage-fan-return {
    0% {
      left: 0;
      top: 120px;
    }
    48%,
    65% {
      left: var(--spread-left);
      top: var(--spread-top);
      transform: rotate(var(--spread-rotate));
    }
    100% {
      left: 0;
      top: 120px;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-collage.reveal.visible .collage-layer {
    animation: none;
  }
}

/* Scroll-scrubbed collage motion inspired by the reference */
.about-collage.reveal,
.about-collage.reveal.visible {
  opacity: 1;
  transform: none;
}
.about-collage.reveal .collage-layer,
.about-collage.reveal.visible .collage-layer {
  animation: none;
  transition: none;
  will-change: left, top, transform;
}

/* Clean, borderless images moving on one straight line */
.about-collage .collage-layer,
.about-collage .collage-back,
.about-collage .collage-middle,
.about-collage .collage-front {
  border: 0;
  clip-path: none;
  transform: rotate(0);
  top: 36px;
}
.about-collage .collage-layer img {
  border: 0;
}
.about-collage {
  height: 430px;
}
@media (max-width: 560px) {
  .about-collage {
    height: 250px;
  }
  .about-collage .collage-layer {
    width: 32%;
    height: 190px;
    top: 36px;
  }
}

.about-collage .collage-layer {
  width: 30%;
  height: 350px;
}
.about-collage .collage-layer img {
  box-shadow: 0 12px 30px rgba(20, 28, 25, 0.08);
}
@media (max-width: 900px) {
  .about-collage .collage-layer {
    width: 30%;
    height: 280px;
  }
  .about-collage {
    height: 350px;
  }
}
@media (max-width: 560px) {
  .about-collage .collage-layer {
    width: 30%;
    height: 180px;
  }
  .about-collage {
    height: 245px;
  }
}

/* Editorial projects list */
.projects {
  background: #fff;
  padding: 120px 0;
}
.project-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 65px;
}
.project-heading h2 {
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: 1.02;
  color: #0d1010;
  margin: 15px 0 0;
}
.project-all {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  background: #101313;
  color: #fff;
  padding: 13px 18px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 7px;
}
.project-all:hover {
  background: var(--green);
}
.project-all span {
  font-size: 18px;
}
.project-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.project-row {
  position: relative;
  min-height: 390px;
  display: grid;
  grid-template-columns: 19% 29% 1fr;
  gap: 34px;
  align-items: stretch;
  padding: 28px;
  background: #f4f4f4;
  box-shadow: 0 16px 34px rgba(18, 24, 22, 0.05);
}
.project-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.project-side > span {
  font-size: 16px;
  color: #262a29;
}
.project-side div {
  display: flex;
  flex-direction: column;
}
.project-side strong {
  font:
    600 44px/1 "Inter",
    sans-serif;
  color: #111;
}
.project-side small {
  margin-top: 10px;
  color: #777;
  font-size: 13px;
}
.project-row-image {
  height: 334px;
  overflow: hidden;
  align-self: center;
}
.project-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.project-row:hover .project-row-image img {
  transform: scale(1.04);
}
.project-row-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 45px 4px 0;
}
.project-row-content h3 {
  font:
    600 clamp(26px, 2.2vw, 38px) / 1.15 "Inter",
    sans-serif;
  margin: 0 0 16px;
  color: #111;
}
.project-row-content p {
  max-width: 590px;
  color: #747776;
  line-height: 1.5;
  margin: 0;
}
.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}
.project-tags span {
  border: 1px solid #dedede;
  background: #f8f8f8;
  padding: 7px 12px;
  font-size: 11px;
  color: #252827;
}
@media (max-width: 900px) {
  .project-row {
    grid-template-columns: 120px 1fr;
    gap: 25px;
  }
  .project-row-image {
    height: 300px;
  }
  .project-row-content {
    grid-column: 2;
    padding: 0;
  }
  .project-side {
    grid-row: 1/3;
  }
  .project-tags {
    margin-top: 25px;
  }
}
@media (max-width: 650px) {
  .projects {
    padding: 80px 0;
  }
  .project-heading {
    display: block;
    margin-bottom: 38px;
  }
  .project-heading h2 {
    font-size: 40px;
  }
  .project-all {
    margin-top: 25px;
  }
  .project-row {
    display: block;
    padding: 20px;
  }
  .project-side {
    height: auto;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .project-side div {
    text-align: right;
  }
  .project-side strong {
    font-size: 30px;
  }
  .project-row-image {
    height: 230px;
  }
  .project-row-content {
    padding-top: 25px;
  }
  .project-tags {
    margin-top: 25px;
  }
}

.project-heading .eyebrow {
  gap: 11px;
  color: #9f1d15;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}
.project-heading .eyebrow:before {
  width: 32px;
  height: 2px;
  background: #f5ad1b;
}

/* Sticky overlapping project cards on scroll */
.project-list {
  position: relative;
  padding-bottom: 60px;
}
.project-row {
  position: sticky;
  top: 110px;
  transform-origin: top center;
  transition: box-shadow 0.35s ease;
}
.project-row:nth-child(1) {
  z-index: 1;
}
.project-row:nth-child(2) {
  top: 125px;
  z-index: 2;
}
.project-row:nth-child(3) {
  top: 140px;
  z-index: 3;
}
.project-row:hover {
  box-shadow: 0 24px 55px rgba(18, 24, 22, 0.13);
}
@media (max-width: 1000px) {
  .project-row {
    top: 90px;
  }
  .project-row:nth-child(2) {
    top: 102px;
  }
  .project-row:nth-child(3) {
    top: 116px;
  }
}
@media (max-width: 650px) {
  .project-list {
    gap: 28px;
    padding-bottom: 35px;
  }
  .project-row {
    top: 82px;
  }
  .project-row:nth-child(2) {
    top: 92px;
  }
  .project-row:nth-child(3) {
    top: 102px;
  }
}

/* Research and news cards */
.blog-section {
  background: #f3f3f3;
  padding: 100px 0;
}
.blog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 58px;
}
.blog-label {
  display: inline-block;
  background: #fff;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 12px;
  color: #161919;
}
.blog-heading h2 {
  font-size: clamp(40px, 4vw, 60px);
  line-height: 1.05;
  color: #0d1010;
  margin: 17px 0 0;
}
.blog-all {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #101313;
  color: #fff;
  padding: 13px 18px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.blog-all:hover {
  background: var(--green);
}
.blog-all span {
  font-size: 18px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.blog-card {
  background: #fff;
  padding: 18px 18px 26px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 40px rgba(18, 24, 22, 0.1);
}
.blog-image {
  display: block;
  height: 300px;
  overflow: hidden;
}
.blog-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card:hover .blog-image img {
  transform: scale(1.04);
}
.blog-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0;
  color: #6e7271;
  font-size: 12px;
}
.blog-meta span {
  color: #626665;
}
.blog-meta span::first-letter {
  color: var(--green);
}
.blog-card h3 {
  font:
    500 clamp(20px, 1.7vw, 27px) / 1.18 "Inter",
    sans-serif;
  color: #101313;
  margin: 0;
}
.blog-card h3 a:hover {
  color: var(--green);
}
@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
  .blog-card:last-child {
    grid-column: 1/3;
  }
  .blog-image {
    height: 270px;
  }
}
@media (max-width: 620px) {
  .blog-section {
    padding: 75px 0;
  }
  .blog-heading {
    display: block;
    margin-bottom: 35px;
  }
  .blog-heading h2 {
    font-size: 39px;
  }
  .blog-all {
    margin-top: 25px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card:last-child {
    grid-column: auto;
  }
  .blog-image {
    height: 240px;
  }
}

/* Expanded editorial footer */
.site-footer {
  background: #0b0e0b;
  color: #aaaead;
  padding: 85px 0 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 100px;
  align-items: start;
}
.footer-intro p {
  max-width: 490px;
  font-size: 16px;
  line-height: 1.55;
  margin: 24px 0 0;
  color: #aeb1b0;
}
.site-footer .footer-brand {
  background: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  width: max-content;
}
.site-footer .footer-brand img {
  display: block;
  width: 138px;
  height: 66px;
  object-fit: contain;
}
.footer-subscribe > span,
.footer-column > strong,
.footer-contact-column strong {
  display: block;
  color: #f1f2f1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
}
.footer-subscribe > strong {
  display: block;
  color: #aeb1b0;
  font:
    600 22px/1.25 "Inter",
    sans-serif;
  margin-bottom: 30px;
}
.site-footer .newsletter {
  height: 56px;
  display: flex;
  padding: 5px;
  background: #252825;
  border-radius: 5px;
}
.site-footer .newsletter input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0 12px;
  outline: none;
  font-size: 13px;
}
.site-footer .newsletter button {
  width: 126px;
  border: 0;
  border-radius: 4px;
  background: var(--lime);
  color: #171b16;
  font-weight: 600;
  cursor: pointer;
}
.footer-divider {
  height: 1px;
  background: #3a3d3a;
  margin-top: 48px;
}
.footer-links-grid {
  display: grid;
  grid-template-columns: 1fr 0.88fr 1fr 1.68fr 0.8fr;
  gap: 65px;
  padding: 88px 0 65px;
}
.footer-column,
.footer-contact-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-column a,
.footer-contact-column a,
.footer-contact-column p {
  font-size: 14px;
  line-height: 1.55;
  color: #aeb1b0;
  margin: 0 0 12px;
  font-weight: 400;
}
.footer-column a:hover,
.footer-contact-column a:hover {
  color: var(--lime);
}
.footer-contact-column {
  gap: 28px;
}
.footer-contact-column > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-contact-column strong {
  margin-bottom: 17px;
}
.footer-bottom {
  border-top: 1px solid #3a3d3a;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.footer-bottom div {
  display: flex;
  gap: 32px;
}
.footer-bottom a:hover {
  color: var(--lime);
}
@media (max-width: 950px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .footer-links-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
  .footer-contact-column {
    margin-top: 15px;
  }
}
@media (max-width: 650px) {
  .site-footer {
    padding-top: 60px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .footer-links-grid {
    grid-template-columns: 1fr 1fr;
    padding: 60px 0 45px;
    gap: 45px 25px;
  }
  .footer-bottom {
    display: block;
    padding: 25px 0;
    text-align: center;
  }
  .footer-bottom div {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 15px;
  }
}

.blog-meta {
  justify-content: flex-end;
}

/* Consistent labels across every content section */
.section:not(.leadership) .eyebrow,
.about-label,
.blog-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: #9f1d15;
  font:
    600 13px/1 "Inter",
    sans-serif;
  text-transform: uppercase;
}
.section:not(.leadership) .eyebrow:before,
.about-label:before,
.blog-label:before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  flex: 0 0 32px;
  background: #f5ad1b;
}
.leadership .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font:
    600 13px/1 "Inter",
    sans-serif;
  text-transform: uppercase;
}
.leadership .eyebrow:before {
  width: 32px;
  height: 2px;
  background: #f5ad1b;
}

/* Unified content heading size */
.about-heading h1,
.project-heading h2,
.blog-heading h2 {
  font-size: 48px;
}
@media (max-width: 620px) {
  .about-heading h1,
  .project-heading h2,
  .blog-heading h2 {
    font-size: 30px;
  }
}

/* Use natural font spacing throughout */
* {
}

.blog-card h3 {
  font-size: 20px;
}

/* Typography weight cap: no element exceeds 600 */
h1,
h2,
h3,
strong,
.hero-title,
.eyebrow,
.about-label,
.blog-label,
.status {
  font-weight: 600 !important;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer li {
  margin: 0;
}
.footer-column ul,
.footer-contact-column ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-column li,
.footer-contact-column li {
  margin-bottom: 12px;
}
.footer-column li a,
.footer-contact-column li a {
  margin: 0;
}
.footer-bottom > ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
.footer-bottom > ul li {
  margin: 0;
}
@media (max-width: 650px) {
  .footer-bottom > ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 15px;
  }
}

.site-footer strong {
  font-size: 18px;
}
.site-footer .footer-subscribe > strong {
  font-size: 22px;
}

/* Full company profile / about page */
.about-page {
  background: #fff;
}
.about-page-hero {
  padding: 155px 0 115px;
  background: #f4f4f3;
}
.about-page-intro {
  text-align: center;
  max-width: 900px;
}
.about-page-label {
  display: inline-block;
  padding: 5px 12px;
  background: #fff;
  border-radius: 20px;
  color: #4d5350;
  font-size: 11px;
}
.about-page-intro h1 {
  font-size: 48px;
  line-height: 1.05;
  margin: 22px 0 20px;
  color: #101312;
}
.about-page-intro > p {
  max-width: 720px;
  margin: 0 auto;
  color: #6f7472;
  font-size: 16px;
}
.about-story-section {
  padding: 130px 0;
}
.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.about-story-copy {
  padding-top: 10px;
}
.about-story-copy h2 {
  font-size: 48px;
  line-height: 1.08;
  margin: 18px 0 22px;
  color: #101312;
}
.about-story-copy > p {
  color: #717673;
  line-height: 1.6;
}
.about-story-image {
  height: 670px;
  position: relative;
  overflow: hidden;
}
.about-story-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .about-story-grid {
    grid-template-columns: 1fr;
  }
  .about-story-image {
    height: 540px;
  }
}
@media (max-width: 620px) {
  .about-page-hero {
    padding: 125px 0 75px;
  }
  .about-page-intro h1 {
    font-size: 38px;
  }
  .about-story-section {
    padding: 75px 0;
  }
  .about-story-copy h2 {
    font-size: 36px;
  }
  .about-story-image {
    height: 420px;
  }
}

/* Management team page */
.team-page {
  background: #f3f3f2;
}
.team-section {
  padding: 155px 0 110px;
}
.team-heading {
  text-align: center;
  margin-bottom: 68px;
}
.team-label {
  display: inline-block;
  padding: 6px 16px;
  background: #fff;
  border-radius: 20px;
  color: #535956;
  font-size: 11px;
}
.team-heading h1 {
  font-size: 48px;
  line-height: 1.08;
  color: #101312;
  margin: 22px 0 0;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 18px;
}
.team-card {
  min-width: 0;
}
.team-card > img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  background: #ddd;
}
.team-info {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #0c0f0c;
  color: #fff;
  padding: 13px 16px;
}
.team-info h2 {
  font-size: 17px;
  line-height: 1.2;
  margin: 0 0 5px;
}
.team-info p {
  font-size: 12px;
  color: #aeb2af;
  margin: 0;
}
.team-card:hover > img {
  filter: saturate(1.08);
}
@media (max-width: 1050px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .team-card > img {
    height: 320px;
  }
}
@media (max-width: 760px) {
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
  .team-card > img {
    height: 300px;
  }
}
@media (max-width: 520px) {
  .team-section {
    padding: 125px 0 75px;
  }
  .team-heading h1 {
    font-size: 36px;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .team-card > img {
    height: 380px;
  }
}

/* 404 page */
.error-main {
  min-height: 780px;
  display: flex;
  align-items: center;
  padding: 145px 0 90px;
  background: #f3f3f2;
  color: #111;
}
.error-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 70px;
  align-items: stretch;
}
.error-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
}
.error-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #9f1d15;
  font:
    600 13px/1 "Inter",
    sans-serif;
  text-transform: uppercase;
}
.error-label::before {
  width: 32px;
  height: 2px;
  flex: 0 0 32px;
  background: #f5ad1b;
  content: "";
}
.error-code {
  display: block;
  margin-top: 26px;
  color: #73120e;
  font-size: clamp(82px, 10vw, 150px);
  font-weight: 600;
  line-height: 0.82;
}
.error-content h1 {
  max-width: 620px;
  margin: 34px 0 20px;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1.02;
}
.error-content p {
  max-width: 600px;
  margin: 0;
  color: #727774;
  font-size: 16px;
  line-height: 1.7;
}
.error-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.error-actions a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.error-primary {
  background: #111;
  color: #fff;
}
.error-primary:hover {
  background: #73120e;
}
.error-secondary {
  background: #fff;
  color: #111;
}
.error-secondary:hover {
  background: #f5ad1b;
}
.error-visual {
  min-height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-radius: 4px;
  background:
    linear-gradient(0deg, rgba(10, 12, 11, 0.75), rgba(10, 12, 11, 0.05)),
    url("https://images.unsplash.com/photo-1673199981530-df45b3289d0d?auto=format&fit=crop&fm=jpg&q=90&w=2200")
      center/cover;
  color: #fff;
}
.error-visual::before {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  content: "↗";
  display: grid;
  place-items: center;
  font-size: 20px;
}
.error-visual span {
  position: relative;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 600;
  line-height: 1.05;
}
@media (max-width: 900px) {
  .error-main {
    padding: 125px 0 70px;
  }
  .error-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .error-copy {
    padding: 20px 0;
  }
  .error-visual {
    min-height: 430px;
  }
}
@media (max-width: 560px) {
  .error-main {
    min-height: 0;
  }
  .error-content h1 {
    font-size: 44px;
  }
  .error-actions {
    flex-direction: column;
  }
  .error-actions a {
    width: 100%;
  }
  .error-visual {
    min-height: 340px;
    padding: 26px;
  }
}

.project-row {
  cursor: pointer;
}
.project-row-content {
  padding-top: 16px;
}
.project-row:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}
.project-row p,
.project-row small,
.project-side > span {
  font-weight: 400 !important;
}

/* About page editorial layout */
.about-page {
  font-family: "Inter", sans-serif;
  color: #101311;
}
.about-page .container {
  width: min(1160px, calc(100% - 40px));
}
.about-page-hero {
  padding: 64px 0 72px;
  background: #f3f3f2;
}
.about-page-intro {
  
  text-align: center;
}
.about-page-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  border-radius: 3px;
  background: #fff;
  color: #555b58;
  font-size: 11px;
}
.about-page-label i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #141714;
}
.about-page-intro h1 {
  margin: 21px 0 18px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.03;
  color: #0b0e0c;
}
.about-page-intro > p {
 
  margin: auto;
  color: #4e5350;
  font-size: 16px;
  line-height: 1.55;
}
.about-hero-gallery {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 16px;
  height: 530px;
  margin-top: 58px;
}
.about-hero-gallery figure {
  margin: 0;
  overflow: hidden;
}
.about-hero-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s;
}
.about-hero-gallery figure:hover img {
  transform: scale(1.025);
}
.about-story-section {
  padding: 122px 0;
  background: #fff;
}
.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.about-story-image {
  height: 620px;
  overflow: hidden;
}
.about-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-story-copy {
  display: flex;
  flex-direction: column;
}
.about-story-copy .about-page-label {
  align-self: flex-start;
  background: #f1f1ef;
  padding: 5px 10px;
}
.about-story-copy h2 {
  font-size: clamp(38px, 4vw, 55px);
  line-height: 1.07;
  margin: 16px 0 18px;
  color: #0c0f0d;
}
.about-story-copy > p {
  max-width: 550px;
  color: #737875;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
.about-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: auto;
}
.about-stat-grid article {
  min-height: 142px;
  padding: 20px;
  background: #f3f3f2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.stat-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: #fff;
  margin-bottom: auto;
  font-size: 18px;
}
.about-stat-grid strong {
  font-size: 27px;
  line-height: 1.1;
  margin-top: 18px;
}
.about-stat-grid small {
  font-size: 11px;
  color: #737875;
  margin-top: 4px;
}
.purpose-section {
  padding: 110px 0 120px;
  background: #f3f3f2;
}
.purpose-heading {
  text-align: center;
  margin-bottom: 58px;
}
.purpose-heading h2 {
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: 1.05;
  margin: 20px 0 0;
}
.purpose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.purpose-grid article {
  min-height: 390px;
  padding: 40px 42px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dedfdd;
  background: #fff;
}
.purpose-grid .mission-card {
  background: #1b2919;
  color: #fff;
  border-color: #1b2919;
}
.purpose-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: #f5f5f3;
  color: #111;
  font-size: 25px;
  border-radius: 4px;
  margin-bottom: 32px;
}
.purpose-grid small {
  font:
    600 12px "Inter",
    sans-serif;
  color: #888e89;
}
.purpose-grid h3 {
  max-width: 540px;
  font-size: 24px;
  line-height: 1.12;
  margin: 17px 0;
}
.purpose-grid p {
  font-size: 13px;
  line-height: 1.55;
  color: #747a75;
  margin: 0;
}
.mission-card p {
  color: #a7aca7;
}
.about-roadmap {
  padding: 125px 0 135px;
  background: #0a0d0a;
  color: #fff;
}
.roadmap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.roadmap-label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 3px;
  background: #172416;
  color: #a8dc38;
  font-size: 11px;
}
.roadmap-intro h2 {
  font-size: clamp(38px, 4vw, 55px);
  line-height: 1.08;
  margin: 18px 0 20px;
}
.roadmap-intro > p {
  max-width: 525px;
  color: #989d99;
  font-size: 13px;
  line-height: 1.6;
}
.roadmap-intro ul {
  list-style: none;
  padding: 0;
  margin: 42px 0 0;
}
.roadmap-intro li {
  position: relative;
  padding-left: 22px;
  margin: 16px 0;
  color: #0f0f0f;
  font-size: 15px;
}
.roadmap-intro li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #727973;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 8px;
}
.roadmap-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.roadmap-timeline li {
  position: relative;
  min-height: 135px;
  padding: 0 0 36px 42px;
  border-left: 1px solid #596059;
}
.roadmap-timeline li:last-child {
  min-height: 0;
  padding-bottom: 0;
}
.roadmap-timeline li:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 0;
  width: 13px;
  height: 13px;
  background: #aceb39;
  border-radius: 50%;
}
.roadmap-timeline strong {
  display: block;
  color: #8d938e;
  font-size: 16px;
}
.roadmap-timeline p {
  max-width: 430px;
  color: #747a75;
  font-size: 11px;
  line-height: 1.5;
  margin: 12px 0 0;
}
@media (max-width: 900px) {
  .about-hero-gallery {
    height: 430px;
  }
  .about-story-grid,
  .purpose-grid,
  .roadmap-grid {
    grid-template-columns: 1fr;
  }
  .about-story-copy {
    min-height: 480px;
  }
  .about-story-image {
    height: 540px;
  }
  .roadmap-grid {
    gap: 75px;
  }
  .roadmap-timeline {
    padding-left: 7px;
  }
}
@media (max-width: 620px) {
  .about-page .container {
    width: calc(100% - 30px);
  }
  .about-page-hero {
    padding: 55px 0;
  }
  .about-page-intro h1 {
    font-size: 38px;
  }
  .about-hero-gallery {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 42px;
  }
  .about-hero-gallery figure {
    height: 260px;
  }
  .about-hero-gallery figure:first-child {
    height: 200px;
  }
  .about-story-section,
  .purpose-section {
    padding: 75px 0;
  }
  .about-story-image {
    height: 410px;
  }
  .about-story-copy {
    min-height: 0;
    padding-top: 32px;
  }
  .about-story-copy h2,
  .roadmap-intro h2 {
    font-size: 36px;
  }
  .about-stat-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }
  .purpose-grid article {
    min-height: 360px;
    padding: 30px 25px;
  }
  .purpose-grid h3 {
    font-size: 21px;
  }
  .about-roadmap {
    padding: 80px 0;
  }
  .roadmap-grid {
    gap: 58px;
  }
  .roadmap-timeline li {
    padding-left: 30px;
  }
}

/* Refined mobile navigation */
@media (max-width: 1000px) {
  body.menu-open:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 39;
    background: rgba(8, 12, 11, 0.62);
    backdrop-filter: blur(4px);
  }
  .navbar {
    z-index: 50;
  }
  .menu-toggle {
    position: relative;
    z-index: 52;
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    border-radius: 4px;
    background: #f3f3f1;
    cursor: pointer;
  }
  .menu-toggle span {
    width: 23px;
    margin: 3px;
    transform-origin: center;
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .navbar .nav-links,
  .navbar.is-sticky .nav-links {
    position: fixed;
    top: 76px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 98px);
    padding: 12px 22px 22px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 22px 40px rgba(18, 24, 22, 0.18);
    transform: translateY(-16px);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition:
      transform 0.28s ease,
      opacity 0.22s ease,
      visibility 0.22s;
  }
  .navbar .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .nav-links > li {
    border-bottom: 1px solid #e8e8e5;
  }
  .nav-links > li:last-child {
    border-bottom: 0;
  }
  .nav-links a,
  .nav-button {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 13px 3px;
    font-size: 14px;
    color: #171b1a;
  }
  .nav-button .menu-arrow {
    margin-left: auto;
  }
  .dropdown {
    position: static;
    display: grid !important;
    grid-template-rows: 0fr;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    background: #f5f5f2;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    overflow: hidden;
    transition:
      grid-template-rows 0.3s ease,
      padding 0.3s ease;
  }
  .dropdown > li {
    min-height: 0;
    overflow: hidden;
    border: 0;
  }
  .has-dropdown.open .dropdown {
    grid-template-rows: repeat(5, minmax(44px, auto));
    padding: 6px 12px 10px;
    margin-bottom: 10px;
  }
  .dropdown a {
    min-height: 42px;
    padding: 9px 8px !important;
    font-size: 14px;
    font-weight: 500 !important;
    color: #606663;
  }
  .nav-links .nav-cta {
    min-height: 48px;
    justify-content: center;
    margin-top: 16px;
    padding: 12px 18px;
    background: #101313;
    color: #fff !important;
  }
  .nav-links .nav-cta:before {
    margin-right: 10px;
  }
  .brand > img {
    max-height: 58px;
  }
}
@media (max-width: 720px) {
  .navbar .nav-links,
  .navbar.is-sticky .nav-links {
    top: 64px;
    max-height: calc(100vh - 82px);
    padding-left: 18px;
    padding-right: 18px;
  }
  .nav-links a,
  .nav-button {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .dropdown {
    display: block !important;
    max-height: 0;
    transition:
      max-height 0.3s ease,
      padding 0.3s ease;
  }
  .has-dropdown.open .dropdown {
    max-height: 400px;
    padding: 6px 12px 10px;
  }
}

/* Brand color overrides */
:root {
  --green: #73120e;
  --green-dark: #4a0e0b;
  --lime: #f5ad1b;
  --ink: #271b19;
  --muted: #756a67;
  --cream: #f6f2ef;
  --border: #e7ddd9;
  --shadow: 0 18px 50px rgba(74, 14, 11, 0.12);
}
.about-hero-gallery {
  margin-top: 42px;
}
.purpose-grid .mission-card {
  background: #73120e;
  border-color: #73120e;
}
.roadmap-label {
  background: #2e1510;
  color: #f5ad1b;
}
.roadmap-timeline li:before {
  background: #f5ad1b;
}
.about-roadmap {
  background: #fff;
  color: #111;
}
.roadmap-label {
  background: #f6e8e4;
  color: #73120e;
}
.roadmap-intro > p {
  color: #6f7471;
}
.roadmap-intro li {
  color: #464b48;
}
.roadmap-intro li:before {
  border-color: #8e928f;
  color: #73120e;
}
.roadmap-timeline li {
  border-left-color: #c9cbc8;
}
.roadmap-timeline strong {
  color: #313532;
}
.roadmap-timeline p {
  color: #747975;
}

/* Standalone inner pages */
.inner-header {
  height: 104px;
}
@media (max-width: 650px) {
  .inner-header {
    height: 88px;
  }
}

/* Consolidated from projects.css */
.portfolio-page {
  font-family: "Inter", sans-serif;
  background: #f3f3f2;
  color: #101210;
}

.portfolio-hero {
  padding: 68px 0 70px;
  text-align: center;
}

.portfolio-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  border: 1px solid #e7e7e4;
  border-radius: 999px;
  background: #fff;
  color: #575c59;
  font-size: 11px;
}

.portfolio-label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #73120e;
}

.portfolio-hero h1 {
  max-width: 850px;
  margin: 23px auto 0;
  font-size: clamp(43px, 5.1vw, 68px);
  line-height: 1.02;
  font-weight: 600;
}

@media (max-width: 600px) {
  .portfolio-hero {
    padding: 58px 0 55px;
  }
  .portfolio-hero h1 {
    font-size: 39px;
  }
}

/* Consolidated from investors.css */
.investment-page {
  background: #fff;
  color: #111;
  font-family: "Inter", sans-serif;
}
.investment-page .container {
  width: min(1160px, calc(100% - 40px));
}
.investment-hero {
  padding: 68px 0 78px;
  background: #f3f3f2;
  text-align: center;
}
.investment-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  border-radius: 3px;
  background: #fff;
  color: #565b58;
  font-size: 11px;
}
.investment-label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #73120e;
}
.investment-hero h1 {
  max-width: 850px;
  margin: 22px auto 18px;
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.03;
}
.investment-hero p {
  max-width: 670px;
  margin: auto;
  color: #737875;
  font-size: 16px;
  line-height: 1.6;
}
.formation-section {
  padding: 115px 0;
}
.formation-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  margin-bottom: 58px;
}
.section-tag {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  background: #f6e8e4;
  color: #73120e;
  font-size: 11px;
}
.formation-intro h2,
.portfolio-heading h2 {
  margin: 16px 0 0;
  font-size: clamp(37px, 4vw, 53px);
  line-height: 1.08;
}
.formation-intro p {
  margin: 5px 0 0;
  color: #747975;
  font-size: 13px;
  line-height: 1.65;
}
.formation-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.formation-step {
  min-height: 265px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #f3f3f2;
}
.formation-step span {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #73120e;
  font-size: 12px;
}
.formation-step h3 {
  margin: 44px 0 12px;
  font-size: 17px;
}
.formation-step p {
  margin: 0;
  color: #737875;
  font-size: 11px;
  line-height: 1.55;
}
.investment-portfolio {
  padding: 110px 0 120px;
  background: #f3f3f2;
}
.portfolio-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 52px;
}
.portfolio-heading > p {
  max-width: 390px;
  margin: 0 0 4px;
  color: #747975;
  font-size: 12px;
  line-height: 1.6;
}
.investment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.investment-card {
  min-height: 265px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #fff;
  border: 1px solid #e4e4e1;
}
.investment-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.investment-card-header span {
  padding: 7px 12px;
  border-radius: 999px;
  background: #f3f3f2;
  color: #656a67;
  font-size: 14px;
}
.investment-card-header b {
  color: #73120e;
  font-size: 15px;
}
.investment-card h3 {
  max-width: 430px;
  margin: 45px 0 12px;
  font-size: 22px;
  line-height: 1.18;
}
.investment-card p {
  margin: auto 0 0;
  color: #747975;
  font-size: 12px;
  line-height: 1.6;
}
@media (max-width: 950px) {
  .formation-steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .formation-step:nth-child(n + 4) {
    min-height: 230px;
  }
}
@media (max-width: 700px) {
  .investment-page .container {
    width: calc(100% - 30px);
  }
  .investment-hero {
    padding: 58px 0 62px;
  }
  .investment-hero h1 {
    font-size: 39px;
  }
  .formation-section,
  .investment-portfolio {
    padding: 75px 0;
  }
  .formation-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .formation-steps,
  .investment-grid {
    grid-template-columns: 1fr;
  }
  .formation-step {
    min-height: 225px;
  }
  .portfolio-heading {
    display: block;
  }
  .portfolio-heading > p {
    margin-top: 22px;
  }
  .investment-card {
    min-height: 240px;
  }
}

/* Consolidated from project-detail.css */
.detail-page {
  background: #f3f3f2;
  color: #111;
  font-family: "Inter", sans-serif;
}
.detail-page .container {
  width: min(1160px, calc(100% - 40px));
}
.detail-hero {
  padding: 62px 0 52px;
  text-align: center;
}
.detail-breadcrumb {
  display: inline-flex;
  gap: 7px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  color: #737875;
  font-size: 10px;
}
.detail-breadcrumb a {
  color: #111;
}
.detail-hero h1 {
  margin: 20px 0 16px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.03;
}
.detail-hero > div > p {
  max-width: 700px;
  margin: auto;
  color: #737875;
  font-size: 13px;
  line-height: 1.6;
}
.detail-cover {
  position: relative;
  height: 590px;
  margin-top: 48px;
  overflow: hidden;
  border-radius: 4px;
}
.detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-facts {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.detail-facts span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #73120e;
  color: #fff;
  font-size: 10px;
}
.overview-section {
  padding: 0 0 115px;
}
.overview-grid {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 55px;
}
.project-cta-card {
  align-self: start;
  padding: 28px;
  background: #fff;
}
.project-cta-card h2 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.12;
}
.project-cta-card p {
  color: #747975;
  font-size: 12px;
  line-height: 1.6;
}
.project-cta-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 26px;
}
.project-cta-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 10px;
  background: #73120e;
  color: #fff;
  font-size: 15px;
}
.project-copy h2 {
  font-size: 22px;
  margin: 0 0 16px;
}
.project-copy h3 {
  font-size: 18px;
  margin: 34px 0 12px;
}
.project-copy p,
.project-copy li {
  color: #707572;
  font-size: 12px;
  line-height: 1.65;
}
.project-copy ul {
  padding-left: 18px;
}
.testimonial {
  padding-left: 18px;
  border-left: 3px solid #f5ad1b;
  color: #4f5451 !important;
  font-style: italic;
}
.challenge-section {
  padding: 110px 0;
  border-top: 1px solid #d2d2ce;
}
.center-heading {
  text-align: center;
  margin-bottom: 50px;
}
.center-heading span {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  border-radius: 3px;
  color: #73120e;
  font-size: 10px;
}
.center-heading h2 {
  margin: 17px auto 0;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.06;
}
.challenge-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.challenge-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}
.challenge-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.challenge-card {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 25px;
  background: #fff;
}
.challenge-card h3,
.solution-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
}
.challenge-card li,
.solution-card p {
  color: #747975;
  font-size: 11px;
  line-height: 1.6;
}
.solution-visual {
  position: relative;
  min-height: 520px;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(rgba(10, 10, 10, 0.2), rgba(10, 10, 10, 0.5)),
    url("https://images.unsplash.com/photo-1673199981530-df45b3289d0d?auto=format&fit=crop&fm=jpg&q=90&w=2200")
      center/cover;
}
.solution-stack {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.solution-card {
  padding: 23px;
  background: #fff;
}
.solution-card:last-child {
  grid-column: 1/-1;
}
.gallery-section {
  padding: 110px 0;
  background: #fff;
}
.project-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 230px 230px 230px;
  gap: 12px;
}
.project-gallery figure {
  margin: 0;
  overflow: hidden;
}
.project-gallery figure:nth-child(3) {
  grid-row: span 2;
}
.project-gallery figure:nth-child(6) {
  grid-column: span 2;
}
.project-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.project-gallery figure:hover img {
  transform: scale(1.04);
}
.timeline-section {
  padding: 110px 0;
  background: #f3f3f2;
}
.timeline-grid {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 70px;
}
.timeline-intro {
  position: sticky;
  top: 110px;
  align-self: start;
}
.timeline-intro span {
  color: #73120e;
  font-size: 10px;
}
.timeline-intro h2 {
  margin: 15px 0 0;
  font-size: clamp(35px, 4vw, 50px);
  line-height: 1.06;
}
.project-timeline {
  --project-progress: 0%;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.project-timeline::before,
.project-timeline::after {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 0;
  width: 1px;
  content: "";
}
.project-timeline::before {
  background: #bfc1bd;
}
.project-timeline::after {
  bottom: auto;
  height: var(--project-progress);
  background: #73120e;
  transition: height 0.15s linear;
}
.project-timeline li {
  position: relative;
  padding: 0 0 25px 35px;
}
.project-timeline li:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -6px;
  top: 24px;
  width: 10px;
  height: 10px;
  border: 1px solid #aeb2af;
  border-radius: 50%;
  background: #f3f3f2;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.project-timeline li.is-reached::before {
  border-color: #73120e;
  background: #73120e;
}
.project-timeline li.is-current::before {
  box-shadow: 0 0 0 5px rgba(115, 18, 14, 0.14);
}
.timeline-card {
  padding: 25px;
  background: #fff;
  transition: box-shadow 0.25s ease;
}
.project-timeline li.is-current .timeline-card {
  box-shadow: 0 14px 34px rgba(30, 25, 22, 0.08);
}
.project-timeline li.is-reached .timeline-card small {
  color: #73120e;
}
.timeline-card small {
  color: #8a8f8b;
  font-size: 10px;
}
.timeline-card h3 {
  margin: 24px 0 9px;
  font-size: 17px;
}
.timeline-card p {
  margin: 0;
  color: #747975;
  font-size: 11px;
  line-height: 1.6;
}
@media (max-width: 850px) {
  .detail-cover {
    height: 470px;
  }
  .overview-grid,
  .timeline-grid {
    grid-template-columns: 1fr;
  }
  .challenge-grid {
    grid-template-columns: 1fr;
  }
  .timeline-intro {
    position: static;
  }
  .project-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .project-gallery figure:nth-child(3) {
    grid-row: auto;
  }
  .project-gallery figure:nth-child(6) {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .detail-page .container {
    width: calc(100% - 30px);
  }
  .detail-hero {
    padding: 55px 0 42px;
  }
  .detail-hero h1 {
    font-size: 39px;
  }
  .detail-cover {
    height: 330px;
    margin-top: 38px;
  }
  .detail-facts {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .overview-section {
    padding-bottom: 75px;
  }
  .overview-grid {
    gap: 35px;
  }
  .project-cta-actions {
    grid-template-columns: 1fr;
  }
  .challenge-section,
  .gallery-section,
  .timeline-section {
    padding: 75px 0;
  }
  .challenge-visual,
  .solution-visual {
    min-height: 430px;
  }
  .solution-stack {
    grid-template-columns: 1fr;
  }
  .solution-card:last-child {
    grid-column: auto;
  }
  .project-gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .project-gallery figure,
  .project-gallery figure:nth-child(6) {
    height: 250px;
    grid-column: auto;
  }
  .center-heading h2 {
    font-size: 35px;
  }
}

/* Consolidated from gallery-popup.css */
.project-gallery figure {
  cursor: zoom-in;
}
.gallery-lightbox[hidden] {
  display: none;
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 28px;
}
.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 7, 6, 0.9);
  backdrop-filter: blur(6px);
  cursor: zoom-out;
}
.gallery-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 80px));
  height: min(780px, calc(100vh - 80px));
  display: grid;
  grid-template-columns: 64px 1fr 64px;
  grid-template-rows: 1fr auto;
  align-items: center;
}
.gallery-lightbox-image {
  display: block;
  grid-column: 2;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}
.gallery-lightbox-close {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 25px;
  cursor: pointer;
  z-index: 2;
}
.gallery-lightbox-nav {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}
.gallery-lightbox-nav:hover {
  background: #73120e;
  border-color: #73120e;
}
.gallery-lightbox-prev {
  grid-column: 1;
}
.gallery-lightbox-next {
  grid-column: 3;
}
.gallery-lightbox-caption {
  grid-column: 1/-1;
  margin: 16px 0 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.gallery-lightbox-caption span {
  color: #f5ad1b;
}
.lightbox-open {
  overflow: hidden;
}
@media (max-width: 650px) {
  .gallery-lightbox {
    padding: 12px;
  }
  .gallery-lightbox-dialog {
    width: 100%;
    height: calc(100vh - 24px);
    grid-template-columns: 48px 1fr 48px;
  }
  .gallery-lightbox-nav {
    width: 40px;
    height: 40px;
  }
  .gallery-lightbox-close {
    top: 8px;
    right: 8px;
  }
  .gallery-lightbox-caption {
    font-size: 10px;
  }
}

/* Consolidated from contact.css */
.career-hero {
  padding-bottom: 90px;
}
.career-hero .hero-copy {
  margin-bottom: 0;
}
.contact-page {
  background: #fff;
  color: #111;
  font-family: "Inter", sans-serif;
}
.contact-page .container {
  width: min(1160px, calc(100% - 40px));
}
.contact-hero {
  padding: 68px 0 78px;
  background: #f3f3f2;
  text-align: center;
}
.contact-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  border-radius: 3px;
  background: #fff;
  color: #565b58;
  font-size: 11px;
}
.contact-label:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #73120e;
}
.contact-hero h1 {
  margin: 22px 0 18px;
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.03;
}
.contact-hero p {
  max-width: 650px;
  margin: auto;
  color: #737875;
  font-size: 16px;
  line-height: 1.6;
}
.contact-main {
  padding: 115px 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
}
.contact-panel {
  display: flex;
  flex-direction: column;
  padding: 42px;
  border-radius: 4px;
  background: #73120e;
  color: #fff;
}
.contact-panel .contact-label {
  align-self: flex-start;
  background: #4a0e0b;
  color: #f5ad1b;
}
.contact-panel .contact-label:before {
  background: #f5ad1b;
}
.contact-panel h2,
.contact-form-panel h2 {
  margin: 20px 0 18px;
  font-size: clamp(34px, 3.5vw, 48px);
  line-height: 1.07;
}
.contact-panel > p {
  max-width: 430px;
  margin: 0;
  color: #ddc4be;
  font-size: 16px;
  line-height: 1.65;
}
.contact-list {
  margin-top: 58px;
}
.contact-list a,
.contact-list > div {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-weight: 600;
}
.contact-list small {
  color: #d7b7b0;
  font-size: 15px;
  font-weight: 500;
}
.contact-socials {
  display: flex;
  gap: 9px;
  margin-top: auto;
  padding-top: 45px;
}
.contact-socials a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 4px;
  background: #4a0e0b;
  color: #fff;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.contact-socials a:hover {
  transform: translateY(-2px);
  filter: brightness(0.88);
}
.contact-socials svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.contact-socials a[aria-label="LinkedIn"] {
  background: #0a66c2;
}
.contact-socials a[aria-label="Facebook"] {
  background: #1877f2;
}
.contact-socials a[aria-label="X"] {
  background: #000;
}
.contact-socials a[aria-label="Instagram"] {
  background: linear-gradient(135deg, #833ab4, #fd1d1d 55%, #fcb045);
}
.contact-form-panel {
  padding: 42px;
  border-radius: 4px;
  background: #f3f3f2;
}
.contact-form-panel > p {
  max-width: 520px;
  margin: 0 0 30px;
  color: #747975;
  font-size: 16px;
  line-height: 1.6;
}
.editorial-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.editorial-contact-form label {
  display: grid;
  gap: 8px;
  color: #3f4441;
  font-size: 15px;
  font-weight: 600;
}
.editorial-contact-form .full-field {
  grid-column: 1/-1;
}
.editorial-contact-form input,
.editorial-contact-form select,
.editorial-contact-form textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #d9d9d5;
  border-radius: 3px;
  background: #fff;
  color: #111;
  outline: none;
  font-size: 16px;
}
.editorial-contact-form textarea {
  min-height: 130px;
  resize: vertical;
}
.editorial-contact-form input:focus,
.editorial-contact-form select:focus,
.editorial-contact-form textarea:focus {
  border-color: #73120e;
  box-shadow: 0 0 0 2px rgba(115, 18, 14, 0.08);
}
.contact-submit {
  grid-column: 1/-1;
  min-height: 50px;
  border: 0;
  border-radius: 3px;
  background: #0b0e0b;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}
.contact-submit:hover {
  background: #73120e;
}
.contact-status {
  grid-column: 1/-1;
  min-height: 20px;
  margin: 0;
  color: #73120e;
  font-size: 16px;
}
.location-section {
  padding: 0 0 115px;
}
.location-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 38px;
}
.location-heading h2 {
  margin: 15px 0 0;
  font-size: clamp(34px, 3.7vw, 50px);
  line-height: 1.08;
}
.location-heading p {
  max-width: 380px;
  margin: 0;
  color: #747975;
  font-size: 12px;
  line-height: 1.6;
}
.contact-map {
  height: 450px;
  overflow: hidden;
  background: #ddd;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.5);
}
@media (max-width: 850px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-panel {
    min-height: 600px;
  }
  .location-heading {
    display: block;
  }
  .location-heading p {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .contact-page .container {
    width: calc(100% - 30px);
  }
  .contact-hero {
    padding: 58px 0 62px;
  }
  .contact-hero h1 {
    font-size: 39px;
  }
  .contact-main {
    padding: 75px 0;
  }
  .contact-panel,
  .contact-form-panel {
    padding: 30px 24px;
  }
  .contact-panel {
    min-height: 560px;
  }
  .contact-list a,
  .contact-list > div {
    display: block;
  }
  .contact-list small {
    display: block;
    margin-bottom: 5px;
  }
  .editorial-contact-form {
    grid-template-columns: 1fr;
  }
  .editorial-contact-form .full-field,
  .contact-submit,
  .contact-status {
    grid-column: 1;
  }
  .location-section {
    padding-bottom: 75px;
  }
  .contact-map {
    height: 340px;
  }
}

/* Consistent inner-banner spacing, aligned with Board of Directors */

.about-page-hero,
.chairman-hero,
.career-hero,
.portfolio-hero,
.investment-hero,
.detail-hero,
.contact-hero {
  padding-top: 155px !important;
}
@media (max-width: 650px) {
  .about-page-hero,
  .chairman-hero,
  .career-hero,
  .portfolio-hero,
  .investment-hero,
  .detail-hero,
  .contact-hero {
    padding-top: 125px !important;
  }
}

/* News and notices editorial cards */
.news-page {
  background: #f3f3f2;
  color: #111;
  font-family: "Inter", sans-serif;
}
.news-page .container {
  width: min(1320px, calc(100% - 40px));
}
.news-page-hero {
  padding: 155px 0 68px;
  text-align: center;
}
.news-page-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  border: 1px solid #e4e4e1;
  border-radius: 999px;
  background: #fff;
  color: #565b58;
  font-size: 11px;
}
.news-page-label:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #73120e;
}
.news-page-hero h1 {
  max-width: 850px;
  margin: 22px auto 0;
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.03;
}
.news-list-section {
  padding: 0 0 115px;
}
.editorial-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.editorial-news-card {
  min-height: 330px;
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e1e1de;
  border-radius: 3px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.editorial-news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(30, 25, 22, 0.08);
}
.editorial-news-image {
  display: block;
  min-height: 290px;
  overflow: hidden;
  border-radius: 3px;
}
.editorial-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.editorial-news-card:hover img {
  transform: scale(1.035);
}
.editorial-news-content {
  display: flex;
  flex-direction: column;
  padding: 0 4px 0 0;
}
.editorial-news-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #747975;
  font-size: 11px;
}
.editorial-news-meta span {
  padding: 6px 11px;
  border-radius: 999px;
  background: #f3f3f2;
  color: #73120e;
}
.editorial-news-content h2 {
  margin: 25px 0 16px;
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 1.13;
}
.editorial-news-content h2 a:hover {
  color: #73120e;
}
.editorial-news-content p {
  margin: 0;
  color: #747975;
  font-size: 11px;
  line-height: 1.55;
}
@media (max-width: 950px) {
  .editorial-news-grid {
    grid-template-columns: 1fr;
  }
  .editorial-news-card {
    grid-template-columns: 40% 1fr;
  }
}
@media (max-width: 650px) {
  .news-page .container {
    width: calc(100% - 30px);
  }
  .news-page-hero {
    padding: 125px 0 55px;
  }
  .news-page-hero h1 {
    font-size: 39px;
  }
  .news-list-section {
    padding-bottom: 75px;
  }
  .editorial-news-card {
    display: block;
    padding: 16px;
  }
  .editorial-news-image {
    height: 250px;
    min-height: 0;
  }
  .editorial-news-content {
    min-height: 270px;
    padding: 22px 5px 5px;
  }
  .editorial-news-content h2 {
    font-size: 23px;
  }
}

/* Blog detail */
.blog-detail-page {
  background: #f3f3f2;
  color: #111;
  font-family: "Inter", sans-serif;
}
.article-hero {
  padding: 155px 0 55px;
  text-align: center;
}
.article-breadcrumb {
  display: inline-flex;
  gap: 7px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #fff;
  color: #777c79;
  font-size: 10px;
}
.article-breadcrumb a {
  color: #111;
}
.article-hero h1 {
  max-width: 980px;
  margin: 23px auto 20px;
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.03;
}
.article-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  color: #747975;
  font-size: 11px;
}
.article-meta span {
  padding: 6px 11px;
  border-radius: 999px;
  background: #f6e8e4;
  color: #73120e;
}
.article-cover {
  width: min(1020px, calc(100% - 40px));
  height: 550px;
  margin: 0 auto;
  overflow: hidden;
}
.article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-body {
  width: min(700px, calc(100% - 40px));
  margin: auto;
  padding: 70px 0 120px;
}
.article-body h2 {
  margin: 40px 0 16px;
  font-size: 24px;
  line-height: 1.2;
}
.article-body h2:first-child {
  margin-top: 0;
}
.article-body p,
.article-body li {
  color: #6f7471;
  font-size: 13px;
  line-height: 1.7;
}
.article-body ul {
  padding-left: 20px;
}
.article-body li {
  margin: 7px 0;
}
.article-callout {
  margin: 42px 0;
  padding: 26px;
  border-left: 4px solid #f5ad1b;
  background: #fff;
  color: #3d423f;
  font-size: 15px;
  line-height: 1.6;
}
.more-insights {
  padding: 105px 0 115px;
  background: #fff;
}
.more-insights .container {
  width: min(1320px, calc(100% - 40px));
}
.more-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 45px;
}
.more-heading span {
  display: inline-block;
  padding: 5px 10px;
  background: #f3f3f2;
  color: #73120e;
  font-size: 10px;
}
.more-heading h2 {
  max-width: 650px;
  margin: 15px 0 0;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.05;
}
.all-articles {
  display: inline-flex;
  gap: 12px;
  padding: 13px 17px;
  background: #0b0e0b;
  color: #fff;
  font-size: 12px;
}
.related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.related-grid .editorial-news-card {
  background: #f3f3f2;
}
.related-grid .editorial-news-content {
  padding: 0;
}
@media (max-width: 800px) {
  .related-grid {
    grid-template-columns: 1fr;
  }
  .article-cover {
    height: 430px;
  }
  .more-heading {
    display: block;
  }
  .all-articles {
    margin-top: 25px;
  }
}
@media (max-width: 650px) {
  .article-hero {
    padding: 125px 0 45px;
  }
  .article-hero h1 {
    font-size: 38px;
  }
  .article-cover {
    width: calc(100% - 30px);
    height: 300px;
  }
  .article-body {
    width: calc(100% - 30px);
    padding: 55px 0 75px;
  }
  .article-body h2 {
    font-size: 22px;
  }
  .more-insights {
    padding: 75px 0;
  }
  .more-insights .container {
    width: calc(100% - 30px);
  }
}

/* Unified inner-page typography and homepage-style section labels */
.about-page-intro > p,
.about-story-copy > p,
.roadmap-intro > p,
.roadmap-timeline p,
.chairman-hero p,
.chairman-copy > p,
.formation-intro p,
.investment-card p,
.detail-hero > div > p,
.project-copy p,
.project-copy li,
.challenge-card li,
.solution-card p,
.timeline-card p,
.contact-hero p,
.contact-panel > p,
.contact-form-panel > p,
.location-heading p,
.editorial-news-content p,
.article-body p,
.article-body li {
  font-size: 16px !important;
  line-height: 1.65 !important;
}
.about-story-copy h2,
.purpose-heading h2,
.roadmap-intro h2,
.chairman-copy h2,
.section-heading-row h2,
.jobs-intro h2,
.portfolio-hero h1,
.formation-intro h2,
.portfolio-heading h2,
.contact-panel h2,
.contact-form-panel h2,
.location-heading h2,
.center-heading h2,
.timeline-intro h2,
.more-heading h2 {
  font-size: 42px !important;
  line-height: 1.08 !important;
}
.about-page-label,
.team-label,
.chairman-label,
.micro-pill,
.section-kicker,
.portfolio-label,
.investment-label,
.section-tag,
.contact-label,
.news-page-label,
.roadmap-label,
.center-heading > span,
.timeline-intro > span,
.more-heading > div > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 11px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #9f1d15 !important;
  font:
    600 13px/1 "Inter",
    sans-serif !important;
  text-transform: uppercase !important;
}
.about-page-label:before,
.team-label:before,
.chairman-label:before,
.micro-pill:before,
.section-kicker:before,
.portfolio-label:before,
.investment-label:before,
.section-tag:before,
.contact-label:before,
.news-page-label:before,
.roadmap-label:before,
.center-heading > span:before,
.timeline-intro > span:before,
.more-heading > div > span:before {
  content: "" !important;
  display: block !important;
  width: 32px !important;
  height: 2px !important;
  flex: 0 0 32px !important;
  border-radius: 0 !important;
  background: #f5ad1b !important;
}
.about-page-label i,
.micro-pill .dot {
  display: none !important;
}
.mission-card .section-tag,
.about-roadmap .roadmap-label,
.contact-panel .contact-label {
  color: #f5ad1b !important;
}
@media (max-width: 650px) {
  .about-story-copy h2,
  .purpose-heading h2,
  .roadmap-intro h2,
  .chairman-copy h2,
  .section-heading-row h2,
  .jobs-intro h2,
  .portfolio-hero h1,
  .formation-intro h2,
  .portfolio-heading h2,
  .contact-panel h2,
  .contact-form-panel h2,
  .location-heading h2,
  .center-heading h2,
  .timeline-intro h2,
  .more-heading h2 {
    font-size: 30px !important;
  }
}

/* Projects portfolio cards */
.project-card-section {
  padding: 0 0 115px;
}
.project-portfolio-grid {
  width: min(1420px, calc(100% - 40px));
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.portfolio-project-card {
  display: block;
  overflow: hidden;
  border: 1px solid #e0e0dd;
  border-radius: 4px;
  background: #fff;
}
.portfolio-card-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.portfolio-card-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 10, 10, 0.5),
    transparent 45%,
    rgba(5, 10, 10, 0.12)
  );
}
.portfolio-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-card-tag,
.portfolio-card-icon {
  position: absolute;
  z-index: 1;
  top: 17px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(7px);
}
.portfolio-card-tag {
  left: 20px;
  padding: 7px 12px;
  border-radius: 3px;
  font-size: 11px;
}
.portfolio-card-icon {
  right: 17px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  font-size: 20px;
}
.portfolio-card-content {
  padding: 35px 38px 38px;
  background: #fff;
}
.portfolio-card-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.portfolio-card-heading h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.12;
}
.portfolio-card-heading time {
  color: #89776e;
  font-size: 13px;
}
.portfolio-location {
  display: block;
  margin-top: 8px;
  color: #6f7471;
  font-size: 12px;
}
.portfolio-location:before {
  content: "⌖";
  margin-right: 6px;
  color: #73120e;
}
.portfolio-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px dashed #bfc1bd;
}
.portfolio-metrics span,
.portfolio-metrics strong {
  display: block;
}
.portfolio-metrics span {
  color: #777c79;
  font-size: 11px;
}
.portfolio-metrics strong {
  margin-top: 3px;
  font-size: 22px;
}
.portfolio-metrics strong small {
  font-size: 13px;
  color: #777c79;
}
.portfolio-project-card:focus-visible {
  outline: 3px solid #f5ad1b;
  outline-offset: 4px;
}
@media (max-width: 1050px) {
  .project-portfolio-grid {
    grid-template-columns: 1fr 1fr;
  }
  .portfolio-project-card:last-child {
    grid-column: 1/-1;
  }
  .portfolio-card-image {
    height: 300px;
  }
}
@media (max-width: 680px) {
  .project-card-section {
    padding-bottom: 75px;
  }
  .project-portfolio-grid {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
  }
  .portfolio-project-card:last-child {
    grid-column: auto;
  }
  .portfolio-card-image {
    height: 260px;
  }
  .portfolio-card-content {
    padding: 28px 24px;
  }
  .portfolio-card-heading h2 {
    font-size: 23px;
  }
  .portfolio-metrics {
    gap: 8px;
  }
  .portfolio-metrics strong {
    font-size: 19px;
  }
}

/* Paragraph readability: never render paragraph copy below 16px */
body p {
  font-size: 16px !important;
  line-height: 1.65;
  font-weight: 400;
}

/* Header contact action uses the primary brand button treatment */
.nav-links .nav-cta {
  background: #73120e !important;
  color: #fff !important;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.nav-links .nav-cta:hover,
.nav-links .nav-cta.active {
  background: #4a0e0b !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Sticky sustainability roadmap with scroll progress */
.about-roadmap .roadmap-grid {
  align-items: start;
  gap: 120px;
}
.about-roadmap .roadmap-intro {
  position: sticky;
  top: 120px;
  align-self: start;
  max-width: 560px;
}
.about-roadmap .roadmap-intro h2 {
  margin-top: 24px !important;
}
.about-roadmap .roadmap-intro > p {
  max-width: 550px;
  margin-top: 24px;
}
.about-roadmap .roadmap-intro ul {
  margin-top: 42px;
}
.about-roadmap .roadmap-intro li {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 24px;
  padding-left: 0;
  margin: 14px 0;
  line-height: 1.45;
}
.about-roadmap .roadmap-intro li:before {
  position: static;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  line-height: 15px;
}
.about-roadmap .roadmap-timeline {
  position: relative;
  padding-left: 0;
  --roadmap-progress: 0%;
}
.about-roadmap .roadmap-timeline:before,
.about-roadmap .roadmap-timeline:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 2px;
  border-radius: 2px;
}
.about-roadmap .roadmap-timeline:before {
  bottom: 0;
  background: #d7d8d5;
}
.about-roadmap .roadmap-timeline:after {
  height: var(--roadmap-progress);
  max-height: calc(100% - 6px);
  background: #73120e;
  transition: height 0.18s linear;
}
.about-roadmap .roadmap-timeline li {
  position: relative;
  z-index: 1;
  min-height: 155px;
  padding: 0 0 42px 44px;
  border-left: 0;
}
.about-roadmap .roadmap-timeline li:last-child {
  min-height: 100px;
  padding-bottom: 0;
}
.about-roadmap .roadmap-timeline li:before {
  left: -6px;
  top: 1px;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 2px solid #b9bbb8;
  box-sizing: border-box;
  transition:
    background 0.25s,
    border-color 0.25s,
    transform 0.25s;
}
.about-roadmap .roadmap-timeline li.is-reached:before {
  background: #73120e;
  border-color: #73120e;
  transform: scale(1.08);
}
.about-roadmap .roadmap-timeline li.is-current:before {
  background: #73120e;
  border-color: #73120e;
  box-shadow: 0 0 0 5px rgba(115, 18, 14, 0.1);
}
.about-roadmap .roadmap-timeline strong {
  font-size: 16px;
  color: #3c403d;
  transition: color 0.25s;
}
.about-roadmap .roadmap-timeline li.is-current strong {
  color: #73120e;
}
.about-roadmap .roadmap-timeline p {
  max-width: 500px;
  margin-top: 14px !important;
}
.portfolio-card-tag,
.portfolio-card-icon {
  display: none !important;
}
.portfolio-location {
  font-size: 16px !important;
  margin-top: 10px;
}
.portfolio-location {
  display: flex;
  align-items: center;
  gap: 7px;
}
.portfolio-location:before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  margin: 0;
  background: #73120e;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E")
    center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E")
    center/contain no-repeat;
}
.detail-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #9f1d15;
  font:
    600 13px/1 "Inter",
    sans-serif;
  text-transform: uppercase;
}
.detail-breadcrumb:before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  flex: 0 0 32px;
  background: #f5ad1b;
}
.detail-breadcrumb a {
  color: #9f1d15;
}
.detail-facts span {
  font-size: 14px !important;
  padding: 9px 14px;
}
.overview-grid {
  align-items: start;
}
.project-cta-card {
  position: sticky;
  top: 120px;
  align-self: start;
}
@media (max-width: 850px) {
  .project-cta-card {
    position: static;
  }
}
.timeline-card small {
  font-size: 14px !important;
}

/* Inner pages use plain body tags; page-level elements own their presentation */
body main p,
body main li {
  font-size: 16px;
  line-height: 1.65;
}
.error-main {
  background: #f3f3f2;
}
.about-page {
  background: #fff;
}
@media (max-width: 900px) {
  .about-roadmap .roadmap-grid {
    gap: 65px;
  }
  .about-roadmap .roadmap-intro {
    position: static;
    max-width: none;
  }
  .about-roadmap .roadmap-timeline {
    margin-left: 7px;
  }
  .about-roadmap .roadmap-timeline li {
    min-height: 145px;
  }
}

/* Career page styles moved from career.html */
:root {
  --career-ink: #0b0b0b;
  --career-muted: #717171;
  --career-surface: #f3f3f1;
  --career-card: #f5f5f3;
  --career-line: #d4d4d0;
  --career-lime: #f5ad1b;
  --career-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.career-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* HERO */
.career-hero {
  background: var(--career-surface);
  padding: 56px 0 90px;
  overflow: hidden;
}

.hero-copy {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.micro-pill,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}

.micro-pill .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111;
}

.hero-copy h1 {
  margin: 18px 0 18px;
  font-size: clamp(44px, 5.1vw, 72px);
  line-height: 0.96;
  font-weight: 600;
}

.hero-copy p {
  max-width: 610px;
  margin: 0 auto;
  color: var(--career-muted);
  font-size: 14px;
  line-height: 1.6;
}

.primary-cta,
.job-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #090909;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.primary-cta {
  margin-top: 28px;
  padding: 13px 18px;
  font-size: 12px;
  font-weight: 600;
}

.primary-cta:hover,
.job-button:hover {
  background: #242424;
  transform: translateY(-1px);
}

.team-card {
  min-width: 0;
  background: #0b0b0b;
  border-radius: 4px;
  overflow: hidden;
}

/* Replace these URLs with your own local team images if preferred. */

/* BENEFITS */
.career-benefits {
  padding: 130px 0 135px;
  background: #fff;
}

.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

.section-heading-row h2,
.jobs-intro h2 {
  margin: 12px 0 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.99;
  font-weight: 600;
}

.section-aside {
  width: min(280px, 100%);
  margin: 0 0 6px;
  color: #777;
  font-size: 12px;
  line-height: 1.55;
  text-align: right;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.benefit-card {
  min-height: 330px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  background: var(--career-card);
  border-radius: 3px;
}

.benefit-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #727272;
  font-size: 11px;
}

.icon-box {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #222;
  font-size: 17px;
}

.dash-line {
  margin-top: 16px;
  border-top: 1px dashed #bdbdb8;
}

.benefit-copy {
  margin-top: auto;
}

.benefit-copy h3 {
  margin: 0 0 13px;
  font-size: 17px;
  line-height: 1.2;
}

.benefit-copy p {
  margin: 0;
  color: #6f6f6f;
  font-size: 12px;
  line-height: 1.5;
}

/* JOBS */
.career-jobs {
  background: var(--career-surface);
  padding: 125px 0 110px;
}

.jobs-shell {
  width: min(1000px, calc(100% - 48px));
}

.jobs-intro {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  align-items: start;
  margin-bottom: 40px;
}

.jobs-intro .section-kicker {
  justify-self: start;
}

.jobs-intro h2 {
  grid-column: 2;
  margin-top: 0;
}

.job-list {
  border-top: 1px dashed #c5c5c1;
}

.job-row {
  display: grid;
  grid-template-columns: 1.25fr 1.55fr auto;
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px dashed #c5c5c1;
}

.job-row h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.job-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  color: #777;
  font-size: 10px;
  white-space: nowrap;
}

.job-button {
  border: 0;
  padding: 12px 15px;
  font-size: 10px;
  white-space: nowrap;
  cursor: pointer;
}

.job-button b {
  font-weight: 600;
}

body.modal-open {
  overflow: hidden;
}
.application-modal[hidden] {
  display: none;
}
.application-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.application-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 10, 9, 0.72);
  backdrop-filter: blur(5px);
  cursor: pointer;
}
.application-dialog {
  position: relative;
  width: min(680px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 36px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f1f1ef;
  cursor: pointer;
  font-size: 22px;
}
.application-dialog .section-kicker {
  background: var(--career-surface);
}
.application-dialog h2 {
  margin: 16px 48px 8px 0;
  font-size: 34px;
  line-height: 1.08;
}
.application-intro {
  margin: 0 0 26px;
  color: var(--career-muted);
  font-size: 13px;
}
.application-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.application-form label {
  display: grid;
  gap: 7px;
  color: #343634;
  font-size: 11px;
  font-weight: 600;
}
.application-form .full-field {
  grid-column: 1 / -1;
}
.application-form input,
.application-form textarea {
  width: 100%;
  border: 1px solid #d8d9d6;
  border-radius: 3px;
  background: #fafaf9;
  padding: 12px 13px;
  color: #111;
  outline: none;
  font-size: 13px;
}
.application-form textarea {
  min-height: 100px;
  resize: vertical;
}
.application-form input:focus,
.application-form textarea:focus {
  border-color: #111;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.file-field input {
  padding: 9px;
  background: #f3f3f1;
}
.file-field small {
  color: #888;
  font-weight: 400;
}
.application-submit {
  grid-column: 1 / -1;
  justify-self: start;
  border: 0;
  padding: 13px 19px;
  background: #0a0a0a;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.application-status {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: -5px 0 0;
  color: #73120e;
  font-size: 12px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .jobs-intro {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .job-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .job-button {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .career-shell,
  .jobs-shell {
    width: min(100% - 28px, 1180px);
  }

  .career-hero {
    padding: 42px 0 78px;
  }
  .hero-copy {
    margin-bottom: 40px;
  }
  .hero-copy h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .career-benefits {
    padding: 86px 0;
  }
  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .section-aside {
    text-align: left;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .benefit-card {
    min-height: 280px;
  }

  .career-jobs {
    padding: 86px 0 80px;
  }
  .jobs-intro {
    display: block;
  }
  .jobs-intro h2 {
    margin-top: 22px;
  }
}

@media (max-width: 480px) {
  .hero-copy p {
    font-size: 13px;
  }
  .section-heading-row h2,
  .jobs-intro h2 {
    font-size: 38px;
  }
  .application-modal {
    padding: 12px;
  }
  .application-dialog {
    padding: 28px 20px;
    max-height: calc(100vh - 24px);
  }
  .application-dialog h2 {
    font-size: 28px;
  }
  .application-form {
    grid-template-columns: 1fr;
  }
  .application-form .full-field,
  .application-submit,
  .application-status {
    grid-column: 1;
  }
}

/* Larger career vacancy text */
.job-row h3 {
  font-size: 20px;
}
.job-tags span {
  font-size: 14px;
  padding: 8px 12px;
}
.job-button {
  font-size: 14px;
  padding: 13px 17px;
}
.job-tags span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.job-tags span:first-child:before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background: #73120e;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E")
    center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E")
    center/contain no-repeat;
}
.job-tags span:nth-child(3) {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.job-tags span:nth-child(3):before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  background: #73120e;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm2 3a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h14a2 2 0 0 1 2-2v-4a2 2 0 0 1-2-2H5Zm7 1a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z'/%3E%3C/svg%3E")
    center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm2 3a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h14a2 2 0 0 1 2-2v-4a2 2 0 0 1-2-2H5Zm7 1a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z'/%3E%3C/svg%3E")
    center/contain no-repeat;
}
.benefit-top {
  font-size: 15px;
}
.icon-box {
  width: 48px;
  height: 48px;
  font-size: 22px;
}

/* Unified action-button colors */

.primary-cta,
.job-button,
.application-submit,
.contact-submit,
.project-cta-actions a,
.all-articles,
.blog-all,
.project-all,
.nav-links .nav-cta,
.nav-links .nav-cta.active {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

.primary-cta:hover,
.job-button:hover,
.application-submit:hover,
.contact-submit:hover,
.project-cta-actions a:hover,
.all-articles:hover,
.blog-all:hover,
.project-all:hover,
.nav-links .nav-cta:hover,
.nav-links .nav-cta.active:hover {
  background: #73120e !important;
  color: #fff !important;
  border-color: #73120e !important;
}

/* Gallery albums and gallery detail */
.gallery-page {
  background: #f3f3f2;
  color: #111;
  font-family: "Inter", sans-serif;
}
.gallery-page .container {
  width: min(1320px, calc(100% - 40px));
}
.gallery-hero {
  padding: 155px 0 70px;
  text-align: center;
}
.gallery-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #9f1d15;
  font:
    600 13px/1 "Inter",
    sans-serif;
  text-transform: uppercase;
}
.gallery-label:before {
  content: "";
  width: 32px;
  height: 2px;
  background: #f5ad1b;
}
.gallery-hero h1 {
  max-width: 850px;
  margin: 23px auto 0;
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.03;
}
.gallery-albums-section {
  padding: 0 0 115px;
}
.gallery-albums {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-album {
  display: block;
  background: #fff;
  border: 1px solid #dfdfdc;
  border-radius: 4px;
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.gallery-album:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(30, 25, 22, 0.1);
}
.gallery-album-image {
  height: 360px;
  overflow: hidden;
}
.gallery-album-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s;
}
.gallery-album:hover img {
  transform: scale(1.045);
}
.gallery-album-content {
  padding: 28px;
}
.gallery-album-content h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.15;
}
.gallery-album-content p {
  margin: 12px 0 0;
  color: #717673;
}
.gallery-album-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-top: 17px;
  border-top: 1px dashed #c7c8c5;
  color: #747975;
  font-size: 13px;
}
.gallery-album-meta span:last-child {
  color: #73120e;
  font-weight: 600;
}
.gallery-detail-page {
  background: #fff;
  color: #111;
  font-family: "Inter", sans-serif;
}
.gallery-detail-hero {
  padding: 155px 0 65px;
  background: #f3f3f2;
  text-align: center;
}
.gallery-detail-hero h1 {
  max-width: 850px;
  margin: 23px auto 18px;
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.03;
}
.gallery-detail-hero p {
  max-width: 680px;
  margin: auto;
  color: #717673;
}
.gallery-detail-section {
  padding: 100px 0 115px;
}
.gallery-detail-section .container {
  width: min(1320px, calc(100% - 40px));
}
.gallery-detail-section .project-gallery {
  grid-template-rows: 300px 300px 300px;
}
.gallery-detail-section .project-gallery figure {
  position: relative;
  border-radius: 3px;
}
.gallery-detail-section .project-gallery figure:after {
  content: "View image";
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  background: rgba(115, 18, 14, 0.9);
  color: #fff;
  font-size: 11px;
  opacity: 0;
  transform: translateY(5px);
  transition: 0.25s;
}
.gallery-detail-section .project-gallery figure:hover:after {
  opacity: 1;
  transform: none;
}
@media (max-width: 950px) {
  .gallery-albums {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-album:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 650px) {
  .gallery-page .container,
  .gallery-detail-section .container {
    width: calc(100% - 30px);
  }
  .gallery-hero,
  .gallery-detail-hero {
    padding: 125px 0 55px;
  }
  .gallery-hero h1,
  .gallery-detail-hero h1 {
    font-size: 38px;
  }
  .gallery-albums-section,
  .gallery-detail-section {
    padding-bottom: 75px;
  }
  .gallery-albums {
    grid-template-columns: 1fr;
  }
  .gallery-album:last-child {
    grid-column: auto;
  }
  .gallery-album-image {
    height: 290px;
  }
  .gallery-detail-section .project-gallery {
    grid-template-rows: none;
  }
  .gallery-detail-section .project-gallery figure {
    height: 270px;
  }
}
.editorial-news-meta time {
  font-size: 16px;
}
.article-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #9f1d15;
  font:
    600 13px/1 "Inter",
    sans-serif;
  text-transform: uppercase;
}
.article-breadcrumb:before {
  content: "";
  width: 32px;
  height: 2px;
  flex: 0 0 32px;
  background: #f5ad1b;
}
.article-breadcrumb a {
  color: #9f1d15;
}
.article-meta time {
  font-size: 16px;
  color: #6f7471;
}

/* Reports pages */
.report-page {
  background: #f3f3f2;
  color: #111;
}
.report-page .container {
  width: min(1320px, calc(100% - 40px));
}
.report-page-hero {
  padding: 155px 0 72px;
  text-align: center;
}
.report-page-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #9f1d15;
  font:
    600 13px/1 "Inter",
    sans-serif;
  text-transform: uppercase;
}
.report-page-label::before {
  display: block;
  width: 32px;
  height: 2px;
  flex: 0 0 32px;
  border-radius: 0;
  background: #f5ad1b;
  content: "";
}
.report-page-hero h1 {
  max-width: 900px;
  margin: 22px auto 0;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.04;
}
.report-library {
  padding: 0 0 120px;
}
.report-filter-bar {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0 0 28px;
  padding: 16px 18px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(30, 25, 22, 0.05);
}
.report-filter-bar label {
  color: #343735;
  font-size: 16px;
  font-weight: 600;
}
.report-filter-bar label:not(:first-child) {
  margin-left: 16px;
}
.report-filter-bar select {
  min-width: 170px;
  height: 46px;
  padding: 0 38px 0 14px;
  border: 1px solid #d8d8d4;
  border-radius: 2px;
  background: #f7f7f5;
  color: #222;
  font-size: 16px;
  cursor: pointer;
}
.report-filter-bar select:focus {
  border-color: #73120e;
  outline: 2px solid rgba(115, 18, 14, 0.12);
}
.report-page .report-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  border: 0;
}
.report-page .report-card {
  min-height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 34px 30px 30px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(30, 25, 22, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.report-page .report-card:hover {
  transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 20px 42px rgba(30, 25, 22, 0.1);
}
.report-page .report-title {
  max-width: 300px;
  margin: 0 0 14px;
  color: #111;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}
.report-page .report-meta {
  color: #777c79;
  font-size: 16px;
  line-height: 1.55;
}
.report-page .report-download {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 30px;
  padding: 14px 18px;
  border-radius: 4px;
  background: #73120e;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.report-page .report-download::before {
  order: 2;
  content: "↓";
  font-size: 18px;
}
.report-page .report-download:hover {
  background: #4a0e0b;
  color: #fff;
}
@media (max-width: 760px) {
  .report-page .container {
    width: min(100% - 30px, 1320px);
  }
  .report-page-hero {
    padding: 125px 0 54px;
  }
  .report-page-hero h1 {
    font-size: 42px;
  }
  .report-library {
    padding-bottom: 80px;
  }
  .report-filter-bar {
    align-items: stretch;
    flex-direction: column;
  }
  .report-filter-bar label:not(:first-child) {
    margin: 8px 0 0;
  }
  .report-filter-bar select {
    width: 100%;
  }
  .report-page .report-list {
    grid-template-columns: 1fr;
  }
  .report-page .report-card {
    min-height: 230px;
    padding: 24px;
  }
}

@media (min-width: 761px) and (max-width: 1050px) {
  .report-page .report-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.report-page .report-card--media {
  padding: 0;
  overflow: hidden;
}
.report-page .report-card-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8e8e6;
}
.report-page .report-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.report-page .report-card--media .report-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 30px 30px;
}

.strengths-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.strengths-grid article {
  min-height: 0;
  padding: 26px 22px 24px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.04);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.strengths-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(30, 25, 22, 0.08);
}
.strengths-grid .purpose-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  background: #f8efee;
  color: #73120e;
  font-size: 20px;
  border-radius: 6px;
}
.strengths-grid small {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9f1d15 !important;
}
.strengths-grid h3 {
  max-width: none;
  font-size: 17px;
  line-height: 1.25;
  margin: 0 0 10px;
}
.strengths-grid p {
  margin-top: auto;
  font-size: 13px;
  line-height: 1.55;
  color: #5f6461 !important;
}
@media (max-width: 1100px) {
  .strengths-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media (max-width: 650px) {
  .strengths-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .strengths-grid article {
    padding: 24px 22px;
  }
}

/* Site-wide text color system */
main h1,
main h2,
main h3 {
  color: #000 !important;
}

main p,
main li {
  color: #222 !important;
}

.about-page-label,
.team-label,
.chairman-label,
.micro-pill,
.section-kicker,
.portfolio-label,
.investment-label,
.section-tag,
.contact-label,
.news-page-label,
.roadmap-label,
.center-heading > span,
.timeline-intro > span,
.more-heading > div > span,
.report-page-label,
.error-label {
  color: #9f1d15 !important;
}

.hero h1,
.hero h2,
.hero h3,
.hero p,
.leadership h1,
.leadership h2,
.leadership h3,
.leadership p,
.purpose-grid .mission-card h1,
.purpose-grid .mission-card h2,
.purpose-grid .mission-card h3,
.purpose-grid .mission-card p,
.contact-panel h1,
.contact-panel h2,
.contact-panel h3,
.contact-panel p,
.contact-panel li,
.error-visual h1,
.error-visual h2,
.error-visual h3,
.error-visual p {
  color: #fff !important;
}

.mission-card .section-tag,
.contact-panel .contact-label,
.leadership .eyebrow {
  color: #f5ad1b !important;
}

.hero .eyebrow,
.site-footer .footer-subscribe > span,
.site-footer .footer-column > strong,
.site-footer .footer-contact-column strong {
  color: #fff !important;
}

.contact-panel a,
.contact-panel small,
.purpose-grid .mission-card small,
.site-footer p,
.site-footer a,
.site-footer small,
.site-footer .footer-bottom > span {
  color: #fff !important;
}
/* Chairman's message page */
.chairman-page {
  background: #fff;
  color: #111;
  font-family: "Inter", sans-serif;
}
.chairman-page .container {
  width: min(1160px, calc(100% - 40px));
}
.chairman-hero {
  padding: 70px 0 78px;
  background: #f3f3f2;
  text-align: center;
}
.chairman-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  border-radius: 3px;
  background: #fff;
  color: #565b58;
  font-size: 11px;
}
.chairman-label::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #73120e;
  content: "";
}
.chairman-hero h1 {
  margin: 22px 0 17px;
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.03;
}
.chairman-hero p {
  max-width: 650px;
  margin: auto;
  color: #737875;
  font-size: 14px;
  line-height: 1.6;
}
.chairman-feature {
  padding: 118px 0;
}
.chairman-grid {
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 70px;
  align-items: stretch;
}
.chairman-portrait {
  min-height: 680px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #ddd;
}
.chairman-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.85);
}
.chairman-copy {
  display: flex;
  flex-direction: column;
  padding: 4px 0;
}
.chairman-copy .chairman-label {
  align-self: flex-start;
  background: #f3f3f2;
}
.chairman-copy h2 {
  margin: 18px 0 24px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.07;
}
.opening-quote {
  margin: 0 0 30px;
  padding: 0 0 0 23px;
  border-left: 3px solid #f5ad1b;
  color: #73120e;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.chairman-copy > p {
  margin: 0 0 18px;
  color: #6e7470;
  font-size: 13px;
  line-height: 1.72;
}
.chairman-signoff {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
  padding-top: 32px;
  border-top: 1px solid #e1e1de;
}
.signature-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #73120e;
  color: #fff;
  font-family: Georgia, serif;
  font-style: italic;
}
.chairman-signoff strong,
.chairman-signoff small {
  display: block;
}
.chairman-signoff strong {
  font-size: 14px;
}
.chairman-signoff small {
  margin-top: 3px;
  color: #222;
  font-size: 14px;
}
@media (max-width: 850px) {
  .chairman-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .chairman-portrait {
    min-height: 600px;
  }
  .chairman-copy {
    min-height: 650px;
  }
}
@media (max-width: 600px) {
  .chairman-page .container {
    width: calc(100% - 30px);
  }
  .chairman-hero {
    padding: 58px 0 62px;
  }
  .chairman-hero h1 {
    font-size: 39px;
  }
  .chairman-feature {
    padding: 75px 0;
  }
  .chairman-portrait {
    min-height: 470px;
  }
  .chairman-copy {
    min-height: 0;
  }
  .chairman-copy h2 {
    font-size: 36px;
  }
  .opening-quote {
    font-size: 18px;
  }
  .chairman-signoff {
    margin-top: 22px;
  }
}
/* Header logo and navigation weight */
.navbar .brand > img {
  height: 66px;
}
.navbar .brand {
  height: 68px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  overflow: hidden;
}
@media (min-width: 1001px) {
  .navbar {
    height: 88px;
  }
  .navbar .brand {
    height: 88px;
  }
  .navbar .brand > img {
    height: 84px;
  }
  .nav-links > li > a:not(.nav-cta),
  .nav-links > li > .nav-button {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .nav-links .dropdown {
    top: 80px;
  }
}

/* Full-width navbar after the page starts scrolling */
.navbar.is-sticky,
.navbar.is-sticky.show-nav {
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
  border-radius: 0;
}
.navbar.is-sticky {
  transform: translateY(-100%) !important;
}
.navbar.is-sticky.show-nav {
  transform: none !important;
}
.navbar,
.navbar.is-sticky,
.navbar.is-sticky.show-nav {
  transition: none !important;
  animation: none !important;
}
.navbar.is-sticky .nav-inner {
  width: min(1520px, calc(100% - 40px));
  margin: 0 auto;
}

/* Director and management cards use dark captions */
main .team-info h2 {
  color: #fff !important;
}
main .team-info p {
  color: #fff !important;
}
.team-card[href] {
  display: block;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.team-card[href]:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(20, 18, 16, 0.14);
}
.team-card[href]:focus-visible {
  outline: 3px solid #f5ad1b;
  outline-offset: 4px;
}
.nav-links > li > a:not(.nav-cta),
.nav-links > li > .nav-button,
.nav-links .dropdown a {
  font-weight: 400;
  font-size: 14px;
}
.nav-links .nav-cta {
  font-weight: 500;
  font-size: 14px;
}

/* Footer development credit */
.footer-legal {
  display: flex;
  align-items: center;
  gap: 18px !important;
}
.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.footer-credit::before {
  width: 1px;
  height: 14px;
  background: #565a57;
  content: "";
}
@media (max-width: 720px) {
  .navbar .brand > img {
    width: 144px;
    height: 60px;
    max-height: 60px;
  }
  .navbar .brand {
    height: 64px;
  }
}
@media (max-width: 650px) {
  .footer-legal {
    flex-direction: column;
    gap: 8px !important;
    margin-top: 0 !important;
  }
  .footer-credit {
    gap: 0;
  }
  .footer-credit::before {
    display: none;
  }
}
