/**
 * Gateway Workshops — About page
 * Scoped to .gw-about-page
 */

.gw-inner-page .gw-about-page #breadcrumb {
  display: none;
}

.gw-about-hero {
  position: relative;
  padding: clamp(3rem, 6vw, 4.75rem) 0 clamp(3.5rem, 7vw, 5.25rem);
  overflow: hidden;
}

.gw-about-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(18, 12, 30, 0.15) 0%, transparent 40%),
    var(--gw-gradient-hero);
}

.gw-about-hero__content {
  position: relative;
  z-index: 1;
}

.gw-about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}

.gw-about-hero__copy {
  text-align: left;
}

.gw-about-hero__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gw-inner-page .gw-about-page .gw-about-hero h1,
.gw-about-page .gw-about-hero__copy h1 {
  font-family: var(--gw-display);
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff !important;
  margin-bottom: 1.25rem;
  max-width: none;
}

.gw-inner-page .gw-about-page .gw-about-hero p,
.gw-about-page .gw-about-hero__intro,
.gw-about-page .gw-about-hero__panel p {
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92) !important;
  margin-bottom: 1rem;
}

.gw-about-hero__intro:last-of-type {
  margin-bottom: 0;
}

.gw-about-hero__panel {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--gw-radius);
  padding: clamp(1.35rem, 2.5vw, 1.85rem);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(18, 12, 30, 0.18);
}

.gw-about-hero__panel p:last-child {
  margin-bottom: 0;
}

.gw-about-hero__panel strong {
  color: #fff !important;
}

.gw-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.gw-inner-page .gw-about-page .gw-about-hero .gw-btn--outline-light,
.gw-about-page .gw-about-hero .gw-btn--outline-light {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
}

.gw-about-hero .gw-btn--outline-light:hover,
.gw-about-hero .gw-btn--outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: var(--gw-primary) !important;
}

.gw-about-page .gw-btn {
  white-space: nowrap;
  flex-shrink: 0;
  width: max-content;
  max-width: 100%;
  font-size: clamp(0.72rem, 1.1vw, 0.88rem);
  padding-inline: 1.15rem;
}

.gw-about-section {
  padding: 3.5rem 0;
}

.gw-about-section--soft {
  background: var(--gw-bg-soft);
}

.gw-about-section__head {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 2.25rem;
}

.gw-about-section__head--wide {
  max-width: 100%;
}

.gw-about-section__head h2 {
  font-family: var(--gw-display);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  color: var(--gw-ink);
  margin: 0.35rem 0 0.75rem;
  line-height: 1.25;
  text-wrap: balance;
}

.gw-about-page .gw-feature-grid--about {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gw-about-page .gw-feature-card p {
  margin: 0;
  line-height: 1.65;
}

.gw-about-section__head p {
  color: var(--gw-ink-soft);
  line-height: 1.7;
}

.gw-about-founder {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 2rem;
  align-items: start;
  background: #fff;
  border: 1px solid var(--gw-border);
  border-radius: var(--gw-radius);
  padding: 1.75rem;
  box-shadow: var(--gw-shadow-sm);
}

.gw-about-founder__photo {
  border-radius: var(--gw-radius-sm);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--gw-bg-muted);
}

.gw-about-founder__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.gw-about-founder__body h3 {
  font-family: var(--gw-display);
  font-size: 1.5rem;
  color: var(--gw-ink);
  margin-bottom: 0.35rem;
}

.gw-about-founder__role {
  color: var(--gw-primary);
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.gw-about-founder__body p {
  color: var(--gw-ink-soft);
  line-height: 1.75;
  margin-bottom: 1rem;
}

.gw-about-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.gw-about-pillar {
  background: #fff;
  border: 1px solid var(--gw-border);
  border-radius: var(--gw-radius);
  padding: 1.5rem 1.35rem;
  box-shadow: var(--gw-shadow-sm);
}

.gw-about-pillar h3 {
  font-family: var(--gw-display);
  font-size: 1.15rem;
  color: var(--gw-primary);
  margin-bottom: 0.65rem;
}

.gw-about-pillar p {
  color: var(--gw-ink-soft);
  line-height: 1.65;
  font-size: 0.94rem;
}

.gw-about-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.gw-about-value {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1.1rem;
  background: #fff;
  border: 1px solid var(--gw-border);
  border-radius: 999px;
  color: var(--gw-ink);
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
}

.gw-about-value i {
  color: var(--gw-primary);
}

.gw-about-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.gw-about-highlight {
  display: flex;
  gap: 0.85rem;
  padding: 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid var(--gw-border);
  border-radius: var(--gw-radius-sm);
}

.gw-about-highlight__icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--gw-primary-light);
  color: var(--gw-primary);
}

