@charset "UTF-8";
/*
 * New Home — isolated stylesheet.
 * Only loaded on template-new-home.php. All selectors scoped under .sf-new-home / .sf-nh-*.
 */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;700&family=IBM+Plex+Sans:wght@300;400;700&display=swap");
.sf-new-home {
  --nh-color-anvil: #1c2c2e;
  --nh-color-putty: #fafaf5;
  --nh-color-putty-30: #fdfefc;
  --nh-color-cloud: #c7d7d7;
  --nh-color-cloud-40: #e9efef;
  --nh-color-canvas: #495a3b;
  --nh-color-canvas-40: rgba(73, 90, 59, 0.4);
  --nh-color-lime: #a0cb05;
  --nh-color-highlighter: #eeff97;
  --nh-color-text-primary: #fafaf5;
  --nh-color-text-highlight: #eeff97;
  --nh-color-surface-primary: #1c2c2e;
  --nh-color-border-brand: #f1482a;
  --nh-color-border-secondary: #a0cb05;
  --nh-space-1: 6px;
  --nh-space-2: 8px;
  --nh-space-3: 16px;
  --nh-space-4: 24px;
  --nh-space-5: 32px;
  --nh-space-6: 48px;
  --nh-space-7: 56px;
  --nh-space-9: 72px;
  --nh-space-10: 112px;
  --nh-padding-1: 20px;
  --nh-padding-2: 40px;
  --nh-container: 120px;
  --nh-grid-x: 20px;
  --nh-text-h2: 36px;
  --nh-text-h2-lh: 46px;
  --nh-text-h3: 20px;
  --nh-text-h3-lh: 35px;
  --nh-text-p: 20px;
  --nh-text-p-lh: 30px;
  --nh-text-subhead: 12px;
  --nh-font-sans: IBM Plex Sans, sans-serif;
  --nh-font-mono: IBM Plex Mono, monospace;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.otf") format("opentype"), url("../fonts/gotham-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Tileable grain — previous noise pattern, kept subtle via overlay opacity. */
/* Figma 1918:450 — canvas green → transparent anvil with soft bottom feather. */
/* Split gradient + grain like .sf-nh-partners__intro (subtle scroll reveal wash). */
/* Tileable grain overlay — Figma Size 0.2 / Density 100% / Opacity 95%. */
/* -------------------------------------------------------------------------
   Page shell — keep New Home layout local
--------------------------------------------------------------------------- */
.sf-new-home {
  background: #1c2c2e;
  color: #fdfefc;
  /* Overlay header over the hero (like fixed), but scroll with the page. */
}
.sf-new-home #masthead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
}
.sf-new-home .site-header,
.sf-new-home .header-top {
  background: transparent;
}
.sf-new-home {
  /* Desktop nav bar ships black; clear it so the video shows through. */
}
@media screen and (min-width: 40em) {
  .sf-new-home .header-top {
    background: transparent;
  }
}
.sf-new-home .sf-new-home__main {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sf-new-home .sf-new-home__content {
  width: 100%;
}
.sf-new-home .sf-new-home__content:empty {
  display: none;
}

.sf-new-home.admin-bar #masthead {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .sf-new-home.admin-bar #masthead {
    top: 46px;
  }
}

/* -------------------------------------------------------------------------
   Hero → Prospective scroll zoom (Cardboard Spaceship–style dock)
--------------------------------------------------------------------------- */
.sf-nh-zoom {
  --sf-nh-zoom: 0;
  position: relative;
  background: #1c2c2e;
}

.sf-nh-zoom__track {
  position: relative;
  /* Default document flow; motion class expands for sticky scrub. */
  height: auto;
}

.sf-nh-zoom.is-motion .sf-nh-zoom__track {
  height: 240vh;
}

.sf-nh-zoom__stage {
  position: relative;
  overflow: hidden;
  background: #1c2c2e;
}

.sf-nh-zoom.is-motion .sf-nh-zoom__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
}

.sf-nh-zoom .sf-nh-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  border: 0;
}

.sf-nh-zoom.is-motion .sf-nh-hero {
  position: absolute;
  inset: 0;
  min-height: 0;
  height: 100%;
  z-index: 5;
  background: transparent;
}

.sf-nh-zoom.is-motion .sf-nh-prospective {
  position: absolute;
  inset: 0;
  min-height: 0;
  opacity: 0;
  z-index: 4;
  background: radial-gradient(ellipse 70% 55% at 54% 50%, rgba(73, 90, 59, 0.55) 0%, rgba(28, 44, 46, 0) 70%);
}

.sf-nh-zoom .sf-nh-fe-bar {
  transition: opacity 0.05s linear;
}

.sf-nh-hero__media.is-flying {
  position: absolute;
  right: auto;
  bottom: auto;
  z-index: 45;
  overflow: hidden;
  will-change: top, left, width, height, border-radius;
  border: 0;
  background: #1c2c2e;
}

.sf-nh-hero__media.is-flying.is-docked {
  border: 0;
  box-shadow: none;
}

.sf-nh-hero__media.is-flying .sf-nh-hero__youtube-frame {
  /* Keep the full 16:9 frame visible while the media docks. */
  width: min(100cqw, 177.7777777778cqh);
  height: min(100cqh, 56.25cqw);
  transform: translate(-50%, -50%);
}

/* -------------------------------------------------------------------------
   Prospective statement — Figma 2060:1636
--------------------------------------------------------------------------- */
.sf-nh-prospective {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(48px, 8vh, 112px) clamp(24px, 8vw, 120px);
  box-sizing: border-box;
  pointer-events: none;
  opacity: 1;
  min-height: 80vh;
  overflow: visible;
  background: radial-gradient(ellipse 70% 55% at 54% 50%, rgba(73, 90, 59, 0.55) 0%, rgba(28, 44, 46, 0) 70%), #1c2c2e;
}

/* Same asset as graphic band — sits above the radial wash, behind the copy. */
.sf-nh-prospective__pattern {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(671px, 78vw);
  height: min(671px, 78vw);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.6;
  z-index: 0;
}
.sf-nh-prospective__pattern img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sf-nh-prospective__frame {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  padding: clamp(40px, 6vh, 72px) clamp(24px, 4vw, 48px);
  box-sizing: border-box;
}

.sf-nh-prospective__corner {
  position: absolute;
  width: clamp(24px, 2.6vw, 37px);
  height: clamp(24px, 2.6vw, 37px);
  border-style: solid;
  border-color: #f1482a;
  border-width: 0;
  pointer-events: none;
}

.sf-nh-prospective__corner--tl {
  top: 0;
  left: 0;
  border-top-width: 5px;
  border-left-width: 5px;
}

.sf-nh-prospective__corner--tr {
  top: 0;
  right: 0;
  border-top-width: 5px;
  border-right-width: 5px;
}

.sf-nh-prospective__corner--bl {
  bottom: 0;
  left: 0;
  border-bottom-width: 5px;
  border-left-width: 5px;
}

.sf-nh-prospective__corner--br {
  bottom: 0;
  right: 0;
  border-bottom-width: 5px;
  border-right-width: 5px;
}

.sf-nh-prospective__title {
  margin: 0;
  color: #fdfefc;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: clamp(28px, 5.5vw, 80px);
  line-height: 1.2;
  letter-spacing: clamp(4px, 1.1vw, 16px);
  text-transform: uppercase;
  text-align: center;
}

.sf-nh-prospective__line {
  display: block;
}

.sf-nh-prospective__line--slot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.2vw, 20px);
  margin: 0.05em 0;
}

.sf-nh-prospective__word {
  display: inline-block;
}

