.elementor-4050 .elementor-element.elementor-element-413e485{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2fb053f *//* ══════════════════════════════════════════
   TOKENS — identical to homepage + KB
══════════════════════════════════════════ */
:root {
  --bg:           #111010;
  --bg-2:         #181614;
  --bg-3:         #1e1b18;
  --bg-4:         #252118;
  --bg-card:      #1a1714;
  --text:         rgba(255,255,255,0.90);
  --text-2:       rgba(255,255,255,0.78);
  --text-3:       rgba(255,255,255,0.65);
  --text-4:       rgba(255,255,255,0.50);
  --orange:       #f0a030;
  --orange-2:     #f8b840;
  --orange-dim:   #d08828;
  --orange-glow:  rgba(240,160,48,0.12);
  --orange-line:  rgba(240,160,48,0.3);
  --border:       rgba(255,255,255,0.07);
  --border-2:     rgba(255,255,255,0.04);
}

/* ══════════════════════════════════════════
   BASE
══════════════════════════════════════════ */
* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: inherit; }

/* ══════════════════════════════════════════
   ELEMENTOR SHIELD
══════════════════════════════════════════ */
.gp-html-embed,
.gp-html-embed * {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
.gp-html-embed,
.gp-html-embed p,
.gp-html-embed li {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  color: var(--text) !important;
  line-height: 1.85 !important;
  font-weight: 400 !important;
}
.gp-html-embed h1,
.gp-html-embed h2,
.gp-html-embed h3 {
  color: var(--text) !important;
}

/* ══════════════════════════════════════════
   TYPOGRAPHY — from homepage
══════════════════════════════════════════ */
.gp-display {
  font-family: 'Cormorant Garamond', 'Cormorant', serif;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text);
}
.gp-xl  { font-size: clamp(3.2rem, 6vw, 6.5rem); }
.gp-lg  { font-size: clamp(2.4rem, 4.5vw, 4.5rem); }
.gp-md  { font-size: clamp(1.9rem, 3.5vw, 3.2rem); }
.gp-sm  { font-size: clamp(1.5rem, 2.5vw, 2.2rem); }

.gp-orange { color: var(--orange); font-style: italic; }

.gp-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.gp-label::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--orange-dim);
}

.gp-p-lg { font-size: 1.2rem;  font-weight: 300; color: var(--text-2); line-height: 1.85; }
.gp-p-md { font-size: 1.05rem; font-weight: 400; color: var(--text-2); line-height: 1.85; }
.gp-p-sm { font-size: 0.95rem; font-weight: 400; color: var(--text-3); line-height: 1.8; }

/* ══════════════════════════════════════════
   LAYOUT
══════════════════════════════════════════ */
.gp-wrap    { max-width: 1320px; margin: 0 auto; padding: 0 64px; }
.gp-wrap-sm { max-width: 860px;  margin: 0 auto; padding: 0 64px; }

/* ══════════════════════════════════════════
   DIVIDERS
══════════════════════════════════════════ */
.gp-line { border: none; border-top: 1px solid var(--border); margin: 0; }

/* ══════════════════════════════════════════
   BUTTONS — from homepage
══════════════════════════════════════════ */
.gp-btn {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 36px;
  transition: all 0.25s;
  cursor: pointer;
  border: none;
  line-height: 1;
}
.gp-btn-orange { background: var(--orange); color: #fff; }
.gp-btn-orange:hover { background: var(--orange-2); color: #fff; }

.gp-btn-outline {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--border);
}
.gp-btn-outline:hover { border-color: var(--orange); color: var(--orange); }

.gp-btn-ghost {
  background: transparent;
  color: var(--orange);
  font-family: 'Jost', sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--orange-dim);
  padding-bottom: 3px;
  transition: all 0.2s;
}
.gp-btn-ghost:hover { color: var(--orange-2); border-color: var(--orange); }

/* ══════════════════════════════════════════
   SCROLL REVEAL — from homepage
══════════════════════════════════════════ */
.gp-rv {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.gp-rv.in { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════════
   TAGS — from Loka blocks
══════════════════════════════════════════ */
.gp-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }

.gp-tag {
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--text-2);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 8px 18px;
  transition: all 0.22s;
}
.gp-tag:hover { border-color: var(--orange-dim); color: var(--orange); }

.gp-tag-note {
  font-size: 0.95rem;
  color: var(--text-3);
  font-style: italic;
}

/* ════════════════════════════════════════
   1. HERO
════════════════════════════════════════ */
.gp-hero {
  padding: 110px 52px 100px;
  max-width: 1160px;
  margin: 0 auto;
}

.gp-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 52px;
  opacity: 0;
  animation: gp-up 0.9s ease forwards 0.2s;
}
.gp-hero-eyebrow::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--orange);
  flex-shrink: 0;
}
.gp-hero-eyebrow span {
  font-family: 'Jost', sans-serif;
  font-size: 1.06rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--orange);
}

