#fp section {
  padding: 140px 0;
}

#fp .section-no-top {
  padding-top: 0;
}

#fp .section-statement {
  margin: 24px 0 50px;
  font-family: var(--min);
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.6;
}

#fp .section-statement--large {
  margin: 26px 0 14px;
  font-size: clamp(28px, 4.4vw, 58px);
  font-weight: 800;
  line-height: 1.4;
}

#fp .section-statement em {
  color: var(--accent);
  font-style: normal;
  background-image: linear-gradient(transparent 62%, rgba(200, 150, 12, .18) 62%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .9s var(--ease-out);
}

#fp .is-section-in .section-statement em {
  background-size: 100% 100%;
}

#fp .section-lead {
  max-width: 560px;
  color: var(--ink2);
  font-size: 15px;
}

#fp .flogo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 34px;
  object-fit: contain;
}

#fp .flogo--taxi {
  height: clamp(32px, 4vw, 46px);
  margin-top: 18px;
}

#fp .section-kicker,
#fp .feature-kicker {
  position: relative;
  padding-bottom: 14px;
}

#fp .section-kicker::after,
#fp .feature-kicker::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(220px, 48vw);
  height: 1px;
  content: "";
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .75s var(--ease-out);
}

#fp .section-kicker.in::after,
#fp .feature-kicker.in::after {
  transform: scaleX(1);
}

/* Hero */
#fp .hero {
  display: grid;
  min-height: 100svh;
  grid-template-columns: 1.15fr .85fr;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}

#fp .hero .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(var(--site-header-height) + 32px) 0 60px 40px;
}

#fp .hero .meta {
  display: flex;
  align-items: center;
  gap: 24px;
}

#fp .hero h1 {
  font-family: var(--min);
  font-size: clamp(48px, 8.5vw, 128px);
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.02;
}

#fp .hero h1 .sm {
  display: block;
  max-width: 430px;
  margin-top: 32px;
  color: var(--ink2);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 2;
}

#fp .hero h1 .ac { color: var(--accent); }

#fp .hero .right {
  position: relative;
  overflow: hidden;
  border-left: 1px solid var(--line);
}

#fp .hero .right img { height: 100%; }

#fp.is-motion-ready .hero .right img {
  animation: fp-hero-breathe 18s var(--ease-out) infinite alternate;
}

#fp .hero .vert {
  position: absolute;
  z-index: 2;
  top: 150px;
  right: 24px;
  color: #fff;
  font-family: var(--min);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .32em;
  text-shadow: 0 0 3px rgba(20, 30, 45, .6), 0 2px 14px rgba(20, 30, 45, .9);
  writing-mode: vertical-rl;
}

#fp .hero .foot {
  color: var(--muted2);
  font-family: var(--en);
  font-size: 12px;
  letter-spacing: .2em;
}

#fp.is-motion-ready .hero .foot {
  animation: fp-scroll-pulse 1.9s ease-in-out infinite;
}

/* About */
#fp .about {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 40px;
}

#fp .about .big {
  font-family: var(--min);
  font-size: clamp(26px, 3.6vw, 46px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.7;
}

#fp .about .big em {
  color: var(--accent);
  font-style: normal;
}

#fp .about .row2 {
  display: grid;
  margin-top: 60px;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 50px;
}

#fp .about .row2 p {
  max-width: 440px;
  color: var(--ink2);
  font-size: 15px;
}

#fp .about .row2 .ph {
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

/* Purpose */
#fp .purpose {
  padding: 170px 0;
  text-align: center;
}

#fp .purpose-label {
  display: block;
  margin-bottom: 30px;
}

#fp .purpose .q {
  font-family: var(--min);
  font-size: clamp(40px, 7vw, 104px);
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.18;
}

#fp .purpose .q .ac { color: var(--accent); }

#fp .purpose p {
  max-width: 560px;
  margin: 40px auto 0;
  color: var(--ink2);
  font-size: 16px;
}

