/** Shopify CDN: Minification failed

Line 26:0 All "@import" rules must come first

**/
/* FixtureNest Custom Sections — fn-styles.css */

:root {
  --fn-ivory:       #F8F4EE;
  --fn-ivory-2:     #F0EAE0;
  --fn-ivory-3:     #E6DDD0;
  --fn-charcoal:    #1C1916;
  --fn-charcoal-2:  #2E2920;
  --fn-charcoal-3:  #3D3830;
  --fn-warm-mid:    #7A7168;
  --fn-brass:       #A8884A;
  --fn-brass-light: #C9A96E;
  --fn-brass-pale:  #F0E4C8;
  --fn-line:        #DDD5C6;
  --fn-line-dark:   #38322A;
  --fn-ease:        cubic-bezier(.25,.1,.25,1);
  --fn-ease-out:    cubic-bezier(0,0,.2,1);
}

/* ── fonts ──────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap');

.fn-hero__heading,
.fn-sec-heading,
.fn-vid-strip__heading,
.fn-values__num,
.fn-values__item h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

/* ── shared ─────────────────────────────────────── */
.fn-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: .65rem; letter-spacing: .22em; text-transform: uppercase;
  font-weight: 500; color: var(--fn-brass); display: block; margin-bottom: 14px;
}
.fn-eyebrow--light { color: var(--fn-brass-light); }

.fn-sec-heading {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1; font-weight: 300; margin-top: 0;
}
.fn-sec-heading--light { color: var(--fn-ivory); }

.fn-sec-head { margin-bottom: 48px; }
.fn-sec-head p,
.fn-sec-sub { color: #9A9088; font-size: .95rem; margin-top: 12px; font-family: 'Jost', sans-serif; font-weight: 300; }

.fn-sec-row {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 48px; flex-wrap: wrap; gap: 16px;
}

.fn-link-more {
  font-family: 'Jost', sans-serif;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 500; color: var(--fn-brass); display: inline-flex;
  align-items: center; gap: 8px; text-decoration: none;
  transition: gap .2s var(--fn-ease);
}
.fn-link-more:hover { gap: 14px; color: var(--fn-brass); }

.fn-btn {
  font-family: 'Jost', sans-serif;
  display: inline-flex; align-items: center; gap: .5em;
  font-size: .8rem; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; padding: 15px 32px; border-radius: 2px;
  text-decoration: none; transition: all .22s var(--fn-ease);
  white-space: nowrap; cursor: pointer;
}
.fn-btn--outline-light {
  border: 1px solid rgba(255,255,255,.35); color: var(--fn-ivory);
  background: transparent;
}
.fn-btn--outline-light:hover {
  background: rgba(255,255,255,.1); color: var(--fn-ivory);
}
.fn-btn--ghost-light {
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(248,244,238,.7); background: transparent;
}
.fn-btn--ghost-light:hover {
  border-color: rgba(255,255,255,.3); color: var(--fn-ivory);
}

/* ── hero ────────────────────────────────────────── */
.fn-hero {
  position: relative; overflow: hidden;
  height: 78vh; min-height: 520px; max-height: 720px;
  display: flex; align-items: center;
  color: var(--fn-ivory);
}
.fn-hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center; z-index: 0;
}
.fn-hero__fallback {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(135deg, var(--fn-charcoal) 0%, #2a2018 50%, #1a1510 100%);
  display: flex; align-items: center; justify-content: center;
  transition: opacity .8s;
}
.fn-hero__fallback-glow {
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(168,136,74,.22) 0%, transparent 65%);
  animation: fn-breathe 5s ease-in-out infinite;
}
@keyframes fn-breathe {
  0%,100% { transform: scale(1); opacity: .7; }
  50%      { transform: scale(1.1); opacity: 1; }
}
.fn-hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(10,8,5,.25) 0%, rgba(10,8,5,.15) 40%, rgba(10,8,5,.75) 100%);
}
.fn-hero__inner {
  position: relative; z-index: 2;
  width: 100%;
}
.fn-hero__copy { max-width: 640px; }
.fn-hero__heading {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: .95; color: var(--fn-ivory); font-weight: 300;
  letter-spacing: -.02em;
}
.fn-hero__heading em { font-style: italic; color: var(--fn-brass-light); }
.fn-hero__sub {
  font-family: 'Jost', sans-serif;
  color: rgba(248,244,238,.78); font-size: 1rem;
  max-width: 420px; margin: 22px 0 34px; line-height: 1.75; font-weight: 300;
}
.fn-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.fn-hero__scroll {
  position: absolute; bottom: 28px; right: 36px; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(248,244,238,.45); font-family: 'Jost', sans-serif;
  font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 500;
}
.fn-scroll-line {
  width: 1px; height: 44px; background: rgba(248,244,238,.2);
  position: relative; overflow: hidden;
}
.fn-scroll-line::after {
  content: ''; position: absolute; top: -100%; left: 0;
  width: 100%; height: 100%; background: var(--fn-brass-light);
  animation: fn-scrolldown 1.8s ease-in-out infinite;
}
@keyframes fn-scrolldown { 0%{top:-100%} 100%{top:100%} }