.gw-about-highlight p {
  margin: 0;
  color: var(--gw-ink-soft);
  line-height: 1.55;
  font-size: 0.92rem;
}

.gw-about-highlights strong,
.gw-about-highlight strong {
  color: var(--gw-ink);
}

.gw-about-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 2rem;
  align-items: center;
}

.gw-about-trust img {
  max-height: 52px;
  width: auto;
  opacity: 0.9;
  filter: grayscale(10%);
}

.gw-about-trust img:hover {
  opacity: 1;
  filter: none;
}

.gw-about-clients {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.gw-about-trained {
  text-align: center;
  width: 100%;
}

.gw-about-trained .gw-about-section__head {
  margin-bottom: 1.5rem;
}

.gw-about-trained .gw-about-section__head p {
  text-align: center;
  max-width: none;
}

.gw-about-page .gw-about-trained p.gw-about-clients-note {
  text-align: center;
  margin: 1.75rem auto 0;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.8;
}

.gw-about-client {
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--gw-border);
  color: var(--gw-ink-soft);
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
}

.gw-about-clients-note {
  color: var(--gw-ink-soft);
  line-height: 1.75;
  font-size: 0.95rem;
  text-wrap: pretty;
}

.gw-about-cta {
  text-align: center;
  padding: 3rem 2rem;
  border-radius: var(--gw-radius);
  background: var(--gw-gradient-brand);
  color: #fff;
  box-shadow: var(--gw-shadow);
}

.gw-about-cta h2 {
  font-family: var(--gw-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #fff;
  margin-bottom: 0.75rem;
}

.gw-about-cta p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 52ch;
  margin: 0 auto 1.5rem;
  line-height: 1.65;
}

.gw-about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  max-width: 100%;
}

.gw-about-cta .gw-btn {
  max-width: 100%;
  overflow-x: auto;
}

.gw-about-cta .gw-btn--outline-light:hover,
.gw-about-cta .gw-btn--outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: var(--gw-primary);
}

.gw-about-cta .gw-btn--ghost.gw-btn--on-dark:hover,
.gw-about-cta .gw-btn--ghost.gw-btn--on-dark:focus {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  color: #fff;
}

.gw-about-more {
  border-top: 1px solid var(--gw-border);
  padding-top: 2rem;
}

.gw-about-more details {
  background: #fff;
  border: 1px solid var(--gw-border);
  border-radius: var(--gw-radius);
  overflow: hidden;
}

.gw-about-more summary {
  cursor: pointer;
  padding: 1.1rem 1.35rem;
  font-weight: 700;
  color: var(--gw-ink);
  list-style: none;
}

.gw-about-more summary::-webkit-details-marker {
  display: none;
}

.gw-about-more summary::after {
  content: '+';
  float: right;
  color: var(--gw-primary);
  font-size: 1.25rem;
}

.gw-about-more details[open] summary::after {
  content: '−';
}

.gw-about-prose {
  padding: 0 1.35rem 1.35rem;
  color: var(--gw-ink-soft);
  line-height: 1.75;
  font-size: 0.95rem;
}

.gw-about-prose h3,
.gw-about-prose h4 {
  font-family: var(--gw-display);
  color: var(--gw-ink);
  margin: 1.5rem 0 0.75rem;
}

.gw-about-prose img {
  max-width: 100%;
  height: auto;
  border-radius: var(--gw-radius-sm);
  margin: 1rem 0;
}

.gw-about-prose a {
  color: var(--gw-primary);
  text-decoration: underline;
}

@media (min-width: 992px) {
  .gw-about-section__head--wide h2 {
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  .gw-about-hero__grid {
    grid-template-columns: 1fr;
  }

  .gw-about-founder,
  .gw-about-pillars {
    grid-template-columns: 1fr;
  }

  .gw-about-page .gw-feature-grid--about {
    grid-template-columns: 1fr;
  }

  .gw-about-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .gw-about-highlights {
    grid-template-columns: 1fr;
  }

  .gw-about-founder__photo {
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .gw-about-page .gw-btn,
  .gw-about-value,
  .gw-about-client {
    white-space: normal;
    width: auto;
  }
}