.gp-hero-title {
  margin-bottom: 44px;
  opacity: 0;
  animation: gp-up 0.9s ease forwards 0.4s;
}
.gp-hero-title h1 {
  font-family: 'Cormorant Garamond', 'Cormorant', serif;
  font-size: clamp(3.2rem, 6vw, 6.5rem);
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--text);
}
.gp-hero-title h1 em {
  font-style: italic;
  color: var(--orange);
}

.gp-hero-desc {
  max-width: 620px;
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--text-2);
  line-height: 1.85;
  margin-bottom: 52px;
  opacity: 0;
  animation: gp-up 0.9s ease forwards 0.6s;
}

.gp-hero-motto {
  display: inline-block;
  font-family: 'Cormorant Garamond', 'Cormorant', serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  color: var(--text-3);
  border-left: 2px solid var(--orange-dim);
  padding-left: 22px;
  margin-bottom: 60px;
  line-height: 1.6;
  max-width: 560px;
  opacity: 0;
  animation: gp-up 0.9s ease forwards 0.78s;
}

.gp-hero-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: gp-up 0.9s ease forwards 0.95s;
}

.gp-btn-dark {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 38px;
  background: var(--text);
  color: #111010;
  transition: background 0.25s, color 0.25s;
  line-height: 1;
}
.gp-btn-dark:hover { background: var(--orange); color: #fff; }

.gp-btn-outline-hero {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 38px;
  background: transparent;
  color: var(--text);
  border: 1.5px solid rgba(255,255,255,0.18);
  transition: all 0.25s;
  line-height: 1;
}
.gp-btn-outline-hero:hover { border-color: var(--orange); color: var(--orange); }

@keyframes gp-up {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ════════════════════════════════════════
   2 & 3. ORIGINS + WESTERN — two-column with timelines
════════════════════════════════════════ */
.gp-history {
  padding: 120px 0;
  border-bottom: 1px solid var(--border);
}
.gp-history.alt { background: var(--bg-2); }
.gp-history.base { background: var(--bg); }

.gp-history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* Timeline rows — adapted from gp-cred (Teacher section) */
.gp-timeline {
  margin-top: 44px;
  border-top: 1px solid var(--border);
}

.gp-timeline-row {
  display: flex;
  gap: 0;
  align-items: stretch;
  border-bottom: 1px solid var(--border);
  transition: background 0.2s;
}
.gp-timeline-row:hover { background: rgba(240,160,48,0.04); }

.gp-timeline-dot {
  width: 3px;
  background: rgba(224,120,32,0.25);
  flex-shrink: 0;
  margin-right: 20px;
  transition: background 0.2s;
}
.gp-timeline-row:hover .gp-timeline-dot { background: var(--orange); }

.gp-timeline-content {
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gp-timeline-era {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
}

.gp-timeline-title {
  font-family: 'Cormorant Garamond', 'Cormorant', serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.25;
}

.gp-timeline-desc {
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--text-3);
  line-height: 1.7;
  max-width: 500px;
}

/* Blockquote — from Loka quote styling */
.gp-blockquote {
  font-family: 'Cormorant Garamond', 'Cormorant', serif;
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 300;
  color: var(--text-2);
  line-height: 1.65;
  border-left: 2px solid var(--orange-dim);
  padding-left: 24px;
  margin-bottom: 32px;
  max-width: 520px;
}

.gp-blockquote-src {
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange-dim);
  margin-top: 12px;
  display: block;
  font-style: normal;
}

.gp-history-right { padding-top: 20px; }

/* ════════════════════════════════════════
   4. THREE TRACKS — Loka-block layout
════════════════════════════════════════ */
.gp-tracks {
  padding: 120px 0;
  background: var(--bg-2);
  border-bottom: 1px solid var(--border);
}

.gp-tracks-header {
  padding-bottom: 64px;
  border-bottom: 1px solid var(--border);
}

.gp-track-block {
  border-bottom: 1px solid var(--border);
}

.gp-track-row {
  display: grid;
  grid-template-columns: 280px 1fr;
}

.gp-track-meta {
  padding: 64px 48px 64px 0;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gp-track-letter {
  font-family: 'Cormorant Garamond', 'Cormorant', serif;
  font-size: 6rem;
  font-weight: 300;
  color: rgba(240,160,48,0.42);
  line-height: 0.9;
  margin-bottom: 16px;
  display: block;
  transition: color 0.4s;
}
.gp-track-block:hover .gp-track-letter { color: rgba(240,160,48,0.65); }

.gp-track-name {
  font-family: 'Cormorant Garamond', 'Cormorant', serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.1;
  margin-bottom: 6px;
}

.gp-track-audience {
  font-family: 'Cormorant Garamond', 'Cormorant', serif;
  font-size: 1.35rem;
  font-style: italic;
  color: var(--orange);
  margin-bottom: 28px;
}

.gp-track-purpose {
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-2);
  line-height: 1.7;
}

.gp-track-content {
  padding: 64px 0 64px 60px;
}

.gp-track-content .gp-p-md {
  margin-bottom: 36px;
  max-width: 560px;
}

/* ════════════════════════════════════════
   5A. EXPLORE THE DOMAINS — KB card grid pattern
   Directly adapted from kb-subjects + kb-card
════════════════════════════════════════ */
.gp-domains {
  padding: 120px 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

.gp-domains-header {
  margin-bottom: 64px;
}

/* Grid — from KB kb-subjects: 1px gap, tinted gap bg */
.gp-domain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.035);
}

