/** Shopify CDN: Minification failed

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

**/
/* ============================================================
   FOREVER BOND — Global Section Styles
   Drop this file into: Assets/
   All FB sections reference this single stylesheet.
   Colours are set via section settings and CSS custom properties.
   ============================================================ */

/* ── Announcement bar reset — prevents theme purple bleeding through ── */
/* These are overridden per-page by fb-product-hero.liquid section CSS */
.announcement-bar,
.announcement-bar__message {
  background-color: #1C1917;
  color: #C9A96E;
}
.announcement-bar a,
.announcement-bar__link {
  color: #C9A96E;
}
.shopify-section-group-header-group {
  background-color: #1C1917;
}

/* ── Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ── Reset / base ── */
.fb-section * { box-sizing: border-box; }
.fb-section { font-family: 'DM Sans', sans-serif; -webkit-font-smoothing: antialiased; }
.fb-section h1, .fb-section h2, .fb-section h3 { font-family: 'Playfair Display', serif; }

/* ── Layout helpers ── */
.fb-container { max-width: 1360px; margin: 0 auto; padding: 0 1.25rem; }
@media (min-width: 640px) { .fb-container { padding: 0 2rem; } }
@media (min-width: 1024px) { .fb-container { padding: 0 3rem; } }
.fb-section-pad { padding: 5rem 0; }
@media (max-width: 767px) { .fb-section-pad { padding: 3.5rem 0; } }

