:root {
  --paper: #f5f0e8;
  --paper-deep: #e8e0d4;
  --white: #fffdf9;
  --ink: #171918;
  --muted: #716f68;
  --line: #d8d0c4;
  --rust: #b55d42;
  --gold: #c79a55;
  --blue: #1e3b3b;
  --teal: #2d625d;
  --shadow: 0 22px 70px rgba(20, 24, 21, .16);
  --display: "Playfair Display", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.55;
}
body.is-locked { overflow: hidden; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.08; }
h1 { font-size: clamp(44px, 6vw, 78px); }
h2 { font-size: clamp(36px, 4.6vw, 58px); }
h3 { font-size: 22px; }
::selection { background: var(--gold); color: var(--ink); }
[hidden] { display: none !important; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }

.announcement {
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 6px 18px;
  background: var(--ink);
  color: #e9dfd0;
  font-size: 10px;
  letter-spacing: .07em;
  text-align: center;
  text-transform: uppercase;
}
.announcement-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(216, 208, 196, .88);
  background: rgba(245, 240, 232, .96);
  backdrop-filter: blur(12px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 36px; }
.brand-lockup { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: block; width: 165px; height: 36px; object-fit: contain; object-position: left center; }
.brand-logo-light { width: 175px; }
.primary-nav { display: flex; align-items: center; gap: 26px; margin-left: 18px; }
.primary-nav a { color: #64635d; font-size: 12px; }
.primary-nav a:hover { color: var(--rust); }
.header-tools { display: flex; align-items: center; gap: 13px; margin-left: auto; }
.search-control {
  width: min(220px, 24vw);
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.search-control svg { width: 15px; height: 15px; flex: 0 0 auto; }
.search-control input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 11px; }
.search-control input::placeholder { color: #969289; }
.icon-button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
}
.icon-button:hover { border-color: var(--line); background: var(--white); }
.icon-button svg { width: 17px; height: 17px; }
.menu-button { display: none; }
.cart-trigger { position: relative; }
.cart-count { position: absolute; top: -3px; right: -4px; min-width: 17px; height: 17px; display: grid; place-items: center; padding: 0 4px; border-radius: 20px; background: var(--rust); color: #fff; font-size: 9px; line-height: 1; }

.hero { position: relative; min-height: min(700px, calc(100vh - 108px)); display: flex; align-items: flex-end; overflow: hidden; color: #fffaf3; }
.hero-image { position: absolute; inset: 0; background: url("public/images/yggdrasil.jpg") center / cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: rgba(20, 25, 23, .58); }
.hero-content { position: relative; z-index: 1; padding-block: 84px 70px; }
.eyebrow { margin-bottom: 15px; color: var(--rust); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #e9bc83; }
.hero h1 { max-width: 750px; margin-bottom: 22px; color: #fffaf3; }
.hero-copy { max-width: 530px; margin-bottom: 31px; color: #e4d9cc; font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.button {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 16px; height: 16px; }
.button-light { background: #faf2e7; color: var(--ink); }
.button-light:hover { background: #fff; }
.button-dark { background: var(--ink); color: #fffaf3; }
.button-dark:hover { background: var(--blue); }
.button-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-outline:hover { border-color: var(--ink); background: var(--ink); color: #fffaf3; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; }
.text-link svg { width: 15px; height: 15px; }
.light-link { padding-bottom: 4px; border-bottom: 1px solid rgba(255, 250, 243, .58); color: #fffaf3; }
.dark-link { padding-bottom: 4px; border-bottom: 1px solid var(--ink); color: var(--ink); }
.hero-meta { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 33px; color: #d8cdbf; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta strong { color: #f0c083; font-size: 10px; }

.collection-section { padding-block: 37px 112px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 49px; }
.section-heading h2 { margin-bottom: 0; }
.section-intro { max-width: 385px; margin-bottom: 3px; color: var(--muted); font-size: 13px; }
.collection-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 27px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.collection-toolbar-mobile { display: none; align-items: center; gap: 13px; }
.filter-drawer-toggle { display: none; min-height: 38px; padding: 8px 12px; font-size: 11px; }
.filter-drawer-toggle svg { width: 15px; height: 15px; }
.filter-drawer-toggle b { min-width: 18px; height: 18px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--rust); color: #fffaf3; font-size: 9px; }
.clear-filters-button { padding: 0; border: 0; background: transparent; color: var(--rust); font-size: 10px; font-weight: 700; }
.clear-filters-button:hover { color: var(--ink); }
.toolbar-meta { display: flex; align-items: center; gap: 17px; flex: 0 0 auto; margin-left: auto; }
.result-count { margin: 0 0 14px; color: var(--muted); font-size: 11px; white-space: nowrap; }
.sort-control { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.sort-control select { padding: 5px 18px 5px 3px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 11px; }
.collection-layout { position: relative; display: grid; grid-template-columns: 238px minmax(0, 1fr); align-items: start; gap: 42px; }
.collection-sidebar { position: sticky; top: 103px; min-width: 0; max-height: calc(100vh - 124px); overflow-y: auto; padding-right: 22px; scrollbar-color: var(--teal) var(--paper-deep); scrollbar-width: thin; }
.sidebar-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 20px; }
.sidebar-header .eyebrow { margin-bottom: 7px; }
.sidebar-header h3 { margin: 0; font-size: 25px; line-height: 1.08; }
.sidebar-close { display: none; }
.filter-directory { border-top: 1px solid var(--line); }
.filter-all, .filter-option { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); text-align: left; font-size: 11px; }
.filter-all strong, .filter-option strong { color: #969289; font-size: 10px; font-weight: 500; }
.filter-all:hover, .filter-option:hover, .filter-all.is-active, .filter-option.is-active { color: var(--ink); }
.filter-all.is-active, .filter-option.is-active { font-weight: 700; }
.filter-all.is-active span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 7px 2px 0; border-radius: 50%; background: var(--rust); }
.filter-group { padding: 17px 0 7px; }
.filter-group h4 { margin: 0 0 5px; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.filter-options { display: grid; grid-template-columns: 1fr; }
.filter-option { padding: 7px 0; border-bottom: 0; font-size: 11px; }
.filter-option.is-active span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 7px 2px 0; border-radius: 50%; background: var(--teal); }
.sidebar-clear { width: 100%; margin-top: 12px; padding: 11px 0; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 10px; font-weight: 700; }
.sidebar-clear:hover { border-color: var(--ink); color: var(--ink); }
.collection-results { min-width: 0; }
.active-filter-bar { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin: -3px 0 22px; color: var(--muted); font-size: 10px; }
.active-filter-chip, .active-filter-clear { display: inline-flex; align-items: center; gap: 5px; min-height: 27px; padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink); font-size: 10px; }
.active-filter-chip:hover { border-color: var(--rust); color: var(--rust); }
.active-filter-chip svg { width: 12px; height: 12px; }
.active-filter-clear { border: 0; background: transparent; color: var(--rust); font-weight: 700; }
.filter-drawer-backdrop { display: none; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px 20px; }
.empty-results { grid-column: 1 / -1; min-height: 220px; display: grid; place-items: center; align-content: center; gap: 12px; border: 1px solid var(--line); color: var(--muted); text-align: center; }
.empty-results svg { width: 28px; height: 28px; color: var(--rust); }
.empty-results p { margin: 0; color: var(--ink); font-family: var(--display); font-size: 25px; }
.product-card { position: relative; min-width: 0; }
.product-media { position: relative; aspect-ratio: 1 / 1.08; overflow: hidden; background: var(--paper-deep); }
.product-image-link { position: absolute; inset: 0; display: block; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2, .65, .3, 1), opacity .35s ease; }
.product-secondary-image { position: absolute; inset: 0; opacity: 0; }
.product-card:hover .product-media > .product-image-link > img:first-child { transform: scale(1.045); opacity: 0; }
.product-card:hover .product-secondary-image { transform: scale(1.045); opacity: 1; }
.product-tag { position: absolute; top: 12px; left: 12px; padding: 5px 8px; background: rgba(255, 253, 249, .92); color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.favorite-button { position: absolute; top: 8px; right: 8px; width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 253, 249, .91); color: var(--ink); }
.favorite-button:hover { background: #fff; }
.favorite-button svg { width: 16px; height: 16px; }
.favorite-button.is-favorite { background: var(--rust); color: #fff; }
.product-info { position: relative; padding-top: 14px; padding-right: 70px; }
.product-category { margin-bottom: 7px; color: var(--muted); font-size: 10px; letter-spacing: .03em; }
.product-info h3 { margin-bottom: 7px; font-size: 22px; line-height: 1.12; }
.product-info h3 a:hover { color: var(--rust); }
.product-price { display: flex; align-items: baseline; gap: 9px; }
.product-price strong { color: var(--rust); font-size: 13px; }
.product-price span { color: var(--muted); font-size: 11px; }
.product-card-meta { display: flex; gap: 12px; margin-top: 12px; color: #8b877e; font-size: 9px; white-space: nowrap; }
.product-card-meta span { display: inline-flex; align-items: center; gap: 4px; }
.product-card-meta svg { width: 12px; height: 12px; color: var(--teal); }
.quick-add { position: absolute; right: 0; bottom: 1px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid var(--line); border-radius: var(--radius); background: transparent; color: var(--ink); font-size: 10px; font-weight: 700; opacity: 0; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.product-card:hover .quick-add, .quick-add:focus-visible { opacity: 1; transform: translateY(0); }
.quick-add:hover { border-color: var(--ink); background: var(--ink); color: #fffaf3; }
.quick-add svg { width: 14px; height: 14px; }
.collection-footer { display: flex; justify-content: center; padding-top: 54px; }

.studio-band { padding-block: 88px; background: var(--blue); color: #f5efe8; }
.studio-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); align-items: end; gap: 90px; }
.studio-copy { max-width: 560px; }
.studio-copy .eyebrow { color: #a9c5b1; }
.studio-copy h2 { margin-bottom: 23px; color: #fffaf3; }
.studio-copy p { max-width: 500px; margin-bottom: 28px; color: #ced8d2; font-size: 15px; }
.studio-copy .dark-link { border-color: #fffaf3; color: #fffaf3; }
.studio-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, .26); }
.studio-stat { min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; padding: 19px 14px 0 0; border-right: 1px solid rgba(255, 255, 255, .26); }
.studio-stat + .studio-stat { padding-left: 18px; }
.studio-stat:last-child { border-right: 0; }
.studio-stat strong { color: #fffaf3; font-family: var(--display); font-size: 45px; font-weight: 500; line-height: 1; }
.studio-stat span { max-width: 105px; color: #b9c9c0; font-size: 11px; line-height: 1.4; }

.feature-section { padding-block: 112px; }
.feature-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); align-items: center; gap: clamp(40px, 8vw, 120px); }
.feature-art { position: relative; }
.feature-art img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; }
.image-caption { position: absolute; right: 16px; bottom: 14px; padding: 6px 9px; background: rgba(255, 253, 249, .88); color: var(--ink); font-size: 10px; }
.feature-copy { max-width: 500px; }
.feature-copy h2 { margin-bottom: 20px; }
.feature-copy > p { margin-bottom: 27px; color: var(--muted); font-size: 15px; }
.feature-details { display: grid; gap: 12px; margin-bottom: 31px; padding-top: 19px; border-top: 1px solid var(--line); }
.feature-details span { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 12px; }
.feature-details svg { width: 16px; height: 16px; color: var(--rust); }

.newsletter-band { padding-block: 74px; background: var(--paper-deep); }
.newsletter-layout { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.newsletter-layout h2 { margin-bottom: 12px; }
.newsletter-layout p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.newsletter-form { width: min(480px, 100%); display: flex; gap: 10px; }
.newsletter-form input { min-width: 0; flex: 1; height: 45px; padding: 0 14px; border: 1px solid var(--line); border-radius: var(--radius); outline: 0; background: var(--white); color: var(--ink); }
.newsletter-form input:focus { border-color: var(--rust); box-shadow: 0 0 0 3px rgba(181, 93, 66, .12); }

main.is-product-view > section { display: none; }
main.is-product-view > [data-product-page] { display: block; }
.product-page { background: var(--paper); }
.product-page-shell { padding-block: 25px 110px; }
.product-page-topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 27px; color: var(--muted); font-size: 11px; }
.back-link { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 700; }
.back-link:hover { color: var(--rust); }
.back-link svg { width: 15px; height: 15px; }
.product-page-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: start; gap: clamp(36px, 6vw, 88px); }
.product-page-layout > .modal-gallery { position: sticky; top: 101px; min-height: 0; }
.product-page-buybox { padding-top: 24px; }
.product-page-buybox h1 { max-width: 550px; margin-bottom: 13px; font-size: clamp(43px, 5vw, 70px); }
.page-rating { display: flex; align-items: center; gap: 9px; margin-bottom: 26px; color: var(--muted); font-size: 11px; }
.rating-pill { padding: 5px 8px; background: var(--paper-deep); color: var(--rust); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.page-description { max-width: 500px; margin-bottom: 22px; color: var(--muted); font-size: 15px; }
.page-price { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 25px; padding-block: 17px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.page-price strong { color: var(--rust); font-size: 27px; }
.page-price small { color: var(--muted); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.option-heading { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 10px; }
.option-heading label { font-size: 12px; font-weight: 700; }
.option-heading span { color: var(--muted); font-size: 10px; }
.resolution-selector { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-bottom: 15px; }
.resolution-option { min-height: 105px; display: flex; flex-direction: column; justify-content: space-between; gap: 5px; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: transparent; color: var(--muted); text-align: left; }
.resolution-option:hover { border-color: var(--teal); }
.resolution-option.is-active { border-color: var(--teal); background: #e4eee7; color: var(--ink); box-shadow: inset 0 0 0 1px var(--teal); }
.resolution-option-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.resolution-option strong { color: var(--ink); font-size: 15px; }
.resolution-option b { color: var(--rust); font-size: 14px; }
.resolution-option > span:not(.resolution-option-top) { font-size: 10px; }
.resolution-option small { color: var(--muted); font-size: 9px; }
.selected-resolution { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 22px; padding: 15px; border-left: 2px solid var(--gold); background: var(--paper-deep); }
.selected-resolution > div { min-width: 0; }
.selected-resolution .eyebrow { margin-bottom: 4px; color: var(--muted); font-size: 8px; }
.selected-resolution strong { display: block; overflow-wrap: anywhere; font-size: 11px; }
.selected-resolution p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 10px; }
.page-actions { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10px; }
.page-actions .button { width: 100%; }
.page-trust-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 17px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.page-trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.page-trust-row svg { width: 14px; height: 14px; color: var(--rust); }
.product-detail-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); align-items: start; gap: clamp(36px, 6vw, 88px); margin-top: 88px; padding-top: 35px; border-top: 1px solid var(--line); }
.product-detail-accordions details { border-bottom: 1px solid var(--line); }
.product-detail-accordions summary { display: flex; align-items: center; justify-content: space-between; min-height: 57px; list-style: none; cursor: pointer; font-family: var(--display); font-size: 21px; }
.product-detail-accordions summary::-webkit-details-marker { display: none; }
.product-detail-accordions summary svg { width: 16px; height: 16px; color: var(--rust); transition: transform .2s ease; }
.product-detail-accordions details[open] summary svg { transform: rotate(45deg); }
.detail-copy { max-width: 670px; padding: 0 0 21px; color: var(--muted); font-size: 13px; }
.detail-copy p:last-child { margin-bottom: 0; }
.product-side-note { padding: 30px; background: var(--blue); color: #f5efe8; }
.product-side-note .eyebrow { color: #a9c5b1; }
.product-side-note h2 { margin-bottom: 16px; color: #fffaf3; font-size: 36px; }
.product-side-note > p:not(.eyebrow) { margin-bottom: 24px; color: #ced8d2; font-size: 13px; }
.product-side-note .dark-link { border-color: #fffaf3; color: #fffaf3; }
.print-guide { margin-top: 88px; padding-top: 35px; border-top: 1px solid var(--line); }
.print-guide-heading { display: flex; align-items: end; justify-content: space-between; gap: 38px; margin-bottom: 24px; }
.print-guide-heading h2 { margin-bottom: 0; font-size: 42px; }
.print-guide-heading > p { max-width: 390px; margin: 0; color: var(--muted); font-size: 12px; }
.distance-note { max-width: 760px; margin: 0 0 12px; color: var(--muted); font-size: 11px; }
.print-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); scrollbar-color: var(--teal) var(--paper-deep); scrollbar-width: thin; }
.print-table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 11px; }
.print-table th, .print-table td { padding: 14px 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.print-table thead th { background: var(--paper-deep); color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.print-table tbody th { width: 18%; }
.print-table tbody th strong, .print-table tbody th span { display: block; }
.print-table tbody th strong { color: var(--rust); font-size: 13px; }
.print-table tbody th span { margin-top: 2px; color: var(--muted); font-size: 10px; font-weight: 400; }
.print-table td small { color: var(--muted); font-size: 9px; }
.print-table td:nth-child(3) { color: var(--teal); font-weight: 700; }
.print-table td:nth-child(4) { color: var(--rust); font-weight: 700; }
.print-table tbody tr:nth-child(even) > * { background: #f0ebe2; }
.print-table tbody tr:hover > * { background: #e4eee7; }
.print-table tbody tr:last-child > * { border-bottom: 0; }
.resolution-reference { margin-bottom: 30px; }
.resolution-reference > .eyebrow { margin-bottom: 10px; color: var(--muted); }
.resolution-table { min-width: 1120px; }
.resolution-table td { white-space: nowrap; color: var(--ink) !important; font-weight: 400 !important; }
.resolution-table td:last-child { color: var(--rust) !important; font-weight: 700 !important; }
.print-path-section { margin-top: 88px; padding-top: 35px; border-top: 1px solid var(--line); }
.print-path-heading { display: flex; align-items: end; justify-content: space-between; gap: 38px; margin-bottom: 20px; }
.print-path-heading h2 { margin-bottom: 0; font-size: 42px; }
.print-path-heading > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 12px; }
.print-path-notice { display: flex; align-items: flex-start; gap: 9px; max-width: 850px; margin: 0 0 22px; padding: 12px 14px; border-left: 2px solid var(--gold); background: var(--paper-deep); color: var(--muted); font-size: 11px; }
.print-path-notice strong { color: var(--ink); }
.print-path-notice svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 1px; color: var(--rust); }
.print-path-route { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0 0 48px; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.print-path-step { min-width: 0; min-height: 164px; padding: 20px 20px 20px 0; }
.print-path-step + .print-path-step { padding-left: 20px; border-left: 1px solid var(--line); }
.print-path-step-number { display: block; margin-bottom: 24px; color: var(--rust); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.print-path-step h3, .print-path-summary-heading h3, .comparison-heading h3 { margin-bottom: 8px; font-size: 21px; }
.print-path-step p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.print-path-summary-heading, .comparison-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 16px; }
.print-path-summary-heading .eyebrow, .comparison-heading .eyebrow { margin-bottom: 8px; }
.print-path-summary-heading h3, .comparison-heading h3 { margin-bottom: 0; }
.print-path-summary-heading > p, .comparison-heading > p { max-width: 390px; margin: 0; color: var(--muted); font-size: 11px; }
.print-path-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 46px; }
.print-path-provider { min-width: 0; min-height: 160px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.print-path-provider:hover { border-color: var(--teal); background: #eaf0ea; transform: translateY(-2px); }
.print-path-provider > span { display: block; min-height: 25px; margin-bottom: 16px; color: var(--rust); font-size: 8px; font-weight: 700; letter-spacing: .1em; line-height: 1.35; }
.print-path-provider h3 { display: flex; align-items: center; gap: 6px; margin-bottom: 9px; font-size: 20px; }
.print-path-provider h3 svg { width: 14px; height: 14px; color: var(--rust); }
.print-path-provider p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.comparison-heading { margin-bottom: 15px; }
.comparison-table-wrap { overflow-x: auto; overscroll-behavior-inline: contain; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); scrollbar-color: var(--teal) var(--paper-deep); scrollbar-width: thin; }
.comparison-table-wrap:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }
.comparison-table { width: 100%; min-width: 1120px; border-collapse: separate; border-spacing: 0; table-layout: fixed; color: var(--ink); font-size: 11px; scroll-margin-top: 92px; }
.comparison-label-col { width: 19%; }
.comparison-provider-col { width: 20.25%; }
.comparison-table th, .comparison-table td { padding: 16px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.55; overflow-wrap: anywhere; }
.comparison-table tr > :last-child { border-right: 0; }
.comparison-table tbody tr:last-child > * { border-bottom: 0; }
.comparison-table thead th { position: sticky; top: 76px; z-index: 3; background: var(--blue); color: #fffaf3; font-size: 10px; font-weight: 700; letter-spacing: .04em; line-height: 1.35; }
.comparison-table thead th:first-child { left: 0; z-index: 5; background: var(--ink); color: #e9dfd0; }
.comparison-table thead a { display: inline-flex; align-items: center; gap: 5px; color: #fffaf3; }
.comparison-table thead a:hover { color: #f0c083; }
.comparison-table thead a svg { width: 13px; height: 13px; flex: 0 0 auto; }
.comparison-table thead span { display: block; margin-top: 5px; color: #b9c9c0; font-size: 8px; font-weight: 400; letter-spacing: .03em; }
.comparison-table tbody th { position: sticky; left: 0; z-index: 2; color: var(--ink); font-size: 11px; font-weight: 700; box-shadow: 7px 0 12px -14px rgba(23, 25, 24, .8); }
.comparison-table tbody td { color: #545750; }
.comparison-table tbody tr:nth-child(odd) > * { background: #fffdf9; }
.comparison-table tbody tr:nth-child(even) > * { background: #f0ebe2; }
.comparison-table tbody tr:hover > * { background: #e4eee7; }
.comparison-disclaimer { display: flex; align-items: flex-start; gap: 8px; max-width: 960px; margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.comparison-disclaimer svg { width: 14px; height: 14px; flex: 0 0 auto; margin-top: 1px; color: var(--rust); }
.product-reviews { margin-top: 100px; padding-top: 35px; border-top: 1px solid var(--line); }
.reviews-heading, .related-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 27px; }
.reviews-heading h2, .related-heading h2 { font-size: 43px; }
.review-summary { display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 11px; }
.review-summary strong { color: var(--rust); font-family: var(--display); font-size: 24px; }
.review-summary .button { white-space: nowrap; }
.review-empty { min-height: 170px; display: grid; place-items: center; align-content: center; padding: 25px; border: 1px solid var(--line); color: var(--muted); text-align: center; }
.review-empty svg { width: 26px; height: 26px; margin-bottom: 10px; color: var(--rust); }
.review-empty p { margin-bottom: 4px; color: var(--ink); font-family: var(--display); font-size: 25px; }
.review-empty span { font-size: 11px; }
.review-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
.review-card { padding: 22px 0; border-top: 1px solid var(--line); }
.review-card-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 11px; color: var(--muted); font-size: 10px; }
.review-card p { margin-bottom: 13px; color: var(--ink); font-size: 13px; line-height: 1.7; }
.review-card strong { color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.review-stars { color: var(--rust); letter-spacing: .08em; }
.related-products { margin-top: 100px; padding-top: 35px; border-top: 1px solid var(--line); }
.related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.related-card { min-width: 0; }
.related-card img { width: 100%; aspect-ratio: 1 / 1.05; margin-bottom: 12px; object-fit: cover; background: var(--paper-deep); }
.related-card span { display: block; margin-bottom: 4px; color: var(--rust); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.related-card h3 { margin-bottom: 6px; font-size: 20px; line-height: 1.1; }
.related-card strong { color: var(--muted); font-size: 11px; }
.related-card:hover img { filter: saturate(1.08); }

.modal-gallery { min-width: 0; display: flex; flex-direction: column; background: var(--paper-deep); }
.modal-gallery-main { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #d9d2c7; }
.modal-product-image { width: 100%; height: 100%; object-fit: cover; }
.gallery-index { position: absolute; left: 16px; bottom: 14px; padding: 5px 7px; background: rgba(23, 25, 24, .72); color: #fffaf3; font-size: 10px; letter-spacing: .08em; }
.gallery-control { position: absolute; bottom: 9px; width: 37px; height: 37px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255, 253, 249, .56); border-radius: 50%; background: rgba(23, 25, 24, .72); color: #fffaf3; }
.gallery-control:hover { background: var(--rust); }
.gallery-control svg { width: 16px; height: 16px; }
.gallery-control-prev { right: 56px; }
.gallery-control-next { right: 12px; }
.gallery-thumbnails { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding-top: 10px; background: var(--paper); }
.gallery-thumb { min-width: 0; padding: 0 0 8px; border: 1px solid transparent; border-radius: var(--radius); background: transparent; color: var(--muted); text-align: left; }
.gallery-thumb:hover, .gallery-thumb.is-active { border-color: var(--teal); color: var(--ink); }
.gallery-thumb img { width: 100%; aspect-ratio: 1.26 / 1; object-fit: cover; opacity: .72; transition: opacity .2s ease; }
.gallery-thumb:hover img, .gallery-thumb.is-active img { opacity: 1; }
.gallery-thumb span { display: block; padding: 6px 7px 0; font-size: 9px; }

.site-footer { padding-block: 76px 25px; background: var(--ink); color: #d9d5cc; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .75fr 1fr; gap: 36px; padding-bottom: 72px; }
.wordmark-footer { color: #fffaf3; }
.footer-brand > p { max-width: 230px; margin: 19px 0 24px; color: #9b9a91; font-size: 13px; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #4b4d49; border-radius: 50%; color: #cfcbc0; }
.social-links a:hover { border-color: #fffaf3; color: #fffaf3; }
.social-links svg { width: 15px; height: 15px; }
.footer-grid h3 { margin: 3px 0 18px; color: #fffaf3; font-family: var(--body); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid > div:not(.footer-brand) a { color: #a8a9a2; font-size: 12px; }
.footer-grid > div:not(.footer-brand) a:hover { color: #fffaf3; }
.footer-note { padding-left: 16px; border-left: 1px solid #41433f; }
.footer-note p { max-width: 230px; margin-bottom: 22px; color: #a8a9a2; font-size: 13px; }
.footer-locale { color: #d8b18f; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 19px; border-top: 1px solid #41433f; color: #85867e; font-size: 10px; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a:hover { color: #fffaf3; }

.cart-drawer, .modal { position: fixed; inset: 0; z-index: 40; visibility: hidden; pointer-events: none; }
.cart-drawer.is-open, .modal.is-open { visibility: visible; pointer-events: auto; }
.drawer-backdrop, .modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(18, 17, 15, .48); opacity: 0; transition: opacity .25s ease; }
.cart-drawer.is-open .drawer-backdrop, .modal.is-open .modal-backdrop { opacity: 1; }
.drawer-panel { position: absolute; top: 0; right: 0; width: min(450px, 100%); height: 100%; display: flex; flex-direction: column; background: var(--paper); box-shadow: var(--shadow); transform: translateX(100%); transition: transform .3s cubic-bezier(.2, .65, .3, 1); }
.cart-drawer.is-open .drawer-panel { transform: translateX(0); }
.drawer-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 32px 30px 20px; border-bottom: 1px solid var(--line); }
.drawer-header .eyebrow { margin-bottom: 7px; }
.drawer-header h2 { font-size: 34px; }
.cart-items { flex: 1; overflow-y: auto; padding: 6px 30px; }
.empty-cart { min-height: 280px; display: grid; place-items: center; color: var(--muted); text-align: center; }
.empty-cart svg { width: 30px; height: 30px; margin: 0 auto 17px; color: var(--rust); }
.empty-cart p { margin-bottom: 5px; color: var(--ink); font-family: var(--display); font-size: 24px; }
.cart-item { display: grid; grid-template-columns: 75px minmax(0, 1fr) auto; gap: 13px; align-items: start; padding-block: 18px; border-bottom: 1px solid var(--line); }
.cart-item-image { width: 75px; aspect-ratio: 1; object-fit: cover; background: var(--paper-deep); }
.cart-item-format { margin: 0 0 2px; color: var(--rust); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cart-item h3 { margin: 0 0 4px; font-size: 17px; line-height: 1.1; }
.cart-item-meta { margin: 0 0 9px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.cart-item-price { color: var(--rust); font-size: 12px; font-weight: 700; }
.cart-item-actions { display: flex; align-items: center; gap: 5px; margin-top: 9px; }
.quantity-button, .remove-item { width: 24px; height: 24px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); }
.quantity-button:hover, .remove-item:hover { border-color: var(--ink); }
.quantity-button svg, .remove-item svg { width: 12px; height: 12px; }
.quantity-value { min-width: 21px; text-align: center; font-size: 11px; }
.remove-item { align-self: start; border: 0; color: #8a8982; }
.cart-summary { padding: 22px 30px 29px; border-top: 1px solid var(--line); background: var(--white); }
.summary-line { display: flex; align-items: center; justify-content: space-between; margin-bottom: 5px; font-size: 13px; }
.summary-line strong { font-size: 15px; }
.cart-summary > p { margin-bottom: 19px; color: var(--muted); font-size: 11px; }
.checkout-button { width: 100%; }
.secure-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 13px; color: #7c7b74; font-size: 10px; }
.secure-note svg { width: 13px; height: 13px; }

.modal { display: grid; place-items: center; padding: 26px; }
.modal-panel { position: relative; width: min(620px, 100%); max-height: min(760px, calc(100vh - 52px)); overflow-y: auto; background: var(--paper); box-shadow: var(--shadow); transform: translateY(18px); opacity: 0; transition: transform .25s ease, opacity .25s ease; }
.modal.is-open .modal-panel { transform: translateY(0); opacity: 1; }
.modal-close { position: absolute; top: 17px; right: 17px; z-index: 1; background: rgba(243, 239, 232, .83); }
.checkout-panel { padding: 54px 56px 46px; }
.checkout-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; background: var(--teal); color: #fff; }
.checkout-icon svg { width: 20px; height: 20px; }
.checkout-panel h2 { max-width: 450px; margin-bottom: 15px; font-size: 43px; }
.checkout-copy { max-width: 470px; margin-bottom: 27px; color: var(--muted); font-size: 13px; }
.checkout-summary { margin-bottom: 24px; padding-block: 13px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.checkout-summary-line { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; color: var(--muted); font-size: 12px; }
.checkout-summary-line strong { color: var(--ink); white-space: nowrap; }
.checkout-summary-line.total { margin-top: 7px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--ink); font-weight: 700; }
.checkout-footnote { display: flex; align-items: center; gap: 7px; margin: 14px 0 0; color: var(--muted); font-size: 10px; }
.checkout-footnote svg { width: 14px; height: 14px; color: var(--teal); }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 80; max-width: min(370px, calc(100% - 48px)); padding: 12px 16px; border: 1px solid #4b514b; background: var(--ink); color: #fffaf3; font-size: 12px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .container { width: min(100% - 44px, 1240px); }
  .header-inner { gap: 22px; }
  .primary-nav { gap: 18px; margin-left: 5px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-card:nth-child(4) { display: none; }
  .product-page-layout, .product-detail-grid { gap: 38px; }
  .footer-grid { grid-template-columns: 1.1fr .8fr .9fr 1.1fr; }
}

@media (max-width: 780px) {
  body.is-filter-locked { overflow: hidden; }
  .container { width: min(100% - 36px, 1240px); }
  .header-inner { min-height: 68px; }
  .menu-button { display: grid; order: -1; }
  .primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; gap: 0; margin: 0; padding: 8px 18px 16px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { width: 100%; padding: 10px 0; border-bottom: 1px solid var(--line); }
  .search-control { width: 150px; }
  .hero { min-height: 620px; }
  .hero-content { padding-block: 70px 52px; }
  .hero-meta { gap: 13px 20px; }
  .section-heading, .newsletter-layout, .print-guide-heading, .print-path-heading, .print-path-summary-heading, .comparison-heading { align-items: flex-start; flex-direction: column; gap: 19px; }
  .section-intro { max-width: 500px; }
  .collection-toolbar { align-items: flex-start; flex-direction: column; gap: 15px; }
  .collection-toolbar-mobile { display: flex; width: 100%; justify-content: space-between; }
  .filter-drawer-toggle { display: inline-flex; }
  .toolbar-meta { width: 100%; justify-content: space-between; margin-left: 0; }
  .result-count { margin-bottom: 12px; }
  .collection-layout { display: block; }
  .collection-sidebar { position: fixed; top: 0; left: 0; bottom: 0; z-index: 51; width: min(360px, calc(100% - 36px)); max-height: none; overflow-y: auto; padding: 31px 25px 28px; background: var(--paper); box-shadow: var(--shadow); transform: translateX(-105%); transition: transform .28s cubic-bezier(.2, .65, .3, 1); }
  .collection-sidebar.is-open { transform: translateX(0); }
  .sidebar-close { display: grid; }
  .filter-drawer-backdrop { position: fixed; inset: 0; z-index: 50; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(18, 17, 15, .48); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
  body.is-filter-locked .filter-drawer-backdrop { opacity: 1; pointer-events: auto; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 15px; }
  .product-card:nth-child(4) { display: block; }
  .product-info { padding-right: 0; }
  .quick-add { position: static; margin-top: 14px; opacity: 1; transform: none; }
  .studio-layout, .feature-layout { grid-template-columns: 1fr; gap: 45px; }
  .studio-stats { max-width: 560px; }
  .product-page-topbar { align-items: flex-start; flex-direction: column; gap: 12px; }
  .product-page-layout, .product-detail-grid { grid-template-columns: 1fr; }
  .product-page-layout > .modal-gallery { position: static; }
  .product-page-buybox { padding-top: 0; }
  .product-side-note { max-width: 600px; }
  .print-path-route { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .print-path-step { min-height: 150px; padding: 18px 18px 18px 0; }
  .print-path-step:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .print-path-step:nth-child(4) { border-top: 1px solid var(--line); }
  .print-path-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 15px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 45px 25px; }
  .footer-brand, .footer-note { grid-column: 1 / -1; }
  .footer-note { padding: 0; border-top: 1px solid #41433f; border-left: 0; padding-top: 20px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1240px); }
  .announcement { gap: 8px; font-size: 8px; }
  .header-tools { gap: 5px; }
  .brand-logo { width: 143px; height: 32px; }
  .search-control { width: 28px; padding: 0; border: 0; }
  .search-control input { position: absolute; width: 1px; height: 1px; opacity: 0; }
  .search-control:focus-within { width: 140px; padding-bottom: 7px; border-bottom: 1px solid var(--line); }
  .search-control:focus-within input { position: static; width: 100%; height: auto; opacity: 1; }
  .hero { min-height: 590px; }
  .hero h1 { font-size: 50px; }
  .hero-copy { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .product-grid { gap: 32px 12px; }
  .product-info h3 { font-size: 19px; }
  .product-price { align-items: flex-start; flex-direction: column; gap: 1px; }
  .product-card-meta { align-items: flex-start; flex-direction: column; gap: 4px; }
  .studio-stats { grid-template-columns: 1fr 1fr; }
  .studio-stat:last-child { grid-column: 1 / -1; min-height: 94px; padding-left: 0; border-top: 1px solid rgba(255, 255, 255, .26); }
  .resolution-selector, .page-actions, .selected-resolution { grid-template-columns: 1fr; }
  .selected-resolution p { grid-column: auto; }
  .page-actions .button { min-height: 48px; }
  .print-guide-heading h2, .print-path-heading h2, .reviews-heading h2, .related-heading h2 { font-size: 35px; }
  .print-path-notice { margin-bottom: 18px; }
  .print-path-route { grid-template-columns: 1fr; margin-bottom: 37px; }
  .print-path-step, .print-path-step + .print-path-step, .print-path-step:nth-child(3) { min-height: auto; padding: 17px 0; border-left: 0; border-top: 1px solid var(--line); }
  .print-path-step:first-child { border-top: 0; }
  .print-path-step-number { margin-bottom: 12px; }
  .print-path-summary { grid-template-columns: 1fr; margin-bottom: 37px; }
  .print-path-provider { min-height: 0; }
  .comparison-table-wrap { margin-inline: -1px; }
  .comparison-table { min-width: 920px; font-size: 10px; }
  .comparison-table th, .comparison-table td { padding: 13px 11px; }
  .comparison-table thead th { top: 68px; font-size: 9px; }
  .comparison-table tbody th { font-size: 10px; }
  .reviews-heading, .related-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .review-summary { align-items: flex-start; flex-wrap: wrap; }
  .review-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .checkout-panel { padding: 50px 25px 35px; }
  .checkout-panel h2 { font-size: 37px; }
}