#fp .purpose .ph {
  overflow: hidden;
  margin-top: 70px;
  aspect-ratio: 21 / 8;
}

/* Business */
#fp .biz { border-top: 1px solid var(--ink); }

#fp .brow {
  display: grid;
  padding: 46px 0;
  grid-template-columns: 90px 1fr 1.1fr;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid var(--line);
  transition: background .35s, padding .35s, opacity var(--motion-slow) var(--ease-out), transform var(--motion-slow) var(--ease-out);
}

#fp .brow:hover {
  padding-left: 20px;
  background: var(--paper2);
}

#fp .brow .no {
  color: var(--accent);
  font-family: var(--en);
  font-size: 15px;
  font-weight: 600;
}

#fp .brow h3 {
  font-family: var(--min);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  letter-spacing: .02em;
}

#fp .brow h3 .en {
  display: block;
  margin-top: 8px;
  color: var(--muted2);
  font-family: var(--en);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .2em;
}

#fp .brow .r {
  display: flex;
  align-items: center;
  gap: 24px;
}

#fp .brow .ph {
  width: 180px;
  height: 118px;
  overflow: hidden;
  flex: none;
}

#fp .brow .ph img,
#fp .ac .ph img,
#fp .pe .ph img {
  transition: transform var(--motion-image) var(--ease-out);
}

#fp .brow p {
  color: var(--ink2);
  font-size: 14px;
}

#fp .brow .ar {
  margin-left: auto;
  color: var(--ink);
  font-family: var(--en);
  font-size: 24px;
  transition: transform .25s var(--ease-snap), color .25s;
}

@media (hover: hover) and (pointer: fine) {
  #fp .brow:hover .ar {
    color: var(--accent);
    transform: translateX(8px);
  }

  #fp .brow:hover .ph img,
  #fp .ac:hover .ph img,
  #fp .pe:hover .ph img {
    transform: scale(1.045);
  }
}

/* Business features */
#fp .feat {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 40px;
}

#fp .feat > * { min-width: 0; }

#fp .feat .ph {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

#fp .feat .tx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
}

#fp .feat h3 {
  margin-top: 14px;
  font-family: var(--min);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.4;
}

#fp .feat .feature-kicker--spaced { margin-bottom: 18px; }

#fp .feat .feature-copy {
  max-width: 400px;
  margin-top: 16px;
  color: var(--ink2);
  font-size: 14.5px;
}

#fp .feat .stats {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 46px;
}

#fp .feat .stats > div {
  position: relative;
  padding-top: 18px;
}

#fp .feat .stats > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 1px;
  content: "";
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .65s var(--ease-out);
  transition-delay: var(--reveal-delay);
}

#fp .feat .stats > div.in::before {
  transform: scaleX(1);
}

#fp .feat .n {
  font-family: var(--en);
  font-size: clamp(38px, 4.5vw, 60px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1;
}

#fp .feat .stats-unit { font-size: .4em; }

#fp .feat .l {
  margin-top: 8px;
  color: var(--muted2);
  font-size: 12px;
  letter-spacing: .1em;
}

#fp .feat.rev .ph { order: 2; }
#fp .feat.rev .tx { padding: 0 60px 0 0; }

#fp .feat .more,
#fp .text-link {
  display: inline-block;
  align-self: flex-start;
  margin-top: 34px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--accent);
  color: var(--accent);
  font-family: var(--en);
  font-size: 13px;
  letter-spacing: .1em;
  text-decoration: none;
  transition: color .25s, border-color .25s, transform .25s var(--ease-snap);
}

#fp .text-link { margin-top: 44px; }

@media (hover: hover) and (pointer: fine) {
  #fp .feat .more:hover,
  #fp .feat .more:focus-visible,
  #fp .text-link:hover,
  #fp .text-link:focus-visible {
    transform: translateX(6px);
  }
}

/* Approach */
#fp .appr {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}

#fp .ac .ph {
  overflow: hidden;
  margin-bottom: 22px;
  aspect-ratio: 1 / 1;
}

