.fb-page {
  --fb-ink: #17211d;
  --fb-muted: #5f6b66;
  --fb-line: #dce3df;
  --fb-accent: #b33f2e;
  --fb-accent-dark: #8f2f21;
  --fb-green: #163f35;
  --fb-tint: #f3f6f3;
  color: var(--fb-ink);
  background: #fff;
  font-family: Inter, system-ui, -apple-system, sans-serif;
}

.fb-page *, .fb-page *::before, .fb-page *::after { box-sizing: border-box; }
.fb-page h1, .fb-page h2, .fb-page h3, .fb-page p { color: inherit; }
.fb-hero { padding: 32px 0 0; border-bottom: 1px solid var(--fb-line); }
.fb-crumbs { display: flex; gap: 8px; align-items: center; margin: 0 0 52px; color: var(--fb-muted); font-size: 13px; }
.fb-crumbs a { color: inherit; text-decoration: none; }
.fb-crumbs a:hover, .fb-text-link:hover { color: var(--fb-accent); }
.fb-hero__grid { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(280px, .75fr); gap: clamp(42px, 8vw, 112px); align-items: end; }
.fb-kicker { margin: 0 0 15px; color: var(--fb-accent) !important; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.fb-hero h1 { max-width: 820px; margin: 0; font-size: clamp(42px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 780; }
.fb-hero__lead { max-width: 650px; margin: 28px 0 30px; color: var(--fb-muted) !important; font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.fb-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.fb-button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; padding: 0 22px; border: 1px solid transparent; border-radius: 6px; font-weight: 750; text-decoration: none; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.fb-button:hover { transform: translateY(-1px); }
.fb-button--primary { background: var(--fb-accent); color: #fff !important; }
.fb-button--primary:hover { background: var(--fb-accent-dark); }
.fb-button--secondary { border-color: #bcc7c1; color: var(--fb-ink) !important; background: #fff; }
.fb-button--secondary:hover { border-color: var(--fb-green); }
.fb-brief { border-top: 3px solid var(--fb-green); padding-top: 18px; }
.fb-brief__label { margin: 0 0 6px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.fb-brief dl { margin: 0; }
.fb-brief dl div { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--fb-line); }
.fb-brief dt { color: var(--fb-muted); }
.fb-brief dd { margin: 0; text-align: right; font-weight: 750; }
.fb-brief > p:last-child { margin: 17px 0 0; color: var(--fb-muted) !important; font-size: 14px; line-height: 1.55; }
.fb-hero__visual { display: grid; grid-template-columns: minmax(0, 1fr) 290px; margin: 72px 0 0; background: var(--fb-green); }
.fb-hero__visual img { width: 100%; height: clamp(260px, 35vw, 465px); object-fit: cover; display: block; }
.fb-hero__visual figcaption { align-self: end; margin: 0; padding: 36px 30px; color: #fff; font-size: 18px; line-height: 1.5; }
.fb-section { padding: clamp(72px, 9vw, 128px) 0; }
.fb-section--tint { background: var(--fb-tint); }
.fb-split { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.4fr); gap: clamp(50px, 9vw, 130px); align-items: start; }
.fb-page h2 { margin: 0; max-width: 650px; font-size: clamp(32px, 4vw, 54px); line-height: 1.05; letter-spacing: -.04em; font-weight: 760; }
.fb-page h3 { font-weight: 750; }
.fb-prose > p { max-width: 720px; margin: 0 0 34px; font-size: 21px; line-height: 1.6; }
.fb-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--fb-line); }
.fb-checks li { position: relative; padding: 20px 0 20px 31px; border-bottom: 1px solid var(--fb-line); font-weight: 650; }
.fb-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--fb-accent); font-weight: 900; }
.fb-section__heading { max-width: 760px; margin-bottom: 58px; }
.fb-section__heading > p:last-child, .fb-section-note { margin: 20px 0 0; max-width: 620px; color: var(--fb-muted) !important; font-size: 17px; line-height: 1.6; }
.fb-formats { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cfd8d3; }
.fb-formats li { display: grid; grid-template-columns: 60px 1fr 180px; gap: 24px; align-items: start; padding: 30px 0; border-bottom: 1px solid #cfd8d3; }
.fb-formats li > span { color: var(--fb-accent); font-size: 13px; font-weight: 800; letter-spacing: .09em; }
.fb-formats h3 { margin: -4px 0 8px; font-size: 25px; }
.fb-formats p { margin: 0; max-width: 620px; color: var(--fb-muted) !important; line-height: 1.55; }
.fb-formats strong { color: var(--fb-green); font-size: 13px; text-transform: uppercase; letter-spacing: .07em; text-align: right; }
.fb-materials { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 42px; }
.fb-materials > div { padding-top: 17px; border-top: 2px solid var(--fb-ink); }
.fb-materials span { color: var(--fb-accent); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fb-materials h3 { margin: 13px 0 7px; font-size: 20px; }
.fb-materials p { margin: 0; color: var(--fb-muted) !important; line-height: 1.55; }
.fb-process { background: var(--fb-green); color: #fff; }
.fb-process .fb-kicker { color: #e9a391 !important; }
.fb-process .fb-section__heading { margin-bottom: 54px; }
.fb-process ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.28); }
.fb-process li { padding: 24px 25px 8px 0; }
.fb-process li + li { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.28); }
.fb-process li > span { display: block; margin-bottom: 58px; color: #e9a391; font-weight: 800; }
.fb-process h3 { margin: 0 0 9px; font-size: 20px; }
.fb-process li p { margin: 0; color: rgba(255,255,255,.73) !important; line-height: 1.5; }
.fb-text-link { display: inline-block; margin-top: 26px; color: var(--fb-green); font-weight: 750; text-decoration: none; }
.fb-faq { border-top: 1px solid #cfd8d3; }
.fb-faq details { border-bottom: 1px solid #cfd8d3; }
.fb-faq summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 720; }
.fb-faq summary::-webkit-details-marker { display: none; }
.fb-faq summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--fb-accent); font-size: 26px; font-weight: 400; }
.fb-faq details[open] summary::after { content: "−"; }
.fb-faq details p { margin: -4px 45px 22px 0; color: var(--fb-muted) !important; line-height: 1.6; }
.fb-cta { padding: 70px 0; background: var(--fb-accent); color: #fff; }
.fb-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.fb-cta .fb-kicker { color: #ffd8cc !important; }
.fb-cta h2 { font-size: clamp(32px, 4vw, 50px); }
.fb-cta p:last-child { max-width: 640px; margin: 16px 0 0; color: rgba(255,255,255,.84) !important; font-size: 17px; }
.fb-button--light { flex: 0 0 auto; background: #fff; color: var(--fb-accent-dark) !important; }
.fb-button--light:hover { background: #fff5f1; }

@media (max-width: 900px) {
  .fb-hero__grid, .fb-split { grid-template-columns: 1fr; gap: 46px; }
  .fb-brief { max-width: 520px; }
  .fb-hero__visual { grid-template-columns: 1fr; }
  .fb-hero__visual figcaption { padding: 25px; }
  .fb-process ol { grid-template-columns: 1fr 1fr; }
  .fb-process li:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .fb-process li:nth-child(4) { border-top: 1px solid rgba(255,255,255,.28); }
}

@media (max-width: 640px) {
  .fb-hero { padding-top: 22px; }
  .fb-crumbs { margin-bottom: 38px; }
  .fb-hero h1 { font-size: clamp(40px, 13vw, 58px); }
  .fb-hero__visual { margin: 52px -16px 0; }
  .fb-hero__visual img { height: 260px; }
  .fb-actions { display: grid; }
  .fb-button { width: 100%; }
  .fb-checks, .fb-materials { grid-template-columns: 1fr; }
  .fb-formats li { grid-template-columns: 42px 1fr; gap: 12px; }
  .fb-formats strong { grid-column: 2; text-align: left; }
  .fb-process ol { grid-template-columns: 1fr; }
  .fb-process li, .fb-process li + li { padding: 22px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .fb-process li:first-child { border-top: 0; }
  .fb-process li > span { margin-bottom: 24px; }
  .fb-cta__inner { display: grid; }
}

@media (max-width: 420px) {
  .fb-hero h1 { font-size: clamp(36px, 11.5vw, 46px); }
  .fb-hero__lead { margin-top: 20px; font-size: 16px; }
  .fb-hero__grid, .fb-split { gap: 34px; }
  .fb-hero__visual { margin-inline: calc((100vw - 100%) / -2); }
  .fb-section { padding: 58px 0; }
  .fb-page h2 { font-size: clamp(30px, 9vw, 38px); }
  .fb-prose > p { font-size: 18px; }
  .fb-formats li { grid-template-columns: 34px minmax(0, 1fr); }
  .fb-materials { gap: 26px; }
  .fb-cta { padding: 54px 0; }
}

@media (prefers-reduced-motion: reduce) { .fb-button { transition: none; } }
