@font-face {
  font-family: "Advercase";
  src: url("assets/fonts/Advercase-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Advercase";
  src: url("assets/fonts/Advercase-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #1e1e1e;
  --dark: #121212;
  --paper: #ffffff;
  --white: #ffffff;
  --copper: #ad591a;
  --rust: #b24f1a;
  --sand: #967a54;
  --line: #ebe6d9;
  --blue: #54bfdb;
  --heading: "Advercase", serif;
  --body: "Helvetica Now Text", "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.dialog-open, body.quote-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
::selection { color: var(--white); background: var(--copper); }

.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;
}

.skip-link {
  position: fixed;
  z-index: 500;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  font-size: 12px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  display: grid;
  grid-template-columns: 180px 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 0 3vw;
  border-bottom: 1px solid rgba(30, 30, 30, .13);
  background: rgba(255, 255, 255, .98);
  transition: height .3s var(--ease), background .3s;
}
.site-header.is-scrolled { height: 60px; background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); }
.wordmark, .footer-wordmark { color: var(--copper); font: 700 31px/1 var(--heading); }
.header-line, .desktop-nav { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.header-line { padding-left: 20px; border-left: 1px solid var(--ink); }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { position: relative; padding: 28px 0; }
.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease);
}
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-quote {
  min-width: 128px;
  padding: 11px 14px;
  border: 1px solid var(--ink);
  background: var(--white);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}
