.purpose-motion,
.sectors-catered,
.home-about,
.future-ready,
.sustainable-future {
  font-family: "Manrope", sans-serif;
}

.home-about {
  position: relative;
  min-height: 78svh;
  display: flex;
  align-items: flex-end;
  padding: clamp(72px, 9vw, 138px) clamp(24px, 7vw, 110px);
  overflow: hidden;
  background: #d9dce0 var(--about-image) center/cover no-repeat;
  color: #fff;
}
.home-about::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,17,38,.9) 0%,rgba(6,17,38,.65) 48%,rgba(6,17,38,.12) 80%),linear-gradient(0deg,rgba(6,17,38,.68),transparent 55%); }
.home-about__copy { position: relative; z-index: 1; max-width: 760px; }
.home-about__copy span { color: #71d7f5; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.home-about__copy h2 { margin: 15px 0 22px; color: #fff; font-size: clamp(44px, 5.5vw, 82px); line-height: .96; letter-spacing: -.055em; }
.home-about__copy p { margin: 0 0 28px; color: #e1eaf5; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.75; }
.home-about__copy a { display: inline-flex; align-items: center; gap: 10px; padding: 14px 21px; border-radius: 999px; background: #08a6df; color: #fff; font-size: 13px; font-weight: 900; text-decoration: none; }

.purpose-motion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #081a3b;
  color: #fff;
  overflow: hidden;
}

.purpose-panel {
  position: relative;
  isolation: isolate;
  min-height: 72svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(48px, 7vw, 110px);
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.14);
}

.purpose-panel:last-child { border-right: 0; }
.purpose-panel--blue { background: #075a9d; }
.purpose-panel--navy { background: #112957; }
.purpose-panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(54vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  top: -26%;
  right: -20%;
  box-shadow: 0 0 0 54px rgba(255,255,255,.035), 0 0 0 108px rgba(255,255,255,.025);
  animation: purposeOrbit 8s ease-in-out infinite alternate;
}
.purpose-panel:nth-child(2)::before { animation-delay: -4s; }
.purpose-panel__num {
  position: absolute;
  top: clamp(34px, 5vw, 72px);
  left: clamp(34px, 6vw, 96px);
  color: rgba(255,255,255,.5);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.purpose-panel h2 {
  max-width: 620px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(48px, 6vw, 92px);
  line-height: .92;
  letter-spacing: -.06em;
}
.purpose-panel p {
  max-width: 610px;
  margin: 0;
  color: #dce9f7;
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.75;
}
@keyframes purposeOrbit { to { transform: translate(-8%, 8%) scale(1.08); } }

.sectors-catered {
  padding: clamp(82px, 9vw, 140px) clamp(22px, 6vw, 96px);
  background: #373737;
  color: #fff;
}
.sectors-catered__wrap { width: min(1450px, 100%); margin: 0 auto; }
.sectors-catered h2 {
  margin: 0 0 clamp(42px, 6vw, 82px);
  color: #e8e8e8;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1;
  letter-spacing: -.045em;
}
.sector-cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}
.sector-card {
  position: relative;
  grid-column: span 2;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(26px, 3vw, 48px);
  background: #075b9f;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}
.sector-card:nth-child(-n+2) { grid-column: span 3; min-height: 380px; }
.sector-card:hover { transform: translateY(-7px); background: #0871bd; box-shadow: 0 24px 54px rgba(0,0,0,.26); }
.sector-card svg { width: clamp(86px, 9vw, 142px); height: clamp(86px, 9vw, 142px); fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.sector-card__foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.sector-card h3 { margin: 0; color: #fff; font-size: clamp(22px, 2.3vw, 36px); line-height: 1.05; letter-spacing: -.035em; text-transform: uppercase; }
.sector-card__arrow { font-size: clamp(40px, 4vw, 68px); font-weight: 300; line-height: .7; transition: transform .3s ease; }
.sector-card:hover .sector-card__arrow { transform: translateX(8px); }

.future-ready { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 110px); min-height: 100svh; align-items: center; padding: clamp(82px, 9vw, 140px) clamp(24px, 7vw, 110px); background: linear-gradient(145deg,#087bb7,#05528d); color: #fff; overflow: hidden; }
.future-ready__copy h2 { margin: 0 0 24px; color: #fff; font-size: clamp(46px, 5vw, 76px); line-height: .96; letter-spacing: -.05em; }
.future-ready__copy p { margin: 0; max-width: 650px; color: #e2eff8; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.8; }
.future-ready__cards { position: relative; min-height: 620px; }
.future-card { position: absolute; width: min(72%, 560px); min-height: 180px; display: flex; align-items: flex-end; padding: 34px; background: #d9d7d0 url('../assets/landing/concrete.jpg') center/cover; border: 1px solid rgba(255,255,255,.7); box-shadow: 0 22px 52px rgba(5,26,57,.28); color: #101c31; animation: futureFloat 6s ease-in-out infinite alternate; }
.future-card h3 { margin: 0; font-size: clamp(22px, 2.1vw, 34px); line-height: 1.08; letter-spacing: -.035em; text-transform: uppercase; }
.future-card:nth-child(1){top:0;left:4%;transform:rotate(-2deg)}
.future-card:nth-child(2){top:12%;right:0;animation-delay:-1s;transform:rotate(1.5deg)}
.future-card:nth-child(3){top:34%;left:0;animation-delay:-2s;transform:rotate(1deg)}
.future-card:nth-child(4){top:49%;right:3%;animation-delay:-3s;transform:rotate(-1.5deg)}
.future-card:nth-child(5){top:68%;left:12%;animation-delay:-4s;transform:rotate(.7deg)}
@keyframes futureFloat { to { translate: 0 -10px; } }

.sustainable-future { position: relative; min-height: 92svh; display: flex; align-items: center; padding: clamp(82px, 9vw, 140px) clamp(24px, 7vw, 110px); background: #e8e7e2 url('../assets/generated-impact/sustainable-future.png') center/cover no-repeat; color: #172b58; }
.sustainable-future__copy { width: min(620px, 48vw); }
.sustainable-future__copy span { color: #087eb8; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.sustainable-future__copy h2 { margin: 14px 0 24px; color: #172b58; font-size: clamp(46px, 5.5vw, 82px); line-height: .96; letter-spacing: -.055em; }
.sustainable-future__copy p { margin: 0 0 16px; color: #3e4d64; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.75; }

.proof-showcase {
  padding: clamp(82px, 9vw, 132px) clamp(22px, 6vw, 96px);
  background: #eef2f7;
  color: #172b58;
}
.proof-showcase__wrap { width: min(1450px, 100%); margin: 0 auto; }
.proof-showcase__head { max-width: 760px; margin-bottom: 44px; }
.proof-showcase__head span { color: #08a6df; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.proof-showcase__head h2 { margin: 13px 0 0; color: #172b58; font-size: clamp(38px, 4.8vw, 68px); line-height: 1; letter-spacing: -.05em; }
.proof-showcase__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; }
.proof-card { display: flex; min-height: 330px; flex-direction: column; justify-content: space-between; padding: clamp(28px, 3.5vw, 50px); border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(18,42,83,.09); overflow: hidden; }
.proof-card img { display: block; max-width: 100%; height: 110px; object-fit: contain; object-position: left center; }
.proof-card--wide img { width: 100%; height: 118px; padding: 10px; border-radius: 14px; background: #fff; object-position: center; }
.proof-card h3 { margin: 24px 0 10px; color: #172b58; font-size: clamp(25px, 2.2vw, 36px); line-height: 1.08; letter-spacing: -.035em; }
.proof-card p { margin: 0; color: #5a6579; font-size: 15px; line-height: 1.7; }

@media (max-width: 900px) {
  .purpose-motion { grid-template-columns: 1fr; }
  .purpose-panel { min-height: 58svh; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .sector-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sector-card, .sector-card:nth-child(-n+2) { grid-column: span 1; min-height: 290px; }
  .sector-card:last-child { grid-column: 1 / -1; }
  .proof-showcase__grid { grid-template-columns: 1fr; }
  .future-ready { grid-template-columns: 1fr; }
  .future-ready__cards { min-height: 590px; }
  .sustainable-future { background-position: 62% center; }
  .sustainable-future__copy { width: min(560px, 78vw); padding: 28px; border-radius: 18px; background: rgba(245,245,241,.86); backdrop-filter: blur(8px); }
}
@media (max-width: 580px) {
  .sector-cards { grid-template-columns: 1fr; }
  .sector-card, .sector-card:nth-child(-n+2), .sector-card:last-child { grid-column: auto; min-height: 255px; }
  .future-ready__cards { min-height: auto; display: grid; gap: 12px; }
  .future-card, .future-card:nth-child(n) { position: relative; inset: auto; width: 100%; min-height: 150px; transform: none; animation: none; }
  .sustainable-future__copy { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .purpose-panel::before { animation: none; }
  .sector-card { transition: none; }
}

/* Bespoke interactive sector gallery — deliberately distinct from the Fuji card layout. */
.sectors-catered {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(21,166,220,.18), transparent 32%),
    linear-gradient(145deg,#071a38 0%,#102b59 55%,#071a38 100%);
}
.sectors-catered::before { content:""; position:absolute; inset:0; opacity:.22; background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size:54px 54px; mask-image:linear-gradient(to bottom,black,transparent 78%); }
.sectors-catered__wrap { position:relative; z-index:1; }
.sectors-catered__eyebrow { display:block; margin-bottom:16px; color:#65d7f7; font-size:11px; font-weight:900; letter-spacing:.2em; text-transform:uppercase; }
.sectors-catered h2 { max-width:920px; color:#fff; }
.sector-cards { grid-template-columns:repeat(5,minmax(0,1fr)); gap:14px; perspective:1500px; }
.sector-card,.sector-card:nth-child(-n+2) {
  grid-column:auto;
  min-height:520px;
  padding:24px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:22px;
  background-image:linear-gradient(180deg,rgba(4,14,34,.08) 12%,rgba(4,14,34,.15) 42%,rgba(4,14,34,.96) 100%),var(--sector-image);
  background-size:cover;
  background-position:center;
  box-shadow:0 30px 75px rgba(0,0,0,.24);
  transform-style:preserve-3d;
  will-change:transform;
  transition:transform .18s ease,box-shadow .35s ease,border-color .35s ease;
}
.sector-card:nth-child(even) { transform:translateY(34px); }
.sector-card:hover { background-color:transparent; border-color:#63d7f7; box-shadow:0 38px 90px rgba(0,0,0,.42); }
.sector-card__num { align-self:flex-start; display:grid; width:42px; height:42px; place-items:center; border:1px solid rgba(255,255,255,.45); border-radius:50%; color:#fff; font-size:11px; font-weight:900; transform:translateZ(38px); backdrop-filter:blur(8px); }
.sector-card__foot { align-items:flex-end; transform:translateZ(42px); }
.sector-card__foot > div { min-width:0; }
.sector-card h3 { font-size:clamp(20px,1.65vw,28px); text-transform:none; }
.sector-card p { margin:10px 0 0; color:#dbe8f6; font-size:13px; line-height:1.55; }
.sector-card__arrow { display:grid; flex:0 0 auto; width:40px; height:40px; place-items:center; border-radius:50%; background:#09a8e0; font-size:22px; line-height:1; }

/* Light, tactile capability field with transparent isometric illustrations. */
.future-ready { position:relative; grid-template-columns:.62fr 1.38fr; min-height:auto; background:radial-gradient(circle at 76% 42%,rgba(21,169,221,.13),transparent 27%),linear-gradient(145deg,#f4f5f3,#dfe4e6 58%,#eef0ef); color:#172b58; }
.future-ready::before { content:""; position:absolute; width:460px; height:460px; right:15%; top:50%; border:1px solid rgba(23,43,88,.09); border-radius:50%; transform:translateY(-50%); box-shadow:0 0 0 64px rgba(23,43,88,.025),0 0 0 128px rgba(23,43,88,.015); animation:futureOrbit 16s linear infinite; }
.future-ready__copy { position:relative; z-index:2; }
.future-ready__copy h2 { color:#172b58; }
.future-ready__copy p { color:#506078; font-size:clamp(15px,1.15vw,18px); line-height:1.7; }
.future-ready__cards { position:relative; z-index:2; min-height:0; display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:16px; perspective:1400px; }
.future-card,.future-card:nth-child(n) { position:relative; inset:auto; width:auto; min-height:286px; padding:20px; flex-direction:column; align-items:flex-start; justify-content:flex-end; border-radius:18px; border:1px solid rgba(23,43,88,.10); background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(237,240,241,.78)); color:#172b58; box-shadow:0 18px 45px rgba(37,55,77,.10),inset 0 1px 0 #fff; backdrop-filter:blur(12px); transform:none; animation:none; transform-style:preserve-3d; transition:transform .18s ease,border-color .3s ease,background .3s ease,box-shadow .3s ease; }
.future-card:nth-child(1),.future-card:nth-child(2),.future-card:nth-child(3) { grid-column:span 2; }
.future-card:nth-child(4),.future-card:nth-child(5) { grid-column:span 3; }
.future-card:hover { border-color:rgba(8,166,223,.46); background:linear-gradient(145deg,#fff,#e7f5fa); box-shadow:0 24px 54px rgba(37,55,77,.15); }
.future-card span { position:absolute; z-index:2; top:18px; left:20px; color:#0786b8; font-size:10px; font-weight:800; letter-spacing:.14em; }
.future-card img { display:block; width:100%; height:118px; margin:0 0 10px; object-fit:contain; object-position:center; filter:drop-shadow(0 14px 14px rgba(30,49,72,.13)); transform:translateZ(18px); }
.future-card h3 { margin:0 0 7px; color:#172b58; font-size:clamp(18px,1.45vw,24px); text-transform:none; transform:translateZ(30px); }
.future-card p { margin:0; color:#56647a; font-size:12px; line-height:1.52; transform:translateZ(24px); }
@keyframes futureOrbit { to { rotate:1turn; } }

@media(max-width:1100px){
  .sector-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sector-card,.sector-card:nth-child(-n+2){min-height:420px;transform:none}
  .sector-card:last-child{grid-column:1/-1}
  .future-ready{grid-template-columns:1fr}
}
@media(max-width:620px){
  .sector-cards{grid-template-columns:1fr}
  .sector-card,.sector-card:nth-child(n),.sector-card:last-child{grid-column:auto;min-height:390px;transform:none}
  .future-ready__cards{grid-template-columns:1fr}
  .future-card:nth-child(n){grid-column:auto;min-height:220px}
  .future-ready::before{display:none}
}
