/** Shopify CDN: Minification failed

Line 7:0 Unexpected "}"

**/
  .product-info::-webkit-scrollbar { display: none; }
}

.pinfo__cat { margin-bottom: 18px; }
.pinfo__name {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 300;
  line-height: 1.05; letter-spacing: -.03em;
  color: var(--navy); margin-bottom: 12px;
}
.pinfo__mat {
  font-size: .8125rem; color: var(--muted);
  letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 24px;
}
.pinfo__lead {
  font-family: var(--serif);
  font-size: 1.15rem; font-weight: 300; font-style: italic;
  line-height: 1.7; color: var(--navy);
  border-left: 2px solid var(--gold);
  padding-left: 16px; margin-bottom: 28px;
}

/* Price row */
.pinfo__price-row {
  display: flex; align-items: baseline; gap: 12px;
  margin-bottom: 0;
}
.pinfo__price {
  font-family: var(--serif);
  font-size: 2rem; font-weight: 300; letter-spacing: .01em;
  color: var(--navy);
}
.pinfo__price-note {
  font-size: .75rem; color: var(--muted); letter-spacing: .04em;
}

.divider { height: 1px; background: var(--border); margin: 24px 0; }

/* Option selectors */
.selector-label {
  font-size: .625rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 10px; display: block;
}
.size-btns { display: flex; flex-wrap: wrap; gap: 8px; }
.size-btn {
  padding: 11px 20px; font-size: .8125rem; font-family: var(--sans);
  border: 1px solid var(--border); background: transparent;
  color: var(--navy); cursor: pointer; letter-spacing: .02em;
  transition: border-color 220ms ease, background 220ms ease, color 220ms ease;
}
.size-btn:hover { border-color: rgba(26,26,46,.25); }
.size-btn.selected {
  border-color: var(--gold);
  background: rgba(201,169,110,.07);
}

/* Quantity */
.qty-row { display: flex; align-items: center; gap: 16px; margin-top: 20px; }
.qty-ctrl { display: flex; border: 1px solid var(--border); }
.qty-btn {
  width: 40px; height: 40px; background: none; border: none;
  font-size: 1rem; color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  transition: background 200ms ease;
}
.qty-btn:hover { background: rgba(26,26,46,.04); }
.qty-num {
  min-width: 44px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  font-size: .9375rem; font-family: var(--sans);
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

/* ATC button */
.atc-btn {
  width: 100%; margin-top: 20px;
  background: var(--navy); color: var(--cream); border: 1px solid var(--navy);
  padding: 19px 24px; font-family: var(--sans); font-size: .75rem;
  font-weight: 400; letter-spacing: .14em; text-transform: uppercase;
  transition: background 300ms ease, color 300ms ease, border-color 300ms ease;
  position: relative; overflow: hidden;
}
.atc-btn::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(255,252,242,.06); opacity: 0; transition: opacity 300ms ease;
}
.atc-btn:hover::after { opacity: 1; }
.atc-btn:active { transform: scale(.99); }
.atc-btn:disabled { opacity: .5; cursor: not-allowed; }

.trust-line {
  margin-top: 14px; font-size: .6875rem; color: var(--muted);
  text-align: center; letter-spacing: .05em; line-height: 1.8;
}

/* Key features */
.features { display: flex; flex-direction: column; gap: 0; }
.feature {
  display: grid; grid-template-columns: 1px 1fr;
  gap: 0 16px; padding: 18px 0;
  border-bottom: 1px solid var(--border); align-items: start;
}
.feature:first-child { border-top: 1px solid var(--border); }
.feature__bar { width: 1px; height: 100%; background: var(--gold); opacity: .5; margin-top: 2px; }
.feature__content {}
.feature__eye {
  font-size: .6rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 5px; display: block;
}
.feature__text { font-size: .9375rem; color: var(--navy); line-height: 1.6; }