.sf-nh-prospective__slot {
  display: inline-block;
  flex: 0 0 auto;
  width: clamp(96px, 16vw, 230px);
  height: clamp(54px, 9vw, 129px);
  border-radius: 5px;
  /* Reserves space; real video is the flying media layer. */
  background: transparent;
  vertical-align: middle;
}

.sf-nh-prospective__pro {
  font-weight: 700;
}

.sf-nh-prospective__tm {
  font-size: 0.645em;
  font-weight: 300;
  letter-spacing: 0.08em;
  vertical-align: super;
  line-height: 0;
  margin-left: 0.05em;
}

/* -------------------------------------------------------------------------
   Hero — Figma 2060:915
--------------------------------------------------------------------------- */
.sf-nh-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c2c2e;
  box-sizing: border-box;
  border: 2px solid rgba(190, 29, 38, 0.85);
}

.sf-nh-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Keep the full video visible: 16:9 frame pinned to the top of the stage. */
.sf-nh-zoom.is-motion .sf-nh-hero__media:not(.is-flying) {
  inset: auto;
  top: 0;
  left: 50%;
  width: min(100%, 177.7777777778vh);
  width: min(100%, 177.7777777778dvh);
  height: min(100%, 56.25vw);
  transform: translateX(-50%);
}

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

.sf-nh-hero__youtube {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: #1c2c2e;
  background-image: none;
  container-type: size;
}

.sf-nh-hero__youtube-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  /* Fit the full 16:9 video inside the media frame (no crop). */
  width: min(100cqw, 177.7777777778cqh);
  height: min(100cqh, 56.25cqw);
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

/* Front-end on-page editing (logged-in editors only) */
.sf-nh-fe-bar {
  position: absolute;
  /* Clear the absolute masthead so controls stay visible + clickable. */
  top: 146px;
  left: 16px;
  right: 16px;
  z-index: 110;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.sf-nh-fe-bar__btn,
.sf-nh-fe-bar__tools,
.sf-nh-fe-bar__status {
  pointer-events: auto;
}

.sf-nh-fe-bar__tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.sf-nh-fe-bar__tools[hidden] {
  display: none !important;
}

.sf-nh-fe-bar__btn {
  appearance: none;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(253, 254, 252, 0.45);
  background: rgba(28, 44, 46, 0.9);
  color: #fdfefc;
  font-family: "Gotham", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1.2;
}

.sf-nh-fe-bar__btn:hover,
.sf-nh-fe-bar__btn:focus {
  border-color: #fdfefc;
  outline: none;
}

.sf-nh-fe-bar__btn--primary {
  background: #fdfefc;
  color: #1c2c2e;
  border-color: #fdfefc;
}

.sf-nh-fe-bar__btn--save {
  background: #a0cb05;
  color: #1c2c2e;
  border-color: #a0cb05;
}

.sf-nh-fe-bar__status {
  margin-left: auto;
  padding: 8px 12px;
  background: rgba(28, 44, 46, 0.9);
  border: 1px solid rgba(253, 254, 252, 0.35);
  font-family: "Gotham", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sf-nh-fe-bar__status[hidden] {
  display: none !important;
}

.sf-nh-fe-bar__status.is-success {
  border-color: #a0cb05;
  color: #a0cb05;
}

.sf-nh-fe-bar__status.is-error {
  border-color: #be1d26;
  color: #ffb4b8;
}

.sf-nh-fe-bar__status.is-pending {
  color: rgba(253, 254, 252, 0.85);
}

.sf-nh-hero.is-fe-editing {
  outline: 2px solid #a0cb05;
  outline-offset: -2px;
}

@media (max-width: 639px) {
  /*
   * Mobile: no hero→prospective video dock. Stack sections in normal flow
   * so the video stays in the hero and negative scroll space goes away.
   */
  .sf-nh-zoom.is-mobile-static .sf-nh-zoom__track,
  .sf-nh-zoom:not(.is-motion) .sf-nh-zoom__track {
    height: auto;
  }
  .sf-nh-zoom.is-mobile-static .sf-nh-zoom__stage,
  .sf-nh-zoom:not(.is-motion) .sf-nh-zoom__stage {
    position: relative;
    height: auto;
    overflow: visible;
  }
  .sf-nh-zoom.is-mobile-static .sf-nh-hero,
  .sf-nh-zoom:not(.is-motion) .sf-nh-hero {
    position: relative;
    inset: auto;
    min-height: 0;
    height: auto;
  }
  .sf-nh-zoom.is-mobile-static .sf-nh-hero__media,
  .sf-nh-zoom:not(.is-motion) .sf-nh-hero__media {
    position: relative;
    inset: auto;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    transform: none;
    overflow: hidden;
  }
  .sf-nh-zoom.is-mobile-static .sf-nh-prospective,
  .sf-nh-zoom:not(.is-motion) .sf-nh-prospective {
    position: relative;
    inset: auto;
    min-height: 0;
    opacity: 1 !important;
    padding: 40px 20px 48px;
  }
  .sf-nh-prospective__slot {
    display: none;
  }
  .sf-nh-prospective__frame {
    padding: 28px 16px;
  }
  .sf-nh-prospective__title {
    font-size: clamp(22px, 7vw, 32px);
    letter-spacing: 3px;
    line-height: 1.25;
  }
  .sf-nh-prospective__line--slot {
    gap: 8px;
  }
  .sf-nh-fe-bar {
    top: 138px;
    left: 10px;
    right: 10px;
  }
}
/* -------------------------------------------------------------------------
   New Home footer (scoped — does not reuse site-footer--sf-figma)
--------------------------------------------------------------------------- */
.sf-new-home-footer {
  position: relative;
  overflow: hidden;
  background: #1c2c2e;
  color: #fdfefc;
  padding: clamp(48px, 8vw, 96px) 0 0;
}

.sf-new-home-footer__wash {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  height: 50%;
}
.sf-new-home-footer__wash::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(73, 90, 59, 0.3) 0%, rgba(28, 44, 46, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
}
.sf-new-home-footer__wash::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  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;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  opacity: 0;
  transition: opacity 1.15s ease;
  will-change: opacity;
}
.sf-new-home-footer__wash::after {
  opacity: 0.22;
}

.sf-new-home-footer__shell {
  position: relative;
  z-index: 1;
  width: min(1200px, 100% - clamp(40px, 8vw, 240px));
  margin: 0 auto;
}

.sf-new-home-footer__panel {
  border: 2px solid #e9efef;
  border-bottom: 0;
  padding: clamp(40px, 6vw, 72px) clamp(24px, 4vw, 48px) clamp(32px, 5vw, 48px);
}

.sf-new-home-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.sf-new-home-footer__menus {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 5vw, 72px);
}

.sf-new-home-footer__menu-col {
  min-width: 120px;
}

