:root {
  --ink: #2c160f;
  --paper: #fbf4e7;
  --white: #fffdf8;
  --silver: #efe2c9;
  --muted: #725e52;
  --garnet: #7a1028;
  --gold: #9b6a18;
  --gold-soft: #d3ae63;
  --line: rgba(98,61,24,.22);
  --display: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --sans: Avenir, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.22,1,.36,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
:focus-visible { outline: 2px solid var(--garnet); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 18px; color: var(--white); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.shop-announcement { display: grid; min-height: 34px; place-items: center; padding: 7px 20px; border-bottom: 1px solid rgba(211,174,99,.55); color: #fff8e9; background: var(--garnet); font-size: 10px; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.shop-header { position: sticky; z-index: 30; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 74px; padding: 0 clamp(20px,4vw,70px); border-bottom: 1px solid var(--gold-soft); background: rgba(251,244,231,.95); backdrop-filter: blur(16px); }
.shop-menu-link { justify-self: start; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.shop-menu-link span { margin-right: 8px; }
.shop-wordmark { display: flex; flex-direction: column; align-items: center; color: var(--garnet); font-family: var(--display); font-size: clamp(22px,2vw,29px); letter-spacing: .2em; line-height: .8; }
.shop-wordmark small { margin-top: 8px; font-family: var(--sans); font-size: 7px; letter-spacing: .62em; transform: translateX(.3em); }
.shop-inquire { justify-self: end; display: grid; min-height: 42px; place-items: center; padding: 0 20px; border: 1px solid var(--gold-soft); color: #fff8e9; background: var(--garnet); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: background .2s; }
.shop-inquire:hover { background: var(--garnet); }
.shop-intro { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr); gap: clamp(40px,8vw,130px); align-items: end; max-width: 1600px; margin: 0 auto; padding: clamp(80px,10vw,150px) clamp(20px,4vw,70px) clamp(70px,8vw,120px); }
.shop-kicker { margin: 0 0 24px; color: var(--garnet); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.shop-intro h1 { max-width: 1050px; margin: 0; font-family: var(--display); font-size: clamp(60px,7.7vw,126px); font-weight: 400; letter-spacing: -.055em; line-height: .87; }
.shop-intro h1 em { display: block; padding-bottom: .08em; color: var(--garnet); font-weight: 400; line-height: 1.08; text-shadow: 0 1px 0 rgba(155,106,24,.25); }
.shop-intro > p { max-width: 430px; margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.catalog-shell { max-width: 1700px; margin: 0 auto; padding: 0 clamp(20px,4vw,70px) clamp(100px,10vw,160px); }
.catalog-tools { position: sticky; z-index: 20; top: 74px; display: grid; grid-template-columns: minmax(300px,1.5fr) minmax(160px,.5fr) minmax(180px,.5fr); gap: 1px; padding: 1px; background: var(--line); box-shadow: 0 22px 60px rgba(15,17,20,.08); }
.search-field, .select-field { min-width: 0; padding: 15px 20px; background: rgba(255,253,248,.98); }
.catalog-tools label { display: block; margin-bottom: 5px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.search-control { display: flex; align-items: center; gap: 12px; }
.search-control > span { position: relative; flex: 0 0 16px; width: 16px; height: 16px; border: 1.5px solid var(--ink); border-radius: 50%; }
.search-control > span::after { content: ""; position: absolute; right: -5px; bottom: -3px; width: 7px; height: 1.5px; background: var(--ink); transform: rotate(45deg); }
.search-control input, .catalog-tools select { width: 100%; min-height: 30px; border: 0; border-radius: 0; color: var(--ink); background: transparent; font-size: 14px; outline: 0; }
.search-control input::placeholder { color: #92959a; }
.search-control input:focus-visible, .catalog-tools select:focus-visible { outline: 2px solid var(--garnet); outline-offset: 2px; }
.search-control button { min-height: 30px; padding: 0; border: 0; border-bottom: 1px solid; color: var(--garnet); background: none; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.category-filter { display: flex; gap: 8px; margin: 24px 0 16px; padding-bottom: 8px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.category-filter::-webkit-scrollbar { display: none; width: 0; height: 0; }
.category-filter button:focus-visible { outline-offset: -3px; }
.category-filter button { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; min-height: 44px; padding: 0 15px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: transparent; font-size: 11px; transition: color .2s, background .2s, border-color .2s; }
.category-filter button small { color: var(--muted); font-size: 9px; }
.category-filter button[aria-pressed="true"] { border-color: var(--ink); color: var(--white); background: var(--ink); }
.category-filter button[aria-pressed="true"] small { color: #c9cbcd; }
.catalog-summary { display: flex; align-items: center; justify-content: space-between; padding: 12px 0 22px; border-bottom: 1px solid var(--line); }
.catalog-summary p { margin: 0; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.catalog-summary button, .catalog-empty button { min-height: 44px; padding: 0; border: 0; border-bottom: 1px solid; color: var(--garnet); background: transparent; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.product-section { padding: clamp(70px,8vw,115px) 0 0; }
.product-section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 36px; }
.product-section-heading p { margin: 0 0 7px; color: var(--garnet); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.product-section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(45px,5vw,78px); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.product-section-heading > span { color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.shop-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: clamp(38px,5vw,78px) clamp(14px,2vw,30px); }
.shop-product { min-width: 0; }
.shop-product-image { position: relative; overflow: hidden; aspect-ratio: 4/5; border: 1px solid rgba(155,106,24,.18); background: var(--silver); }
.shop-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .3s; }
.shop-product:hover .shop-product-image img { transform: scale(1.025); filter: saturate(.88); }
.availability { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 8px; border: 1px solid rgba(155,106,24,.35); color: var(--ink); background: rgba(255,253,248,.94); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.availability.sold-out { border-color: var(--gold-soft); color: #fff8e9; background: var(--garnet); }
.sold-out-banner { position: absolute; z-index: 2; top: 50%; right: 0; left: 0; padding: 12px 10px; border-top: 1px solid var(--gold-soft); border-bottom: 1px solid var(--gold-soft); color: #fff8e9; background: rgba(122,16,40,.94); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-align: center; text-transform: uppercase; transform: translateY(-50%); }
.shop-product.is-sold-out .shop-product-image img { filter: saturate(.45) sepia(.12); opacity: .78; }
.shop-product.is-sold-out:hover .shop-product-image img { filter: saturate(.5) sepia(.12); }
.product-arrow { position: absolute; right: 12px; bottom: 12px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--gold-soft); color: #fff8e9; background: rgba(122,16,40,.92); opacity: 0; transform: translateY(7px); transition: opacity .25s, transform .25s var(--ease); }
.shop-product:hover .product-arrow, .shop-product:focus-visible .product-arrow { opacity: 1; transform: translateY(0); }
.shop-product-copy { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; padding: 15px 0 0; border-top: 1px solid transparent; }
.shop-product-copy h3 { margin: 0 0 5px; overflow-wrap: anywhere; font-family: var(--display); font-size: 23px; font-weight: 400; line-height: 1.05; }
.shop-product-copy p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.shop-product-copy > div:last-child { text-align: right; }
.shop-product-copy strong { display: block; font-size: 12px; font-weight: 500; }
.shop-product-copy small { display: block; margin-top: 6px; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.catalog-loading { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; padding-top: 70px; }
.catalog-loading span { aspect-ratio: 4/5; background: linear-gradient(90deg,#e0e1e1,#f1f1f0,#e0e1e1); background-size: 200% 100%; animation: loading 1.4s ease infinite; }
@keyframes loading { to { background-position: -200% 0; } }
.catalog-empty { padding: 120px 20px; text-align: center; }
.catalog-empty p { margin: 0 0 24px; font-family: var(--display); font-size: clamp(36px,5vw,64px); }
.shop-service { display: grid; grid-template-columns: repeat(3,1fr); max-width: 1600px; margin: 0 auto; padding: clamp(80px,9vw,140px) clamp(20px,4vw,70px); border-top: 1px solid var(--line); }
.shop-service article { padding: 0 clamp(15px,4vw,60px); border-left: 1px solid var(--line); }
.shop-service article:first-child { padding-left: 0; border-left: 0; }
.shop-service span { color: var(--garnet); font-size: 9px; letter-spacing: .15em; }
.shop-service h2 { margin: 18px 0 10px; font-family: var(--display); font-size: 30px; font-weight: 400; }
.shop-service p { max-width: 350px; margin: 0; color: var(--muted); font-size: 13px; }
.shop-footer { display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 40px; align-items: start; padding: 70px clamp(20px,4vw,70px) 32px; border-top: 3px double var(--gold-soft); color: #fff8e9; background: #35110f; }
.footer-mark { display: inline-flex; flex-direction: column; font-family: var(--display); font-size: 33px; letter-spacing: .17em; line-height: .8; }
.footer-mark small { margin-top: 11px; font-family: var(--sans); font-size: 7px; letter-spacing: .7em; }
.shop-footer div p, .shop-footer > p { color: #cdbca9; font-size: 11px; }
.shop-footer nav { display: grid; gap: 9px; }
.shop-footer nav a { color: #f0dfc6; font-size: 12px; }
.footer-meta { display: grid; justify-items: end; gap: 8px; margin: 0; text-align: right; }
.footer-meta a { color: #cdbca9; font-size: 9px; letter-spacing: .06em; opacity: .82; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; transition: opacity .2s, text-decoration-color .2s; }
.footer-meta a:hover,
.footer-meta a:focus-visible { opacity: 1; text-decoration-color: currentColor; }
.legal-main { max-width: 1280px; margin: 0 auto; padding: clamp(70px,9vw,130px) clamp(20px,5vw,80px); }
.legal-hero { display: grid; grid-template-columns: 1fr minmax(260px,.4fr); gap: 50px; align-items: end; padding-bottom: 60px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(58px,8vw,112px); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.legal-hero p { margin: 0; color: var(--muted); font-size: 13px; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0,760px); gap: clamp(50px,9vw,130px); padding-top: 60px; }
.legal-nav { position: sticky; top: 110px; align-self: start; display: grid; gap: 8px; }
.legal-nav a { padding: 8px 0; color: var(--muted); font-size: 11px; border-bottom: 1px solid var(--line); }
.legal-content section { padding: 0 0 50px; scroll-margin-top: 110px; }
.legal-content h2 { margin: 0 0 18px; font-family: var(--display); font-size: 38px; font-weight: 400; }
.legal-content h3 { margin: 26px 0 10px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.legal-content p, .legal-content li { color: #45484c; font-size: 15px; line-height: 1.75; }
.legal-content ul { padding-left: 19px; }
.legal-content a { color: var(--garnet); border-bottom: 1px solid; }
.legal-note { padding: 20px; border-left: 3px solid var(--garnet); background: var(--white); }
.legal-final-sale { margin: 0 0 20px; padding: 22px; border-left: 4px solid var(--garnet); background: var(--white); }
.legal-final-sale strong { display: block; margin-bottom: 8px; color: var(--garnet); font-family: var(--display); font-size: 28px; font-weight: 400; }
.legal-final-sale p { margin: 0; }
@media (max-width: 1024px) {
  .shop-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .shop-intro { grid-template-columns: 1fr; }
  .shop-intro > p { max-width: 650px; }
}
@media (max-width: 760px) {
  .shop-announcement { font-size: 8px; }
  .shop-header { min-height: 64px; padding: 0 16px; }
  .shop-menu-link { font-size: 0; }
  .shop-menu-link span { font-size: 20px; }
  .shop-inquire { min-height: 40px; padding: 0 13px; }
  .shop-intro { padding-top: 65px; }
  .shop-intro h1 { font-size: clamp(52px,15vw,74px); }
  .catalog-tools { position: static; grid-template-columns: 1fr 1fr; }
  .search-field { grid-column: 1/-1; }
  .shop-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px 11px; }
  .shop-product-copy { grid-template-columns: 1fr; }
  .shop-product-copy > div:last-child { display: flex; justify-content: space-between; text-align: left; }
  .shop-product-copy h3 { font-size: 19px; }
  .product-arrow { display: none; }
  .shop-service { grid-template-columns: 1fr; gap: 35px; }
  .shop-service article, .shop-service article:first-child { padding: 0 0 30px; border: 0; border-bottom: 1px solid var(--line); }
  .shop-footer { grid-template-columns: 1fr 1fr; }
  .shop-footer > p { grid-column: 1/-1; }
  .legal-hero, .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 430px) {
  .catalog-tools { grid-template-columns: 1fr; }
  .search-field { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Dedicated product template. */
.product-detail-container { padding: clamp(65px,8vw,120px) 0; background: var(--paper); }
.product-detail-container > .container { width: min(100%,1500px); max-width: 1500px; padding: 0 clamp(20px,4vw,70px); }
.product-detail { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(330px,.85fr); gap: clamp(45px,8vw,130px); align-items: start; }
.main-image-container { overflow: hidden; border: 0; border-radius: 0; background: var(--silver); box-shadow: none; }
.main-product-image { width: 100%; max-height: 78dvh; object-fit: contain; }
.enlarge-btn { right: 14px; bottom: 14px; min-height: 42px; padding: 0 15px; border: 0; border-radius: 0; color: var(--ink); background: rgba(255,255,255,.92); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.image-thumbnails { gap: 10px; margin-top: 12px; }
.thumbnail { overflow: hidden; border-radius: 0; }
.image-thumbnails img { width: 78px; height: 92px; object-fit: cover; }
.product-detail > .product-info { position: sticky; top: 110px; padding: 22px 0; }
.gold-title { margin: 0; color: var(--ink); font-family: var(--display); font-size: clamp(48px,5.5vw,82px); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.price-section { display: flex; align-items: center; gap: 18px; margin: 30px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price { color: var(--ink); font-size: 18px; font-weight: 500; }
.status-badge { padding: 6px 8px; border: 1px solid var(--line); border-radius: 0; color: var(--garnet); background: transparent; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.product-description { margin: 0 0 34px; padding: 0; border: 0; color: var(--muted); background: transparent; box-shadow: none; }
.product-description h3 { margin: 0 0 12px; color: var(--ink); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.inquire-btn { display: inline-flex; width: 100%; min-height: 52px; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 0; color: var(--white); background: var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; box-shadow: none; }
.inquire-btn:hover { background: var(--garnet); transform: translateY(-2px); box-shadow: none; }
.related-products { margin-top: clamp(80px,10vw,150px); padding-top: 55px; border-top: 1px solid var(--line); }
.related-products h2 { font-family: var(--display); font-size: clamp(42px,5vw,70px); font-weight: 400; letter-spacing: -.04em; }
@media (max-width: 760px) {
  .product-detail { grid-template-columns: 1fr; }
  .product-detail > .product-info { position: static; }
}

/* Refined retail proportions and editorial storefront treatment. */
.shop-announcement {
  min-height: 30px;
  padding-block: 6px;
  border-bottom-color: rgba(211,174,99,.55);
  background: var(--garnet);
  font-size: 9px;
  letter-spacing: .18em;
}
.shop-header {
  min-height: 68px;
  border-bottom-color: var(--gold-soft);
  background: rgba(251,244,231,.95);
}
.shop-nav,
.shop-header-actions {
  display: flex;
  align-items: center;
  gap: clamp(18px,2vw,34px);
}
.shop-nav a,
.shop-all-link {
  position: relative;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.shop-nav a::after,
.shop-all-link::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s var(--ease);
}
.shop-nav a:hover::after,
.shop-all-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.shop-menu-link { display: none; }
.shop-header-actions { justify-self: end; }
.shop-inquire {
  min-height: 40px;
  padding-inline: 18px;
}
.shop-intro {
  grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr);
  gap: clamp(44px,6vw,100px);
  align-items: center;
  min-height: min(680px,calc(100svh - 98px));
  padding-top: clamp(48px,6vw,82px);
  padding-bottom: clamp(52px,6vw,86px);
}
.shop-intro-copy { max-width: 780px; }
.shop-kicker { margin-bottom: 18px; }
.shop-intro h1 {
  max-width: 790px;
  font-size: clamp(52px,6.15vw,96px);
  letter-spacing: -.045em;
  line-height: .93;
}
.shop-intro h1 em {
  display: inline;
  color: var(--garnet);
  line-height: inherit;
}
.shop-intro-description {
  max-width: 580px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: clamp(14px,1.2vw,17px);
  line-height: 1.7;
}
.shop-intro-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  margin-top: 20px;
  border-bottom: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.shop-intro-link span { color: var(--garnet); font-size: 15px; }
.shop-intro-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 5/6;
  border: 1px solid var(--gold-soft);
  outline: 1px solid rgba(155,106,24,.28);
  outline-offset: 7px;
  background: var(--silver);
}
.shop-intro-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 62%,rgba(72,12,24,.82));
  content: "";
  pointer-events: none;
}
.shop-intro-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  transform: scale(1.035);
}
.shop-intro-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 21px;
  left: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
}
.shop-intro-visual figcaption span {
  font-size: 8px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.shop-intro-visual figcaption strong {
  max-width: 220px;
  font-family: var(--display);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.1;
  text-align: right;
}
.catalog-shell { max-width: 1560px; }
.catalog-tools {
  top: 68px;
  grid-template-columns: minmax(310px,1.7fr) minmax(160px,.55fr) minmax(180px,.55fr);
  box-shadow: 0 18px 45px rgba(17,18,20,.07);
}
.search-field,
.select-field { padding: 12px 18px; }
.category-filter {
  gap: 0;
  margin-top: 25px;
  padding-bottom: 0;
  border-bottom: 1px solid var(--line);
}
.category-filter button {
  position: relative;
  min-height: 47px;
  padding: 0 17px;
  border: 0;
  background: transparent;
}
.category-filter button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
  content: "";
}
.category-filter button[aria-pressed="true"] {
  color: var(--ink);
  background: transparent;
}
.category-filter button[aria-pressed="true"] small { color: var(--garnet); }
.category-filter button[aria-pressed="true"]::after { background: var(--garnet); }
.catalog-summary { padding-block: 15px 17px; }
.product-section { padding-top: clamp(58px,6vw,88px); }
.product-section-heading { margin-bottom: 26px; }
.product-section-heading h2 {
  font-size: clamp(38px,4vw,60px);
  line-height: 1;
}
.shop-product-grid {
  gap: clamp(42px,4vw,62px) clamp(16px,1.8vw,26px);
}
.shop-product-image {
  aspect-ratio: 1/1.08;
  background: var(--silver);
}
.shop-product-image img {
  object-fit: contain;
  object-position: center;
}
.availability { top: 10px; left: 10px; }
.shop-product-copy { padding-top: 13px; }
.shop-product-copy h3 {
  font-size: clamp(19px,1.6vw,23px);
  line-height: 1.08;
}
.catalog-loading span { aspect-ratio: 1/1.08; }
.shop-service {
  max-width: 1560px;
  padding-top: clamp(70px,7vw,105px);
  padding-bottom: clamp(70px,7vw,105px);
}
.shop-footer { padding-top: 58px; }

@media (max-width: 1024px) {
  .shop-intro {
    grid-template-columns: minmax(0,1fr) minmax(300px,.7fr);
    gap: 40px;
    min-height: auto;
  }
  .shop-intro h1 { font-size: clamp(52px,7vw,72px); }
  .shop-intro-visual { aspect-ratio: 4/5; }
}
@media (max-width: 760px) {
  .shop-header { min-height: 62px; }
  .shop-nav,
  .shop-all-link { display: none; }
  .shop-menu-link { display: block; font-size: 9px; letter-spacing: .1em; }
  .shop-menu-link span { margin-right: 5px; font-size: 14px; }
  .shop-header-actions { gap: 0; }
  .shop-inquire { min-height: 38px; padding-inline: 12px; }
  .shop-intro {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 48px;
    padding-bottom: 54px;
  }
  .shop-intro h1 { font-size: clamp(48px,13vw,66px); }
  .shop-intro-description { margin-top: 22px; }
  .shop-intro-visual {
    width: min(100%,540px);
    aspect-ratio: 5/4;
  }
  .shop-intro-visual img { object-position: 50% 40%; }
  .shop-intro-visual figcaption { right: 16px; bottom: 15px; left: 16px; }
  .shop-intro-visual figcaption strong { font-size: 16px; }
  .catalog-tools { top: 62px; grid-template-columns: 1fr 1fr; }
  .search-field { grid-column: 1/-1; }
  .product-section { padding-top: 54px; }
  .product-section-heading { margin-bottom: 20px; }
  .shop-product-image { aspect-ratio: 1/1.12; }
}
@media (max-width: 430px) {
  .shop-intro-visual figcaption strong { display: none; }
  .catalog-tools { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .search-field { grid-column: 1/-1; }
  .category-filter button { padding-inline: 13px; }
  .shop-product-copy h3 { font-size: 18px; }
}

/* Compact, readable controls and cards on phones, without page-wide overflow. */
#catalog { scroll-margin-top: 84px; }
@media (max-width: 760px) {
  .shop-header { grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); }
  .shop-menu-link, .shop-inquire { min-height: 44px; display: inline-flex; align-items: center; }
  .shop-wordmark { min-height: 44px; justify-content: center; }
  .catalog-tools { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .search-field { grid-column: 1/-1; }
  .search-field, .select-field { padding: 10px 12px; }
  .search-control input, .catalog-tools select { min-width: 0; min-height: 44px; font-size: 16px; }
  .search-control button { flex: 0 0 auto; min-width: 44px; min-height: 44px; }
  .catalog-tools label { font-size: 10px; letter-spacing: .08em; }
  .category-filter button { font-size: 12px; }
  .catalog-summary { flex-wrap: wrap; gap: 8px 16px; }
  .shop-product-grid { gap: 32px 12px; }
  .shop-product-copy { gap: 10px; }
  .shop-product-copy p { font-size: 12px; line-height: 1.55; }
  .shop-product-copy strong { font-size: 14px; }
  .shop-product-copy small { margin-top: 0; font-size: 10px; }
  .shop-product-copy > div:last-child { flex-wrap: wrap; gap: 4px 8px; align-items: center; }
  .availability { top: 6px; left: 6px; padding: 5px 6px; font-size: 9px; letter-spacing: .06em; }
  .sold-out-banner { font-size: 10px; letter-spacing: .06em; }
  .product-section-heading { gap: 12px; }
  .product-section-heading h2 { font-size: clamp(30px,8vw,44px); }
  .product-section-heading > span { flex-shrink: 0; }
  .catalog-loading { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .shop-footer nav { gap: 0; }
  .shop-footer nav a { display: flex; min-height: 44px; align-items: center; }
  .shop-footer { gap: 28px 18px; }
}

/* Unified product-detail page and accessible zoom viewer. */
.product-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: color .2s, border-color .2s;
}
.product-back-link:hover { color: var(--garnet); border-color: var(--garnet); }
.product-gallery {
  position: sticky;
  top: 104px;
  min-width: 0;
  height: fit-content;
}
.main-image-container {
  position: relative;
  display: grid;
  min-height: min(700px,72dvh);
  margin: 0 0 12px;
  place-items: center;
}
.main-image-trigger {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 0;
  border: 0;
  place-items: center;
  background: transparent;
  cursor: zoom-in;
}
.main-product-image {
  width: 100%;
  height: min(700px,72dvh);
  object-fit: contain;
  transition: filter .25s var(--ease), transform .25s var(--ease);
}
.main-image-trigger:hover .main-product-image { filter: contrast(1.025); transform: scale(1.008); }
.main-image-trigger:active .main-product-image { transform: scale(.995); }
.enlarge-btn {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.image-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
}
.thumbnail {
  width: 76px;
  height: 88px;
  padding: 0;
  border: 1px solid transparent;
  background: var(--silver);
  opacity: .66;
  transition: opacity .2s, border-color .2s;
}
.thumbnail:hover { opacity: 1; }
.thumbnail.active { border-color: var(--garnet); opacity: 1; }
.thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.product-detail > .product-info { min-width: 0; }
.product-description p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.product-facts { margin: 0 0 28px; border-top: 1px solid var(--line); }
.product-facts div { display: grid; grid-template-columns: minmax(120px,.8fr) 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.product-facts dt { color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-facts dd { margin: 0; font-size: 12px; text-align: right; }
.product-guidance { margin: 0 0 24px; border-bottom: 1px solid var(--line); }
.product-guidance summary { min-height: 46px; padding: 13px 0; color: var(--garnet); cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-guidance p { margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.action-buttons { margin-top: 12px; }
.inquire-btn { cursor: pointer; transition: background .2s, transform .2s; }
.inquire-btn:active { transform: translateY(1px); }
.final-sale-note { margin: 15px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.final-sale-note strong { color: var(--garnet); }
.related-products > .container { width: 100%; max-width: none; padding: 0; }
.related-products .product-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: clamp(16px,2vw,28px);
}
.related-products .product-card { cursor: pointer; }
.related-products .product-image { position: relative; overflow: hidden; aspect-ratio: 1/1.08; background: var(--silver); }
.related-products .product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.related-products .product-card:hover .product-image img { transform: scale(1.02); }
.related-products .product-info { padding: 13px 0 0; }
.related-products .product-info h3 { margin: 0 0 5px; font-family: var(--display); font-size: 22px; font-weight: 400; line-height: 1.1; }
.related-products .product-info .price { margin: 0; font-size: 12px; }
.related-products .status-badge { position: absolute; top: 10px; left: 10px; background: rgba(255,255,255,.92); }
.see-more-container { margin-top: 28px; text-align: right; }
.see-more-btn { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; border-bottom: 1px solid; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

.lightbox { 
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  align-items: stretch;
  justify-content: stretch;
  color: var(--ink);
}
.lightbox.active { display: flex; }
.lightbox-overlay { position: absolute; z-index: 0; inset: 0; background: rgba(44,22,15,.95); backdrop-filter: blur(12px); }
.lightbox-content {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 76px clamp(64px,7vw,112px) 38px;
  place-items: center;
}
.lightbox-image-container {
  position: relative;
  width: 100%;
  height: calc(100dvh - 114px);
  overflow: auto;
  border: 1px solid rgba(211,174,99,.62);
  background: #fffaf0;
  scrollbar-color: var(--gold) rgba(155,106,24,.12);
  touch-action: none;
}
.lightbox-image-stage { display: grid; min-width: 100%; min-height: 100%; width: max-content; height: max-content; padding: 10px; place-items: center; }
#lightbox-image {
  max-width: none;
  max-height: none;
  object-fit: contain;
  cursor: zoom-in;
  user-select: none;
  transition: width .18s var(--ease), height .18s var(--ease);
}
.lightbox-image-container:has(#lightbox-image.is-zoomed) { cursor: grab; }
.lightbox-image-container.is-dragging { cursor: grabbing; }
.close-lightbox,
.lightbox-nav,
.lightbox-toolbar button {
  display: grid;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid var(--gold-soft);
  place-items: center;
  color: #fff8e9;
  background: rgba(122,16,40,.94);
  transition: color .2s, background .2s, border-color .2s;
}
.close-lightbox:hover,
.lightbox-nav:hover,
.lightbox-toolbar button:hover { border-color: #fff8e9; background: #51101f; }
.lightbox-nav:disabled { cursor: not-allowed; color: #73767a; border-color: rgba(255,255,255,.12); background: rgba(17,18,20,.42); }
.close-lightbox { position: absolute; z-index: 4; top: 20px; right: 22px; }
.lightbox-nav { position: absolute; z-index: 3; top: 50%; transform: translateY(-50%); }
.lightbox-nav:hover { transform: translateY(-50%); }
.lightbox-nav.prev { left: clamp(10px,2vw,28px); }
.lightbox-nav.next { right: clamp(10px,2vw,28px); }
.lightbox-toolbar {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}
.lightbox-toolbar output {
  display: grid;
  min-width: 74px;
  min-height: 44px;
  padding: 0 12px;
  border-top: 1px solid var(--gold-soft);
  border-bottom: 1px solid var(--gold-soft);
  place-items: center;
  color: #fff8e9;
  background: rgba(53,17,15,.94);
  font-size: 10px;
  letter-spacing: .1em;
}
.lightbox-toolbar #zoom-reset { width: auto; padding-inline: 15px; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.lightbox-toolbar button:disabled { cursor: not-allowed; color: #777b80; border-color: rgba(255,255,255,.12); }
.image-counter {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(211,174,99,.62);
  color: #fff8e9;
  background: rgba(122,16,40,.9);
  font-size: 9px;
  letter-spacing: .12em;
}

@media (max-width: 760px) {
  .product-detail-container { padding-top: 34px; }
  .product-gallery { position: static; }
  .main-image-container { min-height: min(430px,calc(100vw - 40px),58dvh); }
  .main-product-image { height: min(430px,calc(100vw - 40px),58dvh); }
  .enlarge-btn { display: inline-flex !important; }
  .image-thumbnails { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }
  .thumbnail { flex: 0 0 68px; width: 68px; height: 78px; }
  .related-products .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lightbox-content { padding: 70px 12px 18px; }
  .lightbox-image-container { height: calc(100dvh - 88px); }
  .lightbox-nav { top: auto; bottom: 24px; transform: none; }
  .lightbox-nav:hover { transform: none; }
  .lightbox-nav.prev { left: 14px; }
  .lightbox-nav.next { right: 14px; }
  .close-lightbox { top: 14px; right: 14px; }
  .lightbox-toolbar { top: 14px; left: 12px; transform: none; }
  .lightbox-toolbar #zoom-reset { display: none; }
  .image-counter { top: auto; bottom: 14px; left: 50%; transform: translateX(-50%); }
  .footer-meta { justify-items: start; text-align: left; }
}

/* Unified story and inquiry pages. */
.contact-main,
.about-new-main { max-width: 1560px; margin: 0 auto; padding: 0 clamp(20px,4vw,70px) clamp(90px,9vw,140px); }
.contact-hero {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(300px,.55fr);
  gap: clamp(48px,8vw,130px);
  align-items: end;
  padding: clamp(74px,8vw,116px) 0 clamp(58px,7vw,94px);
  border-bottom: 1px solid var(--line);
}
.contact-hero h1,
.about-new-copy h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(54px,7vw,106px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .92;
}
.contact-hero > p,
.contact-hero > div:last-child > p,
.about-new-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.contact-product-context { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: 16px; align-items: center; margin-top: 24px; padding: 12px; border: 1px solid var(--gold-soft); background: rgba(255,253,248,.72); }
.contact-product-context[hidden] { display: none; }
.contact-product-context img { width: 88px; height: 104px; object-fit: cover; background: var(--silver); }
.contact-product-context span { display: block; margin-bottom: 5px; color: var(--garnet); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-product-context a { display: block; color: var(--ink); font-family: var(--display); font-size: 23px; line-height: 1.05; }
.contact-product-context p { margin: 8px 0 0 !important; color: var(--muted) !important; font-size: 10px !important; letter-spacing: .04em; }
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr);
  gap: clamp(45px,8vw,120px);
  padding: clamp(58px,7vw,96px) 0;
}
.contact-direct { display: grid; }
.contact-direct article { padding: 0 0 38px; }
.contact-direct article + article { padding-top: 38px; border-top: 1px solid var(--line); }
.contact-direct article > p { margin: 0 0 12px; color: var(--garnet); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.contact-direct h2 { margin: 0 0 14px; font-family: var(--display); font-size: clamp(32px,4vw,58px); font-weight: 400; letter-spacing: -.035em; line-height: 1; overflow-wrap: anywhere; }
.contact-direct article > span { display: block; max-width: 580px; color: var(--muted); font-size: 14px; }
.contact-social { padding: 30px; border: 1px solid var(--gold-soft); color: #fff8e9; background: var(--garnet); }
.contact-social h2 { margin: 0 0 28px; font-family: var(--display); font-size: 34px; font-weight: 400; }
.contact-social nav { display: grid; }
.contact-social a { display: flex; align-items: center; justify-content: space-between; min-height: 51px; border-bottom: 1px solid rgba(255,255,255,.2); color: #e5e6e7; font-size: 12px; }
.contact-social a:hover span { color: #fff; transform: translate(2px,-2px); }
.contact-social a span { transition: transform .2s; }
.contact-prep {
  display: grid;
  grid-template-columns: minmax(240px,.7fr) minmax(300px,1fr) auto;
  gap: clamp(28px,5vw,78px);
  align-items: end;
  padding: 48px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.contact-prep h2 { margin: 0; font-family: var(--display); font-size: 38px; font-weight: 400; line-height: 1; }
.contact-prep > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.contact-prep > a,
.about-new-copy > a,
.about-new-cta > a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border: 1px solid var(--ink); white-space: nowrap; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: color .2s, background .2s; }
.contact-prep > a:hover,
.about-new-copy > a:hover,
.about-new-cta > a:hover { color: var(--white); background: var(--ink); }

.about-new-hero {
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(380px,.78fr);
  gap: clamp(52px,8vw,130px);
  align-items: center;
  padding: clamp(64px,8vw,112px) 0;
}
.about-new-copy { max-width: 770px; }
.about-new-copy > p { max-width: 620px; margin-top: 28px; }
.about-new-copy > a { margin-top: 30px; }
.about-new-hero figure { min-width: 0; margin: 0; overflow: hidden; aspect-ratio: 5/6; background: var(--silver); }
.about-new-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.about-new-details { padding: clamp(62px,7vw,100px) 0; border-top: 1px solid var(--line); }
.about-new-details > h2 { max-width: 650px; margin: 0 0 48px; font-family: var(--display); font-size: clamp(44px,5vw,70px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.about-new-details > div { display: grid; grid-template-columns: 1.1fr 1fr 1fr; }
.about-new-details article { padding: 0 clamp(22px,4vw,52px); border-left: 1px solid var(--line); }
.about-new-details article:first-child { padding-left: 0; border-left: 0; }
.about-new-details h3 { margin: 0 0 12px; font-family: var(--display); font-size: 27px; font-weight: 400; }
.about-new-details p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.about-new-cta { max-width: 920px; margin: 0 auto; padding: clamp(72px,8vw,110px) 20px; text-align: center; }
.about-new-cta > p { margin: 0 0 15px; color: var(--garnet); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.about-new-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(48px,6vw,82px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.about-new-cta > a { margin-top: 30px; }

@media (max-width: 960px) {
  .contact-hero,
  .contact-layout,
  .about-new-hero { grid-template-columns: 1fr; }
  .contact-hero { gap: 28px; }
  .contact-hero > p,
  .contact-hero > div:last-child { max-width: 640px; }
  .contact-prep { grid-template-columns: 1fr; align-items: start; }
  .contact-prep > a { justify-self: start; }
  .about-new-hero figure { width: min(100%,620px); aspect-ratio: 5/4; }
}
@media (max-width: 760px) {
  .contact-hero h1,
  .about-new-copy h1 { font-size: clamp(48px,13vw,66px); }
  .contact-direct h2 { font-size: clamp(29px,8vw,40px); }
  .contact-social { padding: 24px 20px; }
  .about-new-details > div { grid-template-columns: 1fr; gap: 30px; }
  .about-new-details article,
  .about-new-details article:first-child { padding: 0 0 28px; border: 0; border-bottom: 1px solid var(--line); }
}
