/* Fire & Cos: editorial storefront, scoped to the homepage. */
.fc-vitrine, .fc-collections { --fc-paper: #f7f4ee; --fc-ink: #384c3c; --fc-muted: #66695e; --fc-line: #d8d9cc; --fc-accent: var(--sf-accent, #52694b); --fc-accent-hover: var(--sf-accent-hover, #43583d); color: var(--fc-ink); }
.fc-vitrine { display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; background: var(--fc-paper); }
.fc-vitrine--text { grid-template-columns: 1fr; }
.fc-vitrine-copy { padding: 62px clamp(28px, 5.3vw, 92px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.fc-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; line-height: 1.5; color: var(--fc-ink); }
.fc-eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--fc-accent); }
.fc-vitrine h1 { margin: 0; color: var(--fc-ink); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 3.8vw, 60px); font-weight: 400; letter-spacing: -.045em; line-height: 1.1; }
.fc-vitrine h1 em { color: var(--fc-accent); font-style: italic; font-weight: 400; }
.fc-vitrine-description { max-width: 360px; color: var(--fc-muted); font-size: 16px; line-height: 1.75; margin: 23px 0 28px; }
.fc-vitrine-button { display: inline-flex; align-items: center; gap: 35px; min-height: 52px; padding: 12px 23px; background: var(--fc-accent); color: #fff; font-size: 14px; font-weight: 600; border: 1px solid var(--fc-accent); border-radius: 14px; transition: background .18s ease; }
.fc-vitrine-button span { font-size: 21px; font-weight: 400; }
.fc-vitrine-button:hover { background: var(--fc-accent-hover); color: #fff; }
.fc-vitrine-note { display: flex; gap: 8px; align-items: center; margin: 21px 0 0; color: var(--fc-muted); font-size: 12px; line-height: 1.5; }
.fc-vitrine-note span { font-size: 18px; }
.fc-vitrine-visual { position: relative; min-width: 0; overflow: hidden; background: #777148; margin: 24px 24px 24px 0; border-radius: 22px; }
.fc-vitrine-image { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 76% center; }
.fc-vitrine-caption { position: absolute; bottom: 25px; left: 25px; right: 25px; padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; color: var(--fc-ink); background: #faf8f1f2; border: 1px solid #ffffff70; border-radius: 14px; box-shadow: 0 4px 20px #26372c0a; }
.fc-vitrine-caption small { display: block; font-size: 9px; line-height: 1.5; letter-spacing: .15em; margin-bottom: 3px; }
.fc-vitrine-caption strong { font-size: 20px; font-weight: 500; }
.fc-vitrine-caption-arrow { font-size: 26px; }
.fc-vitrine-caption:hover { color: var(--fc-accent); }
.fc-collections { max-width: 1440px; margin: 0 auto; padding: 48px clamp(20px, 5.3vw, 92px) 56px; scroll-margin-top: 110px; }
.fc-collections-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 24px; }
.fc-collections-heading .fc-eyebrow { margin-bottom: 9px; font-size: 10px; }
.fc-collections-heading h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(27px, 2.4vw, 36px); font-weight: 400; letter-spacing: -.025em; line-height: 1.2; color: var(--fc-ink); }
.fc-collections-heading > p { margin: 0 0 3px; color: var(--fc-muted); font-size: 13px; }
.fc-collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.fc-collection { display: block; min-width: 0; color: var(--fc-ink); }
.fc-collection-photo { aspect-ratio: 1.65; overflow: hidden; background: #efede7; border-radius: 16px; }
.fc-collection-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.fc-collection-copy { padding: 15px 0 0; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.fc-collection-copy h3 { margin: 0; color: var(--fc-ink); font-size: 20px; line-height: 1.3; font-weight: 500; }
.fc-collection-copy p { font-size: 13px; line-height: 1.5; color: var(--fc-muted); margin: 5px 0 0; }
.fc-collection-copy > span { display: grid; place-items: center; width: 35px; height: 35px; flex-shrink: 0; border: 1px solid var(--fc-line); border-radius: 50%; font-size: 19px; }
.fc-collection:hover .fc-collection-photo img { transform: scale(1.025); }
.fc-collection:hover .fc-collection-copy > span { background: var(--fc-paper); }
.fc-vitrine a:focus-visible, .fc-collections a:focus-visible { outline: 3px solid #916432; outline-offset: 5px; }
@media (min-width: 1600px) { .fc-vitrine { min-height: 620px; } }
@media (max-width: 991px) {
  .fc-vitrine { min-height: 450px; grid-template-columns: 1.1fr 1fr; }
  .fc-vitrine-copy { padding: 40px 28px; }
  .fc-vitrine h1 { font-size: 39px; }
  .fc-vitrine-description { font-size: 14px; }
  .fc-collection-grid { gap: 18px; }
}
@media (max-width: 639px) {
  .fc-vitrine { grid-template-columns: 1fr; min-height: 0; }
  .fc-vitrine-copy { padding: 30px 23px 27px; }
  .fc-eyebrow { margin-bottom: 17px; font-size: 10px; }
  .fc-vitrine h1 { font-size: clamp(31px, 9vw, 43px); line-height: 1.15; }
  .fc-vitrine-description { margin: 16px 0 20px; max-width: 340px; font-size: 14px; line-height: 1.6; }
  .fc-vitrine-button { min-height: 48px; padding: 10px 18px; gap: 24px; }
  .fc-vitrine-note { margin-top: 15px; font-size: 11px; }
  .fc-vitrine-visual { height: 265px; margin: 0 20px 24px; border-radius: 18px; }
  .fc-vitrine-image { object-position: 80% 54%; }
  .fc-vitrine-caption { bottom: 15px; left: 20px; right: 20px; padding: 11px 15px; }
  .fc-vitrine-caption strong { font-size: 17px; }
  .fc-vitrine-caption small { font-size: 8px; }
  .fc-collections { padding: 30px 20px 35px; scroll-margin-top: 95px; }
  .fc-collections-heading { margin-bottom: 20px; }
  .fc-collections-heading h2 { font-size: 26px; }
  .fc-collections-heading > p { display: none; }
  .fc-collection-grid { gap: 12px; }
  .fc-collection-photo { aspect-ratio: .9; }
  .fc-collection-copy { padding-top: 10px; gap: 4px; }
  .fc-collection-copy h3 { font-size: 15px; }
  .fc-collection-copy p { display: none; }
  .fc-collection-copy > span { width: auto; height: auto; border: 0; font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) { .fc-vitrine *, .fc-collections * { transition: none !important; scroll-behavior: auto !important; } }
