:root {
  --ink: #061b20;
  --deep: #062b35;
  --teal: #075365;
  --cyan: #00a5b8;
  --orange: #f36f21;
  --orange-light: #ff9b5f;
  --paper: #f5f7f5;
  --white: #ffffff;
  --muted: #66777a;
  --line: #dbe1df;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
  --page-pad: clamp(1.25rem, 5vw, 5.75rem);
  --radius: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
body.menu-open .site-header { background: #fff; backdrop-filter: none; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p, a, button, span, small { overflow-wrap: break-word; }

.site-header {
  height: 84px; padding: 0 var(--page-pad); display: flex; align-items: center; gap: 3rem;
  background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(6,27,32,.08); position: fixed;
  top: 0; left: 0; right: 0; width: 100%; z-index: 50; backdrop-filter: blur(14px);
  box-shadow: 0 5px 22px rgba(6,27,32,.05);
}
.site-header + main { padding-top: 84px; }
.brand { display: inline-flex; align-items: center; gap: .7rem; flex-shrink: 0; }
.brand-mark {
  width: 42px; height: 42px; display: block; overflow: hidden; flex: 0 0 auto; background: var(--orange);
}
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; gap: .12rem; line-height: 1; }
.brand-copy strong { font: 800 .84rem var(--display); }
.brand-sub { color: var(--ink); font: 800 .94rem/1 var(--display); letter-spacing: 0; }
.brand-copy small { margin-top: 0; font-size: .56rem; color: var(--muted); letter-spacing: .04em; line-height: 1; }
.brand-copy small::first-line { color: inherit; font: inherit; letter-spacing: inherit; }
.site-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.site-nav a { font-size: .82rem; font-weight: 600; color: #4a5a5d; transition: color .2s; position: relative; }
.site-nav a:hover, .site-nav a.active { color: var(--orange); }
.site-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.65rem; height: 2px; background: var(--orange); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 0; cursor: pointer;
  padding: .95rem 1.25rem; background: var(--orange); color: white; font-weight: 700; font-size: .84rem;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); background: #d95b13; box-shadow: 0 12px 28px rgba(243,111,33,.22); }
.button span { font-size: 1rem; }
.button-small { padding: .72rem 1rem; font-size: .76rem; }
.button-dark { background: var(--ink); }
.button-dark:hover { background: var(--teal); box-shadow: 0 12px 28px rgba(6,27,32,.2); }
.button-outline { color: var(--ink); background: transparent; border: 1px solid var(--ink); }
.button-outline:hover { color: white; background: var(--ink); box-shadow: none; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s; }

.hero {
  min-height: calc(100vh - 84px); position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr;
  align-items: center; padding: 7rem var(--page-pad) 9.5rem; color: white;
  background:
    linear-gradient(90deg, rgba(3,25,31,.86) 0%, rgba(3,31,38,.66) 50%, rgba(3,28,35,.38) 100%),
    url("assets/hero-component-3.jpg") center/cover no-repeat;
}
.hero-grid { display: none; }
.hero-orbit { display: none; }
.hero-orbit-one { width: 700px; height: 700px; right: -180px; top: -250px; }
.hero-orbit-two { width: 500px; height: 500px; right: -60px; bottom: -200px; }
.hero-content { position: relative; z-index: 2; max-width: min(1180px, 100%); margin: 0 auto; text-align: center; }
.hero-content.reveal { opacity: 1; transform: none; }
.eyebrow { display: inline-flex; align-items: center; gap: .7rem; text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 700; color: var(--orange); }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: #7ed5de; }
.hero h1, .page-hero h1 {
  font: 700 clamp(3.3rem, 5.1vw, 6.2rem)/.98 var(--display); letter-spacing: -.04em; margin: 1.5rem auto 1.2rem; max-width: 1180px;
}
.hero h1 { text-transform: uppercase; }
.hero h1 em { display: block; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-content > p { max-width: 780px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,.7); line-height: 1.75; font-size: 1.05rem; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 2rem; margin-top: 2.2rem; }
.text-link { display: inline-flex; gap: .6rem; align-items: center; font-size: .85rem; font-weight: 700; }
.light-link { color: white; }
.hero-visual { display: none !important; }
.signal-core { position: relative; width: min(34vw, 440px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(0,165,184,.5), rgba(0,165,184,.05) 42%, transparent 65%); }
.signal-ring { position: absolute; inset: 50%; border: 1px solid rgba(122,225,237,.28); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 55%; height: 55%; }
.ring-two { width: 77%; height: 77%; }
.ring-three { width: 100%; height: 100%; }
.signal-node { position: absolute; width: 11px; height: 11px; background: var(--orange); border: 3px solid rgba(255,255,255,.85); border-radius: 50%; box-shadow: 0 0 0 7px rgba(243,111,33,.15); }
.node-one { left: 7%; top: 47%; }.node-two { right: 15%; top: 15%; }.node-three { right: 1%; bottom: 26%; }.node-four { left: 25%; bottom: 10%; }
.fiber-bundle { position: absolute; width: 80%; height: 80%; left: 10%; top: 10%; display: grid; place-items: center; transform: rotate(-18deg); }
.fiber-bundle i { position: absolute; width: 12px; height: 72%; border-radius: 20px; background: linear-gradient(to bottom, #b9f4f6, #00a5b8 65%, #063d49); box-shadow: 0 0 18px rgba(126,225,237,.35); transform-origin: bottom center; }
.fiber-bundle i:nth-child(1){transform:translateX(-58px) rotate(-18deg)}.fiber-bundle i:nth-child(2){transform:translateX(-30px) rotate(-9deg);background:linear-gradient(to bottom,#ffd3b6,var(--orange),#71330f)}.fiber-bundle i:nth-child(3){transform:translateX(0)}.fiber-bundle i:nth-child(4){transform:translateX(30px) rotate(9deg);background:linear-gradient(to bottom,#d6caff,#6a65bd,#242052)}.fiber-bundle i:nth-child(5){transform:translateX(58px) rotate(18deg);background:linear-gradient(to bottom,#d7f9be,#63b85f,#1b5125)}
.hero-foot {
  position: absolute; z-index: 3; left: var(--page-pad); right: var(--page-pad); bottom: 0; min-height: 122px;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 1.4rem; align-items: center;
  background: var(--teal); color: white; padding: 1.25rem 1.4rem; box-shadow: 0 16px 34px rgba(4,31,38,.16);
}
.hero-foot div { min-width: 0; display: grid; grid-template-columns: 56px 1fr; align-items: center; gap: 1.2rem; }
.stat-icon {
  width: 56px; height: 56px; display: grid; place-items: center; border-radius: calc(var(--radius) * .55);
  background: var(--orange); overflow: hidden;
}
.stat-icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.stat-copy { display: flex; flex-direction: column; gap: .25rem; }
.hero-foot strong { color: white; font: 800 clamp(1.45rem,2vw,2.05rem)/.95 var(--display); letter-spacing: -.035em; }
.hero-foot small { color: rgba(255,255,255,.78); font-size: .82rem; line-height: 1.25; max-width: 190px; }
.stat-certifications { display: flex; gap: .35rem; flex-wrap: wrap; align-items: baseline; }
.stat-certifications b { color: white; font-weight: 900; }

.partner-strip { padding: 2.5rem 0 3rem; background: #e8eeec; display: block; border-bottom: 1px solid #d1dad7; overflow: hidden; }
.partner-strip p { margin: 0 0 1.5rem; text-align: center; font-size: .72rem; color: #758386; text-transform: uppercase; letter-spacing: .13em; }
.partner-marquee { width: 100%; overflow: hidden; position: relative; }
.partner-marquee::before,.partner-marquee::after { content:"";position:absolute;z-index:2;top:0;bottom:0;width:9vw;pointer-events:none; }
.partner-marquee::before { left:0;background:linear-gradient(90deg,#e8eeec,transparent); }
.partner-marquee::after { right:0;background:linear-gradient(-90deg,#e8eeec,transparent); }
.partner-track { width:max-content;display:flex;align-items:center;animation:partner-scroll 64s linear infinite; }
.partner-track:hover { animation-play-state:paused; }
.partner-set { display:flex;align-items:center;gap:clamp(3rem,7vw,7rem);padding-right:clamp(3rem,7vw,7rem); }
.partner-logo { width:138px;height:62px;display:grid;place-items:center;flex:0 0 auto; }
.partner-logo img { max-width:128px;max-height:52px;object-fit:contain;filter:grayscale(1) saturate(0) contrast(1.15);opacity:.72;transition:.2s; }
.partner-logo:hover img { filter:grayscale(1) saturate(0) contrast(1.2);opacity:1;transform:scale(1.05); }
@keyframes partner-scroll { from{transform:translateX(0)}to{transform:translateX(-50%)} }

.section { padding: 8rem var(--page-pad); }
.intro-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 4rem; margin-bottom: 4rem; }
.section-heading h2, .project-copy h2, .qualification-copy h2, .contact-details h2, .project-list-intro h2 {
  font: 700 clamp(2.5rem,4.5vw,4.6rem)/1.05 var(--display); letter-spacing: -.055em; margin: 1rem 0 0;
}
.section-heading > p { color: var(--muted); line-height: 1.7; max-width: 520px; }
.accent-text { color: var(--teal); }.orange-text { color: var(--orange); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #cfd8d6; border: 1px solid #cfd8d6; }
.service-card { min-height: 420px; background: white; padding: 2rem; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.service-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 20px 45px rgba(6,27,32,.12); }
.service-card-featured { grid-row: span 2; min-height: 841px; background: var(--teal); color: white; justify-content: flex-end; }
.dark-card { color: white; background: var(--ink); }
.card-number { color: var(--orange); font: 700 .72rem var(--display); letter-spacing: .12em; }
.line-icon { margin: auto 0 2.4rem; font: 400 4.5rem var(--display); color: var(--teal); }
.dark-card .line-icon { color: #7ed5de; }
.shield-icon {
  width: 4.15rem;
  height: 4.65rem;
  margin: auto 0 2.4rem;
  display: block;
}
.shield-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-card h3 { font: 700 1.5rem/1.15 var(--display); letter-spacing: -.035em; margin: 1rem 0; max-width: 280px; }
.service-card p { color: var(--muted); line-height: 1.6; font-size: .88rem; max-width: 310px; }
.service-card-featured p, .dark-card p { color: rgba(255,255,255,.65); }
.card-kicker { color: #7ed5de; text-transform: uppercase; font-size: .65rem; letter-spacing: .13em; }
.card-link { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 2rem; border-top: 1px solid var(--line); font-weight: 700; font-size: .75rem; }
.service-card-featured .card-link, .dark-card .card-link { border-color: rgba(255,255,255,.2); }
.fiber-graphic { position: absolute; inset: -12% -25% auto auto; width: 90%; height: 55%; transform: rotate(-26deg); }
.fiber-graphic i { position: absolute; right: 25%; top: 0; width: 15px; height: 100%; background: linear-gradient(#c6faff,#02b2c4,#003d4b); border-radius: 10px; box-shadow: 0 0 22px rgba(0,165,184,.35); transform-origin: bottom; }
.fiber-graphic i:nth-child(2){right:35%;transform:rotate(-7deg);background:linear-gradient(#ffd6bb,#f36f21,#77330d)}.fiber-graphic i:nth-child(3){right:45%;transform:rotate(-14deg);background:linear-gradient(#e2d4ff,#766ac5,#31265b)}.fiber-graphic i:nth-child(4){right:55%;transform:rotate(-21deg);background:linear-gradient(#d9ffc1,#67b961,#214d20)}
.section-action { margin-top: 2.5rem; display: flex; justify-content: flex-end; }

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  background: #cfd8d6;
  border: 1px solid #cfd8d6;
}
.home-service-grid .service-card { min-height: 360px; }
.home-service-grid .service-card-featured { grid-column: span 2; grid-row: span 2; min-height: 721px; }

.dark-section, .values-section, .process-section { padding: 8rem var(--page-pad); background: var(--ink); color: white; overflow: hidden; }
.light-heading > p { color: rgba(255,255,255,.6); }
.fttx-section { padding: 8rem var(--page-pad); background: #fff; overflow: hidden; }
.fttx-heading { text-align: center; margin: 0 auto 4.5rem; }
.fttx-heading .eyebrow { justify-content: center; color: var(--orange); }
.fttx-heading h2 { font: 700 clamp(2.6rem,4.5vw,4.8rem)/1 var(--display); letter-spacing: -.06em; margin: 1rem 0 0; }
.fttx-carousel-wrap { position: relative; max-width: 1180px; margin: 0 auto; background: #fff; }
.fttx-track {
  display: flex; gap: 2rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  scrollbar-width: none; padding: .75rem .35rem 2.4rem; background: #fff;
}
.fttx-track::-webkit-scrollbar { display: none; }
.fttx-card {
  min-height: 470px;
  flex: 0 0 calc((100% - 6rem) / 4);
  background: white;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
  scroll-snap-align: start;
}
.fttx-card:hover { background: #fbfcfc; border-color: rgba(7,83,101,.16); transform: translateY(-4px); box-shadow: 0 18px 36px rgba(6,27,32,.1); }
.fttx-card img { width: 100%; height: 160px; object-fit: cover; display: block; }
.fttx-card > div { padding: 1.55rem; display: flex; flex: 1; flex-direction: column; }
.fttx-card small { color: var(--ink); font-weight: 600; font-size: .88rem; text-transform: capitalize; }
.fttx-card h3 { font: 800 clamp(2.5rem,4vw,3.35rem)/.95 var(--display); letter-spacing: -.055em; margin: 1.35rem 0 1.25rem; color: #333; }
.fttx-card p { color: var(--ink); font-size: .88rem; line-height: 1.35; margin: 0 0 2rem; }
.fttx-card a { margin-top: auto; color: var(--orange); font-weight: 700; font-size: .88rem; }
.fttx-card a span { display: inline-block; margin-left: .35rem; }
.fttx-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-size: 2.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(243,111,33,.25);
}
.fttx-nav-prev { left: -86px; }
.fttx-nav-next { right: -86px; }

.project-feature { min-height: 720px; display: grid; grid-template-columns: 1.15fr .85fr; background: white; }
.project-image {
  min-height: 630px;
  position: relative;
  background: url("assets/xterea-estate-feature.jpg") center/cover no-repeat, #02090b;
  border-radius: var(--radius);
}
.project-feature .image-overlay, .project-feature .project-tag, .project-feature .project-caption { display: block; }
.image-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,27,32,.9), transparent 60%); }
.project-tag { position: absolute; top: 2rem; left: 2rem; background: var(--orange); color: white; padding: .6rem .8rem; font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; }
.project-caption { position: absolute; left: 3rem; bottom: 3rem; color: white; }
.project-caption p { color: #7ed5de; font-size: .75rem; }
.project-caption h2 { font: 700 clamp(2.2rem,4vw,4.2rem) var(--display); letter-spacing: -.05em; margin: .5rem 0 0; }
.project-copy {
  padding: 7rem clamp(2rem,6vw,7rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-copy p { color: var(--muted); line-height: 1.7; }
.xterea-feature {
  min-height: auto;
  display: block;
  padding: 7rem var(--page-pad) 0;
  background: radial-gradient(circle at 78% 20%, rgba(0,165,184,.16), transparent 32%), linear-gradient(135deg, #17343b, #071b21 76%);
  color: white;
  overflow: hidden;
}
.xterea-feature .project-copy {
  width: min(1260px, 100%);
  margin: 0 auto;
  padding: 0;
  display: block;
}
.xterea-feature .project-copy h2 {
  max-width: 1120px;
  color: white;
  font-size: clamp(2.8rem,5vw,5.4rem);
  line-height: 1;
  margin: 1rem 0 1.25rem;
}
.xterea-feature .project-copy p {
  max-width: 1260px;
  color: rgba(255,255,255,.8);
  line-height: 1.55;
  font-size: 1.02rem;
}
.xterea-feature .accent-text { color: white; }
.xterea-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.8rem; }
.button-muted {
  color: white;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: none;
}
.button-muted:hover { background: rgba(255,255,255,.24); box-shadow: none; }
.xterea-feature .project-image {
  width: min(1260px, 100%);
  min-height: clamp(220px,22vw,360px);
  margin: 3.5rem auto 0;
  background: linear-gradient(90deg, rgba(3,31,38,.34), rgba(3,31,38,.12)), url("assets/xterea-estate-feature.jpg") center/cover no-repeat;
  border-radius: 0;
}
.xterea-feature .image-overlay,
.xterea-feature .project-tag,
.xterea-feature .project-caption { display: none; }
.check-list { list-style: none; padding: 0; margin: 2rem 0; }
.check-list li { border-top: 1px solid var(--line); padding: 1rem 0 1rem 1.7rem; font-size: .87rem; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 700; }

.smart-city-section {
  padding: 8rem var(--page-pad); display: grid; grid-template-columns: .78fr 1.22fr; gap: 5rem; align-items: center;
  background: radial-gradient(circle at 82% 18%, rgba(0,165,184,.28), transparent 30%), radial-gradient(circle at 72% 84%, rgba(64,190,112,.16), transparent 32%), linear-gradient(135deg, #05222a, #07191e 70%);
  color: white; overflow: hidden;
}
.smart-city-copy h2 { font: 700 clamp(2.5rem,4.6vw,4.8rem)/1.05 var(--display); letter-spacing: -.055em; margin: 1rem 0; }
.smart-city-copy p { color: rgba(255,255,255,.66); line-height: 1.75; max-width: 620px; margin-bottom: 2rem; }
.smart-city-panel { min-height: 620px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.smart-city-illustration { min-height: 385px; position: relative; overflow: hidden; background: radial-gradient(circle at 18% 82%, rgba(88,210,128,.18), transparent 24%), linear-gradient(to bottom, rgba(4,63,75,.92), rgba(4,23,28,.95)); }
.smart-city-illustration::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(126,213,222,.16) 1px, transparent 1px); background-size: 22px 22px; opacity: .75; }
.city-sun { position: absolute; width: 230px; height: 230px; right: 10%; top: 9%; border-radius: 50%; background: radial-gradient(circle, rgba(255,155,95,.7), rgba(243,111,33,.08) 55%, transparent 70%); filter: blur(.2px); }
.tower { position: absolute; bottom: 0; width: 12%; border-radius: 8px 8px 0 0; background: linear-gradient(180deg, rgba(126,213,222,.55), rgba(88,210,128,.16) 58%, rgba(255,255,255,.08)); border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 0 24px rgba(126,213,222,.12), inset 0 -18px 35px rgba(88,210,128,.12); }
.tower::before { content: ""; position: absolute; left: 18%; right: 18%; top: 18%; bottom: 0; background: repeating-linear-gradient(to bottom, rgba(255,255,255,.28) 0 2px, transparent 2px 25px); opacity: .55; }
.tower-one { left: 7%; height: 38%; }.tower-two { left: 22%; height: 62%; width: 14%; }.tower-three { left: 41%; height: 48%; }.tower-four { left: 58%; height: 72%; width: 15%; }.tower-five { right: 8%; height: 42%; }
.city-line { position: absolute; height: 2px; background: linear-gradient(90deg, transparent, #7ed5de, #58d280, transparent); transform-origin: left; opacity: .7; }
.city-line-one { width: 74%; left: 12%; top: 38%; transform: rotate(-8deg); }.city-line-two { width: 66%; left: 18%; top: 58%; transform: rotate(12deg); }.city-line-three { width: 46%; left: 34%; top: 28%; transform: rotate(28deg); }
.smart-city-illustration .node { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 9px rgba(243,111,33,.16), 0 0 30px rgba(126,213,222,.5); }
.smart-city-illustration .node-b, .smart-city-illustration .node-d { background: #58d280; box-shadow: 0 0 0 9px rgba(88,210,128,.16), 0 0 30px rgba(88,210,128,.55); }
.node-a { left: 21%; top: 54%; }.node-b { left: 46%; top: 33%; }.node-c { right: 23%; top: 50%; }.node-d { right: 11%; top: 27%; }
.smart-build-list { padding: 1.6rem; display: flex; flex-wrap: wrap; gap: .75rem; background: rgba(4,18,22,.65); }
.smart-build-list span { padding: .8rem .95rem; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.78); font-size: .82rem; background: rgba(255,255,255,.04); }

.impact-section { display: grid; grid-template-columns: .85fr 1.15fr; padding-top: 0; padding-bottom: 0; background: white; }
.impact-card { background: var(--teal); color: white; padding: 5rem; min-height: 570px; display: flex; flex-direction: column; justify-content: center; }
.impact-card h2 { font: 700 clamp(2.4rem,4vw,4.2rem)/1.06 var(--display); letter-spacing: -.055em; margin: 1.2rem 0 3rem; }
.impact-content { padding: 4rem 0 4rem 5rem; display: flex; flex-direction: column; justify-content: center; }
.impact-item { display: grid; grid-template-columns: 60px 1fr; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.impact-item:last-child { border: 0; }
.impact-item > strong { color: var(--orange); font-size: .72rem; }
.impact-item h3 { font: 700 1.25rem var(--display); margin: 0 0 .6rem; }
.impact-item p { color: var(--muted); line-height: 1.6; margin: 0; font-size: .88rem; }

.testimonial-section {
  padding: 8rem var(--page-pad);
  background:
    radial-gradient(circle at 18% 16%, rgba(0,165,184,.12), transparent 34%),
    radial-gradient(circle at 82% 82%, rgba(243,111,33,.1), transparent 28%),
    linear-gradient(135deg, #ffffff, #f4f7f7 72%);
  color: var(--ink);
  text-align: center;
  overflow: hidden;
}
.testimonial-top { display: flex; justify-content: center; margin-bottom: 3.4rem; }
.testimonial-heading { max-width: 980px; }
.testimonial-heading .eyebrow { justify-content: center; color: var(--orange); }
.testimonial-heading h2 { font: 800 clamp(2.7rem,5vw,5.4rem)/1.02 var(--display); letter-spacing: -.055em; margin: 1rem 0 0; text-transform: none; }
.testimonial-controls { display: flex; justify-content: center; align-items: center; gap: 1.8rem; flex-shrink: 0; margin-top: 3.2rem; }
.testimonial-nav {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-size: 2.3rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(243,111,33,.22);
}
.testimonial-carousel { max-width: 760px; margin: 0 auto; overflow: hidden; }
.testimonial-track { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial-card {
  min-height: auto;
  flex: 0 0 100%;
  background: transparent;
  border: 0;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: none;
  scroll-snap-align: start;
}
.testimonial-card::before { content: "“"; color: var(--orange); font: 800 4.2rem/.75 var(--display); margin-bottom: 1rem; opacity: .9; }
.testimonial-card p { color: var(--ink); font: 600 clamp(1.05rem,1.45vw,1.35rem)/1.65 var(--display); letter-spacing: -.02em; margin: 0; }
.testimonial-card div { margin-top: 1.6rem; padding-top: 0; border-top: 0; display: flex; flex-direction: column; gap: .35rem; }
.testimonial-card strong { font: 800 1rem var(--display); color: var(--ink); }
.testimonial-card strong::before { content: "• "; color: var(--orange); }
.testimonial-card span { color: var(--muted); font-size: .82rem; }
.testimonial-dots { display: flex; align-items: center; gap: .75rem; }
.testimonial-dots button {
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 50%;
  background: #cfd8d6;
  cursor: pointer;
}
.testimonial-dots button.active { background: var(--orange); transform: scale(1.08); }

.location-section { min-height: 600px; position: relative; display: grid; place-items: center; overflow: hidden; padding: 7rem var(--page-pad); background: linear-gradient(rgba(3,31,38,.3), rgba(3,31,38,.3)), url("assets/backgrounds/where-we-operate.jpg") center/cover no-repeat; color: white; }
.location-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(126,213,222,.1), transparent 68%); }
.location-content { position: relative; z-index: 2; text-align: center; max-width: 920px; }
.location-content .eyebrow::before { display: none; }
.location-content h2 { font: 700 clamp(3rem,5vw,5.45rem) var(--display); letter-spacing: -.06em; margin: 1rem 0; white-space: nowrap; }
.location-content p { color: rgba(255,255,255,.6); line-height: 1.7; }
.location-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: .65rem; margin-top: 2.3rem; }
.location-pills span { min-width: 112px; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; font-size: .74rem; }
.location-map { position: absolute; inset: 0; opacity: .28; }
.map-line { position: absolute; height: 1px; background: #7ed5de; transform-origin: left; }
.line-a { width: 43%; left: 23%; top: 50%; transform: rotate(16deg); }.line-b { width: 35%; left: 42%; top: 35%; transform: rotate(99deg); }.line-c { width: 27%; left: 31%; top: 67%; transform: rotate(-38deg); }
.location-map i { position: absolute; width: 9px; height: 9px; border: 2px solid white; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 10px rgba(243,111,33,.12); }
.pin-lagos { left: 28%; top: 64%; }.pin-abuja { left: 49%; top: 39%; }.pin-ph { left: 43%; top: 76%; }.pin-edo { left: 52%; top: 66%; }.pin-abia { left: 67%; top: 70%; }.pin-enugu { left: 62%; top: 64%; }.pin-kaduna { left: 47%; top: 27%; }.pin-delta { left: 46%; top: 69%; }.pin-akwa-ibom { left: 59%; top: 78%; }.pin-bayelsa { left: 47%; top: 76%; }.pin-benue { left: 58%; top: 49%; }.pin-kwara { left: 38%; top: 48%; }.pin-nasarawa { left: 53%; top: 43%; }.pin-niger { left: 41%; top: 38%; }.pin-plateau { left: 57%; top: 35%; }

.cta-section { padding: 4.5rem var(--page-pad); display: flex; align-items: center; justify-content: space-between; gap: 3rem; background: var(--orange); color: white; }
.cta-section .eyebrow { color: var(--ink); }.cta-section .eyebrow::before { background: var(--ink); }
.cta-section h2 { font: 700 clamp(2rem,4vw,3.8rem) var(--display); letter-spacing: -.05em; margin: .7rem 0 0; }

.site-footer { background: #04171c; color: white; padding: 5rem var(--page-pad) 2rem; }
.footer-main { display: grid; grid-template-columns: .7fr .8fr 1.5fr; gap: 4rem; padding-bottom: 4rem; }
.footer-brand { align-self: start; }.footer-brand .brand-sub { color: white; }.footer-brand .brand-copy small { color: rgba(255,255,255,.45); }.footer-brand .brand-copy small::first-line { color: rgba(255,255,255,.45); }
.footer-brand .brand-mark { width: 48px; height: 48px; }
.footer-copy { display: flex; flex-direction: column; gap: .7rem; }
.footer-copy p { color: rgba(255,255,255,.52); line-height: 1.6; margin: 0 0 1rem; max-width: 280px; font-size: .85rem; }
.footer-copy a { color: white; font-size: .82rem; }
.footer-social { display: flex; align-items: center; gap: .65rem; margin-top: .6rem; }
.social-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: white; background: rgba(255,255,255,.05); transition: background .2s, border-color .2s, color .2s; }
.social-icon svg { width: 16px; height: 16px; display: block; fill: currentColor; }
.social-icon:hover { background: var(--orange); border-color: var(--orange); color: white; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.footer-links div { display: flex; flex-direction: column; gap: .7rem; }
.footer-links strong { font: 700 .8rem var(--display); margin-bottom: .35rem; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.48); font-size: .72rem; line-height: 1.6; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; color: rgba(255,255,255,.38); font-size: .68rem; }

.page-hero { min-height: 620px; position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; padding: 9rem var(--page-pad) 6rem; color: white; background: radial-gradient(circle at 80% 50%, #0a6475, #062d37 35%, #041b21 72%); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -100px; top: -180px; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.02); }
.page-hero-copy { position: relative; z-index: 2; max-width: 970px; }
.page-hero-copy p { color: rgba(255,255,255,.65); line-height: 1.7; max-width: 650px; font-size: 1rem; }
.page-hero-index { position: relative; z-index: 2; color: var(--orange); font: 700 1.4rem var(--display); white-space: nowrap; }
.page-hero-index span { color: rgba(255,255,255,.3); font-size: .8rem; }
.service-page-hero { background: radial-gradient(circle at 78% 42%, #135160, #072e38 40%, #041a20 72%); }
.project-page-hero { background: radial-gradient(circle at 80% 40%, #174b50, #082d35 38%, #04191e 72%); }
.contact-page-hero { background: radial-gradient(circle at 80% 42%, #744326, #243334 37%, #061b20 72%); }

.split-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8rem; background: white; }
.sticky-title h2 { font: 700 clamp(2.7rem,4.5vw,4.8rem)/1.05 var(--display); letter-spacing: -.055em; margin: 1rem 0; }
.story-copy { max-width: 750px; }
.story-copy p { color: var(--muted); line-height: 1.85; }
.story-copy .large-copy { font: 600 clamp(1.5rem,2.5vw,2.35rem)/1.35 var(--display); letter-spacing: -.025em; color: var(--ink); margin-top: 0; }
.history-copy .large-copy { font-size: clamp(1.32rem,2.05vw,1.9rem); line-height: 1.45; }
.company-history-section { background: var(--paper); }
.evc-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 6rem; align-items: center; background: white; }
.evc-portrait { min-height: 620px; position: relative; overflow: hidden; background: #06242c; display: grid; place-items: center; color: white; }
.evc-portrait img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: 50% 18%; display: block; }
.evc-portrait::after { content: "Executive Vice Chairman"; position: absolute; left: 2rem; right: 2rem; bottom: 2rem; padding: 1rem 1.2rem; border: 1px solid rgba(255,255,255,.2); background: rgba(3,31,38,.38); color: rgba(255,255,255,.78); backdrop-filter: blur(10px); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.evc-copy h2 { font: 800 clamp(2.7rem,4.8vw,5rem)/1.02 var(--display); letter-spacing: -.06em; margin: 1rem 0 1.4rem; }
.evc-copy p { color: var(--muted); line-height: 1.75; max-width: 720px; }
.evc-copy .large-copy { font: 600 clamp(1.35rem,2.1vw,2.05rem)/1.38 var(--display); letter-spacing: -.03em; color: var(--ink); }
.evc-credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 2.5rem; background: var(--line); border: 1px solid var(--line); }
.evc-credentials div { min-height: 150px; padding: 1.4rem; background: var(--paper); display: flex; flex-direction: column; justify-content: space-between; }
.evc-credentials strong { color: var(--orange); font: 800 2rem/1 var(--display); }
.evc-credentials span { color: var(--muted); font-size: .86rem; line-height: 1.5; }
.departments-section { background: var(--paper); }
.department-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #d5dddb; border: 1px solid #d5dddb; }
.department-card { min-height: 360px; padding: 2rem; background: white; display: flex; flex-direction: column; }
.department-card > span { color: var(--orange); font: 800 .75rem var(--display); letter-spacing: .08em; }
.department-card h3 { font: 800 clamp(1.35rem,2vw,1.8rem)/1.08 var(--display); letter-spacing: -.04em; margin: auto 0 1rem; }
.department-card p { color: var(--muted); line-height: 1.6; margin: 0 0 1.4rem; font-size: .92rem; }
.department-card ul { list-style: none; padding: 1.2rem 0 0; margin: 0; border-top: 1px solid var(--line); display: grid; gap: .65rem; }
.department-card li { color: #536164; font-size: .84rem; }
.department-card li::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: .65rem; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(243,111,33,.12); }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.value-card { min-height: 310px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; }
.value-card span { color: var(--orange); font-size: .7rem; }.value-card h3 { margin: auto 0 1rem; font: 700 1.4rem var(--display); }.value-card p { margin: 0; color: rgba(255,255,255,.52); line-height: 1.6; font-size: .82rem; }
.qualification-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7rem; background: var(--paper); }
.qualification-copy p { color: var(--muted); line-height: 1.7; max-width: 500px; }.qualification-copy .button { margin-top: 1.5rem; }
.credential-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.credential { min-height: 210px; padding: 1.6rem; display: grid; grid-template-columns: 108px 1fr; grid-template-rows: auto auto; align-content: center; align-items: center; gap: .45rem 1.25rem; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credential:nth-child(even) { border-right: 0; }.credential:nth-child(n+3) { border-bottom: 0; }
.credential strong { font: 800 2.4rem/1 var(--display); color: var(--orange); align-self: end; }.credential span { font-size: .76rem; color: var(--muted); line-height: 1.5; align-self: start; }
.credential-image { width: 108px; height: 108px; object-fit: contain; padding: .7rem; background: var(--paper); border: 1px solid var(--line); border-radius: calc(var(--radius) * .8); }
.credential-image { grid-row: 1 / 3; }
.credential:nth-child(1) .credential-image,
.credential:nth-child(2) .credential-image { padding: .35rem; }
.home-qualification { grid-template-columns: 1.05fr .95fr; gap: clamp(3rem,6vw,6rem); align-items: center; background: #020607; color: white; overflow: hidden; }
.qualification-media { width: min(100%, 620px); min-height: 500px; justify-self: end; display: grid; grid-template-columns: 1.35fr .72fr; grid-template-rows: 1fr .82fr; gap: .95rem; }
.qualification-photo { width: 100%; height: 100%; min-height: 0; object-fit: cover; border-radius: 14px; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.qualification-photo-wide { grid-column: 1; grid-row: 1; }
.qualification-photo-tall { grid-column: 2; grid-row: 1 / 3; }
.qualification-photo-low { grid-column: 1; grid-row: 2; }
.qualification-panel { max-width: 620px; }
.qualification-panel .eyebrow { display: grid; grid-template-columns: minmax(70px,110px) auto; align-items: center; gap: 1.1rem; color: var(--orange); }
.qualification-panel .eyebrow::before { content: ""; display: block; height: 2px; background: var(--orange); }
.qualification-panel h2 { color: white; font: 800 clamp(3rem,6vw,5.8rem)/.92 var(--display); letter-spacing: -.055em; margin: 1.1rem 0 1.2rem; }
.qualification-panel p { color: rgba(255,255,255,.66); line-height: 1.75; max-width: 560px; }
.qualification-points { display: grid; gap: .85rem; margin: 2rem 0 2.2rem; }
.qualification-points div { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 1rem; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.045); border-radius: 12px; }
.qualification-points img { width: 58px; height: 58px; object-fit: contain; padding: .45rem; border-radius: 10px; background: rgba(255,255,255,.08); }
.qualification-points strong { display: block; color: white; font: 800 1.02rem/1.1 var(--display); letter-spacing: -.02em; margin-bottom: .18rem; }
.qualification-points span { color: rgba(255,255,255,.62); font-size: .86rem; line-height: 1.35; }
.home-qualification .button { background: var(--orange); color: white; border-color: var(--orange); }
.home-qualification .button:hover { background: #ff873d; border-color: #ff873d; color: white; }
.qualification-light { background: linear-gradient(135deg,#f7faf9 0%,#eef5f3 55%,#ffffff 100%); color: var(--ink); border-top: 1px solid #dce7e4; border-bottom: 1px solid #dce7e4; }
.qualification-light .qualification-photo { box-shadow: 0 22px 48px rgba(6,27,32,.14); }
.qualification-light .qualification-panel { padding: clamp(1.5rem,3vw,2.4rem); background: rgba(255,255,255,.78); border: 1px solid rgba(7,83,101,.12); border-radius: 18px; box-shadow: 0 28px 70px rgba(6,27,32,.1); backdrop-filter: blur(10px); }
.qualification-light .qualification-panel .eyebrow { color: var(--orange); }
.qualification-light .qualification-panel h2 { color: var(--ink); }
.qualification-light .qualification-panel p { color: #59686b; }
.qualification-light .qualification-points div { border-color: rgba(7,83,101,.13); background: #fff; box-shadow: 0 14px 30px rgba(6,27,32,.07); }
.qualification-light .qualification-points img { background: #f2f7f6; border: 1px solid rgba(7,83,101,.1); }
.qualification-light .qualification-points strong { color: var(--teal); }
.qualification-light .qualification-points span { color: #667477; }

.service-detail-list { background: white; }
.service-detail { min-height: 530px; display: grid; grid-template-columns: .25fr .8fr 1fr; gap: 4rem; padding: 7rem var(--page-pad); border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.service-detail.alt { background: var(--paper); }
.service-detail-number { color: var(--orange); font: 700 .72rem var(--display); }
.service-detail-title h2 { font: 700 clamp(2.4rem,4vw,4.2rem)/1.06 var(--display); letter-spacing: -.05em; margin: 1rem 0; }
.service-detail-copy > p { color: var(--muted); font-size: 1rem; line-height: 1.7; margin-top: 2rem; }
.service-detail-copy ul { list-style: none; padding: 0; margin: 2.5rem 0 0; }
.service-detail-copy li { padding: 1rem 0; border-top: 1px solid var(--line); font-size: .85rem; }
.service-detail-copy li::before { content: "↗"; color: var(--orange); margin-right: .8rem; }
.delivery-model-section { background: var(--paper); color: var(--ink); padding: 8rem var(--page-pad); overflow: hidden; }
.delivery-heading { margin-bottom: 4rem; }
.delivery-heading h2 { font-size: clamp(2.8rem,5vw,5.4rem); }
.delivery-heading p { color: var(--muted); line-height: 1.75; }
.process-grid.delivery-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  max-width: 1420px;
  margin: 0 auto;
  background: #dce4e3;
  border: 1px solid #dce4e3;
  border-radius: var(--radius);
  overflow: hidden;
}
.process-grid.delivery-grid::before { display: none; }
.delivery-phase { position: relative; padding: 2rem; background: white; }
.phase-marker {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--orange);
  color: white;
  font: 800 1.05rem var(--display);
  box-shadow: 0 16px 32px rgba(243,111,33,.18);
}
.phase-card {
  min-height: 315px;
  background: transparent;
  border: 0;
  padding: 2rem 0 0;
  box-shadow: none;
}
.phase-card small { color: #6f7b83; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .75rem; }
.phase-card h3 { margin: .9rem 0 .65rem; font: 800 1.55rem/1.05 var(--display); letter-spacing: -.035em; }
.phase-card strong { color: var(--orange); font: 800 .95rem var(--display); }
.phase-card ul { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .82rem; }
.phase-card li { color: #66737b; font-size: .95rem; }
.delivery-model-section .phase-card li::before { content: ""; display: inline-block; width: 9px; height: 9px; margin-right: .75rem; border: 0; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(243,111,33,.12); }
.phase-card li::before { content: "✓"; color: var(--orange); border: 2px solid currentColor; border-radius: 50%; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: .75rem; font-size: .66rem; font-weight: 900; line-height: 1; }

.project-list-section { background: white; }
.project-list-intro { max-width: 850px; margin-bottom: 4rem; }
.project-list-intro p { color: var(--muted); line-height: 1.75; max-width: 720px; margin-top: 1.2rem; }
.project-filters { max-width: 1180px; margin: -1.2rem auto 2.5rem; display: flex; flex-wrap: wrap; gap: .65rem; }
.project-filter { border: 1px solid #cad3d1; background: #f8faf9; color: var(--ink); padding: .75rem 1rem; border-radius: var(--radius); cursor: pointer; font-weight: 800; font-size: .76rem; }
.project-filter.active, .project-filter:hover { background: var(--teal); border-color: var(--teal); color: white; }
.project-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.6rem; }
.portfolio-card {
  background: white;
  border: 1px solid var(--line);
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(6,27,32,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.portfolio-card.hidden { display: none; }
.portfolio-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(6,27,32,.12); border-color: rgba(7,83,101,.22); }
.portfolio-image {
  min-height: 255px;
  position: relative;
  background:
    radial-gradient(circle at 78% 18%, rgba(126,213,222,.22), transparent 28%),
    radial-gradient(circle at 18% 82%, rgba(243,111,33,.2), transparent 24%),
    linear-gradient(135deg, #061b20, #0b3e49 72%);
  overflow: hidden;
}
.portfolio-image::before {
  content: "";
  position: absolute;
  inset: 2rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  box-shadow: 0 0 0 34px rgba(255,255,255,.035), 0 0 0 68px rgba(255,255,255,.018);
}
.portfolio-image::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 28%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #7ed5de, var(--orange), transparent);
  box-shadow: 0 -46px 0 rgba(126,213,222,.18), 0 46px 0 rgba(243,111,33,.16);
  transform: rotate(-10deg);
}
.portfolio-card:nth-child(3n+2) .portfolio-image {
  background:
    radial-gradient(circle at 20% 20%, rgba(243,111,33,.26), transparent 28%),
    linear-gradient(145deg, #07191e, #0d5661 68%);
}
.portfolio-card:nth-child(3n+2) .portfolio-image::before { border-radius: var(--radius); transform: rotate(12deg); }
.portfolio-card:nth-child(3n) .portfolio-image {
  background:
    radial-gradient(circle at 80% 80%, rgba(126,213,222,.25), transparent 30%),
    linear-gradient(145deg, #081e25, #12323a 52%, #3d271b);
}
.portfolio-card:nth-child(3n) .portfolio-image::after { transform: rotate(10deg); }
.project-count, .status-badge {
  position: absolute;
  z-index: 2;
  top: 1rem;
  border-radius: 999px;
  color: white;
  font-weight: 800;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.project-count { left: 1rem; width: 42px; height: 42px; display: grid; place-items: center; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(10px); }
.status-badge { right: 1rem; padding: .7rem .9rem; background: var(--teal); box-shadow: 0 12px 25px rgba(0,0,0,.16); }
.status-ongoing { background: var(--orange); }
.portfolio-copy { padding: 1.55rem; }
.portfolio-copy small { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: .64rem; font-weight: 800; }
.portfolio-copy h3 { min-height: 88px; font: 700 clamp(1.18rem,1.7vw,1.5rem)/1.16 var(--display); letter-spacing: -.035em; margin: .85rem 0 1.4rem; }
.portfolio-copy dl { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 0; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.portfolio-copy dl div { min-width: 0; }
.portfolio-copy dt { color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }
.portfolio-copy dd { margin: .35rem 0 0; font-weight: 800; font-size: .78rem; overflow-wrap: anywhere; }
.photo-gallery-section { background: #fff; padding-top: 2rem; }
.gallery-heading { text-align: center; max-width: 720px; margin: 0 auto 4rem; }
.gallery-heading .eyebrow { justify-content: center; }
.gallery-heading h2 { font: 700 clamp(2.4rem,4vw,4rem)/1.05 var(--display); letter-spacing: -.055em; margin: 1rem 0 0; }
.photo-gallery-grid { column-count: 3; column-gap: 2rem; max-width: 1180px; margin: 0 auto; }
.photo-gallery-grid img {
  width: 100%;
  display: block;
  break-inside: avoid;
  margin: 0 0 2rem;
  border-radius: calc(var(--radius) * .65);
  box-shadow: 0 18px 40px rgba(6,27,32,.08);
}
.photo-gallery-grid img.gallery-hidden { display: none; }
.gallery-action { display: flex; justify-content: center; margin-top: 3rem; }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem 2rem; }
.case-card { border-bottom: 1px solid var(--line); }
.case-image { min-height: 370px; position: relative; background-position: center; background-size: cover; overflow: hidden; }
.case-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,27,32,.52), transparent 60%); }
.case-image span { position: absolute; z-index: 2; right: 1.5rem; top: 1.5rem; display: grid; place-items: center; width: 42px; height: 42px; background: var(--orange); color: white; font-size: .68rem; }
.case-one { background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1400&q=85"); }
.case-two { background-image: url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1400&q=85"); }
.case-three { background-image: url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1400&q=85"); }
.case-four { background-image: url("https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?auto=format&fit=crop&w=1400&q=85"); }
.case-large .case-image { min-height: 500px; }
.case-copy { padding: 1.8rem 0 2.5rem; }
.case-copy small { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: .64rem; }
.case-copy h3 { font: 700 clamp(1.5rem,2.5vw,2.35rem) var(--display); letter-spacing: -.04em; margin: .7rem 0; }
.case-copy p { color: var(--muted); max-width: 620px; line-height: 1.65; font-size: .87rem; }
.case-copy dl { display: flex; gap: 4rem; margin: 2rem 0 0; }
.case-copy dl div { display: flex; flex-direction: column; }.case-copy dt { color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }.case-copy dd { margin: .4rem 0 0; font-weight: 700; font-size: .82rem; }
.results-band { background: var(--teal); color: white; padding: 4rem var(--page-pad); display: grid; grid-template-columns: repeat(4,1fr); }
.results-band div { border-right: 1px solid rgba(255,255,255,.25); padding: 0 2rem; display: flex; flex-direction: column; }.results-band div:first-child { padding-left: 0; }.results-band div:last-child { border: 0; }
.results-band strong { font: 700 2.4rem var(--display); }.results-band span { color: rgba(255,255,255,.6); font-size: .75rem; margin-top: .3rem; }

.contact-section { padding: 7rem var(--page-pad); display: grid; grid-template-columns: .75fr 1.25fr; gap: 8rem; background: white; }
.contact-details > p { color: var(--muted); line-height: 1.7; max-width: 480px; margin-bottom: 3rem; }
.contact-method { padding: 1.3rem 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: .5rem; }
.contact-method small { text-transform: uppercase; color: var(--muted); letter-spacing: .12em; font-size: .62rem; }
.contact-method a, .contact-method address { font-style: normal; font: 600 1rem/1.5 var(--display); }
.office-hours { margin-top: 2rem; display: flex; justify-content: space-between; font-size: .75rem; color: var(--muted); }
.contact-form { background: var(--paper); padding: 3rem; }
.contact-form label { display: flex; flex-direction: column; gap: .65rem; font-size: .74rem; font-weight: 700; margin-bottom: 1.35rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); background: white; padding: 1rem; color: var(--ink); outline: none; border-radius: 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(7,83,101,.08); }
.contact-form .button { width: 100%; margin-top: .5rem; }.contact-form .button.submitted { background: #237b51; }
.form-note { color: var(--muted); text-align: center; font-size: .68rem; margin: 1rem 0 0; }
.faq-section { padding: 7rem var(--page-pad); display: grid; grid-template-columns: .85fr 1.15fr; gap: 8rem; align-items: start; background: var(--paper); }
.faq-intro > p { color: var(--muted); line-height: 1.7; max-width: 560px; margin: 2rem 0 3.5rem; }
.faq-illustration { position: relative; width: min(420px, 100%); aspect-ratio: 1.15; }
.faq-main-bubble {
  position: absolute;
  inset: 0 0 14% 12%;
  display: grid;
  place-items: center;
  background: #17343b;
  color: white;
  border-radius: 42px 42px 42px 12px;
  font: 500 clamp(4.5rem,8vw,7.2rem)/1 var(--display);
  letter-spacing: .02em;
}
.faq-main-bubble::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -18%;
  width: 28%;
  height: 34%;
  background: #17343b;
  clip-path: polygon(0 0, 100% 0, 86% 100%);
}
.faq-shadow-bubble {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 62%;
  height: 56%;
  background: var(--orange);
  border-radius: 36px 36px 12px 36px;
}
.faq-shadow-bubble::after {
  content: "";
  position: absolute;
  left: 12%;
  bottom: -18%;
  width: 30%;
  height: 38%;
  background: var(--orange);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.faq-panel { display: grid; gap: 2rem; }
.faq-search { position: relative; display: block; }
.faq-search span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.faq-search::before { content: "⌕"; position: absolute; left: 1.2rem; top: 50%; transform: translateY(-50%); color: #748189; font-size: 1.3rem; }
.faq-search input { width: 100%; border: 1px solid #d5dcdf; background: white; padding: 1.15rem 1.25rem 1.15rem 3rem; border-radius: var(--radius); outline: none; font: 500 1rem var(--body); color: var(--ink); }
.faq-search input:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(7,83,101,.08); }
.faq-list { display: grid; gap: 1.4rem; }
.faq-item { background: #eef1f3; border: 1px solid #d7dde0; border-radius: var(--radius); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 1.45rem 1.4rem 1.45rem 1.8rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; font: 700 1.03rem var(--display); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-toggle { width: 42px; height: 42px; border-radius: 50%; background: var(--orange); position: relative; transition: transform .2s ease; }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: white; transform-origin: center; }
.faq-toggle::before { transform: translate(-80%,-50%) rotate(45deg); }
.faq-toggle::after { transform: translate(-20%,-50%) rotate(-45deg); }
.faq-item[open] .faq-toggle { transform: rotate(180deg); }
.faq-item p { margin: 0; padding: 0 5rem 1.5rem 1.8rem; color: var(--muted); line-height: 1.7; }
.faq-item.hidden { display: none; }
.location-cards { display: grid; grid-template-columns: repeat(4,1fr); background: var(--ink); color: white; padding: 0 var(--page-pad); }
.location-card { min-height: 230px; padding: 2.2rem; border-right: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; }
.location-card small { color: #7ed5de; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; }.location-card h3 { margin: auto 0 .6rem; font: 700 1.8rem var(--display); }.location-card span { color: rgba(255,255,255,.48); font-size: .72rem; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }

@media (max-width: 1024px) {
  .site-header { gap: 1.5rem; }.site-nav { gap: 1.2rem; }.header-cta { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 7rem; }.hero-content { max-width: 800px; }.hero-visual { position: absolute; opacity: .34; right: -9rem; top: 3rem; }.signal-core { width: 500px; }.hero-foot { position: relative; left: auto; right: auto; bottom: auto; grid-column: 1; grid-template-columns: 1fr 1fr; margin: 5rem calc(var(--page-pad) * -1) -9.5rem; }
  .service-grid { grid-template-columns: 1fr 1fr; }.service-card-featured { min-height: 650px; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }.fttx-card { flex-basis: calc((100% - 2rem) / 2); }.fttx-nav { display: none; }
  .project-feature { grid-template-columns: 1fr; }.project-image { min-height: 500px; }.impact-section { grid-template-columns: 1fr 1.4fr; }.impact-card { padding: 3rem; }.impact-content { padding-left: 3rem; }
  .xterea-feature { padding-top: 5.5rem; }.xterea-feature .project-image { min-height: 280px; }
  .project-card-grid { grid-template-columns: 1fr 1fr; }
  .photo-gallery-grid { column-count: 2; }
  .smart-city-section { grid-template-columns: 1fr; gap: 3rem; }.smart-city-panel { min-height: auto; }
  .testimonial-card { flex-basis: 100%; }
  .process-grid.delivery-grid { grid-template-columns: 1fr 1fr; }
  .process-grid.delivery-grid::before { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-links { grid-column: 1 / -1; }
  .split-story, .qualification-section, .evc-section { gap: 4rem; }.department-grid { grid-template-columns: 1fr 1fr; }.service-detail { grid-template-columns: .15fr .85fr 1fr; gap: 2rem; }
  .contact-section { gap: 4rem; }.faq-section { grid-template-columns: 1fr; gap: 4rem; }.location-cards { grid-template-columns: 1fr 1fr; }.location-card:nth-child(2) { border-right: 0; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; }.brand-mark { width: 38px; height: 38px; }
  .site-header + main { padding-top: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 0; z-index: 60; background: #fff; padding: 2rem var(--page-pad) 3rem; flex-direction: column; align-items: flex-start; gap: 0; transform: translateX(100%); transition: transform .3s ease; overflow-y: auto; width: 100%; max-height: calc(100dvh - 72px); box-sizing: border-box; margin-left: 0; box-shadow: -24px 0 60px rgba(6,27,32,.16); }
  .site-nav.open { transform: translateX(0); }.site-nav a { width: 100%; padding: 1.3rem 0; border-bottom: 1px solid var(--line); font: 700 1.6rem var(--display); }.site-nav a.active::after { display: none; }
  .hero { min-height: 780px; padding: 5.5rem var(--page-pad) 0; align-items: start; }.hero h1, .page-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }.hero-content > p { font-size: .93rem; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .hero-visual { right: -15rem; top: 16rem; }.hero-foot { grid-template-columns: 1fr; gap: 1rem; margin-top: 4rem; margin-bottom: 0; padding: 1.2rem; }.hero-foot div { grid-template-columns: 50px 1fr; }.stat-icon { width: 50px; height: 50px; }.hero-foot strong { font-size: 1.35rem; }.hero-foot small { font-size: .78rem; }
  .partner-logo { width:105px; }.partner-set { gap:2.5rem;padding-right:2.5rem; }
  .section, .dark-section, .values-section, .process-section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .section-heading { margin-bottom: 2.8rem; }.section-heading h2, .project-copy h2, .qualification-copy h2, .contact-details h2, .project-list-intro h2 { font-size: 2.7rem; }
  .service-grid { grid-template-columns: 1fr; }.service-card, .service-card-featured { min-height: 390px; grid-row: auto; }.fiber-graphic { width: 70%; height: 60%; }
  .home-service-grid { grid-template-columns: 1fr; }
  .fttx-section { padding-top: 5.5rem; padding-bottom: 5.5rem; }.fttx-card { flex-basis: 86%; min-height: auto; }.fttx-card img { height: 190px; }.project-image { min-height: 500px; }.project-caption { left: 1.5rem; bottom: 2rem; }.project-copy { padding: 5rem var(--page-pad); }
  .xterea-feature { padding-top: 5rem; }.xterea-feature .project-copy { padding: 0; }.xterea-actions { align-items: stretch; flex-direction: column; gap: 1rem; }.xterea-actions .button { width: 100%; }.xterea-feature .project-image { min-height: 210px; margin-top: 3rem; }
  .smart-city-section, .testimonial-section { padding-top: 5.5rem; padding-bottom: 5.5rem; }.smart-city-illustration { min-height: 320px; }.smart-build-list span { width: 100%; }
  .location-content h2 { white-space: normal; }
  .testimonial-top { align-items: center; flex-direction: column; }
  .testimonial-card { flex-basis: 100%; padding: 0; }
  .testimonial-controls { gap: 1rem; }
  .impact-section { grid-template-columns: 1fr; padding-left: 0; padding-right: 0; }.impact-card { min-height: 480px; padding: var(--page-pad); }.impact-content { padding: 2rem var(--page-pad); }.impact-item { grid-template-columns: 35px 1fr; gap: .8rem; }
  .location-section { min-height: 550px; }.cta-section { align-items: flex-start; flex-direction: column; }.cta-section .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 3rem; }.footer-links { grid-column: auto; grid-template-columns: 1fr 1fr; }.footer-links div:last-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: .7rem; }
  .page-hero { min-height: 570px; padding-top: 7rem; padding-bottom: 4rem; align-items: flex-end; }.page-hero-index { display: none; }
  .split-story, .qualification-section, .evc-section { grid-template-columns: 1fr; gap: 3rem; }.evc-portrait { min-height: 420px; }.evc-portrait img { min-height: 420px; }.evc-credentials, .department-grid { grid-template-columns: 1fr; }.department-card { min-height: 300px; }.value-grid { grid-template-columns: 1fr; }.value-card { min-height: 230px; }.credential-grid { grid-template-columns: 1fr; }.credential { border-right: 0; border-bottom: 1px solid var(--line) !important; }.credential:last-child { border-bottom: 0 !important; }
  .service-detail { grid-template-columns: 1fr; gap: 1.5rem; padding-top: 5rem; padding-bottom: 5rem; }.service-detail-copy > p { margin-top: 0; }.process-grid.delivery-grid { grid-template-columns: 1fr; gap: 1px; }.delivery-phase { padding: 1.5rem; }.phase-marker { width: 52px; height: 52px; }
  .project-card-grid, .case-grid { grid-template-columns: 1fr; }.photo-gallery-grid { column-count: 1; }.portfolio-image, .case-image, .case-large .case-image { min-height: 300px; }.portfolio-copy h3 { min-height: auto; }.results-band { grid-template-columns: 1fr 1fr; gap: 2rem 0; }.results-band div { padding: 0 1rem; }.results-band div:nth-child(2) { border: 0; }.results-band div:nth-child(3) { padding-left: 0; }
  .contact-section { grid-template-columns: 1fr; gap: 3rem; padding-top: 5rem; padding-bottom: 5rem; }.contact-form { padding: 1.5rem; }.form-row { grid-template-columns: 1fr; gap: 0; }.faq-section { padding-top: 5rem; padding-bottom: 5rem; gap: 3rem; }.faq-main-bubble { border-radius: 28px 28px 28px 10px; }.faq-item summary { padding: 1.1rem; font-size: .96rem; }.faq-toggle { width: 36px; height: 36px; }.faq-item p { padding: 0 1.1rem 1.2rem; }.location-cards { grid-template-columns: 1fr; }.location-card { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
}

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

/* Global readability and consistent rounded-rectangle system */
body { font-size: 17px; }
.site-nav a { font-size: .94rem; }
.brand-copy strong { font-size: .94rem; }
.brand-copy small { font-size: .66rem; }
.button { font-size: .94rem; border-radius: var(--radius); }
.button-small { font-size: .86rem; }
.eyebrow { font-size: .78rem; }
.page-hero-copy p, .service-detail-copy > p { font-size: 1.08rem; }
.story-copy p, .qualification-copy p, .contact-details > p, .project-copy p { font-size: 1rem; }
.service-detail-copy li, .case-copy p, .impact-item p, .check-list li { font-size: .96rem; }
.value-card p, .process-grid p, .credential span, .results-band span, .location-card span { font-size: .88rem; }
.footer-copy p, .footer-copy a { font-size: .9rem; }
.footer-links strong { font-size: .9rem; }
.footer-links a, .footer-links span { font-size: .82rem; }
.footer-bottom { font-size: .76rem; }
.contact-form label { font-size: .86rem; }
.form-note { font-size: .78rem; }
.service-card, .project-image, .impact-card, .credential, .case-image, .contact-form,
.location-card, .value-card, .fttx-card, .contact-form input, .contact-form select,
.contact-form textarea, .results-band, .cta-section, .testimonial-card, .phase-card, .faq-item, .faq-search input { border-radius: var(--radius); }

@media (max-width: 760px) {
  .site-nav { display: flex; background: #fff; color: var(--ink); isolation: isolate; }
  .site-nav a { font: 800 clamp(1.25rem, 6vw, 1.65rem)/1.15 var(--display); color: var(--ink); }
  .site-nav a:hover, .site-nav a.active { color: var(--orange); }
  .brand-copy { min-width: 0; }
  .brand-copy strong, .brand-sub, .brand-copy small { max-width: 190px; overflow-wrap: normal; }
  .hero-foot strong { font-size: clamp(1.08rem, 6vw, 1.35rem); line-height: 1.05; }
  .button { max-width: 100%; white-space: normal; }
}


@media (max-width: 900px) {
  .site-header { height: 72px; gap: 1rem; background: #fff; }
  .site-header + main { padding-top: 72px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 70; flex: 0 0 auto; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 0; z-index: 60; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 2rem var(--page-pad) 3rem; background: #fff; color: var(--ink); transform: translateX(100%); transition: transform .3s ease; overflow-y: auto; width: 100%; max-height: calc(100dvh - 72px); box-sizing: border-box; margin-left: 0; box-shadow: -24px 0 60px rgba(6,27,32,.16); }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { width: 100%; padding: 1.2rem 0; border-bottom: 1px solid var(--line); font: 800 clamp(1.25rem, 5vw, 1.65rem)/1.15 var(--display); color: var(--ink); }
  .site-nav a.active::after { display: none; }
  .site-nav a:hover, .site-nav a.active { color: var(--orange); }
}

@media (max-width: 760px) {
  .home-service-grid { grid-template-columns: 1fr; gap: .85rem; background: transparent; border: 0; }
  .home-service-grid .service-card,
  .home-service-grid .service-card-featured {
    min-height: 0;
    grid-column: auto;
    grid-row: auto;
    padding: 1.25rem;
    border: 1px solid var(--line);
    justify-content: flex-start;
  }
  .home-service-grid .service-card { gap: .45rem; }
  .home-service-grid .service-card:hover { transform: none; box-shadow: none; }
  .home-service-grid .card-number { font-size: .64rem; }
  .home-service-grid .line-icon,
  .home-service-grid .fiber-graphic,
  .home-service-grid .card-kicker { display: none; }
  .home-service-grid .service-card h3 { max-width: none; margin: .2rem 0 .15rem; font-size: clamp(1.18rem, 5.4vw, 1.45rem); line-height: 1.12; }
  .home-service-grid .service-card p { max-width: none; margin: 0; font-size: .86rem; line-height: 1.45; }
  .home-service-grid .card-link { margin-top: .75rem; padding-top: .75rem; font-size: .74rem; }
}

@media (max-width: 900px) {
  .home-qualification { grid-template-columns: 1fr; gap: 3rem; }
  .qualification-media { min-height: clamp(360px, 68vw, 560px); grid-template-columns: 1fr 1fr; grid-template-rows: 1fr .75fr; }
  .qualification-panel { max-width: none; }
}

@media (max-width: 560px) {
  .home-qualification { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .qualification-media { min-height: 0; display: grid; grid-template-columns: 1fr; grid-template-rows: none; gap: .85rem; }
  .qualification-photo { min-height: 210px; grid-column: auto; grid-row: auto; border-radius: 12px; }
  .qualification-photo-tall { min-height: 300px; }
  .qualification-panel .eyebrow { grid-template-columns: 62px auto; gap: .85rem; }
  .qualification-panel h2 { font-size: clamp(2.55rem, 14vw, 3.6rem); }
  .qualification-points div { grid-template-columns: 48px 1fr; padding: .8rem; gap: .8rem; }
  .qualification-points img { width: 48px; height: 48px; }
}
