/* ════════════════════════════════════════════════════════════════
   FLAGSHIP CONTRACTS — site stylesheet
   ════════════════════════════════════════════════════════════════ */

:root {
  --p1: #3a0ca3;
  --p2: #560bad;
  --p3: #7209b7;
  --p4: #9d4edd;
  --p5: #c77dff;
  --p6: #e0aaff;
  --pale: #f3e8ff;
  --white: #ffffff;
  --off: #faf8ff;
  --dark: #1a0533;
  --mid: #6b3fa0;
  --text: #2d1b4e;
  --grey: #8a7a9b;
  --line: rgba(45, 27, 78, 0.08);
  --shadow-sm: 0 4px 14px rgba(58, 12, 163, 0.08);
  --shadow-md: 0 12px 40px rgba(58, 12, 163, 0.12);
  --shadow-lg: 0 24px 60px rgba(58, 12, 163, 0.18);
  --radius: 14px;
  --radius-lg: 22px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--off);
  color: var(--text);
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ── TYPOGRAPHY (bold, fluent — matches brochure wordmark) ── */
h1, h2, h3, h4 {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.0;
  color: var(--dark);
  text-transform: none;
}
h1 { font-size: clamp(2.6rem, 6.5vw, 5.4rem); font-weight: 900; line-height: 0.95; }
h2 { font-size: clamp(2rem, 4.5vw, 3.6rem); font-weight: 800; line-height: 0.98; }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.85rem); font-weight: 800; line-height: 1.05; }
h4 { font-size: clamp(1.05rem, 1.6vw, 1.25rem); font-weight: 700; letter-spacing: 0; }
p  { color: var(--text); font-size: 1rem; line-height: 1.75; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.7; color: var(--text); font-weight: 300; }
.accent { color: var(--p3); font-style: normal; }
.dark .accent, section.dark .accent, .page-hero .accent, .hero .accent, .cta-banner .accent, .eco-band .accent { color: var(--p5); }
.eyebrow {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--p3);
  padding: 8px 20px;
  border: 1px solid var(--p4);
  border-radius: 100px;
  background: var(--pale);
  margin-bottom: 24px;
}
.eyebrow.on-dark { color: var(--p6); border-color: rgba(224, 170, 255, 0.4); background: rgba(255,255,255,0.04); }

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 100px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn-primary { background: linear-gradient(135deg, var(--p2), var(--p4)); color: var(--white); box-shadow: var(--shadow-md); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.4); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.btn-outline { background: transparent; color: var(--p2); border-color: var(--p4); }
.btn-outline:hover { background: var(--p2); color: var(--white); border-color: var(--p2); }
.btn-arrow::after { content: '→'; font-size: 1.1em; transition: transform 0.3s ease; }
.btn-arrow:hover::after { transform: translateX(4px); }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 0;
  background: rgba(250, 248, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line);
  transition: all 0.3s ease;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-logo .brand-mark { width: 38px; height: 38px; flex-shrink: 0; }
.nav-logo .brand-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  line-height: 0.95;
  letter-spacing: 0.04em;
  color: var(--dark);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.nav-logo .brand-name span:last-child { color: var(--p3); }

/* Big wordmark — for hero / footer use */
.wordmark {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.wordmark.lg { font-size: clamp(2.4rem, 6vw, 4.8rem); }
.wordmark.md { font-size: clamp(1.4rem, 3vw, 2.4rem); }
.wordmark .l1 { color: inherit; }
.wordmark .l2 { color: var(--p5); }
.wordmark.on-light .l1 { color: var(--dark); }
.wordmark.on-light .l2 { color: var(--p3); }
.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
}
.nav-links a {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--text);
  position: relative;
  padding: 4px 0;
  transition: color 0.2s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--p3); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--p3), var(--p4));
  border-radius: 2px;
}
.nav-cta { padding: 10px 22px; font-size: 0.75rem; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span {
  display: block; width: 26px; height: 2px;
  background: var(--dark); margin: 5px 0;
  transition: all 0.3s ease;
}

@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .nav.open .nav-links {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white);
    padding: 24px 32px;
    gap: 20px;
    box-shadow: var(--shadow-md);
    border-top: 1px solid var(--line);
  }
  .nav.open .nav-cta { display: inline-flex; margin-top: 8px; }
  .nav.open .nav-toggle span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
  .nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav.open .nav-toggle span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }
}

/* ── HERO (homepage variant — full viewport) ── */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--dark) 0%, var(--p1) 40%, var(--p3) 80%, var(--p4) 100%);
  color: var(--white);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
}
.hero::before, .hero::after {
  content: '';
  position: absolute;
  border: 1.5px solid rgba(255,255,255,0.06);
  pointer-events: none;
}
.hero::before { top: -160px; right: -160px; width: 560px; height: 560px; transform: rotate(15deg); }
.hero::after  { bottom: -120px; left: -120px; width: 440px; height: 440px; transform: rotate(-12deg); }
.hero-blob1, .hero-blob2 {
  position: absolute; pointer-events: none; z-index: 0;
}
.hero-blob1 {
  top: 8%; left: 4%; width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(199,125,255,0.22) 0%, transparent 70%);
}
.hero-blob2 {
  bottom: 12%; right: 6%; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(114,9,183,0.4) 0%, transparent 70%);
}
.hero-grid { position: absolute; inset: 0; opacity: 0.07; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.4) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.4) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-inner { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; padding: 0 32px; width: 100%; }
.hero h1 {
  color: var(--white);
  font-size: clamp(3rem, 9vw, 7rem);
  margin-bottom: 28px;
}
.hero h1 .accent { color: var(--p6); font-style: italic; }
.hero .lead { color: rgba(255,255,255,0.85); max-width: 640px; margin-bottom: 40px; font-weight: 300; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-meta {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 32px;
}
.hero-meta-item .num {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--p6);
  font-weight: 800;
  letter-spacing: -0.02em;
  display: block;
  line-height: 1;
}
.hero-meta-item .lbl {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-top: 10px;
  display: block;
}
@media (max-width: 700px) { .hero-meta { grid-template-columns: repeat(2, 1fr); gap: 24px; } }

