@font-face {
  font-family: Farbarium;
  src: url('/fonts/nunito-cyrillic-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: Farbarium;
  src: url('/fonts/nunito-latin-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Farbarium;
  src: url('/fonts/nunito-cyrillic-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: Farbarium;
  src: url('/fonts/nunito-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Farbarium;
  src: url('/fonts/nunito-cyrillic-900.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
  unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: Farbarium;
  src: url('/fonts/nunito-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}
body:has(.fb-site) {
  margin: 0;
  background: #fffaf2;
}
.fb-site {
  --fb-ink: #173f43;
  --fb-muted: #536b6d;
  --fb-teal: #087a70;
  --fb-paper: #fffaf2;
  --fb-line: #dddcd0;
  box-sizing: border-box;
  color: var(--fb-ink);
  background: var(--fb-paper);
  font:
    400 17px/1.65 Farbarium,
    system-ui,
    sans-serif;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  overscroll-behavior-y: contain;
  scroll-behavior: smooth;
  isolation: isolate;
}
.fb-site *,
.fb-site *::before,
.fb-site *::after {
  box-sizing: border-box;
}
.fb-site h1,
.fb-site h2,
.fb-site h3,
.fb-site p {
  margin: 0;
}
.fb-site h1,
.fb-site h2,
.fb-site h3 {
  color: var(--fb-ink);
  font-family: inherit;
  font-weight: 900;
}
.fb-scenarios .fb-benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.fb-scenarios article {
  border-top: 1px solid var(--fb-line);
  padding-top: 24px;
}
.fb-scenarios .fb-text-link {
  margin-top: 20px;
}
.fb-format-choices .fb-benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 700px) {
  .fb-scenarios .fb-benefits,
  .fb-format-choices .fb-benefits {
    grid-template-columns: 1fr;
  }
}
.fb-site h1 {
  font-size: clamp(40px, 4.8vw, 72px);
  line-height: 1.055;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.fb-site h2 {
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1.13;
  letter-spacing: -0.032em;
  text-wrap: balance;
}
.fb-site h3 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.018em;
}
.fb-site p {
  color: var(--fb-muted);
}
.fb-site a {
  color: inherit;
  text-decoration: none;
}
.fb-site button {
  font: inherit;
  cursor: pointer;
}
.fb-site img {
  display: block;
  max-width: 100%;
  height: auto;
}
.fb-site a:focus-visible,
.fb-site button:focus-visible,
.fb-site summary:focus-visible {
  outline: 3px solid #cf7426;
  outline-offset: 5px;
}
.fb-site section[id] {
  scroll-margin-top: 30px;
}
.fb-breadcrumbs {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 8px 48px 0;
  color: var(--fb-muted);
  font-size: 14px;
}
.fb-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fb-breadcrumbs li {
  display: flex;
  min-width: 0;
}
.fb-breadcrumbs li + li::before {
  content: '›';
  margin-right: 12px;
}
.fb-breadcrumbs a {
  min-width: 0;
  overflow-wrap: anywhere;
}
.fb-breadcrumbs a:hover {
  color: var(--fb-teal);
  text-decoration: underline;
}
.fb-breadcrumbs [aria-current='page'] {
  color: var(--fb-ink);
}
.fb-header {
  width: min(1280px, 100%);
  margin: auto;
  display: flex;
  align-items: center;
  gap: 36px;
  min-height: 104px;
  padding: 24px 48px;
  position: relative;
  z-index: 5;
}
.fb-wordmark {
  display: inline-flex;
  align-items: center;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: -1.3px;
  line-height: 1.2;
  white-space: nowrap;
}
.fb-wordmark-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f2a15c;
  margin-right: 8px;
  box-shadow: 7px -5px 0 -3px #f5bf8d;
}
.fb-wordmark-period {
  color: var(--fb-teal);
}
.fb-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  font-size: 15px;
  font-weight: 700;
}
.fb-header nav a {
  padding: 10px 0;
  border-bottom: 1px solid transparent;
}
.fb-header nav a:hover {
  border-color: var(--fb-teal);
}
.fb-language {
  position: relative;
  font-size: 14px;
  font-weight: 700;
}
.fb-language summary {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  list-style: none;
  padding: 9px 10px;
  border: 1px solid var(--fb-line);
  border-radius: 24px;
  min-height: 42px;
}
.fb-language summary::-webkit-details-marker {
  display: none;
}
.fb-language > div {
  position: absolute;
  right: 0;
  top: 52px;
  background: var(--fb-paper);
  box-shadow: 0 6px 24px #173f431f;
  padding: 8px;
  min-width: 145px;
  border: 1px solid var(--fb-line);
  border-radius: 12px;
}
.fb-language a {
  display: block;
  padding: 8px 10px;
  border-radius: 6px;
}
.fb-language a[aria-current='true'] {
  background: #e5efdf;
}
.fb-language a:hover {
  background: #eef0e5;
}
.fb-skip {
  position: absolute;
  top: 8px;
  left: 8px;
  transform: translateY(-200%);
  padding: 8px 16px;
  background: #fff;
  z-index: 20;
}
.fb-skip:focus {
  transform: none;
}
.fb-hero {
  width: min(1280px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 54px;
  padding: 50px 48px 100px;
  min-height: 640px;
}
.fb-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--fb-teal);
  margin-bottom: 24px;
}
.fb-eyebrow > span {
  font-size: 18px;
  margin-right: 6px;
}
.fb-hero-copy h1 {
  max-width: 640px;
}
.fb-site .fb-lead {
  font-size: 19px;
  line-height: 1.6;
  max-width: 570px;
  margin-top: 26px;
}
.fb-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.fb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  min-height: 54px;
  padding: 13px 26px;
  font-size: 16px;
  font-weight: 900;
  border: 0;
  transition:
    background-color 0.15s,
    transform 0.15s;
  text-align: center;
}
.fb-site a.fb-button-primary,
.fb-site button.fb-button-primary {
  background: var(--fb-teal);
  color: #fff;
}
.fb-site a.fb-button-primary:hover,
.fb-site button.fb-button-primary:hover {
  background: #05645c;
  transform: translateY(-2px);
}
.fb-text-link {
  display: inline-block;
  background: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--fb-ink);
}
.fb-hero-art {
  position: relative;
  min-width: 0;
  padding: 28px 0 58px 10px;
}
.fb-hero-world {
  position: relative;
  transform: rotate(3deg);
  border-radius: 46% 46% 36% 34% / 27% 30% 27% 33%;
  background: #96d3d4;
  overflow: hidden;
  box-shadow: 0 24px 60px #184b4614;
  aspect-ratio: 1.03;
}
.fb-hero-world > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.fb-live-caption {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  background: #fffaf2f2;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 30px;
}

.fb-hero-note {
  position: absolute;
  right: 6px;
  bottom: 7px;
  font-weight: 700;
  font-size: 14px;
  transform: rotate(-3deg);
  color: var(--fb-teal);
  max-width: 60%;
}
.fb-hero-note > span {
  display: inline-block;
  font-size: 30px;
  margin-left: 8px;
}
.fb-section {
  width: min(1184px, calc(100% - 96px));
  margin: 0 auto;
  padding: 72px 0;
  border-top: 1px solid var(--fb-line);
}
.fb-section-heading {
  max-width: 680px;
  margin-bottom: 38px;
}
.fb-section-heading .fb-eyebrow {
  margin-bottom: 14px;
}
.fb-section-heading p {
  margin-top: 18px;
  font-size: 18px;
  max-width: 600px;
}
.fb-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.fb-step-number {
  display: block;
  color: var(--fb-teal);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
.fb-steps li {
  position: relative;
  padding-right: 12px;
}
.fb-steps li + li {
  border-left: 1px solid var(--fb-line);
  padding-left: 28px;
}
.fb-steps h3 {
  font-size: 21px;
  margin-bottom: 12px;
}
.fb-steps p {
  font-size: 16px;
  line-height: 1.6;
}
.fb-sheets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.fb-sheet-art {
  height: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #edf1de;
  padding: 34px;
  transition: transform 0.2s;
}
.fb-sheet-1 .fb-sheet-art {
  background: #e0eef0;
}
.fb-sheet-2 .fb-sheet-art {
  background: #f8e5d5;
}
.fb-sheet-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: rotate(-5deg);
}
.fb-sheet-1 .fb-sheet-art img {
  transform: rotate(6deg);
}
.fb-sheet:hover .fb-sheet-art {
  transform: translateY(-4px);
}
.fb-sheet-caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0 0;
}
.fb-sheet-number {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--fb-muted);
  margin-bottom: 6px;
}
.fb-sheet-caption h3 {
  font-size: 23px;
  margin-bottom: 8px;
}
.fb-sheet-caption p {
  font-size: 15px;
  line-height: 1.55;
}
.fb-round-arrow {
  flex: none;
  width: 40px;
  height: 40px;
  border: 1px solid #bdcec3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-top: 20px;
}
.fb-family {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 90px;
}
.fb-benefits {
  display: grid;
  gap: 28px;
}
.fb-benefits h3 {
  margin-bottom: 8px;
}
.fb-benefits p {
  font-size: 16px;
}
.fb-family .fb-benefits {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}
.fb-venue-banner {
  width: min(1184px, calc(100% - 96px));
  margin: 16px auto 72px;
  background: #154f4b;
  color: #fffaf2;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 45px;
  padding: 64px;
  border-radius: 28px;
  overflow: hidden;
}
.fb-venue-banner h2 {
  color: #fffaf2;
  font-size: clamp(30px, 3.2vw, 46px);
}
.fb-venue-banner p {
  color: #d2e3dc;
  margin: 22px 0 28px;
}
.fb-venue-banner .fb-eyebrow {
  color: #bdd5b5;
}
.fb-site .fb-button-light {
  background: #fffaf2;
  color: #154f4b;
}
.fb-venue-drawing {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ecd3a5;
  transform: rotate(12deg);
  border-radius: 48% 36% 47% 32%;
  margin: 0 -70px -110px 0;
  padding: 48px 80px 100px 35px;
}
.fb-venue-drawing img {
  mix-blend-mode: multiply;
  transform: rotate(-18deg);
}
.fb-faq {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 72px;
}
.fb-faq details {
  padding: 20px 0;
  border-bottom: 1px solid var(--fb-line);
}
.fb-faq details:first-child {
  padding-top: 0;
}
.fb-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  list-style: none;
  min-height: 44px;
}
.fb-faq summary::-webkit-details-marker {
  display: none;
}
.fb-faq summary > span {
  font-weight: 400;
  font-size: 28px;
  color: var(--fb-teal);
}
.fb-faq details[open] summary > span {
  transform: rotate(45deg);
}
.fb-faq details p {
  margin-top: 14px;
  padding-right: 30px;
  font-size: 16px;
}
.fb-footer {
  width: min(1184px, calc(100% - 96px));
  margin: auto;
  border-top: 1px solid var(--fb-line);
  padding: 48px 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.fb-footer p {
  font-size: 14px;
  max-width: 320px;
  margin-top: 15px;
}
.fb-footer nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px 26px;
  font-size: 14px;
  font-weight: 700;
}
.fb-footer small {
  font-size: 12px;
  color: var(--fb-muted);
  grid-column: 1/-1;
}
.fb-page-intro {
  width: min(1184px, calc(100% - 96px));
  margin: 0 auto;
  padding: 60px 0 65px;
  max-width: 1184px;
}
.fb-page-intro h1 {
  max-width: 900px;
}
.fb-page-intro .fb-lead {
  max-width: 740px;
}
.fb-note {
  font-size: 14px;
  margin-top: 30px !important;
  max-width: 750px;
}
.fb-hero-venues {
  padding-bottom: 80px;
}
.fb-venue-benefits .fb-benefits {
  margin-top: 38px;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.fb-venue-requirements {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 90px;
}
.fb-venue-requirements ul {
  margin: 28px 0 0;
  padding-left: 22px;
}
.fb-venue-requirements li {
  margin: 14px 0;
  padding-left: 8px;
}
.fb-venue-requirements aside {
  background: #eaf0df;
  padding: 36px;
  border-radius: 20px;
}
.fb-venue-requirements aside p {
  margin-top: 14px;
  font-size: 16px;
}
.fb-contact {
  max-width: 1184px;
}
.fb-contact > p {
  max-width: 650px;
  margin-top: 22px;
}
.fb-contact > .fb-button {
  margin-top: 28px;
}
.fb-materials {
  padding-bottom: 12px;
}
.fb-materials article {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 70px;
  padding: 0 0 55px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--fb-line);
}
.fb-materials article:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.fb-material-title h2 {
  font-size: 30px;
}
.fb-material-title p {
  margin-top: 16px;
  font-size: 15px;
}
.fb-material-body {
  background: #f0efdf;
  padding: 30px;
  border-radius: 16px;
}
.fb-material-body p {
  color: var(--fb-ink);
  font-size: 16px;
  line-height: 1.8;
}
.fb-material-body button {
  margin-top: 24px;
}
.fb-staff {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 30px 70px;
}
.fb-staff ol {
  margin: 0;
  padding-left: 22px;
}
.fb-staff li {
  padding-left: 8px;
  margin-bottom: 16px;
}
.fb-staff .fb-note {
  grid-column: 2;
}
.fb-copy-status {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--fb-ink);
  color: white !important;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  z-index: 10;
}
.fb-copy-status:empty {
  display: none;
}
.fb-print-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.fb-print-detail > img {
  max-height: 720px;
  width: auto;
  margin: auto;
  box-shadow: 0 10px 45px #173f4315;
}
.fb-print-detail .fb-button {
  margin-top: 30px;
}
.fb-site .la-print-index {
  padding: 0;
  background: transparent;
  min-height: 0;
}
.fb-site .la-print-index__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.fb-site .la-print-index__card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--fb-ink);
  display: block;
}
.fb-site .la-print-index__card:hover {
  background: transparent;
  box-shadow: none;
}
@media (min-width: 1500px) {
  .fb-hero {
    min-height: 690px;
  }
}
@media (max-width: 1000px) {
  .fb-breadcrumbs {
    padding-inline: 32px;
  }
  .fb-header {
    padding: 22px 32px;
    gap: 24px;
  }
  .fb-header nav {
    gap: 20px;
  }
  .fb-hero {
    padding: 36px 32px 72px;
    gap: 30px;
    min-height: 560px;
  }
  .fb-site h1 {
    font-size: clamp(40px, 5.6vw, 58px);
  }
  .fb-section,
  .fb-page-intro,
  .fb-footer,
  .fb-venue-banner {
    width: calc(100% - 64px);
  }
  .fb-family {
    gap: 40px;
  }
  .fb-family .fb-benefits {
    grid-template-columns: 1fr;
  }
  .fb-steps {
    gap: 18px;
  }
  .fb-steps li + li {
    padding-left: 18px;
  }
  .fb-sheet-art {
    height: 225px;
    padding: 25px;
  }
  .fb-venue-banner {
    padding: 44px;
  }
  .fb-materials article,
  .fb-staff,
  .fb-faq,
  .fb-venue-requirements {
    gap: 40px;
  }
  .fb-live-caption {
    font-size: 10px;
    padding: 6px 10px;
  }
  .fb-hero-note {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .fb-breadcrumbs {
    padding-inline: 22px;
  }
  .fb-site {
    font-size: 16px;
  }
  .fb-header {
    padding: 18px 22px;
    min-height: 84px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .fb-wordmark {
    font-size: 27px;
  }
  .fb-header nav {
    order: 3;
    flex-basis: 100%;
    margin-left: 0;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
  }
  .fb-header nav a {
    padding: 3px 0;
    min-height: 35px;
  }
  .fb-header .fb-language {
    margin-left: auto;
  }
  .fb-hero {
    grid-template-columns: 1fr;
    padding: 26px 22px 54px;
    gap: 24px;
    min-height: 0;
  }
  .fb-site h1 {
    font-size: clamp(38px, 10.5vw, 60px);
    max-width: 540px;
    letter-spacing: -0.04em;
  }
  .fb-eyebrow {
    font-size: 11px;
    margin-bottom: 18px;
  }
  .fb-site .fb-lead {
    font-size: 17px;
    margin-top: 20px;
    line-height: 1.55;
  }
  .fb-actions {
    margin-top: 24px;
    gap: 20px;
  }
  .fb-button {
    min-height: 52px;
    padding: 12px 22px;
    font-size: 15px;
  }
  .fb-text-link {
    font-size: 14px;
  }
  .fb-hero-art {
    margin: 6px 0 0 17px;
    padding: 0 6px 58px 15px;
    max-width: 510px;
  }
  .fb-hero-world {
    aspect-ratio: 1.28;
  }
  .fb-live-caption {
    font-size: 11px;
    bottom: 18px;
  }
  .fb-hero-note {
    bottom: 4px;
    font-size: 12px;
    right: 9px;
  }
  .fb-section,
  .fb-page-intro,
  .fb-footer,
  .fb-venue-banner {
    width: calc(100% - 44px);
  }
  .fb-section {
    padding: 44px 0;
  }
  .fb-section-heading {
    margin-bottom: 26px;
  }
  .fb-section-heading p {
    font-size: 16px;
  }
  .fb-steps {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
  }
  .fb-steps li {
    padding: 0;
  }
  .fb-steps li + li {
    border: 0;
    padding-left: 0;
  }
  .fb-step-number {
    margin-bottom: 13px;
  }
  .fb-steps h3 {
    font-size: 20px;
  }
  .fb-steps p {
    font-size: 15px;
  }
  .fb-sheets,
  .fb-site .la-print-index__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .fb-sheet-art {
    height: 270px;
    padding: 28px 45px;
  }
  .fb-sheet-caption {
    padding-top: 17px;
  }
  .fb-sheet-caption h3 {
    font-size: 24px;
  }
  .fb-sheet-caption p {
    max-width: 300px;
  }
  .fb-sheet-number {
    display: none;
  }
  .fb-round-arrow {
    margin-top: 0;
  }
  .fb-family {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .fb-family .fb-benefits {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .fb-benefits h3 {
    font-size: 21px;
  }
  .fb-venue-banner {
    grid-template-columns: 1fr;
    padding: 34px 28px 0;
    gap: 8px;
    margin-bottom: 45px;
    border-radius: 22px;
  }
  .fb-venue-banner .fb-eyebrow {
    font-size: 10px;
  }
  .fb-venue-drawing {
    max-width: 250px;
    margin: 10px -30px -90px auto;
    padding: 25px 20px 90px;
    min-height: 260px;
    transform: rotate(15deg);
  }
  .fb-faq {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .fb-faq summary {
    font-size: 16px;
  }
  .fb-footer {
    grid-template-columns: 1fr;
    padding-top: 32px;
    gap: 24px;
  }
  .fb-footer nav {
    justify-content: flex-start;
    gap: 12px 22px;
  }
  .fb-footer small {
    grid-column: auto;
  }
  .fb-page-intro {
    padding: 32px 0 40px;
  }
  .fb-venue-benefits .fb-benefits {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 25px;
  }
  .fb-venue-requirements {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .fb-venue-requirements aside {
    padding: 26px;
  }
  .fb-materials article {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .fb-material-title h2 {
    font-size: 27px;
  }
  .fb-material-body {
    padding: 24px;
  }
  .fb-staff {
    display: block;
  }
  .fb-staff ol {
    margin-top: 26px;
  }
  .fb-print-detail {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .fb-print-detail > img {
    max-height: 600px;
  }
  .fb-site section[id] {
    scroll-margin-top: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fb-site {
    scroll-behavior: auto;
  }
  .fb-site * {
    transition: none !important;
  }
}
@media print {
  .fb-site {
    height: auto;
    overflow: visible;
    font-size: 11pt;
    background: white;
  }
  .fb-header,
  .fb-breadcrumbs,
  .fb-footer,
  .fb-actions,
  .fb-language,
  .fb-copy-status,
  [data-copy-material],
  .fb-hero-art {
    display: none !important;
  }
  .fb-section,
  .fb-page-intro {
    width: 100%;
    padding: 14px 0;
    border: 0;
  }
  .fb-materials article {
    break-inside: avoid;
  }
  .fb-material-body {
    background: white;
    padding: 0;
  }
  .fb-site h1 {
    font-size: 28pt;
  }
  .fb-site h2 {
    font-size: 20pt;
  }
}

.fb-privacy {
  font-size: 13px;
  max-width: 550px;
  grid-column: 1/-1;
}
.fb-privacy summary {
  cursor: pointer;
  padding: 8px 0;
}
.fb-privacy label {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
}
.fb-privacy input {
  width: 19px;
  height: 19px;
  accent-color: var(--fb-teal);
}
.fb-privacy p {
  font-size: 13px;
  max-width: 550px;
  margin-top: 5px;
}
.fb-site .la-print-index__card-name {
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.018em;
}
.fb-site .la-print-index__title {
  text-align: left;
  font-size: clamp(40px, 4.8vw, 72px);
  line-height: 1.055;
  color: var(--fb-ink);
  margin: 0;
}
.fb-site .la-print-index {
  height: auto;
  overflow: visible;
}
.fb-site .la-print-index__grid {
  max-width: none;
  margin: 0;
}

/* Public UX draft: examples explain the experience; printing belongs to a venue. */
.fb-color-note {
  position: absolute;
  left: -18px;
  bottom: 34px;
  display: grid;
  justify-items: center;
  gap: 10px;
  background: #fffaf2;
  padding: 19px 20px 16px;
  border-radius: 24px;
  transform: rotate(-9deg);
  box-shadow: 0 12px 36px #173f4320;
  font-size: 12px;
  font-weight: 900;
  color: var(--fb-ink);
}
.fb-color-dots {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-left: 6px;
}
.fb-color-dots i {
  display: block;
  width: 33px;
  height: 38px;
  border-radius: 48% 55% 42% 48%;
  background: #ed865b;
  transform: rotate(-17deg);
  margin-left: -6px;
  border: 3px solid #fffaf2;
}
.fb-color-dots i:nth-child(2) {
  background: #f1c754;
  transform: rotate(12deg);
}
.fb-color-dots i:nth-child(3) {
  background: #84b79b;
  transform: rotate(-8deg);
}
.fb-contexts {
  width: min(1184px, calc(100% - 96px));
  margin: 0 auto 32px;
  padding: 26px 0 30px;
  border-top: 1px solid var(--fb-line);
  display: flex;
  align-items: center;
  gap: 38px;
}
.fb-contexts > p {
  font-size: 14px;
  line-height: 1.5;
  max-width: 180px;
  flex-shrink: 0;
}
.fb-contexts ul {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.fb-contexts li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.fb-contexts li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  background: #d79665;
  border-radius: 50%;
}
.fb-example-world {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  margin: 0;
  background: #164e6a;
  aspect-ratio: 1.85;
}
.fb-example-world > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 57%;
}
.fb-example-world figcaption {
  position: absolute;
  bottom: 22px;
  left: 24px;
  background: #fffaf2eb;
  color: var(--fb-ink);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 24px;
}
.fb-example-story {
  display: grid;
  grid-template-columns: auto 1fr 1.3fr;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--fb-line);
}
.fb-example-story h3 {
  font-size: 24px;
}
.fb-example-story p {
  font-size: 16px;
  line-height: 1.6;
}
.fb-examples > .fb-note {
  max-width: 760px;
}
.fb-venue-orbit {
  position: relative;
  min-height: 250px;
  align-self: stretch;
  isolation: isolate;
}
.fb-venue-orbit::before,
.fb-venue-orbit::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  left: 15%;
  top: 7%;
  border: 1px solid #afd6c750;
  border-radius: 50%;
  transform: rotate(-22deg) scaleY(0.74);
}
.fb-venue-orbit::after {
  transform: rotate(38deg) scaleY(0.74);
}
.fb-venue-orbit > span {
  position: absolute;
  left: 30%;
  top: 14%;
  color: #f0d096;
  font-size: 160px;
  line-height: 1.2;
  transform: rotate(12deg);
}
.fb-venue-orbit i {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 46px;
  height: 46px;
  background: #ee9666;
  border-radius: 50%;
}
.fb-venue-orbit i:nth-of-type(2) {
  left: 80%;
  top: 55%;
  width: 27px;
  height: 27px;
  background: #abd1b3;
}
.fb-venue-orbit i:nth-of-type(3) {
  left: 25%;
  top: 90%;
  width: 15px;
  height: 15px;
  background: #efcd7b;
}
@media (max-width: 1000px) {
  .fb-contexts {
    width: calc(100% - 64px);
    gap: 25px;
  }
  .fb-contexts ul {
    justify-content: flex-start;
  }
  .fb-example-story {
    grid-template-columns: auto 1fr;
    gap: 20px;
  }
  .fb-example-story p {
    grid-column: 2;
  }
  .fb-venue-orbit::before,
  .fb-venue-orbit::after {
    width: 240px;
    height: 240px;
    left: 0;
  }
  .fb-venue-orbit > span {
    left: 15%;
  }
}
@media (max-width: 700px) {
  .fb-header nav {
    font-size: 12px;
    gap: 10px;
  }
  .fb-hero {
    padding-bottom: 30px;
  }
  .fb-hero-art {
    padding-bottom: 62px;
    margin-left: 4px;
  }
  .fb-color-note {
    left: -4px;
    bottom: 29px;
    padding: 12px 13px 10px;
    gap: 6px;
    border-radius: 20px;
    font-size: 10px;
  }
  .fb-color-note .fb-color-dots i {
    width: 28px;
    height: 32px;
  }
  .fb-hero-note {
    font-size: 11px;
    max-width: 58%;
  }
  .fb-live-caption {
    font-size: 10px;
    padding: 7px 10px;
    bottom: 19px;
  }
  .fb-contexts {
    width: calc(100% - 44px);
    display: block;
    margin-bottom: 0;
    padding: 22px 0 28px;
  }
  .fb-contexts > p {
    max-width: none;
    font-size: 13px;
    margin-bottom: 16px;
  }
  .fb-contexts ul {
    font-size: 13px;
    gap: 12px 18px;
    justify-content: flex-start;
  }
  .fb-contexts li {
    gap: 7px;
  }
  .fb-example-world {
    aspect-ratio: 1.15;
    border-radius: 20px;
  }
  .fb-example-world > img {
    object-position: 53% 55%;
  }
  .fb-example-world figcaption {
    left: 14px;
    bottom: 14px;
    font-size: 10px;
    padding: 6px 11px;
  }
  .fb-example-story {
    gap: 16px;
    padding: 23px 0;
  }
  .fb-example-story h3 {
    font-size: 22px;
  }
  .fb-example-story p {
    grid-column: 1/-1;
    font-size: 15px;
  }
  .fb-example-story .fb-color-dots i {
    width: 27px;
    height: 33px;
  }
  .fb-venue-orbit {
    height: 170px;
    min-height: 170px;
    width: 220px;
    margin: -12px -35px -20px auto;
  }
  .fb-venue-orbit::before,
  .fb-venue-orbit::after {
    width: 210px;
    height: 210px;
    left: 0;
    top: 0;
  }
  .fb-venue-orbit > span {
    font-size: 130px;
    top: 15px;
    left: 50px;
  }
  .fb-venue-orbit i {
    width: 29px;
    height: 29px;
    left: 4%;
    top: 25%;
  }
  .fb-venue-orbit i:nth-of-type(2) {
    width: 18px;
    height: 18px;
    left: 85%;
    top: 70%;
  }
  .fb-venue-orbit i:nth-of-type(3) {
    top: 95%;
  }
}

.fb-hero-world .fb-live-caption {
  top: 22px;
  bottom: auto;
}

/* Venue request: the agreed compact paper card, also present in static HTML. */
.fb-lead-section {
  border-top: 1px solid var(--fb-line);
  padding-top: 64px;
  padding-bottom: 72px;
}
.fb-lead-card {
  width: min(100%, 560px);
  margin-inline: auto;
  padding: 30px 34px 32px;
  border: 1px solid #d9e1db;
  border-radius: 28px;
  background: #fffaf2;
  box-shadow: 0 16px 60px #173f4307;
}
.fb-lead-card [hidden] {
  display: none !important;
}
.fb-lead-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.6px;
}
.fb-lead-mark,
.fb-lead-success-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e6f1e7;
  color: var(--fb-teal);
}
.fb-site .fb-lead-eyebrow {
  color: var(--fb-teal);
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 14px;
}
.fb-site .fb-lead-card h2 {
  font-size: clamp(29px, 5vw, 38px);
  line-height: 1.12;
  letter-spacing: -1.1px;
  text-wrap: balance;
  margin-bottom: 14px;
}
.fb-site .fb-lead-intro {
  margin-bottom: 26px;
  color: var(--fb-muted);
  font-size: 16px;
  line-height: 1.55;
}
.fb-lead-field {
  display: grid;
  gap: 7px;
  margin-bottom: 17px;
  min-width: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.fb-lead-field > span {
  display: flex;
  gap: 8px;
  align-items: baseline;
  flex-wrap: wrap;
}
.fb-lead-field small {
  font-size: 13px;
  font-weight: 400;
  color: var(--fb-muted);
}
.fb-lead-field input,
.fb-lead-field textarea {
  appearance: none;
  min-width: 0;
  width: 100%;
  border: 1px solid #c5d1cc;
  border-radius: 13px;
  padding: 13px 15px;
  background: white;
  color: var(--fb-ink);
  font:
    400 16px/1.5 Farbarium,
    system-ui,
    sans-serif;
}
.fb-lead-field input::placeholder,
.fb-lead-field textarea::placeholder {
  color: #637375;
  opacity: 1;
}
.fb-lead-field textarea {
  resize: vertical;
  min-height: 108px;
}
.fb-lead-field [aria-invalid='true'] {
  border-color: #a3352e;
}
.fb-lead-field input:focus-visible,
.fb-lead-field textarea:focus-visible {
  outline: 3px solid #087a7070;
  outline-offset: 3px;
}
.fb-lead-comment {
  margin: 2px 0 22px;
}
.fb-lead-comment summary {
  cursor: pointer;
  min-height: 44px;
  padding: 9px 0;
  color: var(--fb-teal);
  font-size: 16px;
  font-weight: 700;
}
.fb-lead-comment[open] summary {
  margin-bottom: 6px;
}
.fb-lead-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 15px;
  padding: 14px 16px;
  font:
    700 17px/1.4 Farbarium,
    system-ui,
    sans-serif;
  background: var(--fb-teal);
  color: white;
  cursor: pointer;
}
.fb-lead-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.fb-lead-card [aria-busy='true'] .fb-lead-submit {
  cursor: wait;
}
.fb-site .fb-lead-privacy {
  margin: 13px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--fb-muted);
}
.fb-site .fb-lead-error {
  margin: 0 0 16px;
  font-size: 15px;
  color: #a3352e;
}
.fb-site .fb-lead-availability {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--fb-muted);
}
.fb-lead-back,
.fb-lead-retry {
  display: block;
  background: transparent;
  border: 0;
  padding: 12px 0;
  min-height: 44px;
  font:
    700 16px/1.5 Farbarium,
    system-ui,
    sans-serif;
  color: var(--fb-teal);
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.fb-lead-success-mark {
  width: 62px;
  height: 62px;
  font-size: 30px;
  margin-bottom: 22px;
}
.fb-lead-success p {
  color: var(--fb-muted);
  font-size: 16px;
}
.fb-lead-success strong {
  color: var(--fb-ink);
  overflow-wrap: anywhere;
}
.fb-lead-success .fb-lead-back {
  margin-top: 12px;
}
.fb-lead-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
@media (max-width: 700px) {
  .fb-lead-section {
    padding-top: 36px;
    padding-bottom: 48px;
  }
  .fb-lead-card {
    padding: 25px 24px 28px;
    border-radius: 24px;
  }
}
@media (max-width: 390px) {
  .fb-lead-card {
    padding: 23px 19px 25px;
  }
  .fb-lead-brand {
    margin-bottom: 23px;
  }
}
@media print {
  .fb-lead-section {
    display: none;
  }
}

/* The paper-to-aquarium explanation remains readable without JavaScript. */
.fb-journey-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.fb-journey-steps > li,
.fb-journey-steps > li + li {
  padding: 0;
  border: 0;
  min-width: 0;
}
.fb-journey-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 244px;
  margin-bottom: 24px;
  border-radius: 26px;
  background: #f0eee3;
}
.fb-journey-art-2 { background: #f8e6d7; }
.fb-journey-art-3 { background: #e4eee5; }
.fb-journey-art-4 { background: #e0eff0; }
.fb-journey-arrow {
  position: absolute;
  z-index: 3;
  right: -29px;
  top: 110px;
  width: 34px;
  height: 24px;
  color: #788e82;
}
.fb-journey-caption { padding: 0 4px; }
.fb-journey-caption .fb-step-number { margin-bottom: 8px; }
.fb-journey-caption h3 { margin-bottom: 10px; }
.fb-demo-paper {
  position: relative;
  width: 138px;
  height: 184px;
  flex-shrink: 0;
  background: #fffefb;
  border: 1px solid #d3d5c7;
  border-radius: 3px;
  transform: rotate(-7deg);
  box-shadow: 0 9px 15px #173f4314;
}
.fb-journey-art-2 > .fb-demo-paper { transform: rotate(5deg); }
.fb-paper-heading {
  position: absolute;
  top: 20px;
  left: 16px;
  width: 50px;
  height: 4px;
  border-radius: 8px;
  background: #abb5a8;
}
.fb-paper-heading::after {
  content: '';
  position: absolute;
  top: 9px;
  width: 75px;
  height: 2px;
  background: #d0d5c9;
}
.fb-demo-paper > .fb-paper-fish {
  position: absolute;
  left: 11px;
  top: 51px;
  width: 114px;
  height: 76px;
  object-fit: contain;
}
.fb-paper-qr {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 15px;
  bottom: 16px;
}
.fb-paper-marks {
  position: absolute;
  inset: 8px;
  background: linear-gradient(#173f43, #173f43) left top / 5px 5px,
    linear-gradient(#173f43, #173f43) right top / 5px 5px,
    linear-gradient(#173f43, #173f43) left bottom / 5px 5px,
    linear-gradient(#173f43, #173f43) right bottom / 5px 5px;
  background-repeat: no-repeat;
}
.fb-demo-pencil {
  position: absolute;
  width: 13px;
  height: 128px;
  bottom: 24px;
  right: 24px;
  background: linear-gradient(90deg, #e09a2d 0 28%, #f4c552 28% 70%, #e6ad38 70%);
  border-radius: 3px 3px 0 0;
  transform: rotate(25deg);
  box-shadow: 4px 2px 3px #173f4310;
}
.fb-demo-pencil::after {
  content: '';
  position: absolute;
  top: 100%;
  width: 13px;
  height: 24px;
  background: linear-gradient(#e4c3a0 0 65%, #173f43 65%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.fb-demo-phone {
  position: relative;
  width: 124px;
  height: 216px;
  padding: 10px 7px 12px;
  background: #234b4c;
  border: 2px solid #173f43;
  border-radius: 22px;
  transform: rotate(4deg);
  box-shadow: 8px 8px 0 #173f4310;
}
.fb-phone-camera {
  position: absolute;
  width: 29px;
  height: 5px;
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
  border-radius: 6px;
  background: #173f43;
}
.fb-phone-screen {
  position: relative;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #bfd0c2;
}
.fb-phone-screen > .fb-demo-paper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.57);
  box-shadow: none;
}
.fb-scan-frame {
  position: absolute;
  inset: 28px 9px;
  border: 2px solid #fffefb;
  border-radius: 5px;
}
.fb-scan-line {
  position: absolute;
  top: 55px;
  left: 8px;
  right: 8px;
  height: 2px;
  background: #087a70;
  box-shadow: 0 3px 10px #087a7050;
  animation: fb-scan-pass 3.8s ease-in-out 1;
}
.fb-demo-aquarium {
  position: relative;
  width: calc(100% - 30px);
  max-width: 225px;
  height: 178px;
  overflow: hidden;
  border: 2px solid #87b9ba;
  border-radius: 24px 24px 40px 40px;
  background: linear-gradient(#f1fbf8 0 18%, #b7dedc 18%, #8fc6c7 82%, #e3d9b9 82%);
}
.fb-water-line {
  position: absolute;
  top: 30px;
  width: 110%;
  left: -5%;
  height: 12px;
  border-top: 2px solid #70aba8;
  border-radius: 50%;
}
.fb-swimming-fish {
  position: absolute;
  width: 78%;
  left: 9%;
  top: 51px;
  animation: fb-fish-drift 4.8s ease-in-out 1;
}
.fb-swimming-fish img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 3px #173f4320);
}
.fb-demo-bubble {
  position: absolute;
  border: 1.5px solid #f5fffc;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  right: 20px;
  top: 52px;
}
.fb-demo-bubble:nth-of-type(3) { top: 42px; right: 37px; width: 6px; height: 6px; }
.fb-demo-bubble:nth-of-type(4) { top: 118px; right: 30px; width: 5px; height: 5px; }
.fb-demo-seaweed {
  position: absolute;
  bottom: 15px;
  left: 17px;
  width: 15px;
  height: 43px;
  border-left: 5px solid #619d82;
  border-radius: 50%;
  transform: rotate(-12deg);
}
.fb-demo-seaweed:last-child { left: 27px; height: 30px; transform: rotate(18deg); }
.fb-creature-choices > h3 { font-size: 23px; margin-bottom: 10px; }
.fb-creature-choices > p { max-width: 700px; }
.fb-creature-lineup {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}
.fb-creature-choice { margin: 0; min-width: 0; }
.fb-creature-choice > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 205px;
  padding: 20px;
  border-radius: 45% 48% 42% 48%;
  background: #f7e5d8;
}
.fb-creature-choice:nth-child(2) > div { background: #e3ede2; }
.fb-creature-choice:nth-child(3) > div { background: #e1edef; }
.fb-creature-choice img { width: 100%; max-width: 260px; height: 150px; object-fit: contain; }
.fb-creature-choice figcaption { margin-top: 14px; font-size: 18px; font-weight: 900; text-align: center; }
@keyframes fb-scan-pass { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(76px); } }
@keyframes fb-fish-drift { 0%, 100% { transform: translate(0, 0) rotate(-2deg); } 50% { transform: translate(5px, -6px) rotate(2deg); } }
@media (max-width: 1000px) {
  .fb-journey-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 24px; }
  .fb-journey-steps > li:nth-child(2) .fb-journey-arrow { display: none; }
  .fb-creature-choice > div { height: 170px; }
  .fb-creature-choice img { height: 125px; }
}
@media (max-width: 600px) {
  .fb-journey-steps { grid-template-columns: 1fr; gap: 28px; }
  .fb-journey-steps > li { display: grid; grid-template-columns: 122px minmax(0, 1fr); align-items: center; gap: 18px; }
  .fb-journey-art { height: 176px; margin: 0; border-radius: 18px; }
  .fb-journey-art > .fb-demo-paper { transform: rotate(-5deg) scale(0.68); }
  .fb-journey-art-2 > .fb-demo-paper { transform: rotate(5deg) scale(0.68); }
  .fb-journey-art > .fb-demo-phone { transform: rotate(4deg) scale(0.72); flex-shrink: 0; }
  .fb-demo-pencil { width: 10px; height: 85px; right: 9px; bottom: 20px; }
  .fb-demo-pencil::after { width: 10px; height: 18px; }
  .fb-journey-arrow { display: none; }
  .fb-journey-caption { padding: 0; }
  .fb-journey-caption h3 { font-size: 19px; }
  .fb-journey-caption p { font-size: 14px; line-height: 1.55; }
  .fb-demo-aquarium { width: 108px; height: 135px; border-radius: 18px 18px 26px 26px; }
  .fb-swimming-fish { top: 51px; width: 92%; left: 2%; }
  .fb-demo-seaweed { height: 28px; width: 10px; left: 10px; bottom: 12px; border-width: 3px; }
  .fb-demo-seaweed:last-child { left: 16px; height: 20px; }
  .fb-creature-lineup { gap: 24px; grid-template-columns: 1fr; }
  .fb-creature-choice { display: grid; grid-template-columns: 122px minmax(0, 1fr); align-items: center; gap: 18px; }
  .fb-creature-choice > div { height: 100px; padding: 12px; }
  .fb-creature-choice img { height: 80px; }
  .fb-creature-choice figcaption { text-align: left; margin: 0; font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .fb-scan-line, .fb-swimming-fish { animation: none; }
}
@media print {
  .fb-scan-line, .fb-swimming-fish { animation: none; }
}

/* Keep the business offer and next step close to the product explanation. */
.fb-site[data-public-page='/'] .fb-journey {
  padding-bottom: 28px;
}
.fb-explanation-cta {
  width: min(1184px, calc(100% - 96px));
  margin: 0 auto 44px;
}
.fb-examples-compact {
  padding-block: 44px;
}
.fb-examples-compact .fb-section-heading {
  margin-bottom: 24px;
}
.fb-examples-compact .fb-creature-lineup {
  margin-top: 22px;
  gap: 28px;
}
.fb-examples-compact .fb-creature-choice > div {
  height: 150px;
}
.fb-examples-compact .fb-creature-choice img {
  height: 115px;
}
.fb-offer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: start;
}
.fb-offer-included > h3,
.fb-offer-requirements > h3 {
  margin-bottom: 20px;
}
.fb-offer-included > ul {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fb-offer-included li h3,
.fb-offer-included li h4,
.fb-offer-included li > strong {
  display: block;
  margin: 0 0 5px;
  font-size: 19px;
  line-height: 1.35;
}
.fb-offer-included li p {
  font-size: 16px;
}
.fb-offer-requirements {
  padding: 28px 30px;
  background: #eaf0e3;
  border-radius: 24px;
  scroll-margin-top: 24px;
}
.fb-offer-requirements ul {
  margin: 0;
  padding-left: 20px;
  color: var(--fb-muted);
  font-size: 16px;
}
.fb-offer-requirements li + li {
  margin-top: 10px;
}
.fb-offer-requirements .fb-text-link {
  margin-top: 20px;
}
.fb-offer-terms {
  margin-top: 36px;
  padding: 26px 30px;
  border: 1px solid #d7dfd2;
  border-radius: 24px;
  background: #f4f0e5;
}
.fb-offer-terms h3 {
  margin-bottom: 10px;
}
.fb-offer-terms p + p {
  margin-top: 12px;
}
.fb-offer .fb-actions,
.fb-final-cta .fb-actions {
  margin-top: 24px;
}
.fb-final-cta {
  padding-block: 36px 48px;
  text-align: center;
}
.fb-final-cta p {
  max-width: 580px;
  margin: 14px auto 0;
}
.fb-final-cta .fb-actions {
  justify-content: center;
}
.fb-scenarios-compact {
  padding-block: 36px 48px;
}
.fb-scenarios-compact h2 {
  font-size: 26px;
}
.fb-scenarios-compact ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}
.fb-scenarios-compact a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 9px 17px;
  border: 1px solid #c8d4cd;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
}
.fb-scenarios-compact a:hover {
  background: #eaf0e3;
}
.fb-scenarios-compact .fb-text-link {
  margin-top: 0;
}
.fb-setup-steps .fb-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 700px) {
  .fb-explanation-cta {
    width: calc(100% - 44px);
    margin-bottom: 30px;
  }
  .fb-examples-compact {
    padding-block: 30px 36px;
  }
  .fb-examples-compact .fb-creature-lineup {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .fb-examples-compact .fb-creature-choice {
    display: block;
  }
  .fb-examples-compact .fb-creature-choice > div {
    height: 85px;
    padding: 7px;
  }
  .fb-examples-compact .fb-creature-choice img {
    height: 70px;
  }
  .fb-examples-compact .fb-creature-choice figcaption {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    overflow-wrap: anywhere;
  }
  .fb-offer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .fb-offer-requirements,
  .fb-offer-terms {
    padding: 22px;
    border-radius: 20px;
  }
  .fb-offer-terms {
    margin-top: 24px;
  }
  .fb-final-cta {
    padding-block: 30px 36px;
  }
  .fb-scenarios-compact ul {
    gap: 10px;
  }
  .fb-scenarios-compact a {
    font-size: 14px;
    padding-inline: 13px;
  }
  .fb-setup-steps .fb-steps {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .fb-setup-steps .fb-steps > li + li {
    padding: 0;
    border: 0;
  }
  .fb-setup-steps .fb-step-number {
    margin-bottom: 6px;
  }
}
