/** Shopify CDN: Minification failed

Line 14:0 Unexpected "0"
Line 14:33 Unterminated string token

**/
/* ============================================================
   Rise Finery — Shared Styles
   Add to: assets/rise-finery.css
   Load in: layout/theme.liquid via
   {{ 'rise-finery.css' | asset_url | stylesheet_tag }}
   ============================================================ */

0,600;1,400;1,600&display=swap');

:root {
  --rf-gold: #B8923A;
  --rf-gold-pale: rgba(184, 146, 58, 0.10);
  --rf-gold-border: rgba(184, 146, 58, 0.28);
  --rf-ct: Georgia, 'Times New Roman', serif;
  --rf-sans: system-ui, -apple-system, sans-serif;
}

/* ── NAV ─────────────────────────────────────────────────── */
.rf-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 28px;
  height: 56px;
  border-bottom: 0.5px solid rgba(0,0,0,0.12);
}
.rf-nav-left { display: flex; gap: 28px; align-items: center; }
.rf-nav-left a,
.rf-nav-right a {
  font-family: var(--rf-sans);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s;
}
.rf-nav-left a:hover,
.rf-nav-right a:hover { color: var(--rf-gold); }
.rf-nav-center { display: flex; justify-content: center; }
.rf-nav-center img { height: 36px; width: auto; display: block; }
.rf-nav-right { display: flex; gap: 22px; align-items: center; justify-content: flex-end; }
.rf-nav-icon { width: 18px; height: 18px; cursor: pointer; opacity: 0.8; }
.rf-nav-icon:hover { opacity: 1; }