/* ── PAGE HERO (smaller, for inner pages) ── */
.page-hero {
  background: linear-gradient(135deg, var(--dark) 0%, var(--p1) 50%, var(--p3) 100%);
  color: var(--white);
  padding: 180px 0 100px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 500px; height: 500px;
  border: 1.5px solid rgba(255,255,255,0.06);
  transform: rotate(15deg);
  pointer-events: none;
}
.page-hero h1 { color: var(--white); margin-bottom: 20px; }
.page-hero h1 .accent { color: var(--p6); font-style: italic; }
.page-hero .lead { color: rgba(255,255,255,0.85); max-width: 720px; }

/* ── SECTIONS ── */
section { padding: 100px 0; }
section.tight { padding: 60px 0; }
section.dark { background: var(--dark); color: var(--white); }
section.dark h1, section.dark h2, section.dark h3 { color: var(--white); }
section.dark p { color: rgba(255,255,255,0.78); }
section.gradient {
  background: linear-gradient(180deg, var(--off) 0%, var(--pale) 100%);
}
.section-head { max-width: 760px; margin-bottom: 60px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ── SERVICES GRID ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.scard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 28px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.scard::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--p2), var(--p4));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.scard > * { position: relative; z-index: 1; }
.scard:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.scard:hover::before { opacity: 1; }
.scard:hover h3, .scard:hover p, .scard:hover .scard-num { color: var(--white); }
.scard-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--p4);
  letter-spacing: 0.3em;
  display: block;
  margin-bottom: 24px;
  transition: color 0.3s ease;
}
.scard h3 { margin-bottom: 16px; transition: color 0.3s ease; }
.scard p { font-size: 0.95rem; transition: color 0.3s ease; }

/* ── IMAGE PLACEHOLDER ── */
.img-ph {
  background: linear-gradient(135deg, var(--pale) 0%, #ece1ff 100%);
  border: 2px dashed var(--p4);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--p2);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.img-ph::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, transparent, transparent 14px, rgba(157, 78, 221, 0.06) 14px, rgba(157, 78, 221, 0.06) 28px);
  pointer-events: none;
}
.img-ph .ph-icon {
  font-size: 2.6rem;
  margin-bottom: 12px;
  opacity: 0.8;
}
.img-ph .ph-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.85;
}
.img-ph .ph-hint {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  margin-top: 6px;
  opacity: 0.6;
  font-weight: 400;
}
.img-ph.dark { background: linear-gradient(135deg, #2a0a52 0%, #3a0ca3 100%); border-color: rgba(199,125,255,0.35); color: var(--p6); }
/* When an img is dropped inside, behave as a clean photo container */
.img-ph > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1);
}
.img-ph:has(img) {
  border: 0 !important;
  background: transparent !important;
}
.img-ph:has(img)::before { display: none !important; }
.img-ph:has(img) .ph-icon,
.img-ph:has(img) .ph-label,
.img-ph:has(img) .ph-hint { display: none; }
.pcard:hover .img-ph:has(img) > img { transform: scale(1.04); }

/* ── FEATURE / SPLIT ── */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 40px; } }

/* ── CLIENT PILLS ── */
.client-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.cpill {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 12px 24px;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: var(--white);
  color: var(--text);
  transition: all 0.25s ease;
}
.cpill:hover { background: var(--p2); color: var(--white); border-color: var(--p2); transform: translateY(-2px); }

/* ── REGION CARDS ── */
.regions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.rcard {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 28px;
  border: 1px solid var(--line);
  transition: all 0.3s ease;
}
.rcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.rcard-flag { font-size: 2.2rem; display: block; margin-bottom: 16px; }
.rcard h4 { margin-bottom: 12px; color: var(--dark); }
.rcard p { font-size: 0.92rem; }

/* ── PROJECT CARDS (Projects page) ── */
.proj-filters {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
}
.pfilter {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 22px;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: var(--white);
  color: var(--text);
  cursor: pointer;
  transition: all 0.25s ease;
}
.pfilter:hover { border-color: var(--p4); color: var(--p3); }
.pfilter.active { background: var(--p2); color: var(--white); border-color: var(--p2); }

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}
.pcard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.pcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.pcard .img-ph { border-radius: 0; border: none; height: 240px; }
.pcard-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.pcard-tag {
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--p3);
  font-weight: 700;
  margin-bottom: 12px;
}
.pcard h3 { font-size: 1.4rem; margin-bottom: 12px; }
.pcard p { font-size: 0.92rem; flex: 1; margin-bottom: 16px; }
.pcard-meta {
  display: flex; gap: 16px;
  font-size: 0.8rem;
  color: var(--grey);
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

/* ── MFG FEATURES ── */
.mfeat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.mfeat {
  padding: 32px 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  transition: all 0.3s ease;
}
.mfeat:hover { background: rgba(255,255,255,0.08); border-color: rgba(199,125,255,0.4); }
.mfeat-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--p3), var(--p5));
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  color: var(--white);
  font-size: 1.4rem;
}
.mfeat h4 { color: var(--white); margin-bottom: 10px; }
.mfeat p { color: rgba(255,255,255,0.75); font-size: 0.92rem; }