.sf-new-home-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sf-new-home-footer__menu a {
  color: #fdfefc;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sf-new-home-footer__menu a:hover,
.sf-new-home-footer__menu a:focus {
  color: #eeff97;
}

.sf-new-home-footer__signup {
  min-width: 0;
}

.sf-new-home-footer__signup-title {
  margin: 0 0 20px;
  color: #eeff97;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.sf-new-home-footer__signup .newsletter-section {
  margin: 0;
}

.sf-new-home-footer__signup .gform_wrapper {
  margin: 0;
}

.sf-new-home-footer__signup .gform_heading {
  display: none;
}

.sf-new-home-footer__signup .gfield_label,
.sf-new-home-footer__signup .gform-field-label,
.sf-new-home-footer__signup .gfield_required,
.sf-new-home-footer__signup .gfield_required_text {
  display: none !important;
}

.sf-new-home-footer__signup .gform_fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.sf-new-home-footer__signup .ginput_complex.ginput_container_email {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sf-new-home-footer__signup .ginput_left,
.sf-new-home-footer__signup .ginput_right {
  width: 100%;
  min-width: 0;
}

.sf-new-home-footer__signup .newsletter-input,
.sf-new-home-footer__signup input[type=text],
.sf-new-home-footer__signup input[type=email],
.sf-new-home-footer__signup .gform_wrapper input[type=email] {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border: 2px solid #e9efef !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fdfefc !important;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  box-shadow: none !important;
}
.sf-new-home-footer__signup .newsletter-input::placeholder,
.sf-new-home-footer__signup input[type=text]::placeholder,
.sf-new-home-footer__signup input[type=email]::placeholder,
.sf-new-home-footer__signup .gform_wrapper input[type=email]::placeholder {
  color: rgba(253, 254, 252, 0.55);
}
.sf-new-home-footer__signup .newsletter-input:focus,
.sf-new-home-footer__signup input[type=text]:focus,
.sf-new-home-footer__signup input[type=email]:focus,
.sf-new-home-footer__signup .gform_wrapper input[type=email]:focus {
  outline: none;
  border-color: #eeff97 !important;
}

.sf-new-home-footer__signup .gform_footer {
  margin: 20px 0 0;
  padding: 0;
}

body .sf-new-home-footer__signup .gform_wrapper input[type=submit].gform_button.button,
body .sf-new-home-footer__signup .gform_wrapper .gform_button,
body .sf-new-home-footer__signup .newsletter-button,
body .sf-new-home-footer__signup input[type=submit],
body .sf-new-home-footer__signup button[type=submit] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: auto !important;
  padding: 15px 30px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #eeff97 !important;
  background-color: #eeff97 !important;
  color: #1c2c2e !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  cursor: pointer;
  box-shadow: none !important;
  transform: none !important;
  appearance: none !important;
  transition: background 0.2s ease, color 0.2s ease;
}
body .sf-new-home-footer__signup .gform_wrapper input[type=submit].gform_button.button:hover, body .sf-new-home-footer__signup .gform_wrapper input[type=submit].gform_button.button:focus, body .sf-new-home-footer__signup .gform_wrapper input[type=submit].gform_button.button:focus-visible, body .sf-new-home-footer__signup .gform_wrapper input[type=submit].gform_button.button:active,
body .sf-new-home-footer__signup .gform_wrapper .gform_button:hover,
body .sf-new-home-footer__signup .gform_wrapper .gform_button:focus,
body .sf-new-home-footer__signup .gform_wrapper .gform_button:focus-visible,
body .sf-new-home-footer__signup .gform_wrapper .gform_button:active,
body .sf-new-home-footer__signup .newsletter-button:hover,
body .sf-new-home-footer__signup .newsletter-button:focus,
body .sf-new-home-footer__signup .newsletter-button:focus-visible,
body .sf-new-home-footer__signup .newsletter-button:active,
body .sf-new-home-footer__signup input[type=submit]:hover,
body .sf-new-home-footer__signup input[type=submit]:focus,
body .sf-new-home-footer__signup input[type=submit]:focus-visible,
body .sf-new-home-footer__signup input[type=submit]:active,
body .sf-new-home-footer__signup button[type=submit]:hover,
body .sf-new-home-footer__signup button[type=submit]:focus,
body .sf-new-home-footer__signup button[type=submit]:focus-visible,
body .sf-new-home-footer__signup button[type=submit]:active {
  background: #fafaf5 !important;
  background-color: #fafaf5 !important;
  border-color: transparent !important;
  color: #1c2c2e !important;
  box-shadow: none !important;
  outline: none !important;
}

.sf-new-home-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 32px;
  margin-top: clamp(32px, 5vw, 48px);
  padding-top: clamp(24px, 4vw, 32px);
  border-top: 2px solid #e9efef;
}

.sf-new-home-footer__copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #c7d7d7;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.sf-new-home-footer__copyright a {
  color: #c7d7d7;
  text-decoration: none;
}
.sf-new-home-footer__copyright a:hover, .sf-new-home-footer__copyright a:focus {
  color: #eeff97;
}

.sf-new-home-footer__social {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.sf-new-home-footer__social .social-links {
  display: flex;
  align-items: center;
  gap: 0;
}
.sf-new-home-footer__social .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-left: 2px solid #e9efef;
}
.sf-new-home-footer__social .social-links a:first-child {
  border-left: 0;
  padding-left: 0;
}
.sf-new-home-footer__social .social-links a img {
  display: block;
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.sf-new-home-footer__accent {
  position: relative;
  z-index: 1;
  height: 16px;
  background: #a0cb05;
}

@media (max-width: 1023px) {
  .sf-new-home-footer__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 639px) {
  .sf-new-home-footer__panel {
    padding: 32px 20px 28px;
  }
  .sf-new-home-footer__menus {
    width: 100%;
    gap: 28px;
  }
  .sf-new-home-footer__signup .ginput_complex.ginput_container_email {
    grid-template-columns: 1fr;
  }
  .sf-new-home-footer__legal {
    flex-direction: column;
    align-items: flex-start;
  }
  .sf-new-home-footer__social {
    margin-left: 0;
  }
  .sf-nh-cta__watermark-text {
    font-size: clamp(2rem, 11vw, 4rem);
    letter-spacing: 0.02em;
    white-space: normal;
  }
}
/* -------------------------------------------------------------------------
   Keep scrollin’ — vertical side cues (occasional, after hero)
--------------------------------------------------------------------------- */
.sf-nh-keep-scrollin {
  position: relative;
  z-index: 6;
  --sf-nh-keep-scrollin-h: clamp(420px, 70vh, 900px);
  height: var(--sf-nh-keep-scrollin-h);
  margin: 0 0 calc(-1 * var(--sf-nh-keep-scrollin-h));
  pointer-events: none;
}

.sf-nh-keep-scrollin__sticky {
  position: sticky;
  top: 42vh;
  height: 0;
}

.sf-nh-keep-scrollin__text {
  position: absolute;
  left: clamp(10px, 1.6vw, 28px);
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  color: #fafaf5;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  opacity: 0;
  transition: opacity 0.55s ease;
}

.sf-nh-keep-scrollin__chevrons {
  display: inline-block;
  letter-spacing: 0.08em;
}

.sf-nh-keep-scrollin__label {
  display: inline-block;
}

.sf-nh-keep-scrollin--right {
  display: none;
}

.sf-nh-keep-scrollin.is-in .sf-nh-keep-scrollin__text {
  opacity: 0.9;
}

@media (max-width: 1023px) {
  .sf-nh-keep-scrollin {
    --sf-nh-keep-scrollin-h: clamp(280px, 48vh, 520px);
  }
  .sf-nh-keep-scrollin__text {
    font-size: 11px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 639px) {
  .sf-nh-keep-scrollin {
    display: none;
  }
}
/* -------------------------------------------------------------------------
   Methodology — Figma 2060:1664
--------------------------------------------------------------------------- */
.sf-nh-methodology {
  position: relative;
  padding: clamp(64px, 10vh, 112px) clamp(20px, 8vw, 120px) 112px;
  background: #1c2c2e;
  color: #fdfefc;
  overflow-x: clip;
  overflow-y: visible;
}

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

.sf-nh-methodology__frame {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(48px, 8vh, 112px) clamp(24px, 4vw, 56px);
  border: 2px solid #a0cb05;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: transparent;
  overflow: visible;
}

.sf-nh-methodology__wash {
  position: absolute;
  /* Offset inside the lime box; bleed past left/bottom, fade before bottom-right. */
  top: 20px;
  left: 20px;
  right: -15%;
  bottom: -30px;
  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%);
  will-change: transform;
  transform: translate3d(var(--sf-nh-wash-x, 0px), 0, 0);
}
.sf-nh-methodology__wash::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  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;
  opacity: 0.22;
  mix-blend-mode: soft-light;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 38%, transparent 68%);
  mask-image: linear-gradient(90deg, #000 0%, #000 38%, transparent 68%);
}

