/*
Theme Name: Fullblessing
Theme URI: https://fullblessing.example/
Author: Fullblessing
Author URI: mailto:david@blessing111.com
Description: A modern natural B2B catalog theme for Fullblessing, built for WooCommerce product discovery and multi-product RFQs.
Version: 1.2.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fullblessing
Tags: e-commerce, custom-menu, featured-images, accessibility-ready, translation-ready
*/

:root {
  --fb-ivory: #f7f3ea;
  --fb-ivory-deep: #eee6d8;
  --fb-green: #2f5a45;
  --fb-green-dark: #224333;
  --fb-navy: #20384c;
  --fb-walnut: #8c5531;
  --fb-gold: #d9b15f;
  --fb-charcoal: #25313a;
  --fb-muted: #637078;
  --fb-white: #fff;
  --fb-line: #ded9cf;
  --fb-danger: #a53434;
  --fb-radius-sm: 6px;
  --fb-radius: 10px;
  --fb-shadow: 0 14px 38px rgba(32, 56, 76, .09);
  --fb-container: 1240px;
  --fb-header-height: 78px;
  --fb-display: Fraunces, Georgia, "Times New Roman", serif;
  --fb-body: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: calc(var(--fb-header-height) + 40px); }
body {
  margin: 0;
  color: var(--fb-charcoal);
  background: var(--fb-white);
  font-family: var(--fb-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--fb-green); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--fb-green-dark); }
