:root {
  --fcb-ink: #18211d;
  --fcb-muted: #6f7671;
  --fcb-line: rgba(24, 33, 29, .14);
  --fcb-paper: #f3f0e8;
  --fcb-surface: #fbfaf7;
  --fcb-accent: #193e32;
}

.fcb-catalog,
.fcb-home-entry { color: var(--fcb-ink); font-family: inherit; }

.fcb-eyebrow {
  color: var(--fcb-accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .19em;
  line-height: 1.4;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.fcb-home-entry {
  background: transparent;
  color: var(--fcb-entry-title, #1b1713);
  margin-block: clamp(30px, 4.5vw, 68px);
  overflow: hidden;
}

.fcb-home-entry__container {
  box-sizing: border-box;
  width: 100%;
}

.fcb-home-entry__container--wide {
  max-width: 1440px;
  padding-inline: clamp(12px, 2.4vw, 36px);
}

.fcb-home-entry__container--custom {
  max-width: var(--fcb-entry-custom-width, 1440px);
  padding-inline: clamp(12px, 2.4vw, 36px);
}

.fcb-home-entry__container--full {
  max-width: none;
  padding-inline: 0;
}

.fcb-home-entry__inner {
  align-items: center;
  background: var(--fcb-entry-bg, #eee5d9);
  border: var(--fcb-entry-border-width, 0) solid var(--fcb-entry-border, #b8aea0);
  border-radius: var(--fcb-entry-radius, 18px);
  display: grid;
  gap: clamp(34px, 6vw, 88px);
  grid-template-columns: minmax(0, .95fr) minmax(330px, 1.05fr);
  min-height: 390px;
  overflow: hidden;
  padding: clamp(44px, 5.5vw, 72px) clamp(26px, 4.5vw, 60px);
}

.fcb-home-entry__copy { min-width: 0; }
.fcb-home-entry .fcb-eyebrow { color: var(--fcb-entry-eyebrow, #1f4a39); }

.fcb-home-entry h2 {
  color: var(--fcb-entry-title, #1b1713);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(37px, 4.2vw, 62px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .98;
  margin: 0;
  max-width: 680px;
}

.fcb-home-entry__description {
  color: var(--fcb-entry-description, #6d675f);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.75;
  margin: 22px 0 0;
  max-width: 580px;
}

.fcb-home-entry__media {
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, .28);
  display: block;
  overflow: hidden;
  width: 100%;
}

.fcb-home-entry__media img { display: block; height: 100%; object-fit: cover; width: 100%; }

.fcb-home-entry__media-placeholder {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, .28);
  border: 1px dashed rgba(24, 33, 29, .26);
  color: var(--fcb-entry-title, #1b1713);
  display: flex;
  font-size: 12px;
  justify-content: center;
  opacity: .66;
  text-align: center;
}

.fcb-primary-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  color: var(--fcb-entry-button, #1b1713) !important;
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  gap: 22px;
  letter-spacing: .13em;
  margin-top: 27px;
  padding-bottom: 8px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: gap .2s ease, opacity .2s ease;
}

.fcb-home-entry__copy.is-image-mode .fcb-primary-link { margin-top: 18px; }
.fcb-primary-link:hover { gap: 29px; opacity: .7; }

.fcb-home-entry__directory {
  align-self: center;
  background: var(--fcb-entry-directory-bg, #f8f4ee);
  border: 1px solid rgba(24, 33, 29, .16);
  border: 1px solid color-mix(in srgb, var(--fcb-entry-directory-link, #1b1713) 18%, transparent);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  max-height: 314px;
  min-height: 144px;
  padding: 24px 10px 9px 26px;
  transition: box-shadow .2s ease, transform .2s ease;
}

.fcb-home-entry__directory.is-flat { box-shadow: none; }
.fcb-home-entry__directory.is-soft {
  box-shadow: 0 14px 34px rgba(45, 34, 24, .09), inset 0 1px 0 rgba(255, 255, 255, .9), inset 0 0 0 1px rgba(255, 255, 255, .28);
}
.fcb-home-entry__directory.is-lifted {
  box-shadow: 0 20px 42px rgba(45, 34, 24, .16), 0 3px 10px rgba(45, 34, 24, .08), inset 0 1px 0 rgba(255, 255, 255, .95);
  transform: translateY(-2px);
}

.fcb-home-entry__cue {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--fcb-entry-scroll-cue, #1f4a39);
  display: flex;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 600;
  gap: 6px;
  justify-content: flex-end;
  letter-spacing: .16em;
  padding: 0 16px 17px 0;
  text-transform: uppercase;
}
.fcb-home-entry__cue-arrow {
  animation: fcb-scroll-cue 1.45s ease-in-out infinite;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
}

@keyframes fcb-scroll-cue {
  0%, 100% { opacity: .45; transform: translateY(-2px); }
  50% { opacity: 1; transform: translateY(4px); }
}

.fcb-home-entry__list {
  display: grid;
  gap: 9px;
  min-height: 0;
  overflow-y: auto;
  padding: 1px 10px 8px 1px;
  scrollbar-color: rgba(24, 33, 29, .28) transparent;
  scrollbar-width: thin;
}

.fcb-home-entry__list a,
.fcb-home-entry__placeholder {
  align-items: center;
  background: rgba(255, 255, 255, .62);
  background: linear-gradient(180deg, color-mix(in srgb, #fff 74%, var(--fcb-entry-directory-bg, #f8f4ee)), color-mix(in srgb, #fff 38%, var(--fcb-entry-directory-bg, #f8f4ee)));
  border: 1px solid rgba(24, 33, 29, .3);
  border: 1px solid color-mix(in srgb, var(--fcb-entry-directory-link, #1b1713) 58%, transparent);
  border-radius: 999px;
  box-shadow: 0 5px 13px rgba(45, 34, 24, .055), inset 0 1px 0 rgba(255, 255, 255, .92);
  color: var(--fcb-entry-directory-link, #1b1713) !important;
  display: grid;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.25vw, 18px);
  grid-template-columns: 26px minmax(0, 1fr) 26px;
  min-height: 49px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none !important;
  transition: background-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.fcb-home-entry__list a::before,
.fcb-home-entry__placeholder::before { content: ""; }
.fcb-home-entry__list a:hover { background: rgba(255, 255, 255, .82); box-shadow: 0 8px 18px rgba(45, 34, 24, .1), inset 0 1px 0 rgba(255, 255, 255, .95); color: var(--fcb-entry-directory-link, #1b1713) !important; transform: translateY(-1px); }
.fcb-home-entry__list small,
.fcb-home-entry__placeholder small { font-family: Arial, sans-serif; font-size: 11px; opacity: .52; text-align: right; }
.fcb-home-entry__empty { border: 1px solid rgba(24, 33, 29, .13); border-radius: 999px; margin: 0; padding: 15px; text-align: center; opacity: .65; }

.fcb-catalog { background: var(--fcb-surface); min-height: 70vh; padding-bottom: clamp(60px, 8vw, 112px); }
.fcb-catalog__hero { background: var(--fcb-paper); border-bottom: 1px solid var(--fcb-line); }

.fcb-catalog__hero-inner {
  align-items: end;
  display: grid;
  gap: clamp(24px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  padding-block: clamp(48px, 6vw, 74px);
}

.fcb-catalog__hero-inner > .fcb-eyebrow { grid-column: 1 / -1; margin-bottom: -16px; }
.fcb-catalog__hero h1 {
  color: var(--fcb-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(43px, 5.5vw, 72px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .96;
  margin: 0;
}

.fcb-catalog__hero h1 + p { color: var(--fcb-muted); font-size: 14px; line-height: 1.75; margin: 0; max-width: 460px; }
.fcb-catalog__layout { padding-top: clamp(28px, 4vw, 48px); }

.fcb-directory-nav {
  align-items: center;
  border-bottom: 1px solid var(--fcb-line);
  display: grid;
  gap: 24px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-bottom: clamp(26px, 3.5vw, 42px);
}

.fcb-directory-nav__label {
  color: var(--fcb-muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  padding-bottom: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

.fcb-directory-nav__list {
  display: flex;
  gap: clamp(22px, 3vw, 40px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.fcb-directory-nav__list::-webkit-scrollbar { display: none; }
.fcb-directory-button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--fcb-muted);
  cursor: pointer;
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.3;
  padding: 0 0 13px;
  transition: border-color .2s ease, color .2s ease;
  white-space: nowrap;
}

.fcb-directory-button:hover,
.fcb-directory-button.is-active { border-bottom-color: var(--fcb-accent); color: var(--fcb-ink); }
.fcb-mobile-directory { display: none; }

.fcb-product-grid {
  display: grid;
  gap: clamp(22px, 2.7vw, 38px) clamp(12px, 1.8vw, 25px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fcb-product-card { background: transparent; border: 0; color: var(--fcb-ink); cursor: pointer; display: block; min-width: 0; padding: 0; text-align: left; }
.fcb-product-card__image { background: #ebeae6; display: block; overflow: hidden; position: relative; }
.fcb-product-card__image::before { content: ""; display: block; padding-top: 125%; }
.fcb-product-card__image img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .4s ease; width: 100%; }
.fcb-product-card:hover .fcb-product-card__image img { transform: scale(1.022); }

.fcb-product-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: inherit;
  display: -webkit-box;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.35;
  margin-top: 12px;
  overflow: hidden;
}

.fcb-product-card__reference { color: var(--fcb-muted); display: block; font-size: 8px; letter-spacing: .1em; margin-top: 6px; text-transform: uppercase; }
.fcb-state { align-items: center; color: var(--fcb-muted); display: flex; flex-direction: column; justify-content: center; min-height: 104px; padding: 27px 16px; text-align: center; }
.fcb-state p { font-size: 12px; margin: 12px 0 0; }
.fcb-state.is-complete .fcb-spinner,
.fcb-state.is-error .fcb-spinner,
.fcb-state.is-idle .fcb-spinner { display: none; }

.fcb-spinner { animation: fcb-spin .8s linear infinite; border: 1px solid rgba(25, 62, 50, .2); border-radius: 50%; border-top-color: var(--fcb-accent); display: inline-block; height: 22px; width: 22px; }
.fcb-retry { background: transparent; border: 0; border-bottom: 1px solid currentColor; color: var(--fcb-accent); cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .12em; margin-top: 13px; padding: 0 0 5px; text-transform: uppercase; }
.fcb-sentinel { height: 2px; }
.fcb-catalog__empty,
.fcb-noscript { color: var(--fcb-muted); padding: 56px 0; text-align: center; }

.fcb-back-to-top { align-items: center; background: var(--fcb-ink); border: 0; bottom: 25px; box-shadow: 0 10px 30px rgba(8, 17, 13, .16); color: #fff; cursor: pointer; display: flex; font-size: 12px; gap: 7px; height: 44px; justify-content: center; letter-spacing: .1em; position: fixed; right: 25px; width: 64px; z-index: 28; }
.fcb-back-to-top[hidden] { display: none; }
.fcb-back-to-top span { font-size: 9px; }

.fcb-dialog { background: #fff; border: 0; box-shadow: 0 24px 90px rgba(7, 19, 15, .25); color: var(--fcb-ink); display: none; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); height: min(87vh, 880px); margin: auto; max-height: 880px; max-width: 1160px; overflow: hidden; padding: 0; width: min(94vw, 1160px); }
.fcb-dialog[open] { display: grid; }
.fcb-dialog::backdrop { backdrop-filter: blur(5px); background: rgba(8, 17, 13, .7); }

.fcb-dialog__close { align-items: center; background: rgba(255, 255, 255, .94); border: 0; border-radius: 50%; color: var(--fcb-ink); cursor: pointer; display: flex; font: 300 26px/1 Arial, sans-serif; height: 40px; justify-content: center; padding-bottom: 3px; position: absolute; right: 15px; top: 15px; width: 40px; z-index: 5; }
.fcb-dialog__gallery { -webkit-tap-highlight-color: transparent; background: #eceae5; display: flex; flex-direction: column; min-height: 0; position: relative; touch-action: pan-y; user-select: none; }
.fcb-dialog__image-wrap { flex: 1 1 auto; min-height: 0; overflow: hidden; }
.fcb-dialog__image-wrap img { -webkit-user-drag: none; height: 100%; object-fit: contain; pointer-events: none; width: 100%; }
.fcb-dialog__thumbs { display: flex; flex: 0 0 auto; gap: 7px; overflow-x: auto; padding: 10px; scrollbar-width: thin; }
.fcb-dialog__thumbs button { background: transparent; border: 1px solid transparent; cursor: pointer; flex: 0 0 50px; height: 62px; opacity: .52; padding: 0; }
.fcb-dialog__thumbs button.is-active { border-color: var(--fcb-accent); opacity: 1; }
.fcb-dialog__thumbs img { height: 100%; object-fit: cover; pointer-events: none; width: 100%; }

.fcb-gallery-nav { align-items: center; background: rgba(255, 255, 255, .9); border: 0; border-radius: 50%; color: var(--fcb-ink); cursor: pointer; display: flex; font: 300 30px/1 Arial, sans-serif; height: 40px; justify-content: center; position: absolute; top: calc(50% - 28px); transform: translateY(-50%); width: 40px; z-index: 2; }
.fcb-gallery-nav--prev { left: 14px; }
.fcb-gallery-nav--next { right: 14px; }
.fcb-gallery-nav[hidden] { display: none; }

.fcb-dialog__copy { align-self: center; max-height: 100%; overflow-y: auto; padding: clamp(50px, 5vw, 76px) clamp(32px, 4.6vw, 62px) 42px; }
.fcb-dialog__copy h2 { color: var(--fcb-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(29px, 3vw, 43px); font-weight: 400; letter-spacing: -.03em; line-height: 1.06; margin: 0; }
.fcb-dialog__description { color: var(--fcb-muted); font-size: 13px; line-height: 1.78; margin: 22px 0 0; white-space: pre-line; }
.fcb-dialog__reference { border-top: 1px solid var(--fcb-line); color: var(--fcb-muted); font-size: 9px; letter-spacing: .09em; margin: 25px 0 0; padding-top: 16px; text-transform: uppercase; }
.fcb-dialog__reference b { color: var(--fcb-ink); font-weight: 600; }
.fcb-whatsapp { align-items: center; background: var(--fcb-accent); color: #fff !important; display: flex; font-size: 10px; font-weight: 600; justify-content: center; letter-spacing: .12em; margin-top: 27px; min-height: 50px; padding: 13px 20px; text-decoration: none !important; text-transform: uppercase; }

.fcb-dialog__loading,
.fcb-dialog__error { align-items: center; background: rgba(255, 255, 255, .97); display: flex; flex-direction: column; grid-column: 1 / -1; inset: 0; justify-content: center; padding: 28px; position: absolute; text-align: center; z-index: 4; }
.fcb-dialog__loading[hidden],
.fcb-dialog__error[hidden] { display: none; }
.fcb-dialog__loading p,
.fcb-dialog__error p { color: var(--fcb-muted); margin: 13px 0 0; }
body.fcb-dialog-open { overflow: hidden; }

@keyframes fcb-spin { to { transform: rotate(360deg); } }

@media (max-width: 1199.98px) {
  .fcb-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
  .fcb-home-entry__inner { gap: 34px; grid-template-columns: minmax(0, 1fr) 330px; }
  .fcb-catalog__hero-inner { grid-template-columns: 1fr; }
  .fcb-catalog__hero-inner > .fcb-eyebrow { margin-bottom: -8px; }
  .fcb-catalog__hero h1 + p { margin-top: -6px; }
}

@media (max-width: 767.98px) {
  .fcb-home-entry { margin-block: 25px; }
  .fcb-home-entry__container,
  .fcb-home-entry__container--wide,
  .fcb-home-entry__container--custom,
  .fcb-home-entry__container--full { max-width: none; padding-inline: 12px; }
  .fcb-home-entry__inner { display: block; min-height: 0; padding: 30px 18px 22px; }
  .fcb-home-entry h2 { font-size: clamp(36px, 11vw, 49px); }
  .fcb-home-entry__description { -webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box; font-size: 14px; margin-top: 17px; overflow: hidden; }
  .fcb-home-entry__media,
  .fcb-home-entry__media-placeholder { aspect-ratio: 3 / 2; }
  .fcb-primary-link { margin-top: 20px; }
  .fcb-home-entry__copy.is-image-mode .fcb-primary-link { margin-top: 14px; }
  .fcb-home-entry__directory { height: auto; margin-top: 27px; max-height: 248px; min-height: 148px; padding: 15px 7px 8px 13px; }
  .fcb-home-entry__cue { padding: 0 8px 12px 1px; }
  .fcb-home-entry__list { display: grid; gap: 8px; max-height: 188px; overflow-x: hidden; overflow-y: auto; padding: 0 6px 0 0; scrollbar-width: thin; }
  .fcb-home-entry__list a,
  .fcb-home-entry__placeholder { font-size: 15px; grid-template-columns: 24px minmax(0, 1fr) 24px; min-height: 43px; padding: 7px 11px; }
  .fcb-catalog__hero-inner { gap: 18px; padding-block: 40px 34px; }
  .fcb-catalog__hero-inner > .fcb-eyebrow { margin-bottom: -4px; }
  .fcb-catalog__hero h1 { font-size: clamp(39px, 12vw, 52px); }
  .fcb-catalog__hero h1 + p { -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; font-size: 13px; margin-top: 0; overflow: hidden; }
  .fcb-catalog__layout { padding-top: 24px; }
  .fcb-directory-nav { display: none; }
  .fcb-mobile-directory { display: block; margin-bottom: 22px; }
  .fcb-mobile-directory span { color: var(--fcb-muted); display: block; font-size: 9px; font-weight: 600; letter-spacing: .13em; margin-bottom: 8px; text-transform: uppercase; }
  .fcb-mobile-directory select { background-color: #fff; border-color: var(--fcb-line); border-radius: 0; min-height: 45px; }
  .fcb-product-grid { gap: 22px 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fcb-product-card__title { font-size: 13px; margin-top: 9px; }
  .fcb-product-card__reference { font-size: 7px; }
  .fcb-back-to-top { bottom: 76px; height: 40px; right: 12px; width: 56px; }
  .fcb-dialog { bottom: 0; display: none; grid-template-columns: 1fr; height: 100dvh; margin: 0; max-height: none; max-width: none; width: 100%; }
  .fcb-dialog[open] { display: grid; grid-template-rows: minmax(0, 57%) minmax(0, 43%); }
  .fcb-dialog__copy { align-self: stretch; max-width: none; padding: 27px 20px 32px; }
  .fcb-dialog__copy h2 { font-size: 28px; }
  .fcb-dialog__description { -webkit-box-orient: vertical; -webkit-line-clamp: 4; display: -webkit-box; font-size: 12px; margin-top: 15px; overflow: hidden; }
  .fcb-dialog__reference { margin-top: 17px; }
  .fcb-whatsapp { margin-top: 18px; }
  .fcb-dialog__thumbs button { flex-basis: 42px; height: 52px; }
  .fcb-gallery-nav { height: 36px; width: 36px; }
  .fcb-dialog__close { height: 37px; right: 11px; top: 11px; width: 37px; }
}

@media (min-width: 768px) { .fcb-hide-desktop { display: none !important; } }
@media (max-width: 767.98px) { .fcb-hide-mobile { display: none !important; } }

@media (prefers-reduced-motion: reduce) {
  .fcb-spinner { animation-duration: 1.8s; }
  .fcb-home-entry__cue-arrow { animation: none; }
  .fcb-product-card__image img,
  .fcb-primary-link,
  .fcb-home-entry__list a { transition: none; }
}