.header-quote span { display: inline-grid; min-width: 19px; height: 19px; margin-left: 8px; place-items: center; color: var(--white); border-radius: 50%; background: var(--ink); font-size: 8px; }
.menu-toggle { display: none; width: 38px; height: 38px; padding: 10px 7px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: var(--ink); transition: transform .3s; }
.menu-open .menu-toggle > span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-open .menu-toggle > span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  z-index: 90;
  inset: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  padding: 115px 24px 30px;
  color: var(--ink);
  background: var(--white);
  opacity: 0;
  transition: visibility .35s, opacity .35s;
}
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a, .mobile-menu nav button { display: flex; gap: 18px; align-items: baseline; padding: 18px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; font: 400 38px/1.1 var(--heading); cursor: pointer; }
.mobile-menu nav span { color: var(--sand); font: 10px/1 var(--body); }
.mobile-menu nav strong { margin-left: auto; font: 400 11px/1 var(--body); }
.mobile-menu > p { margin-top: auto; color: var(--sand); font-size: 11px; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; }

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: 46% 54%;
  padding-top: 76px;
  overflow: hidden;
  background: var(--paper);
}
.hero-copy { position: relative; z-index: 3; align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 115px 5vw 70px 7vw; }
.kicker, .section-index, .product-code {
  margin: 0;
  color: var(--sand);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.hero h1 { max-width: 560px; margin: 34px 0 0; font: 400 clamp(46px, 4.5vw, 64px)/1.08 var(--heading); letter-spacing: 0; word-spacing: .02em; text-transform: none; }
.hero h1 span { color: var(--rust); }
.hero-statement { max-width: 470px; margin: 30px 0 28px; font-size: 16px; line-height: 1.6; }
.arrow-link {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 34px;
  margin-left: 0;
  padding: 12px 0;
  border-bottom: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.arrow-link span { font-size: 16px; transition: transform .3s var(--ease); }
.arrow-link:hover span { transform: translate(4px, 4px); }
.hero-count { display: flex; align-items: center; gap: 11px; margin-top: auto; color: var(--sand); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.hero-count span { margin-right: 17px; }
.hero-count strong { color: var(--ink); font-size: 10px; font-weight: 400; }
.hero-count i { width: 60px; height: 1px; background: var(--line); }
.hero-image { position: relative; height: 650px; min-height: 0; margin: 38px 0 32px; overflow: hidden; border-radius: 22px 0 0 22px; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-image figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  padding: 9px 12px;
  color: var(--white);
  background: rgba(30,30,30,.78);
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-product { position: absolute; z-index: 4; right: 47%; bottom: 0; width: 210px; padding: 18px 18px 13px; background: var(--white); border: 1px solid var(--line); }
.hero-product img { width: 100%; height: 180px; object-fit: contain; transition: transform .5s var(--ease); }
.hero-product:hover img { transform: translateY(-6px); }
.hero-product p { display: flex; justify-content: space-between; margin: 10px 0 0; font: 400 19px/1 var(--heading); }
.hero-product p span { color: var(--copper); font: 9px/1 var(--body); letter-spacing: .14em; }

.connection-line { overflow: hidden; color: var(--copper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); white-space: nowrap; }
.connection-line div { width: max-content; padding: 14px 0 13px; font-size: 10px; letter-spacing: .24em; text-transform: uppercase; animation: connection-scroll 28s linear infinite; }
@keyframes connection-scroll { to { transform: translateX(-50%); } }

.everyday { position: relative; min-height: 1120px; padding: 135px 7vw; overflow: hidden; background: var(--white); }
.everyday-heading { position: relative; z-index: 2; }
.everyday h2, .series h2, .collection h2 { margin: 20px 0 0; font: 400 clamp(36px, 3.5vw, 50px)/1.1 var(--heading); letter-spacing: 0; word-spacing: .02em; }
.everyday h2 span, .series h2 span, .collection h2 span { color: var(--rust); }
.everyday-lifestyle { position: absolute; top: 360px; left: 7vw; width: 35vw; height: 720px; margin: 0; overflow: hidden; border-radius: 0 30px 30px 0; }
.everyday-lifestyle img { width: 100%; height: 100%; object-fit: cover; }
.everyday-product { position: absolute; top: 280px; right: 7vw; width: 46vw; min-height: 520px; display: grid; grid-template-rows: 1fr auto; padding: 50px; border: 1px solid var(--line); background: var(--white); }
.everyday-product > img { width: 100%; height: 310px; object-fit: contain; }
.everyday-product > div { max-width: 520px; padding-top: 30px; border-top: 1px solid var(--line); }
.everyday-product h3 { margin: 13px 0 20px; font: 400 46px/1.08 var(--heading); letter-spacing: 0; word-spacing: .04em; }
.everyday-product > div > p:last-child { margin: 0; font-size: 14px; line-height: 1.65; }
.everyday-caption { position: absolute; right: 7vw; bottom: 120px; width: 46vw; margin: 0; padding-top: 20px; border-top: 1px solid var(--ink); color: var(--copper); font: 400 34px/1.15 var(--heading); }

.series {
  --series-accent: #b24f1a;
  --series-bg: #f0eee8;
  padding: 105px 7vw 0;
  overflow: hidden;
  background: var(--white);
  transition: background .55s var(--ease);
}
.series-heading { display: grid; grid-template-columns: 1fr minmax(260px, 420px); gap: 8vw; align-items: end; }
.series-heading h2 { margin-top: 0; }
.section-intro { max-width: 410px; margin: 0; color: #5f5a51; font-size: 14px; line-height: 1.65; }
.series-stage { min-height: 520px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; margin-top: 55px; border: 1px solid var(--line); background: var(--white); }
.series-art { position: relative; min-height: 520px; overflow: hidden; border-right: 1px solid rgba(30,30,30,.16); }
.series-art::before { position: absolute; content: ""; width: 58%; aspect-ratio: 1; top: 50%; left: 50%; border: 1px solid var(--series-accent); border-radius: 50%; opacity: .4; transform: translate(-50%,-50%); transition: border-color .45s; }
.series-art img { position: absolute; z-index: 2; top: 50%; left: 50%; width: 72%; height: 72%; object-fit: contain; transform: translate(-50%,-50%); transition: opacity .25s, transform .6s var(--ease); }
.series-art img.is-changing { opacity: 0; transform: translate(-50%,-45%) scale(.92); }
.series-number { position: absolute; z-index: 1; top: 24px; left: 30px; color: var(--series-accent); font: 400 clamp(72px, 9vw, 124px)/1 var(--heading); opacity: .13; transition: color .45s; }
.series-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 70px); }
.series-copy > p:first-child { margin: 0 0 28px; color: var(--series-accent); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.series-copy h3 { margin: 0; font: 400 clamp(32px, 3.1vw, 42px)/1.1 var(--heading); letter-spacing: 0; word-spacing: .02em; }
.series-copy > p:nth-child(3) { margin: 28px 0 45px; font-size: 16px; line-height: 1.55; }
.arrow-link-button { margin-left: 0; border-width: 0 0 1px; background: transparent; cursor: pointer; }
.series-tabs { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 -7vw; border-top: 1px solid rgba(30,30,30,.2); }
.series-tabs button { position: relative; padding: 27px 3vw; border: 0; border-right: 1px solid rgba(30,30,30,.2); background: transparent; text-align: left; font-size: 11px; cursor: pointer; }
.series-tabs button:last-child { border-right: 0; }
.series-tabs button span { display: block; margin-bottom: 8px; color: var(--sand); font-size: 8px; letter-spacing: .15em; }
.series-tabs button::before { position: absolute; top: -2px; right: 0; left: 0; height: 3px; content: ""; background: var(--series-accent); transform: scaleX(0); transition: transform .35s var(--ease), background .45s; }
.series-tabs button[aria-selected="true"]::before { transform: scaleX(1); }
.series-tabs button[aria-selected="true"] { font-weight: 600; }

.collection { padding: 110px 3vw; background: var(--white); }
.collection-heading { display: flex; justify-content: space-between; gap: 8vw; align-items: end; padding: 0 4vw 55px; }
.collection-summary { margin: 0 0 8px; color: var(--sand); font-size: 10px; line-height: 1.65; letter-spacing: .12em; text-transform: uppercase; }
.collection-guide { max-width: 390px; }
.collection-guide > p:last-child { margin: 10px 0 0; color: #5f5a51; font-size: 14px; line-height: 1.55; }
.filters { position: sticky; z-index: 20; top: 60px; display: flex; width: 100%; margin-bottom: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.filters button { flex: 1; padding: 16px 14px; border: 0; border-right: 1px solid var(--line); background: transparent; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; transition: color .25s, background .25s; }
.filters button:last-child { border-right: 0; }
.filters button.is-active { color: var(--white); background: var(--ink); }
.catalogue-update { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin: -1px 0 20px; padding: 13px 18px; color: var(--ink); border: 1px solid var(--line); background: #faf9f6; }
.catalogue-update span { color: var(--copper); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.catalogue-update p { margin: 0; color: #5f5a51; font-size: 11px; line-height: 1.45; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.product-card-button { display: block; width: 100%; padding: 0; border: 0; background: none; text-align: left; cursor: pointer; }
.product-card-visual { position: relative; aspect-ratio: 1.1 / 1; overflow: hidden; background: var(--white); transition: background .35s; }
.product-card-visual img { width: 100%; height: 100%; padding: 3%; object-fit: contain; transition: transform .5s var(--ease); }
.product-card-button:hover .product-card-visual { background: var(--white); }
.product-card-button:hover .product-card-visual img { transform: translateY(-8px); }
.product-card-number { position: absolute; top: 17px; left: 17px; color: var(--sand); font-size: 8px; letter-spacing: .14em; }
.product-card-info { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: end; min-height: 112px; padding: 21px; }
.product-card-info h3 { margin: 0 0 8px; font: 400 25px/1.12 var(--heading); letter-spacing: 0; word-spacing: .02em; }
.product-card-info p, .product-card-info > span { margin: 0; color: var(--sand); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.product-unisex-label { display: inline-flex; width: fit-content; margin-top: 8px; padding: 5px 7px 4px; color: var(--ink); border: 1px solid var(--ink); font-size: 8px; line-height: 1; letter-spacing: .13em; text-transform: uppercase; }
.product-card-info .product-personalisation { margin-top: 7px; color: var(--ink); letter-spacing: .08em; }
.product-card-info > span { padding-bottom: 2px; color: var(--copper); }
.product-card-actions { display: grid; grid-template-columns: 88px 1fr; gap: 10px; padding: 0 21px 21px; }
.quantity-field { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; padding: 0 10px; border: 1px solid var(--line); color: var(--sand); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.quantity-field input { width: 100%; min-width: 0; padding: 11px 0; border: 0; outline: 0; background: transparent; text-align: center; }
.add-quote-button, .dialog-quote-controls button, .quote-actions button, .quote-empty button, footer button { padding: 12px 15px; border: 1px solid var(--ink); background: var(--white); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.add-quote-button:hover, .dialog-quote-controls button:hover, .quote-empty button:hover { color: var(--white); background: var(--ink); }

footer { display: grid; grid-template-columns: .8fr 1.2fr minmax(220px, auto) minmax(180px, auto) auto auto; gap: 24px; align-items: end; padding: 48px 3vw 30px; color: var(--ink); border-top: 1px solid var(--line); background: var(--white); }
.footer-wordmark { font-size: clamp(48px, 5vw, 72px); font-weight: 400; }
.footer-rule { height: 1px; margin-bottom: 9px; background: var(--line); }
footer p { margin: 0 0 5px; color: #b9b4aa; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
footer button { align-self: center; }
.footer-company, .footer-contact { display: grid; gap: 6px; align-self: center; font-style: normal; }
.footer-company strong { font-size: 10px; font-weight: 400; letter-spacing: .11em; text-transform: uppercase; }
.footer-company span, .footer-contact a { color: #777269; font-size: 9px; line-height: 1.45; letter-spacing: .04em; }
.footer-contact a { width: fit-content; border-bottom: 1px solid transparent; }
.footer-contact a:hover { border-bottom-color: currentColor; }

.product-dialog { width: min(1060px, calc(100vw - 36px)); max-height: min(820px, calc(100vh - 36px)); padding: 0; overflow: hidden; border: 0; background: var(--white); }
.product-dialog[open] { display: grid; grid-template-columns: 1.12fr .88fr; animation: dialog-in .3s var(--ease); }
.product-dialog::backdrop { background: rgba(30,30,30,.72); }
@keyframes dialog-in { from { opacity: 0; transform: translateY(14px); } }
.dialog-close { position: absolute; z-index: 4; top: 18px; right: 20px; padding: 8px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; }
.dialog-gallery { min-width: 0; border-right: 1px solid var(--line); }
.dialog-visual { position: relative; min-height: 610px; height: 100%; overflow: hidden; background: var(--white); }
.dialog-visual img { width: 100%; height: 100%; padding: 3%; object-fit: contain; transition: opacity .18s var(--ease), transform .3s var(--ease); }
.dialog-visual img.is-changing { opacity: .25; transform: scale(.985); }
.product-dialog[data-active-view^="lifestyle"] .dialog-visual img { padding: 0; object-fit: cover; }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; color: var(--ink); border: 1px solid rgba(30,30,30,.18); border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: 0 5px 22px rgba(30,30,30,.08); cursor: pointer; transform: translateY(-50%); transition: color .22s, background .22s, transform .22s; }
.gallery-arrow:hover { color: var(--white); background: var(--ink); transform: translateY(-50%) scale(1.04); }
.gallery-arrow span { font-size: 18px; line-height: 1; }
.gallery-arrow-prev { left: 18px; }
.gallery-arrow-next { right: 18px; }
.gallery-position { position: absolute; z-index: 2; right: 18px; bottom: 17px; min-width: 52px; padding: 8px 10px; color: var(--white); border-radius: 20px; background: rgba(30,30,30,.78); text-align: center; font-size: 8px; letter-spacing: .12em; }
.dialog-copy { max-height: min(820px, calc(100vh - 36px)); align-self: stretch; overflow-y: auto; padding: 52px; }
.dialog-copy h2 { margin: 18px 0 24px; font: 400 clamp(34px, 3.4vw, 46px)/1.1 var(--heading); letter-spacing: 0; word-spacing: .02em; }
.dialog-copy > p:not(.product-code) { margin: 0 0 25px; font-size: 14px; line-height: 1.7; }
.dialog-product-meta { display: flex; gap: 10px; align-items: center; padding-top: 14px; border-top: 1px solid var(--ink); }
.dialog-product-meta > span:first-child { color: var(--sand); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.dialog-product-meta .product-unisex-label { margin-top: 0; }
.product-unisex-label[hidden] { display: none; }
.personalisation-panel { display: grid; gap: 12px; margin: 28px 0 0; padding: 20px 0 0; border: 0; border-top: 1px solid var(--line); }
.personalisation-panel legend { float: left; width: 100%; margin-bottom: 15px; padding: 0; color: var(--sand); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.option-check { display: flex; gap: 10px; align-items: center; font-size: 13px; cursor: pointer; }
.option-check input { width: 16px; height: 16px; margin: 0; accent-color: var(--ink); }
.engraving-copy { display: grid; gap: 7px; color: var(--sand); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.engraving-copy input { width: 100%; padding: 11px 12px; color: var(--ink); border: 1px solid var(--line); background: var(--white); text-transform: none; letter-spacing: 0; }
.engraving-copy input:disabled { color: #aaa; background: #f7f7f7; }
.personalisation-panel > p { margin: 2px 0 0; color: #6c685f; font-size: 10px; line-height: 1.5; }
.personalisation-panel .option-note { margin: -5px 0 2px 26px; }
.personalisation-panel .personalisation-privacy { margin-top: 6px; padding-top: 11px; border-top: 1px solid var(--line); }
.dialog-quote-controls { display: grid; grid-template-columns: 90px 1fr; gap: 10px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.dialog-quote-controls label { grid-column: 1 / -1; color: var(--sand); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.dialog-quote-controls input { min-width: 0; padding: 12px; border: 1px solid var(--line); text-align: center; }
.dialog-quote-controls p { grid-column: 1 / -1; min-height: 17px; margin: 0; color: var(--copper); font-size: 11px; }

.quote-dialog { width: min(1060px, calc(100vw - 36px)); max-height: calc(100vh - 36px); padding: 0; overflow: auto; border: 0; background: var(--white); }
.quote-dialog[open] { display: block; animation: dialog-in .3s var(--ease); }
.quote-dialog::backdrop { background: rgba(30,30,30,.72); }
.quote-dialog-header { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 35px; padding: 42px 48px 32px; border-bottom: 1px solid var(--line); }
.quote-dialog-header h2 { margin: 15px 0 10px; font: 400 clamp(34px, 3.5vw, 44px)/1.1 var(--heading); }
.quote-dialog-header > div > p:last-child { max-width: 560px; margin: 0; color: #5f5a51; font-size: 13px; line-height: 1.55; }
.quote-dialog-header .dialog-close { position: static; align-self: start; }
.quote-recipient-card { display: grid; grid-template-columns: 1fr 1.1fr 1.15fr .8fr 1.5fr; gap: 18px; align-items: center; padding: 18px 48px; color: var(--ink); border-bottom: 1px solid var(--line); background: #faf9f6; font-style: normal; }
.quote-recipient-card span { color: var(--sand); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.quote-recipient-card strong { font-size: 11px; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; }
.quote-recipient-card a { width: fit-content; font-size: 11px; border-bottom: 1px solid var(--ink); }
.quote-recipient-card p { margin: 0; color: #5f5a51; font-size: 10px; line-height: 1.45; }
.quote-empty { padding: 80px 48px; text-align: center; }
.quote-empty p { margin: 0 0 24px; color: #5f5a51; }
.quote-list-heading { display: grid; grid-template-columns: 1fr 140px; padding: 15px 48px; color: var(--sand); border-bottom: 1px solid var(--line); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.quote-item { display: grid; grid-template-columns: 86px 1fr 110px 86px; gap: 18px; align-items: center; padding: 18px 48px; border-bottom: 1px solid var(--line); }
.quote-item img { width: 86px; height: 72px; padding: 6px; object-fit: contain; border: 1px solid var(--line); }
.quote-item h3 { margin: 0 0 5px; font: 400 22px/1.12 var(--heading); }
.quote-item p { margin: 0; color: var(--sand); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.quote-item .quote-item-options { margin-top: 9px; color: var(--ink); font-size: 10px; line-height: 1.55; letter-spacing: 0; text-transform: none; }
.quote-item input { width: 100%; padding: 10px; border: 1px solid var(--line); text-align: center; }
.quote-item button { padding: 8px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.quote-item-actions { display: grid; gap: 5px; }
.quote-totals { display: flex; justify-content: flex-end; gap: 28px; padding: 20px 48px; border-bottom: 1px solid var(--line); font-size: 11px; }
.quote-totals strong { color: var(--copper); font-weight: 400; }
.quote-details { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 36px 48px; border-bottom: 1px solid var(--line); }
.quote-details h3 { grid-column: 1 / -1; margin: 0 0 4px; font: 400 27px/1.1 var(--heading); }
.quote-details label { display: grid; gap: 8px; color: var(--sand); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.quote-details input, .quote-details textarea { width: 100%; padding: 12px; color: var(--ink); border: 1px solid var(--line); background: var(--white); outline-color: var(--copper); resize: vertical; }
.quote-notes { grid-column: 1 / -1; }
.medical-qr-note { grid-column: 1 / -1; margin: 0; color: #6c685f; font-size: 10px; line-height: 1.55; }
.quote-status { min-height: 20px; margin: 24px 48px 0; color: var(--copper); font-size: 12px; line-height: 1.5; }
.quote-actions { display: flex; justify-content: flex-end; gap: 12px; padding: 16px 48px 42px; }
.quote-actions .primary-action { color: var(--white); background: var(--ink); }

.motion-ready .reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }
.motion-ready .image-reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .9s var(--ease); }
.motion-ready .image-reveal.is-visible { opacity: 1; transform: none; }
.motion-ready .image-reveal img { transform: scale(1.05); transition: transform 1.15s var(--ease); }
.motion-ready .image-reveal.is-visible img { transform: scale(1); }
.motion-ready.motion-settled .reveal,
.motion-ready.motion-settled .image-reveal { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 160px 1fr auto; }
  .header-line { display: none; }
  .hero { grid-template-columns: 48% 52%; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .site-header { height: 64px; grid-template-columns: 1fr auto auto; gap: 10px; padding: 0 18px; }
  .site-header.is-scrolled { height: 56px; }
  .wordmark { font-size: 27px; }
  .header-line, .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .hero { display: block; min-height: 0; padding-top: 64px; }
  .header-quote { min-width: 0; padding: 9px 10px; font-size: 8px; }
  .header-quote span { min-width: 17px; height: 17px; margin-left: 5px; }
  .hero-copy { min-height: 470px; padding: 80px 22px 48px; }
  .hero h1 { margin-top: 28px; font-size: clamp(42px, 12vw, 54px); }
  .hero-statement { width: 100%; margin: 25px 0; font-size: 15px; }
  .arrow-link { margin-left: 0; }
  .hero-count { margin-top: auto; }
  .hero-image { height: 500px; min-height: 0; margin: 0 0 0 22px; border-radius: 20px 0 0 20px; }
  .everyday h2, .series h2, .collection h2 { font-size: 36px; }
  .series { padding: 80px 18px 0; }
  .series-heading { display: block; }
  .section-intro { margin-top: 20px; }
  .series-stage { display: block; min-height: 0; margin-top: 38px; }
  .series-art { min-height: 360px; border-right: 0; border-bottom: 1px solid rgba(30,30,30,.16); }
  .series-art img { width: 88%; height: 78%; }
  .series-art::before { width: 78%; }
  .series-copy { padding: 38px 25px 48px; }
  .series-tabs { grid-template-columns: 1fr 1fr; margin-inline: -18px; }
  .series-tabs button { padding: 20px 18px; border-bottom: 1px solid rgba(30,30,30,.2); }
  .collection { padding: 80px 12px; }
  .collection-heading { display: block; padding: 0 10px 45px; }
  .collection-guide { margin-top: 25px; }
  .filters { top: 56px; overflow-x: auto; }
  .filters button { flex: 0 0 auto; padding-inline: 16px; white-space: nowrap; }
  .catalogue-update { display: block; padding: 13px 14px; }
  .catalogue-update p { margin-top: 5px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-visual { aspect-ratio: 1.15 / 1; }
  footer { grid-template-columns: 1fr auto; padding: 55px 22px 28px; }
  .footer-wordmark { grid-column: 1 / -1; margin-bottom: 30px; }
  .footer-rule { display: none; }
  .footer-company, .footer-contact { align-self: start; }
  .footer-contact { text-align: right; }
  .footer-contact a { justify-self: end; }
  footer button { grid-column: 1 / -1; width: 100%; margin-top: 14px; }
  footer > p { grid-column: 1 / -1; }
  .product-dialog { width: calc(100vw - 16px); max-height: calc(100vh - 16px); overflow-y: auto; }
  .product-dialog[open] { display: block; }
  .dialog-gallery { border-right: 0; border-bottom: 1px solid var(--line); }
  .dialog-visual { min-height: 50vh; height: 50vh; }
  .gallery-arrow { width: 40px; height: 40px; }
  .gallery-arrow-prev { left: 12px; }
  .gallery-arrow-next { right: 12px; }
  .dialog-copy { padding: 35px 24px 45px; }
  .dialog-quote-controls { grid-template-columns: 84px 1fr; }
  .quote-dialog { width: calc(100vw - 16px); max-height: calc(100vh - 16px); }
  .quote-dialog-header { padding: 32px 22px 25px; }
  .quote-recipient-card { grid-template-columns: 1fr; gap: 7px; padding: 20px 22px; }
  .quote-dialog-header h2 { font-size: 34px; }
  .quote-list-heading { display: none; }
  .quote-item { grid-template-columns: 70px 1fr 76px; gap: 12px; padding: 16px 22px; }
  .quote-item img { width: 70px; height: 62px; }
  .quote-item-actions { grid-column: 2 / -1; grid-template-columns: auto auto; justify-self: end; gap: 14px; }
  .quote-totals { justify-content: space-between; padding: 18px 22px; }
  .quote-details { display: grid; grid-template-columns: 1fr; padding: 30px 22px; }
  .quote-details h3, .quote-notes, .medical-qr-note { grid-column: auto; }
  .quote-status { margin-inline: 22px; }
  .quote-actions { display: grid; padding: 12px 22px 32px; }
}

@media print {
  @page { margin: 16mm; }
  body { background: var(--white); }
  body > *:not(.quote-dialog) { display: none !important; }
  .quote-dialog { position: static; display: block !important; width: 100%; max-height: none; overflow: visible; box-shadow: none; }
  .quote-dialog::backdrop, .quote-dialog .dialog-close, .quote-actions, .quote-status, .quote-item button, .quote-empty { display: none !important; }
  .quote-dialog-header { padding: 0 0 20px; }
  .quote-item, .quote-list-heading { padding-inline: 0; break-inside: avoid; }
  .quote-details, .quote-totals { padding-inline: 0; }
  .quote-details input, .quote-details textarea, .quote-item input { border-color: #bbb; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
  .motion-ready .image-reveal { opacity: 1; transform: none; }
}

/* NIMED ARCHIVE EDITION / 1970s editorial system */
:root {
  --ink: #292920;
  --dark: #1d251f;
  --paper: #fbfaf6;
  --paper-deep: #f1eee5;
  --white: #ffffff;
  --copper: #a74b2b;
  --rust: #b54e2d;
  --sand: #776e55;
  --line: #c9c3b5;
  --mustard: #d49b30;
  --olive: #6b7656;
  --teal: #3f7775;
  --blue: #477e96;
  --ease: cubic-bezier(.22, .72, .2, 1);
}

html { background: var(--paper); }
body {
  position: relative;
  background:
    radial-gradient(circle at 18% 9%, rgba(255,255,255,.82), transparent 27rem),
    var(--paper);
}
body::before {
  position: fixed;
  z-index: 1000;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .035;
  background-image:
    repeating-radial-gradient(circle at 17% 23%, rgba(45,39,26,.24) 0 .45px, transparent .55px 3px),
    repeating-linear-gradient(92deg, rgba(255,255,255,.12) 0 1px, transparent 1px 5px);
  mix-blend-mode: multiply;
}

.spectrum-rule {
  height: 7px;
  background: linear-gradient(90deg,
    var(--olive) 0 20%,
    var(--mustard) 20% 40%,
    var(--rust) 40% 60%,
    #8e5147 60% 80%,
    var(--teal) 80% 100%);
}

.site-header {
  height: 72px;
  border-color: var(--ink);
  background: rgba(251,250,246,.98);
  box-shadow: inset 0 -4px 0 var(--mustard);
}
.site-header.is-scrolled {
  height: 58px;
  background: rgba(251,250,246,.96);
  backdrop-filter: blur(10px) saturate(.8);
}
.mobile-menu { color: var(--paper); background: var(--dark); }
.mobile-menu nav a, .mobile-menu nav button { border-color: rgba(238,229,207,.35); }
.mobile-menu nav span, .mobile-menu > p { color: #c7b98f; }
.mobile-menu::before {
  position: absolute;
  top: 84px;
  right: 24px;
  left: 24px;
  height: 7px;
  content: "";
  background: linear-gradient(90deg, var(--olive) 0 20%, var(--mustard) 20% 40%, var(--rust) 40% 60%, #8e5147 60% 80%, var(--teal) 80%);
}
.wordmark, .footer-wordmark {
  color: var(--ink);
  font-weight: 400;
  letter-spacing: -.03em;
}
.wordmark::after {
  margin-left: 9px;
  color: var(--rust);
  content: "\2022  71";
  font: 500 7px/1 var(--body);
  letter-spacing: .12em;
  vertical-align: top;
}
.header-line { border-color: var(--ink); }
.desktop-nav a::after { height: 4px; background: var(--rust); }
.header-quote {
  border: 1px solid var(--ink);
  background: transparent;
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), color .2s, background .2s;
}
.header-quote:hover { color: var(--paper); background: var(--ink); box-shadow: 0 0 0 var(--ink); transform: translate(3px, 3px); }

.hero {
  min-height: 750px;
  grid-template-columns: 45% 55%;
  padding-top: 72px;
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}
.hero-spectrum {
  position: absolute;
  z-index: 4;
  top: 72px;
  left: 0;
  width: 45%;
}
.hero-copy {
  padding: 112px 5vw 42px 6vw;
  border-right: 1px solid var(--ink);
}
.kicker, .section-index, .product-code { color: var(--rust); }
.hero h1 {
  max-width: 510px;
  margin-top: 42px;
  font-size: clamp(48px, 5vw, 70px);
  line-height: .92;
  letter-spacing: -.025em;
}
.hero h1 span { display: block; color: var(--ink); }
.hero-statement { max-width: 430px; margin-top: 35px; font-size: 15px; line-height: 1.55; }
.hero-folio {
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--ink);
  color: var(--sand);
  font-size: 8px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hero-image {
  height: 678px;
  margin: 38px 3vw 32px 0;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--series-bg, var(--paper-deep));
  transition: background .55s var(--ease);
  box-shadow: 12px 12px 0 var(--olive);
}
.hero-image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(222,177,93,.08), rgba(82,63,35,.12));
  mix-blend-mode: multiply;
}
.hero-image img { filter: saturate(.76) sepia(.13) contrast(.96); }
.hero-image figcaption {
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  color: var(--paper);
  border-top: 1px solid var(--paper);
  background: rgba(29,37,31,.9);
}
.arrow-link { border-width: 2px; }

.series {
  --series-accent: var(--rust);
  padding-top: 108px;
  border-bottom: 1px solid var(--ink);
  background: var(--paper-deep);
}
.series-heading, .collection-heading { align-items: start; }
.series h2, .collection h2 { margin-top: 15px; font-size: clamp(34px, 3vw, 46px); line-height: .98; }
.section-intro { color: #514c3d; }
.series-stage {
  border: 1px solid var(--ink);
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--series-accent);
}
.series-art { border-color: var(--ink); background: var(--white); }
.series-art::before { border-color: var(--line); }
.series-number { color: var(--rust); font-family: var(--heading); font-size: clamp(76px, 11vw, 150px); opacity: .14; }
.series-copy h3 { font-size: clamp(34px, 4vw, 55px); line-height: .95; }
.series-tabs { border-color: var(--ink); }
.series-tabs button { border-color: var(--ink); text-transform: uppercase; letter-spacing: .08em; }
.series-tabs button[aria-selected="true"] { color: var(--paper); background: var(--ink); font-weight: 400; }
.series-tabs button[aria-selected="true"] span { color: var(--mustard); }

.collection {
  padding-top: 100px;
  background: var(--paper);
}
.collection-heading { border-bottom: 1px solid var(--ink); }
.filters {
  top: 58px;
  margin-top: 22px;
  border-color: var(--ink);
  background: rgba(251,250,246,.97);
  backdrop-filter: blur(10px) saturate(.75);
}
.filters button { border-color: var(--ink); }
.filters button.is-active { color: var(--paper); background: var(--ink); box-shadow: inset 0 -5px 0 var(--rust); }
.catalogue-update {
  margin-top: 0;
  color: var(--paper);
  border-color: var(--ink);
  background: var(--olive);
}
.catalogue-update span { color: var(--paper); }
.catalogue-update p { color: #f1ead8; }
.product-grid { border-color: var(--ink); background: var(--ink); gap: 1px; }
.product-card { border: 0; background: var(--paper); }
.product-card-visual {
  border-bottom: 1px solid var(--ink);
  background: var(--white);
}
.product-card-visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--mustard) 0 33%, var(--rust) 33% 66%, var(--teal) 66%);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--ease);
}
.product-card-button:hover .product-card-visual::after { transform: scaleX(1); transform-origin: left; }
.product-card-button:hover .product-card-visual { background: #faf9f4; }
.product-card-info { min-height: 104px; padding: 18px 20px; }
.product-card-info h3 { font-size: 23px; line-height: 1; }
.product-card-number {
  top: 13px;
  left: 13px;
  padding: 5px 7px;
  color: var(--paper);
  background: var(--ink);
}
.product-card-actions { padding: 0 20px 20px; }
.quantity-field, .add-quote-button { border-color: var(--ink); }
.add-quote-button { background: transparent; }

footer {
  color: var(--paper);
  border-top: 0;
  background: var(--dark);
}
.footer-wordmark { color: var(--paper); }
.footer-rule { height: 7px; margin-bottom: 8px; }
.footer-company span, .footer-contact a { color: #d7cdb4; }
footer button { color: var(--paper); border-color: var(--paper); background: transparent; }

.product-dialog, .quote-dialog { border: 1px solid var(--ink); background: var(--paper); box-shadow: 12px 12px 0 rgba(29,37,31,.5); }
.product-dialog::backdrop, .quote-dialog::backdrop { background: rgba(29,37,31,.78); backdrop-filter: saturate(.7); }
.dialog-gallery { border-color: var(--ink); background: var(--white); }
.dialog-visual { background: var(--white); }
.product-dialog[data-active-view^="lifestyle"] .dialog-visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(212,155,48,.07), rgba(68,76,48,.09));
  mix-blend-mode: multiply;
}
.gallery-arrow { border-color: var(--ink); border-radius: 0; box-shadow: 3px 3px 0 var(--ink); }
.gallery-arrow:hover { transform: translate(3px, calc(-50% + 3px)); }
.gallery-position { border-radius: 0; background: var(--ink); }
.dialog-copy h2, .quote-dialog-header h2 { font-size: clamp(32px, 3vw, 42px); }
.personalisation-panel, .dialog-quote-controls, .dialog-product-meta { border-color: var(--ink); }
.engraving-copy input, .dialog-quote-controls input, .quote-details input, .quote-details textarea, .quote-item input { border-color: var(--ink); background: var(--white); }
.dialog-quote-controls button, .quote-actions .primary-action { color: var(--paper); background: var(--dark); }
.dialog-copy { background: var(--paper); }
.quote-dialog-header { box-shadow: inset 0 7px 0 var(--mustard); }
.quote-dialog-header, .quote-recipient-card, .quote-item, .quote-totals, .quote-details { border-color: var(--ink); }
.quote-recipient-card { background: var(--paper-deep); }
.quote-item img { border-color: var(--ink); background: var(--white); }

@keyframes archive-rule-in { from { transform: scaleX(0); } }
.hero-spectrum { transform-origin: left; animation: archive-rule-in 1s .15s both var(--ease); }

/* PRODUCT PRESENTATION MOTION */
@keyframes hero-copy-arrive {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-frame-arrive {
  from { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(18px); }
  to { opacity: 1; clip-path: inset(0); transform: translateY(0); }
}
@keyframes hero-image-settle {
  from { transform: scale(1.065); filter: saturate(.58) sepia(.22) contrast(.92); }
  to { transform: scale(1); filter: saturate(.76) sepia(.13) contrast(.96); }
}
@keyframes card-border-confirm {
  0%, 100% { box-shadow: inset 0 0 0 0 var(--teal); }
  45% { box-shadow: inset 0 0 0 4px var(--teal); }
}
@keyframes quote-count-pulse {
  50% { color: var(--dark); background: var(--mustard); transform: scale(1.22); }
}

.motion-ready .hero-copy > * {
  opacity: 0;
  animation: hero-copy-arrive .72s both var(--ease);
}
.motion-ready .hero-copy > :nth-child(1) { animation-delay: .08s; }
.motion-ready .hero-copy > :nth-child(2) { animation-delay: .16s; }
.motion-ready .hero-copy > :nth-child(3) { animation-delay: .26s; }
.motion-ready .hero-copy > :nth-child(4) { animation-delay: .36s; }
.motion-ready .hero-copy > :nth-child(5) { animation-delay: .46s; }
.motion-ready .hero-image {
  opacity: 0;
  animation: hero-frame-arrive 1s .16s both var(--ease);
}
.motion-ready .hero-image img { animation: hero-image-settle 1.4s .15s both var(--ease); }

.motion-ready .motion-panel {
  opacity: 0;
  clip-path: inset(0 0 14% 0);
  transform: translateY(32px);
  transition: opacity .8s var(--ease), transform .9s var(--ease), clip-path 1s var(--ease), box-shadow .45s var(--ease);
}
.motion-ready .motion-panel.is-presented { opacity: 1; clip-path: inset(0); transform: none; }
.series-stage.is-presented .series-art img { animation: hero-image-settle .95s .08s both var(--ease); }
.series.is-switching .series-copy { opacity: .38; transform: translateY(7px); }
.series-copy { transition: opacity .25s var(--ease), transform .35s var(--ease); }

.motion-ready .product-card {
  --motion-x: 0px;
  --motion-y: 0px;
  --spot-x: 50%;
  --spot-y: 45%;
  transition: box-shadow .28s var(--ease);
}
.motion-ready .product-card > * {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .68s var(--ease) var(--reveal-delay, 0ms), transform .78s var(--ease) var(--reveal-delay, 0ms);
}
.motion-ready .product-card.is-presented > * { opacity: 1; transform: none; }
.product-card-visual::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0;
  background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(212,155,48,.13), transparent 42%);
  transition: opacity .38s var(--ease);
}
.product-card-visual img {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(16px) scale(.965);
  filter: blur(7px);
  transition: opacity .7s var(--ease), filter .8s var(--ease), transform .72s var(--ease);
}
.product-card-visual img.is-loaded { opacity: 1; transform: none; filter: none; }
.product-card-button:hover .product-card-visual::before { opacity: 1; }
.product-card-button:hover .product-card-visual img.is-loaded {
  transform: translate3d(var(--motion-x), var(--motion-y), 0) scale(1.035);
}
.product-card-info h3 { transition: color .25s var(--ease), transform .35s var(--ease); }
.product-card-button:hover .product-card-info h3 { color: var(--rust); transform: translateX(4px); }
.product-card:focus-within { box-shadow: inset 0 0 0 2px var(--teal); }
.product-card.quote-confirmed { animation: card-border-confirm .8s var(--ease); }
[data-quote-count].is-pulsing { animation: quote-count-pulse .6s var(--ease); }

.product-dialog[open] { animation: none; opacity: 0; transform: translateY(24px) scale(.985); transition: opacity .35s var(--ease), transform .48s var(--ease); }
.product-dialog[open].is-presented { opacity: 1; transform: none; }
.product-dialog[open] .dialog-gallery { clip-path: inset(0 0 100% 0); transition: clip-path .72s .08s var(--ease); }
.product-dialog[open].is-presented .dialog-gallery { clip-path: inset(0); }
.product-dialog[open] .dialog-copy { opacity: 0; transform: translateX(18px); transition: opacity .5s .14s var(--ease), transform .58s .14s var(--ease); }
.product-dialog[open].is-presented .dialog-copy { opacity: 1; transform: none; }
.dialog-visual img { will-change: opacity, transform; }

@media (hover: none) {
  .product-card-button:hover .product-card-visual img.is-loaded { transform: none; }
  .product-card-button:hover .product-card-info h3 { color: inherit; transform: none; }
}

@media (max-width: 760px) {
  .site-header { height: 64px; }
  .hero { padding-top: 64px; }
  .hero-spectrum { top: 64px; width: 100%; }
  .hero-copy { min-height: 490px; padding-top: 82px; border-right: 0; }
  .hero h1 { font-size: clamp(46px, 14vw, 62px); }
  .hero-folio { grid-template-columns: 1fr 1fr; }
  .hero-folio span:last-child { grid-column: 1 / -1; }
  .hero-image { height: 490px; margin: 0 16px 18px; border-radius: 0; box-shadow: 7px 7px 0 var(--olive); }
  .series-stage { box-shadow: 6px 6px 0 var(--series-accent); }
  .series-tabs button[aria-selected="true"] { box-shadow: inset 0 -4px 0 var(--rust); }
  .collection { padding-top: 76px; }
  .filters { top: 56px; }
  footer { background: var(--dark); }
  .product-dialog, .quote-dialog { box-shadow: none; }
  .motion-ready .product-card > * { transform: translateY(20px); }
}

@media print {
  body::before { display: none; }
  .quote-dialog { color: #111; background: #fff; box-shadow: none; }
  .quote-recipient-card { background: #f2eee4; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .hero-copy > *, .motion-ready .hero-image, .motion-ready .hero-image img,
  .motion-ready .motion-panel, .motion-ready .product-card, .motion-ready .product-card > *, .product-card-visual img,
  .product-dialog[open], .product-dialog[open] .dialog-gallery, .product-dialog[open] .dialog-copy {
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
  }
}


/* WHOLESALE PRICING / CART */
.product-price-block {
  display: grid;
  gap: 5px;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
}
.product-price-block strong {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
}
.product-price-block span {
  color: var(--copper);
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.dialog-pricing {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.dialog-pricing p {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}
.dialog-pricing p > span:first-child {
  color: var(--sand);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.dialog-pricing strong { font-weight: 600; }
.quote-item-price {
  display: grid;
  gap: 3px;
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.4;
}
.quote-item-price strong { color: var(--copper); font-size: 13px; }
.quote-item-price span:last-child { color: var(--sand); }

/* SERIES OVERVIEW IMAGE POSITIONING FIX */
.series-stage.is-presented .series-art img { animation: none !important; }
.series-art img {
  top: 50% !important;
  left: 50% !important;
  width: min(58%, 470px) !important;
  height: auto !important;
  max-height: 76% !important;
  object-fit: contain !important;
  transform: translate(-50%, -50%) !important;
}
.series-art img.is-changing { transform: translate(-50%, -50%) scale(.92) !important; }

@media (max-width: 760px) {
  .series-art img { width: 72% !important; max-height: 72% !important; }
  .dialog-pricing p { grid-template-columns: 1fr; gap: 5px; }
}


/* Custom engraving editorial banner */
.engraving-banner {
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(0, 1.42fr);
  min-height: 560px;
  margin: 0;
  background: #f4eee3;
  border-top: 1px solid rgba(30,30,30,.14);
  border-bottom: 1px solid rgba(30,30,30,.14);
  overflow: hidden;
}
.engraving-banner-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px clamp(36px, 5vw, 82px) 70px 7vw;
  background: linear-gradient(90deg, #f5efe5 0%, #f5efe5 86%, rgba(245,239,229,.92) 100%);
}
.engraving-banner-copy .section-index { margin: 0 0 25px; }
.engraving-banner h2 {
  margin: 0;
  color: var(--ink);
  font: 400 clamp(54px, 5.7vw, 88px)/.92 var(--heading);
  letter-spacing: -.025em;
}
.engraving-kicker {
  margin: 38px 0 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.engraving-rule {
  width: 135px;
  height: 1px;
  margin: 24px 0 22px;
  background: rgba(30,30,30,.62);
}
.engraving-body {
  max-width: 390px;
  margin: 0;
  color: #25251f;
  font-size: 16px;
  line-height: 1.55;
}
.engraving-note {
  max-width: 390px;
  margin: 14px 0 28px;
  color: #716b61;
  font-size: 12px;
  line-height: 1.55;
}
.engraving-banner .arrow-link { align-self: flex-start; }
.engraving-banner-visual {
  min-height: 560px;
  overflow: hidden;
  background: #f3ede2;
}
.engraving-banner-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 50% 44%;
}

@media (max-width: 900px) {
  .engraving-banner { grid-template-columns: 44% 56%; min-height: 500px; }
  .engraving-banner-copy { padding: 58px 34px 58px 5vw; }
  .engraving-banner h2 { font-size: clamp(46px, 6.4vw, 66px); }
  .engraving-banner-visual { min-height: 500px; }
  .engraving-banner-visual img { min-height: 500px; object-position: 50% 44%; }
}

@media (max-width: 760px) {
  .engraving-banner {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .engraving-banner-visual {
    order: 1;
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f3ede2;
  }
  .engraving-banner-visual img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: 50% 42%;
  }
  .engraving-banner-copy {
    order: 2;
    padding: 42px 24px 48px;
    background: #f5efe5;
  }
  .engraving-banner-copy .section-index { margin-bottom: 19px; }
  .engraving-banner h2 {
    font-size: clamp(48px, 13.5vw, 62px);
    line-height: .92;
  }
  .engraving-kicker { margin-top: 26px; font-size: 11px; }
  .engraving-rule { width: 108px; margin: 19px 0 18px; }
  .engraving-body { font-size: 15px; line-height: 1.5; }
  .engraving-note { margin: 11px 0 24px; font-size: 11px; }
  .engraving-body, .engraving-note { max-width: 100%; }
  .engraving-banner .arrow-link { width: 100%; justify-content: space-between; }
}

@media (max-width: 420px) {
  .engraving-banner-visual { aspect-ratio: 1.08 / 1; }
  .engraving-banner-copy { padding-inline: 20px; }
  .engraving-banner h2 { font-size: clamp(46px, 14vw, 58px); }
}


/* ===== 17 AUG CATALOGUE CARD CLEANUP =====
   Product photography floats cleanly; information remains boxed.
*/
.product-grid {
  border-top: 0;
  border-left: 0;
}
.product-card {
  border-right: 0;
  border-bottom: 0;
}
.product-card-visual {
  border: 0;
}
.product-card-info {
  border: 1px solid var(--line);
  border-bottom: 0;
}
.product-card-actions {
  border: 1px solid var(--line);
  border-top: 0;
}