#fp .ac {
  transition: opacity var(--motion-slow) var(--ease-out), transform var(--motion-slow) var(--ease-out);
}

#fp .ac .num {
  color: var(--accent);
  font-family: var(--en);
  font-size: 13px;
  font-weight: 600;
}

#fp .ac h3 {
  margin-top: 8px;
  font-family: var(--min);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}

#fp .ac p {
  margin-top: 12px;
  color: var(--ink2);
  font-size: 14px;
}

/* Stories */
#fp .stories {
  background: var(--dark);
  color: var(--paper);
}

#fp .stories .lbl,
#fp .stories .jlbl { color: #b9af9e; }

#fp .stories .section-statement { color: var(--paper); }
#fp .stories .section-lead { color: #b9af9e; }
#fp .stories .section-lead em { color: var(--paper); font-style: normal; }

#fp .smq {
  overflow: hidden;
  margin: 36px 0 60px;
  padding: 18px 0;
  border-top: 1px solid #3a342d;
  border-bottom: 1px solid #3a342d;
  white-space: nowrap;
}

#fp .smq span {
  display: inline-block;
  padding-right: 30px;
  color: #8fa1bb;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .2em;
  animation: fp-text-marquee 28s linear infinite;
}

#fp .smq:hover span { animation-play-state: paused; }
#fp .smq span em { color: var(--accent2); font-style: normal; }

#fp .scards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

#fp .sc {
  padding-top: 24px;
  border-top: 1px solid #28425f;
  transition: border-color .25s;
}

@media (hover: hover) and (pointer: fine) {
  #fp .sc:hover {
    border-top-color: var(--accent);
  }
}

#fp .sc .no {
  color: var(--accent);
  font-family: var(--en);
  font-size: 13px;
}

#fp .sc h4 {
  margin: 14px 0 22px;
  font-family: var(--min);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

#fp .sc .ph {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

#fp .sc .ph.fmr {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #28425f;
  background: #0a1830;
  aspect-ratio: 3 / 4;
}

#fp .sc .ph.fmr img { object-fit: contain; }
#fp .sc .ph.fmr--next { border-style: dashed; }

#fp .next-issue {
  color: #6a6356;
  font-family: var(--en);
  font-size: 13px;
  letter-spacing: .1em;
}

#fp .sc:nth-child(2) { margin-top: 50px; }
#fp .sc:nth-child(3) { margin-top: 20px; }

/* People */
#fp .pmarquee {
  overflow: hidden;
  margin-top: 60px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}

#fp .ptrack {
  display: flex;
  width: max-content;
  gap: 28px;
  animation: fp-people-scroll 70s linear infinite;
}

#fp .pmarquee:hover .ptrack { animation-play-state: paused; }

#fp .ptrack .pe {
  width: 300px;
  flex: none;
}

#fp .pe .ph {
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

#fp .pe .q {
  margin-top: 18px;
  color: var(--ink);
  font-family: var(--min);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

#fp .pe .q .ac { color: var(--accent); }

#fp .pe .nm {
  margin-top: 14px;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 700;
}

#fp .pe .ro {
  margin-top: 2px;
  color: var(--muted2);
  font-family: var(--en);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Values */
#fp .values { border-top: 1px solid var(--ink); }

#fp .values-kicker { margin-bottom: 20px; }

#fp .vrow {
  display: grid;
  padding: 40px 0;
  grid-template-columns: 90px 1fr auto;
  align-items: baseline;
  gap: 40px;
  border-bottom: 1px solid var(--line);
  transition: background .25s, padding-left .25s, opacity var(--motion-slow) var(--ease-out), transform var(--motion-slow) var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  #fp .vrow:hover {
    padding-left: 18px;
    background: var(--paper2);
  }
}

#fp .vrow .vn {
  color: var(--accent);
  font-family: var(--en);
  font-size: 15px;
  font-weight: 600;
}

#fp .vrow .vt {
  font-family: var(--min);
  font-size: clamp(26px, 3.8vw, 50px);
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.3;
}