/* Accordion */
.accordion { margin-top: 4px; }
.accordion-item { border-bottom: 1px solid var(--border); }
.accordion-item:first-child { border-top: 1px solid var(--border); }
.accordion-header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 17px 0; background: none; border: none; width: 100%; text-align: left;
  font-family: var(--sans); font-size: .75rem;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--navy); cursor: pointer;
}
.accordion-icon {
  font-size: .9rem; color: var(--muted);
  transition: transform 350ms var(--ease); flex-shrink: 0;
}
.accordion-item.open .accordion-icon { transform: rotate(45deg); }
.accordion-body {
  overflow: hidden; max-height: 0;
  transition: max-height 450ms var(--ease);
}
.accordion-item.open .accordion-body { max-height: 800px; }
.accordion-body p {
  font-family: var(--serif); font-size: .9375rem; font-weight: 300;
  line-height: 1.85; color: var(--muted); padding: 4px 0 22px;
}

/* ═══════════════════════════════════════════════════════
   PRODUCT STORY SECTIONS
═══════════════════════════════════════════════════════ */

/* Story Why (Navy) */
.story-why {
  background: var(--navy);
  padding: var(--pad-section) var(--pad-h);
  text-align: center;
  position: relative; overflow: hidden;
}
.story-why::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
  pointer-events: none;
}
.story-why__inner { position: relative; max-width: 680px; margin: 0 auto; }
.story-why__h2 {
  font-family: var(--serif); font-size: var(--h2);
  font-weight: 300; line-height: 1.15; letter-spacing: -.025em;
  color: var(--cream); margin: 20px 0 48px;
}
.story-why__body {
  font-family: var(--serif);
  font-size: 1.15rem; font-weight: 300; font-style: italic;
  line-height: 1.95; color: rgba(255,252,242,.62);
  text-align: left;
}
.story-why__body p + p { margin-top: 28px; }
.story-why__rule {
  width: 1px; height: 48px;
  background: var(--gold); opacity: .35;
  margin: 52px auto 0;
}

/* Story Materials (Cream) */
.story-materials {
  background: var(--cream); padding: var(--pad-section) 0;
  border-top: 1px solid var(--border);
}
.story-materials__head {
  text-align: center; padding: 0 var(--pad-h);
  margin-bottom: clamp(48px,7vw,80px);
}
.story-materials__h2 {
  font-family: var(--serif); font-size: var(--h2); font-weight: 300;
  letter-spacing: -.025em; color: var(--navy);
  margin-top: 14px; margin-bottom: 12px;
}
.story-materials__sub { font-size: .9375rem; color: var(--muted); }
.story-materials__grid {
  display: grid; grid-template-columns: 1fr;
  gap: 1px; background: var(--border);
}
.smat-card { background: var(--cream); overflow: hidden; }
.smat-card__img { aspect-ratio: 4/3; overflow: hidden; }
.smat-card__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 800ms var(--ease);
}
.smat-card:hover .smat-card__img img { transform: scale(1.03); }
.smat-card__body { padding: 36px 40px 52px; }
.smat-card__label {
  font-size: .6875rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.smat-card__title {
  font-family: var(--serif); font-size: 1.5rem; font-weight: 400;
  letter-spacing: -.01em; color: var(--navy); margin-bottom: 16px;
}
.smat-card__text { font-size: .9375rem; line-height: 1.75; color: var(--muted); }
.smat-card__detail {
  margin-top: 20px; padding-top: 20px;
  border-top: 1px solid var(--border);
  font-family: var(--serif); font-size: 1rem; font-weight: 300; font-style: italic;
  line-height: 1.7; color: var(--navy);
}

@media (min-width: 768px) {
  .story-why__body { text-align: left; }
  .story-materials__grid { grid-template-columns: repeat(3,1fr); }
  .smat-card__body { padding: 36px 40px 52px; }
}

/* Story Craft (Navy, split) */
.story-craft { background: var(--navy); overflow: hidden; }
.story-craft__grid { display: grid; grid-template-columns: 1fr; }
.story-craft__copy {
  order: 2; display: flex; flex-direction: column; justify-content: center;
  padding: 48px var(--pad-h) 56px;
}
.story-craft__h2 {
  font-family: var(--serif); font-size: var(--h2); font-weight: 300;
  line-height: 1.08; letter-spacing: -.025em; color: var(--cream);
  margin: 20px 0 36px;
}
.story-craft__body {
  font-family: var(--serif); font-size: 1.1rem; font-weight: 300; font-style: italic;
  line-height: 1.9; color: rgba(255,252,242,.6);
}
.story-craft__body p + p { margin-top: 24px; }
.story-craft__img-wrap { order: 1; aspect-ratio: 4/3; overflow: hidden; }
.story-craft__img-wrap img { width: 100%; height: 100%; object-fit: cover; }

@media (min-width: 768px) {
  .story-craft__grid { grid-template-columns: 50fr 50fr; min-height: 70vh; }
  .story-craft__copy { order: 1; padding: clamp(60px,10vw,120px) clamp(40px,6vw,80px); }
  .story-craft__img-wrap { order: 2; aspect-ratio: unset; }
}

/* ═══════════════════════════════════════════════════════
   RECOMMENDATIONS
═══════════════════════════════════════════════════════ */
.recs {
  background: var(--cream); padding: var(--pad-section) var(--pad-h);
  border-top: 1px solid var(--border);
}
.recs__head { text-align: center; margin-bottom: clamp(40px,6vw,64px); }
.recs__title {
  font-family: var(--serif); font-size: var(--h2); font-weight: 300;
  letter-spacing: -.02em; color: var(--navy); margin-top: 14px;
}
.recs__grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 640px)  { .recs__grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
@media (min-width: 1024px) { .recs__grid { grid-template-columns: repeat(3,1fr); } }

.rec-card { display: block; }
.rec-card__img { aspect-ratio: 3/4; overflow: hidden; margin-bottom: 18px; }
.rec-card__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 700ms var(--ease);
}
.rec-card:hover .rec-card__img img { transform: scale(1.03); }
.rec-card__name {
  font-family: var(--serif); font-size: 1.1rem; font-weight: 400;
  color: var(--navy); margin-bottom: 6px;
}
.rec-card__price { font-size: .9375rem; color: var(--muted); }