/* ── PROCESS STEPS ── */
.process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  position: relative;
}
.pstep {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  position: relative;
}
.pstep-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--p4);
  display: block;
  line-height: 1;
  margin-bottom: 16px;
}
.pstep h4 { margin-bottom: 8px; color: var(--dark); }
.pstep p { font-size: 0.88rem; }

/* ── STAT BAND ── */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 32px;
  text-align: center;
}
.stat .num {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  color: var(--p3);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 12px;
}
.stat .lbl {
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 600;
}

/* ── VALUES ── */
.values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}
.value h4 { margin-bottom: 12px; }
.value-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--p3);
  letter-spacing: 0.3em;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--p4);
  width: fit-content;
}

/* ── CTA BANNER ── */
.cta-banner {
  background: linear-gradient(135deg, var(--dark) 0%, var(--p2) 100%);
  border-radius: var(--radius-lg);
  padding: 80px 60px;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 320px; height: 320px;
  border: 1.5px solid rgba(255,255,255,0.08);
  transform: rotate(15deg);
  pointer-events: none;
}
.cta-banner h2 { color: var(--white); margin-bottom: 20px; }
.cta-banner p { color: rgba(255,255,255,0.8); max-width: 560px; margin: 0 auto 32px; }
@media (max-width: 700px) { .cta-banner { padding: 60px 24px; } }

/* ── CONTACT ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 40px; } }
.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow-md);
}
.fgroup { margin-bottom: 22px; }
.fgroup label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 8px;
}
.fgroup input,
.fgroup textarea,
.fgroup select {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  padding: 14px 16px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--off);
  color: var(--text);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.fgroup input:focus,
.fgroup textarea:focus,
.fgroup select:focus {
  outline: none;
  border-color: var(--p4);
  background: var(--white);
}
.fgroup textarea { min-height: 140px; resize: vertical; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .frow { grid-template-columns: 1fr; } }

.contact-info { display: flex; flex-direction: column; gap: 28px; }
.cinfo-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.cinfo-card .lbl {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--p3);
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}
.cinfo-card .val {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -0.01em;
}

/* ── FOOTER ── */
footer {
  background: var(--dark);
  color: rgba(255,255,255,0.7);
  padding: 80px 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.footer-logo .brand-mark { width: 44px; height: 44px; }
.footer-logo .wordmark { color: var(--white); }
.footer-logo .wordmark .l2 { color: var(--p5); }
.footer-grid p { color: rgba(255,255,255,0.6); font-size: 0.9rem; line-height: 1.7; }
.footer-col h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--p6);
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
.footer-col a:hover { color: var(--p6); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
}

/* ── REVEAL ON SCROLL ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  * { animation: none !important; transition: none !important; }
}

/* ── UTILITIES ── */
.center { text-align: center; }
.mt-sm { margin-top: 16px; }
.mt-md { margin-top: 32px; }
.mt-lg { margin-top: 60px; }
.mb-sm { margin-bottom: 16px; }
.mb-md { margin-bottom: 32px; }
.mb-lg { margin-bottom: 60px; }

/* ════════════════════════════════════════════════════════════════
   INTERACTIVE COMPONENTS
   ════════════════════════════════════════════════════════════════ */

/* ── HERO LOGO MARK (large, animated, centered) ── */
.hero-mark {
  display: block;
  width: 180px;
  max-width: 40vw;
  height: auto;
  margin: 0 auto 40px;
  animation: float 4s ease-in-out infinite;
  filter: drop-shadow(0 14px 30px rgba(199,125,255,0.35));
}
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ── COUNTER STAT (animated) ── */
.counter { display: inline-block; }

/* ── SECTOR PICKER TABS ── */
.sector-picker {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.sector-tabs {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.sector-tab {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 22px;
  border: 1.5px solid var(--line);
  border-radius: 100px;
  background: var(--off);
  color: var(--text);
  cursor: pointer;
  transition: all 0.25s ease;
}
.sector-tab:hover { border-color: var(--p4); color: var(--p3); }
.sector-tab.active {
  background: linear-gradient(135deg, var(--p2), var(--p4));
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(114,9,183,0.35);
}
.sector-pane { display: none; }
.sector-pane.active { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: center; animation: fadeUp 0.5s ease; }
.sector-pane h3 { font-size: clamp(1.6rem, 2.6vw, 2.4rem); margin-bottom: 14px; }
.sector-pane p { margin-bottom: 14px; }
.sector-pane ul { list-style: none; padding: 0; margin: 18px 0 0; }
.sector-pane ul li {
  position: relative;
  padding: 8px 0 8px 24px;
  font-size: 0.95rem;
  border-bottom: 1px solid var(--line);
}
.sector-pane ul li::before {
  content: '→';
  color: var(--p3); font-weight: 700;
  position: absolute; left: 0;
}
.sector-pane ul li:last-child { border: none; }
.sector-image {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--pale);
}
.sector-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
}
.sector-image:hover img { transform: scale(1.04); }

