/* About page only */
.about-hero { position: relative; min-height: 90svh; padding-top: var(--header-height); display: grid; place-items: center; overflow: hidden; isolation: isolate; background: #061f55; }
.about-hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg, rgba(2,17,43,.64), rgba(3,31,78,.72) 43%, rgba(1,20,51,.84)), radial-gradient(circle at 50% 42%, rgba(9,87,183,.12), rgba(2,18,48,.43) 78%); }
.hero-pattern { position: absolute; z-index: -1; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, #000 76%, transparent 100%); }
.about-hero-content { max-width: 970px; padding: 92px 0 80px; text-align: center; }
.hero-eyebrow { margin-bottom: 18px; color: #9fe8ff; font-family: var(--font-heading); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.about-hero h1 { max-width: 950px; margin: 0 auto 24px; color: #fff; font-size: clamp(3rem, 5.6vw, 5.9rem); text-wrap: balance; text-shadow: 0 8px 32px rgba(0,15,50,.35); }
.hero-summary { max-width: 820px; margin: 0 auto 34px; color: #dbeefa; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.75; text-wrap: balance; }
.about-hero .hero-actions { justify-content: center; }
.hero-enter { opacity: 0; transform: translateY(26px); animation: heroIn .78s cubic-bezier(.2,.7,.2,1) forwards; animation-delay: var(--delay); }

.intro-section { background: linear-gradient(180deg, #fff, #f5fafc); }
.intro-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 88px; }
.intro-copy h2, .values-heading h2, .review-panel h2, .contact-copy h2 { margin-top: 13px; font-size: clamp(2.15rem, 3.8vw, 3.8rem); }
.intro-copy > p:not(.section-kicker) { margin-top: 18px; font-size: .95rem; }
.heading-line { width: 58px; height: 4px; margin: 24px 0; border-radius: 5px; background: var(--gradient); }
.mission-stack { display: grid; gap: 22px; }
.statement-card { position: relative; padding: 32px; display: grid; grid-template-columns: 72px 1fr; gap: 23px; border: 1px solid var(--border-light); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-light); }
.statement-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -105px; bottom: -110px; border-radius: 50%; opacity: .45; }
.mission-card { background: linear-gradient(135deg, #f4faff, #e8f4ff); }
.mission-card::after { background: #c4eaff; }
.vision-card { background: linear-gradient(135deg, #f6fffd, #e8f8f5); }
.vision-card::after { background: #ccefe8; }
.statement-icon { position: relative; z-index: 1; width: 66px; height: 66px; display: grid; place-items: center; border-radius: 19px; color: #fff; background: var(--gradient); box-shadow: 0 14px 28px rgba(3,115,187,.19); font-family: var(--font-heading); font-weight: 800; }
.vision-card .statement-icon { background: linear-gradient(135deg, #0b8d91, #0fb5a2); }
.statement-card > div:last-child { position: relative; z-index: 1; }
.card-label { margin-bottom: 6px; color: var(--brand-blue); font-family: var(--font-heading); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.statement-card h3 { margin-bottom: 9px; font-size: 1.26rem; }
.statement-card p:last-child { margin-bottom: 0; font-size: .85rem; line-height: 1.65; }

.audiences-section { background: linear-gradient(180deg, #06162b, #04101f); }
.audience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.audience-card { position: relative; min-height: 330px; padding: 29px; display: flex; flex-direction: column; border: 1px solid var(--line-dark); border-radius: 22px; background: rgba(255,255,255,.045); transition: transform .3s, border-color .3s, background .3s; }
.audience-card:hover { transform: translateY(-8px); border-color: rgba(101,217,255,.36); background: rgba(255,255,255,.07); }
.audience-number { color: #65d9ff; font-family: var(--font-heading); font-size: .72rem; font-weight: 800; }
.audience-card h3 { margin-top: 34px; font-size: 1.4rem; }
.audience-card p { margin-top: 14px; color: #9eb5c5; font-size: .82rem; }
.audience-card a { margin-top: auto; padding-top: 22px; color: #65d9ff; font-size: .7rem; font-weight: 800; }

.values-section { background: linear-gradient(180deg, #f7fbfd, #edf6fa); }
.values-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 76px; }
.values-heading { position: sticky; top: 112px; }
.values-heading > p:not(.section-kicker) { margin: 20px 0 28px; }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.value-card { padding: 26px; border: 1px solid var(--border-light); border-radius: 20px; background: #fff; box-shadow: 0 14px 35px rgba(11,37,69,.06); }
.value-card > span { color: var(--blue-600); font-family: var(--font-heading); font-size: .68rem; font-weight: 800; }
.value-card h3 { margin-top: 18px; font-size: 1.15rem; }
.value-card p { margin-top: 10px; color: #62788a; font-size: .8rem; }

.approach-section { background: linear-gradient(180deg, #06162b, #071c34); }
.approach-track { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.approach-track::before { content: ""; position: absolute; left: 9%; right: 9%; top: 38px; height: 1px; background: linear-gradient(90deg, transparent, rgba(101,217,255,.45), transparent); }
.approach-card { position: relative; z-index: 1; min-height: 260px; padding: 28px; border: 1px solid var(--line-dark); border-radius: 22px; background: rgba(255,255,255,.045); }
.step-number { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(101,217,255,.3); border-radius: 50%; background: #071c34; color: #65d9ff; font-family: var(--font-heading); font-weight: 800; box-shadow: 0 0 0 10px #071c34; }
.approach-card h3 { margin-top: 32px; font-size: 1.25rem; }
.approach-card p { margin-top: 12px; color: #98b0c0; font-size: .8rem; }

.gallery-section { background: linear-gradient(180deg, #fff, #f1f8fb); }
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 245px; gap: 16px; }
.gallery-card { position: relative; grid-column: span 4; padding: 0; overflow: hidden; border: 0; border-radius: 22px; background: #06172d; box-shadow: var(--shadow-light); text-align: left; }
.gallery-card.gallery-wide { grid-column: span 8; }
.gallery-card.gallery-tall { grid-column: span 4; grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .35s; }
.gallery-card:hover img { transform: scale(1.035); filter: saturate(1.08); }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(2,18,43,.88) 100%); }
.gallery-overlay { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; color: #fff; }
.gallery-overlay strong { display: block; font-family: var(--font-heading); font-size: 1.05rem; }
.gallery-overlay small { color: #cce8f7; font-size: .76rem; }

.trust-section { background: linear-gradient(180deg, #06162b, #04101f); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.review-panel, .location-panel { min-height: 380px; padding: 46px; border-radius: 25px; }
.review-panel { position: relative; overflow: hidden; background: linear-gradient(135deg, #0b2545, #0d4c82); box-shadow: var(--shadow-dark); }
.review-panel::after { content: "“"; position: absolute; right: 25px; bottom: -85px; color: rgba(255,255,255,.08); font-family: Georgia, serif; font-size: 18rem; line-height: 1; }
.review-panel h2 { position: relative; z-index: 1; color: #fff; }
.review-panel > p:not(.section-kicker) { position: relative; z-index: 1; margin: 20px 0 28px; color: #b9d0df; }
.review-panel .button { position: relative; z-index: 1; }
.location-panel { display: flex; flex-direction: column; align-items: flex-start; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.055); box-shadow: var(--shadow-dark); }
.location-panel .card-label { color: #65d9ff; }
.location-panel h3 { margin-top: 18px; color: #fff; font-size: clamp(1.8rem,2.5vw,2.5rem); }
.location-panel > p:not(.card-label) { margin-top: 18px; color: #a6bdcc; }
.location-panel .text-link { margin-top: auto; color: #fff; }

.about-contact-section { background: #f4f9fc; }
.contact-card { position: relative; padding: 55px 58px; display: grid; grid-template-columns: 100px 1.3fr .7fr; align-items: center; gap: 30px; overflow: hidden; border-radius: 28px; color: #c5d9e8; background: linear-gradient(100deg, #061c39 0%, #0b3d74 56%, #0a63a2 100%); box-shadow: var(--shadow-light); }
.contact-card::after { content: ""; position: absolute; width: 360px; height: 360px; right: -190px; bottom: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(89,224,255,.42), transparent 68%); }
.contact-symbol, .contact-copy, .contact-actions { position: relative; z-index: 1; }
.contact-symbol { width: 88px; height: 88px; display: grid; place-items: center; border-radius: 50%; color: var(--brand-blue); background: #fff; font-family: var(--font-heading); font-weight: 800; }
.contact-copy .section-kicker { color: #8fe8ff; }
.contact-copy h2 { color: #fff; }
.contact-copy > p:last-child { margin-top: 15px; color: #c3d7e5; }
.contact-actions { display: grid; gap: 12px; }

.lightbox { width: min(1000px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 20px; overflow: visible; background: transparent; }
.lightbox::backdrop { background: rgba(2,13,31,.89); backdrop-filter: blur(7px); }
.lightbox figure { margin: 0; overflow: hidden; border-radius: 20px; background: #06172d; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; background: #06172d; }
.lightbox figcaption { padding: 15px 20px; color: #dcecf5; text-align: center; }
.lightbox-close { position: absolute; z-index: 2; top: -48px; right: 0; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); font-size: 1.7rem; line-height: 1; cursor: pointer; }

@keyframes heroIn { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  .audience-grid, .approach-track { grid-template-columns: repeat(2,1fr); }
  .approach-track::before { display: none; }
  .contact-card { grid-template-columns: 84px 1fr; }
  .contact-actions { grid-column: 2; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 930px) {
  .intro-grid, .values-layout, .trust-grid { grid-template-columns: 1fr; gap: 58px; }
  .values-heading { position: static; max-width: 700px; }
  .gallery-grid { grid-auto-rows: 220px; }
  .gallery-card, .gallery-card.gallery-wide, .gallery-card.gallery-tall { grid-column: span 6; grid-row: span 1; }
  .gallery-card:first-child { grid-column: span 12; }
  .review-panel, .location-panel { min-height: auto; }
}

@media (max-width: 680px) {
  .about-hero { min-height: 690px; }
  .about-hero-overlay { background: linear-gradient(180deg, rgba(2,17,43,.72), rgba(3,31,78,.79) 42%, rgba(1,20,51,.9)); }
  .about-hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .hero-summary { font-size: .96rem; }
  .about-hero .hero-actions { display: grid; }
  .about-hero .hero-actions .button { width: 100%; }
  .intro-copy h2, .values-heading h2, .review-panel h2, .contact-copy h2 { font-size: clamp(1.95rem, 9.8vw, 3rem); }
  .statement-card { padding: 25px; grid-template-columns: 56px 1fr; gap: 16px; }
  .statement-icon { width: 53px; height: 53px; border-radius: 15px; }
  .audience-grid, .values-grid, .approach-track { grid-template-columns: 1fr; }
  .audience-card { min-height: auto; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-card, .gallery-card.gallery-wide, .gallery-card.gallery-tall, .gallery-card:first-child { grid-column: auto; grid-row: auto; }
  .review-panel, .location-panel { padding: 32px 25px; border-radius: 21px; }
  .contact-card { padding: 38px 25px; grid-template-columns: 1fr; }
  .contact-symbol { width: 70px; height: 70px; }
  .contact-actions { grid-column: auto; grid-template-columns: 1fr; }
}
