@charset "UTF-8";
.sf-state-of-pro-page {
  background: #1c2c2e;
  color: #fafaf5;
  /*
   * Header sits above content (not absolute over the hero) so the
   * top section is fully below the nav, matching Figma y=87.
   */
}
.sf-state-of-pro-page #masthead {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 100;
  background: #1c2c2e;
}
.sf-state-of-pro-page .site-header,
.sf-state-of-pro-page .header-top {
  background: #1c2c2e;
}

.sf-state-of-pro-page.admin-bar #masthead {
  top: auto;
}

.sf-sop,
.sf-sop * {
  box-sizing: border-box;
}

.sf-sop {
  position: relative;
  overflow: clip;
  background: #1c2c2e;
  color: #fafaf5;
  font-family: "IBM Plex Sans", sans-serif;
}
.sf-sop h1,
.sf-sop h2,
.sf-sop h3,
.sf-sop p {
  margin-top: 0;
}

.sf-sop-fe-bar {
  position: absolute;
  top: 16px;
  left: clamp(24px, 8.333vw, 120px);
  right: clamp(24px, 8.333vw, 120px);
  z-index: 40;
}

.sf-sop-visibility-toggle {
  position: absolute;
  z-index: 41;
  top: 62px;
  left: clamp(24px, 8.333vw, 120px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(250, 250, 245, 0.35);
  background: rgba(28, 44, 46, 0.92);
  color: #fafaf5;
  font: 700 11px/1.3 "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.sf-sop-visibility-toggle[hidden] {
  display: none;
}
.sf-sop-visibility-toggle input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #a0cb05;
  cursor: pointer;
}

.sf-sop-front-hidden-badge {
  position: absolute;
  z-index: 41;
  top: 62px;
  right: clamp(24px, 8.333vw, 120px);
  padding: 8px 12px;
  background: #ae4200;
  color: #eeff97;
  font: 700 11px/1.3 "IBM Plex Mono", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sf-sop-front-hidden-badge[hidden] {
  display: none;
}

.sf-sop-findings.is-front-hidden .sf-sop-findings__media {
  opacity: 0.42;
  filter: grayscale(0.35);
}

.sf-sop-findings.is-front-hidden.is-fe-editing .sf-sop-findings__media {
  opacity: 0.72;
  filter: grayscale(0.15);
}

.sf-sop [data-sf-sop-section] {
  position: relative;
}

.sf-sop [data-sf-sop-section].is-fe-editing {
  outline: 2px solid #a0cb05;
  outline-offset: -2px;
}

.sf-sop [data-sf-sop-section].is-fe-editing [data-sf-sop-field] {
  outline: 1px dashed rgba(238, 255, 151, 0.7);
  outline-offset: 4px;
  cursor: text;
}

.sf-sop-media-tools button {
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #fafaf5;
  background: #1c2c2e;
  color: #fafaf5;
  font: 700 11px/1 "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.sf-sop-media-tools {
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
}
.sf-sop-media-tools[hidden] {
  display: none;
}

.sf-sop-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* Stage matches 16:9 so the full frame fits without crop. */
  aspect-ratio: 16/9;
  min-height: 0;
  margin-top: 0;
  padding: clamp(40px, 6vw, 112px) clamp(24px, 8.333vw, 120px);
  overflow: hidden;
  background: #1c2c2e;
  container-type: size;
}

.sf-sop-hero__media {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  /* Fit the full video inside the stage (letterbox/pillarbox as needed). */
  width: min(100cqw, 177.7777777778cqh);
  height: min(100cqh, 56.25cqw);
  overflow: visible;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: #1c2c2e;
}

.sf-sop-hero__video,
.sf-sop-hero__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.sf-sop-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse 70% 55% at 54% 50%, rgba(73, 90, 59, 0.45) 0%, rgba(28, 44, 46, 0.55) 70%), linear-gradient(180deg, rgba(28, 44, 46, 0.35) 0%, rgba(28, 44, 46, 0.55) 100%);
}

/* Hero video stage has no corner brackets. */
.sf-sop-hero__frame {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  min-height: 0;
  height: 100%;
  place-items: center;
  padding: clamp(24px, 5vw, 72px) clamp(16px, 3vw, 48px);
}
.sf-sop-hero__frame h1 {
  width: min(100%, 1104px);
  margin: 0;
  color: #fafaf5;
  font: 400 clamp(28px, 5.55vw, 80px)/1.4 "IBM Plex Sans", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

.sf-sop-hero .sf-sop-media-tools {
  z-index: 45;
}

/*
 * Hero scroll cue: sticky track overlaid on the page start (holds mid-viewport
 * for a stretch, then fades — driven by JS).
 */
.sf-sop-hero-scroll-cue {
  --sf-sop-scroll-cue-h: clamp(560px, 95vh, 980px);
  position: relative;
  z-index: 6;
  height: var(--sf-sop-scroll-cue-h);
  margin: 0 0 calc(-1 * var(--sf-sop-scroll-cue-h));
  pointer-events: none;
}

.sf-sop-hero-scroll-cue .sf-nh-keep-scrollin__sticky {
  /* Vertically centers the vertical type beside the hero video. */
  position: sticky;
  top: 50%;
  height: 0;
}

.sf-sop-hero-scroll-cue .sf-nh-keep-scrollin__text {
  top: 0;
  opacity: 0.9;
  transform: translateY(-50%) rotate(180deg);
  /* Scroll-driven opacity — no CSS transition lag. */
  transition: none;
  will-change: opacity;
}

.sf-sop-hero-scroll-cue.is-out .sf-nh-keep-scrollin__text {
  opacity: 0;
}

@media (max-width: 1023px) {
  .sf-sop-hero-scroll-cue {
    --sf-sop-scroll-cue-h: clamp(420px, 85vh, 720px);
  }
}
.sf-sop-corner {
  position: absolute;
  width: 37px;
  height: 37px;
  border-color: #f1482a;
  border-style: solid;
}

.sf-sop-corner--tl {
  top: 0;
  left: 0;
  border-width: 5px 0 0 5px;
}

.sf-sop-corner--tr {
  top: 0;
  right: 0;
  border-width: 5px 5px 0 0;
}

.sf-sop-corner--bl {
  bottom: 4px;
  left: 0;
  border-width: 0 0 5px 5px;
}

.sf-sop-corner--br {
  right: 1px;
  bottom: 4px;
  border-width: 0 5px 5px 0;
}

.sf-sop-intro {
  position: relative;
  margin-bottom: 100px;
  padding: 112px clamp(24px, 8.333vw, 120px) 0;
  overflow-x: clip;
  overflow-y: visible;
}

.sf-sop-intro__stage {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
}

.sf-sop-intro__panel {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 302px;
  place-items: center;
  padding: 80px 56px;
  border: 2px solid #a0cb05;
  background: transparent;
  overflow: visible;
}
.sf-sop-intro__panel p {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin-bottom: 0;
  color: #fafaf5;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.sf-sop-intro__wash {
  position: absolute;
  top: 20px;
  right: -15%;
  bottom: -30px;
  left: 20px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(73, 90, 59, 0.34) 0%, rgba(73, 90, 59, 0.18) 42%, rgba(28, 44, 46, 0) 72%);
}
.sf-sop-intro__wash::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='5' numOctaves='3' stitchTiles='stitch' seed='435'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='table' tableValues='0 0.95'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 180px 180px;
  mix-blend-mode: soft-light;
  opacity: 0.22;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 38%, transparent 68%);
  mask-image: linear-gradient(90deg, #000 0%, #000 38%, transparent 68%);
}