/* ── NDA / CONFIDENTIAL WORK SECTION ── */
.nda-band {
  position: relative;
  background:
    radial-gradient(circle at 85% 20%, rgba(157,78,221,0.15), transparent 60%),
    linear-gradient(135deg, #0f0420 0%, #1a0533 50%, #2a0a52 100%);
  color: var(--white);
  padding: 100px 0;
  overflow: hidden;
}
.nda-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg,
      transparent 0,
      transparent 38px,
      rgba(255,255,255,0.025) 38px,
      rgba(255,255,255,0.025) 39px);
  pointer-events: none;
}
.nda-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.nda-stamp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--p6);
  border: 2px solid rgba(199,125,255,0.4);
  padding: 10px 22px;
  margin-bottom: 28px;
  border-radius: 4px;
  transform: rotate(-2deg);
  background: rgba(199,125,255,0.06);
  position: relative;
}
.nda-stamp::before, .nda-stamp::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 12px; height: 1px;
  background: rgba(199,125,255,0.4);
}
.nda-stamp::before { left: -16px; }
.nda-stamp::after  { right: -16px; }
.nda-band h2 { color: var(--white); margin-bottom: 22px; }
.nda-band h2 .accent { color: var(--p6); }
.nda-band p { color: rgba(255,255,255,0.82); font-size: 1.05rem; line-height: 1.75; }
.nda-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 44px;
  text-align: left;
}
.nda-point {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-left: 3px solid var(--p4);
  border-radius: var(--radius);
  padding: 22px 22px 22px 22px;
  transition: all 0.25s ease;
}
.nda-point:hover {
  background: rgba(255,255,255,0.09);
  border-left-color: var(--p6);
  transform: translateY(-3px);
}
.nda-point h4 {
  color: var(--white);
  font-size: 0.95rem;
  margin-bottom: 8px;
}
.nda-point p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 800px) {
  .nda-points { grid-template-columns: 1fr; gap: 12px; }
}

/* ── CAD CAPABILITIES SECTION ── */
.cad-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 56px;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}
.cad-section::before {
  content: '';
  position: absolute;
  bottom: -150px; left: -150px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(199,125,255,0.16), transparent 70%);
  pointer-events: none;
}
.cad-content { position: relative; z-index: 1; }
.cad-content .eyebrow { margin-bottom: 18px; }
.cad-content h2 { margin-bottom: 18px; }
.cad-content p { font-size: 1rem; line-height: 1.7; margin-bottom: 14px; }
.cad-content p strong { color: var(--dark); font-weight: 700; }

.cad-process {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}
.cad-step {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.cad-step-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--p3);
  display: block;
}
.cad-step-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -0.01em;
}
.cad-step-hint {
  font-size: 0.72rem;
  color: var(--grey);
  line-height: 1.4;
  max-width: 130px;
}
.cad-arrow {
  color: var(--p4);
  font-size: 1.1rem;
  font-weight: 700;
}
@media (max-width: 700px) {
  .cad-process { grid-template-columns: 1fr; gap: 12px; }
  .cad-arrow { transform: rotate(90deg); margin: 0; padding: 4px 0; }
}

/* The technical drawing mockup */
.cad-mockup {
  position: relative;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(160deg, #0f0420 0%, #2c0860 60%, #3a0ca3 100%);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(58,12,163,0.32);
}
.cad-mockup svg {
  width: 100%;
  height: 100%;
  display: block;
}
.cad-mockup-stamp {
  position: absolute;
  bottom: 14px; right: 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(199,125,255,0.7);
  border: 1px solid rgba(199,125,255,0.35);
  padding: 5px 10px;
  border-radius: 4px;
  background: rgba(0,0,0,0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.cad-mockup-corner {
  position: absolute;
  top: 14px; left: 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

@media (max-width: 900px) {
  .cad-section {
    grid-template-columns: 1fr;
    padding: 40px 32px;
    gap: 36px;
  }
}

/* ── 2026 BROCHURE REQUEST SECTION ── */
.brochure-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 56px 56px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  position: relative;
}
.brochure-section::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(199,125,255,0.18), transparent 70%);
  pointer-events: none;
}
/* Editorial document panel — flat, typographic, not a book */
.brochure-mockup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 460px;
  perspective: 1200px;
}
.brochure-doc {
  position: relative;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 3 / 4;
  background:
    radial-gradient(circle at 30% 25%, rgba(199,125,255,0.22), transparent 65%),
    linear-gradient(160deg, #14042a 0%, #2c0860 50%, #560bad 100%);
  border-radius: 6px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  color: var(--white);
  box-shadow:
    0 24px 60px rgba(58,12,163,0.35),
    0 8px 18px rgba(0,0,0,0.22);
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1), box-shadow 0.5s ease;
}
.brochure-doc::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  border-radius: 6px;
  pointer-events: none;
}
.brochure-doc::after {
  content: '';
  position: absolute;
  bottom: -6px; left: 12px; right: 12px;
  height: 6px;
  background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0));
  border-radius: 0 0 4px 4px;
  z-index: -1;
}
/* Tiny "stack" hint behind */
.brochure-doc-stack-1, .brochure-doc-stack-2 {
  position: absolute;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 3 / 4;
  border-radius: 6px;
  background: rgba(86, 11, 173, 0.22);
  border: 1px solid rgba(199,125,255,0.18);
}
.brochure-doc-stack-1 { transform: translate(10px, 10px); z-index: -1; }
.brochure-doc-stack-2 { transform: translate(20px, 20px); z-index: -2; opacity: 0.7; }
.brochure-mockup:hover .brochure-doc { transform: translateY(-4px); box-shadow: 0 32px 70px rgba(58,12,163,0.45), 0 12px 24px rgba(0,0,0,0.28); }

