/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Unexpected "{"
Line 16:11 Expected ":"
Line 17:0 Unexpected "{"
Line 17:1 Unexpected "{"
Line 17:11 Expected ":"
Line 20:9 Expected identifier but found whitespace
Line 20:11 Unexpected "{"
Line 20:21 Expected ":"
Line 21:9 Expected identifier but found whitespace
... and 67 more hidden warnings

**/
{{ settings.font_heading | font_face: font_display: 'swap' }}
{{ settings.font_body | font_face: font_display: 'swap' }}

:root {
  --navy: {{ settings.color_navy }};
  --gold: {{ settings.color_gold }};
  --cream: {{ settings.color_cream }};
  --text: {{ settings.color_text }};
  --muted: {{ settings.color_muted }};
  --border: #dcd8cf;
  --sand: #f0ede6;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--text); font-family: {{ settings.font_body.family }}, {{ settings.font_body.fallback_families }}; font-size: 16px; line-height: 1.5; text-rendering: optimizeLegibility; }
body.no-scroll { overflow: hidden; }

/* Responsive Image Base Rule */
img { display: block; max-width: 100%; height: auto; object-fit: contain; }

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { border: 0; cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.skip-to-content { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 15px; transform: translateY(-200%); background: var(--navy); color: #fff; font-size: 12px; }
.skip-to-content:focus { transform: translateY(0); }
.page-width { width: min(100% - 40px, 1180px); margin: 0 auto; }
.serif { font-family: {{ settings.font_heading.family }}, {{ settings.font_heading.fallback_families }}; }
.eyebrow { margin: 0; color: #b08236; font-size: 10px; font-weight: 700; letter-spacing: .25em; line-height: 1.2; text-transform: uppercase; }

.announcement-bar { padding: 10px 20px; background: var(--navy); color: #f7f0df; font-size: 11px; font-weight: 600; letter-spacing: .18em; line-height: 1.4; text-align: center; text-transform: uppercase; }
.announcement-bar__divider { margin: 0 10px; color: var(--gold); }
.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid var(--border); background: color-mix(in srgb, var(--cream) 95%, transparent); backdrop-filter: blur(12px); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: {{ settings.font_heading.family }}, Georgia, serif; font-size: 20px; }
.brand__name { display: block; font-family: {{ settings.font_heading.family }}, Georgia, serif; font-size: 18px; letter-spacing: .13em; line-height: 1; }
.brand__subtext { display: block; margin-top: 4px; color: #718093; font-size: 9px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.site-nav { display: flex; gap: 32px; margin-left: 50px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-nav a, .footer a, .footer button { transition: color .2s ease; }
.site-nav a:hover, .footer a:hover, .footer button:hover { color: #c08d35; }
.header-actions { display: flex; align-items: center; gap: 2px; }
.icon-button { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; padding: 0; border-radius: 50%; background: transparent; color: var(--text); transition: background .2s ease; }
.icon-button:hover { background: #ece8df; }
.icon-button svg { width: 18px; height: 18px; }
.cart-count { position: absolute; top: 4px; right: 3px; display: flex; align-items: center; justify-content: center; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 20px; background: var(--gold); color: var(--navy); font-size: 9px; font-weight: 700; }
.mobile-menu-toggle { display: none; }
.search-bar { display: none; border-top: 1px solid var(--border); }
.search-bar.is-open { display: block; }
.search-bar__inner { display: flex; align-items: center; gap: 12px; padding: 16px 0; }
.search-bar input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--text); font-size: 14px; }
.mobile-nav { display: none; border-top: 1px solid var(--border); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 14px 24px; font-size: 11px; font-weight: 700; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.button--primary { background: var(--navy); color: #fff; }
.button--primary:hover { background: #203651; }
.button--gold { background: #dfbf75; color: var(--navy); }
.button--gold:hover { background: #f0d89e; }
.button--outline-light { border: 1px solid rgb(255 255 255 / 40%); color: #fff; }
.button--outline-light:hover { background: rgb(255 255 255 / 10%); }
.button--text { min-height: auto; padding: 0 0 8px; border-bottom: 1px solid currentColor; background: transparent; color: var(--gold); }
.button svg { width: 16px; height: 16px; transition: transform .2s ease; }
.button:hover svg { transform: translateX(4px); }

.hero { position: relative; min-height: 700px; overflow: hidden; background: var(--navy); }
.hero__image, .story__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__image { opacity: .7; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(16 27 42 / 95%), rgb(16 27 42 / 55%) 52%, transparent); }
.hero__content { position: relative; display: flex; align-items: center; min-height: 700px; color: #fffdf8; }
.hero__copy { max-width: 550px; }
.hero__eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: #e3c982; }
.hero__eyebrow::before { width: 40px; height: 1px; background: var(--gold); content: ''; }
.hero h1 { margin: 0; font-family: {{ settings.font_heading.family }}, Georgia, serif; font-size: clamp(52px, 7vw, 88px); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
.hero h1 em { color: #dfbf75; font-style: italic; }
.hero__text { max-width: 430px; margin: 28px 0 0; color: #e8e8e4; font-size: 18px; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero__scroll { position: absolute; right: 0; bottom: 32px; display: flex; align-items: center; gap: 12px; color: rgb(255 255 255 / 70%); font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

.value-strip { padding: 40px 0; border-bottom: 1px solid #dedbd3; background: var(--sand); }
.value-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.value-item { display: flex; align-items: center; gap: 16px; padding: 0 28px; border-right: 1px solid #d4d0c7; }
.value-item:first-child { padding-left: 0; }
.value-item:last-child { border-right: 0; }
.value-item__icon { color: #c08d35; font-size: 24px; line-height: 1; }
.value-item__title { margin: 0; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.value-item__text { margin: 4px 0 0; color: var(--muted); font-size: 14px; }

.section { padding: 112px 0; }
.section__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.section__heading h2 { margin: 14px 0 0; font-family: {{ settings.font_heading.family }}, Georgia, serif; font-size: clamp(38px, 5vw, 56px); font-weight: 400; letter-spacing: -.025em; line-height: 1.08; }
.section__intro { max-width: 370px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.collection-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 48px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.collection-tabs { display: flex; gap: 32px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.collection-tabs::-webkit-scrollbar { display: none; }
.collection-tab { flex: 0 0 auto; padding: 0; background: transparent; color: #718093; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.collection-tab.is-active, .collection-tab:hover { color: var(--text); }
.collection-tab.is-active::after { display: inline-block; width: 4px; height: 4px; margin-left: 8px; border-radius: 50%; background: var(--gold); vertical-align: middle; content: ''; }
.collection-sort { display: flex; align-items: center; gap: 8px; padding: 0; background: transparent; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 32px; }
.product-card { min-width: 0; }
.product-card__image-wrap { position: relative; overflow: hidden; aspect-ratio: .82; background: #e8e4dc; }
.product-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.product-card:hover .product-card__image { transform: scale(1.05); }
.product-card__badge { position: absolute; top: 12px; left: 12px; padding: 5px 10px; background: var(--cream); color: var(--navy); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-card__wishlist { position: absolute; top: 12px; right: 12px; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: rgb(247 245 240 / 90%); color: var(--navy); }
.product-card__wishlist.is-active { color: #c08d35; }
.product-card__quick-add { position: absolute; right: 12px; bottom: 12px; left: 12px; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.product-card:hover .product-card__quick-add, .product-card:focus-within .product-card__quick-add { opacity: 1; transform: translateY(0); }
.product-card__quick-add .button { width: 100%; }
.product-card__meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding-top: 16px; }
.product-card__title { margin: 0; font-family: {{ settings.font_heading.family }}, Georgia, serif; font-size: 20px; font-weight: 400; line-height: 1.15; }
.product-card__category { margin: 4px 0 0; color: #89919c; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.price { white-space: nowrap; font-size: 14px; font-weight: 600; }

.story { background: var(--navy); color: var(--cream); }
.story__grid { display: grid; grid-template-columns: 1fr 1fr; }
.story__media { position: relative; min-height: 520px; overflow: hidden; }
.story__image { object-position: center; }
.story__copy { display: flex; flex-direction: column; justify-content: center; padding: 64px 80px; }
.story__copy h2 { max-width: 520px; margin: 20px 0 0; font-family: {{ settings.font_heading.family }}, Georgia, serif; font-size: clamp(38px, 5vw, 58px); font-weight: 400; letter-spacing: -.03em; line-height: 1.05; }
.story__copy p { max-width: 440px; margin: 28px 0 0; color: #c6cbd0; font-size: 16px; line-height: 1.75; }
.story__copy .button { align-self: flex-start; margin-top: 36px; }

.journal-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; margin-top: 40px; }
.journal-feature { position: relative; min-height: 340px; overflow: hidden; background: #d4d0c7; color: #fff; }
.journal-feature img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.journal-feature:hover img { transform: scale(1.05); }
.journal-feature::after { position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgb(16 27 42 / 80%)); content: ''; }
.journal-feature__content { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; }
.journal-feature h3, .journal-card h3 { margin: 8px 0 0; font-family: {{ settings.font_heading.family }}, Georgia, serif; font-size: 32px; font-weight: 400; line-height: 1.1; }
.journal-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 340px; padding: 28px; background: #e8e4dc; }
.journal-card svg { color: #b08236; }
.journal-card__text { margin-top: 40px; }
.journal-card p:not(.eyebrow) { margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.footer { padding: 48px 0 28px; background: #101b2a; color: var(--cream); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.5fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgb(255 255 255 / 15%); }
.footer__text { max-width: 270px; margin: 20px 0 0; color: #aeb6c0; font-size: 14px; line-height: 1.7; }
.footer__heading { margin: 0; color: #dfbf75; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.footer__links { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; color: #c5cbd2; font-size: 14px; }
.newsletter-text { margin: 20px 0 0; color: #aeb6c0; font-size: 14px; line-height: 1.7; }
.newsletter-form { display: flex; margin-top: 16px; padding-bottom: 10px; border-bottom: 1px solid rgb(255 255 255 / 30%); }
.newsletter-form input { width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font-size: 14px; }
.newsletter-form input::placeholder { color: #778391; }
.newsletter-form button { padding: 0; background: transparent; color: #dfbf75; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; color: #778391; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

.drawer-overlay, .modal-overlay { position: fixed; z-index: 50; inset: 0; background: rgb(16 27 42 / 60%); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.drawer-overlay.is-open, .modal-overlay.is-open { opacity: 1; visibility: visible; }
.cart-drawer { position: absolute; top: 0; right: 0; display: flex; flex-direction: column; width: min(100%, 440px); height: 100%; background: var(--cream); box-shadow: -10px 0 30px rgb(0 0 0 / 12%); transform: translateX(100%); transition: transform .3s ease; }
.drawer-overlay.is-open .cart-drawer { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid var(--border); }
.drawer-header h2 { margin: 4px 0 0; font-family: {{ settings.font_heading.family }}, Georgia, serif; font-size: 28px; font-weight: 400; }
.drawer-header h2 span { color: #718093; font-family: inherit; font-size: 14px; }
.drawer-content { flex: 1; overflow-y: auto; padding: 20px 24px; }
.cart-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; color: var(--muted); text-align: center; }
.cart-empty svg { color: #b08236; }
.cart-empty h3 { margin: 20px 0 0; color: var(--text); font-family: {{ settings.font_heading.family }}, Georgia, serif; font-size: 26px; font-weight: 400; }
.cart-empty p { max-width: 270px; margin: 8px 0 0; font-size: 14px; line-height: 1.7; }
.cart-item { display: flex; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.cart-item + .cart-item { margin-top: 20px; }
.cart-item__image { width: 80px; height: 96px; object-fit: cover; }
.cart-item__details { display: flex; flex: 1; flex-direction: column; justify-content: space-between; }
.cart-item__top { display: flex; justify-content: space-between; gap: 12px; }
.cart-item__title { margin: 0; font-family: {{ settings.font_heading.family }}, Georgia, serif; font-size: 19px; line-height: 1.15; }
.cart-item__variant { margin: 4px 0 0; color: #718093; font-size: 12px; }
.cart-item__remove { display: inline-flex; align-items: center; gap: 4px; align-self: flex-start; padding: 0; background: transparent; color: #718093; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cart-footer { padding: 24px; border-top: 1px solid var(--border); }
.cart-subtotal { display: flex; justify-content: space-between; font-size: 14px; }
.cart-subtotal span:first-child { color: #718093; }
.cart-shipping-note { margin: 8px 0 0; color: #718093; font-size: 12px; }
.cart-footer .button { width: 100%; margin-top: 20px; }

.product-modal { position: absolute; top: 50%; left: 50%; display: grid; width: min(100% - 40px, 920px); max-height: 92vh; overflow: auto; background: var(--cream); transform: translate(-50%, -45%); opacity: 0; transition: transform .3s ease, opacity .3s ease; }
.modal-overlay.is-open .product-modal { transform: translate(-50%, -50%); opacity: 1; }
.product-modal__image { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.product-modal__content { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.product-modal__content h2 { margin: 12px 0 0; font-family: {{ settings.font_heading.family }}, Georgia, serif; font-size: 44px; font-weight: 400; line-height: 1.05; }
.product-modal__description { margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-modal__price { margin: 16px 0 0; font-size: 18px; font-weight: 600; }
.product-modal__selector { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; padding: 16px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.product-modal__selector select { border: 0; outline: 0; background: transparent; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.product-modal__content .button { width: 100%; margin-top: 28px; }
.product-modal__note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 16px 0 0; color: #718093; font-size: 10px; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.close-button { position: absolute; z-index: 2; top: 16px; right: 16px; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgb(247 245 240 / 90%); color: var(--text); }

/* Responsive Media Queries */
@media (max-width: 990px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .site-nav { gap: 20px; margin-left: 20px; }
  .story__copy { padding: 56px 40px; }
}

@media (max-width: 749px) {
  /* Dynamic Responsive Images for Mobile */
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }

  .page-width { width: min(100% - 32px, 1180px); }
  .announcement-bar { padding: 9px 14px; font-size: 9px; letter-spacing: .13em; }
  .site-header__inner { min-height: 70px; }
  .site-nav, .header-actions .icon-button--wishlist { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .mobile-nav.is-open { display: block; }
  .mobile-nav__links { display: flex; flex-direction: column; gap: 20px; padding: 20px 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
  .hero { min-height: 480px; }
  .hero__content { min-height: 480px; }
  .hero__text { font-size: 16px; line-height: 1.65; }
  .hero__scroll { display: none; }
  .value-strip { padding: 28px 0; }
  .value-strip__grid { grid-template-columns: 1fr; gap: 24px; }
  .value-item, .value-item:first-child { padding: 0; border: 0; }
  .section { padding: 80px 0; }
  .section__heading { display: block; }
  .section__intro { margin-top: 20px; }
  .collection-toolbar { margin-top: 32px; }
  .collection-sort { display: none; }
  .collection-tabs { gap: 20px; }
  .product-card__quick-add { display: none; }
  .product-card__title { font-size: 17px; }
  .product-card__category { font-size: 9px; }
  .product-card__meta .price { font-size: 12px; }
  .story__grid { grid-template-columns: 1fr; }
  .story__media { min-height: 300px; }
  .story__copy { padding: 64px 24px 72px; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-feature, .journal-card { min-height: 320px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .footer__grid > :first-child, .footer__grid > :last-child { grid-column: 1 / -1; }
  .footer__bottom { flex-direction: column; gap: 8px; }
  .product-modal { grid-template-columns: 1fr; width: min(100% - 24px, 600px); }
  .product-modal__image { min-height: 260px; max-height: 320px; object-fit: cover; }
  .product-modal__content { padding: 32px 24px 28px; }
  .product-modal__content h2 { font-size: 36px; }
}

@media (max-width: 550px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }
}