.sf-sop-numbers-band {
  /* One long putty wash: starts in findings and runs into the rail. */
  background: linear-gradient(180deg, rgba(73, 90, 59, 0.34) 0%, rgba(73, 90, 59, 0.22) 28%, rgba(73, 90, 59, 0.12) 52%, rgba(73, 90, 59, 0.05) 72%, rgba(28, 44, 46, 0) 100%), #1c2c2e;
}

.sf-sop-findings {
  padding-top: 171px;
  padding-bottom: clamp(24px, 4vh, 48px);
  background: transparent;
}

.sf-sop-findings__media {
  position: relative;
  width: calc(100% - 2 * clamp(24px, 8.333vw, 120px));
  max-width: 1200px;
  min-height: min(50vw, 600px);
  margin: 0 auto;
  overflow: hidden;
  border: 0;
}
.sf-sop-findings__media > img,
.sf-sop-findings__media > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sf-sop-findings__media {
  /* Figma 4187:1362–1365 — 55px corner brackets, 3px stroke. */
}
.sf-sop-findings__media > .sf-sop-corner {
  z-index: 3;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
}
.sf-sop-findings__media > .sf-sop-corner--tl {
  top: 0;
  left: 0;
  border-width: 3px 0 0 3px;
}
.sf-sop-findings__media > .sf-sop-corner--tr {
  top: 0;
  right: 0;
  border-width: 3px 3px 0 0;
}
.sf-sop-findings__media > .sf-sop-corner--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 3px 3px;
}
.sf-sop-findings__media > .sf-sop-corner--br {
  right: 0;
  bottom: 0;
  border-width: 0 3px 3px 0;
}

.sf-sop-findings__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 44, 46, 0.55), rgba(28, 44, 46, 0.78));
}

.sf-sop-findings__caption {
  position: absolute;
  inset: auto 58px 58px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.sf-sop-findings__caption i {
  width: 2px;
  height: 110px;
  background: #a0cb05;
}
.sf-sop-findings__caption i:last-child {
  height: 40px;
}
.sf-sop-findings__caption h2 {
  margin: 0;
  color: #eeff97;
  font: 500 20px/1.5 "IBM Plex Mono", monospace;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}

.sf-sop-rail {
  position: relative;
}

.sf-sop-rail-section {
  position: relative;
  background: transparent;
}

.sf-sop-rail__viewport {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100dvh;
  overflow: hidden;
  padding: clamp(28px, 7vh, 72px) 0 clamp(24px, 5vh, 56px);
}

.sf-sop-rail__track {
  display: flex;
  gap: clamp(48px, 6.667vw, 96px);
  align-items: stretch;
  padding: 0 clamp(24px, 8.333vw, 120px);
  will-change: transform;
}

.sf-sop-panel {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-height: 540px;
}

.sf-sop-panel--media {
  position: relative;
  justify-content: flex-end;
  overflow: hidden;
  min-height: min(72vh, 640px);
  gap: 0;
}

.sf-sop-panel__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: repeating-linear-gradient(45deg, #22383a 0 10px, #26403f 10px 20px);
}
.sf-sop-panel__media .sf-sop-fill-media,
.sf-sop-panel__media > img,
.sf-sop-panel__media > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sf-sop-panel__media .sf-sop-media-tools {
  z-index: 6;
}

.sf-sop-panel__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 16px;
  border: 1px dashed rgba(250, 250, 245, 0.28);
  color: rgba(250, 250, 245, 0.5);
  font: 700 11px/1.5 "IBM Plex Mono", monospace;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.sf-sop-panel__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(28, 44, 46, 0.12) 0%, rgba(28, 44, 46, 0.45) 48%, rgba(28, 44, 46, 0.78) 100%);
}

.sf-sop-panel--media .sf-sop-panel__label {
  position: absolute;
  top: clamp(14px, 2vw, 22px);
  left: clamp(14px, 2vw, 22px);
  z-index: 2;
  margin: 0;
  pointer-events: none;
}

.sf-sop-panel__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.6vh, 18px);
  padding: clamp(28px, 5vh, 56px) clamp(14px, 2vw, 22px) clamp(14px, 2vw, 22px);
  pointer-events: none;
}

.sf-sop-panel--media .sf-sop-panel__copy {
  text-shadow: 0 1px 12px rgba(28, 44, 46, 0.7);
}

.sf-sop-panel--media .sf-sop-media-tools {
  pointer-events: auto;
}

.sf-sop-panel--store {
  width: min(86vw, 460px);
}

.sf-sop-panel--ads {
  width: min(92vw, 700px);
}

.sf-sop-panel--peer {
  width: min(88vw, 560px);
}

.sf-sop-panel--stock {
  width: min(90vw, 620px);
}

.sf-sop-panel--ai {
  width: min(94vw, 780px);
}

.sf-sop-panel--future {
  width: min(94vw, 820px);
}