.brochure-doc > * { position: relative; z-index: 1; }
.brochure-doc-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.brochure-doc-head .ed { color: var(--p5); }
.brochure-doc-rule {
  height: 1px;
  background: linear-gradient(90deg, var(--p5) 0%, transparent 100%);
}
.brochure-doc-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brochure-doc-year {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(4rem, 7vw, 5.6rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.88;
  color: var(--white);
  margin-bottom: 14px;
}
.brochure-doc-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: var(--white);
  text-transform: uppercase;
}
.brochure-doc-title span { color: var(--p5); }
.brochure-doc-foot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
@media (max-width: 900px) {
  .brochure-mockup { min-height: 420px; }
  .brochure-doc { max-width: 320px; }
}
.brochure-content {
  position: relative;
  z-index: 2;
  padding-left: 20px;
}
.brochure-content .eyebrow { margin-bottom: 22px; }
.brochure-content h2 { margin-bottom: 18px; }
.brochure-content p { font-size: 1rem; line-height: 1.7; margin-bottom: 14px; }
.brochure-content p strong { color: var(--dark); font-weight: 700; }
.brochure-byrequest {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--p3);
  padding: 10px 18px;
  border: 1px solid var(--p4);
  border-radius: 100px;
  background: var(--pale);
}
.brochure-byrequest::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--p3);
  box-shadow: 0 0 0 4px rgba(157,78,221,0.18);
}
@media (max-width: 900px) {
  .brochure-section {
    grid-template-columns: 1fr;
    padding: 40px 32px;
    gap: 40px;
  }
  .brochure-content { padding-left: 0; text-align: center; }
  .brochure-content .eyebrow { margin-left: auto; margin-right: auto; }
  .brochure-byrequest { margin-left: auto; margin-right: auto; }
}

/* ── WORKSHOP STORY (manufacture page gallery) ── */
.workshop-story {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 14px;
}
.workshop-story-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}
.ws-tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--dark);
  box-shadow: var(--shadow-sm);
}
.ws-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(.2,.8,.2,1);
}
.ws-tile:hover img { transform: scale(1.05); }
.ws-tile.hero { min-height: 460px; }
.ws-tile.small { min-height: 220px; }
.workshop-finished .ws-tile { aspect-ratio: 4 / 3; }
.ws-stamp {
  position: absolute;
  top: 14px; left: 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 7px 13px;
  border-radius: 100px;
  z-index: 2;
}
.ws-stamp.workshop {
  background: rgba(26,5,51,0.86);
  color: var(--p6);
  border: 1px solid rgba(199,125,255,0.3);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.ws-stamp.finished {
  background: linear-gradient(135deg, var(--p2), var(--p4));
  color: var(--white);
}

.workshop-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 36px 0 18px;
}
.workshop-divider .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(157,78,221,0.45), transparent);
}
.workshop-divider .label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--p3);
  display: flex; align-items: center; gap: 10px;
}
.workshop-divider .label::after {
  content: '↓';
  font-size: 1.1em;
  color: var(--p4);
}

.workshop-finished {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.workshop-finished .ws-tile { min-height: 240px; }

@media (max-width: 800px) {
  .workshop-story { grid-template-columns: 1fr; }
  .workshop-story-side { grid-template-rows: auto auto; }
  .ws-tile.hero { min-height: 340px; }
  .ws-tile.small { min-height: 200px; }
  .workshop-finished { grid-template-columns: 1fr 1fr; }
}

/* ── BEFORE/AFTER FRAME ── */
.bna-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 800px) { .bna-grid { grid-template-columns: 1fr; } }
.bna-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  background: var(--pale);
}
.bna-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(.2,.8,.2,1);
}
.bna-card:hover img { transform: scale(1.04); }
.bna-stamp {
  position: absolute;
  top: 16px; left: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 100px;
  z-index: 2;
}
.bna-stamp.during {
  background: rgba(26, 5, 51, 0.85);
  color: var(--p6);
  border: 1px solid rgba(199,125,255,0.35);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.bna-stamp.after {
  background: linear-gradient(135deg, var(--p2), var(--p4));
  color: var(--white);
}
.bna-cap {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 36px 22px 18px;
  background: linear-gradient(180deg, transparent 0%, rgba(26,5,51,0.85) 100%);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  z-index: 1;
}
.bna-cta {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--p3);
  border-radius: var(--radius);
}
.bna-cta-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}
.bna-cta-text strong { color: var(--dark); font-weight: 800; }
@media (max-width: 700px) {
  .bna-cta { flex-direction: column; align-items: flex-start; padding: 22px; }
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 800px) { .sector-pane.active { grid-template-columns: 1fr; gap: 24px; } }

/* ── HOVER-REVEAL PROJECT CARD ── */
.pcard.reveal-card { position: relative; cursor: pointer; }
.pcard.reveal-card .pcard-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,5,51,0) 30%, rgba(26,5,51,0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: var(--white);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
  pointer-events: none;
}
.pcard.reveal-card:hover .pcard-overlay { opacity: 1; }
.pcard.reveal-card .pcard-overlay h3 { color: var(--white); }
.pcard.reveal-card .pcard-overlay p { color: rgba(255,255,255,0.85); margin-top: 8px; font-size: 0.9rem; }

/* ── MARQUEE / TICKER ── */
.marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: var(--dark);
  padding: 28px 0;
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
          mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.marquee-track {
  display: flex;
  gap: 80px;
  width: max-content;
  animation: scroll 32s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.4rem, 2.6vw, 2.4rem);
  color: rgba(255,255,255,0.4);
  white-space: nowrap;
  font-weight: 400;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 80px;
}
.marquee-item::after {
  content: '◆';
  color: var(--p4);
  font-size: 0.6em;
  font-style: normal;
}
.marquee:hover .marquee-item:hover { color: var(--p6); }
@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── FAQ ACCORDION ── */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item[open] { border-color: var(--p4); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--dark);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--p3);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--pale);
}
.faq-item[open] summary::after { transform: rotate(45deg); background: var(--p3); color: var(--white); }
.faq-item .faq-body { padding: 0 28px 24px; color: var(--text); line-height: 1.7; }
.faq-item .faq-body p + p { margin-top: 10px; }