.sf-nh-methodology__connector {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  width: 2px;
  /* Match section padding — avoid vh units that shift when mobile chrome toggles. */
  height: 112px;
  margin-left: -1px;
  background: #a0cb05;
  pointer-events: none;
}

.sf-nh-methodology__highlight {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 860px;
  color: #eeff97;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sf-nh-methodology__body {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 860px;
  color: #fafaf5;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.sf-nh-methodology .sf-nh-fe-bar--methodology {
  position: absolute;
  top: 16px;
  left: clamp(20px, 8vw, 120px);
  right: clamp(20px, 8vw, 120px);
  z-index: 20;
}

.sf-nh-methodology.is-fe-editing {
  outline: 2px solid #a0cb05;
  outline-offset: -2px;
}

.sf-nh-methodology.is-fe-editing [data-sf-nh-field] {
  outline: 1px dashed rgba(253, 254, 252, 0.55);
  outline-offset: 6px;
  cursor: text;
}

.sf-nh-methodology.is-fe-editing [data-sf-nh-field]:focus {
  outline: 2px solid #eeff97;
  outline-offset: 6px;
}

@media (max-width: 639px) {
  .sf-nh-methodology {
    padding: 48px 24px;
  }
  .sf-nh-methodology__wash {
    top: 20px;
    left: -28px;
    right: 22%;
    bottom: -36px;
  }
  .sf-nh-methodology__connector {
    height: 48px;
  }
  .sf-nh-methodology__frame {
    padding: 40px 20px;
  }
  .sf-nh-methodology__highlight {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .sf-nh-methodology__body {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ---------------------------------------------------------------------------
   Pullquote — Figma 2096:68
--------------------------------------------------------------------------- */
.sf-nh-pullquote {
  position: relative;
  margin-top: -1px;
  padding: 0 clamp(20px, 8vw, 120px);
  background: #1c2c2e;
  color: #eeff97;
}

.sf-nh-pullquote__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: 1200px;
  margin: calc(-1 * 112px - 1px) auto 0;
}

.sf-nh-pullquote__chevron {
  flex-shrink: 0;
  width: 14px;
  overflow: hidden;
  line-height: 0;
}
.sf-nh-pullquote__chevron img {
  display: block;
  width: 14px;
  height: 171px;
}

.sf-nh-pullquote__chevron--top {
  height: 171px;
  will-change: clip-path;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.35s;
}

.sf-nh-pullquote__chevron--bottom {
  /* Reserve full height so the draw-in does not push content below. */
  height: 171px;
  transform: rotate(180deg);
  will-change: clip-path;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s;
}

.sf-nh-pullquote.is-in .sf-nh-pullquote__chevron--top {
  clip-path: inset(0 0 0 0);
  transition-delay: 0s;
}

.sf-nh-pullquote.is-in .sf-nh-pullquote__chevron--bottom {
  clip-path: inset(0 0 0 0);
  transition-delay: 1.05s;
}

.sf-nh-pullquote__text {
  margin: 0;
  max-width: 860px;
  width: 100%;
  color: #eeff97;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  will-change: opacity, transform;
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.15s;
}

.sf-nh-pullquote.is-in .sf-nh-pullquote__text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}

.sf-nh-pullquote .sf-nh-fe-bar--pullquote {
  position: absolute;
  top: 16px;
  left: clamp(20px, 8vw, 120px);
  right: clamp(20px, 8vw, 120px);
  z-index: 20;
}

.sf-nh-pullquote.is-fe-editing {
  outline: 2px solid #a0cb05;
  outline-offset: -2px;
}

.sf-nh-pullquote.is-fe-editing [data-sf-nh-field] {
  outline: 1px dashed rgba(253, 254, 252, 0.55);
  outline-offset: 6px;
  cursor: text;
}

.sf-nh-pullquote.is-fe-editing [data-sf-nh-field]:focus {
  outline: 2px solid #eeff97;
  outline-offset: 6px;
}

@media (max-width: 639px) {
  .sf-nh-pullquote {
    padding: 0 24px;
  }
  .sf-nh-pullquote__inner {
    gap: 32px;
    margin-top: -49px;
  }
  .sf-nh-pullquote__chevron img {
    height: 96px;
  }
  .sf-nh-pullquote__chevron--top,
  .sf-nh-pullquote__chevron--bottom {
    height: 96px;
  }
  .sf-nh-pullquote.is-in .sf-nh-pullquote__chevron--top,
  .sf-nh-pullquote.is-in .sf-nh-pullquote__chevron--bottom {
    clip-path: inset(0 0 0 0);
  }
  .sf-nh-pullquote__text {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
/* ---------------------------------------------------------------------------
   Graphic band — Figma 2097:71
--------------------------------------------------------------------------- */
.sf-nh-graphic {
  position: relative;
  padding: 0 0 112px;
  background: #1c2c2e;
  overflow: visible;
}

.sf-nh-graphic__pattern {
  position: absolute;
  left: 50%;
  top: -154px;
  width: min(671px, 70vw);
  height: min(671px, 70vw);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.6;
  z-index: 0;
}
.sf-nh-graphic__pattern img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sf-nh-graphic__stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(72px, 10vw) minmax(120px, 0.55fr) minmax(72px, 10vw) minmax(0, 1.15fr);
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(12px, 2vw, 24px);
  min-height: clamp(220px, 28vw, 405px);
}

.sf-nh-graphic__panel {
  position: relative;
  min-width: 0;
}

.sf-nh-graphic__corners {
  position: absolute;
  inset: -3px;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.45s ease;
  transition-delay: 0s;
  /* Four lime L-corners via paired horizontal + vertical ticks. */
  background: linear-gradient(#a0cb05, #a0cb05) left top/16px 2px no-repeat, linear-gradient(#a0cb05, #a0cb05) left top/2px 16px no-repeat, linear-gradient(#a0cb05, #a0cb05) right top/16px 2px no-repeat, linear-gradient(#a0cb05, #a0cb05) right top/2px 16px no-repeat, linear-gradient(#a0cb05, #a0cb05) left bottom/16px 2px no-repeat, linear-gradient(#a0cb05, #a0cb05) left bottom/2px 16px no-repeat, linear-gradient(#a0cb05, #a0cb05) right bottom/16px 2px no-repeat, linear-gradient(#a0cb05, #a0cb05) right bottom/2px 16px no-repeat;
}

.sf-nh-graphic.is-in .sf-nh-graphic__corners {
  opacity: 1;
  transition-delay: 1.05s;
}

.sf-nh-graphic__panel--left,
.sf-nh-graphic__panel--right {
  opacity: 0;
  transform: scaleX(0.15);
  will-change: transform, opacity;
  transition: transform 0.95s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s ease;
  /* Collapse first on scroll-up. */
  transition-delay: 0s;
}

.sf-nh-graphic__panel--left {
  transform-origin: right center;
  grid-column: 1;
}

.sf-nh-graphic__panel--right {
  transform-origin: left center;
  grid-column: 5;
}

.sf-nh-graphic__panel--center {
  grid-column: 3;
  opacity: 0;
  transform: scale(0.82);
  will-change: transform, opacity;
  transition: opacity 0.65s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  /* Leave last on scroll-up. */
  transition-delay: 0.55s;
  z-index: 2;
}

.sf-nh-graphic.is-in .sf-nh-graphic__panel--center {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.05s;
}

.sf-nh-graphic.is-in .sf-nh-graphic__panel--left,
.sf-nh-graphic.is-in .sf-nh-graphic__panel--right {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.75s;
}

.sf-nh-graphic__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(220px, 28vw, 405px);
  object-fit: contain;
  object-position: center;
}

.sf-nh-graphic__panel--center .sf-nh-graphic__img {
  max-height: clamp(200px, 26vw, 380px);
  margin: 0 auto;
}

.sf-nh-graphic__branch {
  width: 100%;
  height: clamp(120px, 18vw, 200px);
  color: #a0cb05;
  overflow: visible;
  align-self: center;
  opacity: 0;
  transform: scaleX(0);
  will-change: transform, opacity;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
  transition-delay: 0.15s;
}

.sf-nh-graphic__branch--left {
  grid-column: 2;
  transform-origin: right center;
}

.sf-nh-graphic__branch--right {
  grid-column: 4;
  transform-origin: left center;
}

.sf-nh-graphic.is-in .sf-nh-graphic__branch--left,
.sf-nh-graphic.is-in .sf-nh-graphic__branch--right {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}

.sf-nh-graphic__branch-path,
.sf-nh-graphic__branch-tick {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.15s;
}

.sf-nh-graphic.is-in .sf-nh-graphic__branch-path,
.sf-nh-graphic.is-in .sf-nh-graphic__branch-tick {
  stroke-dashoffset: 0;
  transition-delay: 0.4s;
}

.sf-nh-graphic__replace {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 5;
  border: 1px solid rgba(253, 254, 252, 0.45);
  background: rgba(28, 44, 46, 0.9);
  color: #fdfefc;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  padding: 6px 10px;
  cursor: pointer;
}

.sf-nh-graphic.is-fe-editing .sf-nh-graphic__replace {
  display: inline-block;
}

.sf-nh-graphic .sf-nh-fe-bar--graphic {
  position: absolute;
  top: 16px;
  left: clamp(20px, 8vw, 120px);
  right: clamp(20px, 8vw, 120px);
  z-index: 20;
}

.sf-nh-graphic.is-fe-editing {
  outline: 2px solid #a0cb05;
  outline-offset: -2px;
}

.sf-nh-graphic.is-fe-editing .sf-nh-graphic__panel {
  outline: 1px dashed rgba(253, 254, 252, 0.4);
  outline-offset: 4px;
}

@media (max-width: 639px) {
  .sf-nh-graphic {
    padding-bottom: 64px;
  }
  /* Keep the pattern behind the stacked center panel (not above the section). */
  .sf-nh-graphic__pattern {
    top: 50%;
    width: min(671px, 120vw);
    height: min(671px, 120vw);
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  .sf-nh-graphic__stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-height: 0;
    padding: 0 20px;
    z-index: 1;
    background: transparent;
  }
  .sf-nh-graphic__panel--left,
  .sf-nh-graphic__panel--right {
    grid-column: auto;
    width: 100%;
    max-width: 360px;
    opacity: 0;
    transform: translateY(18px) scale(0.96);
    transform-origin: center center;
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.55s ease;
    transition-delay: 0s;
  }
  .sf-nh-graphic__panel--center {
    grid-column: auto;
    width: 100%;
    max-width: 168px;
    margin: 4px auto;
    background: transparent;
  }
  .sf-nh-graphic.is-in .sf-nh-graphic__panel--left {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.35s;
  }
  .sf-nh-graphic.is-in .sf-nh-graphic__panel--right {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.55s;
  }
  /* Vertical connectors between stacked panels. */
  .sf-nh-graphic__branch {
    display: block;
    width: 80px;
    height: 96px;
    flex-shrink: 0;
    opacity: 0;
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
    transition-delay: 0.1s;
  }
  .sf-nh-graphic__branch--left {
    /* Stem toward top panel; forks toward center. */
    transform: rotate(90deg) scaleX(0);
    transform-origin: center center;
  }
  .sf-nh-graphic__branch--right {
    /* Stem toward center; forks toward bottom panel. */
    transform: rotate(90deg) scaleX(0);
    transform-origin: center center;
  }
  .sf-nh-graphic.is-in .sf-nh-graphic__branch--left {
    opacity: 1;
    transform: rotate(90deg) scaleX(1);
    transition-delay: 0.45s;
  }
  .sf-nh-graphic.is-in .sf-nh-graphic__branch--right {
    opacity: 1;
    transform: rotate(90deg) scaleX(1);
    transition-delay: 0.5s;
  }
  .sf-nh-graphic__img {
    max-height: none;
  }
  .sf-nh-graphic__panel--center .sf-nh-graphic__img {
    max-height: 200px;
  }
  .sf-nh-graphic__corners {
    inset: -2px;
    background: linear-gradient(#a0cb05, #a0cb05) left top/14px 2px no-repeat, linear-gradient(#a0cb05, #a0cb05) left top/2px 14px no-repeat, linear-gradient(#a0cb05, #a0cb05) right top/14px 2px no-repeat, linear-gradient(#a0cb05, #a0cb05) right top/2px 14px no-repeat, linear-gradient(#a0cb05, #a0cb05) left bottom/14px 2px no-repeat, linear-gradient(#a0cb05, #a0cb05) left bottom/2px 14px no-repeat, linear-gradient(#a0cb05, #a0cb05) right bottom/14px 2px no-repeat, linear-gradient(#a0cb05, #a0cb05) right bottom/2px 14px no-repeat;
  }
}
/* ---------------------------------------------------------------------------
   Partners — Figma 2097:78 / 2097:81 (marquee like cardboard-spaceship logos__)
--------------------------------------------------------------------------- */
.sf-nh-partners {
  position: relative;
  padding: 0 0 112px;
  background: #1c2c2e;
  color: #fdfefc;
  overflow: hidden;
}

.sf-nh-partners__intro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 112px clamp(20px, 8vw, 120px) 0;
  text-align: center;
  background: transparent;
}
.sf-nh-partners__intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(73, 90, 59, 0.3) 0%, rgba(28, 44, 46, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  opacity: 0;
  transition: opacity 1.15s ease;
  will-change: opacity;
}
.sf-nh-partners__intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 0;
  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;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  opacity: 0;
  transition: opacity 1.15s ease;
  will-change: opacity;
}
.sf-nh-partners__intro > * {
  position: relative;
  z-index: 1;
}

/* Only the gradient wash fades — copy stays visible. */
.sf-nh-partners__intro.is-in::before,
.sf-nh-partners.is-fe-editing .sf-nh-partners__intro::before,
.sf-nh-partners__intro.is-in::after,
.sf-nh-partners.is-fe-editing .sf-nh-partners__intro::after {
  opacity: 1;
}

.sf-nh-partners__intro.is-in::after,
.sf-nh-partners.is-fe-editing .sf-nh-partners__intro::after {
  opacity: 0.22;
}

.sf-nh-partners__headline {
  margin: 0;
  max-width: 1200px;
  width: 100%;
  color: #fafaf5;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 5.4px;
  text-transform: uppercase;
}

.sf-nh-partners__subhead {
  margin: 0;
  max-width: 1200px;
  width: 100%;
  color: #eeff97;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sf-nh-partners__logos {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  overflow: hidden;
  padding: 120px 0 24px;
}

.sf-nh-partners__track {
  --offset: 0px;
  --loop-width: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  will-change: transform;
  pointer-events: none;
  transform: translateX(var(--offset));
}

.sf-nh-partners__track[data-direction="-1"] {
  /*
   * Start one loop-width in (second copy) so the strip fills the same as the
   * top row at load, then travel toward 0 (reads as scrolling right). Three
   * copies keep wide viewports covered.
   */
  transform: translateX(calc(-1 * var(--loop-width) - var(--offset)));
}

.sf-nh-partners__slide {
  flex: 0 0 auto;
  padding-right: 16px;
}

.sf-nh-partners__list {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 80px;
  min-width: 120px;
}

.sf-nh-partners__row-label {
  display: none;
  margin: 0 0 12px;
  width: 100%;
  color: #eeff97;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.sf-nh-partners__item {
  position: relative;
  flex: 0 0 160px;
  width: 160px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sf-nh-partners__img {
  display: block;
  max-width: 140px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
  pointer-events: none;
}

.sf-nh-partners.is-fe-editing .sf-nh-partners__logos {
  overflow: visible;
  gap: 32px;
}

.sf-nh-partners.is-fe-editing .sf-nh-partners__track {
  pointer-events: auto;
  transform: none !important;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  padding: 16px 24px;
  border: 1px dashed rgba(253, 254, 252, 0.3);
}

.sf-nh-partners.is-fe-editing .sf-nh-partners__row-label {
  display: block;
}

.sf-nh-partners.is-fe-editing .sf-nh-partners__slide {
  padding-right: 0;
  width: 100%;
}

.sf-nh-partners.is-fe-editing .sf-nh-partners__list {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 28px;
}

.sf-nh-partners.is-fe-editing .sf-nh-partners__item {
  outline: 1px dashed rgba(253, 254, 252, 0.35);
  outline-offset: 6px;
  cursor: grab;
  touch-action: none;
}

.sf-nh-partners.is-fe-editing .sf-nh-partners__item.is-dragging {
  opacity: 0.45;
  cursor: grabbing;
}

.sf-nh-partners.is-fe-editing .sf-nh-partners__item.is-drag-over {
  outline-color: #a0cb05;
  outline-style: solid;
}

.sf-nh-partners.is-fe-editing .sf-nh-partners__item-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sf-nh-partners__item-btn {
  border: 1px solid rgba(253, 254, 252, 0.4);
  background: rgba(28, 44, 46, 0.92);
  color: #fdfefc;
  width: 28px;
  height: 28px;
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  display: none;
}

.sf-nh-partners__item-btn--danger {
  color: #ffb4a8;
}

.sf-nh-partners .sf-nh-fe-bar--partners {
  position: absolute;
  top: 16px;
  left: clamp(20px, 8vw, 120px);
  right: clamp(20px, 8vw, 120px);
  z-index: 20;
}

.sf-nh-partners.is-fe-editing {
  outline: 2px solid #a0cb05;
  outline-offset: -2px;
}

.sf-nh-partners.is-fe-editing [data-sf-nh-field] {
  outline: 1px dashed rgba(253, 254, 252, 0.55);
  outline-offset: 6px;
  cursor: text;
}

@media (max-width: 639px) {
  .sf-nh-partners {
    padding-bottom: 64px;
  }
  .sf-nh-partners__intro {
    padding: 64px 24px 32px;
    gap: 20px;
  }
  .sf-nh-partners__headline {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .sf-nh-partners__subhead {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .sf-nh-partners__list {
    gap: 48px;
  }
  .sf-nh-partners__item {
    flex: 0 0 120px;
    width: 120px;
    height: 60px;
  }
  .sf-nh-partners__img {
    max-width: 100px;
    max-height: 48px;
  }
}
/* -------------------------------------------------------------------------
   Case studies repeater — Figma 2170:246 / wash 1918:449
--------------------------------------------------------------------------- */
.sf-nh-case-studies {
  position: relative;
  background: #1c2c2e;
  color: #fdfefc;
}

.sf-nh-case-studies .sf-nh-fe-bar--case-studies {
  position: absolute;
  top: 16px;
  left: clamp(20px, 8vw, 120px);
  right: clamp(20px, 8vw, 120px);
  z-index: 30;
}

.sf-nh-case-studies__picker {
  position: relative;
  z-index: 25;
  margin: 0 clamp(20px, 8vw, 120px);
  padding: 72px 24px 24px;
  border: 1px dashed rgba(253, 254, 252, 0.35);
  background: rgba(28, 44, 46, 0.92);
}

.sf-nh-case-studies__picker-label {
  display: block;
  margin: 0 0 8px;
  color: #eeff97;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.sf-nh-case-studies__picker-select {
  width: min(100%, 420px);
  max-width: 100%;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(253, 254, 252, 0.3);
  background: #132023;
  color: #fdfefc;
}

.sf-nh-case-studies__picker-help {
  margin: 0 0 16px;
  color: #c7d7d7;
  font-size: 13px;
}

.sf-nh-case-studies__picker-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sf-nh-case-studies__picker-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(253, 254, 252, 0.25);
  background: rgba(255, 255, 255, 0.04);
  cursor: grab;
}

.sf-nh-case-studies__picker-item.is-dragging {
  opacity: 0.45;
  cursor: grabbing;
}

.sf-nh-case-studies__picker-item.is-drag-over {
  border-color: #a0cb05;
}

.sf-nh-case-studies__picker-handle {
  opacity: 0.5;
  font-size: 12px;
}

.sf-nh-case-studies__picker-title {
  flex: 1;
  min-width: 0;
  font-size: 14px;
}

.sf-nh-case-studies__picker-remove {
  border: 0;
  background: transparent;
  color: #ffb4a8;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
}

.sf-nh-case-studies.is-fe-editing {
  outline: 2px solid #a0cb05;
  outline-offset: -2px;
}

.sf-nh-case-studies.is-fe-editing .sf-nh-case-studies__list {
  opacity: 0.45;
  pointer-events: none;
}

.sf-nh-case-studies__empty {
  margin: 0;
  padding: 112px clamp(20px, 8vw, 120px);
  text-align: center;
  color: #c7d7d7;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sf-nh-case-study {
  position: relative;
  overflow: visible;
  padding: 0;
  border-top: 1px solid rgba(253, 254, 252, 0.08);
}

.sf-nh-case-study:first-child {
  border-top: 0;
}

.sf-nh-case-study__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
}

.sf-nh-case-study__copy {
  position: relative;
  flex: 0 0 48%;
  max-width: none;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 80px clamp(20px, 4vw, 64px) 48px clamp(20px, 8vw, 120px);
  text-align: center;
  overflow: hidden;
}

/*
 * Same green fade as .sf-nh-partners__intro::before — opacity revealed on scroll.
 */
.sf-nh-case-study__wash {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.15s ease;
  will-change: opacity;
  height: 50%;
}
.sf-nh-case-study__wash::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(73, 90, 59, 0.3) 0%, rgba(28, 44, 46, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
}
.sf-nh-case-study__wash::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  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;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  opacity: 0;
  transition: opacity 1.15s ease;
  will-change: opacity;
}

.sf-nh-case-study.is-in .sf-nh-case-study__wash,
.sf-nh-case-studies.is-fe-editing .sf-nh-case-study__wash {
  opacity: 1;
}

.sf-nh-case-study.is-in .sf-nh-case-study__wash::after,
.sf-nh-case-studies.is-fe-editing .sf-nh-case-study__wash::after {
  opacity: 0.22;
}

.sf-nh-case-study__copy > *:not(.sf-nh-case-study__wash) {
  position: relative;
  z-index: 1;
}

.sf-nh-case-study__index {
  margin: 0;
  width: 100%;
  color: #c7d7d7;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.sf-nh-case-study__brand {
  margin: 0;
  width: 100%;
  color: #fafaf5;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 5.4px;
  text-transform: uppercase;
}

.sf-nh-case-study__title {
  margin: 0;
  width: 100%;
  color: #eeff97;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sf-nh-case-study__excerpt {
  margin: 0;
  max-width: 327px;
  color: #fafaf5;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.sf-nh-case-study__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 15px 30px;
  background: #eeff97;
  color: #1c2c2e;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.sf-nh-case-study__cta:hover,
.sf-nh-case-study__cta:focus {
  background: #fafaf5;
  color: #1c2c2e;
}

.sf-nh-case-study__media {
  flex: 1 1 52%;
  max-width: none;
  min-width: 0;
  position: relative;
  align-self: stretch;
  margin: 0;
  aspect-ratio: 1600/1200;
  overflow: hidden;
  background: linear-gradient(180deg, #c5d8ea 0%, #f4f8fb 100%);
}

.sf-nh-case-study__image,
.sf-nh-case-study__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sf-nh-case-study__video--youtube {
  position: absolute;
  inset: 0;
}

.sf-nh-case-study__video--youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sf-nh-case-study__media-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #dfe9f2 0%, #f7fafc 100%);
}

/**
 * Case study services/category crawl (marquee strip).
 */
.case-study-services-crawl {
  overflow: hidden;
  width: 100%;
  padding: 16px 0 0;
  color: inherit;
}

.case-study-services-crawl:not(.is-marquee-ready) .case-study-services-crawl__track {
  transform: none !important;
}

.case-study-services-crawl__track {
  --offset: 0px;
  --loop-width: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  will-change: transform;
  pointer-events: none;
  transform: translateX(var(--offset));
}

.case-study-services-crawl__track[data-direction="-1"] {
  transform: translateX(calc(-1 * var(--loop-width) - var(--offset)));
}

.case-study-services-crawl__slide {
  flex: 0 0 auto;
  padding-right: 48px;
}

.case-study-services-crawl__list {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-study-services-crawl__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.case-study-services-crawl__item i {
  flex: 0 0 auto;
  width: 1em;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .case-study-services-crawl__track {
    transform: none !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .case-study-services-crawl__slide:not(:first-child) {
    display: none;
  }
  .case-study-services-crawl__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
  }
}
.sf-nh-case-study .case-study-services-crawl {
  position: relative;
  z-index: 1;
  padding: 5px 0;
  color: #c7d7d7;
}

.sf-nh-case-study .case-study-services-crawl__item {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 1.8px;
}
.sf-nh-case-study .case-study-services-crawl__item i {
  font-size: 12px;
}

@media (max-width: 1023px) {
  .sf-nh-case-study__inner {
    flex-direction: column;
  }
  .sf-nh-case-study__copy {
    flex: none;
    max-width: none;
    min-width: 0;
    width: 100%;
    padding: 64px 24px 40px;
  }
  .sf-nh-case-study__media {
    flex: none;
    max-width: none;
    width: 100%;
    margin: 0;
    align-self: stretch;
  }
}
@media (max-width: 639px) {
  .sf-nh-case-study__copy {
    padding: 48px 24px 32px;
  }
  .sf-nh-case-study__brand {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2px;
  }
  .sf-nh-case-study__title {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .sf-nh-case-study__excerpt {
    font-size: 16px;
    line-height: 26px;
  }
  .sf-nh-case-study__cta {
    font-size: 16px;
    padding: 12px 22px;
  }
}
/* -------------------------------------------------------------------------
   Our Services accordion — Figma 2097:106
--------------------------------------------------------------------------- */
.sf-nh-services {
  position: relative;
  overflow: hidden;
  padding: 200px clamp(20px, 8vw, 120px);
  background: #1c2c2e;
  color: #fafaf5;
}

.sf-nh-services__wash {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.15s ease;
  will-change: opacity;
  height: 50%;
}
.sf-nh-services__wash::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(73, 90, 59, 0.3) 0%, rgba(28, 44, 46, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
}
.sf-nh-services__wash::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  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;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  opacity: 0;
  transition: opacity 1.15s ease;
  will-change: opacity;
}

.sf-nh-services.is-in .sf-nh-services__wash,
.sf-nh-services.is-fe-editing .sf-nh-services__wash {
  opacity: 1;
}

.sf-nh-services.is-in .sf-nh-services__wash::after,
.sf-nh-services.is-fe-editing .sf-nh-services__wash::after {
  opacity: 0.22;
}

.sf-nh-services .sf-nh-fe-bar--services {
  position: absolute;
  top: 16px;
  left: clamp(20px, 8vw, 120px);
  right: clamp(20px, 8vw, 120px);
  z-index: 30;
}

.sf-nh-services__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.sf-nh-services__aside {
  flex: 0 0 340px;
  width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  text-align: center;
  text-transform: uppercase;
}

.sf-nh-services__eyebrow {
  margin: 0;
  width: 100%;
  color: #c7d7d7;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.8px;
}

.sf-nh-services__headline {
  margin: 0;
  width: 100%;
  color: #fafaf5;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 5.4px;
}

.sf-nh-services__subhead {
  margin: 0;
  width: 100%;
  color: #eeff97;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 3px;
}

.sf-nh-services__stamp {
  position: absolute;
  left: clamp(20px, 8vw, 120px);
  bottom: 40px;
  z-index: 2;
  width: 152px;
  height: auto;
  transform: rotate(-8deg);
  pointer-events: none;
  user-select: none;
}

.sf-nh-services__accordion {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.sf-nh-services__empty {
  margin: 0;
  padding: 40px 20px;
  color: #c7d7d7;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sf-nh-services__item {
  position: relative;
  border-bottom: 2px solid #fafaf5;
}

.sf-nh-services__item-tools {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 20px 0;
}

.sf-nh-services.is-fe-editing .sf-nh-services__item-tools:not([hidden]) {
  display: flex;
}

.sf-nh-services__item-tools[hidden] {
  display: none !important;
}

.sf-nh-services__trigger-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 40px 20px;
  color: #fafaf5;
  cursor: pointer;
}

.sf-nh-services__item.is-open .sf-nh-services__trigger-row {
  border-bottom: 2px solid #a0cb05;
}

.sf-nh-services.is-fe-editing .sf-nh-services__trigger-row {
  cursor: default;
}

.sf-nh-services__trigger {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fafaf5;
  cursor: pointer;
}

.sf-nh-services__trigger:focus-visible {
  outline: 2px solid #eeff97;
  outline-offset: 4px;
}

.sf-nh-services__trigger-label {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: baseline;
  gap: 24px;
  pointer-events: none;
}

.sf-nh-services.is-fe-editing .sf-nh-services__trigger-label {
  pointer-events: auto;
}

.sf-nh-services__num,
.sf-nh-services__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  text-transform: uppercase;
}

.sf-nh-services__num {
  flex: 0 0 auto;
  min-width: 2ch;
}

.sf-nh-services__title {
  flex: 1 1 auto;
  min-width: 0;
}

.sf-nh-services__icon {
  position: relative;
  display: block;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 1.5px solid #fafaf5;
  border-radius: 50%;
  color: #fafaf5;
}

.sf-nh-services__icon--plus,
.sf-nh-services__icon--minus {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.sf-nh-services__icon--minus,
.sf-nh-services__item.is-open .sf-nh-services__icon--plus {
  opacity: 0;
  visibility: hidden;
}

.sf-nh-services__item.is-open .sf-nh-services__icon--minus {
  opacity: 1;
  visibility: visible;
}

.sf-nh-services__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  padding: 40px 56px 40px;
  background: linear-gradient(180deg, rgba(73, 90, 59, 0.3) 0%, rgba(28, 44, 46, 0) 100%);
  overflow: hidden;
}
.sf-nh-services__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  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;
  opacity: 0.22;
  mix-blend-mode: soft-light;
  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-nh-services__panel > * {
  position: relative;
  z-index: 2;
}

.sf-nh-services__panel[hidden] {
  display: none;
}

.sf-nh-services__categories,
.sf-nh-services__body,
.sf-nh-services__cat-picker,
.sf-nh-services__cta-url-wrap {
  width: 100%;
}

.sf-nh-services__categories {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 16px;
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
  color: #c7d7d7;
}

.sf-nh-services__categories:empty {
  display: none;
}

.sf-nh-services__category {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  white-space: nowrap;
}
.sf-nh-services__category i {
  flex: 0 0 auto;
  width: 1em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.sf-nh-services__body {
  margin: 0 0 60px;
  color: #fafaf5;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.sf-nh-services__body:empty {
  display: none;
}

.sf-nh-services.is-fe-editing .sf-nh-services__body:empty {
  display: block;
  min-height: 3em;
}

.sf-nh-services__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  align-self: flex-start;
  width: auto;
  max-width: 100%;
  padding: 15px 30px;
  background: #eeff97;
  color: #1c2c2e;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.sf-nh-services__cta:hover,
.sf-nh-services__cta:focus {
  background: #fafaf5;
  color: #1c2c2e;
}

.sf-nh-services__cta-label:empty::before {
  content: attr(data-placeholder);
  opacity: 0.45;
}

.sf-nh-services__cta-url-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 420px;
}

.sf-nh-services__cta-url-wrap[hidden] {
  display: none;
}

.sf-nh-services__cta-url-label {
  color: #eeff97;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sf-nh-services__cta-url {
  padding: 8px 10px;
  border: 1px solid rgba(250, 250, 245, 0.3);
  background: #132023;
  color: #fafaf5;
}

.sf-nh-services__cat-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sf-nh-services__cat-picker[hidden] {
  display: none;
}

.sf-nh-services__cat-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid rgba(250, 250, 245, 0.25);
  background: rgba(255, 255, 255, 0.04);
  color: #c7d7d7;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.sf-nh-services__cat-option.is-on {
  border-color: #a0cb05;
  color: #fafaf5;
}

.sf-nh-services.is-fe-editing {
  outline: 2px solid #a0cb05;
  outline-offset: -2px;
}

.sf-nh-services.is-fe-editing [data-sf-nh-field],
.sf-nh-services.is-fe-editing [data-sf-nh-service-title],
.sf-nh-services.is-fe-editing [data-sf-nh-service-body],
.sf-nh-services.is-fe-editing [data-sf-nh-service-cta-label] {
  outline: 1px dashed rgba(238, 255, 151, 0.55);
  outline-offset: 4px;
  cursor: text;
}

.sf-nh-services.is-fe-editing [data-sf-nh-service-cta] {
  display: inline-flex;
}

.sf-nh-services .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media (max-width: 1023px) {
  .sf-nh-services {
    padding: 120px 24px;
  }
  .sf-nh-services__inner {
    flex-direction: column;
    gap: 40px;
  }
  .sf-nh-services__aside {
    flex: none;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .sf-nh-services__stamp {
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%) rotate(-8deg);
  }
  .sf-nh-services__panel {
    padding: 40px 20px 40px;
    gap: 0;
  }
  .sf-nh-services__trigger-row {
    padding: 28px 12px;
  }
}
@media (max-width: 639px) {
  .sf-nh-services {
    padding: 80px 20px;
  }
  .sf-nh-services__stamp {
    position: static;
    display: block;
    margin: 40px auto 0;
    transform: rotate(-8deg);
  }
  .sf-nh-services__headline {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 3px;
  }
  .sf-nh-services__subhead {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .sf-nh-services__num,
  .sf-nh-services__title {
    font-size: 16px;
    line-height: 28px;
  }
  .sf-nh-services__trigger-label {
    gap: 12px;
  }
  .sf-nh-services__body {
    font-size: 16px;
    line-height: 26px;
  }
  .sf-nh-services__cta {
    font-size: 16px;
    padding: 12px 22px;
  }
}
/* -------------------------------------------------------------------------
   CTA — Figma 2173:58 / watermark 2173:67
--------------------------------------------------------------------------- */
.sf-nh-cta {
  position: relative;
  overflow: hidden;
  padding: 112px clamp(20px, 8vw, 120px) clamp(110px, 18vw, 200px);
  background: #1c2c2e;
  color: #fafaf5;
  text-align: center;
}

.sf-nh-cta__wash {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  height: 50%;
}
.sf-nh-cta__wash::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(73, 90, 59, 0.3) 0%, rgba(28, 44, 46, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
}
.sf-nh-cta__wash::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  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;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 28%, transparent 100%);
  opacity: 0;
  transition: opacity 1.15s ease;
  will-change: opacity;
}
.sf-nh-cta__wash::after {
  opacity: 0.22;
}

