:root {
  --ink: #252525;
  --muted: #686868;
  --line: #dededb;
  --paper: #fff;
  --wash: #f5f5f3;
  --gutter: 56px;
  --font-display: "Libre Baskerville", Georgia, serif;
  --font-text: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --heading-size: 24px;
  --section-heading-size: 22px;
  --product-title-size: 22px;
  --piece-title-size: 16px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button, select { cursor: pointer; }
button { border-radius: 0; }
button:disabled { cursor: default; }
img { max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.2; }
h1 { font-size: var(--heading-size); letter-spacing: -.025em; }
h2 { font-size: var(--section-heading-size); letter-spacing: -.015em; }
address { font-style: normal; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid #5c654f; outline-offset: 5px; }
.page-width { width: 100%; max-width: 1612px; padding-inline: var(--gutter); margin-inline: auto; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 10000; top: 12px; left: 12px; background: white; padding: 12px 20px; }
.text-link { display: inline-block; background: none; border: 0; border-bottom: 1px solid currentColor; padding: 0 0 1px; line-height: 1.5; }
.text-link:hover { color: var(--muted); }
.link-arrow { display: inline-block; width: 1em; height: 1em; vertical-align: -.125em; stroke-width: 1.6; pointer-events: none; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; flex: 0 0 44px; }
.contact-strip { display: flex; justify-content: center; align-items: center; gap: 44px; min-height: 34px; background: var(--wash); font-size: 13px; padding: 5px 20px; }
.site-header { min-height: 114px; display: flex; align-items: center; gap: 30px; position: relative; z-index: 10; background: white; }
.brand { flex: 0 0 360px; line-height: 0; }
/* Frame the supplied option 7 artwork; preserve its original image bytes. */
.brand-mark { display: block; position: relative; width: 100%; aspect-ratio: 1650 / 370; overflow: hidden; container-type: inline-size; }
.brand-mark img { display: block; position: absolute; width: 125.8182%; max-width: none; height: auto; left: -22.2424%; top: -50.8108%; }
.brand-date { position: absolute; right: 1%; top: 73%; color: #776247; font: 400 2.85cqi/1 Georgia, serif; letter-spacing: .12em; white-space: nowrap; }
.main-nav { display: flex; flex: 1; justify-content: center; gap: 18px; align-items: center; white-space: nowrap; font-size: 14px; letter-spacing: .005em; }
.main-nav a { padding-block: 12px; }
.main-nav a:hover, .main-nav a[aria-current=page] { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.main-nav a.nav-stock { position: relative; text-decoration: none; }
.nav-stock:hover .nav-stock-label, .nav-stock[aria-current=page] .nav-stock-label { text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.nav-stock-hint { position: absolute; top: calc(100% - 4px); left: 50%; transform: translateX(-50%); color: var(--muted); font-size: 11px; line-height: 1.4; letter-spacing: 0; white-space: nowrap; opacity: 0; visibility: hidden; transition: opacity .15s ease; }
.nav-stock:focus-visible .nav-stock-hint { opacity: 1; visibility: visible; }
@media (hover: hover) { .nav-stock:hover .nav-stock-hint { opacity: 1; visibility: visible; } }
.main-nav .nav-about { margin-left: 12px; }
.header-actions { display: flex; gap: 2px; }
.menu-toggle { display: none; }
.gallery-hero { padding-top: 12px; }
.hero-images { height: clamp(480px, 44vw, 600px); position: relative; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; display: flex; height: 100%; align-items: center; justify-content: center; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity var(--hero-transition,.7s) ease, visibility 0s linear var(--hero-transition,.7s); }
.hero-slide[aria-hidden=false] { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.hero-slide img { width: 100%; height: 100%; object-fit: contain; }
.hero-caption { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; min-height: 126px; padding-block: 24px 30px; border-bottom: 1px solid var(--line); }
.hero-titles { display: grid; min-width: 0; font-family: var(--font-display); font-size: var(--piece-title-size); line-height: 1.35; }
.hero-titles [data-caption] { grid-area: 1 / 1; overflow-wrap: anywhere; }
/* Reserve the tallest caption's space while inactive captions stay invisible and unfocusable. */
.hero-titles [data-caption][hidden] { display: block !important; visibility: hidden; }
.hero-titles [data-caption]:not([hidden]) { animation: hero-caption-in var(--hero-transition,.7s) ease; }
@keyframes hero-caption-in { from { opacity: 0; } to { opacity: 1; } }
.hero-titles p { font-family: var(--font-text); }
.hero-titles p { color: var(--muted); font-size: 14px; margin: 7px 0 0; }
.hero-inventory-link { justify-self: end; font-size: 14px; }
.slide-controls { display: flex; align-items: center; gap: 0; }
.slide-controls button { border: 0; background: transparent; padding: 10px; min-height: 44px; min-width: 28px; display: flex; align-items: center; justify-content: center; }
.slide-controls button span { display: block; width: 10px; height: 10px; border: 1px solid #4a4a4a; border-radius: 50%; }
.slide-controls button[aria-pressed=true] span { background: var(--ink); }
.slide-controls .carousel-toggle { min-width: 44px; width: 44px; margin-right: 8px; color: var(--muted); }
.carousel-toggle:hover { color: var(--ink); }
.home-selection { padding: 42px 0 70px; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; margin-bottom: 24px; }
.section-heading h2 { margin: 0; }
.section-heading a { font-size: 14px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 58px 36px; }
.piece-photo { display: block; position: relative; aspect-ratio: 1.13; overflow: hidden; background: white; }
.piece-photo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.piece-secondary { position: absolute; inset: 0; opacity: 0; transition: opacity .3s ease; background: white; }
@media (hover: hover) { .piece-photo:hover .piece-secondary { opacity: 1; } }
.piece-photo:focus-visible .piece-secondary { opacity: 1; }
.piece-caption { padding-top: 20px; }
.piece-caption h2 { font-size: var(--piece-title-size); font-weight: 400; letter-spacing: -.012em; line-height: 1.35; margin: 0 0 9px; max-width: 96%; }
.piece-caption h2 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.piece-price { margin: 0; font-size: 14px; }
.availability { margin: 6px 0 0; font-size: 13px; color: var(--muted); font-style: italic; }
.photo-placeholder { display: flex; height: 100%; align-items: center; justify-content: center; color: var(--muted); background: var(--wash); font-size: 13px; }
.site-footer { margin-top: 24px; }
.footer-grid { border-top: 1px solid var(--line); padding: 46px 0 36px; display: grid; grid-template-columns: 1fr 1.05fr 1.05fr 1.65fr; gap: 36px; font-size: 13px; }
.footer-grid h2 { font-size: var(--section-heading-size); margin: 0 0 16px; }
.footer-grid address .text-link { margin-top: 12px; }
.footer-hours p { margin: 0 0 14px; }
.gallery-hours-title { font-weight: 600; }
.footer-hours p:last-child { margin: 0; color: var(--muted); }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px 24px; padding: 20px 0 28px; font-size: 11px; color: var(--muted); border-top: 1px solid var(--line); }
.footer-bottom a:hover { text-decoration: underline; text-underline-offset: 3px; }
.site-credit { white-space: nowrap; }
.catalog-main { padding-top: 28px; padding-bottom: 40px; }
.collection-heading h1 { margin: 0 0 22px; }
.collection-heading p { color: var(--muted); margin-bottom: 28px; }
.category-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.category-nav a { padding: 6px 14px; border: 1px solid var(--line); font-size: 13px; line-height: 1.7; }
.category-nav a:hover, .category-nav a[aria-current=page] { border-color: var(--ink); }
.subcategory-nav { display: flex; flex-wrap: wrap; gap: 10px 24px; font-size: 13px; margin: -8px 0 28px; color: var(--muted); }
.subcategory-nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.catalog-toolbar { display: flex; gap: 32px; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.search-field { display: flex; align-items: center; border: 1px solid #ccc; min-width: 0; }
.catalog-toolbar>.search-field { flex: 1 1 auto; max-width: 640px; }
.search-field input { border: 0; width: 100%; min-width: 0; padding: 12px 16px; background: transparent; height: 46px; font-size: 13px; outline-offset: -3px; }
.search-field input::placeholder { color: #747474; opacity: 1; }
.catalog-selects { display: flex; gap: 20px; align-items: center; }
.catalog-selects label { display: flex; align-items: center; gap: 12px; font-size: 13px; white-space: nowrap; }
.catalog-selects select { border: 1px solid #ccc; background: white; height: 46px; padding: 8px 30px 8px 12px; font-size: 13px; max-width: 100%; }
.result-context { display: flex; gap: 20px; color: var(--muted); font-size: 12px; margin-bottom: 28px; }
.pagination { display: flex; justify-content: center; gap: 18px; padding-top: 40px; }
.pagination .page-numbers { padding: 6px 12px; border-bottom: 1px solid var(--line); }
.pagination .current { border-color: var(--ink); }
.empty-state { min-height: 240px; padding-block: 40px; }
.product-main { padding-top: 15px; padding-bottom: 60px; }
.back-link { display: inline-block; font-size: 12px; margin-bottom: 28px; color: var(--muted); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, 1fr); gap: 64px; align-items: start; }
.product-gallery { min-width: 0; }
.product-image-button { display: block; position: relative; border: 0; background: #fff; padding: 0; width: 100%; height: 580px; }
.product-image-button>img { width: 100%; height: 100%; object-fit: contain; }
.enlarge-cue { position: absolute; bottom: 12px; right: 4px; display: flex; align-items: center; gap: 8px; font-size: 12px; padding: 8px 12px; background: rgb(255 255 255 / 92%); }
.enlarge-cue svg { width: 17px; height: 17px; }
.product-thumbnails { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.product-thumbnails button { background: white; border: 1px solid var(--line); padding: 6px; height: 100px; min-width: 0; }
.product-thumbnails button[aria-pressed=true] { border-color: var(--ink); }
.product-thumbnails img { width: 100%; height: 100%; object-fit: contain; display: block; }
.product-information { padding-top: 8px; }
.product-information h1 { font-size: var(--product-title-size); letter-spacing: -.025em; line-height: 1.2; margin-bottom: 23px; }
.product-price { font-size: 19px; margin: 0 0 4px; }
.product-availability { margin-bottom: 27px; }
.product-description { font-size: 15px; line-height: 1.8; margin-top: 24px; overflow-wrap: anywhere; }
.product-description p, .product-description>div { margin-top: 0; margin-bottom: 14px; }
.product-description>div:empty { display: none; }
.product-reference, .product-quantity { font-size: 13px; margin: 20px 0 0; }
.product-quantity { margin-top: 8px; }
.product-details-list { font-size: 13px; display: grid; grid-template-columns: auto 1fr; gap: 8px 18px; margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); }
.product-details-list dt { color: var(--muted); }
.product-details-list dd { margin: 0; }
 .gallery-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; min-height: 44px; margin-top: 12px; font-size: 13px; }
.gallery-modes { display: flex; gap: 18px; margin-right: auto; }
.gallery-controls button { min-height: 40px; }
.gallery-modes button[aria-pressed="false"] { border-color: transparent; color: var(--muted); }
.gallery-controls .gallery-feedback { flex-basis: 100%; }
.gallery-controls .gallery-feedback:empty { display: none; }
.gallery-controls [data-gallery-hint] { color: var(--muted); font-size: 12px; }
.product-image-button, .lightbox-image-area:not(.is-zoomed) { touch-action: pan-y; }
.product-image-button img, .lightbox-image-area img { user-select: none; }
.is-rotating .product-image-button, .is-rotating .lightbox-image-area:not(.is-zoomed) { cursor: grab; }
.is-rotating .product-image-button:active, .is-rotating .lightbox-image-area:not(.is-zoomed):active { cursor: grabbing; }
.lightbox-toolbar .gallery-controls { flex: 1; margin: 0; }
.lightbox-toolbar .gallery-modes { margin-right: 10px; }
.lightbox-toolbar { min-height: 70px; height: auto; flex-wrap: wrap; }

.product-actions { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 26px; }
.inquiry-link { font-size: 16px; }
.secondary-actions { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 24px; font-size: 13px; }
.action-feedback { color: var(--muted); min-height: 20px; font-size: 12px; margin: 12px 0 0; }
dialog { border: 0; padding: 0; color: var(--ink); }
dialog::backdrop { background: rgb(20 20 20 / 35%); }
.product-lightbox { width: 100vw; max-width: 100vw; height: 100dvh; max-height: 100dvh; background: white; }
.lightbox-toolbar { position: absolute; z-index: 2; top: 0; left: 0; right: 0; min-height: 70px; height: auto; padding: 12px 26px; display: flex; flex-wrap: wrap; align-items: center; gap: 28px; background: rgb(255 255 255 / 94%); font-size: 13px; }
.lightbox-toolbar>span { margin-right: auto; }
.lightbox-image-area { height: 100%; padding: 80px 70px 24px; overflow: auto; }
.lightbox-image-area img { width: 100%; height: 100%; object-fit: contain; display: block; }
.lightbox-image-area.is-zoomed img { width: 200%; height: 200%; max-width: none; object-fit: contain; }
.lightbox-image-area.is-zoomed { cursor: grab; touch-action: none; overscroll-behavior: contain; }
.lightbox-image-area.is-panning { cursor: grabbing; }
.lightbox-zoom-hint { color: var(--muted); font-size: 12px; }
.lightbox-prev, .lightbox-next { position: absolute; top: 50%; background: rgb(255 255 255 / 85%); }
.lightbox-prev { left: 12px; }.lightbox-next { right: 12px; }
.editorial-main { padding-top: 32px; padding-bottom: 70px; }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.editorial-photo img { width: 100%; display: block; }
.editorial-copy { padding: 24px 20px 0 0; max-width: 580px; }
.editorial-copy h1 { margin-bottom: 32px; }
.editorial-copy p { margin-bottom: 24px; font-size: 15px; line-height: 1.8; }
.editorial-copy address { margin: 28px 0; }
.about-copy { padding-top: 8px; }
.about-copy p:first-of-type { font-family: var(--font-display); font-size: 23px; font-weight: 400; line-height: 1.65; }
.visit-hours { border-top: 1px solid var(--line); padding-top: 28px; margin-top: 32px; }
.visit-directions { border-top: 1px solid var(--line); margin-top: 64px; padding-top: 40px; scroll-margin-top: 28px; }
.directions-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: start; }
.visit-map iframe { display: block; width: 100%; height: 540px; max-height: 70vh; border: 0; background: var(--wash); }
.visit-map > p { margin: 12px 0 0; font-size: 13px; color: var(--muted); }
.driving-routes h3 { font-size: 20px; margin-bottom: 22px; }
.driving-routes h3:not(:first-child) { margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.driving-routes h4 { font: 500 14px/1.5 var(--font-text); margin: 0 0 8px; }
.driving-routes p { font-size: 14px; line-height: 1.8; margin-bottom: 22px; }
.driving-routes p:last-child { margin-bottom: 0; }
@media (max-width: 800px) {
  .directions-grid { grid-template-columns: 1fr; gap: 32px; }
  .visit-directions { margin-top: 40px; padding-top: 30px; }
  .visit-directions .section-heading { align-items: start; flex-direction: column; gap: 16px; }
  .visit-map iframe { height: 380px; }
  .driving-routes h3 { font-size: var(--section-heading-size); }
}
.text-page { max-width: 900px; min-height: 50vh; padding-block: 40px 80px; }
.tear-sheet-body { background: #f3f3f0; padding: 30px; }
.tear-sheet-tools { max-width: 880px; margin: 0 auto 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; }
.outline-button { border: 1px solid var(--ink); background: white; padding: 10px 18px; }
.tear-sheet { max-width: 880px; margin: auto; background: white; padding: 48px 56px; }
.tear-sheet header { display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.tear-sheet header .brand-mark { width: 270px; flex: 0 0 270px; }
.tear-sheet header .brand-mark img { width: 125.8182%; height: auto; max-width: none; }
.tear-sheet-photo { width: 100%; height: 390px; object-fit: contain; margin: 24px 0; }
.tear-sheet h1 { font-size: min(var(--heading-size), 22px); margin-bottom: 18px; }
.tear-sheet-summary { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; font-size: 13px; margin-bottom: 14px; }
.tear-sheet-summary p { margin: 0; }
.tear-sheet-url { font-size: 10px; color: var(--muted); overflow-wrap: anywhere; border-top: 1px solid var(--line); padding-top: 20px; margin-top: 28px; }
@media (max-width: 1250px) {
  :root { --gutter: 36px; --heading-size: 22px; --section-heading-size: 20px; --product-title-size: 20px; --piece-title-size: 16px; }
  .site-header { gap: 18px; }
  .brand { flex-basis: 310px; }
  .main-nav { gap: 14px; font-size: 13px; }.main-nav .nav-about { margin-left: 8px; }
  .product-detail { gap: 40px; }.product-image-button { height: 490px; }
  .catalog-toolbar { gap: 20px; }.catalog-selects { gap: 12px; }
  .editorial-grid { gap: 55px; }
}
@media (max-width: 1100px) {
  :root { --gutter: 28px; }
  .site-header { min-height: 104px; }.header-actions { margin-left: auto; }
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100dvh - 138px); overflow-y: auto; padding: 12px var(--gutter) 28px; background: white; border-bottom: 1px solid var(--line); flex-direction: column; gap: 0; align-items: stretch; margin: 0; font-size: 16px; }
  .main-nav.is-open { display: flex; }.main-nav a { padding: 9px 0; }.main-nav .nav-about { margin: 0; }
  .nav-stock-hint { position: static; display: block; transform: none; margin-top: 2px; opacity: 1; visibility: visible; }
  .hero-images { height: clamp(450px, 44vw, 600px); }.hero-caption { grid-template-columns: 1fr auto; gap: 12px; }.hero-inventory-link { display: none; }
  .product-grid { gap: 42px 24px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 50px; }
  .catalog-toolbar { flex-wrap: wrap; }.catalog-toolbar>.search-field { max-width: none; flex-basis: 100%; }.catalog-selects { margin-left: auto; }
  .product-detail { gap: 30px; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 1fr); }.product-image-button { height: 420px; }
  .product-thumbnails { grid-template-columns: repeat(4, minmax(0, 1fr)); }.product-thumbnails button { height: 80px; }
}
@media (max-width: 800px) {
  .product-detail { display: block; }.product-image-button { height: min(85vw, 620px); }.product-thumbnails { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .product-information { padding-top: 38px; max-width: 650px; }.product-description { font-size: 15px; }
  .editorial-grid { gap: 34px; }.editorial-copy { padding: 0; }.about-copy p:first-of-type { font-size: 22px; }
}
@media (max-width: 640px) {
  :root { --gutter: 20px; --heading-size: 20px; --section-heading-size: 19px; --product-title-size: 18px; --piece-title-size: 16px; }
  .contact-strip { font-size: 10px; gap: 16px; min-height: 31px; padding-inline: 10px; }
  .site-header { min-height: 88px; gap: 10px; }.brand { flex: 0 1 260px; min-width: 0; }.header-actions { flex-shrink: 0; }
  .main-nav { max-height: calc(100dvh - 119px); }
  .gallery-hero { padding-top: 2px; }.hero-images { height: min(88vw, 500px); }
  .hero-caption { grid-template-columns: 1fr; padding: 18px 0 23px; gap: 12px; min-height: 0; }.hero-titles p { font-size: 12px; margin-top: 5px; }.slide-controls { justify-self: center; }
  .home-selection { padding: 30px 0 35px; }.section-heading { align-items: baseline; gap: 20px; margin-bottom: 20px; }.section-heading a { font-size: 12px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 18px; }.piece-photo { aspect-ratio: .97; }.piece-caption { padding-top: 14px; }.piece-caption h2 { line-height: 1.35; max-width: 100%; }.piece-price { font-size: 12px; }.availability { font-size: 12px; }
  .footer-grid { padding-top: 30px; grid-template-columns: 1fr 1fr; gap: 24px 18px; font-size: 12px; }.footer-grid>div:first-child { grid-column: 1/-1; }.footer-grid h2 { margin-bottom: 12px; }.footer-hours { grid-column: 1/-1; }.footer-bottom { font-size: 10px; }
  .catalog-main { padding-top: 20px; }.collection-heading h1 { margin-bottom: 20px; }.category-nav { gap: 8px; margin-bottom: 24px; }.category-nav a { padding: 5px 11px; font-size: 12px; }.catalog-selects { width: 100%; margin: 0; gap: 12px; justify-content: space-between; }.catalog-selects label { min-width: 0; }.catalog-selects label>span:not(.screen-reader-text) { display: none; }.catalog-selects select { font-size: 12px; width: 100%; max-width: 165px; }.search-field input { padding-left: 12px; font-size: 12px; }.result-context { margin-bottom: 20px; }
  .product-main { padding-top: 8px; padding-bottom: 30px; }.back-link { margin-bottom: 12px; }.product-image-button { height: 92vw; }.product-thumbnails { gap: 7px; margin-top: 16px; }.product-thumbnails button { height: 65px; padding: 3px; }.enlarge-cue { right: 0; bottom: 0; font-size: 11px; padding: 5px 7px; }.product-information { padding-top: 30px; }.product-details-list { grid-template-columns: 1fr; gap: 2px; }.product-details-list dd { margin-bottom: 12px; }
  .editorial-main { padding-top: 15px; padding-bottom: 30px; }.editorial-grid { display: block; }.editorial-copy { padding-top: 30px; }.editorial-photo img { max-height: 530px; object-fit: contain; }.about-copy p:first-of-type { font-size: var(--heading-size); }
  .lightbox-image-area { padding: 120px 20px 70px; }.lightbox-prev, .lightbox-next { top: auto; bottom: 14px; }.lightbox-prev { left: calc(50% - 64px); }.lightbox-next { right: calc(50% - 64px); }.lightbox-toolbar { padding: 12px 14px; gap: 10px; }
  .lightbox-toolbar .gallery-controls { gap: 12px; }.lightbox-toolbar .gallery-modes { gap: 12px; margin-right: 0; }
  .tear-sheet-body { padding: 16px; }.tear-sheet { padding: 24px 20px; }.tear-sheet header { display: block; }.tear-sheet header address { margin-top: 20px; }.tear-sheet-photo { height: 260px; }.tear-sheet-summary { display: block; }
}
@media (max-width: 359px) { :root { --heading-size: 17px; --section-heading-size: 16px; --product-title-size: 17px; --piece-title-size: 16px; }.product-grid { grid-template-columns: 1fr; }.contact-strip { gap: 9px; font-size: 9px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }
@media print {
  @page { margin: 14mm; }
  .tear-sheet-body { padding: 0; background: white; }.tear-sheet-tools { display: none; }.tear-sheet { padding: 0; max-width: none; }.tear-sheet-photo { height: 85mm; margin: 7mm 0; }.tear-sheet h1 { font-size: 16pt; }.tear-sheet .product-description { font-size: 10pt; line-height: 1.5; }.tear-sheet header { break-inside: avoid; }.tear-sheet-url { font-size: 8pt; }
}

.recently-viewed { margin-block: 60px; border-top: 1px solid var(--line); padding-top: 32px; }
.recently-viewed[hidden] { display: none; }
.recently-viewed-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 24px; }
.recently-viewed .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.recently-viewed .piece-caption h2 { font-size: 16px; }
.trade-price { font-size: 16px; margin-bottom: 24px; }
.trade-account { max-width: 600px; }
@media(max-width: 640px) { .recently-viewed .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 18px; } }
