/* ===================================================================
   SCPL Holdings — About page
   Extends style3.css. Page-specific layouts only.
   Copy sourced verbatim from the SCPL website copy document.
   =================================================================== */

/* ===================================================================
   PAGE MASTHEAD — bottom-anchored, monochrome, left-aligned
   =================================================================== */
.page-hero {
  position: relative;
  min-height: 66vh;
  display: flex;
  align-items: flex-end;
  background: var(--black);
  overflow: hidden;
}
.page-hero-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero-bg img {
  width: 100%; height: 116%; object-fit: cover; object-position: center 40%;
  filter: grayscale(1) contrast(1.1) brightness(0.55);
  will-change: transform;
}
.page-hero-vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 64% at 28% 54%, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.18) 52%, transparent 80%),
    linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.55) 66%, rgba(0,0,0,0.96) 100%);
}
.page-hero-inner {
  position: relative; z-index: 2;
  padding-top: 140px;
  padding-bottom: 64px;
  max-width: 860px;
}
.page-hero-kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--teal-bright); margin-bottom: 24px;
  opacity: 0; transform: translateY(14px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.page-hero-kicker.in { opacity: 1; transform: none; }
.page-hero-rule {
  display: inline-block; width: 0; height: 2px; background: var(--teal-bright);
  transition: width 0.8s var(--ease) 0.25s;
}
.page-hero-kicker.in .page-hero-rule { width: 34px; }

/* scroll cue — sits in the masthead's bottom-right, fades in last */
.page-hero-cue {
  position: absolute; right: var(--gutter); bottom: 76px; z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  opacity: 0; transform: translateY(14px);
  transition: opacity 0.8s var(--ease) 0.6s, transform 0.8s var(--ease) 0.6s;
}
.page-hero-cue.in { opacity: 1; transform: none; }
.page-hero-cue-label {
  font-size: 0.64rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  writing-mode: vertical-rl; transform: rotate(180deg);
}
.page-hero-cue-line {
  position: relative; width: 1px; height: 56px; background: rgba(255,255,255,0.25); overflow: hidden;
}
.page-hero-cue-dot {
  position: absolute; left: -1.5px; top: 0; width: 4px; height: 4px; border-radius: 50%;
  background: var(--teal-bright); box-shadow: 0 0 8px var(--teal-bright);
  animation: cueTravel 2.4s var(--ease) infinite;
}
@keyframes cueTravel { 0% { top: -6px; opacity: 0; } 25% { opacity: 1; } 75% { opacity: 1; } 100% { top: 56px; opacity: 0; } }
.page-hero-cue:hover .page-hero-cue-label { color: var(--teal-bright); }
@media (max-width: 900px) { .page-hero-cue { display: none; } }
.page-hero-title {
  font-size: clamp(2.4rem, 4.8vw, 4.4rem); font-weight: 700; line-height: 1.06;
  letter-spacing: -0.035em; color: var(--white); margin-bottom: 24px;
  opacity: 0; transform: translateY(28px);
  transition: opacity 1s var(--ease) 0.12s, transform 1s var(--ease) 0.12s;
}
.page-hero-title.in { opacity: 1; transform: none; }
.page-hero-sub {
  font-size: 1.05rem; line-height: 1.7; color: rgba(255,255,255,0.72); max-width: 58ch;
  opacity: 0; transform: translateY(14px);
  transition: opacity 0.8s var(--ease) 0.35s, transform 0.8s var(--ease) 0.35s;
}
.page-hero-sub.in { opacity: 1; transform: none; }

/* ===================================================================
   OUR STORY
   =================================================================== */
.story { padding: clamp(80px, 11vw, 140px) 0 0; background: var(--white); }
.story-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
  padding-bottom: clamp(64px, 8vw, 100px);
}
.story-lead { position: sticky; top: 120px; }
.story-headline {
  font-size: clamp(2.4rem, 4.2vw, 3.6rem); font-weight: 700;
  line-height: 1.04; letter-spacing: -0.03em; color: var(--black); margin-top: 10px;
}
.story-verbs {
  margin-top: 28px; font-size: 1.1rem; font-weight: 600; color: var(--teal);
  padding-top: 22px; border-top: 2px solid var(--teal-soft); max-width: 20ch;
}
.story-block { margin-bottom: 48px; }
.story-block:last-child { margin-bottom: 0; }
.story-block h3 {
  font-size: 1.4rem; font-weight: 700; letter-spacing: -0.02em; color: var(--teal);
  margin-bottom: 18px;
}
.story-block p { font-size: 1.1rem; color: var(--body); line-height: 1.75; }
.story-block:first-child p { font-size: 1.2rem; color: var(--ink); font-weight: 500; line-height: 1.65; }
.story-block .text-link { margin-top: 22px; }

