/** Shopify CDN: Minification failed

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

**/
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Montserrat', sans-serif; background: #f5f0e8; }

/* NAV */
.nav { background: #1e3a1e; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 64px; position: sticky; top: 0; z-index: 100; }
.nav-logo { display: flex; flex-direction: column; align-items: center; cursor: pointer; line-height: 1; text-decoration: none; }
.nav-logo-top { font-family: 'Playfair Display', serif; color: #e8dfc8; font-size: 15px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; }
.nav-logo-bottom { display: flex; align-items: center; gap: 6px; margin-top: 2px; }
.nav-logo-line { width: 20px; height: 1px; background: #e8dfc8; opacity: 0.7; }
.nav-logo-sub { font-family: 'Montserrat', sans-serif; color: #e8dfc8; font-size: 7px; font-weight: 500; letter-spacing: 3.5px; text-transform: uppercase; opacity: 0.85; }
.nav-links { display: flex; gap: 1.5rem; }
.nav-links a { color: #b5c9a8; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; font-weight: 500; }
.nav-links a:hover, .nav-links a.active { color: #e8dfc8; }
.nav-right { display: flex; align-items: center; gap: 12px; }
.cart-badge { background: #c4a35a; color: #1e2a1e; font-size: 9px; font-weight: 700; border-radius: 50%; width: 17px; height: 17px; display: flex; align-items: center; justify-content: center; margin-left: -8px; margin-top: -10px; }

/* HERO */
.hero { background: #1e3a1e; min-height: 580px; display: flex; align-items: center; justify-content: center; padding: 4rem 3rem; text-align: center; }
.hero-content { max-width: 580px; }
.hero-sub { color: #8aab7a; font-size: 11px; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 1rem; }
.hero-title { font-family: 'Playfair Display', serif; color: #e8dfc8; font-size: 56px; font-weight: 400; line-height: 1.15; margin-bottom: 0.5rem; }
.hero-rule { width: 60px; height: 1px; background: #8aab7a; margin: 1.25rem auto; }
.hero-desc { color: #a3b89a; font-size: 14px; line-height: 1.85; margin-bottom: 2.5rem; font-weight: 300; }
.hero-btn { display: inline-block; background: #ffffff; color: #1e3a1e; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; padding: 18px 42px; cursor: pointer; border-radius: 4px; border: none; text-decoration: none; }
.hero-btn:hover { background: #c4a35a; color: #fff; }

/* STORY */
.story-sec { background: #1e3a1e; display: grid; grid-template-columns: 1fr 1fr; min-height: 400px; }
.story-img { background: #162e16; display: flex; align-items: center; justify-content: center; padding: 2rem; min-height: 380px; overflow: hidden; }
.story-img img { width: 50%; height: auto; object-fit: contain; filter: invert(1) sepia(0.3) saturate(0.5) brightness(0.8); }

.story-text { padding: 3.5rem 3rem; display: flex; flex-direction: column; justify-content: center; }
.story-label { font-size: 10px; letter-spacing: 3px; color: #8aab7a; text-transform: uppercase; margin-bottom: 0.9rem; }
.story-heading { font-family: 'Playfair Display', serif; color: #e8dfc8; font-size: 28px; font-weight: 400; line-height: 1.3; margin-bottom: 1rem; }
.story-body { color: #a3b89a; font-size: 13px; line-height: 1.9; font-weight: 300; margin-bottom: 1.25rem; }
.story-link { color: #c4a35a; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; }

/* TRUST */
.trust-wrap { background: #f5f0e8; padding: 3rem 2rem; }
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 760px; margin: 0 auto; text-align: center; }
.trust-icon { font-size: 24px; color: #1e3a1e; margin-bottom: 0.5rem; display: block; }
.trust-label { font-size: 11px; font-weight: 600; color: #1e3a1e; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }
.trust-desc { font-size: 11px; color: #5a6e5a; line-height: 1.6; }

/* SHOP HERO */
.shop-hero { background: #1e3a1e; min-height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 3.5rem 2rem; position: relative; overflow: hidden; }
.shop-hero-label { color: #8aab7a; font-size: 10px; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 1rem; }
.shop-hero h1 { font-family: 'Playfair Display', serif; color: #e8dfc8; font-size: 52px; font-weight: 400; line-height: 1.1; margin-bottom: 0.75rem; }
.shop-hero-rule { width: 60px; height: 1px; background: #c4a35a; margin: 0 auto 1rem; }
.shop-hero p { color: #a3b89a; font-size: 13px; letter-spacing: 1px; font-weight: 300; }

/* PRODUCTS */
.sec { padding: 2.5rem 1.5rem; }
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.prod-card { background: #fff; border: 0.5px solid #ddd8cc; }
.prod-img { aspect-ratio: 1; background: #2d4a2d; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.prod-img img { width: 100%; height: 100%; object-fit: cover; }
.prod-img i { font-size: 40px; color: #8aab7a; opacity: 0.3; }
.prod-info { padding: 0.75rem; }
.prod-cat { font-size: 9px; letter-spacing: 2px; color: #8a9a8a; text-transform: uppercase; margin-bottom: 2px; }
.prod-name { font-family: 'Playfair Display', serif; font-size: 13px; color: #1e2a1e; margin-bottom: 6px; }
.prod-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; }
.prod-price { font-size: 12px; color: #1e3a1e; font-weight: 600; }
.prod-select { width: 100%; font-size: 10px; border: 0.5px solid #c0b8a8; background: #fff; color: #1e2a1e; padding: 4px 6px; font-family: 'Montserrat', sans-serif; margin-bottom: 6px; }
.prod-bundle { font-size: 9px; color: #8a9a8a; line-height: 1.5; margin-bottom: 5px; }
.add-btn { background: #1e3a1e; color: #e8dfc8; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; border: none; padding: 6px 12px; cursor: pointer; font-family: 'Montserrat', sans-serif; text-decoration: none; display: inline-block; }
.add-btn:hover { background: #c4a35a; color: #1e2a1e; }
.soon-btn { background: #5a6e5a; color: #e8dfc8; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; border: none; padding: 6px 12px; font-family: 'Montserrat', sans-serif; cursor: default; opacity: 0.7; }
.badge-new { position: absolute; top: 6px; left: 6px; background: #c4a35a; color: #1e2a1e; font-size: 8px; letter-spacing: 1px; text-transform: uppercase; padding: 2px 7px; font-weight: 700; }
.badge-soon { position: absolute; top: 6px; left: 6px; background: #5a6e5a; color: #e8dfc8; font-size: 8px; letter-spacing: 1px; text-transform: uppercase; padding: 2px 7px; font-weight: 700; }
.custom-note { font-size: 8px; color: #c4a35a; margin-top: 4px; display: block; }

/* PRODUCT PAGE */
.product-page { max-width: 600px; margin: 3rem auto; padding: 0 2rem; display: block; }
.product-page-img { background: #2d4a2d; width: 100%; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-page-img img { width: 100%; height: 100%; object-fit: cover; }
.product-page-info { padding: 1rem 0; }
.product-page-title { font-family: 'Playfair Display', serif; font-size: 32px; color: #1e2a1e; font-weight: 400; margin-bottom: 0.5rem; }
.product-page-price { font-size: 20px; color: #1e3a1e; font-weight: 600; margin-bottom: 1.5rem; }
.product-page-desc { font-size: 13px; color: #3a4a3a; line-height: 1.9; margin-bottom: 1.5rem; font-weight: 300; }
.product-page-form select { width: 100%; font-size: 12px; border: 0.5px solid #c0b8a8; background: #fff; color: #1e2a1e; padding: 8px 12px; font-family: 'Montserrat', sans-serif; margin-bottom: 1rem; }
.product-page-form label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #5a6e5a; display: block; margin-bottom: 5px; font-weight: 500; }
.atc-btn { width: 100%; background: #1e3a1e; color: #e8dfc8; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; border: none; padding: 16px; cursor: pointer; font-family: 'Montserrat', sans-serif; font-weight: 600; border-radius: 4px; }
.atc-btn:hover { background: #c4a35a; color: #fff; }

/* CART PAGE */
.cart-page { max-width: 680px; margin: 3rem auto; padding: 0 2rem; }
.cart-page h1 { font-family: 'Playfair Display', serif; font-size: 28px; color: #1e3a1e; font-weight: 400; margin-bottom: 2rem; }
.cart-line { display: flex; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 0.5px solid #ddd8cc; }
.cart-line-img { width: 70px; height: 70px; background: #2d4a2d; overflow: hidden; flex-shrink: 0; }
.cart-line-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-line-info { flex: 1; }
.cart-line-title { font-family: 'Playfair Display', serif; font-size: 14px; color: #1e2a1e; margin-bottom: 3px; }
.cart-line-price { font-size: 13px; color: #1e3a1e; font-weight: 600; }
.cart-line-qty { font-size: 11px; color: #6a7a6a; }
.cart-totals { background: #fff; border: 0.5px solid #ddd8cc; padding: 1.5rem; margin-top: 1.5rem; }
.cart-total-row { display: flex; justify-content: space-between; font-size: 13px; color: #3a4a3a; margin-bottom: 8px; }
.cart-total-row.final { font-size: 16px; font-weight: 600; color: #1e3a1e; border-top: 0.5px solid #ddd8cc; padding-top: 12px; margin-top: 4px; }
.checkout-btn { width: 100%; background: #1e3a1e; color: #e8dfc8; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; border: none; padding: 16px; cursor: pointer; font-family: 'Montserrat', sans-serif; font-weight: 600; margin-top: 1rem; border-radius: 4px; }
.checkout-btn:hover { background: #c4a35a; color: #fff; }

/* ABOUT */
.ab-hero { background: #1e3a1e; padding: 3rem 1.5rem; text-align: center; }
.ab-hero-label { color: #8aab7a; font-size: 10px; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 0.6rem; }
.ab-hero h1 { font-family: 'Playfair Display', serif; color: #e8dfc8; font-size: 36px; font-weight: 400; }
.ab-hero-rule { width: 40px; height: 1px; background: #c4a35a; margin: 1rem auto 0; }
.ab-maker { background: #1e3a1e; display: grid; grid-template-columns: 1fr 1fr; }
.ab-maker-img { overflow: hidden; max-height: 500px; }
.ab-maker-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.ab-maker-text { padding: 3rem 2.5rem; display: flex; flex-direction: column; justify-content: center; }
.ab-label { font-size: 9px; letter-spacing: 4px; color: #c4a35a; text-transform: uppercase; margin-bottom: 0.6rem; font-weight: 600; }
.ab-name { font-family: 'Playfair Display', serif; color: #e8dfc8; font-size: 28px; font-weight: 400; margin-bottom: 0.3rem; }
.ab-loc { font-size: 10px; letter-spacing: 2px; color: #8aab7a; text-transform: uppercase; margin-bottom: 1rem; }
.ab-rule { width: 40px; height: 1px; background: #8aab7a; margin-bottom: 1.25rem; }
.ab-body { color: #a3b89a; font-size: 12px; line-height: 2; font-weight: 300; }
.ab-story-sec { display: grid; grid-template-columns: 1fr 1fr; }
.ab-story-text { padding: 3rem 2.5rem; background: #f5f0e8; display: flex; flex-direction: column; justify-content: center; }
.ab-story-img { overflow: hidden; max-height: 460px; }
.ab-story-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ab-story-label { font-size: 9px; letter-spacing: 4px; color: #c4a35a; text-transform: uppercase; margin-bottom: 0.6rem; font-weight: 600; }
.ab-story-heading { font-family: 'Playfair Display', serif; font-size: 22px; color: #1e3a1e; font-weight: 400; line-height: 1.3; margin-bottom: 0.75rem; }
.ab-story-body { font-size: 12px; color: #3a4a3a; line-height: 2; font-weight: 300; }
.ab-values { background: #1e3a1e; padding: 3rem 1.5rem; }
.ab-values-title { font-family: 'Playfair Display', serif; font-size: 22px; color: #e8dfc8; font-weight: 400; text-align: center; margin-bottom: 0.4rem; }
.ab-values-rule { width: 40px; height: 1px; background: #c4a35a; margin: 0.5rem auto 2rem; }
.ab-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 680px; margin: 0 auto; }
.ab-value { padding: 1.5rem; background: rgba(255,255,255,0.05); border: 0.5px solid rgba(255,255,255,0.08); text-align: center; }
.ab-value i { font-size: 22px; color: #c4a35a; margin-bottom: 0.75rem; display: block; }
.ab-value h4 { font-family: 'Playfair Display', serif; color: #e8dfc8; font-size: 13px; font-weight: 400; margin-bottom: 0.4rem; }
.ab-value p { font-size: 10px; color: #8aab7a; line-height: 1.6; font-weight: 300; }

/* CONTACT */
.contact-hero { background: #1e3a1e; padding: 3rem 1.5rem; text-align: center; }
.contact-hero h1 { font-family: 'Playfair Display', serif; color: #e8dfc8; font-size: 36px; font-weight: 400; margin-bottom: 0.3rem; }
.contact-hero p { color: #8aab7a; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.contact-wrap { padding: 3rem 1.5rem; max-width: 560px; margin: 0 auto; }
.field { margin-bottom: 1rem; }
.field label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #5a6e5a; display: block; margin-bottom: 5px; font-weight: 500; }
.field input, .field textarea { width: 100%; border: 0.5px solid #c0b8a8; background: #fff; color: #1e2a1e; padding: 10px 14px; font-family: 'Montserrat', sans-serif; font-size: 13px; }
.field textarea { height: 120px; resize: vertical; }
.submit-btn { background: #1e3a1e; color: #e8dfc8; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; border: none; padding: 14px 32px; cursor: pointer; font-family: 'Montserrat', sans-serif; font-weight: 500; border-radius: 4px; }
.submit-btn:hover { background: #c4a35a; color: #1e2a1e; }
.contact-info { margin-top: 2rem; padding-top: 1.5rem; border-top: 0.5px solid #ddd8cc; }
.contact-info p { font-size: 13px; color: #5a6e5a; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.contact-info i { font-size: 16px; color: #1e3a1e; }

/* FOOTER */
.footer { background: #111d11; padding: 2.5rem 1.5rem; text-align: center; }
.footer-wordmark { display: flex; flex-direction: column; align-items: center; margin-bottom: 1.25rem; }
.footer-wordmark-top { font-family: 'Playfair Display', serif; color: #e8dfc8; font-size: 18px; font-weight: 700; letter-spacing: 5px; text-transform: uppercase; opacity: 0.8; }
.footer-wordmark-bottom { display: flex; align-items: center; gap: 8px; margin-top: 3px; }
.footer-wordmark-line { width: 28px; height: 1px; background: #e8dfc8; opacity: 0.4; }
.footer-wordmark-sub { font-family: 'Montserrat', sans-serif; color: #e8dfc8; font-size: 8px; font-weight: 500; letter-spacing: 4px; text-transform: uppercase; opacity: 0.5; }
.footer-links { display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 1rem; }
.footer-links a { color: #5a6e5a; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; }
.footer-links a:hover { color: #8aab7a; }
.footer-copy { font-size: 10px; color: #3a4a3a; letter-spacing: 1px; }
@media (max-width: 768px) {
  .ab-maker { grid-template-columns: 1fr; }
  .ab-story-sec { grid-template-columns: 1fr; }
  .story-sec { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-title { font-size: 36px; }
  .ab-maker-img img { max-height: 400px; object-fit: cover; }
  .ab-story-img { max-height: 350px; }
}@media (max-width: 768px) {
  .nav { padding: 0 1rem; }
  .nav-logo-top { font-size: 11px; letter-spacing: 2px; }
  .nav-logo-sub { font-size: 6px; letter-spacing: 2px; }
  .nav-logo-line { width: 14px; }
  .nav-links { gap: 0.75rem; }
  .nav-links a { font-size: 9px; }
  .ab-maker { grid-template-columns: 1fr; }
  .ab-story-sec { grid-template-columns: 1fr; }
  .story-sec { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-title { font-size: 36px; }
  .ab-maker-img img { max-height: 400px; object-fit: cover; }
  .ab-story-img { max-height: 350px; }
