/* =====================================================================
   LaunchPad Marketing - About page
   Self-contained: shared component styles + About-specific sections.
   Tokens live in colors_and_type.css.
   ===================================================================== */

/* ---------- Layout helpers ---------- */

section[id] { scroll-margin-top: 80px; }

/* Starfield */

/* ---------- Eyebrow ---------- */

/* ---------- Buttons ---------- */

.btn-outline { background: transparent; }
.btn-outline.cyan { color: #40def3; border-color: rgba(64,222,243,0.7); }
.btn-outline.cyan:hover { background: rgba(64,222,243,0.12); }

/* ---------- Logo ---------- */

/* ---------- Site header (full-bleed) ---------- */
.site-header { position: sticky; top: 0; z-index: 50; padding: 20px 28px; width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); background: rgba(5,13,28,0.35); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; display: flex; align-items: center; justify-content: space-between; transition: all 200ms ease; }

/* ---------- Section seam ---------- */

/* =====================================================================
   ABOUT HERO (centered)
   ===================================================================== */
.ab-hero-section { position: relative; overflow: hidden; padding: 150px 48px 80px; color: #fff; }
.ab-hero-inner { position: relative; max-width: 880px; margin: 0 auto; text-align: center; }
.ab-hero-inner .eb-wrap { display: flex; justify-content: center; }
.ab-hero-inner h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(38px, 5.4vw, 68px); line-height: 1.02; letter-spacing: -0.02em; margin: 18px 0 0; color: #fff; }
.ab-hero-inner h1 .grad { background: linear-gradient(100deg,#40def3,#6ced40); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ab-hero-inner p { font-family: var(--font-body); font-size: clamp(16px,1.5vw,19px); line-height: 1.6; color: #d6e2f0; margin: 22px auto 0; max-width: 620px; }

/* =====================================================================
   STORY (two-col text + blockquote)
   ===================================================================== */
.ab-story { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ab-story h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px,3.4vw,44px); line-height: 1.08; letter-spacing: -0.015em; color: #fff; margin: 18px 0 18px; }
.ab-story p { font-family: var(--font-body); font-size: 16px; line-height: 1.8; color: #aebfd0; margin: 0 0 16px; }
.ab-story p:last-child { margin-bottom: 0; }
.ab-quote { margin: 0; padding: clamp(28px,3vw,40px); border-radius: 24px; background: rgba(255,255,255,0.035); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border: 1px solid rgba(64,222,243,0.3); box-shadow: 0 20px 50px rgba(0,0,0,0.35), 0 0 36px rgba(64,222,243,0.12); }
.ab-quote .mark { font-family: var(--font-display); font-size: 54px; line-height: 0.6; color: #40def3; }
.ab-quote p { font-family: var(--font-body); font-style: italic; font-size: clamp(18px,2vw,24px); line-height: 1.5; color: #fff; margin: 6px 0 18px; }
.ab-quote .attrib { font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: #6ced40; }

/* =====================================================================
   VALUES
   ===================================================================== */
.ab-sec-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.ab-sec-head .eb-wrap { display: flex; justify-content: center; }
.ab-sec-head h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px,3.6vw,46px); line-height: 1.08; letter-spacing: -0.015em; color: #fff; margin: 18px 0 0; }
.ab-sec-head h2 .grad { background: linear-gradient(100deg,#40def3,#6ced40); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ab-values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ab-value { display: flex; gap: 18px; background: rgba(255,255,255,0.035); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-radius: 20px; padding: clamp(22px,2.4vw,30px); border: 1px solid rgba(255,255,255,0.08); }
.ab-value .v-icon { width: 52px; height: 52px; flex-shrink: 0; border-radius: 14px; color: #06121c; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 900; }
.ab-value .v-icon.cyan  { background: linear-gradient(135deg,#40def3,#6ced40); box-shadow: 0 0 22px rgba(64,222,243,0.33); }
.ab-value .v-icon.green { background: linear-gradient(135deg,#6ced40,#40def3); box-shadow: 0 0 22px rgba(108,237,64,0.33); }
.ab-value h3 { font-family: var(--font-display); font-weight: 800; font-size: 19px; color: #fff; margin: 4px 0 8px; line-height: 1.2; }
.ab-value p { font-family: var(--font-body); font-size: 14.5px; line-height: 1.65; color: #aebfd0; margin: 0; }

/* =====================================================================
   OWNER
   ===================================================================== */
.ab-owner { display: grid; grid-template-columns: 0.9fr 1.4fr; gap: 64px; align-items: center; }
.ab-owner-figure { position: relative; justify-self: center; }
.ab-owner-photo { width: 340px; height: 340px; border-radius: 50%; background: linear-gradient(135deg,#14304f,#0a1729); border: 2px solid rgba(64,222,243,0.45); box-shadow: 0 0 70px rgba(64,222,243,0.3), inset 0 0 40px rgba(64,222,243,0.08); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 900; font-size: 80px; color: #40def3; }
.ab-owner-badge { position: absolute; bottom: 16px; right: -6px; background: linear-gradient(135deg,#40def3,#6ced40); padding: 10px 18px; border-radius: 999px; font-family: var(--font-display); font-weight: 800; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: #06121c; box-shadow: 0 0 20px rgba(64,222,243,0.5); }
.ab-owner h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px,3.6vw,46px); line-height: 1.05; letter-spacing: -0.015em; color: #fff; margin: 18px 0 18px; }
.ab-owner .lead { font-family: var(--font-body); font-size: 17px; line-height: 1.75; color: #d6e2f0; margin: 0 0 16px; max-width: 620px; }
.ab-owner p { font-family: var(--font-body); font-size: 16px; line-height: 1.75; color: #aebfd0; margin: 0 0 28px; max-width: 620px; }
.ab-owner .cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

/* =====================================================================
   FOOTER
   ===================================================================== */

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1024px) {
  .section { padding: 80px 24px; }
  .ab-hero-section { padding: 130px 24px 70px; }
  .desktop-nav { display: none; }
  .nav-toggle { display: flex; }
  .site-header, .site-header.scrolled { padding-left: 24px; padding-right: 24px; }

  .ab-story  { grid-template-columns: 1fr; gap: 32px; }
  .ab-values { grid-template-columns: 1fr; gap: 16px; }
  .ab-owner  { grid-template-columns: 1fr; gap: 36px; }
  .ab-owner-photo { width: 280px; height: 280px; }
  /* keep the owner badge on one line even though the photo is smaller on mobile */
  .ab-owner-badge { white-space: nowrap; }

  .v6-footer-top { grid-template-columns: 1fr; gap: 32px; }
  .v6-footer-cols { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}

@media (max-width: 600px) {
  .ab-hero-section { padding-top: 120px; }
  .ab-owner-photo { width: 230px; height: 230px; font-size: 58px; }
  .section { padding: 64px 18px; }
}

/* =====================================================================
   HOST-THEME GUARD (WordPress/Elementor)
   ===================================================================== */

/* Host-theme guard: lock the design's button colors so the host theme (Elementor)
   can't recolor them on rest/hover/focus/active. */
.btn-primary, .btn-outline { -webkit-appearance: none !important; appearance: none !important; }
.btn-primary { background: linear-gradient(135deg, #40def3, #6ced40) !important; color: #0a1729 !important; }

.btn-outline { background: transparent !important; }
.btn-outline.cyan  { color: #40def3 !important; border-color: rgba(64,222,243,0.7) !important; }
.btn-outline.cyan:hover { background: rgba(64,222,243,0.12) !important; color: #40def3 !important; }

/* Nav + footer animated underline (Home v6 update) */