/* full-width image + teal proof strip */
.story-visual {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  min-height: 480px;
  border-top: 1px solid var(--border);
}
.story-img-wrap { position: relative; overflow: hidden; }
.story-img-wrap img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  filter: grayscale(0.55) contrast(1.04) brightness(0.92);
  transition: filter 0.8s var(--ease), transform 0.9s var(--ease);
}
.story-img-wrap:hover img { filter: grayscale(0) contrast(1.04) brightness(0.96); transform: scale(1.03); }

.story-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background:
    radial-gradient(ellipse 90% 80% at 88% 8%, rgba(52,140,158,0.34) 0%, transparent 62%),
    var(--teal);
}
.proof-col {
  padding: clamp(28px,4vw,52px) clamp(24px,3vw,44px);
  border-right: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  display: flex; flex-direction: column; justify-content: flex-end; gap: 8px;
}
.proof-col:nth-child(2) { border-right: none; }
.proof-col:nth-child(3), .proof-col:nth-child(4) { border-bottom: none; }
.proof-big {
  font-size: clamp(2.6rem, 4vw, 3.6rem); font-weight: 700;
  letter-spacing: -0.04em; color: var(--white); line-height: 1;
}
.proof-big sup { font-size: 0.48em; vertical-align: super; font-weight: 600; }
.proof-lbl { font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,0.74); letter-spacing: 0.02em; line-height: 1.4; }

/* ===================================================================
   MISSION & VISION — teal mesh feature with liquid-glass panels
   =================================================================== */
.mv {
  position: relative; overflow: hidden;
  padding: clamp(90px, 12vw, 150px) 0;
  background:
    radial-gradient(ellipse 50% 60% at 85% 8%, rgba(52,140,158,0.55) 0%, transparent 55%),
    radial-gradient(ellipse 55% 50% at 8% 95%, rgba(11,42,48,0.9) 0%, transparent 60%),
    radial-gradient(circle at 50% 50%, #18525d 0%, #143b42 45%, #0d2a30 100%);
}
.mv::after {
  content: ""; position: absolute; bottom: -140px; left: 14%;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(86,176,193,0.35) 0%, transparent 70%);
  filter: blur(22px); pointer-events: none;
}
.mv-head { position: relative; z-index: 2; max-width: 56ch; margin-bottom: clamp(48px, 6vw, 84px); }
.mv-headline {
  font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 700; line-height: 1.1;
  letter-spacing: -0.03em; color: var(--white); margin-top: 16px;
}
.mv-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 80px);
}
.mv-item {
  position: relative;
  display: grid; grid-template-columns: auto 1fr; gap: clamp(18px, 2.4vw, 34px);
  align-items: start;
  padding-top: clamp(28px, 3vw, 40px);
  border-top: 2px solid rgba(255, 255, 255, 0.16);
}
.mv-item::before {
  content: ""; position: absolute; top: -2px; left: 0; width: 64px; height: 2px;
  background: var(--teal-bright);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.6s var(--ease);
}
.mv-item.visible::before { transform: scaleX(1); }
.mv-index {
  font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 700; line-height: 1;
  letter-spacing: -0.03em; color: transparent;
  -webkit-text-stroke: 1px rgba(134, 201, 214, 0.5);
  transition: color 0.4s var(--ease), -webkit-text-stroke-color 0.4s var(--ease);
}
.mv-item:hover .mv-index {
  color: rgba(134, 201, 214, 0.12);
  -webkit-text-stroke-color: var(--teal-bright);
}
.mv-item-body { display: flex; flex-direction: column; }
.mv-label {
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal-bright);
  margin-bottom: 18px;
}
.mv-text {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem); font-weight: 500; line-height: 1.45;
  letter-spacing: -0.01em; color: var(--white);
}