.sf-nh-cta .sf-nh-fe-bar--cta {
  position: absolute;
  top: 16px;
  left: clamp(20px, 8vw, 120px);
  right: clamp(20px, 8vw, 120px);
  z-index: 30;
}

.sf-nh-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.sf-nh-cta__headline {
  margin: 0;
  width: 100%;
  color: #e9efef;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 5.4px;
  text-transform: uppercase;
}

.sf-nh-cta__subhead {
  margin: 0;
  width: 100%;
  color: #fafaf5;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sf-nh-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  align-self: center;
  width: auto;
  max-width: 100%;
  padding: 15px 30px;
  background: #eeff97;
  color: #1c2c2e;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.sf-nh-cta__button:hover,
.sf-nh-cta__button:focus {
  background: #fafaf5;
  color: #1c2c2e;
}

.sf-nh-cta__watermark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: clamp(110px, 18vw, 200px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  padding: 0;
  pointer-events: none;
  user-select: none;
}

.sf-nh-cta__watermark-text {
  display: block;
  max-width: 100%;
  padding: 0 12px;
  color: rgba(73, 90, 59, 0.3);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 900;
  font-size: clamp(2.75rem, 13vw, 9.5rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  transform: translateY(10%);
}

.sf-nh-cta__url-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  width: min(100%, 420px);
  margin: 0 auto;
  text-align: left;
}

.sf-nh-cta__url-wrap[hidden] {
  display: none;
}

.sf-nh-case-study__tracking-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  width: min(100%, 327px);
  margin: 8px auto 0;
  text-align: left;
}

