/** Shopify CDN: Minification failed

Line 418:0 Expected "}" to go with "{"

**/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.fp-page {
  background: #ffffff;
  color: #1a1510;
  font-family: var(--font-body-family, 'Jost', sans-serif);
  font-weight: 300;
}

/* HERO */
.fp-hero {
  padding: 6rem 5vw 4rem;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: end;
}
.fp-hero-eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: 1.25rem;
  display: block;
}
.fp-hero h1 {
  font-family: var(--font-heading-family, 'Cormorant Garamond', serif);
  font-size: clamp(3rem, 5.5vw, 5.5rem);
  font-weight: 300;
  line-height: 1.02;
}
.fp-hero h1 em { font-style: italic; color: #8b5e3c; }
.fp-hero-right p {
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.65;
  max-width: 400px;
  margin-bottom: 1.5rem;
}
.fp-hero-divider { width: 36px; height: 1px; background: #8b5e3c; margin-bottom: 1.5rem; opacity: 0.5; }
.fp-hero-note { font-size: 0.8rem; font-style: italic; opacity: 0.45; line-height: 1.6; }

/* SAMPLE PHOTO */
.fp-sample-photo {
  max-width: 1100px;
  margin: 0 auto 5rem;
  padding: 0 5vw;
}
.fp-sample-photo-inner {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(26,21,16,0.1);
}
.fp-sample-photo-inner img {
  width: 100%;
  display: block;
  max-height: 400px;
  object-fit: cover;
  object-position: center 25%;
}
.fp-sample-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(26,21,16,0.55));
  padding: 3rem 2rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.fp-sample-caption p {
  color: rgba(255,255,255,0.8);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.fp-sample-caption span {
  color: rgba(255,255,255,0.45);
  font-style: italic;
  font-size: 0.85rem;
  font-family: var(--font-heading-family, 'Cormorant Garamond', serif);
}

/* FINISH SECTIONS */
.fp-finish {
  border-top: 1px solid rgba(26,21,16,0.1);
  padding: 5rem 5vw;
  max-width: 1100px;
  margin: 0 auto;
}
.fp-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 5rem;
  align-items: start;
}
.fp-layout--reverse {
  direction: rtl;
}
.fp-layout--reverse > * {
  direction: ltr;
}

/* Info column */
.fp-num {
  font-family: var(--font-heading-family, 'Cormorant Garamond', serif);
  font-size: 4.5rem;
  font-weight: 300;
  color: rgba(26,21,16,0.08);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.fp-swatch {
  height: 8px;
  width: 48px;
  border-radius: 4px;
  margin-bottom: 1.75rem;
}
.fp-name {
  font-family: var(--font-heading-family, 'Cormorant Garamond', serif);
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}
.fp-tone {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.35;
  margin-bottom: 1.5rem;
  display: block;
}
.fp-desc {
  font-size: 0.95rem;
  line-height: 1.8;
  opacity: 0.65;
  margin-bottom: 2rem;
}
.fp-tags {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.fp-tag {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border: 1px solid rgba(26,21,16,0.1);
  opacity: 0.5;
}

/* AR block */
.fp-ar {
  border: 1px solid rgba(26,21,16,0.1);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #1a1510;
  transition: border-color 0.25s, background 0.25s;
}
.fp-ar:hover {
  border-color: #8b5e3c;
  background: #fdf9f6;
}
.fp-ar-thumb {
  width: 64px;
  height: 64px;
  background: #f9f7f4;
  border: 1px dashed rgba(26,21,16,0.15);
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-ar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fp-ar-label {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.4;
  display: block;
  margin-bottom: 0.2rem;
}
.fp-ar-title {
  font-size: 0.88rem;
  font-weight: 400;
  opacity: 0.8;
  display: block;
}
.fp-ar-cta {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b5e3c;
  opacity: 0.8;
  margin-top: 0.2rem;
  display: block;
}

/* Photo column */
.fp-accent-strip {
  height: 3px;
  width: 100%;
  margin-bottom: 6px;
}
.fp-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.fp-photo-slot {
  position: relative;
  overflow: hidden;
  background: #f9f7f4;
  border: 1px dashed rgba(26,21,16,0.12);
}
.fp-photo-slot--main {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 7;
}
.fp-photo-slot--secondary {
  aspect-ratio: 4 / 3;
}
.fp-photo-slot--filled {
  border: none;
  cursor: zoom-in;
}
.fp-photo-slot--filled img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.fp-photo-slot--filled:hover img {
  transform: scale(1.03);
}
.fp-photo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,21,16,0);
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-photo-slot--filled:hover .fp-photo-overlay {
  background: rgba(26,21,16,0.12);
}
.fp-photo-overlay-icon {
  opacity: 0;
  color: white;
  font-size: 1.4rem;
  transition: opacity 0.3s;
}
.fp-photo-slot--filled:hover .fp-photo-overlay-icon {
  opacity: 1;
}
.fp-photo-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 100%;
  min-height: 160px;
}
.fp-photo-slot--main .fp-photo-empty {
  min-height: 220px;
}
.fp-photo-empty svg {
  width: 22px;
  height: 22px;
  opacity: 0.18;
}
.fp-photo-empty span {
  font-size: 0.52rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.25;
}

/* CTA */
.fp-cta {
  background: #f9f7f4;
  border-top: 1px solid rgba(26,21,16,0.1);
  padding: 6rem 5vw;
  text-align: center;
  margin-top: 4rem;
}
.fp-cta-eyebrow {
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  opacity: 0.38;
  margin-bottom: 1.5rem;
  display: block;
}
.fp-cta h2 {
  font-family: var(--font-heading-family, 'Cormorant Garamond', serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.15;
  max-width: 500px;
  margin: 0 auto 1.25rem;
}
.fp-cta h2 em { font-style: italic; opacity: 0.4; }
.fp-cta p {
  font-size: 0.88rem;
  opacity: 0.5;
  max-width: 360px;
  margin: 0 auto 2.5rem;
  line-height: 1.75;
}
.fp-btn {
  display: inline-block;
  background: #1a1510;
  color: white;
  font-family: var(--font-body-family, 'Jost', sans-serif);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 1rem 2.5rem;
  text-decoration: none;
  transition: background 0.25s;
  cursor: pointer;
  border: none;
}
.fp-btn:hover { background: #8b5e3c; }

/* Trust bar */
.fp-trust {
  padding: 2.5rem 5vw;
  border-top: 1px solid rgba(26,21,16,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
.fp-trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  opacity: 0.4;
}
.fp-trust-num {
  font-family: var(--font-heading-family, 'Cormorant Garamond', serif);
  font-size: 1.5rem;
  font-weight: 500;
}
.fp-trust-label {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.5;
}

/* Lightbox */
.fp-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10,8,6,0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.fp-lightbox.fp-lightbox--active {
  opacity: 1;
  pointer-events: all;
}
.fp-lightbox img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  display: block;
}
.fp-lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: rgba(255,255,255,0.6);
  font-size: 1.8rem;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  line-height: 1;
  transition: color 0.2s;
}
.fp-lightbox-close:hover { color: white; }

@media (max-width: 860px) {
  .fp-hero { grid-template-columns: 1fr; gap: 2.5rem; padding-top: 4rem; }
  .fp-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .fp-layout--reverse { direction: ltr; }
  .fp-trust { gap: 2rem; }