/* liquid-glass card (mirrors v3 homepage glass cards) */
.glass-card {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px) saturate(1.6);
  -webkit-backdrop-filter: blur(22px) saturate(1.6);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  box-shadow:
    0 18px 48px -16px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -1px 0 rgba(0,0,0,0.12);
  overflow: hidden;
  transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease), transform 0.4s var(--ease), border-color 0.35s var(--ease);
}
.glass-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 50%;
  background: linear-gradient(to bottom, rgba(255,255,255,0.10), transparent); pointer-events: none;
}
.glass-card:hover {
  background: rgba(255,255,255,0.13);
  border-color: rgba(255,255,255,0.26);
  box-shadow: 0 28px 60px -18px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.24);
  transform: translateY(-5px);
}
/* cursor-tracking glow injected by JS (mirrors the homepage why-cards) */
.glass-card__glow {
  position: absolute; width: 420px; height: 420px; border-radius: 50%; pointer-events: none;
  left: 0; top: 0; transform: translate(-50%, -50%); opacity: 0; z-index: 0;
  background: radial-gradient(circle, rgba(86,176,193,0.22) 0%, transparent 68%);
  transition: opacity 0.4s var(--ease);
}
.glass-card:hover .glass-card__glow { opacity: 1; }

/* ===================================================================
   WHAT WE STAND FOR — editorial numbered list
   =================================================================== */
.principles { padding: clamp(48px, 6vw, 80px) 0; background: var(--white); }
.principles-head { margin-bottom: 30px; }
.principles-headline {
  font-size: clamp(1.7rem, 2.7vw, 2.3rem); font-weight: 700;
  line-height: 1.08; letter-spacing: -0.03em; color: var(--black); margin-top: 8px;
}
.principles-list { border-top: 2px solid var(--ink); }
.principle {
  position: relative;
  display: grid; grid-template-columns: 76px 1fr; align-items: baseline;
  gap: clamp(14px, 2.4vw, 36px);
  padding: clamp(15px, 1.8vw, 22px) 0;
  border-bottom: 1px solid var(--border);
  transition: padding-left 0.4s var(--ease);
}
.principle::before {
  content: ""; position: absolute; left: -24px; top: 0; bottom: 0; width: 3px;
  background: var(--teal); transform: scaleY(0); transform-origin: top;
  transition: transform 0.45s var(--ease);
}
.principle:hover::before { transform: scaleY(1); }
.principle:hover { padding-left: 12px; }
.principle-num {
  font-size: clamp(1.15rem, 1.6vw, 1.45rem); font-weight: 700;
  letter-spacing: -0.02em; color: var(--teal);
}
.principle-body { display: flex; flex-direction: column; gap: 5px; }
.principle-body h3 {
  font-size: clamp(1.1rem, 1.6vw, 1.4rem); font-weight: 700;
  letter-spacing: -0.02em; color: var(--black); line-height: 1.1;
}
.principle-body p { font-size: 0.95rem; color: var(--muted); line-height: 1.5; max-width: 50ch; }

/* ===================================================================
   INDUSTRIES WE SERVE — dark, two-column with tag list
   =================================================================== */
.sectors {
  background:
    radial-gradient(ellipse 50% 60% at 90% 6%, rgba(52,140,158,0.16) 0%, transparent 58%),
    var(--black);
  color: var(--white);
  padding: clamp(80px, 11vw, 140px) 0;
}
.sectors-grid {
  display: grid; grid-template-columns: 1fr 0.9fr;
  gap: clamp(40px, 6vw, 90px); align-items: start;
}
.sectors-headline {
  font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 700;
  line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 26px;
}
.sectors-body { font-size: 1.1rem; line-height: 1.75; color: #c4c4c4; max-width: 56ch; }
.sectors-list {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--line-ink);
}
.sector-item {
  position: relative;
  font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 600; letter-spacing: -0.01em;
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid var(--line-ink);
  transition: color 0.3s var(--ease), padding-left 0.3s var(--ease);
}
.sector-item::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 8px; height: 8px; border-radius: 50%; background: var(--teal-bright);
  transition: transform 0.3s var(--ease);
}
.sector-item:hover { color: var(--teal-bright); padding-left: 40px; }

/* ===================================================================
   WHERE WE OPERATE — editorial 4-column
   =================================================================== */
.reach { padding: clamp(80px, 11vw, 140px) 0; background: var(--off-white); }
.reach-head { max-width: 64ch; margin-bottom: 56px; }
.reach-headline {
  font-size: clamp(2.2rem, 3.8vw, 3.2rem); font-weight: 700;
  line-height: 1.1; letter-spacing: -0.03em; color: var(--black); margin-top: 8px; margin-bottom: 24px;
}
.reach-intro { font-size: 1.1rem; color: var(--body); line-height: 1.7; max-width: 60ch; }
.reach-countries {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--ink);
}
.reach-country {
  display: flex; align-items: center; gap: 14px;
  font-size: clamp(1.3rem, 2.2vw, 1.95rem); font-weight: 700;
  letter-spacing: -0.02em; color: var(--black);
  padding: clamp(34px, 3.5vw, 48px) clamp(28px, 2.6vw, 44px);
  border-right: 1px solid var(--border);
  transition: color 0.3s var(--ease);
}
.reach-country:first-child { padding-left: 0; }
.reach-country:last-child { border-right: none; padding-right: 0; }
.reach-country::before {
  content: ""; flex: 0 0 auto;
  width: 9px; height: 9px; border-radius: 50%; background: var(--teal);
  transition: transform 0.3s var(--ease);
}
.reach-country:hover { color: var(--teal); }
.reach-country:hover::before { transform: scale(1.5); }