/* ═══════════════════════════════════════════════════════
   PROOF (Testimonials in product page)
═══════════════════════════════════════════════════════ */
.proof { padding: var(--pad-section) 0; border-top: 1px solid var(--border); }
.proof__wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad-h); }
.proof__eye  { text-align: center; margin-bottom: clamp(48px,7vw,72px); }
.proof__secondary { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--border); padding-top: 56px; gap: 0; }
.proof__mini { padding: 0 clamp(16px,4vw,56px); }
.proof__mini:first-child { border-bottom: 1px solid var(--border); padding-bottom: 40px; margin-bottom: 40px; }
@media (min-width: 768px) {
  .proof__secondary { grid-template-columns: 1fr 1fr; }
  .proof__mini:first-child { border-right: 1px solid var(--border); border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
}
.proof__mquote {
  font-family: var(--serif); font-size: 1.1rem; font-weight: 300; font-style: italic;
  line-height: 1.65; color: var(--navy); margin-bottom: 18px;
}
.proof__mquote::before { content: '\201C'; color: var(--gold); opacity: .55; }
.proof__mquote::after  { content: '\201D'; color: var(--gold); opacity: .55; }
.proof__mname { font-size: var(--caption); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* ═══════════════════════════════════════════════════════
   ABOUT PAGE SECTIONS
═══════════════════════════════════════════════════════ */

/* Philosophy */
.phil {
  background: var(--cream); padding: var(--pad-section) var(--pad-h);
}
.phil__inner { max-width: 620px; margin: 0 auto; text-align: center; }
.phil__text {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 300;
  line-height: 1.95; color: var(--navy);
}

/* Quality */
.quality { background: var(--navy); padding: var(--pad-section) var(--pad-h); }
.quality__grid {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: 1fr;
}
.quality__col {
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(255,252,242,.08);
}
.quality__col:last-child { padding-bottom: 0; border-bottom: none; }
@media (min-width: 768px) {
  .quality__grid { grid-template-columns: repeat(3,1fr); }
  .quality__col {
    padding: 0 clamp(24px,4vw,56px);
    border-bottom: none;
    border-right: 1px solid rgba(255,252,242,.08);
  }
  .quality__col:first-child { padding-left: 0; }
  .quality__col:last-child  { padding-right: 0; border-right: none; }
}
.quality__eye { color: var(--gold); margin-bottom: 18px; }
.quality__head {
  font-family: var(--serif); font-size: 1.3rem; font-weight: 300;
  line-height: 1.4; color: var(--cream); margin-bottom: 12px;
}
.quality__body { font-size: .9375rem; line-height: 1.7; color: rgba(255,252,242,.5); }

/* HG Split */
.hg { background: var(--cream); overflow: hidden; }
.hg__grid { display: grid; grid-template-columns: 1fr; }
.hg__img-wrap { overflow: hidden; order: 1; aspect-ratio: 4/3; }
.hg__img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hg__copy {
  order: 2; display: flex; flex-direction: column; justify-content: center;
  padding: 48px var(--pad-h);
}
@media (min-width: 768px) {
  .hg__grid { grid-template-columns: 45fr 55fr; min-height: 70vh; }
  .hg__img-wrap { order: unset; aspect-ratio: unset; }
  .hg__copy { order: unset; padding: clamp(60px,10vw,120px) clamp(40px,6vw,80px); }
}
.hg__eye { margin-bottom: 28px; }
.hg__h2 {
  font-family: var(--serif); font-size: var(--h2); font-weight: 300;
  line-height: 1.06; letter-spacing: -.03em; color: var(--navy); margin-bottom: 32px;
}
.hg__text {
  font-family: var(--serif); font-size: 1.15rem; font-weight: 300;
  font-style: italic; line-height: 1.9; color: var(--navy); max-width: 440px;
}

/* Closing */
.closing {
  background: var(--navy); padding: var(--pad-section) var(--pad-h);
  text-align: center;
}
.closing__inner { max-width: 560px; margin: 0 auto; }
.closing__statement {
  font-family: var(--serif); font-size: clamp(1.3rem,2.5vw,1.8rem); font-weight: 300;
  line-height: 1.55; letter-spacing: -.015em;
  color: var(--cream); margin-bottom: 40px;
}
.closing__cta {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .8125rem; font-weight: 400;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--cream); padding: 14px 32px;
  border: 1px solid rgba(255,252,242,.35);
  transition: border-color 300ms ease, background 300ms ease;
}
.closing__cta:hover { border-color: rgba(255,252,242,.7); background: rgba(255,252,242,.05); }

/* ═══════════════════════════════════════════════════════
   BUTTONS (global)
═══════════════════════════════════════════════════════ */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .8125rem; font-weight: 400; letter-spacing: .12em; text-transform: uppercase;
  color: var(--cream); background: var(--navy);
  padding: 16px 32px; border: 1px solid var(--navy);
  width: fit-content; margin-bottom: 18px;
  transition: transform 300ms ease, box-shadow 300ms ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(26,26,46,.2); }