/* Card — from KB kb-card */
.gp-domain-card {
  background: #1a1408;
  padding: 48px 40px 44px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.gp-domain-card:hover { background: #201a0a; }

/* Accent line at top — from KB kb-card::before */
.gp-domain-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--orange);
  opacity: 0;
  transition: opacity 0.3s;
}
.gp-domain-card:hover::before { opacity: 1; }

/* Status pill */
.gp-status {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 5px 14px;
  margin-bottom: 24px;
  display: inline-block;
  align-self: flex-start;
}
.gp-status-active {
  color: var(--orange);
  border: 1px solid var(--orange);
  background: rgba(240,160,48,0.08);
}
.gp-status-soon {
  color: var(--text-4);
  border: 1px solid rgba(255,255,255,0.10);
  background: transparent;
}

/* Card icon — from KB kb-card-icon */
.gp-domain-icon {
  font-size: 1.8rem;
  margin-bottom: 24px;
  display: block;
  line-height: 1;
}

/* Card title — from KB kb-card-title */
.gp-domain-title {
  font-family: 'Cormorant Garamond', 'Cormorant', serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 8px;
}

/* Card subtitle — from KB kb-card-subtitle */
.gp-domain-subtitle {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-dim);
  margin-bottom: 20px;
  display: block;
}

/* Card desc — from KB kb-card-desc */
.gp-domain-desc {
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--text-2);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 28px;
}

/* Card link — from KB kb-card-link */
.gp-domain-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-top: auto;
  transition: gap 0.2s;
}
.gp-domain-card:hover .gp-domain-link { gap: 14px; }

/* Dimmed state for COMING SOON cards */
.gp-domain-card.soon { cursor: default; }
.gp-domain-card.soon .gp-domain-title { color: var(--text-3); }
.gp-domain-card.soon .gp-domain-desc  { color: var(--text-4); }
.gp-domain-card.soon .gp-domain-link  { color: var(--text-4); }
.gp-domain-card.soon::before { background: rgba(255,255,255,0.15); }

/* ════════════════════════════════════════
   5B. INSIDE MECHANICS — 3×2 chapter card grid
   Same KB card pattern, slightly compact
════════════════════════════════════════ */
.gp-chapters {
  padding: 120px 0;
  background: var(--bg-2);
  border-bottom: 1px solid var(--border);
}

.gp-chapters-header {
  margin-bottom: 64px;
}

.gp-chapter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.035);
}

.gp-chapter-card {
  background: var(--bg-card);
  padding: 40px 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.gp-chapter-card:hover { background: var(--bg-3); }

/* Accent bar — same KB pattern */
.gp-chapter-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--orange);
  opacity: 0;
  transition: opacity 0.3s;
}
.gp-chapter-card:hover::before { opacity: 1; }

/* Lesson count badge */
.gp-lesson-count {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-4);
  margin-bottom: 16px;
  display: block;
}
.gp-lesson-count strong {
  color: var(--orange);
  font-weight: 600;
}

.gp-chapter-icon {
  font-size: 1.5rem;
  margin-bottom: 18px;
  display: block;
  line-height: 1;
}

.gp-chapter-title {
  font-family: 'Cormorant Garamond', 'Cormorant', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 12px;
}

.gp-chapter-desc {
  font-size: 0.92rem;
  font-weight: 400;
  color: var(--text-2);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 24px;
}

.gp-chapter-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-top: auto;
  transition: gap 0.2s;
}
.gp-chapter-card:hover .gp-chapter-link { gap: 14px; }

/* Dimmed COMING SOON chapters */
.gp-chapter-card.soon { cursor: default; }
.gp-chapter-card.soon .gp-chapter-title { color: var(--text-3); }
.gp-chapter-card.soon .gp-chapter-desc  { color: var(--text-4); }
.gp-chapter-card.soon .gp-chapter-link  { color: var(--text-4); }
.gp-chapter-card.soon::before { background: rgba(255,255,255,0.15); }