.sf-nh-case-study__tracking-wrap[hidden] {
  display: none;
}

.sf-nh-case-study__tracking-label {
  color: #eeff97;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sf-nh-case-study__tracking-input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(250, 250, 245, 0.3);
  background: #132023;
  color: #fafaf5;
}

.sf-nh-cta__url-label {
  color: #eeff97;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sf-nh-cta__url-input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(250, 250, 245, 0.3);
  background: #132023;
  color: #fafaf5;
}

.sf-nh-cta.is-fe-editing {
  outline: 2px solid #a0cb05;
  outline-offset: -2px;
}

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

.sf-nh-cta.is-fe-editing .sf-nh-cta__button {
  cursor: text;
  pointer-events: auto;
}

.sf-nh-cta.is-fe-editing .sf-nh-cta__button-label {
  display: inline-block;
  min-width: 4ch;
  outline: 1px dashed rgba(238, 255, 151, 0.55);
  outline-offset: 4px;
  cursor: text;
  user-select: text;
}

.sf-nh-cta.is-fe-editing .sf-nh-cta__watermark-text {
  pointer-events: auto;
  user-select: text;
  outline: 1px dashed rgba(238, 255, 151, 0.55);
  outline-offset: 4px;
  cursor: text;
}

@media (max-width: 1023px) {
  .sf-nh-cta {
    padding: 72px 24px calc(8.333vw + 32px);
  }
  .sf-nh-cta__inner {
    gap: 28px;
  }
}
@media (max-width: 639px) {
  .sf-nh-cta__headline {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2px;
  }
  .sf-nh-cta__subhead {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .sf-nh-cta__button {
    font-size: 16px;
    padding: 12px 22px;
  }
}

/*# sourceMappingURL=new-home.css.map */
