body:has(.fg-info-page) .entry-header {
  display: none;
}

.fg-info-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 24px 96px;
  color: #183f44;
}

.fg-info-page__hero {
  max-width: 780px;
  margin-bottom: 48px;
}

.fg-info-page__eyebrow {
  margin: 0 0 10px;
  color: #0b7479;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fg-info-page__hero h1 {
  margin: 0 0 18px;
  color: #073f47;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.fg-info-page__hero > p:last-child {
  color: #506568;
  font-size: 18px;
  line-height: 1.7;
}

.fg-info-grid,
.fg-info-steps {
  display: grid;
  gap: 16px;
}

.fg-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 32px 0 64px;
}

.fg-info-grid--three,
.fg-info-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fg-info-card {
  padding: 28px;
  border: 1px solid #dce5e2;
  border-radius: 14px;
  background: #fff;
}

.fg-info-card h2,
.fg-info-card h3 {
  margin: 0 0 10px;
  color: #073f47;
}

.fg-info-section {
  margin: 64px 0;
}

.fg-info-section > h2 {
  margin: 0 0 24px;
  color: #073f47;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -0.035em;
}

.fg-info-steps article {
  padding: 24px 0;
  border-top: 2px solid var(--fg-site-lime);
}

/* Numeric 01/02/03 markers were intentionally removed from all information pages. */
.fg-info-steps article > span:first-child {
  display: none;
}

.fg-info-steps h3 {
  color: #073f47;
}

.fg-info-note {
  padding: 30px;
  border-left: 5px solid var(--fg-site-lime);
  border-radius: 16px;
  background: #f0f6e7;
}

.fg-info-note h2 {
  margin-top: 0;
  color: #073f47;
}

/* Privacy policy */
.fg-privacy-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}

.fg-privacy-index {
  position: sticky;
  top: 140px;
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid #dce5e2;
  border-radius: 16px;
  background: #fff;
}

.fg-privacy-index strong {
  margin-bottom: 4px;
  color: #073f47;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fg-privacy-index a {
  color: #416166;
  font-size: 14px;
  text-decoration-color: #aac3c0;
  text-underline-offset: 3px;
}

.fg-privacy-copy > section {
  padding: 0 0 42px;
  margin: 0 0 42px;
  border-bottom: 1px solid #dce5e2;
  scroll-margin-top: 150px;
}

.fg-privacy-copy > section:last-child {
  border-bottom: 0;
}

.fg-privacy-copy h2 {
  margin: 0 0 18px;
  color: #073f47;
  font-size: clamp(25px, 3vw, 34px);
  letter-spacing: -0.025em;
}

.fg-privacy-copy p,
.fg-privacy-copy li,
.fg-privacy-table {
  color: #45666b;
  font-size: 16px;
  line-height: 1.75;
}

.fg-privacy-copy ul {
  padding-left: 22px;
}

.fg-privacy-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border: 1px solid #dce5e2;
  border-radius: 14px;
}

.fg-privacy-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #fff;
}

.fg-privacy-table th,
.fg-privacy-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #dce5e2;
  text-align: left;
  vertical-align: top;
}

.fg-privacy-table th {
  color: #073f47;
  background: #f0f6e7;
}

.fg-privacy-table tr:last-child td {
  border-bottom: 0;
}

.fg-privacy-contact {
  padding: 28px;
  border-radius: 18px;
  background: #bfe8e2;
}

.fg-privacy-contact a {
  color: #073f47;
  font-weight: 800;
}

/* Our Story */
body:has(.fgx-story) .entry-header,
body:has(.fgx-story) .page-header {
  display: none !important;
}

body:has(.fgx-story) #content {
  background: #fbf7e9;
}

.fgx-story {
  --story-ink: #072f38;
  --story-deep: #063943;
  --story-teal: #0d5d68;
  --story-aqua: #bfe8e2;
  --story-lime: #b9df63;
  max-width: 1240px;
  margin: 0 auto;
  padding: 58px 24px 110px;
  color: var(--story-ink);
  font: 16px/1.7 "Onest", Arial, sans-serif;
}

.fgx-story * {
  box-sizing: border-box;
}

.fgx-story-hero {
  position: relative;
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.65fr);
  gap: 60px;
  align-items: center;
  overflow: hidden;
  padding: clamp(46px, 7vw, 90px);
  border-radius: 32px;
  background: radial-gradient(circle at 82% 24%, rgba(185, 223, 99, 0.2), transparent 23%),
    radial-gradient(circle at 91% 82%, rgba(191, 232, 226, 0.16), transparent 28%), #063943;
  color: #fffdf7;
}