.sf-sop-panel__label,
.sf-sop-kicker {
  margin-bottom: 0;
  color: #c7d7d7;
  font: 700 12px/1.5 "IBM Plex Mono", monospace;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sf-sop-stat {
  margin: 0;
  font-weight: 900;
  font-size: clamp(150px, 20.833vw, 300px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}
.sf-sop-stat small {
  display: inline-block;
  margin-left: 0.1em;
  margin-top: 0.24em;
  color: #a0cb05;
  font: 700 0.24em/1 "IBM Plex Sans", sans-serif;
  vertical-align: baseline;
  align-self: flex-start;
}

.sf-sop-stat--outline {
  display: flex;
  align-items: flex-start;
  color: #a0cb05;
}
.sf-sop-stat--outline small {
  color: #a0cb05;
}

.sf-sop-stat--peer-size {
  font-size: min(11vw, 138px, 22vh);
}

.sf-sop-stat--future-size {
  font-size: min(20vw, 260px, 24vh);
}

.sf-sop-panel--store .sf-sop-stat {
  font-size: min(19vw, 238px, 34vh);
}

.sf-sop-panel__copy {
  max-width: 30ch;
  margin-bottom: 0;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.45;
}
.sf-sop-panel__copy strong {
  color: #eeff97;
}
.sf-sop-panel__copy em {
  font-style: normal;
  font-weight: 700;
}

.sf-sop-panel--store .sf-sop-panel__copy em {
  padding: 0 0.18em;
  background: #a0cb05;
  color: #1c2c2e;
}

.sf-sop-ads {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  align-items: center;
}

.sf-sop-feed {
  flex: none;
  width: 318px;
  padding: 9px 9px 22px;
  background: #fafaf5;
  color: #1c2c2e;
}

.sf-sop-feed__bar {
  display: flex;
  justify-content: space-between;
  padding: 2px 6px 8px;
  font: 700 9px/1.5 "IBM Plex Mono", monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sf-sop-feed__window {
  position: relative;
  height: 440px;
  overflow: hidden;
  background: #1c2c2e;
  color: #fafaf5;
  overscroll-behavior: contain;
  touch-action: pan-y;
}
.sf-sop-feed__window::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 52px;
  pointer-events: none;
  content: "";
  background: linear-gradient(transparent, #1c2c2e);
}

.sf-sop-feed__track {
  will-change: transform;
  /* Keep first ad meta (@handle) clear of the clip edge. */
  padding-top: 8px;
}

.sf-sop-ad {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(250, 250, 245, 0.14);
}
.sf-sop-ad:first-child {
  /* Explicit top so @handle is never flush with clip. */
  padding-top: 2px;
}
.sf-sop-ad > p {
  margin: 7px 10px 10px;
  color: rgba(250, 250, 245, 0.72);
  font-size: 10px;
  line-height: 1.4;
}

.sf-sop-ad__meta {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 7px;
  color: #c7d7d7;
  font: 700 9px/1.5 "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sf-sop-ad__meta span:last-child {
  color: rgba(250, 250, 245, 0.45);
}

.sf-sop-ad__image {
  position: relative;
  display: grid;
  height: 150px;
  place-items: center;
  overflow: hidden;
  border: 1px dashed rgba(250, 250, 245, 0.35);
  background: repeating-linear-gradient(-45deg, rgba(250, 250, 245, 0.04) 0, rgba(250, 250, 245, 0.04) 8px, transparent 8px, transparent 16px), #1c2c2e;
}
.sf-sop-ad__image.has-media {
  border-style: solid;
  border-color: transparent;
  background: #1c2c2e;
}
.sf-sop-ad__image .sf-sop-fill-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sf-sop-ad__image .sf-sop-media-tools {
  top: 6px;
  right: 6px;
  z-index: 3;
}
.sf-sop-ad__image .sf-sop-media-tools button {
  padding: 4px 7px;
  font-size: 9px;
}

.sf-sop-ad__placeholder {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  color: rgba(250, 250, 245, 0.5);
  font: 700 10px/1.4 "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}
.sf-sop-ad__placeholder small {
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: none;
  opacity: 0.8;
}

.sf-sop-ad__stamp {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
  padding: 3px 7px;
  background: #a0cb05;
  color: #1c2c2e;
  font: 700 10px/1.5 "IBM Plex Mono", monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(-4deg);
}
.sf-sop-ad__stamp.is-real {
  background: #a0cb05;
  color: #1c2c2e;
}
.sf-sop-ad__stamp.is-ai {
  background: #ae4200;
  color: #eeff97;
}
.sf-sop-ad__stamp.is-muted {
  background: rgba(250, 250, 245, 0.22);
  color: #fafaf5;
}

.sf-sop-ads__copy {
  flex: 1 1 260px;
}
.sf-sop-ads__copy > p {
  font-size: clamp(19px, 1.8vw, 26px);
  line-height: 1.4;
}
.sf-sop-ads__copy > p strong {
  color: #eeff97;
}
.sf-sop-ads__copy small {
  display: block;
  max-width: 30ch;
  color: #c7d7d7;
  font: 500 12px/1.7 "IBM Plex Mono", monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sf-sop-shelves {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 300px;
  height: 142px;
}
.sf-sop-shelves div {
  background: linear-gradient(#fafaf5 0 0) 0 31%/100% 4px no-repeat, linear-gradient(#fafaf5 0 0) 0 65%/100% 4px no-repeat, linear-gradient(#fafaf5 0 0) 0 99%/100% 4px no-repeat, repeating-linear-gradient(90deg, #a0cb05 0 19px, transparent 19px 23px) 4px 0/100% 28% repeat-y;
}
.sf-sop-shelves .is-picked {
  opacity: 0.35;
  background: linear-gradient(#fafaf5 0 0) 0 31%/100% 4px no-repeat, linear-gradient(#fafaf5 0 0) 0 65%/100% 4px no-repeat, linear-gradient(#fafaf5 0 0) 0 99%/100% 4px no-repeat, repeating-linear-gradient(90deg, #fafaf5 0 19px, transparent 19px 50px) 4px 0/100% 28% repeat-y;
}

.sf-sop-stock-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
.sf-sop-stock-grid > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sf-sop-stock-grid b {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #eeff97;
  font: 700 12px/1.5 "IBM Plex Mono", monospace;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.sf-sop-stock-grid b span {
  padding: 1px 6px;
  background: #eeff97;
  color: #1c2c2e;
}
.sf-sop-stock-grid strong {
  font-size: 104px;
  line-height: 0.9;
}
.sf-sop-stock-grid i {
  width: 100%;
  height: 5px;
  background: #a0cb05;
}
.sf-sop-stock-grid > div:last-child {
  color: #c7d7d7;
}
.sf-sop-stock-grid > div:last-child b {
  color: #c7d7d7;
}
.sf-sop-stock-grid > div:last-child b span {
  background: transparent;
  border: 1px solid rgba(250, 250, 245, 0.4);
  color: #c7d7d7;
}
.sf-sop-stock-grid > div:last-child i {
  width: 84%;
  background: #c7d7d7;
}

.sf-sop-panel__fine {
  max-width: 46ch;
  color: #c7d7d7;
  font-size: 18px;
  line-height: 1.45;
}
.sf-sop-panel__fine strong {
  color: #fafaf5;
}

.sf-sop-ai-body {
  justify-content: flex-end;
  gap: clamp(18px, 2.6vh, 28px);
  max-width: min(34rem, 100%);
  padding-top: clamp(72px, 12vh, 120px);
}

.sf-sop-ai-lead {
  max-width: 28ch;
  margin: 0;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.45;
  color: #fafaf5;
  text-shadow: 0 1px 12px rgba(28, 44, 46, 0.7);
}
.sf-sop-ai-lead strong {
  font-weight: 700;
  color: #fafaf5;
}

.sf-sop-ai-punch {
  align-self: flex-start;
  margin: clamp(4px, 0.8vh, 10px) 0 0;
  padding: 0.32em 0.42em 0.28em;
  background: #ae4200;
  color: #fdfefc;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transform: rotate(-3deg);
  transform-origin: left center;
  text-shadow: none;
}

.sf-sop-ai-ages {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(6px, 1vh, 12px);
  margin: 0;
  padding: 0;
  list-style: none;
  color: #c7d7d7;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: min(7.2vw, 54px, 9.5vh);
  line-height: 1;
  letter-spacing: 0.02em;
}
.sf-sop-ai-ages li {
  margin: 0;
}
.sf-sop-ai-ages .is-lit {
  color: #1c2c2e;
  font-weight: 700;
}
.sf-sop-ai-ages .is-lit span {
  display: inline-block;
  padding: 0.08em 0.12em 0.06em;
  background: #eeff97;
}

.sf-sop-future-quote {
  margin: clamp(10px, 1.8vh, 26px) 0 0;
  padding: 0;
  border: 0;
}
.sf-sop-future-quote .sf-sop-future-quote__lead {
  margin: 0 0 clamp(10px, 1.6vh, 18px);
  max-width: 44ch;
  color: #c7d7d7;
  font: 500 12px/1.7 "IBM Plex Mono", monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 1px 12px rgba(28, 44, 46, 0.7);
}
.sf-sop-future-quote .sf-sop-future-quote__lines {
  margin: 0;
  color: #fafaf5;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: min(clamp(19px, 2.4vw, 34px), 4.8vh);
  line-height: 1.2;
  text-shadow: 0 1px 12px rgba(28, 44, 46, 0.7);
}
.sf-sop-future-quote .sf-sop-future-quote__lines span {
  display: block;
}

.sf-sop-rail__progress {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 44px;
  padding: 0 clamp(24px, 8.333vw, 120px);
  color: #c7d7d7;
  font: 500 12px/1.5 "IBM Plex Mono", monospace;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.sf-sop-rail__progress > span:first-child {
  color: #eeff97;
  font-weight: 700;
}
.sf-sop-rail__progress > i {
  position: relative;
  flex: 1;
  height: 2px;
  background: rgba(250, 250, 245, 0.22);
}
.sf-sop-rail__progress > i b {
  position: absolute;
  inset: 0;
  background: #a0cb05;
  transform: scaleX(0);
  transform-origin: left;
}

.sf-sop-form-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 112px clamp(24px, 8.333vw, 120px);
  text-align: center;
}
.sf-sop-form-section h2 {
  width: min(100%, 860px);
  margin: 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.sf-sop-form-section > p {
  width: 100%;
  min-height: 33px;
  margin: 0;
  font: 500 20px/normal "IBM Plex Mono", monospace;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sf-sop-form-picker {
  position: relative;
  z-index: 41;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min(100%, 420px);
  margin: 56px auto 0;
  text-align: left;
  color: #eeff97;
  font: 500 11px/1.3 "IBM Plex Mono", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sf-sop-form-picker[hidden] {
  display: none;
}
.sf-sop-form-picker select {
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid rgba(250, 250, 245, 0.35);
  background: rgba(28, 44, 46, 0.92);
  color: #fafaf5;
  font: 500 14px/1.3 "IBM Plex Sans", sans-serif;
  text-transform: none;
  letter-spacing: 0;
}

.sf-sop-form-embed {
  width: min(100%, 550px);
  text-align: left;
}
.sf-sop-form-embed .gform_wrapper,
.sf-sop-form-embed .gform_wrapper.gravity-theme {
  --gf-ctrl-bg-color: transparent;
  --gf-ctrl-border-color: #fafaf5;
  --gf-ctrl-border-radius: 0;
  --gf-ctrl-color: #fafaf5;
  --gf-ctrl-size: 55px !important;
  width: 100%;
  margin: 0;
  color: #fafaf5;
}
.sf-sop-form-embed .gform_wrapper form {
  margin: 0;
}
.sf-sop-form-embed .gform_wrapper .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 62px 34px !important;
}
.sf-sop-form-embed .gform_wrapper .gfield {
  grid-column: auto !important;
}
.sf-sop-form-embed .gform_wrapper .gfield_label,
.sf-sop-form-embed .gform_wrapper legend.gfield_label {
  display: block;
  margin: 0 0 12px;
  color: #fafaf5 !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: normal !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}
.sf-sop-form-embed .gform_wrapper .gfield_required {
  display: none;
}
.sf-sop-form-embed .gform_wrapper .ginput_container {
  margin: 0;
}
.sf-sop-form-embed .gform_wrapper.gform-theme input[type=text],
.sf-sop-form-embed .gform_wrapper.gform-theme input[type=email],
.sf-sop-form-embed .gform_wrapper.gform-theme input[type=tel],
.sf-sop-form-embed .gform_wrapper.gform-theme input[type=url],
.sf-sop-form-embed .gform_wrapper.gform-theme textarea,
.sf-sop-form-embed .gform_wrapper.gform-theme select {
  width: 100% !important;
  height: 55px !important;
  min-height: 55px !important;
  margin: 0 !important;
  padding: 12px 20px !important;
  border: 3px solid #fafaf5 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fafaf5 !important;
  box-shadow: none !important;
  font: 400 18px/1.3 "IBM Plex Sans", sans-serif !important;
}
.sf-sop-form-embed .gform_wrapper.gform-theme input[type=text]:focus,
.sf-sop-form-embed .gform_wrapper.gform-theme input[type=email]:focus,
.sf-sop-form-embed .gform_wrapper.gform-theme input[type=tel]:focus,
.sf-sop-form-embed .gform_wrapper.gform-theme input[type=url]:focus,
.sf-sop-form-embed .gform_wrapper.gform-theme textarea:focus,
.sf-sop-form-embed .gform_wrapper.gform-theme select:focus {
  border-color: #eeff97 !important;
  outline: 0;
}
.sf-sop-form-embed .gform_wrapper .gform_footer {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 !important;
  padding: 0 !important;
}
.sf-sop-form-embed .gform_wrapper .gform_button,
.sf-sop-form-embed .gform_wrapper input[type=submit] {
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 15px 30px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #eeff97 !important;
  color: #1c2c2e !important;
  box-shadow: none !important;
  font: 700 20px/normal "IBM Plex Mono", monospace !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  cursor: pointer;
}

.sf-sop-form-empty {
  margin: 0;
  color: #c7d7d7;
  font: 500 14px/1.4 "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.sf-sop-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 34px;
  width: min(100%, 550px);
  text-align: left;
}
.sf-sop-form label {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fafaf5;
  font: 500 16px/1.3 "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sf-sop-form input {
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 12px;
  border: 2px solid #fafaf5;
  background: transparent;
  color: #fafaf5;
  box-shadow: none;
}
.sf-sop-form input:focus {
  border-color: #eeff97;
  outline: 2px solid transparent;
}
.sf-sop-form button,
.sf-sop-form .sf-sop-button {
  justify-self: center;
  grid-column: 1/-1;
}

.sf-sop-form__status {
  grid-column: 1/-1;
  margin: 0;
  color: #eeff97;
  font: 500 13px/1.4 "IBM Plex Mono", monospace;
  text-align: center;
}

.sf-sop-form button,
.sf-sop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 30px;
  border: 0;
  background: #eeff97;
  color: #1c2c2e;
  font: 700 16px/1.2 "IBM Plex Mono", monospace;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.sf-sop-edit-url {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min(100%, 480px);
  margin-inline: 0;
  color: #c7d7d7;
  font: 500 12px/1.4 "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sf-sop-edit-url[hidden] {
  display: none;
}
.sf-sop-edit-url input,
.sf-sop-edit-url input[type=url],
.sf-sop-edit-url input[type=text] {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #fafaf5;
  border-radius: 0;
  background: #1c2c2e;
  background-color: #1c2c2e !important;
  color: #fafaf5 !important;
  font: 400 14px/1.4 "IBM Plex Mono", monospace;
  letter-spacing: 0.02em;
  text-transform: none;
  color-scheme: dark;
  -webkit-text-fill-color: #fafaf5;
  caret-color: #fafaf5;
}
.sf-sop-edit-url input::placeholder,
.sf-sop-edit-url input[type=url]::placeholder,
.sf-sop-edit-url input[type=text]::placeholder {
  color: rgba(250, 250, 245, 0.45);
  -webkit-text-fill-color: rgba(250, 250, 245, 0.45);
}
.sf-sop-edit-url input:focus,
.sf-sop-edit-url input[type=url]:focus,
.sf-sop-edit-url input[type=text]:focus {
  outline: 1px solid #a0cb05;
  outline-offset: 2px;
}
.sf-sop-edit-url input:-webkit-autofill, .sf-sop-edit-url input:-webkit-autofill:hover, .sf-sop-edit-url input:-webkit-autofill:focus,
.sf-sop-edit-url input[type=url]:-webkit-autofill,
.sf-sop-edit-url input[type=url]:-webkit-autofill:hover,
.sf-sop-edit-url input[type=url]:-webkit-autofill:focus,
.sf-sop-edit-url input[type=text]:-webkit-autofill,
.sf-sop-edit-url input[type=text]:-webkit-autofill:hover,
.sf-sop-edit-url input[type=text]:-webkit-autofill:focus {
  -webkit-text-fill-color: #fafaf5;
  caret-color: #fafaf5;
  box-shadow: 0 0 0 1000px #1c2c2e inset;
  transition: background-color 99999s ease-in-out 0s;
}

.sf-sop-thanks__actions .sf-sop-edit-url {
  width: 100%;
  max-width: 28rem;
}

.sf-sop-note {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 589px;
  padding: 112px clamp(24px, 8.333vw, 120px);
  overflow: hidden;
  background: #1c2c2e;
  color: #fafaf5;
}

.sf-sop-note__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: min(62vw, 920px);
  overflow: hidden;
  pointer-events: none;
}
.sf-sop-note__media .sf-sop-note__video,
.sf-sop-note__media .sf-sop-note__poster,
.sf-sop-note__media > video,
.sf-sop-note__media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.sf-sop-note__gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #1c2c2e 0%, rgba(28, 44, 46, 0.92) 18%, rgba(28, 44, 46, 0.55) 48%, rgba(28, 44, 46, 0.18) 72%, rgba(28, 44, 46, 0) 100%);
}

.sf-sop-note .sf-sop-media-tools {
  z-index: 6;
}

.sf-sop-note__content {
  position: relative;
  z-index: 2;
  width: min(100%, 900px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.sf-sop-note .sf-sop-kicker {
  margin: 0;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.15em;
}
.sf-sop-note h2 {
  width: 100%;
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.sf-sop-note .sf-sop-note__body {
  width: 100%;
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.sf-sop-note__signature {
  position: absolute;
  top: 255px;
  right: 0;
  display: block;
  width: 351px;
  height: 135px;
  margin-bottom: 50px;
  object-fit: contain;
}

.sf-sop-note__role {
  width: 100%;
  margin: 0;
  color: #eeff97;
  font: 500 20px/1.3 "IBM Plex Mono", monospace;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sf-sop-faq {
  position: relative;
  display: grid;
  grid-template-columns: 340px minmax(0, 100%);
  gap: 48px;
  padding: 200px clamp(24px, 8.333vw, 120px);
  overflow: hidden;
  background: #1c2c2e;
  color: #fafaf5;
}
.sf-sop-faq::before, .sf-sop-faq::after {
  position: absolute;
  inset: 0 0 auto;
  height: 50%;
  content: "";
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
}
.sf-sop-faq::before {
  z-index: 0;
  background: linear-gradient(180deg, rgba(73, 90, 59, 0.3) 0%, rgba(28, 44, 46, 0) 100%);
}
.sf-sop-faq::after {
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='5' numOctaves='3' stitchTiles='stitch' seed='435'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='table' tableValues='0 0.95'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 180px 180px;
  mix-blend-mode: soft-light;
  opacity: 0.22;
}
.sf-sop-faq > header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  text-align: center;
  text-transform: uppercase;
}
.sf-sop-faq > header .sf-sop-kicker {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.sf-sop-faq > header h2 {
  width: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.15em;
}
.sf-sop-faq > header > p:last-child {
  width: 100%;
  margin: 0;
  color: #eeff97;
  font: 500 20px/1.3 "IBM Plex Mono", monospace;
  letter-spacing: 0.15em;
}

.sf-sop-faq__items {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.sf-sop-faq__items details {
  border-bottom: 2px solid #fafaf5;
}
.sf-sop-faq__items details[open] summary {
  border-bottom: 2px solid #a0cb05;
}
.sf-sop-faq__items summary {
  display: grid;
  grid-template-columns: 48px 1fr 30px;
  gap: 20px;
  align-items: start;
  padding: 40px 20px;
  list-style: none;
  cursor: pointer;
}
.sf-sop-faq__items summary::-webkit-details-marker {
  display: none;
}
.sf-sop-faq__items summary span,
.sf-sop-faq__items summary b {
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.sf-sop-faq__items summary i {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1.5px solid #fafaf5;
  border-radius: 50%;
}
.sf-sop-faq__items summary i::before, .sf-sop-faq__items summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  content: "";
  background: #fafaf5;
  transform: translate(-50%, -50%);
}
.sf-sop-faq__items summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sf-sop-faq__items details[open] summary i::after {
  transform: translate(-50%, -50%);
}
.sf-sop-faq__items details > div {
  position: relative;
  padding: 40px 56px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(73, 90, 59, 0.3) 0%, rgba(28, 44, 46, 0) 100%);
}
.sf-sop-faq__items details > div::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='5' numOctaves='3' stitchTiles='stitch' seed='435'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='table' tableValues='0 0.95'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 180px 180px;
  mix-blend-mode: soft-light;
  opacity: 0.22;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
}
.sf-sop-faq__items details > div p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}
.sf-sop-faq__items .sf-sop-faq__item-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 20px 24px 88px;
}
.sf-sop-faq__items .sf-sop-faq__item-tools[hidden] {
  display: none !important;
}
.sf-sop-faq__items .sf-sop-faq__item-tools button {
  margin: 0;
  padding: 6px 10px;
  border: 1px solid rgba(250, 250, 245, 0.4);
  background: rgba(28, 44, 46, 0.9);
  color: #fafaf5;
  font: 700 10px/1 "IBM Plex Mono", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.sf-sop-faq__items .sf-sop-faq__item-tools button:hover, .sf-sop-faq__items .sf-sop-faq__item-tools button:focus-visible {
  border-color: #a0cb05;
  color: #eeff97;
}
.sf-sop-faq__items .sf-sop-faq__item-tools button[data-sf-sop-faq-remove]:hover, .sf-sop-faq__items .sf-sop-faq__item-tools button[data-sf-sop-faq-remove]:focus-visible {
  border-color: #f1482a;
  color: #f1482a;
}

.sf-sop-faq__add {
  position: relative;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 24px auto 0;
  padding: 12px 18px;
  border: 1px solid #a0cb05;
  background: transparent;
  color: #eeff97;
  font: 700 12px/1 "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}
.sf-sop-faq__add[hidden] {
  display: none !important;
}
.sf-sop-faq__add:hover, .sf-sop-faq__add:focus-visible {
  background: #a0cb05;
  color: #1c2c2e;
}

.sf-sop-faq.is-fe-editing .sf-sop-faq__add {
  display: inline-flex;
}
.sf-sop-faq.is-fe-editing [data-sf-sop-faq-q],
.sf-sop-faq.is-fe-editing [data-sf-sop-faq-a] {
  outline: 1px dashed rgba(238, 255, 151, 0.7);
  outline-offset: 4px;
  cursor: text;
}
.sf-sop-faq.is-fe-editing .sf-sop-faq__item {
  position: relative;
}

.sf-sop-thanks__download {
  position: relative;
  padding: 112px clamp(24px, 8.333vw, 120px) 96px;
  background: #1c2c2e;
  color: #fafaf5;
}

/* Match Foundation .grid-container (nav) at 75rem / 1200px. */
.sf-sop-thanks__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.45fr);
  gap: clamp(40px, 4.5vw, 64px);
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

.sf-sop-thanks__copy {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 28rem;
  justify-self: start;
}

.sf-sop-thanks__download h1 {
  margin: 0;
  color: #eeff97;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sf-sop-thanks__actions {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}

.sf-sop-thanks__actions > p {
  margin: 0;
  max-width: 28ch;
  color: #fdfefc;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}

.sf-sop-thanks__download .sf-sop-button {
  align-self: flex-start;
  min-height: 0;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
}

.sf-sop-thanks__cover {
  position: relative;
  width: 100%;
  max-width: 720px;
  height: auto;
  justify-self: end;
  overflow: visible;
  background: transparent;
}
.sf-sop-thanks__cover:not(.has-media) {
  min-height: 280px;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #22383a;
}
.sf-sop-thanks__cover.has-media {
  background: transparent;
}
.sf-sop-thanks__cover .sf-sop-thanks__cover-img,
.sf-sop-thanks__cover > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.sf-sop-thanks__cover .sf-sop-media-tools {
  z-index: 6;
}

/*
 * Left copy hidden on front end: single-column layout, cover centered.
 * Editors still see dimmed copy so they can restore it while editing.
 */
.sf-sop-thanks__download.is-front-hidden .sf-sop-thanks__layout {
  grid-template-columns: 1fr;
  justify-items: center;
}
.sf-sop-thanks__download.is-front-hidden .sf-sop-thanks__cover {
  justify-self: center;
}

.sf-sop-thanks__download.is-front-hidden:not(.sf-sop-thanks__download--can-edit) .sf-sop-thanks__copy {
  display: none;
}

.sf-sop-thanks__download.is-front-hidden.sf-sop-thanks__download--can-edit .sf-sop-thanks__copy {
  width: 100%;
  max-width: 28rem;
  justify-self: center;
  opacity: 0.45;
  filter: grayscale(0.25);
}
.sf-sop-thanks__download.is-front-hidden.sf-sop-thanks__download--can-edit .sf-sop-thanks__actions {
  align-items: center;
}
.sf-sop-thanks__download.is-front-hidden.sf-sop-thanks__download--can-edit .sf-sop-button {
  align-self: center;
}

.sf-sop-thanks__download.is-front-hidden.is-fe-editing.sf-sop-thanks__download--can-edit .sf-sop-thanks__copy {
  opacity: 0.72;
  filter: grayscale(0.1);
}

.sf-sop-thanks__cover-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(250, 250, 245, 0.28);
  color: rgba(250, 250, 245, 0.5);
  font: 700 11px/1.5 "IBM Plex Mono", monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sf-sop-thanks__cta {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 72px);
  align-items: center;
  min-height: 0;
  padding: 112px clamp(24px, 8.333vw, 120px) clamp(140px, 14vw, 200px);
  overflow: visible;
  text-align: center;
  background: #1c2c2e;
}

.sf-sop-thanks__cta-intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  width: min(100%, 1200px);
}
.sf-sop-thanks__cta-intro h2 {
  width: min(100%, 1016px);
  margin: 0;
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.sf-sop-thanks__cta-intro p {
  width: min(100%, 1200px);
  margin: 0;
  font: 500 20px/1.4 "IBM Plex Mono", monospace;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sf-sop-thanks__hooks {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3.5vw, 48px);
  align-items: stretch;
  width: min(100%, 75rem);
}

.sf-sop-thanks__hook {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 0 8px;
  text-align: center;
}
.sf-sop-thanks__hook h3 {
  margin: 0;
  color: #eeff97;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sf-sop-thanks__hook p {
  flex: 1 1 auto;
  margin: 0;
  max-width: 28ch;
  color: #fafaf5;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}
.sf-sop-thanks__hook {
  /* Empty optional copy: no layout gap unless actively editing. */
}
.sf-sop-thanks__hook h3.is-empty,
.sf-sop-thanks__hook p.is-empty {
  display: none;
}
.sf-sop-thanks__hook .sf-sop-button {
  width: 100%;
  max-width: 16rem;
  min-height: 52px;
  margin-top: auto;
  font-size: 14px;
}
.sf-sop-thanks__hook .sf-sop-edit-url {
  width: 100%;
  max-width: 16rem;
  text-align: left;
}

.sf-sop-thanks__cta.is-fe-editing .sf-sop-thanks__hook h3.is-empty,
.sf-sop-thanks__cta.is-fe-editing .sf-sop-thanks__hook p.is-empty {
  display: block;
  flex: 0 0 auto;
  min-height: 1.4em;
  max-width: 28ch;
}
.sf-sop-thanks__cta.is-fe-editing .sf-sop-thanks__hook h3.is-empty {
  min-width: 12ch;
}

.sf-sop-thanks__download.is-fe-editing .sf-sop-thanks__copy h1.is-empty,
.sf-sop-thanks__download.is-fe-editing .sf-sop-thanks__actions p.is-empty {
  display: block;
  min-height: 1.4em;
}

.sf-sop-thanks__copy h1.is-empty,
.sf-sop-thanks__actions p.is-empty,
.sf-sop-thanks__cta-intro h2.is-empty,
.sf-sop-thanks__cta-intro p.is-empty {
  display: none;
}

.sf-sop-thanks__cta.is-fe-editing .sf-sop-thanks__cta-intro h2.is-empty,
.sf-sop-thanks__cta.is-fe-editing .sf-sop-thanks__cta-intro p.is-empty {
  display: block;
  min-height: 1.4em;
}

.sf-sop-thanks__watermark {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  overflow: visible;
  color: rgba(73, 90, 59, 0.3);
  font: 700 clamp(55px, 8.333vw, 120px)/1 "IBM Plex Mono", monospace;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.sf-sop-question-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.sf-sop-question-modal[hidden] {
  display: none;
}

.sf-sop-question-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 44, 46, 0.82);
  border: 0;
  cursor: pointer;
}

.sf-sop-question-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  padding: 40px 32px 36px;
  background: #1c2c2e;
  border: 1px solid rgba(250, 250, 245, 0.18);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  color: #fafaf5;
  text-align: left;
}
.sf-sop-question-modal__panel h2 {
  margin: 0 0 12px;
  color: #eeff97;
  font: 700 22px/1.3 "IBM Plex Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sf-sop-question-modal__lede {
  margin: 0 0 28px;
  color: #c7d7d7;
  font: 400 15px/1.5 "IBM Plex Sans", sans-serif;
}

.sf-sop-question-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  margin: 0;
  padding: 4px 10px;
  border: 0;
  background: transparent;
  color: #fafaf5;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.sf-sop-meetings-modal__panel {
  width: min(100%, 720px);
  max-height: min(92vh, 880px);
  padding: 36px 20px 20px;
  overflow: auto;
}

.sf-sop-meetings-modal__embed {
  min-height: 560px;
  margin-top: 8px;
}
.sf-sop-meetings-modal__embed .meetings-iframe-container {
  min-height: 560px;
}
.sf-sop-meetings-modal__embed iframe {
  display: block;
  width: 100% !important;
  min-height: 560px;
  border: 0;
}

html.sf-sop-question-open,
html.sf-sop-meetings-open {
  overflow: hidden;
}

.sf-sop-question-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sf-sop-question-form__empty {
  margin: 0;
  color: #c7d7d7;
  font: 500 14px/1.5 "IBM Plex Mono", monospace;
  letter-spacing: 0.04em;
}

/* Match the previous custom popup fields when a Gravity Form is embedded. */
.sf-sop-question-form .gform_wrapper,
.sf-sop-question-form .gform_wrapper.gravity-theme {
  --gf-ctrl-bg-color: #1c2c2e;
  --gf-ctrl-border-color: rgba(250, 250, 245, 0.35);
  --gf-ctrl-border-radius: 0;
  --gf-ctrl-color: #fafaf5;
  --gf-ctrl-size: auto;
  width: 100%;
  margin: 0;
  color: #fafaf5;
}
.sf-sop-question-form .gform_wrapper form {
  margin: 0;
}
.sf-sop-question-form .gform_wrapper .gform_heading,
.sf-sop-question-form .gform_wrapper .gform_required_legend {
  display: none;
}
.sf-sop-question-form .gform_wrapper .gform_fields {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  grid-template-columns: none !important;
}
.sf-sop-question-form .gform_wrapper .gfield {
  grid-column: auto !important;
  margin: 0 !important;
}
.sf-sop-question-form .gform_wrapper .gfield_label,
.sf-sop-question-form .gform_wrapper legend.gfield_label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #c7d7d7 !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}
.sf-sop-question-form .gform_wrapper .gfield_required {
  color: #a0cb05 !important;
}
.sf-sop-question-form .gform_wrapper .ginput_container {
  margin: 0 !important;
}
.sf-sop-question-form .gform_wrapper input[type=text],
.sf-sop-question-form .gform_wrapper input[type=email],
.sf-sop-question-form .gform_wrapper input[type=tel],
.sf-sop-question-form .gform_wrapper input[type=url],
.sf-sop-question-form .gform_wrapper input[type=number],
.sf-sop-question-form .gform_wrapper textarea,
.sf-sop-question-form .gform_wrapper select,
.sf-sop-question-form .gform_wrapper.gform-theme input[type=text],
.sf-sop-question-form .gform_wrapper.gform-theme input[type=email],
.sf-sop-question-form .gform_wrapper.gform-theme input[type=tel],
.sf-sop-question-form .gform_wrapper.gform-theme input[type=url],
.sf-sop-question-form .gform_wrapper.gform-theme input[type=number],
.sf-sop-question-form .gform_wrapper.gform-theme textarea,
.sf-sop-question-form .gform_wrapper.gform-theme select {
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(250, 250, 245, 0.35) !important;
  border-radius: 0 !important;
  background: #1c2c2e !important;
  color: #fafaf5 !important;
  box-shadow: none !important;
  font: 400 15px/1.4 "IBM Plex Sans", sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  resize: vertical;
}
.sf-sop-question-form .gform_wrapper input[type=text]:focus,
.sf-sop-question-form .gform_wrapper input[type=email]:focus,
.sf-sop-question-form .gform_wrapper input[type=tel]:focus,
.sf-sop-question-form .gform_wrapper input[type=url]:focus,
.sf-sop-question-form .gform_wrapper input[type=number]:focus,
.sf-sop-question-form .gform_wrapper textarea:focus,
.sf-sop-question-form .gform_wrapper select:focus,
.sf-sop-question-form .gform_wrapper.gform-theme input[type=text]:focus,
.sf-sop-question-form .gform_wrapper.gform-theme input[type=email]:focus,
.sf-sop-question-form .gform_wrapper.gform-theme input[type=tel]:focus,
.sf-sop-question-form .gform_wrapper.gform-theme input[type=url]:focus,
.sf-sop-question-form .gform_wrapper.gform-theme input[type=number]:focus,
.sf-sop-question-form .gform_wrapper.gform-theme textarea:focus,
.sf-sop-question-form .gform_wrapper.gform-theme select:focus {
  border-color: #a0cb05 !important;
  outline: 1px solid #a0cb05 !important;
  outline-offset: 2px !important;
}
.sf-sop-question-form .gform_wrapper textarea,
.sf-sop-question-form .gform_wrapper.gform-theme textarea {
  min-height: 120px !important;
}
.sf-sop-question-form .gform_wrapper .gform_footer,
.sf-sop-question-form .gform_wrapper .gform_page_footer {
  display: flex !important;
  justify-content: stretch !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
}
.sf-sop-question-form .gform_wrapper .gform_button,
.sf-sop-question-form .gform_wrapper input[type=submit],
.sf-sop-question-form .gform_wrapper button[type=submit] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 15px 30px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #eeff97 !important;
  color: #1c2c2e !important;
  box-shadow: none !important;
  font: 700 16px/1.2 "IBM Plex Mono", monospace !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  cursor: pointer !important;
}
.sf-sop-question-form .gform_wrapper .gform_validation_errors,
.sf-sop-question-form .gform_wrapper .validation_message,
.sf-sop-question-form .gform_wrapper .gfield_validation_message {
  color: #f1482a !important;
  font: 500 13px/1.4 "IBM Plex Mono", monospace !important;
}
.sf-sop-question-form .gform_confirmation_message {
  margin: 0;
  color: #a0cb05;
  font: 500 15px/1.5 "IBM Plex Sans", sans-serif;
}

@media (max-width: 1023px) {
  .sf-sop-faq {
    grid-template-columns: 1fr;
    padding: 120px 24px;
  }
  .sf-sop-faq > header {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .sf-sop-thanks__hooks {
    grid-template-columns: 1fr;
    max-width: 28rem;
  }
}
@media (max-width: 759px) {
  .sf-sop-fe-bar {
    left: 16px;
    right: 16px;
  }
  .sf-sop-intro,
  .sf-sop-note,
  .sf-sop-faq,
  .sf-sop-form-section,
  .sf-sop-thanks__download,
  .sf-sop-thanks__cta {
    padding: 64px 24px;
  }
  .sf-sop-thanks__layout {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 75rem;
  }
  .sf-sop-thanks__copy {
    max-width: none;
  }
  .sf-sop-thanks__cover {
    max-width: min(100%, 720px);
    height: auto;
    aspect-ratio: auto;
    justify-self: center;
  }
  .sf-sop-thanks__cover:not(.has-media) {
    width: 100%;
    max-width: none;
    min-height: 220px;
  }
  .sf-sop-thanks__cta-intro {
    gap: 28px;
  }
  .sf-sop-thanks__cta-intro h2 {
    font-size: clamp(22px, 6vw, 32px);
  }
  .sf-sop-thanks__cta-intro p {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .sf-sop-thanks__hook {
    gap: 18px;
  }
  .sf-sop-thanks__hook p {
    max-width: none;
  }
  .sf-sop-hero {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16/9;
    padding: 0;
  }
  .sf-sop-hero__media {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
  .sf-sop-hero__video,
  .sf-sop-hero__poster {
    object-fit: cover;
    object-position: center;
  }
  .sf-sop-hero__frame {
    min-height: 0;
    padding: 32px 16px;
  }
  .sf-sop-hero__frame h1 {
    font-size: clamp(22px, 7vw, 40px);
    line-height: 1.25;
    letter-spacing: 0.12em;
  }
  .sf-sop-intro__panel {
    min-height: 0;
    padding: 56px 24px;
  }
  .sf-sop-intro__wash {
    top: 20px;
    right: 22%;
    bottom: -36px;
    left: -28px;
  }
  .sf-sop-note {
    min-height: 0;
    padding: 64px 24px;
  }
  .sf-sop-note__media {
    width: 100%;
    opacity: 0.9;
  }
  .sf-sop-note__gradient {
    background: linear-gradient(180deg, rgba(28, 44, 46, 0.96) 0%, rgba(28, 44, 46, 0.82) 42%, rgba(28, 44, 46, 0.55) 100%);
  }
  .sf-sop-note__content {
    width: 100%;
  }
  .sf-sop-note__signature {
    position: static;
    align-self: flex-end;
    width: min(100%, 351px);
    height: auto;
    margin-top: 24px;
    margin-bottom: 50px;
  }
  .sf-sop-findings {
    padding-top: 80px;
  }
  .sf-sop-findings__media {
    width: calc(100% - 48px);
    min-height: 70dvh;
    margin-bottom: 0;
  }
  .sf-sop-findings__caption {
    inset: auto 20px 28px;
  }
  .sf-sop-findings__caption i {
    height: 64px;
  }
  .sf-sop-rail {
    height: auto !important;
  }
  .sf-sop-rail__viewport {
    position: static;
    height: auto;
    overflow: visible;
    padding: 72px 0;
  }
  .sf-sop-rail__track {
    flex-direction: column;
    gap: 96px;
    padding: 0 24px;
    transform: none !important;
  }
  .sf-sop-panel {
    width: 100%;
    min-height: 0;
  }
  .sf-sop-panel--media {
    min-height: min(78vh, 620px);
  }
  .sf-sop-stat {
    font-size: 45vw;
  }
  .sf-sop-panel--store .sf-sop-stat,
  .sf-sop-stat--peer-size,
  .sf-sop-stat--future-size {
    font-size: min(42vw, 28vh);
  }
  .sf-sop-ads {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .sf-sop-feed {
    width: 100%;
  }
  .sf-sop-stock-grid {
    gap: 24px;
  }
  .sf-sop-stock-grid strong {
    font-size: 16vw;
  }
  .sf-sop-ai-body {
    gap: 18px;
    padding-top: 64px;
  }
  .sf-sop-ai-ages {
    font-size: clamp(36px, 12vw, 54px);
  }
  .sf-sop-ai-punch {
    font-size: clamp(24px, 8vw, 36px);
  }
  .sf-sop-rail__progress {
    display: none;
  }
  .sf-sop-form-embed .gform_wrapper .gform_fields {
    grid-template-columns: 1fr !important;
    row-gap: 36px !important;
  }
  .sf-sop-form {
    grid-template-columns: 1fr;
  }
  .sf-sop-form button {
    grid-column: 1;
  }
  .sf-sop-faq {
    grid-template-columns: 1fr;
    padding: 80px 20px;
  }
  .sf-sop-faq__items summary {
    grid-template-columns: 32px 1fr 24px;
    gap: 10px;
    padding: 28px 0;
  }
  .sf-sop-faq__items summary span,
  .sf-sop-faq__items summary b {
    font-size: 16px;
  }
  .sf-sop-faq__items details > div {
    padding: 24px;
  }
  .sf-sop-thanks__download {
    min-height: 560px;
  }
  .sf-sop-thanks__cta {
    gap: 48px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sf-sop-rail {
    height: auto !important;
  }
  .sf-sop-rail__viewport {
    position: static;
    height: auto;
    overflow: visible;
    padding-block: 72px;
  }
  .sf-sop-rail__track {
    flex-wrap: wrap;
    transform: none !important;
  }
}

/*# sourceMappingURL=state-of-pro.css.map */