.btn-text {
  font-size: .8125rem; letter-spacing: .05em; color: var(--muted);
  text-underline-offset: 3px; text-decoration: underline; text-decoration-color: transparent;
  transition: color 200ms ease, text-decoration-color 200ms ease;
}
.btn-text:hover { color: var(--navy); text-decoration-color: currentColor; }

/* ═══════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════ */
.footer { background: var(--navy); border-top: 1px solid rgba(255,252,242,.06); padding: 56px var(--pad-h) 36px; }
.footer__grid {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 40px;
  align-items: start;
}
.footer__brand-name {
  font-family: var(--serif); font-size: 1.1rem; font-weight: 400;
  letter-spacing: .05em; color: var(--cream); margin-bottom: 8px;
}
.footer__brand-tag { font-size: .875rem; color: rgba(255,252,242,.35); letter-spacing: .03em; }
.footer__col-title { font-size: var(--caption); letter-spacing: .12em; text-transform: uppercase; color: rgba(255,252,242,.3); margin-bottom: 16px; }
.footer__list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer__list a { font-size: .9375rem; color: rgba(255,252,242,.55); transition: color 200ms ease; }
.footer__list a:hover { color: var(--cream); }
.footer__bottom {
  max-width: var(--max-w); margin: 0 auto; padding-top: 24px;
  border-top: 1px solid rgba(255,252,242,.06);
  display: flex; flex-direction: column; align-items: flex-start; gap: 12px;
}
.footer__copy { font-size: .75rem; color: rgba(255,252,242,.22); letter-spacing: .04em; }
.footer__legal { display: flex; gap: 20px; }
.footer__legal a { font-size: .75rem; color: rgba(255,252,242,.22); transition: color 200ms ease; }
.footer__legal a:hover { color: rgba(255,252,242,.55); }