/* ── TIMELINE (interactive milestones) ── */
.timeline {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.timeline-years {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-right: 1px solid var(--line);
  padding-right: 24px;
}
.timeline-year {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 14px 18px;
  border: none;
  background: transparent;
  color: var(--grey);
  text-align: left;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease;
}
.timeline-year:hover { color: var(--p3); background: var(--pale); }
.timeline-year.active {
  background: linear-gradient(135deg, var(--p2), var(--p4));
  color: var(--white);
}
.timeline-content { min-height: 200px; }
.timeline-pane { display: none; animation: fadeUp 0.4s ease; }
.timeline-pane.active { display: block; }
.timeline-pane h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}
@media (max-width: 720px) {
  .timeline { grid-template-columns: 1fr; padding: 28px; gap: 24px; }
  .timeline-years { flex-direction: row; flex-wrap: wrap; border-right: none; border-bottom: 1px solid var(--line); padding: 0 0 16px; }
}

/* ── EXPANDABLE CAPABILITY ── */
.cap-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.3s ease;
}
.cap-card[open] { background: rgba(255,255,255,0.08); border-color: var(--p4); }
.cap-card summary {
  list-style: none;
  padding: 28px 32px;
  cursor: pointer;
  display: flex; align-items: center; gap: 20px;
}
.cap-card summary::-webkit-details-marker { display: none; }
.cap-card .cap-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--p3), var(--p5));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: var(--white);
  flex-shrink: 0;
}
.cap-card .cap-title {
  flex: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--white);
}
.cap-card .cap-arrow {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  color: var(--white);
  transition: all 0.3s ease;
}
.cap-card[open] .cap-arrow { transform: rotate(45deg); background: var(--p4); border-color: transparent; }
.cap-card .cap-body { padding: 0 32px 28px 100px; color: rgba(255,255,255,0.78); }
.cap-card .cap-body ul { margin-top: 12px; padding-left: 18px; }
.cap-card .cap-body ul li { padding: 4px 0; }
@media (max-width: 600px) { .cap-card .cap-body { padding: 0 32px 24px; } }

/* ── INTERACTIVE PROCESS STEP ── */
.process-int { display: flex; flex-wrap: wrap; gap: 0; }
.pstep-int {
  flex: 1 1 180px;
  background: var(--white);
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-right: none;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
}
.pstep-int:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.pstep-int:last-child  { border-radius: 0 var(--radius) var(--radius) 0; border-right: 1px solid var(--line); }
.pstep-int.active {
  background: linear-gradient(135deg, var(--p2), var(--p4));
  color: var(--white);
  flex: 2.5 1 240px;
  box-shadow: 0 18px 40px rgba(114,9,183,0.32);
  z-index: 2;
}
.pstep-int .pstep-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--p4);
  margin-bottom: 10px;
  display: block;
  transition: color 0.25s ease;
}
.pstep-int.active .pstep-num { color: var(--p6); }
.pstep-int h4 { color: var(--dark); transition: color 0.25s ease; font-size: 1.05rem; }
.pstep-int.active h4 { color: var(--white); }
.pstep-int p {
  font-size: 0.85rem;
  margin-top: 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, color 0.25s ease;
  color: var(--text);
}
.pstep-int.active p { max-height: 240px; color: rgba(255,255,255,0.85); }
@media (max-width: 700px) {
  .process-int { flex-direction: column; }
  .pstep-int, .pstep-int:first-child, .pstep-int:last-child { border-radius: var(--radius); border: 1px solid var(--line); margin-bottom: 8px; }
  .pstep-int p { max-height: none; }
}

/* ── MAGNETIC / RIPPLE BUTTONS ── */
.btn-magnetic { transition: transform 0.25s cubic-bezier(.2,.8,.2,1), box-shadow 0.3s ease; }

/* ── TILT CARD ── */
.scard, .pcard, .rcard, .cinfo-card { transform-style: preserve-3d; }

/* ── PROJECT MODAL ── */
.pcard { cursor: pointer; }