.fgx-story-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(191, 232, 226, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(191, 232, 226, 0.045), 0 0 0 116px rgba(191, 232, 226, 0.03);
}

.fgx-story-hero-copy,
.fgx-story-mark {
  position: relative;
  z-index: 1;
}

.fgx-story-kicker {
  margin: 0 0 17px;
  color: var(--story-teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fgx-story-hero .fgx-story-kicker {
  color: var(--story-lime);
}

.fgx-story h1 {
  max-width: 760px;
  margin: 0;
  font: 900 clamp(56px, 8vw, 102px) / 0.86 "Onest", Arial, sans-serif;
  letter-spacing: -0.07em;
}

.fgx-story-lead {
  max-width: 690px;
  margin: 30px 0 0;
  color: #d8e8e6;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.5;
}

.fgx-story-mark {
  width: 230px;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(191, 232, 226, 0.08);
  text-align: center;
  backdrop-filter: blur(8px);
}

.fgx-story-mark span {
  color: var(--story-lime);
  font-size: 76px;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

.fgx-story-mark small {
  margin-top: 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.fgx-story-origin {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(50px, 9vw, 130px);
  padding: 110px clamp(10px, 4vw, 55px) 90px;
}

.fgx-story h2 {
  margin: 0;
  font: 850 clamp(39px, 5vw, 68px) / 0.96 "Onest", Arial, sans-serif;
  letter-spacing: -0.055em;
}

.fgx-story-prose {
  padding-top: 4px;
}

.fgx-story-prose p,
.fgx-story-community-copy > p {
  margin: 0 0 24px;
  color: #45666b;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.75;
}

.fgx-story-prose strong,
.fgx-story-prose a {
  color: var(--story-ink);
}

.fgx-story-quote {
  position: relative;
  overflow: hidden;
  margin: 88px 0;
  padding: 90px 40px;
  border-radius: 26px;
  background: var(--story-lime);
  text-align: center;
}

.fgx-story-quote p {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 0 auto;
  font: 900 clamp(42px, 7vw, 86px) / 0.98 "Onest", Arial, sans-serif;
  letter-spacing: -0.06em;
}

.fgx-story-ripples span {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(7, 47, 56, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.fgx-story-ripples span:nth-child(1) { width: 300px; height: 300px; }
.fgx-story-ripples span:nth-child(2) { width: 520px; height: 520px; }
.fgx-story-ripples span:nth-child(3) { width: 760px; height: 760px; }

.fgx-story-community {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
  padding: 20px clamp(10px, 4vw, 55px);
}

.fgx-story-community-copy h2 {
  max-width: 690px;
  margin-bottom: 34px;
}

.fgx-story-manifesto {
  position: sticky;
  top: 155px;
  padding: 42px;
  border-radius: 24px;
  background: var(--story-deep);
  color: #fff;
}

.fgx-story-manifesto span,
.fgx-story-manifesto strong {
  display: block;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.fgx-story-manifesto strong {
  color: var(--story-lime);
}

.fgx-story-manifesto > a {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 45px;
  padding: 14px 21px;
  border-radius: 999px;
  background: var(--story-lime);
  color: var(--story-ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.fgx-story-manifesto > a span {
  font-size: 17px;
  line-height: 1;
}

@media (max-width: 720px) {
  .fg-info-page {
    padding: 48px 18px 72px;
  }

  .fg-info-grid,
  .fg-info-grid--three,
  .fg-info-steps {
    grid-template-columns: 1fr;
  }

  .fg-info-page__hero h1 {
    font-size: 44px;
  }

  .fg-privacy-layout,
  .fgx-story-origin,
  .fgx-story-community {
    grid-template-columns: 1fr;
  }

  .fg-privacy-index,
  .fgx-story-manifesto {
    position: static;
  }

  .fgx-story {
    padding: 36px 18px 80px;
  }

  .fgx-story-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 52px 30px;
  }

  .fgx-story-mark {
    width: 160px;
    height: 160px;
    justify-self: start;
  }

  .fgx-story-mark span {
    font-size: 54px;
  }

  .fgx-story-origin,
  .fgx-story-community {
    padding: 75px 8px;
  }

  .fgx-story-quote {
    margin: 55px 0;
    padding: 70px 24px;
  }
}