/* ════════════════════════════════════════
   6. LEARNING PHILOSOPHY — 5-step grid
════════════════════════════════════════ */
.gp-philosophy {
  padding: 120px 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.gp-phil-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 64px;
}

.gp-phil-card {
  background: var(--bg);
  padding: 48px 32px;
  transition: background 0.3s;
  position: relative;
}
.gp-phil-card:hover { background: var(--bg-3); }

/* Arrow connector */
.gp-phil-card:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: var(--orange-dim);
  z-index: 2;
  background: var(--bg);
  padding: 4px 0;
  line-height: 1;
}

.gp-phil-n {
  font-family: 'Cormorant Garamond', 'Cormorant', serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--orange);
  opacity: 0.55;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.gp-phil-card:hover .gp-phil-n { opacity: 1; }

.gp-phil-card h3 {
  font-family: 'Cormorant Garamond', 'Cormorant', serif;
  font-size: 1.65rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 14px;
  line-height: 1.2;
}

.gp-phil-card p {
  font-size: 0.95rem;
  color: var(--text-2);
  line-height: 1.8;
}

/* ════════════════════════════════════════
   7. CTA — mirrors KB bottom / Dakṣiṇā
════════════════════════════════════════ */
.gp-cta {
  padding: 120px 0;
  background: var(--bg-2);
  text-align: center;
}

.gp-cta-inner {
  max-width: 680px;
  margin: 0 auto;
}

.gp-cta .gp-label {
  justify-content: center;
  margin-bottom: 28px;
}
.gp-cta .gp-label::after { display: none; }

.gp-cta h2 { margin-bottom: 32px; }

.gp-cta-quote {
  font-family: 'Cormorant Garamond', 'Cormorant', serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  color: var(--text-2);
  line-height: 1.75;
  margin: 40px auto;
  padding: 32px 44px;
  border-left: 2px solid var(--orange-dim);
  text-align: left;
  background: var(--bg-4);
  max-width: 580px;
}

.gp-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 44px;
}

/* ════════════════════════════════════════
   RESPONSIVE — TABLET (1040px)
════════════════════════════════════════ */
@media (max-width: 1040px) {
  .gp-wrap, .gp-wrap-sm { padding: 0 36px; }
  .gp-hero { padding: 80px 36px; }

  .gp-history-grid { grid-template-columns: 1fr; gap: 48px; }

  .gp-track-row { grid-template-columns: 1fr; }
  .gp-track-meta {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 48px 0 36px;
  }
  .gp-track-content { padding: 44px 0 48px; }
  .gp-track-letter { font-size: 4rem; }

  .gp-domain-grid { grid-template-columns: repeat(2, 1fr); }
  .gp-chapter-grid { grid-template-columns: repeat(2, 1fr); }

  .gp-phil-grid { grid-template-columns: repeat(3, 1fr); }
  .gp-phil-card:nth-child(3)::after { display: none; }

  .gp-history,
  .gp-tracks,
  .gp-domains,
  .gp-chapters,
  .gp-philosophy,
  .gp-cta { padding: 80px 0; }
}

/* ════════════════════════════════════════
   RESPONSIVE — MOBILE (640px)
════════════════════════════════════════ */
@media (max-width: 640px) {
  .gp-wrap, .gp-wrap-sm { padding: 0 20px; }
  .gp-hero { padding: 64px 20px; }
  .gp-hero-title h1 { font-size: clamp(2.5rem, 10vw, 4.5rem); }
  .gp-hero-desc { font-size: 1.05rem; }
  .gp-hero-motto { font-size: 1.05rem; }
  .gp-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .gp-btn-dark,
  .gp-btn-outline-hero { display: block; text-align: center; }

  .gp-history,
  .gp-tracks,
  .gp-domains,
  .gp-chapters,
  .gp-philosophy,
  .gp-cta { padding: 64px 0; }

  .gp-domain-grid { grid-template-columns: 1fr; }
  .gp-domain-card { padding: 36px 28px; }

  .gp-chapter-grid { grid-template-columns: 1fr; }
  .gp-chapter-card { padding: 32px 24px; }

  .gp-phil-grid { grid-template-columns: 1fr; }
  .gp-phil-card::after { display: none !important; }
  .gp-phil-card { padding: 36px 28px; }

  .gp-track-letter { font-size: 3.5rem; }
  .gp-track-name { font-size: 1.75rem; }

  .gp-blockquote { font-size: 1.15rem; }
  .gp-timeline-title { font-size: 1.15rem; }

  .gp-tags { gap: 8px; }
  .gp-tag { font-size: 0.82rem; padding: 7px 14px; }

  .gp-cta-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .gp-cta-btns .gp-btn { display: block; text-align: center; }
  .gp-cta-quote { padding: 24px 28px; font-size: 1.1rem; }

  .gp-label { font-size: 0.72rem; }
  .gp-btn { display: block; text-align: center; }
}/* End custom CSS */