button, input, select, textarea { font: inherit; }
button, [type="button"], [type="submit"] { cursor: pointer; }
:focus-visible {
  outline: 3px solid var(--fb-white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px #173f66;
}
::selection { color: var(--fb-navy); background: #f2d99c; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .65em;
  color: var(--fb-navy);
  font-family: var(--fb-display);
  font-weight: 600;
  line-height: 1.12;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 6vw, 5.25rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
p { margin: 0 0 1.2em; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 8px; left: 8px;
  width: auto; height: auto;
  padding: 12px 18px;
  clip: auto;
  color: var(--fb-white);
  background: var(--fb-navy);
  font-weight: 700;
}
.fb-container { width: min(calc(100% - 40px), var(--fb-container)); margin-inline: auto; }
.fb-narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.fb-section { padding: clamp(64px, 8vw, 112px) 0; }
.fb-section--ivory { background: var(--fb-ivory); }
.fb-section--navy { color: #eaf0f2; background: var(--fb-navy); }
.fb-section--navy h2, .fb-section--navy h3 { color: var(--fb-white); }
.fb-section--navy .fb-section__header p { color: #d8e1e4; }
.fb-section--green { color: #eef4f0; background: var(--fb-green); }
.fb-section--green h2, .fb-section--green h3 { color: var(--fb-white); }
.fb-section__header { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.fb-section__header p { max-width: 620px; margin-bottom: .4em; color: var(--fb-muted); }
.fb-section__eyebrow, .fb-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--fb-walnut);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.fb-section--navy .fb-eyebrow, .fb-section--green .fb-eyebrow { color: #efd492; }
.fb-background-media { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.fb-background-media img { width: 100%; height: 100%; object-fit: cover; }

.fb-button,
.button,
button.button,
input[type="submit"],
.fullblessing-rfq-add-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 20px;
  border: 1px solid var(--fb-green);
  border-radius: var(--fb-radius-sm);
  color: var(--fb-white);
  background: var(--fb-green);
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.fb-button:hover, .button:hover, button.button:hover, input[type="submit"]:hover, .fullblessing-rfq-add-button:hover {
  color: var(--fb-white); background: var(--fb-green-dark); border-color: var(--fb-green-dark); transform: translateY(-1px);
}
.fb-button--navy { background: var(--fb-navy); border-color: var(--fb-navy); }
.fb-button--navy:hover { background: #142838; border-color: #142838; }
.fb-button--gold { color: var(--fb-navy); background: var(--fb-gold); border-color: var(--fb-gold); }
.fb-button--gold:hover { color: var(--fb-navy); background: #e6c578; border-color: #e6c578; }
.fb-button--outline { color: var(--fb-green); background: transparent; }
.fb-button--outline:hover { color: var(--fb-white); background: var(--fb-green); }
.fb-button--light { color: var(--fb-navy); background: var(--fb-white); border-color: var(--fb-white); }
.fb-button--light:hover { color: var(--fb-navy); background: var(--fb-ivory); border-color: var(--fb-ivory); }
.fb-button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.fb-hero .fb-button { min-height: 54px; padding-right: 24px; padding-left: 24px; font-family: "Segoe Script", "Brush Script MT", "Snell Roundhand", cursive; font-size: 1.12rem; font-weight: 500; letter-spacing: .01em; }

/* Header */
.fb-contact-strip { padding: 8px 0; color: #e8efec; background: var(--fb-green-dark); font-size: .83rem; }
.fb-contact-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.fb-contact-strip a { color: var(--fb-white); font-weight: 650; text-decoration: none; }
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  margin-bottom: calc(var(--fb-header-height) * -1);
  border-bottom: 1px solid rgba(37, 49, 58, .08);
  background: rgba(247, 243, 234, .42);
  box-shadow: none;
  -webkit-backdrop-filter: saturate(125%) blur(18px);
  backdrop-filter: saturate(125%) blur(18px);
  transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.site-header.is-scrolled {
  border-bottom-color: rgba(37, 49, 58, .12);
  background: rgba(247, 243, 234, .94);
  box-shadow: 0 10px 30px rgba(32, 56, 76, .08);
}
.fb-header__inner { display: grid; min-height: 78px; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.fb-wordmark { display: inline-flex; color: var(--fb-navy); text-decoration: none; }
.fb-wordmark svg { width: min(268px, 43vw); height: auto; overflow: visible; }
.fb-wordmark__text { font-family: "Bodoni MT", Didot, "Times New Roman", serif; font-size: 34px; font-weight: 700; letter-spacing: 2.2px; }
.fb-primary-nav { justify-self: center; }
.fb-primary-nav ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.fb-primary-nav a { position: relative; color: var(--fb-navy); font-family: var(--fb-display); font-size: 1.08rem; font-weight: 600; letter-spacing: .025em; text-decoration: none; }
.fb-primary-nav a::after { position: absolute; right: 50%; bottom: -7px; left: 50%; height: 1px; content: ""; background: var(--fb-gold); opacity: 0; transform: translateX(-50%) scaleX(.35); transition: opacity .18s ease, transform .18s ease; }
.fb-primary-nav a:hover, .fb-primary-nav .current-menu-item > a { color: var(--fb-green); }
.fb-primary-nav a:hover::after, .fb-primary-nav .current-menu-item > a::after { opacity: 1; transform: translateX(-50%) scaleX(1); }
.fb-primary-nav li { position: relative; }
.fb-primary-nav .sub-menu { position: absolute; top: calc(100% + 24px); left: -20px; display: none; min-width: 240px; padding: 14px; border: 1px solid var(--fb-line); border-radius: var(--fb-radius); background: #fff; box-shadow: var(--fb-shadow); }
.fb-primary-nav .sub-menu::before { position: absolute; right: 0; bottom: 100%; left: 0; height: 24px; content: ""; }
.fb-primary-nav li:hover > .sub-menu, .fb-primary-nav li:focus-within > .sub-menu { display: grid; gap: 2px; }
.fb-primary-nav .sub-menu a { display: block; padding: 8px 10px; }
.fb-mega-menu { position: static !important; }
.fb-mega-panel { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; grid-template-columns: repeat(4, 1fr); gap: 28px; padding: 30px max(30px, calc((100vw - var(--fb-container)) / 2)); border-top: 1px solid var(--fb-line); background: #fff; box-shadow: var(--fb-shadow); }
.fb-mega-menu:hover > .fb-mega-panel, .fb-mega-menu:focus-within > .fb-mega-panel { display: grid; }
.fb-mega-panel strong { display: block; margin-bottom: 9px; color: var(--fb-walnut); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.fb-mega-panel ul { display: grid; gap: 2px; }
.fb-mega-panel a { display: block; padding: 6px 0; }
.fb-header__actions { display: flex; align-items: center; gap: 12px; }
.fb-rfq-link { position: relative; display: inline-flex; min-height: 44px; align-items: center; gap: 7px; color: var(--fb-navy); font-family: var(--fb-display); font-size: 1.05rem; font-style: italic; font-weight: 600; letter-spacing: .015em; text-decoration: none; }
.fb-header__actions > .fb-button { min-height: 54px; padding-right: 22px; padding-left: 22px; font-family: "Segoe Script", "Brush Script MT", "Snell Roundhand", cursive; font-size: 1.12rem; font-weight: 500; letter-spacing: .01em; }
.fb-rfq-count { display: inline-grid; min-width: 23px; height: 23px; padding: 0 6px; place-items: center; border-radius: 999px; color: var(--fb-white); background: var(--fb-walnut); font-size: .72rem; }
.fb-menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; color: var(--fb-navy); background: transparent; }
.fb-menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .18s ease, opacity .18s ease; }
.fb-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.fb-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.fb-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.fb-hero { position: relative; overflow: hidden; isolation: isolate; padding: calc(clamp(68px, 8vw, 116px) + var(--fb-header-height)) 0 clamp(68px, 8vw, 116px); background: var(--fb-ivory); }
.fb-hero::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(247,243,234,.99) 0%, rgba(247,243,234,.95) 36%, rgba(247,243,234,.7) 58%, rgba(247,243,234,.08) 82%); pointer-events: none; }
.fb-hero__media img { object-position: center right; }
.fb-hero__inner { position: relative; z-index: 2; display: flex; min-height: 430px; align-items: center; }
.fb-hero__content { position: relative; z-index: 2; max-width: 720px; }
.fb-hero__content h1 { max-width: 720px; font-size: clamp(3rem, 5vw, 4.75rem); white-space: normal; }
.fb-hero__lead { max-width: 630px; color: #4f5d65; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.fb-hero__visual { display: none; }

.fb-utility { position: relative; z-index: 4; margin-top: -32px; }
.fb-utility__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-radius: var(--fb-radius); background: var(--fb-white); box-shadow: var(--fb-shadow); }
.fb-utility__item { display: grid; min-height: 128px; padding: 25px 28px; place-items: center; color: inherit; text-align: center; text-decoration: none; transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease; }
.fb-utility__item + .fb-utility__item { border-left: 1px solid var(--fb-line); }
.fb-utility__item:hover { color: inherit; background: rgba(237,243,239,.55); box-shadow: inset 0 -2px 0 rgba(47,90,69,.16); transform: translateY(-2px); }
.fb-utility__item:active { transform: translateY(0) scale(.985); transition-duration: .1s; }
.fb-utility__item:focus-visible { outline: 2px solid var(--fb-gold); outline-offset: -5px; }
.fb-utility__item::before { align-self: end; content: "✦"; color: var(--fb-gold); font-size: .82rem; letter-spacing: .18em; }
.fb-utility__item strong { display: block; align-self: start; color: var(--fb-green); font-family: "Segoe Script", "Brush Script MT", "Snell Roundhand", cursive; font-size: clamp(1.45rem, 2.2vw, 2.15rem); font-weight: 500; line-height: 1.15; }

/* Cards and grids */
.fb-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fb-category-card { position: relative; min-height: 210px; overflow: hidden; isolation: isolate; padding: 26px; border: 1px solid rgba(47, 90, 69, .12); border-radius: var(--fb-radius); color: var(--fb-navy); background: var(--fb-ivory-deep); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.fb-category-card:hover { color: var(--fb-navy); transform: translateY(-3px); box-shadow: var(--fb-shadow); }
.fb-category-card::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(247,243,234,.98) 0%, rgba(247,243,234,.9) 43%, rgba(247,243,234,.2) 100%); }
.fb-category-card__media { position: absolute; z-index: 0; inset: 0; }
.fb-category-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.fb-category-card:hover .fb-category-card__media img { transform: scale(1.035); }
.fb-category-card h3, .fb-category-card__count, .fb-category-card__arrow { position: relative; z-index: 2; max-width: 68%; }
.fb-category-card__count { display: block; margin-top: 22px; color: #516069; font-size: .82rem; }
.fb-category-card__arrow { position: absolute; right: 22px; bottom: 18px; max-width: none; font-size: 0; }
.fb-category-card__arrow::before { content: "\2192"; font-size: 1.3rem; }

.fb-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.fb-featured-products .fb-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fb-product-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid #ebe7df; border-radius: var(--fb-radius); background: var(--fb-white); box-shadow: 0 8px 24px rgba(32, 56, 76, .05); transition: transform .2s ease, box-shadow .2s ease; }
.fb-product-card[hidden] { display: none !important; }
.fb-product-card:hover { transform: translateY(-3px); box-shadow: var(--fb-shadow); }
.fb-product-card__image { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: #faf9f6; }
.fb-product-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .28s ease; }
.fb-product-card:hover .fb-product-card__image img { transform: scale(1.025); }
.fb-product-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: #8b969d; background: linear-gradient(145deg, #fff, #f1ece3); }
.fb-product-card__placeholder svg { width: 52%; opacity: .35; }
.fb-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.fb-product-card__category { margin-bottom: 7px; color: var(--fb-walnut); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fb-product-card h3 { margin-bottom: 9px; font-family: var(--fb-body); font-size: 1.05rem; font-weight: 800; line-height: 1.35; }
.fb-product-card h3 a { color: var(--fb-navy); text-decoration: none; }
.fb-product-card__model { margin: 0 0 13px; color: var(--fb-muted); font-size: .82rem; }
.fb-product-card__specs { display: grid; gap: 4px; margin: 0 0 20px; color: #56636b; font-size: .82rem; }
.fb-product-card__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; }
.fb-product-card__actions .fb-button, .fb-product-card__actions .fullblessing-rfq-add-button { min-height: 42px; padding: 9px 10px; font-size: .79rem; text-align: center; }
.fb-product-card__actions .fullblessing-rfq-add { display: flex; min-width: 0; }
.fb-product-card__actions .fullblessing-rfq-add-button { width: 100%; }

.fb-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fb-value-card { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--fb-radius); background: rgba(255,255,255,.06); }
.fb-value-card__number { display: block; margin-bottom: 28px; color: var(--fb-gold); font-family: var(--fb-display); font-size: 2rem; }
.fb-value-card p { margin-bottom: 0; color: #d8e1e4; }
.fb-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; counter-reset: process; }
.fb-process__step { position: relative; padding: 34px; counter-increment: process; }
.fb-process__step::before { display: grid; width: 48px; height: 48px; margin-bottom: 26px; place-items: center; content: counter(process, decimal-leading-zero); border-radius: 50%; color: var(--fb-white); background: var(--fb-green); font-weight: 800; }
.fb-process__step:not(:last-child)::after { position: absolute; top: 57px; right: -18px; width: 60px; height: 1px; content: ""; background: var(--fb-line); }

.fb-section--sourcing, .fb-section--process { position: relative; overflow: hidden; isolation: isolate; }
.fb-section--sourcing::before, .fb-section--process::before { position: absolute; z-index: 1; inset: 0; content: ""; pointer-events: none; }
.fb-section--sourcing::before { background: linear-gradient(90deg, rgba(24,43,58,.96), rgba(32,56,76,.86)); }
.fb-section--process::before { background: rgba(247,243,234,.9); }
.fb-section--sourcing > .fb-container, .fb-section--process > .fb-container { position: relative; z-index: 2; }
.fb-section--sourcing .fb-background-media img { object-position: center right; }
.fb-section--process .fb-background-media img { object-position: center; }
#customer-note { scroll-margin-top: calc(var(--fb-header-height) + 18px); }
.fb-customer-note { max-width: 940px; margin: 0 auto; padding: clamp(14px, 3vw, 34px) 0; text-align: center; }
.fb-customer-note__title { margin-bottom: 26px; color: var(--fb-green); font-family: "Segoe Script", "Brush Script MT", "Snell Roundhand", cursive; font-size: clamp(2.7rem, 6vw, 5.3rem); font-weight: 500; letter-spacing: .01em; line-height: 1.05; }
.fb-customer-note > p { max-width: 770px; margin: 0 auto 18px; color: var(--fb-charcoal); font-size: clamp(1rem, 1.7vw, 1.18rem); }
.fb-customer-note__verse { max-width: 660px; margin: 34px auto 0; padding: 22px 26px; border-top: 1px solid rgba(142,93,48,.38); border-bottom: 1px solid rgba(142,93,48,.38); color: var(--fb-navy); }
.fb-customer-note__verse p { margin: 0 0 8px; font-family: var(--fb-display); font-size: clamp(1.35rem, 2.4vw, 1.9rem); font-style: italic; line-height: 1.35; }
.fb-customer-note__verse cite { color: var(--fb-walnut); font-size: .82rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* Page and archive */
.fb-page-hero { position: relative; overflow: hidden; isolation: isolate; padding: calc(clamp(52px, 8vw, 92px) + var(--fb-header-height)) 0 clamp(52px, 8vw, 92px); background: var(--fb-ivory); }
.fb-page-hero::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(247,243,234,.98), rgba(247,243,234,.9) 54%, rgba(247,243,234,.28)); }
.fb-page-hero::after { position: absolute; z-index: 0; inset: 0; content: ""; background: url("assets/images/backgrounds/inner-hero.webp") center right/cover no-repeat; }
.fb-page-hero--catalog::after { background-image: url("assets/images/backgrounds/hero-catalog-light.webp"); }
.fb-page-hero--about::after { background-image: url("assets/images/backgrounds/hero-about-light.webp"); }
.fb-page-hero--catalog-request::after { background-image: url("assets/images/backgrounds/hero-catalog-request-light.webp"); }
.fb-page-hero--contact::after { background-image: url("assets/images/backgrounds/hero-contact-light.webp"); }
.fb-page-hero--rfq::after { background-image: url("assets/images/backgrounds/hero-rfq-light.webp"); }
.fb-page-hero > .fb-container, .fb-page-hero > .fb-narrow { position: relative; z-index: 2; }
.fb-page-hero h1 { max-width: 960px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.fb-page-hero__lead { max-width: 760px; color: var(--fb-muted); font-size: 1.12rem; }
.fb-breadcrumbs { margin-bottom: 24px; color: var(--fb-muted); font-size: .82rem; }
.fb-breadcrumbs a { color: var(--fb-green); text-decoration: none; }
.fb-breadcrumbs__sep { padding: 0 8px; color: #a3aaa8; }
.fb-catalog-film { padding: clamp(34px, 5vw, 72px) 0 0; background: var(--fb-ivory); }
.fb-catalog-film__video { display: block; width: 100%; aspect-ratio: 16 / 9; border: clamp(4px, .55vw, 8px) solid var(--fb-navy); border-radius: calc(var(--fb-radius) + 6px); background: var(--fb-navy); box-shadow: 0 20px 48px rgba(32,56,76,.18); object-fit: cover; }
.fb-catalog-video { padding: clamp(34px, 5vw, 72px) 0 0; background: var(--fb-ivory); }
.fb-catalog-video__frame { max-width: 1080px; margin: 0 auto; overflow: hidden; border: clamp(4px, .55vw, 8px) solid var(--fb-navy); border-radius: calc(var(--fb-radius) + 6px); background: var(--fb-navy); box-shadow: 0 20px 48px rgba(32,56,76,.18); }
.fb-catalog-video__media { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

/* About page media */
.fb-about-hero .fb-page-hero__lead { max-width: 720px; }
.fb-about-video__media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: clamp(6px, .8vw, 12px) solid var(--fb-navy);
  border-radius: calc(var(--fb-radius) + 8px);
  background: #101d27;
  box-shadow: 0 28px 70px rgba(24, 43, 58, .2);
  object-fit: cover;
}
.fb-about-film__frame {
  position: relative;
  overflow: hidden;
  padding: clamp(6px, .8vw, 12px);
  border-radius: calc(var(--fb-radius) + 8px);
  background: var(--fb-navy);
  box-shadow: 0 28px 70px rgba(24, 43, 58, .2);
}
.fb-about-film__frame::after {
  position: absolute;
  inset: clamp(6px, .8vw, 12px);
  content: "";
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--fb-radius);
  pointer-events: none;
}
.fb-about-film__video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--fb-radius);
  background: #101d27;
  object-fit: cover;
}
.fb-about-film__note { max-width: 820px; margin: 18px auto 0; color: var(--fb-muted); text-align: center; }
.fb-factory-story,
.fb-factory-introduction__grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(36px, 7vw, 96px);
}
.fb-factory-story__content,
.fb-factory-introduction__content { max-width: 520px; }
.fb-factory-story__content p:last-child,
.fb-factory-introduction__content p:last-child { margin-bottom: 0; }
.fb-factory-carousel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: calc(var(--fb-radius) + 8px);
  background: var(--fb-navy);
  box-shadow: 0 24px 60px rgba(32, 56, 76, .18);
}
.fb-factory-carousel__track {
  display: flex;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform .68s cubic-bezier(.22, .72, .2, 1);
  will-change: transform;
}
.fb-factory-carousel__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0;
}
.fb-factory-carousel__slide::after {
  position: absolute;
  inset: 48% 0 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(13, 27, 38, .82));
  pointer-events: none;
}
.fb-factory-carousel__slide img { width: 100%; height: 100%; object-fit: cover; }
.fb-factory-carousel__slide figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 76px;
  left: 22px;
  max-width: 65%;
  color: var(--fb-white);
  font-size: .86rem;
  font-weight: 750;
  letter-spacing: .02em;
}
.fb-factory-carousel__controls {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 20px;
  background: linear-gradient(180deg, transparent, rgba(13, 27, 38, .72));
}
.fb-factory-carousel__button,
[data-fb-carousel-prev],
[data-fb-carousel-next] {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  color: var(--fb-white);
  background: rgba(23, 43, 59, .78);
  font-size: 1.1rem;
  line-height: 1;
  backdrop-filter: blur(8px);
}
.fb-factory-carousel__button:hover,
[data-fb-carousel-prev]:hover,
[data-fb-carousel-next]:hover { color: var(--fb-navy); background: var(--fb-gold); border-color: var(--fb-gold); }
.fb-factory-carousel__dots {
  display: flex;
  gap: 8px;
  margin-right: auto;
}
[data-fb-carousel-dot] {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 999px;
  background: transparent;
  transition: width .24s ease, background-color .24s ease;
}
[data-fb-carousel-dot][aria-current="true"] { width: 28px; background: var(--fb-gold); border-color: var(--fb-gold); }
.fb-catalog-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.fb-search-form { display: flex; width: min(100%, 460px); }
.fb-search-form label { flex: 1; }
.fb-search-form input[type="search"] { width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid var(--fb-line); border-radius: var(--fb-radius-sm) 0 0 var(--fb-radius-sm); background: var(--fb-white); }
.fb-search-form button { min-height: 48px; padding: 10px 18px; border: 0; border-radius: 0 var(--fb-radius-sm) var(--fb-radius-sm) 0; color: var(--fb-white); background: var(--fb-navy); font-weight: 750; }
.fb-sort-form { display: flex; align-items: center; gap: 10px; }
.fb-sort-form label { color: var(--fb-navy); font-size: .875rem; font-weight: 750; }
.fb-sort-form select { min-height: 46px; padding: 9px 34px 9px 11px; border: 1px solid var(--fb-line); border-radius: var(--fb-radius-sm); color: var(--fb-charcoal); background: var(--fb-white); }
.fb-sort-form .fb-button { min-height: 46px; }
.fb-category-nav { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 10px; margin-bottom: 34px; scrollbar-width: thin; }
.fb-category-nav a { flex: 0 0 auto; padding: 8px 13px; border: 1px solid var(--fb-line); border-radius: 999px; color: var(--fb-charcoal); background: var(--fb-white); font-size: .8rem; font-weight: 700; text-decoration: none; }
.fb-category-nav a:hover, .fb-category-nav a[aria-current="page"] { color: var(--fb-white); background: var(--fb-green); border-color: var(--fb-green); }
.fb-empty { padding: 56px 24px; border: 1px dashed #c9c2b6; border-radius: var(--fb-radius); text-align: center; background: var(--fb-ivory); }
.fb-pagination { margin-top: 46px; }
.fb-pagination .nav-links { display: flex; justify-content: center; gap: 7px; }
.fb-pagination .page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--fb-line); border-radius: var(--fb-radius-sm); text-decoration: none; }
.fb-pagination .current { color: var(--fb-white); background: var(--fb-green); border-color: var(--fb-green); }

.fb-content { font-size: 1.04rem; }
.fb-content > * { max-width: 820px; margin-right: auto; margin-left: auto; }
.fb-content > .alignwide { max-width: var(--fb-container); }
.fb-content > .alignfull { max-width: none; }
.fb-content blockquote { padding: 20px 28px; border-left: 4px solid var(--fb-walnut); color: var(--fb-navy); background: var(--fb-ivory); }
.fb-content table { width: 100%; border-collapse: collapse; }
.fb-content th, .fb-content td { padding: 12px; border: 1px solid var(--fb-line); text-align: left; }

/* Product detail */
.fb-product-detail { padding: calc(50px + var(--fb-header-height)) 0 90px; }
.fb-product-detail__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: start; gap: clamp(34px, 6vw, 82px); }
.fb-gallery__main { display: grid; overflow: hidden; aspect-ratio: 1; place-items: center; border: 1px solid #ebe7df; border-radius: var(--fb-radius); background: #faf9f6; }
.fb-gallery__main img { width: 100%; height: 100%; object-fit: contain; }
.fb-gallery__thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.fb-gallery__thumb { overflow: hidden; aspect-ratio: 1; padding: 0; border: 1px solid var(--fb-line); border-radius: var(--fb-radius-sm); background: #fff; }
.fb-gallery__thumb[aria-current="true"] { border: 2px solid var(--fb-green); }
.fb-gallery__thumb img { width: 100%; height: 100%; object-fit: contain; }
.fb-product-summary { position: sticky; top: 120px; }
.fb-product-summary h1 { margin-bottom: 12px; font-size: clamp(2.25rem, 4vw, 4rem); }
.fb-product-summary__model { display: inline-block; margin-bottom: 22px; padding: 6px 10px; border-radius: 4px; color: var(--fb-navy); background: var(--fb-ivory-deep); font-size: .78rem; font-weight: 800; letter-spacing: .06em; }
.fb-product-summary__intro { color: #536068; font-size: 1.07rem; }
.fb-rfq-box { padding: 24px; border-radius: var(--fb-radius); background: var(--fb-ivory); }
.fb-rfq-box label { display: block; margin-bottom: 7px; color: var(--fb-navy); font-size: .82rem; font-weight: 800; }
.fb-rfq-box__row { display: flex; align-items: stretch; gap: 10px; }
.fb-rfq-box input[type="number"] { width: 86px; min-height: 48px; padding: 8px 10px; border: 1px solid var(--fb-line); border-radius: var(--fb-radius-sm); background: #fff; }
.fb-rfq-box .fullblessing-rfq-add-button, .fb-rfq-box .fb-button { flex: 1; }
.fb-rfq-box .fullblessing-rfq-add { display: flex; flex: 1; flex-wrap: wrap; }
.fb-rfq-box .fullblessing-rfq-add-button { width: 100%; }
.fb-rfq-box .fbrfq-in-list { width: 100%; margin-top: 7px; color: var(--fb-green); font-size: .78rem; font-weight: 750; }
.fb-rfq-box__note { margin: 10px 0 0; color: var(--fb-muted); font-size: .78rem; }
.fb-specs { margin-top: 36px; border-top: 1px solid var(--fb-line); }
.fb-specs__row { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--fb-line); }
.fb-specs dt { color: var(--fb-muted); font-size: .83rem; font-weight: 700; }
.fb-specs dd { margin: 0; color: var(--fb-navy); font-weight: 700; }
.fb-product-description { padding-top: 70px; }

/* Forms */
.fb-form { display: grid; gap: 18px; }
.fb-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fb-field label { display: block; margin-bottom: 7px; color: var(--fb-navy); font-size: .88rem; font-weight: 750; }
.fb-field input, .fb-field textarea, .fb-field select,
.fullblessing-rfq-form input, .fullblessing-rfq-form textarea, .fullblessing-rfq-form select {
  width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #bbbdb9; border-radius: var(--fb-radius-sm); color: var(--fb-charcoal); background: #fff;
}
.fb-field textarea, .fullblessing-rfq-form textarea { min-height: 140px; resize: vertical; }
.fb-field .fb-consent { display: flex; align-items: center; gap: .55rem; margin-bottom: 0; line-height: 1.4; }
.fb-field .fb-consent input[type="checkbox"] {
  flex: 0 0 1.05rem;
  width: 1.05rem;
  height: 1.05rem;
  min-height: 1.05rem;
  margin: 0;
  padding: 0;
  accent-color: var(--fb-green);
}
.fb-required { color: var(--fb-danger); }
.fb-form-note { color: var(--fb-muted); font-size: .83rem; }
.fb-contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(32px, 6vw, 84px); }
.fb-contact-card { padding: 32px; border-radius: var(--fb-radius); color: #e8efec; background: var(--fb-green); }
.fb-contact-card h2 { color: #fff; }
.fb-contact-card a { color: #fff; font-weight: 800; }
.woocommerce-error, .woocommerce-message, .woocommerce-info, .fullblessing-rfq-notice { padding: 14px 18px; border: 0; border-left: 4px solid var(--fb-green); border-radius: var(--fb-radius-sm); background: var(--fb-ivory); }
.woocommerce-error { border-left-color: var(--fb-danger); }

/* CTA and footer */
.fb-cta { position: relative; overflow: hidden; isolation: isolate; padding: clamp(42px, 6vw, 72px); border-radius: var(--fb-radius); color: #e8efec; background: var(--fb-green); }
.fb-cta::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(34,67,51,.98), rgba(47,90,69,.9) 56%, rgba(47,90,69,.3)); pointer-events: none; }
.fb-cta .fb-background-media img { object-position: center right; }
.fb-cta h2 { position: relative; z-index: 1; color: var(--fb-white); }
.fb-cta p { position: relative; z-index: 1; max-width: 700px; }
.fb-cta .fb-eyebrow, .fb-cta .fb-button-row { position: relative; z-index: 2; }
.site-footer { color: #d4dde0; background: #172b3b; }
.fb-footer__main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 46px; padding: 72px 0 52px; }
.site-footer .fb-wordmark { color: #fff; }
.fb-footer__about { max-width: 390px; margin-top: 20px; color: #b8c3c8; }
.fb-footer__title { margin-bottom: 16px; color: #fff; font-family: var(--fb-body); font-size: .82rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.fb-footer__menu { margin: 0; padding: 0; list-style: none; }
.fb-footer__menu li { margin-bottom: 8px; }
.site-footer a { color: #d4dde0; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.fb-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); color: #aab6bc; font-size: .78rem; }
.fb-footer__legal { display: flex; flex-wrap: wrap; gap: 18px; }

/* WooCommerce and RFQ catalog mode */
.price, .woocommerce-Price-amount, .stock, .single_add_to_cart_button, form.cart:not(.fullblessing-rfq-form),
.woocommerce div.product form.cart, .woocommerce a.added_to_cart, .woocommerce .star-rating,
.woocommerce-review-link, #reviews, .woocommerce-product-rating, .product_meta .posted_in,
.woocommerce-mini-cart, .woocommerce-cart-form, .wc-block-cart, .wc-block-checkout { display: none !important; }
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count { margin: 0; }
.fullblessing-rfq-list { overflow-x: auto; }
.fullblessing-rfq-list table { width: 100%; border-collapse: collapse; }
.fullblessing-rfq-list th, .fullblessing-rfq-list td { padding: 14px; border-bottom: 1px solid var(--fb-line); text-align: left; }

@media (min-width: 1181px) {
  .fb-section__header h2 { font-size: clamp(2rem, 3vw, 3.2rem); white-space: nowrap; }
}

@media (max-width: 1180px) {
  .fb-hero__content { max-width: min(720px, 72vw); }
}

@media (max-width: 1050px) {
  .fb-primary-nav ul { gap: 18px; }
  .fb-header__actions > .fb-button { display: none; }
  .fb-category-grid, .fb-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fb-values { grid-template-columns: 1fr 1fr; }
  .fb-footer__main { grid-template-columns: 1.4fr 1fr 1fr; }
  .fb-footer__main > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --fb-header-height: 68px; }
  body.admin-bar .site-header { top: 46px; }
  .fb-container, .fb-narrow { width: min(calc(100% - 28px), var(--fb-container)); }
  .fb-contact-strip__inner span { display: none; }
  .fb-contact-strip__inner { justify-content: center; }
  .fb-header__inner { min-height: 68px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .fb-menu-toggle { display: block; justify-self: end; order: 2; }
  .fb-primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; max-height: calc(100vh - 110px); overflow-y: auto; padding: 18px 20px 24px; border-top: 1px solid var(--fb-line); background: rgba(247, 243, 234, .98); box-shadow: var(--fb-shadow); }
  .fb-primary-nav.is-open { display: block; }
  .fb-primary-nav ul { display: grid; gap: 2px; }
  .fb-primary-nav a { display: block; min-height: 44px; padding: 10px 4px; }
  .fb-primary-nav .sub-menu, .fb-primary-nav li:hover > .sub-menu, .fb-primary-nav li:focus-within > .sub-menu { position: static; display: grid; padding: 0 0 8px 18px; border: 0; box-shadow: none; }
  .fb-primary-nav .sub-menu::before { content: none; }
  .fb-mega-panel, .fb-mega-menu:hover > .fb-mega-panel, .fb-mega-menu:focus-within > .fb-mega-panel { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 10px 0 18px 16px; border: 0; box-shadow: none; }
  .fb-mega-panel ul { display: grid; }
  .fb-mega-panel a { min-height: 34px; padding: 5px 0; font-size: .82rem; }
  .fb-header__actions { justify-self: end; order: 3; }
  .fb-header__actions .fb-rfq-link span:not(.fb-rfq-count) { display: none; }
  .fb-hero::before { inset: 0; background: linear-gradient(90deg, rgba(247,243,234,.99), rgba(247,243,234,.9) 58%, rgba(247,243,234,.3)); }
  .fb-hero__media img { object-position: 72% center; }
  .fb-hero__inner { min-height: 540px; }
  .fb-hero__content { max-width: min(700px, 78vw); }
  .fb-hero__content h1 { max-width: 760px; }
  .fb-utility { margin-top: 0; padding-top: 16px; background: var(--fb-ivory); }
  .fb-utility__grid { grid-template-columns: 1fr; }
  .fb-utility__item + .fb-utility__item { border-top: 1px solid var(--fb-line); border-left: 0; }
  .fb-category-grid, .fb-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fb-featured-products .fb-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fb-product-detail__grid, .fb-contact-grid, .fb-factory-story, .fb-factory-introduction__grid { grid-template-columns: 1fr; }
  .fb-factory-story__content, .fb-factory-introduction__content { max-width: 720px; }
  .fb-product-summary { position: static; }
  .fb-process { grid-template-columns: 1fr; }
  .fb-process__step:not(:last-child)::after { top: auto; right: auto; bottom: -10px; left: 57px; width: 1px; height: 40px; }
  .fb-footer__main { grid-template-columns: 1fr 1fr; }
  .fb-footer__main > :first-child, .fb-footer__main > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .fb-section { padding: 54px 0; }
  .fb-section__header, .fb-catalog-tools, .fb-footer__bottom { align-items: flex-start; flex-direction: column; }
  .fb-sort-form { width: 100%; flex-wrap: wrap; }
  .fb-section__header { display: flex; }
  .fb-hero { padding-top: calc(48px + var(--fb-header-height)); }
  .fb-hero::before { background: linear-gradient(180deg, rgba(247,243,234,.99) 0%, rgba(247,243,234,.96) 62%, rgba(247,243,234,.68) 100%); }
  .fb-hero__media img { object-position: 68% center; opacity: .54; }
  .fb-hero__inner { min-height: 520px; align-items: flex-start; }
  .fb-hero__content { max-width: 100%; }
  .fb-hero__content h1 { font-size: clamp(2.5rem, 12vw, 3.55rem); }
  .fb-about-film__frame { padding: 4px; border-radius: var(--fb-radius); }
  .fb-about-film__frame::after { inset: 4px; }
  .fb-about-video__media { border-width: 4px; border-radius: var(--fb-radius); }
  .fb-factory-carousel { border-radius: var(--fb-radius); }
  .fb-factory-carousel__slide figcaption { right: 16px; bottom: 70px; left: 16px; max-width: none; font-size: .76rem; }
  .fb-factory-carousel__controls { padding: 12px; }
  .fb-factory-carousel__button, [data-fb-carousel-prev], [data-fb-carousel-next] { width: 38px; height: 38px; }
  .fb-factory-carousel__dots { padding: 8px 10px; border-radius: 999px; background: rgba(23, 43, 59, .66); }
  .fb-category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .fb-category-card { min-height: 150px; padding: 18px; }
  .fb-product-grid { grid-template-columns: 1fr; }
  .fb-featured-products .fb-product-grid { grid-template-columns: 1fr; }
  .fb-values, .fb-form__grid { grid-template-columns: 1fr; }
  .fb-product-card__actions { grid-template-columns: 1fr 1fr; }
  .fb-specs__row { grid-template-columns: 1fr; gap: 4px; }
  .fb-gallery__thumbs { grid-template-columns: repeat(4, 1fr); }
  .fb-rfq-box__row { align-items: stretch; flex-direction: column; }
  .fb-rfq-box input[type="number"] { width: 100%; }
  .fb-footer__main { grid-template-columns: 1fr; gap: 32px; }
  .fb-footer__main > * { grid-column: auto !important; }
  .fullblessing-rfq-list table, .fullblessing-rfq-list tbody, .fullblessing-rfq-list tr, .fullblessing-rfq-list td { display: block; width: 100%; }
  .fullblessing-rfq-list thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .fullblessing-rfq-list tr { margin-bottom: 14px; padding: 12px; border: 1px solid var(--fb-line); border-radius: var(--fb-radius); }
  .fullblessing-rfq-list td { display: grid; grid-template-columns: 42% 1fr; gap: 10px; padding: 8px 0; border: 0; }
  .fullblessing-rfq-list td::before { content: attr(data-label); color: var(--fb-muted); font-weight: 700; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .fb-factory-carousel__track { transition: none; }
}

@media (forced-colors: active) {
  .site-header, .site-header.is-scrolled { background: Canvas; border-bottom: 1px solid CanvasText; box-shadow: none; }
  .fb-background-media, .fb-category-card__media, .fb-page-hero::after { display: none; }
  .fb-hero::before, .fb-category-card::before, .fb-section--sourcing::before, .fb-section--process::before, .fb-page-hero::before, .fb-cta::before { background: Canvas; }
  .fb-section--navy, .fb-cta { color: CanvasText; background: Canvas; border: 1px solid CanvasText; }
  .fb-section--navy h2, .fb-section--navy h3, .fb-cta h2 { color: CanvasText; }
}

@media print {
  .fb-contact-strip, .site-header, .site-footer, .fb-button, .fullblessing-rfq-add-button, .fb-background-media { display: none !important; }
  body { color: #000; background: #fff; }
}

/* GEO content components */
.fb-narrow { max-width: 820px; margin: 0 auto; }
.fb-site-intro-wrap { text-align: center; }
.fb-site-intro { margin: 0; color: var(--fb-muted); font-size: 1.125rem; line-height: 1.7; }
.fb-category-intro { margin-bottom: 24px; font-size: 1rem; line-height: 1.7; }
.fb-category-intro p { margin: 0; }
.fb-buying-guide { margin-bottom: 24px; padding: 16px 20px; border: 1px solid var(--fb-line); border-radius: var(--fb-radius); }
.fb-buying-guide summary { color: var(--fb-navy); font-weight: 600; cursor: pointer; }
.fb-buying-guide p { margin: 12px 0 0; }
.fb-category-stats { margin-bottom: 20px; }
.fb-category-stats__text { margin: 0; color: var(--fb-muted); font-size: 0.875rem; }
.fb-faq-list { display: flex; flex-direction: column; gap: 12px; }
.fb-faq-item { padding: 16px 20px; border: 1px solid var(--fb-line); border-radius: var(--fb-radius); }
.fb-faq-item[open] { background: var(--fb-ivory); }
.fb-faq-item summary { cursor: pointer; list-style: none; }
.fb-faq-item summary::-webkit-details-marker { display: none; }
.fb-faq-item summary h2 { display: inline; margin: 0; font-family: var(--fb-body); font-size: 1.125rem; }
.fb-faq-answer { margin-top: 12px; }
.fb-faq-answer p { margin: 0; }
.fb-product-detail__material { margin-top: 8px; color: var(--fb-muted); font-size: 0.875rem; }
.fb-footer__location { margin-top: 8px; font-size: 0.875rem; opacity: 0.8; }