#fp .vrow .vp {
  max-width: 340px;
  color: var(--ink2);
  font-size: 14px;
  text-align: right;
}

/* Recruit */
#fp .recruit {
  background: var(--accent);
  color: #1a1408;
}

#fp .recruit .lbl { color: #1a1408; }

#fp .recruit .big {
  font-family: var(--min);
  font-size: clamp(40px, 7vw, 108px);
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.08;
}

#fp .recruit .hook {
  max-width: 520px;
  margin-top: 24px;
  color: #3a2e08;
  font-size: 16px;
}

#fp .recruit .grid {
  display: grid;
  margin-top: 50px;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 60px;
}

#fp .recruit .axis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid #0002;
  background: #0002;
}

#fp .recruit .axis a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  background: var(--accent);
  color: #1a1408;
  font-family: var(--min);
  font-size: 19px;
  text-decoration: none;
  transition: background .25s, color .25s, opacity var(--motion-slow) var(--ease-out), transform var(--motion-slow) var(--ease-out);
}

#fp .recruit .axis a:hover,
#fp .recruit .axis a:focus-visible {
  background: var(--navy);
  color: #fff;
}

#fp .recruit .axis a span {
  font-family: var(--en);
  font-size: 12px;
  opacity: .7;
}

#fp .recruit .ph {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

#fp .btns {
  display: flex;
  margin-top: 36px;
  flex-wrap: wrap;
  gap: 16px;
}

#fp .recruit .btn.fill {
  background: var(--navy);
  color: #fff;
}

#fp .recruit .btn.line {
  border: 1.5px solid #1a1408;
  color: #1a1408;
}

@keyframes fp-people-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 14px)); }
}

@keyframes fp-text-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes fp-hero-breathe {
  from { transform: scale(1.01); }
  to { transform: scale(1.06); }
}

@keyframes fp-scroll-pulse {
  0%,
  100% { opacity: .48; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(4px); }
}

@media (max-width: 900px) {
  #fp section { padding: 100px 0; }

  #fp .hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  #fp .hero .left {
    min-height: 100svh;
    padding: calc(var(--site-header-height) + 28px) 24px 50px;
  }

  #fp .hero .right {
    min-height: 54vh;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  #fp .hero h1 { font-size: clamp(46px, 14.5vw, 76px); }

  #fp .about,
  #fp .about .row2,
  #fp .feat,
  #fp .appr,
  #fp .scards,
  #fp .recruit .grid,
  #fp .brow {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #fp .about .row2 { margin-top: 42px; }
  #fp .purpose { padding: 110px 0; }
  #fp .purpose .ph { aspect-ratio: 4 / 3; }
  #fp .brow { padding: 36px 0; }
  #fp .brow:hover { padding-left: 0; }

  #fp .brow .r {
    flex-direction: column;
    align-items: flex-start;
  }

  #fp .brow .ph {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  #fp .brow .ar { margin-left: 0; }
  #fp .feat .tx,
  #fp .feat.rev .tx { padding: 20px 0 0; }
  #fp .feat .stats { gap: 28px; }

  #fp .appr { margin-top: 48px; }
  #fp .sc { margin-top: 0; }
  #fp .ptrack .pe { width: 240px; }

  #fp .vrow {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #fp .vrow .vp { text-align: left; }
  #fp .recruit .grid { gap: 36px; }

}

@media (max-width: 480px) {
  #fp .hero .left { min-height: 94svh; padding-top: calc(var(--site-header-height) + 22px); }
  #fp .hero .meta { align-items: flex-start; flex-direction: column; gap: 4px; }
  #fp .hero h1 .sm { font-size: 14px; }
  #fp .purpose .q { font-size: clamp(34px, 10.4vw, 52px); }
  #fp .recruit .axis { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  #fp .ptrack,
  #fp .smq span,
  #fp .hero .right img,
  #fp .hero .foot {
    animation: none !important;
  }
}
