/* HERO — independent visual layers */
.about-hero {
  position: relative;
  min-height: clamp(620px, 46vw, 760px);
  overflow: hidden;
  display: grid;
  align-items: stretch;
  color: var(--text);
  background: #dcecf2;
}
.about-hero-media,
.about-hero-media > .hero-layer,
.about-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.about-hero-media { z-index: 0; overflow: hidden; }
.hero-layer { pointer-events: none; user-select: none; }
.hero-bg { z-index: 1; object-fit: cover; object-position: center center; }

/* The two visual assets are deliberately independent so they can be balanced
   without forcing the copy to sit on top of the artwork. */
.hero-shiva {
  z-index: 2;
  width: min(50vw, 680px) !important;
  height: auto !important;
  inset: auto auto -25% -15% !important;
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 58%, transparent 88%);
  mask-image: linear-gradient(to right, #000 0%, #000 58%, transparent 88%);
  max-width: none;
  object-fit: contain;
}
.hero-infographic {
  z-index: 3;
  width: min(39vw, 590px) !important;
  height: auto !important;
  inset: 50% 0 auto auto !important;
  max-width: none;
  transform: translateY(-50%);
  object-fit: contain;
}
.hero-logo-disc {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: clamp(12rem, 19.5vw, 18rem);
  width: clamp(100px, 8.5vw, 132px);
  aspect-ratio: 1;
  transform: translate(50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(16,47,82,.18);
  box-shadow: 0 10px 28px rgba(20,38,57,.16);
}
.hero-logo-disc img { width: 76%; height: 76%; object-fit: contain; }
.about-hero-overlay {
  z-index: 5;
  background: linear-gradient(90deg, rgba(255,252,246,.38) 0%, rgba(255,252,246,.14) 38%, rgba(255,255,255,0) 66%);
  pointer-events: none;
}
.about-hero-inner {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: flex-start;
  padding-top: clamp(6.6rem, 9vw, 8rem);
  padding-bottom: 4rem;
}
.about-hero-copy {
  width: min(100%, 420px);
  transform: translateX(clamp(8px, 1.2vw, 18px));
}
.about-hero h1 {
  margin: 0;
  max-width: 420px;
  color: var(--navy-deep);
  font-size: clamp(2.2rem, 3.3vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.about-hero h1 span { display: block; }
.about-hero h1 .hero-accent { color: #bd7d1c; }
.about-hero .hero-rule {
  display: block;
  width: 46px;
  height: 3px;
  margin: 1.05rem 0 1rem;
  background: #bd7d1c;
  border-radius: 999px;
}
.about-hero-copy > p {
  max-width: 340px;
  margin: 0 0 1.25rem;
  color: #24384d;
  font-size: clamp(.9rem, 1.1vw, 1rem);
  line-height: 1.55;
  font-weight: 500;
}

/* COMMON ABOUT */
.about-section { padding: var(--section-space) 0; background: #fff; }
.narrow-content { max-width: 900px; }
.section-kicker { display: inline-block; margin-bottom: .65rem; color: var(--brand-dark); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.section-heading h2, .about-section h2 { margin: 0 0 1rem; color: var(--navy); font-size: clamp(2.25rem, 4.4vw, 3.25rem); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p, .about-section p { color: var(--text-muted); }
.narrow-content > p { max-width: 800px; margin: 0; font-size: 1.03rem; line-height: 1.8; }
.centered { margin-inline: auto; text-align: center; }
.centered .section-kicker { margin-bottom: .55rem; }

/* PHILOSOPHY */
.philosophy-band { background: #f2f6f4; }
.philosophy-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3.5rem; align-items: center; }
.philosophy-grid p { max-width: 720px; margin: 0 0 1rem; }
.philosophy-callout { padding: 2rem; border: 1px solid rgba(13,142,132,.12); border-radius: var(--radius); background: rgba(255,255,255,.75); box-shadow: var(--shadow); }
.philosophy-callout svg { width: 42px; height: 42px; margin-bottom: 1rem; color: var(--brand-dark); }
.philosophy-callout p { margin: 0; color: var(--navy); font-size: 1.15rem; font-weight: 600; }

/* SIMPLICITY */
.simple-section { background: #fff; }
.simple-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 4rem; align-items: center; }
.simple-grid > div:last-child { max-width: 760px; }
.simple-grid p { margin: 0 0 1rem; }
.simple-grid strong { color: var(--navy); }
.simple-visual { min-height: 280px; display: grid; place-items: center; }
.simple-orbit { position: relative; width: 250px; height: 250px; border: 1px dashed rgba(22,183,168,.35); border-radius: 50%; }
.simple-orbit::before { content: ""; position: absolute; inset: 38px; border: 1px solid rgba(16,47,82,.15); border-radius: 50%; }
.simple-orbit span { position: absolute; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: #fff; color: var(--brand-dark); box-shadow: var(--shadow); }
.simple-orbit span:nth-child(1) { top: 10px; left: 101px; }
.simple-orbit span:nth-child(2) { top: 83px; right: 2px; }
.simple-orbit span:nth-child(4) { bottom: 20px; left: 30px; }
.simple-orbit span:nth-child(5) { bottom: 20px; right: 30px; }
.simple-orbit .simple-center { width: 78px; height: 78px; top: 86px; left: 86px; color: #4f9a35; border-color: rgba(79,154,53,.25); }
.simple-orbit svg { width: 21px; height: 21px; }
.simple-orbit .simple-center svg { width: 34px; height: 34px; }

/* WHAT SETS US APART */
.apart-section { background: #f6f7f7; }
.apart-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.apart-card { padding: 1.45rem; border: 1px solid var(--border); border-radius: 12px; background: #fff; box-shadow: 0 2px 12px rgba(20,38,57,.03); }
.apart-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 1rem; border-radius: 50%; color: #fff; background: var(--navy); }
.apart-icon svg { width: 20px; height: 20px; }
.apart-card h3 { margin: 0 0 .5rem; color: var(--navy); font-size: 1rem; line-height: 1.3; }
.apart-card p { margin: 0; font-size: .83rem; line-height: 1.6; }

/* PROCESS */
.process-section { background: #fff; }
.about-process { list-style: none; padding: 0; margin: 3rem 0 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; position: relative; }
.about-process::before { content: ""; position: absolute; left: 7%; right: 7%; top: 24px; height: 1px; background: rgba(22,183,168,.35); }
.about-process li { position: relative; z-index: 1; text-align: center; }
.process-number { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 1rem; color: #fff; background: var(--navy); border-radius: 50%; box-shadow: 0 0 0 7px #fff; font-size: .78rem; font-weight: 700; }
.about-process h3 { margin: 0 0 .45rem; color: var(--navy); font-size: .9rem; line-height: 1.3; }
.about-process p { margin: 0; font-size: .74rem; line-height: 1.5; }

/* SOLUTION ECOSYSTEM */
.solutions-section { background: #f5f6f6; }
.solution-ecosystem { min-height: 560px; position: relative; max-width: 1080px; margin: 3rem auto 0; }
.solution-ecosystem::before, .solution-ecosystem::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px dashed rgba(16,47,82,.2); border-radius: 50%; }
.solution-ecosystem::before { width: 370px; height: 370px; }
.solution-ecosystem::after { width: 510px; height: 510px; }
.ecosystem-center { position: absolute; z-index: 3; left: 50%; top: 50%; width: 180px; height: 180px; transform: translate(-50%,-50%); display: grid; place-items: center; border: 1px solid rgba(16,47,82,.15); border-radius: 50%; background: #fff; box-shadow: 0 15px 35px rgba(20,38,57,.1); }
.ecosystem-center img { width: 125px; height: 125px; object-fit: contain; }
.solution-node { position: absolute; z-index: 2; width: 220px; padding: 1.1rem; border: 1px solid var(--border); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.solution-node > svg { width: 32px; height: 32px; margin-bottom: .5rem; color: var(--brand-dark); }
.solution-node h3 { margin: 0 0 .55rem; color: var(--navy); font-size: .92rem; text-transform: uppercase; letter-spacing: .06em; }
.solution-node strong { display: block; margin-top: .45rem; color: var(--text); font-size: .78rem; line-height: 1.35; }
.solution-node span { display: block; margin-top: .18rem; color: var(--text-muted); font-size: .73rem; line-height: 1.45; }
.protect { top: 0; left: 50%; transform: translateX(-50%); border-top: 3px solid #6f9b35; }
.connect { top: 120px; left: 0; border-top: 3px solid #2676bd; }
.simplify { top: 120px; right: 0; border-top: 3px solid #16a5a7; }
.welcome { bottom: 20px; left: 7%; border-top: 3px solid #c79017; }
.plan { bottom: 0; left: 50%; transform: translateX(-50%); border-top: 3px solid #168e93; }
.control { bottom: 20px; right: 7%; border-top: 3px solid #6557a8; }

/* SERVICE + PROMISE */
.service-area { background: #eef4f2; }
.service-area-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: stretch; }
.service-area h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); }
.service-area p { max-width: 620px; }
.region-pills { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.4rem; }
.region-pills span { padding: .55rem .75rem; border: 1px solid rgba(13,142,132,.18); border-radius: 999px; color: var(--brand-dark); background: #fff; font-size: .75rem; font-weight: 600; }
.promise-card { display: flex; flex-direction: column; justify-content: center; padding: 2.2rem; border-radius: var(--radius); background: var(--navy); color: #fff; }
.promise-card .section-kicker { color: #d9a91b; }
.promise-card h2 { margin: 0; color: #fff; font-size: clamp(2rem, 4vw, 3.1rem); }

@media (max-width: 1000px) {
  .about-hero { min-height: 650px; }
  .hero-shiva { width: 52vw !important; left: -18% !important; bottom: -20% !important; }
  .hero-infographic { width: 43vw !important; right: 0 !important; top: 50% !important; transform: translateY(-50%); }
  .hero-logo-disc { right: 21.5vw; width: 112px; }
  .about-hero-copy { width: min(43%, 410px); transform: translateX(12px); }
  .about-hero h1 { font-size: clamp(2.15rem, 4.2vw, 3rem); }
  .apart-grid { grid-template-columns: repeat(2, 1fr); }
  .about-process { grid-template-columns: repeat(3, 1fr); row-gap: 2.5rem; }
  .about-process::before { display: none; }
  .solution-ecosystem { min-height: 760px; }
  .connect { left: 2%; }
  .simplify { right: 2%; }
  .welcome { left: 2%; }
  .control { right: 2%; }
}

@media (max-width: 760px) {
  .about-hero { min-height: 700px; align-items: end; }
  .hero-bg { object-position: 55% center; }
  .hero-shiva { width: 76vw !important; left: -30% !important; bottom: -18% !important; opacity: .96; }
  /* Information graphics must never be stretched or cropped on mobile. Keep the
     square artwork at a bounded size and centre it as an intentional visual object. */
  .hero-infographic {
    width: min(76vw, 330px) !important;
    height: auto !important;
    left: 50% !important;
    right: auto !important;
    top: 31% !important;
    transform: translate(-50%, -50%) !important;
    object-fit: contain !important;
  }
  .hero-logo-disc { top: 31%; right: 50%; width: 76px; transform: translate(50%, -50%); }
  .about-hero-overlay { background: linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,.05) 46%, rgba(255,255,255,.82) 100%); }
  .about-hero-inner { padding-top: 5.8rem; padding-bottom: 2.6rem; }
  .about-hero-copy { width: 100%; max-width: 360px; }
  .about-hero h1 { font-size: clamp(2rem, 8.5vw, 2.8rem); }
  .about-hero-copy > p { max-width: 320px; }
  .philosophy-grid, .simple-grid, .service-area-inner { grid-template-columns: 1fr; gap: 2rem; }
  .simple-visual { min-height: 230px; order: 2; }
  .apart-grid { grid-template-columns: 1fr; }
  .about-process { grid-template-columns: 1fr; gap: 1.3rem; }
  .about-process li { display: grid; grid-template-columns: 48px 1fr; column-gap: .9rem; text-align: left; }
  .process-number { margin: 0; grid-row: span 2; }
  .solution-ecosystem { min-height: auto; display: grid; gap: 1rem; }
  .solution-ecosystem::before, .solution-ecosystem::after { display: none; }
  .ecosystem-center { position: relative; left: auto; top: auto; transform: none; width: 140px; height: 140px; margin: 0 auto 1rem; }
  .ecosystem-center img { width: 98px; height: 98px; }
  .solution-node { position: relative; inset: auto; transform: none; width: 100%; }
}