.proj-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.proj-modal.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s;
}
.proj-modal-overlay {
  position: absolute; inset: 0;
  background: rgba(26, 5, 51, 0.86);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  cursor: pointer;
}
.proj-modal-panel {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-lg);
  max-width: 1080px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1;
  transform: translateY(24px) scale(0.98);
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.proj-modal.open .proj-modal-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.05s;
}
.proj-modal-close {
  position: sticky;
  top: 16px;
  margin-left: auto;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--line);
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all 0.25s ease;
  box-shadow: var(--shadow-sm);
  margin-right: 16px;
  margin-top: 16px;
}
.proj-modal-close:hover {
  background: var(--p3);
  color: var(--white);
  border-color: var(--p3);
  transform: rotate(90deg);
}
.proj-modal-hero {
  width: 100%;
  height: 360px;
  border-radius: 0;
  border: none;
  margin-top: -60px; /* sits behind the close button */
}
.proj-modal-head {
  padding: 40px 56px 28px;
}
.proj-modal-tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--p3);
  margin-bottom: 14px;
}
.proj-modal-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.0;
  margin-bottom: 18px;
  color: var(--dark);
}
.proj-modal-loc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--pale);
  border: 1px solid rgba(157, 78, 221, 0.4);
  color: var(--p2);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 9px 18px;
  border-radius: 100px;
  margin-bottom: 22px;
}
.proj-modal-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
  max-width: 760px;
}
.proj-modal-gallery-head {
  padding: 12px 56px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--grey);
  display: flex;
  align-items: center;
  gap: 16px;
}
.proj-modal-gallery-head::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--line);
}
.proj-modal-gallery {
  padding: 0 56px 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.proj-modal-gallery .img-ph {
  height: 220px;
  border-radius: 8px;
  border-style: dashed;
}
@media (max-width: 800px) {
  .proj-modal-hero { height: 240px; }
  .proj-modal-head { padding: 32px 28px 20px; }
  .proj-modal-gallery-head { padding: 10px 28px 16px; }
  .proj-modal-gallery { grid-template-columns: repeat(2, 1fr); padding: 0 28px 36px; gap: 10px; }
  .proj-modal-gallery .img-ph { height: 160px; }
}
body.no-scroll { overflow: hidden; }

/* ── ECO / SUSTAINABILITY SECTION ── */
.eco-band {
  background: linear-gradient(135deg, #1a3d2e 0%, #2d5a45 50%, #4a8068 100%);
  color: var(--white);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.eco-band::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 460px; height: 460px;
  border: 1.5px solid rgba(255,255,255,0.08);
  border-radius: 50%;
  pointer-events: none;
}
.eco-band::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(140, 200, 170, 0.25) 0%, transparent 70%);
  pointer-events: none;
}
.eco-band h2 { color: var(--white); }
.eco-band .eyebrow {
  background: rgba(255,255,255,0.06);
  border-color: rgba(160, 220, 190, 0.4);
  color: #a0dcbe;
}
.eco-band .accent { color: #c0e8d4; }
.eco-band p { color: rgba(255,255,255,0.85); }
.eco-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.eco-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: all 0.3s ease;
}
.eco-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(160, 220, 190, 0.5); transform: translateY(-4px); }
.eco-card .eco-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4a8068, #8cc8aa);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 18px;
}
.eco-card h4 { color: var(--white); margin-bottom: 10px; }
.eco-card p { color: rgba(255,255,255,0.78); font-size: 0.92rem; line-height: 1.65; }

/* ── MEET THE TEAM (brochure-style cards) ── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 1100px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px)  { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .team-grid { grid-template-columns: 1fr; } }

.tcard {
  background: var(--white);
  border-radius: 6px;
  padding: 28px 24px;
  border-top: 3px solid;
  box-shadow: 0 4px 18px rgba(114,9,183,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tcard:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(114,9,183,0.15); }
.tcard:nth-child(4n+1) { border-color: var(--p2); }
.tcard:nth-child(4n+2) { border-color: var(--p3); }
.tcard:nth-child(4n+3) { border-color: var(--p4); }
.tcard:nth-child(4n+4) { border-color: var(--p5); }
.tcard-init {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--p2), var(--p4));
  border-radius: 50%;
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.tcard h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.tcard .role {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--p3);
  margin-bottom: 12px;
}
.tcard .email {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--grey);
  word-break: break-all;
  text-decoration: none;
  transition: color 0.2s ease;
}
.tcard .email:hover { color: var(--p3); }

/* ── REGION VISUAL (interactive hub card) ── */
.region-visual {
  position: relative;
  height: 100%;
  min-height: 360px;
  background: radial-gradient(circle at 50% 38%, rgba(199,125,255,0.22), transparent 70%),
              linear-gradient(135deg, var(--dark) 0%, var(--p1) 60%, var(--p3) 100%);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  padding: 40px 28px;
}
.region-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
  opacity: 0.6;
}
.region-pin {
  width: 16px; height: 16px;
  background: var(--p5);
  border-radius: 50%;
  position: relative;
  margin-bottom: 28px;
  box-shadow: 0 0 0 5px rgba(199,125,255,0.28);
  z-index: 1;
}
.region-pin::before, .region-pin::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid var(--p5);
  animation: regionPulse 2.4s ease-out infinite;
}
.region-pin::after { animation-delay: 1.2s; }
@keyframes regionPulse {
  0%   { transform: scale(1);   opacity: 0.7; }
  100% { transform: scale(3);   opacity: 0; }
}
.region-flag {
  font-size: 2.5rem;
  margin-bottom: 14px;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.35));
  line-height: 1;
}
.region-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 8px;
  color: var(--white);
}
.region-coords {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 22px;
}
.region-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 9px 20px;
  border-radius: 100px;
  background: rgba(199,125,255,0.18);
  color: var(--p6);
  border: 1px solid rgba(199,125,255,0.4);
  display: inline-block;
}

/* ── TESTIMONIAL CAROUSEL ── */
.testimonial-stage {
  display: grid;
  grid-template-areas: "stage";
  position: relative;
  max-width: 940px;
  margin: 60px auto 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--p3);
  border-radius: var(--radius-lg);
  padding: 60px 72px 56px;
  min-height: 340px;
  box-shadow: var(--shadow-md);
}
.testimonial-card {
  grid-area: stage;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0s linear 0.45s;
  transform: translateY(14px);
}
.testimonial-card.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.55s ease 0.1s, transform 0.55s ease 0.1s, visibility 0s;
}
.t-quote-mark {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  color: var(--p4);
  line-height: 0.4;
  display: block;
  margin: 0 0 24px;
  letter-spacing: -0.05em;
  user-select: none;
}
.t-quote {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  font-weight: 400;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 28px;
  letter-spacing: -0.005em;
}
.t-source {
  display: flex; flex-direction: column; gap: 4px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.t-author {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: var(--dark);
  letter-spacing: -0.01em;
}
.t-role {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--p3);
  text-transform: uppercase;
}