/* ── BUTTONS ─────────────────────────────────────────────── */
.rf-btn-dark {
  background: #111;
  color: #fff;
  border: none;
  font-family: var(--rf-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  height: 48px;
  padding: 0 32px;
}
.rf-btn-dark:hover { background: #444; }

.rf-btn-outline {
  background: transparent;
  color: inherit;
  border: 0.5px solid rgba(0,0,0,0.3);
  font-family: var(--rf-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  height: 44px;
  padding: 0 28px;
  transition: border-color 0.2s;
}
.rf-btn-outline:hover { border-color: #111; }

.rf-cta-link {
  font-family: var(--rf-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
  color: #111;
  cursor: pointer;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  text-decoration: none;
  display: inline-block;
}
.rf-cta-link:hover { color: var(--rf-gold); border-bottom-color: var(--rf-gold); }

/* ── FOOTER ──────────────────────────────────────────────── */
.rf-footer-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 0.5px solid rgba(0,0,0,0.12);
  padding: 48px 36px 36px;
}
.rf-fcol-head {
  font-family: var(--rf-sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 16px;
}
.rf-fcol a {
  display: block;
  font-family: var(--rf-sans);
  font-size: 12px;
  color: #888;
  text-decoration: none;
  margin-bottom: 8px;
  cursor: pointer;
}
.rf-fcol a:hover { color: #111; }
.rf-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 36px;
  border-top: 0.5px solid rgba(0,0,0,0.12);
}
.rf-footer-logo img { height: 20px; width: auto; display: block; }
.rf-footer-fine {
  font-family: var(--rf-sans);
  font-size: 10px;
  color: #aaa;
  letter-spacing: 0.06em;
}

/* ── HOMEPAGE ────────────────────────────────────────────── */
.rf-hero {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 360px;
  max-height: 900px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.rf-hero img.rf-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0; left: 0;
}
.rf-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 48px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rf-hero-eyebrow {
  font-family: var(--rf-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 10px;
}
.rf-hero-h1 {
  font-family: var(--rf-ct);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.08;
  color: #111;
  margin-bottom: 20px;
  max-width: 520px;
}

.rf-shop-section { padding: 64px 36px 72px; }
.rf-shop-header {
  display: flex;
  align-items: baseline;
  margin-bottom: 36px;
  border-bottom: 0.5px solid rgba(0,0,0,0.12);
  padding-bottom: 16px;
}
.rf-shop-title {
  font-family: var(--rf-ct);
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.rf-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.rf-tile { cursor: pointer; }
.rf-tile:hover .rf-tile-img { opacity: 0.9; }
.rf-tile-img {
  width: 100%;
  aspect-ratio: 3/4;
  background: #f5f0ea;
  overflow: hidden;
  transition: opacity 0.2s;
}
.rf-tile-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rf-tile-info { padding: 14px 4px 0; }
.rf-tile-name {
  font-family: var(--rf-ct);
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
}
.rf-tile-sub {
  font-family: var(--rf-sans);
  font-size: 11px;
  color: #888;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.rf-tile-link {
  font-family: var(--rf-sans);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 0.5px solid #111;
  padding-bottom: 1px;
  color: #111;
  display: inline-block;
  text-decoration: none;
}
.rf-tile-link:hover { color: var(--rf-gold); border-bottom-color: var(--rf-gold); }

.rf-editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 360px;
  border-top: 0.5px solid rgba(0,0,0,0.12);
}
.rf-editorial-img { overflow: hidden; }
.rf-editorial-img img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }
.rf-editorial-copy {
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 0.5px solid rgba(0,0,0,0.12);
}
.rf-ed-title {
  font-family: var(--rf-ct);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 20px;
}
.rf-boutique-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
  margin-bottom: 32px;
}
.rf-boutique-col { border-top: 0.5px solid rgba(0,0,0,0.12); }
.rf-boutique-row {
  display: flex;
  align-items: center;
  padding: 13px 0;
  border-bottom: 0.5px solid rgba(0,0,0,0.12);
}
.rf-boutique-name {
  font-family: var(--rf-ct);
  font-size: 18px;
  font-weight: 600;
}

/* ── PRODUCT DETAIL PAGE ─────────────────────────────────── */
.rf-breadcrumb {
  padding: 14px 48px;
  border-bottom: 0.5px solid rgba(0,0,0,0.12);
  display: flex;
  gap: 8px;
  align-items: center;
}
.rf-breadcrumb a {
  font-family: var(--rf-sans);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  text-decoration: none;
}
.rf-breadcrumb a:hover { color: #111; }
.rf-breadcrumb span { font-family: var(--rf-sans); font-size: 10px; color: #aaa; }

.rf-pdp { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 56px); }

.rf-gallery {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  border-right: 0.5px solid rgba(0,0,0,0.12);
}
.rf-gallery-main {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f5f0ea;
}
.rf-gallery-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rf-gallery-thumbs { display: flex; border-top: 0.5px solid rgba(0,0,0,0.12); }
.rf-thumb {
  flex: 1;
  aspect-ratio: 3/4;
  border-right: 0.5px solid rgba(0,0,0,0.12);
  cursor: pointer;
  overflow: hidden;
}
.rf-thumb:last-child { border-right: none; }
.rf-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity 0.15s; }
.rf-thumb:hover img { opacity: 0.8; }
.rf-thumb.active { outline: 1px solid var(--rf-gold); outline-offset: -1px; }

.rf-info { padding: 48px 52px 64px; overflow-y: auto; }
.rf-info-eyebrow {
  font-family: var(--rf-sans);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rf-gold);
  margin-bottom: 10px;
}
.rf-info-title {
  font-family: var(--rf-ct);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 10px;
}
.rf-info-price {
  font-family: var(--rf-ct);
  font-size: 24px;
  margin-bottom: 28px;
}
.rf-info-tagline {
  font-family: var(--rf-ct);
  font-size: 17px;
  font-style: italic;
  color: #888;
  line-height: 1.75;
  margin-bottom: 32px;
  padding-left: 14px;
  border-left: 1.5px solid var(--rf-gold-border);
}

.rf-selector-label {
  font-family: var(--rf-sans);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 12px;
}
.rf-finish-options { display: flex; gap: 10px; margin-bottom: 32px; flex-wrap: wrap; }
.rf-finish-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 0.5px solid rgba(0,0,0,0.2);
  cursor: pointer;
  background: none;
  font-family: var(--rf-ct);
  font-size: 15px;
  transition: border-color 0.15s;
}
.rf-finish-btn:hover { border-color: #111; }
.rf-finish-btn.active { border-color: var(--rf-gold); border-width: 1px; }
.rf-finish-swatch { width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0; }

.rf-purchase-row { display: flex; gap: 12px; align-items: center; margin-bottom: 28px; }
.rf-qty-ctrl { display: flex; align-items: center; border: 0.5px solid rgba(0,0,0,0.2); }
.rf-qty-btn {
  width: 36px; height: 48px;
  background: none; border: none;
  font-size: 18px; cursor: pointer;
  font-family: var(--rf-ct);
  display: flex; align-items: center; justify-content: center;
}
.rf-qty-val { width: 36px; text-align: center; font-family: var(--rf-ct); font-size: 17px; }

.rf-acc { border-top: 0.5px solid rgba(0,0,0,0.12); }
.rf-acc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
  border-bottom: 0.5px solid rgba(0,0,0,0.12);
}
.rf-acc-title {
  font-family: var(--rf-sans);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.rf-acc-icon { font-size: 18px; color: #aaa; transition: transform 0.2s; line-height: 1; }
.rf-acc-icon.open { transform: rotate(45deg); }
.rf-acc-body {
  font-family: var(--rf-ct);
  font-size: 16px;
  color: #888;
  line-height: 1.85;
  padding: 16px 0;
  display: none;
  border-bottom: 0.5px solid rgba(0,0,0,0.12);
}
.rf-acc-body.open { display: block; }
.rf-acc-body ul { padding-left: 18px; }
.rf-acc-body li { margin-bottom: 6px; }

/* ── ABOUT PAGE ──────────────────────────────────────────── */
.rf-page-hdr {
  padding: 72px 48px 56px;
  text-align: center;
  border-bottom: 0.5px solid rgba(0,0,0,0.12);
}
.rf-page-eyebrow {
  font-family: var(--rf-sans);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rf-gold);
  margin-bottom: 16px;
}
.rf-page-title {
  font-family: var(--rf-ct);
  font-size: 52px;
  font-weight: 600;
  line-height: 1.08;
}
.rf-narrative {
  max-width: 680px;
  margin: 0 auto;
  padding: 64px 48px 56px;
}
.rf-narrative p {
  font-family: var(--rf-ct);
  font-size: 19px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 28px;
}
.rf-narrative p:last-child { margin-bottom: 0; }
.rf-narrative .rf-lead { font-size: 22px; color: #111; font-style: italic; }
.rf-sig-divider { text-align: center; padding: 0 48px 56px; }
.rf-sig-divider img { height: 26px; width: auto; opacity: 0.5; }
.rf-about-photo {
  width: 100%;
  border-top: 0.5px solid rgba(0,0,0,0.12);
  border-bottom: 0.5px solid rgba(0,0,0,0.12);
  aspect-ratio: 21/9;
  overflow: hidden;
}
.rf-about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── FINISH BUTTON / QTY OVERRIDES ──────────────────────── */
.rf-finish-btn { color: #111; }
.rf-qty-btn { color: #111; }
.rf-qty-val { color: #111; }
.rf-finish-btn.active { border-color: #111; border-width: 1px; }

/* ── MOBILE ──────────────────────────────────────────────── */
@media (max-width: 768px) {

  /* NAV — hide text links, show logo + icons only */
  .rf-nav {
    padding: 0 16px;
    height: 52px;
  }
  .rf-nav-left { display: none; }
  .rf-nav-center img { height: 28px; }
  .rf-nav-right { gap: 16px; }

  /* FOOTER */
  .rf-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    padding: 36px 24px 28px;
  }
  .rf-footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 16px 24px;
  }

  /* HOMEPAGE — hero */
  .rf-hero { height: 60vh; min-height: 300px; }
  .rf-hero-content { padding: 28px 24px; }
  .rf-hero-h1 { font-size: 32px; max-width: 100%; }

  /* HOMEPAGE — shop grid: 1 column on mobile */
  .rf-shop-section { padding: 36px 20px 48px; }
  .rf-shop-grid { grid-template-columns: 1fr; gap: 32px; }

  /* HOMEPAGE — editorial: stack vertically */
  .rf-editorial { grid-template-columns: 1fr; }
  .rf-editorial-img { min-height: 240px; }
  .rf-editorial-copy {
    padding: 36px 24px;
    border-left: none;
    border-top: 0.5px solid rgba(0,0,0,0.12);
  }
  .rf-ed-title { font-size: 28px; }
  .rf-boutique-list { grid-template-columns: 1fr; gap: 0; }

  /* PRODUCT DETAIL PAGE — stack vertically */
  .rf-breadcrumb { padding: 12px 20px; }
  .rf-pdp {
    grid-template-columns: 1fr;
    min-height: unset;
  }
  .rf-gallery {
    position: static;
    height: auto;
    border-right: none;
    border-bottom: 0.5px solid rgba(0,0,0,0.12);
  }
  .rf-gallery-main { aspect-ratio: 3/4; height: auto; }
  .rf-info { padding: 28px 20px 48px; overflow-y: visible; }
  .rf-info-title { font-size: 30px; }
  .rf-info-price { font-size: 20px; margin-bottom: 20px; }
  .rf-purchase-row { flex-wrap: wrap; }
  .rf-btn-dark { width: 100% !important; }
}