@media (min-width: 640px)  { .footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (min-width: 1024px) {
  .footer__grid { grid-template-columns: 1fr auto auto; gap: 48px; margin-bottom: 48px; }
  .footer__bottom { flex-direction: row; align-items: center; justify-content: space-between; }
}

/* ═══════════════════════════════════════════════════════
   SHOPIFY SECTION OVERRIDES
═══════════════════════════════════════════════════════ */
.shopify-section {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

.shopify-section .hero,
.shopify-section .proof-bar,
.shopify-section .collections,
.shopify-section .assessment,
.shopify-section .testimonials,
.shopify-section .features-section,
.shopify-section .editorial,
.shopify-section .story-why,
.shopify-section .story-materials,
.shopify-section .story-craft,
.shopify-section .recs,
.shopify-section .proof,
.shopify-section .phil,
.shopify-section .quality,
.shopify-section .hg,
.shopify-section .closing {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.shopify-section .hero {
  position: relative;
  height: 90dvh;
  min-height: 520px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shopify-section .hero { height: 100vh; }
}

.shopify-section .product-wrap {
  display: grid !important;
  grid-template-columns: 1fr;
  margin-top: 72px;
  align-items: start;
  width: 100%;
  min-width: 0;
}
@media (min-width: 768px) {
  .shopify-section .product-wrap {
    grid-template-columns: 55fr 45fr;
  }
  .shopify-section .gallery {
    position: sticky;
    top: 72px;
    height: calc(100vh - 72px);
    display: grid;
    grid-template-columns: 72px 1fr;
    grid-template-rows: 1fr;
    gap: 6px;
    overflow: hidden;
    align-self: start;
    min-width: 0;
  }
  .shopify-section .gallery__thumbs {
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow-y: auto;
    scrollbar-width: none;
    order: 1;
  }
  .shopify-section .gallery__slider {
    order: 2;
    aspect-ratio: unset;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #f0ede6;
    touch-action: auto;
  }
  .shopify-section .gallery__images {
    position: absolute;
    inset: 0;
    height: 100%;
    transform: none !important;
    display: block;
  }
  .shopify-section .gallery__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex: none;
    opacity: 0;
    transition: opacity 550ms ease;
  }
  .shopify-section .gallery__img.active { opacity: 1; }
  .shopify-section .gallery__dots { display: none; }
  .shopify-section .product-info {
    padding: clamp(52px,6vw,80px) clamp(36px,5vw,64px);
    min-height: calc(100vh - 72px);
    overflow-y: auto;
    scrollbar-width: none;
    min-width: 0;
  }
}

body.template-product .nav,
body.template-collection .nav,
body.template-cart .nav {
  background: var(--cream) !important;
  border-bottom: 1px solid var(--border) !important;
}
body.template-product .nav .nav__logo,
body.template-collection .nav .nav__logo,
body.template-cart .nav .nav__logo { color: var(--navy) !important; }
body.template-product .nav .nav__links a,
body.template-collection .nav .nav__links a,
body.template-cart .nav .nav__links a { color: var(--navy) !important; }
body.template-product .nav .nav__cart,
body.template-collection .nav .nav__cart,
body.template-cart .nav .nav__cart { color: var(--navy) !important; }