.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.t-arrow {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1.5px solid var(--p4);
  background: var(--white);
  color: var(--p3);
  font-size: 1.2rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.t-arrow:hover {
  background: var(--p3); color: var(--white);
  border-color: var(--p3);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.testimonial-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1 1 auto;
}
.t-tab {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 9px 18px;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: var(--white);
  color: var(--text);
  cursor: pointer;
  transition: all 0.25s ease;
}
.t-tab:hover { border-color: var(--p4); color: var(--p3); }
.t-tab.active {
  background: linear-gradient(135deg, var(--p2), var(--p4));
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 6px 16px rgba(114,9,183,0.28);
}

@media (max-width: 700px) {
  .testimonial-stage { padding: 44px 28px 36px; min-height: 380px; }
  .testimonial-controls { gap: 8px; }
}

/* ── CREDENTIALS / ACCREDITATION BADGES ── */
.credentials-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 44px 0 56px;
}
.cred-badge {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 22px 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(.2,.8,.2,1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.cred-badge::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--p2), var(--p4));
  opacity: 0;
  transition: opacity 0.35s ease;
}
.cred-badge > * { position: relative; z-index: 1; }
.cred-badge:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(114,9,183,0.22);
  border-color: transparent;
}
.cred-badge:hover::before { opacity: 1; }
.cred-badge:hover .cred-name,
.cred-badge:hover .cred-desc { color: var(--white); }
.cred-badge:hover .cred-icon {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.3);
  transform: rotate(-6deg) scale(1.06);
}
.cred-badge:hover .cred-tick { background: var(--white); color: var(--p3); }
.cred-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--p2), var(--p4));
  border: 1.5px solid transparent;
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}
.cred-icon svg { width: 24px; height: 24px; }
.cred-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  transition: color 0.3s ease;
}
.cred-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--grey);
  line-height: 1.55;
  transition: color 0.3s ease;
}
.cred-tick {
  position: absolute;
  top: 18px; right: 18px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--pale);
  color: var(--p3);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.68rem;
  font-weight: 800;
  transition: background 0.3s ease, color 0.3s ease;
  z-index: 2;
}

/* ── SCOTLAND SPOTLIGHT (separate feature, not a hub) ── */
.scotland-spotlight {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 0.95fr 1.4fr;
  gap: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  position: relative;
}
.scotland-spotlight::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 140px; height: 140px;
  background: radial-gradient(circle at top right, var(--p4), transparent 70%);
  opacity: 0.18;
  pointer-events: none;
}
.scotland-visual-side {
  background:
    radial-gradient(circle at 30% 30%, rgba(199,125,255,0.20), transparent 65%),
    linear-gradient(135deg, #1a0533 0%, #3a0ca3 55%, #560bad 100%);
  padding: 56px 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.scotland-visual-side::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(135deg,
      transparent 0,
      transparent 32px,
      rgba(255,255,255,0.04) 32px,
      rgba(255,255,255,0.04) 33px);
  pointer-events: none;
}
.scotland-visual-side > * { position: relative; z-index: 1; }
.scotland-stamp {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 7px 14px;
  border-radius: 100px;
  margin-bottom: 28px;
  align-self: flex-start;
}
.scotland-flag-large {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 18px;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.4));
}
.coverage-flags {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}
.cflag {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  min-width: 78px;
  transition: all 0.25s ease;
}
.cflag:hover {
  background: rgba(199,125,255,0.14);
  border-color: rgba(199,125,255,0.35);
  transform: translateY(-2px);
}
.cflag-emoji {
  font-size: 1.7rem;
  line-height: 1;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
}
.cflag-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.scotland-name-large {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--white);
  margin-bottom: 10px;
}
.scotland-meta {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 24px;
}
.scotland-tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(199,125,255,0.18);
  color: var(--p6);
  border: 1px solid rgba(199,125,255,0.4);
}
.scotland-content-side {
  padding: 56px 48px;
}
.scotland-content-side .eyebrow { margin-bottom: 18px; }
.scotland-content-side h3 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin-bottom: 16px;
}
.scotland-content-side p {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 14px;
}
.scotland-bullets {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.scotland-bullets li {
  position: relative;
  padding-left: 28px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.5;
}
.scotland-bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 7px;
  width: 14px; height: 14px;
  border-radius: 50%;
  border: 2px solid var(--p4);
  background: radial-gradient(circle, var(--p3) 50%, transparent 52%);
}
@media (max-width: 900px) {
  .scotland-spotlight { grid-template-columns: 1fr; }
  .scotland-visual-side { padding: 44px 32px; min-height: 240px; }
  .scotland-content-side { padding: 40px 32px; }
  .scotland-bullets { grid-template-columns: 1fr; }
}

/* ── PRESENCE CALLOUT (closing block under regions) ── */
.presence-callout {
  margin-top: 56px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--p3);
  border-radius: var(--radius);
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 36px;
  align-items: center;
  box-shadow: var(--shadow-sm);
}
.presence-callout h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); margin-bottom: 6px; }
.presence-callout .eyebrow { margin-bottom: 0; }
@media (max-width: 800px) {
  .presence-callout { grid-template-columns: 1fr; padding: 28px; gap: 16px; }
}

