/* FieldStock shop — marketplace redesign */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800;900&family=Hanken+Grotesk:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600;700&display=swap');

:root {
    --fs-field: #1B4D34;
    --fs-field-dark: #123926;
    --fs-field-mid: #246B48;
    --fs-accent: #2F9E5B;
    --fs-harvest: #E8922A;
    --fs-harvest-deep: #C9851D;
    --fs-sage: #E8F2EC;
    --fs-bone: #F4F7F5;
    --fs-ink: #14261C;
    --fs-muted: #667A70;
    --fs-hairline: #D5E0D9;
    --fs-head: 'Archivo', system-ui, sans-serif;
    --fs-body: 'Hanken Grotesk', system-ui, sans-serif;
    --fs-mono: 'IBM Plex Mono', ui-monospace, monospace;
}

.fs-layout { min-height: 100vh; background: #fff; }
.fs-page { min-height: 100vh; background: #fff; font-family: var(--fs-body); color: var(--fs-ink); }
.fs-page h1, .fs-page h2, .fs-page h3, .fs-brand-name, .fs-hero-title, .fs-card-name, .fs-btn-primary, .fs-btn-secondary, .fs-add {
    font-family: var(--fs-head);
}

/* Top ribbon */
.fs-ribbon {
    background: var(--fs-field-dark);
    color: rgba(255,255,255,.92); font-size: 0.78rem;
}
.fs-ribbon-inner {
    max-width: 72rem; margin: 0 auto; padding: 0 1.25rem; min-height: 2.4rem;
    display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
.fs-ribbon-left {
    display: flex; align-items: center; gap: 0.55rem; flex-wrap: wrap; min-width: 0;
}
.fs-home-link {
    display: inline-flex; align-items: center; gap: 0.35rem;
    color: #c8f0d6; text-decoration: none; font-weight: 700; white-space: nowrap;
}
.fs-home-link:hover { color: #fff; text-decoration: underline; }
.fs-home-link .lucide-icon { color: inherit; }
.fs-ribbon-sep { color: rgba(255,255,255,.45); }
.fs-ribbon-credits { display: flex; align-items: center; gap: 0.85rem; flex-wrap: wrap; }
.fs-credit-pill {
    display: inline-flex; align-items: center; gap: 0.4rem;
    background: rgba(47, 158, 91, 0.22); border: 1px solid rgba(47, 158, 91, 0.45);
    color: #c8f0d6; border-radius: 999px; padding: 0.2rem 0.7rem; font-size: 0.72rem;
    cursor: pointer; font: inherit;
}
.fs-credit-pill strong { color: #fff; font-weight: 700; }
.fs-credit-pill:hover { background: rgba(47, 158, 91, 0.35); }
.fs-link-btn {
    background: transparent; border: 0; color: rgba(255,255,255,.9); font: inherit;
    font-size: 0.78rem; cursor: pointer; text-decoration: none; padding: 0;
}
.fs-link-btn:hover { color: #fff; text-decoration: underline; }
.fs-account-menu { position: relative; }
.fs-account-dropdown {
    position: absolute; right: 0; top: calc(100% + 0.45rem); z-index: 60;
    min-width: 12.5rem; padding: 0.4rem 0; border-radius: 0.55rem;
    background: #fff; color: var(--fs-ink);
    border: 1px solid var(--fs-hairline);
    box-shadow: 0 12px 28px rgba(20, 38, 28, 0.16);
}
.fs-account-dropdown a {
    display: block; padding: 0.55rem 0.9rem; color: var(--fs-ink); text-decoration: none;
    font-size: 0.82rem; font-weight: 600;
}
.fs-account-dropdown a:hover { background: var(--fs-sage); color: var(--fs-field-dark); }

/* Main header */
.fs-header {
    position: sticky; top: 0; z-index: 40; background: #fff;
    border-bottom: 1px solid var(--fs-hairline);
}
.fs-header-inner {
    max-width: 72rem; margin: 0 auto; padding: 0.85rem 1.25rem;
    display: flex; align-items: center; gap: 1rem;
}
.fs-brand {
    display: flex; align-items: center; flex-shrink: 0;
    text-decoration: none; color: inherit; min-width: max-content; line-height: 0;
}
.fs-brand-logo {
    display: block;
    height: 3.85rem;
    width: auto;
    max-width: min(320px, 65vw);
    object-fit: contain;
    object-position: left center;
}
@media (max-width: 900px) {
    .fs-brand-logo { height: 3.15rem; }
}
@media (max-width: 640px) {
    .fs-brand-logo { height: 2.65rem; }
}

.fs-search-bar {
    flex: 1; min-width: 0; max-width: 40rem; margin: 0 auto;
    display: flex; align-items: stretch; border: 1.5px solid var(--fs-hairline);
    border-radius: 0.65rem; overflow: hidden; background: #fff;
}
.fs-search-bar:focus-within { border-color: var(--fs-accent); box-shadow: 0 0 0 3px rgba(47,158,91,.15); }
.fs-search-bar-spacer { visibility: hidden; pointer-events: none; }
.fs-search-cat {
    border: 0; border-right: 1px solid var(--fs-hairline); background: var(--fs-bone);
    padding: 0.65rem 0.75rem; font-size: 0.8rem; color: var(--fs-ink); max-width: 9.5rem;
}
.fs-search-input {
    flex: 1; min-width: 0; border: 0; padding: 0.65rem 0.85rem; font-size: 0.9rem; outline: none; background: transparent;
}
.fs-search-btn {
    border: 0; background: var(--fs-field); color: #fff; padding: 0 1rem; cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
}
.fs-search-btn:hover { background: var(--fs-field-mid); }

.fs-header-actions { display: flex; gap: 0.35rem; align-items: center; margin-left: auto; flex-shrink: 0; }
.fs-util {
    display: inline-flex; flex-direction: column; align-items: center; gap: 0.1rem;
    border: 0; background: transparent; color: var(--fs-ink); text-decoration: none;
    font-size: 0.68rem; font-weight: 600; cursor: pointer; padding: 0.25rem 0.45rem;
    position: relative; min-width: 3.4rem;
}
.fs-util-ico {
    display: inline-flex; align-items: center; justify-content: center;
    color: inherit; line-height: 1;
}
.fs-util-ico .lucide-icon { color: inherit; }
.fs-util:hover { color: var(--fs-field); }
.fs-util.active { color: var(--fs-field); }
.fs-util-cart .fs-cart-badge {
    position: absolute; top: -0.15rem; right: 0.15rem;
    background: var(--fs-harvest); color: #fff; font-size: 0.62rem; font-weight: 800;
    min-width: 1.05rem; height: 1.05rem; border-radius: 999px;
    display: inline-flex; align-items: center; justify-content: center; padding: 0 0.2rem;
}
@media (max-width: 900px) {
    .fs-header-inner { flex-wrap: wrap; }
    .fs-search-bar { order: 3; flex: 1 1 100%; max-width: none; }
    .fs-util > span:not(.fs-util-ico):not(.fs-cart-badge) { display: none; }
}

/* Category bar */
.fs-catbar {
    background: #fff; border-bottom: 1px solid var(--fs-hairline);
}
.fs-catbar-inner {
    max-width: 72rem; margin: 0 auto; padding: 0.55rem 1.25rem;
    display: flex; align-items: center; gap: 0.35rem; overflow-x: auto;
}
.fs-catbar-menu, .fs-catbar-item {
    display: inline-flex; align-items: center; gap: 0.4rem; white-space: nowrap;
    border: 0; background: transparent; color: var(--fs-ink); font-size: 0.82rem; font-weight: 600;
    padding: 0.45rem 0.7rem; border-radius: 0.5rem; cursor: pointer;
}
.fs-catbar-menu { background: var(--fs-sage); color: var(--fs-field-dark); margin-right: 0.35rem; }
.fs-catbar-item:hover, .fs-catbar-item.active, .fs-catbar-menu.active { background: var(--fs-sage); color: var(--fs-field); }
.fs-catbar-ico {
    display: inline-flex; align-items: center; justify-content: center; color: inherit;
}
.fs-catbar-ico .lucide-icon { color: inherit; }
.fs-deals-badge {
    background: #E11D48; color: #fff; font-size: 0.6rem; font-weight: 800;
    border-radius: 999px; min-width: 1rem; height: 1rem; display: inline-flex; align-items: center; justify-content: center;
    padding: 0 0.25rem;
}

.fs-container { max-width: 72rem; margin: 0 auto; padding: 0 1.25rem 2.5rem; }
.fs-container-pad { padding-top: 1.25rem; }

/* Hero — light sage plane */
.fs-hero {
    background:
        radial-gradient(90% 80% at 85% 20%, rgba(47,158,91,.12), transparent 55%),
        linear-gradient(180deg, #EAF5EE 0%, #F7FBF8 70%, #fff 100%);
    border-bottom: 1px solid var(--fs-hairline);
}
.fs-hero-inner {
    max-width: 72rem; margin: 0 auto; padding: 2.75rem 1.25rem 3rem;
    display: grid; gap: 2rem; align-items: center;
}
@media (min-width: 960px) {
    .fs-hero-inner { grid-template-columns: 1.05fr 0.95fr; gap: 2.5rem; padding: 3.25rem 1.25rem 3.5rem; }
}
.fs-hero-kicker {
    margin: 0 0 0.65rem; font-size: 0.78rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.06em; color: var(--fs-accent);
}
.fs-hero-title {
    margin: 0; font-size: clamp(1.85rem, 3.6vw, 2.85rem); font-weight: 800;
    line-height: 1.12; letter-spacing: -0.03em; color: var(--fs-field-dark); max-width: 18ch;
}
.fs-hero-sub {
    margin: 1rem 0 0; color: var(--fs-muted); max-width: 36rem; font-size: 1.02rem; line-height: 1.55;
}
.fs-hero-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }
.fs-btn-primary, .fs-btn-secondary, .fs-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.35rem;
    border-radius: 0.55rem; font-size: 0.9rem; font-weight: 700; cursor: pointer;
    padding: 0.75rem 1.25rem; text-decoration: none; border: 1.5px solid transparent;
}
.fs-btn-primary { background: var(--fs-field); color: #fff; border-color: var(--fs-field); }
.fs-btn-primary:hover { background: var(--fs-field-mid); }
.fs-btn-secondary { background: #fff; color: var(--fs-field-dark); border-color: #C5D6CC; }
.fs-btn-secondary:hover { border-color: var(--fs-field); }
.fs-btn-sm { padding: 0.55rem 0.9rem; font-size: 0.8rem; }
.fs-btn {
    padding: 0.45rem 0.9rem; border-radius: 0.55rem; font-size: 0.8rem; font-weight: 600;
    border: 1px solid var(--fs-hairline); background: #fff; color: var(--fs-ink);
}
.fs-btn.gold { background: var(--fs-harvest); border-color: var(--fs-harvest); color: var(--fs-field-dark); }
.fs-btn.ghost { background: transparent; }

.fs-hero-stats {
    display: flex; flex-wrap: wrap; gap: 1.35rem; margin-top: 2rem; padding-top: 1.35rem;
    border-top: 1px solid rgba(27,77,52,.12);
}
.fs-hero-stat {
    display: flex; align-items: flex-start; gap: 0.55rem; min-width: 8rem;
    border: 0; background: transparent; padding: 0; text-align: left; cursor: pointer; font: inherit; color: inherit;
}
.fs-hero-stat:hover strong { color: var(--fs-accent); }
.fs-hero-stat-ico {
    width: 1.6rem; height: 1.6rem; border-radius: 999px; background: var(--fs-sage); color: var(--fs-accent);
    display: inline-flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 800; margin-top: 0.1rem;
}
.fs-hero-stat strong { display: block; font-size: 0.95rem; color: var(--fs-field-dark); line-height: 1.2; }
.fs-hero-stat span { font-size: 0.75rem; color: var(--fs-muted); }

.fs-hero-feature {
    position: relative; border-radius: 1rem; overflow: hidden;
    box-shadow: 0 18px 40px rgba(20, 50, 35, 0.14);
    background: #0f2a1c;
}
.fs-hero-feature-hit {
    display: block; width: 100%; border: 0; padding: 0; background: transparent; cursor: pointer; text-align: left;
}
.fs-hero-feature-media {
    aspect-ratio: 16 / 11; background: linear-gradient(145deg, #1B4D34, #0E2A20);
    display: flex; align-items: center; justify-content: center; position: relative;
}
.fs-hero-feature-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fs-hero-feature-media::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(10, 28, 20, 0.55) 72%, rgba(8, 22, 16, 0.92) 100%);
    pointer-events: none;
}
.fs-hero-feature-emoji { font-size: 5rem; }
.fs-badge-best {
    position: absolute; top: 0.9rem; left: 0.9rem; z-index: 2;
    background: var(--fs-harvest); color: #fff; font-size: 0.65rem; font-weight: 800;
    letter-spacing: 0.04em; text-transform: uppercase; padding: 0.3rem 0.55rem; border-radius: 0.35rem;
}
.fs-hero-feature-caption {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
    padding: 1.15rem 1.2rem 1.2rem 1.35rem;
    border: 0; background: transparent; box-shadow: none;
    border-left: 4px solid var(--fs-harvest);
}
.fs-hero-feature-cat {
    display: inline-block; margin: 0; padding: 0; border: 0; background: transparent;
    font: inherit; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
    text-transform: uppercase; color: #c8f0d6; cursor: pointer; text-align: left;
}
.fs-hero-feature-cat:hover { color: #fff; text-decoration: underline; }
.fs-hero-feature-caption h3 {
    margin: 0.2rem 0 0.75rem; font-size: 1.2rem; color: #fff; line-height: 1.2;
    text-shadow: 0 1px 8px rgba(0,0,0,.35);
}
.fs-hero-feature-row { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; }
.fs-hero-feature-price {
    font-family: var(--fs-mono); font-weight: 800; font-size: 1.05rem; color: #fff;
    background: rgba(232, 146, 42, 0.92); border-radius: 0.4rem; padding: 0.35rem 0.65rem;
    letter-spacing: -0.02em;
}
.fs-hero-feature-cta {
    display: inline-flex; align-items: center; gap: 0.3rem;
    background: #fff; color: var(--fs-field-dark); border: 0;
    border-radius: 999px; padding: 0.5rem 0.95rem;
    font: inherit; font-size: 0.78rem; font-weight: 700; cursor: pointer;
}
.fs-hero-feature-cta:hover { background: var(--fs-sage); }

/* Trust bar */
.fs-trustbar { background: var(--fs-field-dark); color: #fff; }
.fs-trustbar-inner {
    max-width: 72rem; margin: 0 auto; padding: 1.35rem 1.25rem;
    display: grid; gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    align-items: stretch;
}
.fs-trustbar-item {
    display: flex; gap: 0.75rem; align-items: center;
    border: 0; background: transparent; padding: 0; text-align: left; cursor: pointer; font: inherit; color: inherit;
    min-height: 100%;
}
.fs-trustbar-item:hover strong { text-decoration: underline; }
.fs-trustbar-ico {
    width: 2.25rem; height: 2.25rem; border-radius: 999px; background: rgba(255,255,255,.12);
    display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
    color: #fff;
}
.fs-trustbar-ico .lucide-icon { color: inherit; }
.fs-trustbar-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 0.15rem; }
.fs-trustbar-item strong { display: block; font-size: 0.88rem; font-weight: 700; line-height: 1.25; }
.fs-trustbar-item .fs-trustbar-copy > span { display: block; font-size: 0.75rem; color: rgba(255,255,255,.72); line-height: 1.35; }

/* Sections */
.fs-section-head {
    display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
    margin: 2.25rem 0 1rem;
}
.fs-section-head h2 { margin: 0; font-size: 1.35rem; font-weight: 800; color: var(--fs-field-dark); }
.fs-section-link {
    border: 0; background: transparent; color: var(--fs-accent); font-weight: 700; font-size: 0.85rem; cursor: pointer;
}
.fs-section-link:hover { text-decoration: underline; }

.fs-cat-grid {
    display: grid; gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) { .fs-cat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.fs-cat-pager-controls {
    display: flex; align-items: center; gap: 0.85rem; flex-wrap: wrap; justify-content: flex-end;
}
.fs-cat-pager-btns { display: inline-flex; align-items: center; gap: 0.4rem; }
.fs-cat-nav {
    width: 2rem; height: 2rem; border-radius: 999px; border: 1px solid var(--fs-hairline);
    background: #fff; color: var(--fs-field-dark); font-size: 1.15rem; line-height: 1;
    cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
}
.fs-cat-nav:hover:not(:disabled) { border-color: var(--fs-accent); color: var(--fs-accent); }
.fs-cat-nav:disabled { opacity: 0.35; cursor: not-allowed; }
.fs-cat-page-label { font-size: 0.78rem; font-weight: 700; color: var(--fs-muted); min-width: 2.6rem; text-align: center; }

.fs-cat-carousel {
    position: relative; overflow: hidden; margin-bottom: 0.5rem;
}
.fs-cat-track {
    display: flex; width: 100%;
    transition: transform 0.35s ease;
}
.fs-cat-page {
    flex: 0 0 100%; width: 100%;
    display: grid; gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 0.25rem;
}
@media (min-width: 720px) {
    .fs-cat-page { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.fs-cat-dots {
    display: flex; justify-content: center; gap: 0.4rem; margin-top: 0.85rem;
}
.fs-cat-dot {
    width: 0.55rem; height: 0.55rem; border-radius: 999px; border: 0;
    background: #C5D6CC; cursor: pointer; padding: 0;
}
.fs-cat-dot.active { background: var(--fs-field); width: 1.15rem; }

.fs-cat-card {
    display: flex; flex-direction: column; align-items: flex-start; gap: 0.35rem; text-align: left;
    background: #fff; border: 1px solid var(--fs-hairline); border-radius: 0.85rem;
    padding: 0.65rem 0.65rem 0.9rem; cursor: pointer; transition: border-color .15s, box-shadow .15s;
    min-width: 0;
}
.fs-cat-card:hover, .fs-cat-card.active {
    border-color: var(--fs-accent); box-shadow: 0 8px 22px rgba(27,77,52,.08);
}
.fs-cat-card-media {
    width: 100%; aspect-ratio: 1; border-radius: 0.65rem; overflow: hidden;
    background: var(--fs-sage); margin-bottom: 0.35rem;
}
.fs-cat-card-media img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.fs-cat-card-ico {
    width: 2.75rem; height: 2.75rem; border-radius: 0.75rem; background: var(--fs-sage);
    display: inline-flex; align-items: center; justify-content: center; margin-bottom: 0.35rem;
    color: var(--fs-field);
}
.fs-cat-card-ico .lucide-icon { color: inherit; }
.fs-cat-card-name { font-weight: 800; font-size: 0.92rem; color: var(--fs-ink); padding: 0 0.15rem; }
.fs-cat-card-count { font-size: 0.75rem; color: var(--fs-muted); padding: 0 0.15rem; }

.fs-sellers-row {
    display: grid; gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    margin-bottom: 0.5rem;
}
@media (min-width: 1100px) {
    .fs-sellers-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.fs-toolbar {
    display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: space-between; align-items: center;
    margin: 1.75rem 0 1rem;
}
.fs-toolbar-count { font-size: 0.9rem; font-weight: 700; color: var(--fs-ink); }
.fs-toolbar select {
    padding: 0.5rem 0.75rem; border-radius: 0.5rem; border: 1px solid var(--fs-hairline); background: #fff;
}

.fs-plp { padding-top: 1.25rem; padding-bottom: 2rem; }
.fs-breadcrumb {
    display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem;
    font-size: 0.8rem; color: var(--fs-muted); margin-bottom: 1rem;
}
.fs-breadcrumb a { color: var(--fs-field); font-weight: 600; text-decoration: none; }
.fs-breadcrumb a:hover { text-decoration: underline; }
.fs-plp-head {
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 1rem;
    margin-bottom: 1.25rem;
}
.fs-plp-title {
    margin: 0; font-size: 1.75rem; font-weight: 800; color: var(--fs-field-dark); letter-spacing: -0.02em;
}
.fs-plp-sub { margin: 0.35rem 0 0; color: var(--fs-muted); font-size: 0.92rem; }
.fs-plp-filters {
    display: flex; flex-wrap: wrap; gap: 0.45rem; margin-bottom: 0.5rem;
}
.fs-plp-chip {
    border: 1px solid var(--fs-hairline); background: #fff; color: var(--fs-ink);
    border-radius: 999px; padding: 0.4rem 0.75rem; font-size: 0.78rem; font-weight: 600; cursor: pointer;
}
.fs-plp-chip span { color: var(--fs-muted); font-weight: 500; margin-left: 0.2rem; }
.fs-plp-chip:hover { border-color: var(--fs-accent); color: var(--fs-field-dark); }
.fs-plp-chip.active {
    background: var(--fs-field); border-color: var(--fs-field); color: #fff;
}
.fs-plp-chip.active span { color: rgba(255,255,255,.75); }
.fs-util.active { color: var(--fs-field); background: var(--fs-sage); }
a.fs-btn-primary, a.fs-btn-secondary {
    display: inline-flex; align-items: center; justify-content: center; text-decoration: none;
}
a.fs-why-item { text-decoration: none; color: inherit; }

.fs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1rem; }

/* Product cards */
.fs-card {
    background: #fff; border: 1px solid var(--fs-hairline); border-radius: 0.85rem; overflow: hidden;
    display: flex; flex-direction: column; transition: box-shadow 0.2s; cursor: pointer; position: relative;
}
.fs-card:hover { box-shadow: 0 10px 28px rgba(20, 50, 35, 0.1); }
.fs-card-badge {
    position: absolute; top: 0.65rem; left: 0.65rem; z-index: 2;
    font-size: 0.62rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
    padding: 0.28rem 0.5rem; border-radius: 0.35rem; color: #fff;
}
.fs-card-badge.best { background: var(--fs-harvest); }
.fs-card-badge.stock { background: var(--fs-accent); }
.fs-card-badge.out { background: #94A3B8; }
.fs-card-fav {
    position: absolute; top: 0.55rem; right: 0.55rem; z-index: 2; width: 2rem; height: 2rem;
    border-radius: 9999px; border: 0; background: rgba(255,255,255,.95); cursor: pointer; font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.fs-card-fav.on { color: #c2410c; }
.fs-card-img {
    height: 10rem; background: var(--fs-sage); display: flex; align-items: center; justify-content: center;
    font-size: 3rem; overflow: hidden;
}
.fs-card-img img { width: 100%; height: 100%; object-fit: cover; }
.fs-card-body { padding: 0.9rem 1rem 1rem; flex: 1; display: flex; flex-direction: column; gap: 0.25rem; }
.fs-card-cat { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--fs-muted); }
.fs-card-name { font-size: 0.95rem; font-weight: 800; margin: 0; color: var(--fs-ink); line-height: 1.25; }
.fs-card-rating { display: flex; align-items: center; gap: 0.3rem; font-size: 0.78rem; color: var(--fs-muted); }
.fs-card-rating strong { color: var(--fs-ink); }
.fs-stars { color: #F5B942; }
.fs-card-price-row { margin-top: 0.25rem; }
.fs-price { font-family: var(--fs-mono); font-weight: 800; font-size: 1.05rem; color: var(--fs-ink); }
.fs-price-member { font-size: 0.7rem; color: var(--fs-harvest-deep); font-weight: 600; }
.fs-card-supplier {
    display: flex; align-items: center; justify-content: space-between; gap: 0.5rem;
    font-size: 0.72rem; color: var(--fs-muted); margin-top: 0.15rem;
}
.fs-verified { color: var(--fs-accent); font-weight: 700; white-space: nowrap; }
.fs-card-actions { display: flex; gap: 0.4rem; margin-top: auto; padding-top: 0.75rem; }
.fs-add {
    flex: 1; padding: 0.45rem 0.65rem; border-radius: 0.5rem; background: var(--fs-field); color: #fff;
    border: 1.5px solid var(--fs-field); font-size: 0.78rem; font-weight: 700; cursor: pointer;
}
.fs-add.outline { background: #fff; color: var(--fs-field); }
.fs-add:disabled { opacity: 0.4; cursor: not-allowed; }

/* Why section */
.fs-why {
    margin: 3rem 0 1rem; padding: 2.25rem 1.5rem; border-radius: 1rem;
    background: linear-gradient(180deg, #F3F9F5 0%, #fff 100%);
    border: 1px solid var(--fs-hairline);
}
.fs-why h2 {
    margin: 0 0 1.5rem; text-align: center; font-size: 1.35rem; font-weight: 800; color: var(--fs-field-dark);
}
.fs-why-grid {
    display: grid; gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.fs-why-item {
    text-align: center; border: 0; background: transparent; padding: 0.5rem; cursor: pointer;
    font: inherit; color: inherit; border-radius: 0.75rem;
}
.fs-why-item:hover { background: rgba(27, 77, 52, 0.06); }
.fs-why-ico {
    width: 2.5rem; height: 2.5rem; margin: 0 auto 0.65rem; border-radius: 999px;
    border: 1.5px solid var(--fs-accent); color: var(--fs-accent);
    display: flex; align-items: center; justify-content: center; font-weight: 800;
}
.fs-why-item strong { display: block; font-size: 0.92rem; margin-bottom: 0.3rem; color: var(--fs-ink); }
.fs-why-item p { margin: 0; font-size: 0.8rem; color: var(--fs-muted); line-height: 1.4; }

.fs-footer {
    margin-top: 2rem; padding: 2rem 0; border-top: 1px solid var(--fs-hairline);
    color: var(--fs-muted); font-size: 0.8rem; text-align: center;
}
.fs-footer a { color: var(--fs-field); font-weight: 600; text-decoration: none; }

/* Legacy helpers still used by inventory / drawers */
.fs-icon-btn {
    width: 2.25rem; height: 2.25rem; border-radius: 9999px; border: 1px solid var(--fs-hairline);
    background: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
    position: relative; font-size: 1rem;
}
.fs-fav-badge {
    position: absolute; top: -0.2rem; right: -0.2rem;
    background: var(--fs-field); color: #fff; font-size: 0.6rem; font-weight: 800;
    min-width: 1rem; height: 1rem; border-radius: 9999px; display: inline-flex; align-items: center; justify-content: center;
}
.fs-tile-scroll { overflow-x: auto; padding-bottom: 0.5rem; }
.fs-tile-track { display: flex; gap: 0.75rem; width: max-content; }
.fs-tile {
    width: 9.5rem; flex-shrink: 0; border-radius: 1rem; border: 1px solid var(--fs-hairline);
    background: #fff; padding: 1rem; text-align: left; cursor: pointer;
}
.fs-flagship { display: none; }
.fs-promo { display: none; }
.fs-trust { display: none; }
.fs-stock { font-size: 0.7rem; color: var(--fs-muted); }
.fs-card-desc { font-size: 0.75rem; color: var(--fs-muted); }

/* Drawer / forms / inventory (unchanged below) */
.fs-drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 50; }
.fs-drawer {
    position: fixed; top: 0; right: 0; width: min(28rem, 100vw); height: 100vh; background: #fff;
    z-index: 51; display: flex; flex-direction: column; box-shadow: -8px 0 30px rgba(0,0,0,0.15);
}
.fs-drawer-head { padding: 1rem 1.25rem; border-bottom: 1px solid var(--fs-hairline); display: flex; justify-content: space-between; align-items: center; }
.fs-drawer-body { flex: 1; overflow-y: auto; padding: 1rem 1.25rem; }
.fs-drawer-foot { padding: 1rem 1.25rem; border-top: 1px solid var(--fs-hairline); }
.fs-cart-line { display: flex; gap: 0.75rem; padding: 0.75rem 0; border-bottom: 1px solid var(--fs-sage); align-items: flex-start; }
.fs-cart-thumb {
  width: 3rem;
  height: 3rem;
  border-radius: 0.65rem;
  background: #EEF2ED;
  border: 1px solid var(--fs-sage);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  font-size: 1.25rem;
}
.fs-cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fs-step-tabs { display: flex; gap: 0.25rem; margin-bottom: 1rem; }
.fs-step-tab { flex: 1; text-align: center; padding: 0.4rem; font-size: 0.7rem; font-weight: 600; border-radius: 0.375rem; background: var(--fs-sage); color: var(--fs-muted); }
.fs-step-tab.active { background: var(--fs-field); color: #fff; }
.fs-field { margin-bottom: 0.75rem; }
.fs-field label { display: block; font-size: 0.75rem; font-weight: 600; margin-bottom: 0.25rem; }
.fs-field input, .fs-field select, .fs-field textarea {
    width: 100%; padding: 0.5rem; border: 1px solid var(--fs-hairline); border-radius: 0.5rem; box-sizing: border-box;
}
.fs-pdp { background: #fff; border: 1px solid var(--fs-hairline); border-radius: 1rem; padding: 1.5rem; display: grid; gap: 1.5rem; margin-top: 1rem; }
@media (min-width: 768px) { .fs-pdp { grid-template-columns: 1fr 1fr; } }
.fs-supplier-grid { display: grid; gap: 1rem; }
.fs-supplier-card {
    background: #fff; border: 1px solid var(--fs-hairline); border-radius: 0.75rem; padding: 1rem;
    display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.fs-supplier-card-main { display: flex; align-items: center; gap: 0.75rem; min-width: 0; flex: 1; }
.fs-inventory-thumb {
    width: 3rem; height: 3rem; border-radius: 0.55rem; background: #F3F6F2; border: 1px solid var(--fs-hairline);
    display: inline-flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0;
    font-size: 1.35rem;
}
.fs-inventory-thumb img { width: 100%; height: 100%; object-fit: cover; }
.fs-image-toolbar { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 0.65rem; }
.fs-image-hint { font-size: 0.75rem; color: var(--fs-muted); }
.fs-image-empty { margin: 0.35rem 0 0; font-size: 0.8rem; color: var(--fs-muted); }
.fs-image-dropzone {
    position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 0.35rem; text-align: center; padding: 1.35rem 1rem; margin-top: 0.25rem;
    border: 1.5px dashed #c5d4c8; border-radius: 0.85rem; background: #F8FAF7;
    cursor: pointer; transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
    color: var(--fs-muted);
}
.fs-image-dropzone:hover:not(.is-busy):not(.is-full) {
    border-color: var(--fs-field); background: #f0f7f2; box-shadow: inset 0 0 0 1px rgb(14 42 32 / 0.06);
}
.fs-image-dropzone.is-busy { cursor: wait; opacity: 0.85; }
.fs-image-dropzone.is-full { cursor: default; opacity: 0.72; }
.fs-image-dropzone-lg { padding: 2rem 1.25rem; min-height: 9.5rem; }
.fs-image-dropzone-ico {
    display: inline-flex; align-items: center; justify-content: center;
    width: 2.75rem; height: 2.75rem; border-radius: 999px; margin-bottom: 0.15rem;
    background: #fff; border: 1px solid var(--fs-hairline); color: var(--fs-field);
}
.fs-image-dropzone strong { color: var(--fs-ink); font-size: 0.92rem; font-weight: 700; }
.fs-image-dropzone > span:last-of-type { font-size: 0.75rem; line-height: 1.35; max-width: 28rem; }
.fs-image-file-input {
    position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer;
    font-size: 0;
}
.fs-image-dropzone.is-full .fs-image-file-input,
.fs-image-dropzone.is-busy .fs-image-file-input { pointer-events: none; }
.fs-linkish {
    border: 0; background: none; color: var(--fs-field); font: inherit; font-weight: 600;
    cursor: pointer; padding: 0; text-decoration: underline; text-underline-offset: 2px;
}
.fs-thumb-strip { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 0.65rem; }
.fs-thumb {
    position: relative; width: 4.75rem; height: 4.75rem; border-radius: 0.55rem; overflow: hidden;
    border: 2px solid var(--fs-hairline); background: #fff; padding: 0;
}
.fs-thumb.primary { border-color: var(--fs-field); }
.fs-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fs-thumb-hit {
    display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: pointer;
}
.fs-thumb-remove {
    position: absolute; top: 0.2rem; right: 0.2rem; width: 1.35rem; height: 1.35rem; padding: 0;
    border: 0; border-radius: 999px; background: rgba(15, 23, 42, 0.72); color: #fff;
    font-size: 0.7rem; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
}
.fs-thumb-remove:hover { background: #b91c1c; }
.fs-thumb-add {
    display: inline-flex; align-items: center; justify-content: center;
    border-style: dashed; background: #F8FAF7; color: var(--fs-field); font-size: 0.7rem; font-weight: 700;
    cursor: pointer;
}
.fs-thumb-primary-chip {
    position: absolute; left: 0.25rem; bottom: 0.25rem; background: rgba(14, 42, 32, 0.85);
    color: #bbf7d0; font-size: 0.55rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.04em; padding: 0.1rem 0.3rem; border-radius: 0.25rem; pointer-events: none;
}
.fs-thumb-actions {
    position: absolute; inset: auto 0 0 0; display: flex; justify-content: space-between; align-items: center;
    gap: 0.15rem; padding: 0.15rem; background: rgba(14, 42, 32, 0.72);
}
.fs-thumb-btn {
    border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 0.75rem; line-height: 1;
    padding: 0.2rem 0.35rem; border-radius: 0.25rem;
}
.fs-thumb-btn.danger { color: #fecaca; }
.fs-thumb-primary-label { color: #bbf7d0; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }

.fs-modal-backdrop {
    position: fixed; inset: 0; z-index: 80; background: rgb(15 23 42 / 0.45);
    display: flex; align-items: center; justify-content: center; padding: 1rem;
}
.fs-modal {
    background: #fff; border-radius: 0.85rem; width: min(720px, 100%); max-height: min(92vh, 880px);
    display: flex; flex-direction: column; box-shadow: 0 18px 50px rgb(15 23 42 / 0.22);
    border: 1px solid var(--fs-hairline);
}
.fs-modal-head, .fs-modal-foot {
    display: flex; align-items: flex-start; justify-content: space-between; gap: 0.75rem;
    padding: 1rem 1.15rem; border-bottom: 1px solid var(--fs-hairline);
}
.fs-modal-head h3 { margin: 0; font-size: 1.1rem; color: var(--fs-ink); }
.fs-modal-foot { border-bottom: 0; border-top: 1px solid var(--fs-hairline); justify-content: flex-end; }
.fs-modal-body { padding: 1rem 1.15rem; overflow: auto; flex: 1; }
.fs-image-drop {
    text-align: center; padding: 2.5rem 1rem; border: 1.5px dashed var(--fs-hairline);
    border-radius: 0.75rem; background: #F8FAF7; color: var(--fs-muted);
}
.fs-image-drop strong { display: block; color: var(--fs-ink); margin-bottom: 0.35rem; }
.fs-image-drop p { margin: 0; font-size: 0.85rem; }
.fs-preview-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr)); gap: 0.75rem; margin-top: 0.75rem;
}
.fs-preview-card {
    position: relative; border-radius: 0.7rem; overflow: hidden; border: 2px solid var(--fs-hairline);
    background: #F3F6F2; aspect-ratio: 1; display: flex; flex-direction: column;
}
.fs-preview-card.primary { border-color: var(--fs-field); box-shadow: 0 0 0 1px var(--fs-field); }
.fs-preview-card.pending { opacity: 0.85; }
.fs-preview-card img { width: 100%; flex: 1; object-fit: cover; display: block; min-height: 0; }
.fs-preview-actions {
    display: flex; justify-content: space-between; align-items: center; gap: 0.25rem;
    padding: 0.35rem 0.4rem; background: rgba(14, 42, 32, 0.82);
}
.fs-preview-badge {
    position: absolute; top: 0.4rem; left: 0.4rem; background: rgba(14, 42, 32, 0.8);
    color: #fff; font-size: 0.65rem; font-weight: 600; padding: 0.15rem 0.4rem; border-radius: 999px;
}
.fs-status-badge {
    display: inline-flex; align-items: center; font-size: 0.65rem; font-weight: 700;
    letter-spacing: 0.04em; text-transform: uppercase; padding: 0.15rem 0.45rem;
    border-radius: 999px; background: #F1F5F9; color: #64748B;
}
.fs-status-badge.warn { background: #FEF3C7; color: #B45309; }
.fs-pdp-thumbs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; }
.fs-pdp-thumb {
    width: 3.25rem; height: 3.25rem; border-radius: 0.45rem; overflow: hidden; padding: 0;
    border: 2px solid var(--fs-hairline); background: #fff; cursor: pointer;
}
.fs-pdp-thumb.active { border-color: var(--fs-field); }
.fs-pdp-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fs-empty { text-align: center; padding: 3rem 1rem; color: var(--fs-muted); }
.fs-empty p { margin: 0 0 1rem; }
.fs-empty .fs-btn-secondary { margin-top: 0.25rem; }
.fs-loading { min-height: 50vh; display: flex; align-items: center; justify-content: center; color: var(--fs-muted); }

.fs-modal-overlay {
    position: fixed; inset: 0; background: rgba(14,42,32,.55); z-index: 60;
    display: flex; align-items: center; justify-content: center; padding: 1rem;
}
.fs-modal-overlay .fs-modal {
    background: #fff; border-radius: 1.25rem; width: min(32rem, 100%); max-height: 90vh; overflow: auto;
    padding: 1.5rem; box-shadow: 0 20px 50px rgba(0,0,0,.2);
}
.fs-modal-overlay .fs-modal h3 { margin: 0 0 0.5rem; font-size: 1.25rem; }
.fs-tier {
    border: 1px solid var(--fs-hairline); border-radius: 0.75rem; padding: 0.85rem 1rem; margin-top: 0.6rem;
    display: flex; justify-content: space-between; gap: 0.75rem; align-items: center;
}
.fs-tier.active { border-color: var(--fs-harvest); background: #fff8eb; }
.fs-tier strong { display: block; font-size: 0.9rem; }
.fs-tier span { font-size: 0.75rem; color: var(--fs-muted); }
.fs-quote-row {
    border: 1px solid var(--fs-hairline); border-radius: 0.75rem; padding: 1rem; margin-bottom: 0.75rem; background: #fff;
}
.fs-quote-product-group {
    border: 1px solid var(--fs-hairline); border-radius: 0.85rem; padding: 0.85rem 0.85rem 0.35rem;
    margin-bottom: 1rem; background: var(--fs-bone);
}
.fs-quote-product-head {
    display: flex; justify-content: space-between; align-items: baseline; gap: 0.75rem;
    margin-bottom: 0.65rem; padding: 0 0.15rem;
}
.fs-quote-product-group .fs-quote-row { background: #fff; }
.fs-tabs { display: flex; gap: 0.5rem; margin-bottom: 1rem; border-bottom: 1px solid var(--fs-hairline); }
.fs-tab {
    border: 0; background: transparent; padding: 0.65rem 0.9rem; font-weight: 700; font-size: 0.85rem;
    color: var(--fs-muted); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.fs-tab.active { color: var(--fs-field); border-bottom-color: var(--fs-field); }
.fs-back {
    border: 0; background: transparent; color: var(--fs-field); font-weight: 600; cursor: pointer;
    padding: 0.5rem 0; margin: 0.5rem 0;
}
