/* TYPOGRAPHY: keep your existing fonts.
   If you already define CSS variables for fonts, they will be used. */
/* ========== FONTS (local, no external imports) ========== */
/* Adjust file names/extensions to match your /fonts folder exactly */

@font-face {
  font-family: "Delight";
  src: url("../fonts/Delight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arcon Rounded";
  src: url("../fonts/Arcon-Rounded-Regular.woff2") format("woff2"),
       url("../fonts/Arcon-Rounded-Regular.woff") format("woff"),
       url("../fonts/Arcon-Rounded-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Use your requested fonts */

:root{
  --font-heading: var(--tw-heading, ui-serif, Georgia, "Times New Roman", serif);
  --font-body: var(--tw-body, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial);

  --navy-900:#0e2a47;
  --navy-800:#143657;
  --navy-700:#1c4470;
  /* Brand aligned to .brand-name */
  --brand:#1f3b70;
  --brand-light:#5c78a8;
  --blue-300:#96abc7;
  --muted:#6c7c92;

  --card-bg:#fff;
  --shadow:0 10px 28px rgba(3,27,78,.12);
  --radius:16px;
}

html{scroll-behavior:smooth}
*{box-sizing:border-box}
body{
  margin:0; font-family:var(--font-body); color:#334155;
  background: linear-gradient(180deg,#f7fbff 0%, #f3f7fd 40%, #eef4ff 100%);
}

/* Brand in navbar must be Delights (NOT bold) */
.brand-name {
  font-family: "Delight", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;      /* increase this for main title size */
  color: #1f3b70;
  text-transform: lowercase;
}


.wrap{width:min(1400px,96vw); margin-inline:auto}

/* NAVBAR */
header.nav {
  position: sticky; top: 0; z-index: 50;
  background: #ffffff;             /* solid background */
  backdrop-filter: none;            /* turn off blur */
  -webkit-backdrop-filter: none;    /* Safari */
  border-bottom: 1px solid rgba(24,72,160,.12); /* keep if you like */
  /* optional subtle shadow for depth */
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.nav-inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:12px}
.brand {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}
.brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
  transform-origin: left center;
  transform: scaleX(1.5); 
}

.brand-mark{width:70px; height:auto; border-radius:9px; object-fit:contain}

.brand-tagline {
  font-family: "Arcon Rounded", sans-serif;
  font-weight: 400;
  font-size: 0.8em;          /* keeps height proportion smaller */
  color: #6c7c92;
  letter-spacing: 0.05em;
  margin-top: 0.2em;
  transform-origin: left center;
  transform: scaleX(0.7);    /* stretch slightly horizontally */
}
.menu{display:flex; gap:6px; align-items:center; margin-left:auto}
.link{color:#274768; text-decoration:none; font-weight:600; padding:10px 12px; border-radius:10px}
.link:hover{background:rgba(41,79,121,.08)}

.nav-toggle{display:none; background:none; border:0; padding:6px; border-radius:10px}
.nav-toggle-bar{display:block; width:22px; height:2px; background:#274768; margin:4px 0}

.nav-icon{
  margin-left:12px;
  display:grid; place-items:center;
  width:38px; height:38px; border-radius:12px;
  background:linear-gradient(180deg,rgba(255,255,255,.6),rgba(255,255,255,.4));
  border:1px solid rgba(24,72,160,.18);
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.nav-icon:hover{ transform: translateY(-2px); box-shadow: 0 16px 36px rgba(3,27,78,.16) }
.nav-icon:active{ transform: translateY(0) scale(.98) }
.nav-icon:focus-visible{ outline: none; box-shadow: 0 0 0 3px rgba(33,75,122,.2) }

@media (max-width: 860px){
  .menu{display:none}
  .nav-toggle{display:block}
  .menu.open{display:flex; position:absolute; top:56px; right:16px; flex-direction:column; background:#fff; border:1px solid #e5edf8; border-radius:12px; box-shadow:var(--shadow)}
  .menu.open .link{padding:10px 14px; display:block}
  .nav-icon{ display:none }
}

/* Links in navbar */
.link{
  color:#274768; text-decoration:none; font-weight:600; padding:10px 12px; border-radius:10px;
  transition: color .2s ease, background-color .2s ease;
}
.link:hover{ background:rgba(41,79,121,.08); color:#163553 }
.link:focus-visible{ outline:none; box-shadow:0 0 0 3px rgba(33,75,122,.18) }

/* Buttons */
.btn{
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}
.btn.primary:hover{ transform: translateY(-2px); box-shadow: 0 16px 36px rgba(3,27,78,.16) }
.btn.ghost:hover{ background: rgba(255,255,255,.18) }

/* Cards (services, mission, generic) */
.card{
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
  will-change: transform;
}
.card:hover{ transform: translateY(-4px) scale(1.01); box-shadow: 0 18px 44px rgba(3,27,78,.16) }

/* Chips */
.chip{
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.chip:hover{ transform: translateY(-1px); box-shadow: 0 8px 16px rgba(3,27,78,.10) }

/* Our Cases – image zoom on hover */
.case{ overflow:hidden }
.case-img{ transition: transform .6s cubic-bezier(.22,.61,.36,1) }
.case:hover .case-img{ transform: scale(1.06) }

/* Leadership image subtle zoom */
.leader .ph{ transition: transform .5s cubic-bezier(.22,.61,.36,1) }
.leader:hover .ph{ transform: scale(1.04) }

/* Contact send button */
.send{ transition: transform .22s ease, box-shadow .22s ease, background .22s ease }
.send:hover{ transform: translateY(-2px); box-shadow: 0 16px 36px rgba(3,27,78,.16) }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  *{ transition:none !important; animation:none !important }
}

/* HERO */
.hero {
  position: relative;
  display: flex;
  align-items: center;       /* centers vertically */
  justify-content: center;   /* centers horizontally */
  min-height: 78vh;          /* adjust if too tall, try 80vh */
  text-align: center;        /* centers text inside */
  overflow: hidden;
  color: #ffffff;
}
.hero-glass{
  position: relative;
  z-index: 5; /* ensure above slides/tint */
  margin: 24px auto;
  border-radius: 24px;
  padding: 34px 28px 28px; /* equal L/R and bottom padding */
  width: min(1100px, 72vw); /* shrink width to reveal more background */
}
.hero-glass::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 30px 60px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.35);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  z-index: -1; /* always behind content */
  pointer-events: none;
}
/* ensure content stays above the glass */
.hero-glass .hero-inner{ position: relative; z-index: 1; }

/* Hide glass while intro video is playing; fade in after */
.hero.is-playing .hero-glass{ opacity: 0; transform: translateY(6px); pointer-events:none; }
.hero .hero-glass{ opacity: 1; transition: opacity .4s ease, transform .4s ease; }

@media (max-width: 768px){
  .hero-glass{ width: 92vw; border-radius: 18px; padding: 28px 20px 24px; }
}
.hero-inner {
  position: relative;
  z-index: 5;                /* above slides & background */
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;           /* safe spacing on small screens */
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 3;                     /* sits ABOVE the slideshow but BELOW text */
  background: linear-gradient(180deg, rgba(14,42,71,.30), rgba(14,42,71,.18));
  pointer-events: none;            /* clicks go through */
}
.hero-slides { position: absolute; inset: 0; z-index: 2; }
.hero-slides .slide {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 900ms ease;
  transform: scale(1); will-change: opacity, transform;
}
.hero-slides .slide.active {
  opacity: 1;
  animation: hero-kenburns 8s ease-in-out forwards;
}
.hero.is-playing .hero-inner,
.hero.is-playing .hero-arrows {
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
}
/* When video is gone, content fades in automatically */
.hero .hero-inner,
.hero .hero-arrows {
  opacity: 1;
  transition: opacity .4s ease;
}
@keyframes hero-kenburns {
  from { transform: scale(1); }
  to   { transform: scale(1.06); } /* subtle zoom */
}

/* Arrows */
.hero-arrows {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 14px; z-index: 6; pointer-events: none; /* container ignores clicks */
}
.hero-arrows .hero-prev,
.hero-arrows .hero-next {
  pointer-events: auto; /* buttons are clickable */
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,255,255,.85);
  color: #274768;
  border: 1px solid rgba(39,71,104,.15);
  display: grid; place-items: center;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.hero-arrows .hero-prev:hover,
.hero-arrows .hero-next:hover {
  transform: scale(1.05);
  background: #fff;
}
/* (optional) pause zoom on hover for crisper reading */
.hero:hover .slide.active { animation-play-state: paused; }
 /* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-slides .slide { transition: none !important; animation: none !important; }
}
/* Abstract decorative layer above slides */
.hero-abstract { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.blob { position: absolute; filter: blur(2px); mix-blend-mode: screen; transform-origin: center; animation: floatY 12s ease-in-out infinite alternate; }
.blob-1 { width: 38vmin; left: 6%; top: 12%; animation-delay: .2s; }
.blob-2 { width: 46vmin; right: -4%; bottom: -6%; animation-delay: 1.1s; }
@keyframes floatY { from { transform: translateY(0) rotate(0deg) scale(1); } to { transform: translateY(-12px) rotate(2deg) scale(1.03); } }

/* Optional floating mini photos */
.float-img { position: absolute; width: 120px; height: 80px; object-fit: cover; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.18); opacity: .85; animation: drift 10s ease-in-out infinite alternate; }
.f1 { left: 8%; bottom: 12%; animation-delay: .4s; }
.f2 { right: 12%; top: 18%;  animation-delay: .9s; }
@keyframes drift { from { transform: translateY(0) rotate(-2deg); } to { transform: translateY(-14px) rotate(1deg); } }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-slides .slide, .blob, .float-img { animation: none !important; transition: none !important; }
}
.hero-title {
  font-family: "Delight", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 600;               /* or 400 if no bold version */
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  text-transform: lowercase;
  color: #ffffff;
  margin-bottom: 0.0em;
  line-height: 1.1;
}
.hero-heading{ display:flex; align-items:center; justify-content:center; gap:18px; }
.hero-heading-logo{ width:90px; height:auto; filter: drop-shadow(0 2px 4px rgba(0,0,0,.25)); }
.hero-heading-text{ display:flex; flex-direction:column; align-items:flex-start; }
@media (max-width: 640px){
  .hero-heading{ gap:12px; }
  .hero-heading-logo{ width:72px; }
  .hero-heading-text{ align-items:center; }
}
.eyebrow {
  font-family: "Arcon Rounded", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #d8e3f1;
  letter-spacing: 0.3em;
  margin-top: 0;
  margin-bottom: 5.0em;
}
.hero-lead{font-size: clamp(16px, 1.8vw, 22px); color:#e8f1ff}
.cta{display:flex; gap:14px; justify-content:center; margin-top:28px}
.btn{appearance:none; border:none; cursor:pointer; border-radius:14px; padding:12px 18px; font-weight:700; box-shadow: var(--shadow); text-decoration:none}
.btn.primary{background:linear-gradient(135deg,var(--brand-light),var(--brand)); color:#fff}
.btn.ghost{background:linear-gradient(135deg,rgba(255,255,255,.28),rgba(255,255,255,.14)); color:#fff; border:1px solid rgba(255,255,255,.35)}

/* HERO video layer (on top of tint, below text/arrows) */
.hero-video{
  position:absolute; inset:0; z-index:4;   /* slides=2, tint=3, video=4, text=5, arrows=6 */
  width:100%; height:100%;
  object-fit:cover;
  opacity:0;                                 /* start hidden */
  transition:opacity .6s ease;
}
.hero-video.is-visible{ opacity:1; }
.hero-video.is-hidden{ opacity:0; pointer-events:none; }

/* Optional: Skip button (top layer) */
.hero-skip{
  position:absolute; right:14px; bottom:14px; z-index:6;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(39,71,104,.15);
  color:#274768;
  border-radius:999px; padding:8px 14px;
  cursor:pointer; font-size:14px; line-height:1;
  transition:background .2s ease, transform .2s ease;
}
.hero-skip:hover{ background:#fff; transform:translateY(-1px); }
/* SECTIONS */
.section{padding:100px 0}
.section-title{
  font-family:var(--font-heading); 
  font-size: clamp(36px,5vw,64px); 
  color:var(--navy-900); 
  text-align:center; 
  margin:0 0 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.section-sub{
  max-width:800px; 
  margin:0 auto 48px; 
  text-align:center; 
  color:var(--muted);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}
.section-dark{background:linear-gradient(180deg,#0e2a47,#0b2037); color:#eaf2ff}
.section-dark .section-title{color:#fff}
.section-dark .section-sub{color:#c7d6ea}

/* Professional spacing improvements */
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: clamp(28px, 8vw, 48px);
    margin-bottom: 12px;
  }
  
  .section-sub {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

/* GRID + CARDS */
.grid{display:grid; gap:24px}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}

/* Enhanced responsive design */
/* Keep services at 4 columns on large screens */
@media (max-width:1200px){ 
  .grid-4{grid-template-columns:repeat(4,1fr)} 
  .grid-3{grid-template-columns:repeat(2,1fr)} 
}
@media (max-width:1024px){ 
  .grid-4{grid-template-columns:repeat(2,1fr)} 
  .grid-3{grid-template-columns:repeat(2,1fr)} 
}
@media (max-width:768px){ 
  .grid-4,.grid-3,.grid-2{grid-template-columns:1fr} 
  .grid{gap:20px}
}

/* Center the 3-card leadership grid */
.leaders-grid {
  /* Center the grid tracks and prevent full-width stretching */
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 360px));
  justify-content: center; /* center the tracks as a group */
  justify-items: center;   /* center each card within its track */
  gap: 22px;
  margin: 0 auto;
}

.leaders-grid > .leader { width: 100%; max-width: 360px; }

@media (max-width: 1024px){
  .leaders-grid { grid-template-columns: repeat(2, minmax(260px, 360px)); }
}
@media (max-width: 640px){
  .leaders-grid { grid-template-columns: minmax(260px, 1fr); }
}

/* Services: keep 4 cards in one row on desktop */
.services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.card{
  background:var(--card-bg); 
  border:1px solid rgba(24,72,160,.12); 
  border-radius:20px; 
  box-shadow: 
    0 10px 28px rgba(3,27,78,.12),
    0 4px 8px rgba(0,0,0,.04);
  overflow:hidden;
  min-width: 0; /* allow shrinking inside grid */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 20px 40px rgba(3,27,78,.16),
    0 8px 16px rgba(0,0,0,.08);
}

.card.pad{padding:28px}

/* Cross-platform compatibility */
@supports not (backdrop-filter: blur(10px)) {
  .vision-card {
    background: rgba(255, 255, 255, 0.95);
  }
}

/* iOS Safari fixes */
@supports (-webkit-touch-callout: none) {
  .card {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* SERVICES */
.services-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}

.service-row {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(59, 130, 246, 0.1);
  border-radius: 16px;
  box-shadow: 
    0 8px 24px rgba(0, 0, 0, 0.06),
    0 4px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.service-row::before { display:none }

.service-row:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 12px 32px rgba(0, 0, 0, 0.08),
    0 6px 16px rgba(0, 0, 0, 0.06);
  border-color: rgba(59, 130, 246, 0.2);
}

.service-header {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 24px;
  transition: all 0.3s ease;
}

.service-row.expanded .service-header {
  padding-bottom: 16px;
}

.service-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--navy-900);
  line-height: 1.2;
}

.service-description {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #475569;
  font-weight: 500;
}

.service-toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-light), var(--brand));
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
}

.service-toggle:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.35);
}

.service-toggle svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.service-row.expanded .service-toggle svg {
  transform: rotate(180deg);
}

.service-content {
  padding: 0 24px 24px 24px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.service-row.expanded .service-content {
  max-height: 500px;
  opacity: 1;
}
.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand-light), var(--brand));
  border: 1px solid rgba(59, 130, 246, 0.2);
  color: white;
  box-shadow: 
    0 8px 16px rgba(59, 130, 246, 0.2),
    0 4px 8px rgba(59, 130, 246, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.service-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-row:hover .service-icon {
  transform: scale(1.05);
  box-shadow: 
    0 12px 24px rgba(59, 130, 246, 0.25),
    0 6px 12px rgba(59, 130, 246, 0.15);
}

.service-row:hover .service-icon::before {
  opacity: 1;
}

.service-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 0;
}

.chip {
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 50px;
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  border: 1px solid rgba(59, 130, 246, 0.15);
  color: #475569;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.chip::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
  transition: left 0.5s ease;
}

.chip:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
  box-shadow: 
    0 8px 16px rgba(59, 130, 246, 0.15),
    0 4px 8px rgba(0, 0, 0, 0.1);
  border-color: rgba(59, 130, 246, 0.25);
}

.chip:hover::before {
  left: 100%;
}

/* Responsive design for Services */
@media (max-width: 768px) {
  .services-stack {
    gap: 12px;
  }
  
  .service-header {
    grid-template-columns: 50px 1fr auto;
    gap: 16px;
    padding: 20px;
  }
  
  .service-icon {
    width: 50px;
    height: 50px;
  }
  
  .service-icon svg {
    width: 20px;
    height: 20px;
  }
  
  .service-title {
    font-size: 20px;
  }
  
  .service-description {
    font-size: 14px;
  }
  
  .service-toggle {
    width: 36px;
    height: 36px;
  }
  
  .service-toggle svg {
    width: 18px;
    height: 18px;
  }
  
  .service-content {
    padding: 0 20px 20px 20px;
  }
  
  .service-content p {
    font-size: 15px;
  }
  
  .chips {
    gap: 8px;
  }
  
  .chip {
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* CASES */
.case{background:linear-gradient(180deg,#103054,#0d2846); color:#e9f2ff}
.case-img{aspect-ratio:16/9; background:#123a63 center/cover no-repeat}
.case-body{padding:18px 20px}
.case-body h3{font-family:var(--font-heading); margin:0 0 6px; color:#fff; font-size:24px}
.meta{opacity:.75; font-size:14px; margin-bottom:8px}
.bullet{display:flex; gap:8px; align-items:flex-start; font-size:14px}
.bullet span:first-child{opacity:.85}

/* VISION */
.section-vision {
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #cbd5e1 100%);
  overflow: hidden;
}

.vision-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(147, 51, 234, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(16, 185, 129, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.vision-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 8px 16px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.vision-card::before { display:none }

.vision-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 32px 64px rgba(0, 0, 0, 0.15),
    0 16px 32px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
}

.vision-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand-light), var(--brand));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: white;
  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3);
  transition: all 0.3s ease;
}

.vision-card:hover .vision-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 32px rgba(59, 130, 246, 0.4);
}

.vision-content h3 {
  font-family: var(--font-heading);
  color: var(--navy-900);
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: 700;
}

.vision-content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 16px;
}

@media (max-width: 768px) {
  .vision-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .vision-card {
    padding: 24px;
  }
}

/* MISSION */
.mission h4{font-family:var(--font-heading); color:var(--navy-900); margin:6px 0}

/* LEADERSHIP */
.leader .ph{
  aspect-ratio:4/5; /* taller portraits to reduce cropping */
  background:#e7eefb no-repeat;
  background-position: top center; /* keep heads visible */
  background-size: cover;
}
.leader .info{padding:16px}
.leader .name{font-family:var(--font-heading); font-size:20px; color:var(--navy-900); margin:0 0 2px}
.leader .role{color:#6d84a3; font-weight:700; font-size:14px; margin-bottom:8px}
.leader .desc{color:var(--muted); font-size:14px}

/* CONTACT */
.contact-wrap{display:grid; gap:22px; grid-template-columns:1fr 1.2fr}
@media (max-width:980px){ .contact-wrap{grid-template-columns:1fr} }
.contact-title{font-family:var(--font-heading); color:var(--navy-900); font-size:26px; margin:6px 0 12px}
.contact-item{display:flex; align-items:flex-start; gap:12px; margin:12px 0}
.contact-item:hover .ico {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #dfe9f7 0%, #edf3fb 100%);
  box-shadow: 0 8px 18px rgba(3,27,78,.12);
}
.contact-item:hover .icon {
  stroke: #274768;                /* deep navy hover color */
}
.ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand-light), var(--brand));
  border: 1px solid rgba(24,72,160,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(3,27,78,.08);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.icon {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transition: stroke .25s ease;
}
.map-embed{margin-top:12px; border-radius:14px; overflow:hidden; border:1px solid rgba(24,72,160,.2); box-shadow:0 6px 16px rgba(3,27,78,.08)}
.map-embed iframe{width:100%; height:300px; border:0; display:block}
.@media (max-width: 640px){
  .map-embed iframe{ height:240px }
}
.map-open{display:block; text-align:center; padding:8px 10px; background:#f8fbff; color:#274768; text-decoration:none; font-weight:600; border-top:1px solid rgba(24,72,160,.12)}
.map-open:hover{background:#eef5ff}
.field{display:block; margin-bottom:12px; position: relative}
.field > span{display:block; font-size:14px; color:#4b5f7b; margin-bottom:6px}
input, select, textarea{width:100%; border-radius:12px; border:1px solid rgba(24,72,160,.25); padding:12px 14px; font:inherit; background:#fff; transition: border-color 0.3s ease, box-shadow 0.3s ease}
input:focus, select:focus, textarea:focus{outline:none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(31, 59, 112, 0.1)}
textarea{min-height:110px; resize:vertical}
.send{width:100%; padding:12px 16px; border-radius:12px; background:linear-gradient(135deg, var(--brand-light), var(--brand)); color:#fff; font-weight:800; border:none; cursor:pointer; transition: all 0.3s ease; position: relative; overflow: hidden}
.send:hover{transform: translateY(-2px); box-shadow: 0 8px 24px rgba(31, 59, 112, 0.3)}
.send:disabled{cursor: not-allowed; opacity: 0.7; transform: none}
.send.loading{background: linear-gradient(135deg, #8a9bb8, #6b7fa0)}

/* Form validation styles */
.field.error input, .field.error select, .field.error textarea {
  border-color: #e53e3e;
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}

.field-error {
  display: block;
  color: #e53e3e;
  font-size: 12px;
  margin-top: 4px;
  font-weight: 500;
}

/* Form messages */
.form-message {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  margin-top: 16px;
  font-weight: 500;
  animation: slideIn 0.3s ease;
}

.form-message.success {
  background: linear-gradient(135deg, #d4edda, #c3e6cb);
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-message.error {
  background: linear-gradient(135deg, #f8d7da, #f5c6cb);
  color: #721c24;
  border: 1px solid #f5c6cb;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FOOTER */
.footer{
  padding:40px 0 60px; 
  text-align:center; 
  color:#6d7f99;
  background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
  border-top: 1px solid rgba(24,72,160,.08);
}

.footer .wrap {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* Additional professional enhancements */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Enhanced focus states for accessibility */
.btn:focus-visible,
.link:focus-visible,
.nav-icon:focus-visible,
.hero-prev:focus-visible,
.hero-next:focus-visible,
.hero-skip:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Smooth scrolling for all browsers */
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Print styles */
@media print {
  .hero-slides,
  .hero-video,
  .hero-arrows,
  .hero-skip {
    display: none !important;
  }
  
  .hero {
    background: #f8fafc !important;
    color: #1e293b !important;
  }
}

/* Scroll reveal animations */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.reveal-stagger > * { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal-stagger.is-visible > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(1){ transition-delay: .05s }
.reveal-stagger.is-visible > *:nth-child(2){ transition-delay: .12s }
.reveal-stagger.is-visible > *:nth-child(3){ transition-delay: .18s }
.reveal-stagger.is-visible > *:nth-child(4){ transition-delay: .24s }
