/* GeoForge About page */

.gf-about-section { padding: clamp(72px,9vw,120px) 24px; }

.gf-about-eyebrow {
  margin: 0 0 14px;
  color: #F47C20;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.gf-about-eyebrow--light { color: #F47C20; }

.gf-about-hero {
  position: relative;
  min-height: min(800px,calc(100vh - 72px));
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 30%, rgba(47,168,79,.12), transparent 26%),
    linear-gradient(135deg,#071726 0%,#102A43 58%,#173c5e 100%);
  color: #fff;
  isolation: isolate;
}

.gf-about-hero__contours {
  position: absolute;
  z-index: -1;
  top: -10%;
  right: -12%;
  width: min(760px,62vw);
  aspect-ratio: 1;
  border: 1px solid rgba(244,124,32,.18);
  border-radius: 52% 48% 43% 57%;
  box-shadow:
    0 0 0 58px rgba(255,255,255,.024),
    0 0 0 116px rgba(244,124,32,.034),
    0 0 0 174px rgba(255,255,255,.018),
    0 0 0 232px rgba(47,168,79,.022);
  transform: rotate(-16deg);
}

.gf-about-hero__contours::before,
.gf-about-hero__contours::after { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 55% 45% 60% 40%; content: ""; }
.gf-about-hero__contours::before { inset: 17%; transform: rotate(26deg); }
.gf-about-hero__contours::after { inset: 35%; border-color: rgba(244,124,32,.23); transform: rotate(-14deg); }
.gf-about-hero__layout { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(380px,.88fr); gap: clamp(46px,8vw,100px); min-height: inherit; align-items: center; padding-block: clamp(100px,13vw,164px); }
.gf-about-hero__content { max-width: 780px; }

.gf-about-hero h1 {
  max-width: 780px;
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(44px,5.3vw,76px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.gf-about-hero h1 span { color: #F47C20; }
.gf-about-hero__lede { max-width: 720px; margin: 0 0 34px; color: rgba(255,255,255,.84); font-size: clamp(18px,1.6vw,22px); line-height: 1.55; }
.gf-about-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.gf-about-btn--orange { border-color: #F47C20; background: #F47C20; color: #102A43; }
.gf-about-btn--orange:hover { border-color: #fff; background: #fff; color: #102A43; }
.gf-about-btn--ghost { border: 1px solid rgba(255,255,255,.62); background: rgba(16,42,67,.26); color: #fff; backdrop-filter: blur(8px); }
.gf-about-btn--ghost:hover { border-color: #fff; background: #fff; color: #102A43; }
.gf-about-hero__proof { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 0; padding: 0; color: rgba(255,255,255,.74); font-size: 13px; font-weight: 700; letter-spacing: .025em; list-style: none; text-transform: uppercase; }
.gf-about-hero__proof li { display: flex; align-items: center; gap: 9px; }
.gf-about-hero__proof li::before { width: 7px; height: 7px; border-radius: 50%; background: #2FA84F; box-shadow: 0 0 0 4px rgba(47,168,79,.16); content: ""; }

.gf-about-hero__mark { position: relative; padding: clamp(30px,4vw,48px); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.07); box-shadow: 0 28px 70px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.gf-about-hero__mark img { display: block; width: min(320px,90%); height: auto; margin-bottom: 38px; }
.gf-about-hero__sequence { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 12px; align-items: center; }
.gf-about-hero__sequence span { display: block; }
.gf-about-hero__sequence strong { display: block; margin-bottom: 4px; color: #fff; font-size: 14px; }
.gf-about-hero__sequence small { display: block; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.35; }
.gf-about-hero__sequence i { color: #F47C20; font-style: normal; }

.gf-about-origin { background: #fff; }
.gf-about-origin__grid, .gf-about-boundary__layout { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(44px,8vw,110px); align-items: start; }
.gf-about-origin h2, .gf-about-heading h2, .gf-about-pilots h2, .gf-about-boundary h2, .gf-about-location h2, .gf-about-cta h2 { margin: 0; color: #102A43; font-size: clamp(32px,4vw,50px); font-weight: 600; letter-spacing: -.035em; line-height: 1.14; }
.gf-about-origin__copy { color: #53616b; font-size: 18px; }
.gf-about-origin__copy p:last-child { margin-bottom: 0; }
.gf-about-origin__signals { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: clamp(54px,7vw,86px); overflow: hidden; border: 1px solid #dce3e8; border-radius: 14px; background: #dce3e8; }
.gf-about-origin__signals div { padding: 26px 28px; background: #f7f8f6; }
.gf-about-origin__signals strong { display: block; margin-bottom: 5px; color: #102A43; font-size: 16px; }
.gf-about-origin__signals span { display: block; color: #5c6873; font-size: 14px; line-height: 1.5; }

.gf-about-pilots { background: #102A43; color: #fff; }
.gf-about-pilots__layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.9fr); gap: clamp(48px,8vw,108px); align-items: center; }
.gf-about-pilots h2 { margin-bottom: 22px; color: #fff; }
.gf-about-pilots__layout > div > p:last-child { max-width: 690px; color: rgba(255,255,255,.7); font-size: 18px; }
.gf-about-pilots ul { display: grid; gap: 1px; margin: 0; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.16); list-style: none; }
.gf-about-pilots li { position: relative; padding: 24px 26px 24px 54px; background: rgba(255,255,255,.07); }
.gf-about-pilots li::before { position: absolute; top: 31px; left: 28px; width: 9px; height: 9px; border-radius: 50%; background: #F47C20; content: ""; }
.gf-about-pilots strong { display: block; margin-bottom: 5px; color: #fff; font-size: 16px; }
.gf-about-pilots span { display: block; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.55; }

.gf-about-markets { background: #f4f1ea; }
.gf-about-heading { max-width: 820px; margin: 0 auto clamp(44px,6vw,70px); text-align: center; }
.gf-about-heading--left { margin-inline: 0; text-align: left; }
.gf-about-heading > p:last-child { max-width: 700px; margin: 18px auto 0; color: #5c6873; font-size: 18px; }
.gf-about-heading--left > p:last-child { margin-left: 0; }
.gf-about-market-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.gf-about-market-grid article { position: relative; display: flex; min-height: 390px; flex-direction: column; padding: 32px 30px; overflow: hidden; border: 1px solid rgba(16,42,67,.12); border-radius: 14px; background: #fff; }
.gf-about-market-grid article > span:first-child { position: absolute; top: 18px; right: 22px; color: rgba(16,42,67,.07); font-size: 64px; font-weight: 800; line-height: 1; }
.gf-about-market-grid__kicker { position: relative; margin: 0 0 22px; color: #F47C20; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.gf-about-market-grid h3 { position: relative; margin-bottom: 14px; color: #102A43; font-size: 24px; line-height: 1.25; }
.gf-about-market-grid article > p:not(.gf-about-market-grid__kicker) { color: #5c6873; font-size: 14px; line-height: 1.65; }
.gf-about-market-grid a { display: inline-flex; gap: 8px; margin-top: auto; padding-top: 22px; border-top: 1px solid #d7dfe4; color: #102A43; font-size: 13px; font-weight: 800; text-decoration: none; }
.gf-about-market-grid a span { color: #F47C20; }

.gf-about-technology { background: #fff; }
.gf-about-technology__grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; overflow: hidden; border: 1px solid #d7dfe4; border-radius: 14px; background: #d7dfe4; }
.gf-about-technology__grid article { min-height: 270px; padding: 28px 24px; background: #f7f8f6; }
.gf-about-technology__grid article > span { display: grid; width: 38px; height: 38px; margin-bottom: 30px; place-items: center; border: 1px solid #F47C20; border-radius: 50%; color: #F47C20; font-size: 12px; font-weight: 800; }
.gf-about-technology__grid h3 { margin-bottom: 10px; color: #102A43; font-size: 18px; }
.gf-about-technology__grid p { margin: 0; color: #5c6873; font-size: 13px; line-height: 1.6; }

.gf-about-method { background: #f4f1ea; }
.gf-about-method__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: method; }
.gf-about-method__grid li { position: relative; min-height: 210px; padding: 28px; overflow: hidden; border: 1px solid rgba(16,42,67,.12); border-radius: 12px; background: #fff; counter-increment: method; }
.gf-about-method__grid li::after { position: absolute; right: 16px; bottom: 6px; color: rgba(16,42,67,.06); font-size: 80px; font-weight: 800; line-height: 1; content: counter(method,decimal-leading-zero); }
.gf-about-method__grid strong { position: relative; z-index: 1; display: block; margin-bottom: 14px; color: #102A43; font-size: 20px; }
.gf-about-method__grid span { position: relative; z-index: 1; color: #5c6873; font-size: 14px; line-height: 1.6; }

.gf-about-principles { background: #fff; }
.gf-about-principles__grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #d7dfe4; border-left: 1px solid #d7dfe4; }
.gf-about-principles__grid article { min-height: 235px; padding: 30px; border-right: 1px solid #d7dfe4; border-bottom: 1px solid #d7dfe4; }
.gf-about-principles__grid article > span { display: block; margin-bottom: 28px; color: #F47C20; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.gf-about-principles__grid h3 { margin-bottom: 10px; color: #102A43; font-size: 19px; }
.gf-about-principles__grid p { margin: 0; color: #5c6873; font-size: 14px; line-height: 1.6; }

.gf-about-boundary { border-top: 1px solid #d7dfe4; background: #f7f8f6; }
.gf-about-boundary__layout > div:last-child { padding-left: 30px; border-left: 4px solid #F47C20; font-size: 18px; }
.gf-about-boundary__layout p:last-child { margin-bottom: 0; }

.gf-about-location { background: #fff; }
.gf-about-location__layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(330px,.8fr); gap: clamp(48px,8vw,108px); align-items: center; }
.gf-about-location h2 { margin-bottom: 20px; }
.gf-about-location__layout > div > p:not(.gf-about-eyebrow) { max-width: 740px; color: #596772; font-size: 18px; }
.gf-about-location__programs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.gf-about-location__programs span { padding: 9px 13px; border: 1px solid #d7dfe4; border-radius: 999px; background: #f7f8f6; color: #102A43; font-size: 12px; font-weight: 750; }
.gf-about-location address { padding: 34px; border-radius: 14px; background: #102A43; color: rgba(255,255,255,.74); font-size: 16px; font-style: normal; line-height: 1.75; }
.gf-about-location address > span { display: block; margin-bottom: 12px; color: #fff; font-size: 20px; font-weight: 700; }
.gf-about-location address a { display: inline-flex; margin-top: 16px; color: #F47C20; font-size: 13px; font-weight: 800; text-decoration: none; }

.gf-about-cta { background: #102A43; }
.gf-about-cta__layout { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.gf-about-cta h2 { max-width: 820px; color: #fff; }

@media (max-width: 1040px) {
  .gf-about-technology__grid { grid-template-columns: repeat(3,1fr); }
  .gf-about-technology__grid article:nth-child(4), .gf-about-technology__grid article:nth-child(5) { min-height: 220px; }
}

@media (max-width: 900px) {
  .gf-about-hero__layout, .gf-about-pilots__layout { grid-template-columns: 1fr; }
  .gf-about-hero__mark { max-width: 620px; }
  .gf-about-market-grid { grid-template-columns: 1fr; }
  .gf-about-market-grid article { min-height: 0; }
  .gf-about-method__grid, .gf-about-principles__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  .gf-about-section { padding: 64px 20px; }
  .gf-about-hero { min-height: 760px; }
  .gf-about-hero__contours { top: 0; right: -75%; width: 660px; opacity: .6; }
  .gf-about-hero__layout { gap: 46px; padding-block: 82px; }
  .gf-about-hero h1 { font-size: clamp(39px,11vw,54px); }
  .gf-about-hero__sequence { grid-template-columns: 1fr; }
  .gf-about-hero__sequence i { transform: rotate(90deg); }
  .gf-about-origin__grid, .gf-about-boundary__layout, .gf-about-location__layout { grid-template-columns: 1fr; gap: 30px; }
  .gf-about-origin__signals, .gf-about-technology__grid, .gf-about-method__grid, .gf-about-principles__grid { grid-template-columns: 1fr; }
  .gf-about-technology__grid article { min-height: 0; }
  .gf-about-boundary__layout > div:last-child { padding-left: 22px; }
  .gf-about-cta__layout { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .gf-about-btn--orange, .gf-about-btn--ghost { transition: none; }
}