/* ── room grid ───────────────────────────────────── */
.fn-room-grid { padding: 90px 0; }
.fn-room-grid__grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px;
}
.fn-room-card {
  position: relative; aspect-ratio: 3/4;
  background: var(--fn-charcoal-2); border-radius: 12px;
  overflow: hidden; cursor: pointer; text-decoration: none;
  border: 1px solid var(--fn-line-dark);
  transition: transform .4s var(--fn-ease), border-color .3s;
  display: block;
}
.fn-room-card:hover { transform: translateY(-5px); border-color: var(--fn-brass); }
.fn-room-card__glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 100% 80% at 50% 90%, rgba(168,136,74,.28) 0%, transparent 60%);
  opacity: 0; transition: opacity .4s; z-index: 1;
}
.fn-room-card:hover .fn-room-card__glow { opacity: 1; }
.fn-room-card__image {
  position: absolute; inset: 0;
}
.fn-room-card__image img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transition: transform .6s var(--fn-ease);
}
.fn-room-card:hover .fn-room-card__image img { transform: scale(1.04); }
.fn-room-card__image--placeholder { background: var(--fn-charcoal-2); }
.fn-placeholder-svg { width: 60%; height: 60%; margin: 20% auto; opacity: .2; }
.fn-room-card__label {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 32px 16px 18px;
  background: linear-gradient(transparent, rgba(10,8,5,.78));
}
.fn-room-card__label h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; color: var(--fn-ivory); font-weight: 400; margin: 0 0 2px;
}
.fn-room-card__label span {
  font-family: 'Jost', sans-serif;
  font-size: .68rem; color: #b0a898; letter-spacing: .06em; text-transform: uppercase;
}

/* ── video strip ─────────────────────────────────── */
.fn-vid-strip {
  position: relative; overflow: hidden; height: 520px;
}
.fn-vid-strip__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.fn-vid-strip__fallback {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--fn-charcoal-2) 0%, var(--fn-charcoal) 100%);
}
.fn-vid-strip__overlay {
  position: absolute; inset: 0; background: rgba(10,8,5,.52);
  display: flex; align-items: center; justify-content: center;
}
.fn-vid-strip__content {
  text-align: center; color: var(--fn-ivory); max-width: 580px; padding: 0 24px;
}
.fn-vid-strip__heading {
  font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 300;
  line-height: 1; margin-bottom: 22px; color: var(--fn-ivory);
}
.fn-vid-strip__heading em { font-style: italic; color: var(--fn-brass-light); }
.fn-vid-strip__sub {
  font-family: 'Jost', sans-serif;
  color: rgba(248,244,238,.68); margin-bottom: 30px;
  font-size: .95rem; font-weight: 300;
}

/* ── values ──────────────────────────────────────── */
.fn-values {
  background: var(--fn-charcoal); padding: 90px 0;
}
.fn-values__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
}
.fn-values__item {
  padding: 40px 36px; background: var(--fn-charcoal-2);
  border: 1px solid var(--fn-line-dark); transition: background .3s;
}
.fn-values__item:hover { background: var(--fn-charcoal-3); }
.fn-values__num {
  font-size: 3rem; color: var(--fn-brass); line-height: 1; margin-bottom: 16px;
}
.fn-values__item h3 {
  font-size: 1.25rem; color: var(--fn-ivory); margin-bottom: 10px; font-weight: 400;
}
.fn-values__item p {
  font-family: 'Jost', sans-serif;
  color: #9A9088; font-size: .9rem; line-height: 1.65; font-weight: 300;
}

/* ── responsive ──────────────────────────────────── */
@media (max-width: 1024px) {
  .fn-room-grid__grid { grid-template-columns: repeat(3, 1fr); }
  .fn-values__grid { grid-template-columns: 1fr; gap: 2px; }
}
@media (max-width: 768px) {
  .fn-hero { height: 90vh; min-height: 500px; }
  .fn-hero__inner { padding-bottom: 52px; }
  .fn-hero__heading { font-size: 2.8rem; }
  .fn-vid-strip { height: 360px; }
  .fn-room-grid__grid { grid-template-columns: repeat(2, 1fr); }
  .fn-room-grid { padding: 60px 0; }
  .fn-values { padding: 60px 0; }
}

/* ============================================
   FN ADDITIONS - SPACING + TRUST BADGES
   ============================================ */

/* FN SPACING FIX - align custom sections with theme page-width */
.fn-hero__inner,.fn-room-grid .page-width,.fn-values .page-width{
  padding-left:max(36px,calc((100vw - 1200px)/2 + 36px));
  padding-right:max(36px,calc((100vw - 1200px)/2 + 36px));
}

/* FN PRODUCT TRUST BOX */
[class*="__trust_badges_block"] {
  border: 1px solid rgb(28 25 22 / 0.12);
  border-radius: 6px;
  padding: 16px !important;
  background: rgb(28 25 22 / 0.03);
}
[class*="__trust_badges_block"] p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(28 25 22 / 0.12);
}
[class*="__trust_badges_block"] p::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3aa655;
  flex-shrink: 0;
  animation: fn-pulse-glow 2s ease-in-out infinite;
}
[class*="__trust_badges_block"] ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  line-height: 2;
}
[class*="__trust_badges_block"] li {
  margin-block: 0 !important;
}
@keyframes fn-pulse-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(58, 166, 85, 0.5);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 5px rgba(58, 166, 85, 0);
    opacity: 0.6;
  }
}