/* ===================================================================
   Responsive
   =================================================================== */
@media (max-width: 1080px) {
  .reach-countries { grid-template-columns: repeat(2, 1fr); }
  .reach-country:nth-child(2) { border-right: none; padding-right: 0; }
  .reach-country:nth-child(3) { padding-left: 0; }
  .reach-country:nth-child(3), .reach-country:nth-child(4) { border-top: 1px solid var(--border); }
}
@media (max-width: 900px) {
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .story-lead { position: static; }
  .story-visual { grid-template-columns: 1fr; }
  .story-img-wrap { min-height: 320px; }
  .story-proof { grid-template-columns: repeat(2, 1fr); }
  .mv-grid { grid-template-columns: 1fr; }
  .sectors-grid { grid-template-columns: 1fr; }
}
/* phone — dial the masthead + every heading and body size down,
   mirroring the homepage's ≤720px type scale */
@media (max-width: 720px) {
  .page-hero { min-height: 88vh; }
  .page-hero-inner { padding-top: 120px; padding-bottom: 60px; }
  .page-hero-title { font-size: clamp(1.75rem, 8.5vw, 2.5rem); line-height: 1.1; margin-bottom: 20px; }
  .page-hero-sub { font-size: 1rem; line-height: 1.65; }

  .story { padding-top: clamp(64px, 14vw, 90px); }
  .story-headline { font-size: clamp(1.8rem, 7.4vw, 2.3rem); }
  .story-block:first-child p { font-size: 1.08rem; }
  .story-block p { font-size: 1rem; }
  .story-block h3 { font-size: 1.25rem; }
  .story-verbs { font-size: 1rem; }
  .proof-big { font-size: clamp(2.2rem, 9vw, 2.8rem); }

  .mv { padding: clamp(64px, 16vw, 90px) 0; }
  .mv-text { font-size: clamp(1.2rem, 5vw, 1.45rem); }

  .principles { padding: clamp(64px, 15vw, 90px) 0; }
  .principles-head { margin-bottom: 40px; }
  .principles-headline { font-size: clamp(1.8rem, 7.4vw, 2.3rem); }
  .principle { padding: 24px 0; }
  .principle-num { font-size: 1.5rem; }
  .principle-body h3 { font-size: clamp(1.3rem, 6vw, 1.65rem); }
  .principle-body p { font-size: 1rem; }

  .sectors { padding: clamp(64px, 15vw, 90px) 0; }
  .sectors-headline { font-size: clamp(1.7rem, 6.8vw, 2.1rem); }
  .sectors-body { font-size: 1rem; }
  .sector-item { font-size: clamp(1.15rem, 5.4vw, 1.45rem); }

  .reach { padding: clamp(64px, 15vw, 90px) 0; }
  .reach-head { margin-bottom: 40px; }
  .reach-headline { font-size: clamp(1.8rem, 7.4vw, 2.2rem); }
  .reach-intro { font-size: 1rem; }
}

@media (max-width: 640px) {
  .principle { grid-template-columns: 1fr; gap: 6px; }
  .principle:hover { padding-left: 0; }
  .reach-countries { grid-template-columns: 1fr; }
  .reach-country { border-right: none; border-top: 1px solid var(--border); padding-left: 0; }
  .reach-country:first-child { border-top: none; }
  .proof-col { border-right: none; }
  .proof-col:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.12); }
}

@media (max-width: 460px) {
  .page-hero-title { font-size: clamp(1.6rem, 8vw, 1.95rem); }
  .story-proof { grid-template-columns: 1fr; }
  .proof-col { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .proof-col:last-child { border-bottom: none; }
  .sector-item { padding-left: 26px; }
  .sector-item:hover { padding-left: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html.js [data-reveal] { opacity: 1; transform: none; }
  .page-hero-kicker, .page-hero-title, .page-hero-sub { opacity: 1 !important; transform: none !important; }
  .page-hero-rule { width: 34px !important; }
}