/* ── Typography ── */
.fb-eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: 0.25em; color: #C9A96E; font-weight: 600; margin: 0 0 1rem; }
.fb-section-heading { font-family: 'Playfair Display', serif; font-size: clamp(28px, 4vw, 44px); color: #1C1917; line-height: 1.15; margin: 0 0 1.5rem; }

/* ── ─────────────────────────────────────────── ── */
/* ── PRODUCT HERO ── */
/* ── ─────────────────────────────────────────── ── */
.fb-hero { display: grid; grid-template-columns: 1fr; gap: 2.5rem; max-width: 1360px; margin: 0 auto; padding: 2.5rem 1.25rem 4rem; }
@media (min-width: 900px) { .fb-hero { grid-template-columns: 1fr 480px; gap: 4rem; padding: 2.5rem 3rem 5rem; align-items: start; } }
@media (min-width: 1200px) { .fb-hero { grid-template-columns: 1fr 520px; } }

/* Gallery */
.fb-hero__gallery { display: flex; flex-direction: column-reverse; gap: 1rem; }
@media (min-width: 640px) { .fb-hero__gallery { flex-direction: row; } }
.fb-hero__thumbnails { display: flex; gap: 0.5rem; overflow-x: auto; }
@media (min-width: 640px) { .fb-hero__thumbnails { flex-direction: column; overflow: visible; } }
.fb-thumb { width: 72px; height: 72px; flex-shrink: 0; border: 2px solid transparent; overflow: hidden; background: none; padding: 0; cursor: pointer; transition: border-color 0.2s; }
.fb-thumb:hover { border-color: #E8E0D4; }
.fb-thumb--active { border-color: #C9A96E; }
.fb-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fb-hero__main-image { flex: 1; position: relative; background: #F5F0E8; aspect-ratio: 1; overflow: hidden; }
@media (min-width: 640px) { .fb-hero__main-image { aspect-ratio: 4/5; } }
.fb-main-img { display: none; width: 100%; height: 100%; }
.fb-main-img--active { display: block; }
.fb-main-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fb-placeholder-svg { width: 100%; height: 100%; }
.fb-hero__badge { position: absolute; top: 1rem; left: 1rem; background: #C9A96E; color: #1C1917; font-size: 10px; text-transform: uppercase; letter-spacing: 0.15em; padding: 0.35rem 0.75rem; font-weight: 600; font-family: 'DM Sans', sans-serif; }

/* Buy panel */
.fb-hero__panel { display: flex; flex-direction: column; gap: 0; }
@media (min-width: 900px) { .fb-hero__panel { position: sticky; top: 6rem; } }

/* Rating bar */
.fb-rating-bar { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; }
.fb-stars { color: #C9A96E; font-size: 14px; }
.fb-rating-text { font-size: 12px; color: #78716C; }
.fb-rating-link { color: #78716C; text-decoration: underline; }

/* Product title */
.fb-product-title { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3.5vw, 38px); color: #1C1917; line-height: 1.2; margin: 0 0 0.5rem; }
.fb-product-subtitle { font-size: 12px; text-transform: uppercase; letter-spacing: 0.15em; color: #78716C; margin: 0 0 1.25rem; }

/* Price */
.fb-price-row { display: flex; align-items: baseline; gap: 0.75rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.fb-price { font-family: 'Playfair Display', serif; font-size: 2rem; color: #1C1917; }
.fb-compare-price { font-size: 1.1rem; color: #78716C; text-decoration: line-through; }
.fb-price-badge { background: rgba(201,169,110,0.15); color: #C9A96E; font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 600; padding: 0.25rem 0.6rem; border: 1px solid rgba(201,169,110,0.3); }

/* Pull quote */
.fb-pull-quote { border-left: 2px solid #C9A96E; padding-left: 1rem; margin-bottom: 1.5rem; }
.fb-pull-quote p { font-family: 'Playfair Display', serif; font-style: italic; color: #78716C; font-size: 15px; line-height: 1.65; margin: 0; }

/* Message box */
.fb-message-box { background: #F5F0E8; border: 1px solid #E8E0D4; padding: 1.25rem; margin-bottom: 1.5rem; }
.fb-message-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: #C9A96E; font-weight: 600; margin: 0 0 0.75rem; }
.fb-message-text { font-family: 'Playfair Display', serif; font-style: italic; color: #1C1917; font-size: 14px; line-height: 1.8; margin: 0; white-space: pre-line; }

/* Variant option */
.fb-option { margin-bottom: 1.25rem; }
.fb-option__label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em; color: #78716C; font-weight: 600; margin: 0 0 0.6rem; }
.fb-option__selected { color: #1C1917; }
.fb-option__buttons { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.fb-opt-btn { padding: 0.5rem 1.25rem; font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; border: 1px solid #E8E0D4; background: transparent; color: #78716C; cursor: pointer; transition: all 0.2s; font-family: 'DM Sans', sans-serif; }
.fb-opt-btn:hover { border-color: #1C1917; color: #1C1917; }
.fb-opt-btn--active { background: #1C1917; color: #FAF8F4; border-color: #1C1917; }

/* Quantity */
.fb-qty { margin-bottom: 1.25rem; }
.fb-qty__label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em; color: #78716C; font-weight: 600; margin: 0 0 0.6rem; }
.fb-qty__controls { display: inline-flex; align-items: center; border: 1px solid #E8E0D4; }
.fb-qty__btn { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: none; border: none; color: #78716C; font-size: 1.25rem; cursor: pointer; transition: all 0.2s; font-family: 'DM Sans', sans-serif; }
.fb-qty__btn:hover { background: #F5F0E8; color: #1C1917; }
.fb-qty__val { width: 40px; text-align: center; font-weight: 600; color: #1C1917; font-family: 'DM Sans', sans-serif; }

/* ATC button */
.fb-btn-atc { width: 100%; padding: 1rem; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; background: #1C1917; color: #FAF8F4; border: 1px solid #1C1917; cursor: pointer; transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.12s; font-family: 'DM Sans', sans-serif; margin-bottom: 0.75rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; }
.fb-btn-atc:hover { background: #C9A96E; border-color: #C9A96E; color: #1C1917; }
.fb-btn-atc:active { transform: scale(0.97); }
.fb-btn-atc__price { opacity: 0.7; }

/* Trust strip */
.fb-trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; border-top: 1px solid #E8E0D4; padding-top: 1.25rem; margin-top: 0.5rem; }
.fb-trust-item { text-align: center; }
.fb-trust-item__rule { height: 1px; background: rgba(201,169,110,0.5); width: 24px; margin: 0 auto 0.6rem; }
.fb-trust-item__title { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: #1C1917; margin: 0 0 0.2rem; }
.fb-trust-item__sub { font-size: 10px; color: #78716C; margin: 0; }

/* ── ─────────────────────────────────────────── ── */
/* ── STORY ── */
/* ── ─────────────────────────────────────────── ── */
.fb-story__inner { max-width: 680px; margin: 0 auto; text-align: center; }
.fb-story__heading { font-family: 'Playfair Display', serif; font-size: clamp(28px, 4vw, 44px); color: #1C1917; line-height: 1.2; margin: 0 0 1.5rem; white-space: pre-line; }
.fb-story__rule { height: 1px; background: rgba(201,169,110,0.5); width: 60px; margin: 0 auto 2rem; }
.fb-story__para { font-size: 17px; line-height: 1.75; color: #78716C; margin: 0 0 1.25rem; }
.fb-story__quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 20px; color: #1C1917; margin: 1.5rem 0 0; }
.fb-occasion-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-top: 2rem; }
.fb-occasion-tag { border: 1px solid rgba(201,169,110,0.4); color: #78716C; font-size: 12px; text-transform: uppercase; letter-spacing: 0.15em; padding: 0.5rem 1.1rem; transition: all 0.2s; cursor: default; }
.fb-occasion-tag:hover { background: rgba(201,169,110,0.1); color: #1C1917; }

/* ── ─────────────────────────────────────────── ── */
/* ── REVIEWS GRID ── */
/* ── ─────────────────────────────────────────── ── */
.fb-reviews__header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3rem; flex-wrap: wrap; gap: 1rem; }
.fb-reviews__aggregate { text-align: right; }
.fb-reviews__score { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: #1C1917; line-height: 1; }
.fb-reviews__count { font-size: 11px; color: #78716C; margin-top: 0.25rem; }
.fb-reviews__grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .fb-reviews__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .fb-reviews__grid { grid-template-columns: repeat(3, 1fr); } }
.fb-review-card { background: #FAF8F4; border: 1px solid #E8E0D4; padding: 1.75rem; display: flex; flex-direction: column; }
.fb-review-card__stars { color: #C9A96E; font-size: 14px; margin-bottom: 0.75rem; }
.fb-review-card__date { font-size: 11px; color: #78716C; float: right; margin-top: -1.75rem; }
.fb-review-card__text { font-family: 'Playfair Display', serif; font-style: italic; color: #1C1917; font-size: 15px; line-height: 1.65; flex: 1; margin: 0 0 1.25rem; }
.fb-review-card__author { display: flex; align-items: center; gap: 0.75rem; border-top: 1px solid #E8E0D4; padding-top: 1rem; }
.fb-review-card__avatar { width: 32px; height: 32px; border-radius: 50%; background: rgba(201,169,110,0.2); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #78716C; flex-shrink: 0; }
.fb-review-card__name { font-size: 13px; font-weight: 600; color: #1C1917; margin: 0; }
.fb-review-card__verified { font-size: 11px; color: #78716C; margin: 0; }

/* ── ─────────────────────────────────────────── ── */
/* ── HOW IT WORKS ── */
/* ── ─────────────────────────────────────────── ── */
.fb-how__header { text-align: center; margin-bottom: 3.5rem; }
.fb-how__grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 640px) { .fb-how__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .fb-how__grid { grid-template-columns: repeat(3, 1fr); } }
.fb-step__num { font-family: 'Playfair Display', serif; font-size: 4.5rem; color: #E8E0D4; line-height: 1; margin-bottom: 1rem; user-select: none; }
.fb-step__title { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: #1C1917; margin: 0 0 0.75rem; }
.fb-step__text { color: #78716C; line-height: 1.65; font-size: 15px; margin: 0; }

/* ── ─────────────────────────────────────────── ── */
/* ── FEATURE SPLIT ── */
/* ── ─────────────────────────────────────────── ── */
.fb-feature-split__grid { display: grid; grid-template-columns: 1fr; min-height: 560px; }
@media (min-width: 768px) { .fb-feature-split__grid { grid-template-columns: 1fr 1fr; } }
.fb-feature-split__grid--reversed .fb-feature-split__image { order: 2; }
.fb-feature-split__grid--reversed .fb-feature-split__panel { order: 1; }
.fb-feature-split__image { position: relative; overflow: hidden; min-height: 320px; }
.fb-feature-split__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fb-feature-split__panel { background: var(--fb-split-bg, #1C1917); color: var(--fb-split-text, #FAF8F4); padding: 3.5rem 2.5rem; display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 1024px) { .fb-feature-split__panel { padding: 5rem 4rem; } }
.fb-feature-split__heading { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3.5vw, 40px); line-height: 1.2; margin: 0 0 1.25rem; white-space: pre-line; }
.fb-feature-split__rule { height: 1px; width: 48px; margin-bottom: 1.5rem; opacity: 0.5; }
.fb-feature-split__text { font-size: 16px; line-height: 1.75; opacity: 0.7; margin-bottom: 2rem; }
.fb-feature-split__text p { margin: 0 0 1rem; }
.fb-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2.5rem; }
.fb-spec-item { border: 1px solid rgba(255,255,255,0.1); padding: 1rem; }
.fb-spec-item__title { font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 600; margin: 0 0 0.25rem; }
.fb-spec-item__sub { font-size: 12px; opacity: 0.5; margin: 0; }
.fb-btn-split { display: inline-flex; align-items: center; justify-content: center; background: #C9A96E; color: #1C1917; border: 1px solid #C9A96E; padding: 1rem 2.5rem; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; text-decoration: none; transition: all 0.25s; font-family: 'DM Sans', sans-serif; align-self: flex-start; }
.fb-btn-split:hover { background: #FAF8F4; border-color: #FAF8F4; }

/* ── ─────────────────────────────────────────── ── */
/* ── PRODUCT DETAILS STRIP ── */
/* ── ─────────────────────────────────────────── ── */
.fb-details { padding: 3.5rem 0; }
.fb-details__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; text-align: center; }
@media (min-width: 640px) { .fb-details__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .fb-details__grid { grid-template-columns: repeat(6, 1fr); } }
.fb-detail-item { display: flex; flex-direction: column; align-items: center; gap: 0.4rem; }
.fb-detail-item__rule { height: 1px; width: 2rem; margin-bottom: 0.25rem; }
.fb-detail-item__title { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: #1C1917; margin: 0; }
.fb-detail-item__sub { font-size: 11px; color: #78716C; margin: 0; }

/* ── ─────────────────────────────────────────── ── */
/* ── FAQ ── */
/* ── ─────────────────────────────────────────── ── */
.fb-faq__inner { max-width: 680px; margin: 0 auto; }
.fb-faq__header { text-align: center; margin-bottom: 3rem; }
.fb-faq__list { border-top: 1px solid #E8E0D4; }
.fb-faq-item { border-bottom: 1px solid #E8E0D4; }
.fb-faq-item__q { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 0; background: none; border: none; cursor: pointer; text-align: left; gap: 1rem; font-family: 'Playfair Display', serif; font-size: 17px; color: #1C1917; transition: color 0.2s; }
.fb-faq-item__q:hover, .fb-faq-item--open .fb-faq-item__q { color: #C9A96E; }
.fb-faq-item__icon { font-size: 1.5rem; color: #C9A96E; flex-shrink: 0; transition: transform 0.2s; line-height: 1; }
.fb-faq-item__a { overflow: hidden; }
.fb-faq-item__a-inner { padding: 0 0 1.25rem 1.25rem; border-left: 2px solid #C9A96E; color: #78716C; line-height: 1.7; font-size: 15px; }

/* ── ─────────────────────────────────────────── ── */
/* ── FINAL CTA ── */
/* ── ─────────────────────────────────────────── ── */
.fb-cta { position: relative; padding: 6rem 0; text-align: center; overflow: hidden; }
.fb-cta__bg-image { position: absolute; inset: 0; }
.fb-cta__bg-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fb-cta__overlay { position: absolute; inset: 0; }
.fb-cta__content { position: relative; z-index: 1; max-width: 560px; margin: 0 auto; }
.fb-cta__heading { font-family: 'Playfair Display', serif; font-size: clamp(30px, 4.5vw, 48px); line-height: 1.15; margin: 0 0 1.25rem; white-space: pre-line; }
.fb-cta__sub { font-size: 16px; line-height: 1.65; margin: 0 0 2.5rem; max-width: 440px; margin-left: auto; margin-right: auto; }
.fb-btn-cta { display: inline-flex; align-items: center; justify-content: center; padding: 1.1rem 3rem; font-size: 15px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; text-decoration: none; transition: all 0.25s; font-family: 'DM Sans', sans-serif; border: 1px solid; }
.fb-btn-cta:hover { background: #FAF8F4 !important; border-color: #FAF8F4 !important; color: #1C1917 !important; }
.fb-cta__footnote { font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em; margin: 1.25rem 0 0; }

/* ── Responsive utilities ── */
@media (max-width: 767px) {
  .fb-hero { padding: 1.5rem 1.25rem 3rem; }
  .fb-feature-split__panel { padding: 2.5rem 1.5rem; }
  .fb-cta { padding: 4rem 0; }
}
