@font-face {
  font-family: "Wittgenstein";
  src: url("../fonts/wittgenstein-v1.521.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --paper: #faf8f4;
  --paper-2: #f2ede6;
  --paper-3: #ebe3d8;
  --ink: #1c1915;
  --ink-soft: #676158;
  --gold: #b28b4c;
  --gold-dark: #765626;
  --gold-bright: #f1c66f;
  --line: rgba(28, 25, 21, .12);
  --line-strong: rgba(28, 25, 21, .22);
  --white: #fff;
  --danger: #963f37;
  --shadow: 0 22px 68px rgba(53, 43, 31, .14);
  --shadow-soft: 0 10px 30px rgba(53, 43, 31, .09);
  --radius: 0;
  --container: 1320px;
  --header-h: 86px;
  --font-display: "Wittgenstein", "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22,.8,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: light; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open, body.search-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }

h1, h2, h3, h4, p, ul, ol, blockquote { margin-top: 0; }
h1, h2, h3, h4 {
  margin-bottom: .7em;
  font-family: var(--font-display);
  font-weight: 400;
  line-height: .99;
  letter-spacing: -.035em;
  text-wrap: balance;
}
h1 { font-size: clamp(3.25rem, 6.2vw, 6.7rem); }
h2 { font-size: clamp(2.55rem, 4.4vw, 4.8rem); }
h3 { font-size: clamp(1.55rem, 2.2vw, 2.25rem); }
p { margin-bottom: 1.25rem; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.container--wide { width: min(calc(100% - 36px), 1540px); margin-inline: auto; }
.section { padding: clamp(5rem, 8vw, 9rem) 0; }
.section--compact { padding: clamp(3.3rem, 5vw, 5.8rem) 0; }
.section--tinted { background: var(--paper-2); }
.section--dark { background: var(--ink); color: var(--white); }
.section--dark .lead, .section--dark p { color: rgba(255,255,255,.7); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1.1rem;
  color: var(--gold-dark);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.lead { max-width: 62ch; color: var(--ink-soft); font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.75; }
.display--xl { font-size: clamp(3.6rem, 6.2vw, 6.8rem); }
.display--lg { font-size: clamp(2.75rem, 4.8vw, 5.35rem); }
.display--md { font-size: clamp(2.05rem, 3.6vw, 3.8rem); }
.text-link {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  gap: .55rem;
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: .2rem;
}
.text-link:hover { color: var(--gold-dark); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: .9rem 1.35rem;
  cursor: pointer;
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .11em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--dark { background: var(--ink); color: var(--white); }
.btn--dark:hover { background: #000; }
.btn--gold { background: var(--gold-dark); color: var(--white); }
.btn--light { background: var(--white); border-color: var(--line-strong); color: var(--ink); }
.btn--light:hover { background: var(--paper-2); }
.btn--ghost { border-color: var(--line-strong); background: transparent; }
.btn--ghost:hover, .btn--ghost.is-active { border-color: var(--gold-dark); color: var(--gold-dark); }
.btn--wide { width: 100%; }

/* Header */
.announcement {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .4rem 2rem;
  background: #eee9e1;
  color: var(--ink-soft);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.announcement a:hover { color: var(--ink); }
.header-stack {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.site-header {
  position: relative;
  z-index: 2;
  background: rgba(250,248,244,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: 235px 1fr 235px;
  align-items: center;
  gap: 1.5rem;
}
.brand { display: inline-flex; align-items: center; width: max-content; }
.brand__logo { width: 168px; height: auto; filter: brightness(0) saturate(100%); }
.site-header .brand__logo { width: 156px; }
.mobile-drawer__top .brand__logo { width: 148px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 1.25rem; }
.nav-link, .nav-trigger {
  position: relative;
  min-height: 44px;
  border: 0;
  padding: .5rem 0;
  background: transparent;
  cursor: pointer;
  font-size: .75rem;
  font-weight: 680;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-link::after, .nav-trigger::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--gold-dark); transition: right .25s var(--ease); }
.nav-link:hover::after, .nav-link.is-active::after, .nav-trigger:hover::after, .nav-trigger.is-active::after { right: 0; }
.icon-btn {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.icon-btn:hover { background: var(--paper-2); }
.icon-count { position: absolute; right: 1px; top: 0; min-width: 17px; height: 17px; display: grid; place-items: center; padding: 0 4px; border-radius: 999px; background: var(--ink); color: white; font-size: .75rem; }
.menu-toggle { display: none; }
.skip-link { position: fixed; z-index: 3000; left: 1rem; top: -100px; padding: .7rem 1rem; background: var(--ink); color: white; transition: top .2s; }
.skip-link:focus { top: 1rem; }

.mega-menu {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 100%;
  padding: 2.1rem 0 2.5rem;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  visibility: hidden;
  transform: none;
}
.mega-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.mega-grid { display: grid; grid-template-columns: repeat(4, 1fr) 1.15fr; gap: 2.3rem; }
.mega-column h3 { margin-bottom: 1rem; font-family: var(--font-body); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mega-column ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .55rem; }
.mega-column a { color: var(--ink-soft); font-size: .86rem; }
.mega-column a:hover, .mega-column a:focus-visible, .mega-column a.is-active { color: var(--ink); text-decoration: underline; text-underline-offset: .28rem; }
.mega-feature { min-height: 190px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 1.4rem; background: var(--ink); color: white; }
.mega-feature img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .58; transition: opacity .18s ease, transform .35s var(--ease); }
.mega-feature img[data-fit="contain"] { object-fit: contain; background: #e8dfd2; }
.mega-feature img.is-changing { opacity: .22; transform: scale(1.015); }
.mega-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(0,0,0,.78)); }
.mega-feature__copy { position: relative; z-index: 1; }
.mega-feature__copy .eyebrow,
.mega-feature__copy h3 { color: var(--gold-bright); }
.mega-feature__copy h3 { font-size: 1.8rem; margin: 0 0 .4rem; }

.mobile-drawer { position: fixed; z-index: 1800; inset: 0; pointer-events: none; visibility: hidden; }
.mobile-drawer.is-open { pointer-events: auto; visibility: visible; }
.mobile-drawer__backdrop { position: absolute; inset: 0; border: 0; background: rgba(0,0,0,.46); opacity: 0; transition: opacity .25s; }
.mobile-drawer.is-open .mobile-drawer__backdrop { opacity: 1; }
.mobile-drawer__panel {
  position: relative;
  width: min(90vw, 410px);
  height: 100%;
  overflow-y: auto;
  padding: 1.25rem 1.25rem calc(2rem + env(safe-area-inset-bottom));
  background: var(--paper);
  transform: translateX(-102%);
  transition: transform .3s var(--ease);
  outline: 0;
}
.mobile-drawer.is-open .mobile-drawer__panel { transform: none; }
.mobile-drawer__top { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; padding: .8rem 0 1rem; border-bottom: 1px solid var(--line); background: var(--paper); }
.mobile-nav { display: grid; margin-top: 1rem; }
.mobile-nav > a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 1.7rem; }
.mobile-nav details { border-bottom: 1px solid var(--line); }
.mobile-nav summary { position: relative; cursor: pointer; padding: 1rem 2.5rem 1rem 0; font-family: var(--font-display); font-size: 1.7rem; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary::after { position: absolute; top: 50%; right: .25rem; width: 1.5rem; transform: translateY(-52%); color: var(--gold-dark); content: "+"; font-family: var(--font-body); font-size: 1.35rem; font-weight: 400; line-height: 1; text-align: center; }
.mobile-nav details[open] > summary::after { content: "−"; }
.mobile-nav details div { display: grid; gap: .7rem; padding: 0 0 1.2rem 1rem; }
.mobile-nav details a { display: flex; min-height: 44px; align-items: center; color: var(--ink-soft); font-size: .86rem; }
.mobile-contact { margin-top: 2rem; padding: 1.2rem; background: var(--paper-2); }
.mobile-contact p { margin: .35rem 0; font-size: .82rem; color: var(--ink-soft); }
.mobile-contact-links { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin-top: .8rem; }
.mobile-contact-links a { display: inline-flex; min-height: 44px; align-items: center; gap: .4rem; color: var(--ink); font-size: .8rem; font-weight: 750; text-decoration: underline; text-decoration-color: var(--gold-dark); text-underline-offset: .22rem; }
.mobile-contact-links svg { width: 16px; height: 16px; color: var(--gold-dark); }

/* Hero */
.hero { overflow: hidden; border-bottom: 1px solid var(--line); }
.hero__grid { min-height: min(720px, calc(100vh - 116px)); display: grid; grid-template-columns: minmax(360px, .82fr) minmax(520px, 1.18fr); }
.hero__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 7vw, 8rem) max(5vw, calc((100vw - var(--container))/2 + 24px)); background: var(--paper-2); }
.hero__content h1 { max-width: 12ch; }
.hero__content .lead { max-width: 46ch; }
.hero__media { position: relative; min-height: 610px; background: #d7cbbd; overflow: hidden; }
.hero__media img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero--focus-36 .hero__media img { object-position: center 36%; }
.hero__media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 60px 0 90px rgba(245,240,233,.16); pointer-events: none; }
.hero--compact .hero__grid { min-height: 565px; }
.hero--compact .hero__media { min-height: 500px; }
.hero--compact .hero__content h1 { font-size: clamp(3.25rem, 4.8vw, 5.35rem); }
.hero--overlay .hero__grid { display: block; min-height: 680px; position: relative; }
.hero--overlay .hero__media { position: absolute; inset: 0; min-height: 0; }
.hero--overlay .hero__content { position: relative; z-index: 1; width: 52%; min-height: 680px; background: linear-gradient(90deg, rgba(250,248,244,.98) 0%, rgba(250,248,244,.85) 72%, transparent 100%); }

.trust-strip { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.7); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { min-height: 82px; display: flex; align-items: center; gap: .85rem; padding: 1.1rem 1.25rem; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item svg { flex: 0 0 auto; width: 25px; height: 25px; color: var(--gold-dark); }
.trust-item strong { display: block; font-size: .75rem; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.trust-item span { display: block; margin-top: .18rem; color: var(--ink-soft); font-size: .75rem; line-height: 1.45; }

/* Sections */
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.8rem; }
.section-heading__copy { max-width: 820px; }
.section-heading__copy h2 { margin-bottom: .35rem; }
.section-heading__copy .lead { margin-bottom: 0; }
.section-heading__link { flex: 0 0 auto; margin-bottom: .5rem; }

.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.category-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.category-card { position: relative; min-height: 390px; overflow: hidden; background: var(--paper-3); color: white; }
.category-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,12,9,.76), rgba(15,12,9,.03) 64%); }
.category-card__body { position: absolute; z-index: 1; left: 1.4rem; right: 1.4rem; bottom: 1.35rem; }
.category-card h3 { margin-bottom: .25rem; font-size: 2.05rem; }
.category-card p { margin-bottom: .7rem; color: rgba(255,255,255,.78); font-size: .8rem; }
.category-card .text-link { font-size: .75rem; }
.category-card:hover img { transform: scale(1.045); }

.gift-occasion-nav { border-bottom: 1px solid var(--line); background: var(--paper-2); }
.gift-occasion-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }
.gift-occasion-link {
  position: relative;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: .35rem;
  padding: 1.25rem;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: var(--paper);
  transition: background .25s ease, color .25s ease;
}
.gift-occasion-link > span { color: var(--ink-soft); font-size: .75rem; line-height: 1.4; }
.gift-occasion-link strong { max-width: 14ch; font-family: var(--font-display); font-size: 1.45rem; font-weight: 500; line-height: 1.05; }
.gift-occasion-link svg { position: absolute; top: 1.15rem; right: 1.15rem; width: 19px; height: 19px; }
.gift-occasion-link:hover,
.gift-occasion-link.is-active { background: var(--ink); color: var(--white); }
.gift-occasion-link:hover > span,
.gift-occasion-link.is-active > span { color: rgba(255,255,255,.7); }

.editorial-split__media, .feature-card__media { position: relative; }

.product-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: -1rem 0 1.5rem; }
.filter-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.filter-chip { min-height: 44px; border: 1px solid var(--line-strong); background: transparent; padding: .5rem .8rem; cursor: pointer; font-size: .75rem; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.filter-chip:hover, .filter-chip.is-active { border-color: var(--ink); background: var(--ink); color: white; }
.product-count { color: var(--ink-soft); font-size: .75rem; }
.anchor-offset { position: relative; top: calc(-1 * var(--header-h) - 32px); display: block; visibility: hidden; }
.catalog-controls { display: grid; gap: 1rem; margin: -1rem 0 1.5rem; }
.catalog-search { display: block; width: min(100%, 620px); }
.catalog-search input { width: 100%; min-height: 50px; border: 0; border-bottom: 1px solid var(--line-strong); background: transparent; padding: .75rem 2.6rem .75rem 0; color: var(--ink); font: inherit; outline: 0; }
.catalog-search input:focus { border-bottom-color: var(--ink); box-shadow: 0 1px 0 var(--ink); }
.product-toolbar__meta { display: flex; align-items: center; gap: .8rem; white-space: nowrap; }
.filter-reset { min-height: 44px; border: 0; border-bottom: 1px solid currentColor; padding: .2rem 0; background: transparent; color: var(--gold-dark); cursor: pointer; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.catalog-footer-actions { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 2.2rem; }
.catalog-more { display: flex; margin: 0; }
.catalog-return { justify-content: center; }
.catalog-empty { margin-top: 2rem; color: var(--ink-soft); text-align: center; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.4rem; }
.product-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.product-grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1rem; }
.product-grid--sparse { justify-content: start; }
.product-grid--count-1 { width: min(100%, 420px); grid-template-columns: minmax(0, 1fr); }
.product-grid--count-2 { width: min(100%, 840px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-grid--count-3 { width: min(100%, 1020px); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { min-width: 0; }
.product-card__link { display: block; height: 100%; color: inherit; }
.product-media { position: relative; aspect-ratio: 1 / 1.04; overflow: hidden; background: #eee8df; }
.product-media--jewelry { background: transparent; }
.product-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .18s ease-out, transform .18s ease-out;
}
.product-media img[data-fit="cover"] { object-fit: cover; }
.product-media__primary { opacity: 1; }
.product-media__hover { opacity: 0; }
@media (hover: hover) and (pointer: fine) {
  .product-card:hover .product-media__primary,
  .product-card:focus-within .product-media__primary { transform: scale(1.025); }
  .product-card.is-hover-ready:hover .product-media__primary,
  .product-card.is-hover-ready:focus-within .product-media__primary { opacity: 0; }
  .product-card.is-hover-ready:hover .product-media__hover,
  .product-card.is-hover-ready:focus-within .product-media__hover { opacity: 1; transform: scale(1.025); }
}
@media (prefers-reduced-motion: reduce) {
  .product-media img { transition: none; }
}
.product-body { padding: 1rem .1rem 0; }
.product-kicker { display: block; margin-bottom: .35rem; color: var(--gold-dark); font-size: .75rem; line-height: 1.4; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.product-title {
  display: -webkit-box;
  min-height: 2.2em;
  max-height: 3.3em;
  margin: 0 0 .35rem;
  overflow: hidden;
  font-size: 1.45rem;
  line-height: 1.1;
  letter-spacing: -.02em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.product-meta { min-height: 2.6em; margin: 0 0 .5rem; color: var(--ink-soft); font-size: .75rem; }
.product-availability {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--ink-soft);
  font-size: .75rem;
  font-weight: 650;
}
.product-availability::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-dark);
  content: "";
}
.product-availability--detail { margin: -.25rem 0 .9rem; }
.catalog-scroll-hint { display: none; }
.related-scroll-hint { display: none; }

.heritage-banner { padding: clamp(2.2rem, 4vw, 4rem) 0; border-bottom: 1px solid var(--line); background: var(--ink); color: white; }
.heritage-banner__grid { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); }
.heritage-banner__badge { width: clamp(132px, 13vw, 184px); text-align: center; }
.heritage-banner__badge img { display: block; width: 100%; height: auto; }
.heritage-banner__badge span { display: block; margin-top: .55rem; color: rgba(255,255,255,.78); font-size: .75rem; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.heritage-banner .eyebrow { color: var(--gold-bright); }
.heritage-banner h2 { margin: .25rem 0 .5rem; color: white; font-size: clamp(2rem, 3.5vw, 3.6rem); }
.heritage-banner p { max-width: 68ch; margin: 0; color: rgba(255,255,255,.72); }
.heritage-banner .btn { border-color: rgba(255,255,255,.45); background: transparent; color: white; white-space: nowrap; }
.heritage-banner .btn:hover { border-color: white; background: white; color: var(--ink); }

.editorial-split { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 540px; background: var(--paper-2); }
.editorial-split--reverse { grid-template-columns: .88fr 1.12fr; }
.editorial-split__media { min-height: 540px; overflow: hidden; }
.editorial-split__media img { height: 100%; object-fit: cover; }
.editorial-split__media--focus-jewels img { object-position: 72% center; }
.editorial-split__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 6rem); }
.editorial-split__content h2 { max-width: 11ch; }
.editorial-split__content ul { margin: .5rem 0 1.5rem; padding-left: 1.15rem; color: var(--ink-soft); }
.editorial-split--reverse .editorial-split__media { order: 2; }

.icon-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.icon-grid--single { grid-template-columns: 1fr; }
.icon-card { min-height: 230px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.icon-card > svg { width: 35px; height: 35px; color: var(--gold-dark); margin-bottom: 1.5rem; }
.icon-card h3 { font-size: 1.65rem; }
.icon-card p { margin: 0; color: var(--ink-soft); font-size: .82rem; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.feature-card { border: 1px solid var(--line); background: var(--paper); overflow: hidden; }
.feature-card__media { aspect-ratio: 1.35 / 1; overflow: hidden; }
.feature-card__media img { height: 100%; object-fit: cover; transition: transform .45s; }
.feature-card:hover img { transform: scale(1.035); }
.feature-card__body { padding: 1.5rem; }
.feature-card__body p { color: var(--ink-soft); font-size: .84rem; }

/* Story */
.story-hero h1, .story-heritage h2, .story-continuity h2, .story-team h2, .story-methods h2, .story-location h2 { text-wrap: balance; }
.story-hero p, .story-heritage p, .story-continuity p, .story-team p, .story-methods p { text-wrap: pretty; }
.story-hero { overflow: hidden; padding: clamp(1.5rem, 3vw, 3.5rem) 0; background: var(--paper-2); }
.story-hero__grid { display: grid; grid-template-columns: minmax(360px, .76fr) minmax(0, 1.24fr); min-height: min(760px, calc(100vh - 116px)); background: var(--paper); }
.story-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3.5rem, 6vw, 7rem); }
.story-hero__copy h1 { max-width: 9ch; margin-bottom: .35em; font-size: clamp(3.75rem, 5.7vw, 6.5rem); }
.story-hero__copy .lead { max-width: 42ch; }
.story-hero__copy .btn-row { align-items: center; }
.story-hero__copy .text-link { margin-left: .35rem; }
.story-hero__media { position: relative; height: clamp(620px, calc(100vh - 116px), 760px); min-height: 0; margin: 0; overflow: hidden; background: #d7cbbd; }
.story-hero__media img { height: 100%; object-fit: cover; object-position: center; }
.story-hero__media--team img { object-position: center 38%; }
.story-hero__media figcaption { position: absolute; right: 1.2rem; bottom: 1.2rem; display: grid; gap: .1rem; padding: .9rem 1rem; background: rgba(28,25,21,.86); color: white; }
.story-hero__media figcaption strong { font-family: var(--font-display); font-size: 1.3rem; font-weight: 300; }
.story-hero__media figcaption span { color: rgba(255,255,255,.78); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }

.story-heritage__heading { display: grid; grid-template-columns: .82fr 1.18fr; align-items: end; gap: clamp(2rem, 7vw, 8rem); }
.story-heritage__year { color: #887e70; font-family: var(--font-display); font-size: clamp(9rem, 19vw, 17rem); font-weight: 300; letter-spacing: -.08em; line-height: .72; white-space: nowrap; user-select: none; }
.story-heritage__heading h2 { max-width: 11ch; }
.story-heritage__body { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(3rem, 7vw, 8rem); margin-top: clamp(4rem, 7vw, 7rem); }
.story-heritage__body figure { margin: 0; }
.story-heritage__body figure img { height: clamp(300px, 34vw, 480px); object-fit: cover; }
.story-heritage__body figcaption { margin-top: .7rem; color: var(--ink-soft); font-size: .75rem; }
.story-heritage__steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-strong); }
.story-heritage__steps li { display: grid; grid-template-columns: 90px 1fr; gap: 1.4rem; padding: 1.55rem 0; border-bottom: 1px solid var(--line-strong); }
.story-heritage__steps li > span { color: var(--gold-dark); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.story-heritage__steps h3 { margin: 0 0 .35rem; font-size: 1.65rem; }
.story-heritage__steps p { margin: 0; color: var(--ink-soft); font-size: .82rem; }

.story-continuity { padding: clamp(5rem, 9vw, 9rem) 0; }
.story-continuity__grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: clamp(3rem, 8vw, 10rem); }
.story-continuity__grid > div:first-child { display: grid; }
.story-continuity__grid > div:first-child strong { color: #d4b57b; font-family: var(--font-display); font-size: clamp(7rem, 14vw, 13rem); font-weight: 300; letter-spacing: -.07em; line-height: .72; }
.story-continuity__grid > div:first-child span { margin-top: 1.2rem; color: rgba(255,255,255,.74); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; }
.story-continuity .eyebrow { color: #d4b57b; }
.story-continuity h2 { max-width: 13ch; margin-bottom: .45em; font-size: clamp(2.7rem, 4.4vw, 5rem); }
.story-continuity p { max-width: 62ch; margin-bottom: 0; color: rgba(255,255,255,.68); }

.story-team { background: var(--paper); }
.story-team__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem, 3vw, 3rem); }
.story-person { border-top: 1px solid var(--line-strong); padding-top: 1rem; }
.story-person:nth-child(2) { margin-top: 4rem; }
.story-person figure { aspect-ratio: 1.28; margin: 0; overflow: hidden; background: var(--paper-3); }
.story-person figure img { height: 100%; object-fit: cover; object-position: center 30%; transition: transform .55s var(--ease); }
.story-person:hover figure img { transform: scale(1.025); }
.story-person > div { max-width: 530px; padding: 1.4rem 0 0; }
.story-person > div > span { color: var(--gold-dark); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.story-person h3 { margin: .45rem 0 .35rem; font-size: clamp(2rem, 3vw, 3.2rem); }
.story-person p { margin: 0; color: var(--ink-soft); }

.story-methods { background: var(--paper-2); }
.story-methods__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.story-method { border-top: 1px solid var(--line-strong); padding-top: 1rem; }
.story-method figure { aspect-ratio: 1.28; margin: 0; overflow: hidden; background: var(--paper-3); }
.story-method figure img { height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.story-method:hover figure img { transform: scale(1.025); }
.story-method > div { padding-top: 1.2rem; }
.story-method > div > span:first-child { color: var(--gold-dark); font-size: .75rem; letter-spacing: .12em; }
.story-method h3 { margin: .35rem 0 .3rem; font-size: clamp(1.8rem, 2.5vw, 2.7rem); }
.story-method p { margin-bottom: .8rem; color: var(--ink-soft); font-size: .8rem; }
.story-method .text-link { width: max-content; font-size: .75rem; }

.story-location { padding: clamp(1rem, 2vw, 2rem) 0; background: var(--paper-2); }
.story-location figure { position: relative; min-height: 600px; margin: 0; overflow: hidden; background: var(--ink); }
.story-location figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,14,12,.78), rgba(16,14,12,.12) 68%); }
.story-location figure img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.story-location figcaption { position: absolute; z-index: 1; left: clamp(2rem, 7vw, 8rem); bottom: clamp(2rem, 6vw, 6rem); color: white; }
.story-location .eyebrow { color: #d4b57b; }
.story-location h2 { max-width: 11ch; margin: .1rem 0 .5em; font-size: clamp(2.85rem, 4.8vw, 5.25rem); }

.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-card { min-height: 190px; display: grid; place-items: center; padding: 1.6rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.brand-card strong { display: block; font-family: var(--font-display); font-size: clamp(1.65rem, 2.4vw, 2.6rem); letter-spacing: .04em; }
.brand-card span { display: block; margin-top: .35rem; color: var(--ink-soft); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }

.boutique-gallery-section { padding: clamp(4rem, 6vw, 6rem) 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .75rem; }
.gallery-grid img { width: 100%; height: auto; aspect-ratio: 1.1; object-fit: cover; background: var(--paper-2); }
.gallery-grid img:nth-child(2), .gallery-grid img:nth-child(3) { object-position: center 32%; }

.quote-strip { padding: 2.5rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f0ebe4; }
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 3rem; }
.quote { margin: 0; font-family: var(--font-display); font-size: clamp(1.45rem, 2.3vw, 2.35rem); line-height: 1.15; }
.quote cite { display: block; margin-top: .8rem; font-family: var(--font-body); font-size: .75rem; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.press-row { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: clamp(1.5rem, 4vw, 4rem); }
.press-row span { font-family: var(--font-display); font-size: clamp(1.1rem, 1.8vw, 2rem); letter-spacing: .08em; }

.cta-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: 2.4rem 3rem; border: 1px solid var(--line-strong); background: var(--paper-2); }
.cta-band h2 { margin: .15rem 0 .5rem; font-size: clamp(2rem, 3.5vw, 3.6rem); }
.cta-band p { margin: 0; color: var(--ink-soft); }

/* Contact / forms */
.contact-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-info-card { min-height: 210px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-info-card > svg { color: var(--gold-dark); width: 30px; height: 30px; margin-bottom: 1.25rem; }
.contact-info-card h3 { font-size: 1.7rem; }
.contact-info-card p, .contact-info-card a { color: var(--ink-soft); font-size: .85rem; }
.contact-info-card a { display: inline-flex; min-height: 44px; align-items: center; padding: .25rem 0; font-weight: 700; text-decoration: underline; text-decoration-color: var(--gold-dark); text-underline-offset: .2rem; }
.contact-map-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1.3rem; }
.map-card { min-height: 420px; position: relative; background: url('../img/map-sondrio.svg') center/cover no-repeat, #eee8df; border: 1px solid var(--line); }
.map-pin { position: absolute; left: 52%; top: 48%; width: 58px; height: 58px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50% 50% 50% 0; rotate: -45deg; background: var(--gold); color: white; font-family: var(--font-display); font-size: 1.6rem; box-shadow: var(--shadow-soft); }
.map-pin::after { content: "V"; rotate: 45deg; }
.map-pin { font-size: 0; }
.map-card--photo { overflow: hidden; background: #eee8df; }
.map-card--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.map-card--photo:hover img { transform: scale(1.025); }
.map-card--photo .map-pin { left: 50%; top: 50%; width: auto; height: auto; padding: .9rem 1.15rem; border-radius: 0; rotate: 0deg; transform: translate(-50%,-50%); background: rgba(28,25,21,.9); font-family: var(--font-body); font-size: .75rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.map-card--photo .map-pin::after { content: none; }
.contact-form-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 3rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid--standalone { width: min(100%, 900px); }
.form-field { display: grid; gap: .45rem; }
.form-field--full { grid-column: 1/-1; }
.form-field label { font-size: .75rem; line-height: 1.4; font-weight: 720; letter-spacing: .07em; text-transform: uppercase; }
.form-field label > span, .form-required-note span { color: var(--danger); }
.form-required-note { margin: -1.2rem 0 1.4rem; color: var(--ink-soft); font-size: .76rem; }
.input, .select, .textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 0; background: white; padding: .85rem 1rem; color: var(--ink); outline: none; }
.input:focus, .select:focus, .textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 2px rgba(178,139,76,.14); }
.textarea { min-height: 150px; resize: vertical; }
.form-help { margin: 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.5; }
.form-errors { padding: .85rem 1rem; border-left: 3px solid var(--danger); background: #fff3f1; color: #7a2118; font-size: .82rem; }
.field-error { color: var(--danger); font-size: .75rem; line-height: 1.45; }
[aria-invalid="true"] { border-color: var(--danger); }
.whatsapp-request-form .btn svg { width: 20px; height: 20px; }
.form-notice { width: min(100%, 900px); margin: -1rem 0 1.5rem; padding: 1rem 1.15rem; border-left: 3px solid var(--gold-dark); background: var(--paper-2); color: var(--ink-soft); font-size: .8rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 1rem 2rem 1rem 0; font-weight: 650; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .2rem; top: .9rem; font-size: 1.3rem; font-weight: 300; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding-right: 2rem; color: var(--ink-soft); font-size: .85rem; }
.faq--columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 3rem; }

.service-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.service-steps li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; min-height: 220px; padding: 1.7rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-steps li > span { color: var(--gold-dark); font-family: var(--font-display); font-size: 1.6rem; }
.service-steps h3 { margin: 0 0 .6rem; font-size: 1.55rem; }
.service-steps p { margin: 0; color: var(--ink-soft); font-size: .82rem; }
.source-band { padding: 1rem 0; border-bottom: 1px solid var(--line); background: var(--paper-2); }
.source-band p { margin: 0; font-size: .78rem; }
.lens-family-card__links { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; }
.lens-family-card__links .text-link { margin-top: 0; }
.source-link { color: var(--ink-soft); font-size: .75rem; line-height: 1.4; text-decoration: underline; text-underline-offset: .2rem; }

/* Product detail */
.breadcrumbs { padding: 1.5rem 0; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: .75rem; }
.breadcrumbs li { display: inline-flex; min-height: 44px; align-items: center; }
.breadcrumbs a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; }
.breadcrumbs li + li::before { content: "/"; margin-right: .5rem; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); gap: clamp(2rem, 5vw, 5rem); padding-bottom: 4rem; }
.product-gallery { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; }
.product-thumbs { display: grid; align-content: start; gap: .8rem; }
.product-thumb { aspect-ratio: 1; padding: 0; border: 1px solid transparent; background: var(--paper-2); cursor: pointer; overflow: hidden; }
.product-thumb.is-active { border-color: var(--ink); }
.product-thumb img { height: 100%; object-fit: contain; }
.product-main-image { aspect-ratio: 1.06; overflow: hidden; background: var(--paper-2); }
.product-main-image img { height: 100%; object-fit: contain; }
.product-info { position: sticky; top: calc(var(--header-h) + 28px); align-self: start; padding: 1.5rem 0; }
.product-info h1 { font-size: clamp(2.75rem, 4.1vw, 4.8rem); }
.product-size { margin-top: 1.5rem; }
.product-size__heading { display: flex; justify-content: space-between; gap: 1rem; }
.btn-row--center { justify-content: center; }
.price { margin-bottom: .8rem; font-size: 1.45rem; font-weight: 700; }
.product-description { color: var(--ink-soft); }
.product-specs-inline { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 1.5rem; padding: 1.2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .75rem; line-height: 1.45; }
.product-specs-inline strong { font-size: .75rem; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.size-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .5rem; margin-top: .8rem; }
.size-btn { min-height: 44px; border: 1px solid var(--line-strong); background: transparent; cursor: pointer; }
.size-btn:hover, .size-btn.is-active { background: var(--ink); color: white; border-color: var(--ink); }
.product-actions { display: grid; gap: .7rem; margin-top: 1.5rem; }
.product-details-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 3rem; }
.detail-media-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 1rem; }
.detail-media-grid--single { grid-template-columns: minmax(0, 560px); justify-content: end; }
.detail-media-grid img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 560px;
  justify-self: center;
  object-fit: contain;
  background: transparent;
}
.tabs { width: 100%; }
.tab-list { display: flex; gap: 1.2rem; border-bottom: 1px solid var(--line); overflow-x: auto; }
.tab-btn { min-width: 44px; min-height: 44px; flex: 0 0 auto; border: 0; border-bottom: 2px solid transparent; background: transparent; padding: .8rem .25rem; cursor: pointer; font-size: .75rem; line-height: 1.35; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.tab-btn[aria-selected="true"] { border-bottom-color: var(--gold-dark); }
.tab-panel { padding: 1.6rem 0; color: var(--ink-soft); font-size: .88rem; }
.tab-panel ul { padding-left: 1.2rem; }

/* Legal / utility */
.prose { width: min(100%, 850px); }
.prose h2 { margin-top: 2.8rem; font-size: 2.4rem; }
.prose h3 { margin-top: 2rem; font-size: 1.8rem; }
.prose p, .prose li { color: var(--ink-soft); }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.prose code { padding: .12rem .35rem; background: var(--paper-2); color: var(--ink); font-size: .88em; overflow-wrap: anywhere; }
.notice { padding: 1.25rem; border-left: 3px solid var(--gold); background: var(--paper-2); color: var(--ink-soft); }
.empty-state { min-height: 55vh; display: grid; place-items: center; text-align: center; padding: 4rem 1rem; }
.empty-state--compact { min-height: clamp(320px, 42vh, 440px); padding: clamp(2rem, 5vh, 3.5rem) 1rem; }
.empty-state--compact > div { width: min(100%, 780px); }
.empty-state--compact .lead { margin-inline: auto; }
.system-page .newsletter-band { display: none; }
.system-page .site-footer { padding-top: 2.5rem; }

.product-page .product-details-section { padding: 4rem 0 2rem; }
.product-page .product-related { padding: 3rem 0 clamp(4rem, 6vw, 6rem); }

/* Footer */
.newsletter-band { padding: 2.2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #eee7de; }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 2rem; align-items: center; }
.newsletter-grid h2 { margin-bottom: .25rem; font-size: clamp(2rem, 3vw, 3.2rem); }
.newsletter-grid p { margin: 0; color: var(--ink-soft); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: .6rem; }
.site-footer { padding: 3.6rem 0 1.6rem; background: #f5f1eb; }
.hero__media,
.category-card,
.feature-card__media,
.editorial-split__media,
.product-media,
.product-main-image { position: relative; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(4, 1fr); gap: 2rem; }
.footer-brand p { color: var(--ink-soft); font-size: .82rem; max-width: 31ch; }
.footer-col h2 { margin-bottom: .9rem; font-family: var(--font-body); font-size: .75rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.footer-col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .35rem; }
.footer-col li, .footer-col a, .footer-col p { color: var(--ink-soft); font-size: .8rem; }
.footer-col li > a:not(.footer-contact-link) { display: inline-flex; min-height: 44px; align-items: center; padding: .25rem 0; }
.footer-col a:hover { color: var(--ink); }
.footer-col .footer-contact-list { gap: .55rem; margin: .9rem 0 1rem; }
.footer-col .footer-contact-link { display: inline-flex; min-height: 44px; align-items: center; gap: .45rem; padding: .2rem 0; color: var(--ink); font-weight: 750; text-decoration: underline; text-decoration-color: var(--gold-dark); text-underline-offset: .22rem; }
.footer-contact-link svg { flex: 0 0 auto; width: 16px; height: 16px; color: var(--gold-dark); }
.footer-col .footer-contact-link:hover { color: var(--gold-dark); }
.social-row { display: flex; gap: .65rem; margin-top: 1.2rem; }
.social-row a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-size: .75rem; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.3rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .75rem; }
.footer-bottom__links a { display: inline-flex; min-height: 44px; align-items: center; }
.footer-bottom__links { display: flex; flex-wrap: wrap; gap: 1rem; }

.toast { position: fixed; z-index: 2100; right: 1rem; bottom: 1rem; max-width: 360px; padding: 1rem 1.2rem; background: var(--ink); color: white; box-shadow: var(--shadow); opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s ease; }
.toast.is-visible { opacity: 1; transform: none; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 210px 1fr 210px; }
  .desktop-nav { gap: .8rem; }
  .nav-link, .nav-trigger { font-size: .75rem; }
  .product-grid--6 { grid-template-columns: repeat(3, 1fr); }
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1100px) {
  :root { --header-h: 72px; }
  .announcement { display: none; }
  .header-inner { width: min(calc(100% - 28px), var(--container)); grid-template-columns: 44px 1fr 44px; min-height: var(--header-h); }
  .menu-toggle { display: grid; justify-self: start; }
  .desktop-nav { display: none; }
  .brand { justify-self: center; }
  .site-header .brand__logo { width: 132px; }
  .mobile-drawer__top .brand__logo { width: 142px; }
  .mega-menu { display: none; }
  .hero__grid, .hero--overlay .hero__grid { min-height: auto; display: grid; grid-template-columns: 1fr; }
  .hero--overlay .hero__media { position: relative; inset: auto; min-height: min(72vw, 570px); }
  .hero--overlay .hero__content { width: auto; min-height: auto; background: var(--paper-2); }
  .hero__content { order: 2; padding: 3.5rem 24px 4rem; background: var(--paper-2); }
  .hero__media, .hero--compact .hero__media { min-height: min(72vw, 570px); }
  .hero__media::after { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item { border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(even) { border-right: 0; }
  .trust-item:last-child { grid-column: 1/-1; }
  .category-grid, .category-grid--5 { grid-template-columns: repeat(2, 1fr); }
  .gift-occasion-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-grid, .product-grid--5 { grid-template-columns: repeat(3, 1fr); }
  .product-grid--count-1 { grid-template-columns: minmax(0, 1fr); }
  .product-grid--count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid--count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .editorial-split, .editorial-split--reverse { grid-template-columns: 1fr; }
  .editorial-split__media { min-height: 440px; }
  .editorial-split--reverse .editorial-split__media { order: 0; }
  .editorial-split--reverse .editorial-split__content { order: 1; }
  .story-hero { padding: 0; }
  .story-hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .story-hero__copy { order: 1; padding: 4rem max(24px, 7vw) 4.5rem; }
  .story-hero__media { order: 2; height: min(66vw, 600px); min-height: 0; }
  .story-hero__copy h1 { max-width: 11ch; }
  .story-heritage__heading { grid-template-columns: 1fr; align-items: start; gap: 1rem; }
  .story-heritage__year { font-size: clamp(9rem, 31vw, 16rem); }
  .story-heritage__heading > div:last-child { max-width: 680px; margin-top: -1.5rem; }
  .story-heritage__body { grid-template-columns: 1fr; gap: 3rem; }
  .story-continuity__grid { grid-template-columns: .75fr 1.25fr; gap: 3rem; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .icon-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .contact-info-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-page .product-related .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-map-grid, .contact-form-grid, .product-details-grid { grid-template-columns: 1fr; }
  .detail-media-grid--single { justify-content: center; }
  .product-detail { grid-template-columns: 1fr; }
  .product-info { position: static; }
  .quote-grid { grid-template-columns: 1fr; }
  .press-row { justify-content: flex-start; }
  .newsletter-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .container--wide { width: 100%; }
  .site-header .brand__logo { width: 124px; }
  .mobile-drawer__top .brand__logo { width: 136px; }
  h1, .display--xl { font-size: clamp(2.75rem, 12.3vw, 4.3rem); }
  h2, .display--lg { font-size: clamp(2.15rem, 9.6vw, 3.5rem); }
  .hero__media, .hero--compact .hero__media, .hero--overlay .hero__media { min-height: 74vw; }
  .hero__content { padding: 2.8rem 1.15rem 3.3rem; }
  .hero__content h1 { max-width: 100%; }
  .hero--compact .hero__content h1 { font-size: clamp(2.75rem, 12vw, 3.7rem); }
  .btn-row { display: grid; }
  .btn-row .btn { width: 100%; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item {
    min-height: 0;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem;
    padding: .72rem .58rem;
  }
  .trust-item:nth-child(odd) { border-right: 1px solid var(--line); }
  .trust-item:nth-child(even) { border-right: 0; }
  .trust-item:last-child { grid-column: 1 / -1; border-right: 0; }
  .trust-item svg { width: 20px; height: 20px; }
  .trust-item strong { font-size: .75rem; line-height: 1.3; }
  .trust-item span { font-size: .75rem; line-height: 1.35; }
  .section-heading { align-items: start; flex-direction: column; }
  .category-grid, .category-grid--5 { grid-template-columns: 1fr; }
  .category-card { min-height: 390px; }
  .gift-occasion-nav { padding: 3rem 0; }
  .gift-occasion-nav .section-heading { margin-bottom: 1.6rem; }
  .gift-occasion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gift-occasion-link { min-height: 112px; padding: 1rem; }
  .gift-occasion-link strong { font-size: 1.22rem; }
  .gift-occasion-link svg { top: .8rem; right: .8rem; }
  .gift-occasion-link:last-child:nth-child(odd) { grid-column: 1 / -1; min-height: 96px; }
  .product-toolbar { align-items: flex-start; flex-direction: column; }
  .catalog-search { width: 100%; }
  .product-toolbar__meta { width: 100%; justify-content: space-between; }
  .filter-chips { flex-wrap: nowrap; width: calc(100vw - 28px); overflow-x: auto; padding-bottom: .4rem; scrollbar-width: none; }
  .filter-chips::-webkit-scrollbar { display: none; }
  .filter-chip { flex: 0 0 auto; }
  .catalog-scroll-hint { display: block; margin: 0 0 .45rem; color: var(--ink-soft); font-size: .75rem; }
  .catalog-footer-actions { flex-direction: column; margin-top: 1.6rem; }
  .catalog-footer-actions .btn,
  .catalog-footer-actions .catalog-return { width: 100%; }
  .product-grid, .product-grid--5, .product-grid--6 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
  .product-grid.product-grid--count-1 { width: 100%; grid-template-columns: 1fr; }
  .product-grid.product-grid--count-2 { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid.product-grid--count-3 { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-title { font-size: 1.22rem; line-height: 1.08; }
  #selezione .product-title {
    display: block;
    max-height: none;
    overflow: visible;
    line-height: 1.2;
    text-overflow: clip;
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
  .product-meta { font-size: .75rem; }
  .product-kicker { font-size: .75rem; }
  .product-media { aspect-ratio: .93; }
  .editorial-split__media { min-height: 330px; }
  .editorial-split__content { padding: 2.4rem 1.15rem 2.8rem; }
  .icon-grid, .feature-grid, .contact-info-grid { grid-template-columns: 1fr; }
  .heritage-banner__grid { grid-template-columns: 1fr; text-align: left; }
  .heritage-banner__badge { width: 148px; }
  .heritage-banner .btn { width: 100%; }
  .service-steps, .faq--columns { grid-template-columns: 1fr; }
  .icon-card { min-height: auto; }
  .story-hero__media { height: min(100vw, 480px); min-height: 0; }
  .story-hero__media figcaption { right: .75rem; bottom: .75rem; padding: .7rem .8rem; }
  .story-hero__copy { padding: 3rem 1.15rem 3.4rem; }
  .story-hero__copy h1 { font-size: clamp(2.85rem, 12.6vw, 4.35rem); }
  .story-heritage__year { font-size: clamp(7.6rem, 39vw, 11rem); }
  .story-heritage__heading > div:last-child { margin-top: -.5rem; }
  .story-heritage__heading h2 { max-width: 100%; }
  .story-heritage__body { margin-top: 3rem; }
  .story-heritage__body figure img { height: 240px; }
  .story-heritage__steps li { grid-template-columns: 72px 1fr; gap: 1rem; padding: 1.35rem 0; }
  .story-continuity__grid { grid-template-columns: 1fr; gap: 3rem; }
  .story-continuity__grid > div:first-child strong { font-size: clamp(7rem, 34vw, 10rem); }
  .story-continuity h2 { max-width: 100%; font-size: clamp(2.45rem, 10.3vw, 3.75rem); }
  .story-team__grid { grid-template-columns: 1fr; }
  .story-person:nth-child(2) { margin-top: 2.5rem; }
  .story-person figure { aspect-ratio: 1.05; }
  .story-methods__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .story-method figure { aspect-ratio: 1.45; }
  .story-location { padding: 0; }
  .story-location figure { min-height: 460px; }
  .story-location figure::after { background: linear-gradient(0deg, rgba(16,14,12,.8), rgba(16,14,12,.08) 70%); }
  .story-location figcaption { left: 1.15rem; right: 1.15rem; bottom: 2rem; }
  .story-location h2 { max-width: 100%; font-size: clamp(2.55rem, 11.5vw, 3.9rem); }
  .boutique-gallery-section { padding: 3.5rem 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid img:last-child { grid-column: 1/-1; aspect-ratio: 1.7; }
  .brand-grid { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; padding: 2rem 1.2rem; }
  .cta-band .btn { width: 100%; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-thumbs { grid-template-columns: repeat(4, 1fr); order: 2; }
  .product-detail { gap: 1.5rem; }
  .product-info h1 { font-size: clamp(2.35rem, 9.5vw, 3.15rem); }
  .product-specs-inline { grid-template-columns: 1fr; }
  .size-grid { grid-template-columns: repeat(3, 1fr); }
  .detail-media-grid { grid-template-columns: 1fr; }
  .contact-map-grid, .contact-form-grid, .product-details-grid { gap: 1.5rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .newsletter-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
  .toast { left: 1rem; right: 1rem; max-width: none; }

  /* Scheda prodotto: una gerarchia mobile compatta, senza media duplicati. */
  .product-page .breadcrumbs { padding: .8rem 0; }
  .product-page .breadcrumbs li:last-child { display: none; }
  .product-page .product-detail { gap: 1rem; padding-bottom: 2.25rem; }
  .product-page .product-gallery { gap: .65rem; }
  .product-page .product-main-image { aspect-ratio: 1; }
  .product-page .product-thumbs {
    display: flex;
    grid-template-columns: none;
    order: 2;
    gap: .55rem;
    overflow-x: auto;
    padding-bottom: .25rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .product-page .product-thumbs::-webkit-scrollbar,
  .product-page .product-related .product-grid::-webkit-scrollbar,
  .product-page .tab-list::-webkit-scrollbar { display: none; }
  .product-page .product-thumb { flex: 0 0 68px; width: 68px; scroll-snap-align: start; }
  .product-page .product-info { padding: .25rem 0 0; }
  .product-page .product-info .eyebrow { margin-bottom: .65rem; }
  .product-page .product-info h1 { margin-bottom: .45em; font-size: clamp(2rem, 9vw, 2.45rem); }
  .product-page .product-description { margin-bottom: .9rem; font-size: .88rem; line-height: 1.55; text-wrap: pretty; }
  .product-page .product-specs-inline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
    margin-top: 1rem;
    padding: .9rem 0;
    font-size: .75rem;
  }
  .product-page .product-specs-inline span { min-width: 0; overflow-wrap: anywhere; }
  .product-page .product-specs-inline strong { font-size: .75rem; }
  .product-page .product-actions { gap: .55rem; margin-top: 1rem; }

  .product-page .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-page .trust-item,
  .product-page .trust-item:nth-child(even) {
    min-height: 76px;
    align-items: flex-start;
    padding: .8rem .65rem;
    border-right: 0;
  }
  .product-page .trust-item:nth-child(odd) { border-right: 1px solid var(--line); }
  .product-page .trust-item:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .product-page .trust-item svg { width: 21px; height: 21px; }
  .product-page .trust-item strong { font-size: .75rem; }
  .product-page .trust-item span { font-size: .75rem; }

  .product-page .product-details-section { padding: 2.5rem 0 1.5rem; }
  .product-page .product-details-grid { gap: 0; }
  .product-page .detail-media-grid { display: none; }
  .product-page .tab-list { gap: .9rem; scrollbar-width: none; }
  .product-page .tab-panel { padding: 1.15rem 0 0; font-size: .82rem; }
  .product-page .tab-panel ul { margin-bottom: 0; }

  .product-page .product-related { padding: 2rem 0 3rem; }
  .product-page .product-related .section-heading { margin-bottom: 1.5rem; }
  .product-page .product-related .section-heading h2 { font-size: clamp(2rem, 9vw, 2.5rem); }
  .product-page .product-related .product-grid {
    display: flex;
    grid-template-columns: none;
    gap: .85rem;
    overflow-x: auto;
    margin-inline: -14px;
    padding: 0 14px .5rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .related-scroll-hint { display: block; margin: -.7rem 0 .65rem; color: var(--ink-soft); font-size: .75rem; }
  .product-page .product-related .product-card { flex: 0 0 min(72vw, 250px); scroll-snap-align: start; }
  .product-page .product-related .product-media { aspect-ratio: .9; }
  .product-page .product-related .product-title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 1.1rem;
    line-height: 1.1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .product-page .product-related .product-meta { display: none; }
  .product-page .product-cta,
  .product-page .newsletter-band { display: none; }

  .product-page .site-footer { padding: 2.4rem 0 1.2rem; }
  .product-page .footer-grid { grid-template-columns: 1fr; gap: 1.35rem; }
  .product-page .footer-brand { grid-column: auto; }
  .product-page .footer-brand .social-row,
  .product-page .footer-col { display: none; }
  .product-page .footer-col--contact { display: block; }
  .product-page .footer-bottom { margin-top: 1.5rem; }
}

@media (min-width: 1101px) {
  .home-page .hero__grid { min-height: 600px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .home-page .hero__media { min-height: 600px; }
  .home-page .hero__content { padding: clamp(3.5rem, 5vw, 4.75rem) clamp(2rem, 5vw, 5rem); }
  .home-page .hero__content h1 { max-width: 100%; font-size: clamp(2.85rem, 4.2vw, 4.8rem); white-space: nowrap; }
  .home-page .home-product-showcase { padding-top: clamp(3.25rem, 5vw, 5.5rem); }
}

@media (max-width: 680px) {
  .home-page .hero__media { min-height: 64vw; }
  .home-page .hero__content { padding: 2.2rem 1.15rem 2.5rem; }
  .home-page .hero__content h1 { font-size: clamp(2.15rem, 11.2vw, 3.2rem); letter-spacing: -.045em; white-space: nowrap; }
  .home-page .home-product-showcase { padding-top: 3.25rem; }
  .home-page .home-product-showcase .section-heading { margin-bottom: 1.75rem; }
}

@media (max-width: 430px) {
  .product-grid, .product-grid--5, .product-grid--6 { grid-template-columns: 1fr 1fr; }
  .product-body { padding-top: .7rem; }
  .category-card { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .press-row { justify-content: flex-start; }
}

@media (max-width: 340px) {
  .product-grid, .product-grid--5, .product-grid--6 { grid-template-columns: 1fr; }
  .product-grid.product-grid--count-1,
  .product-grid.product-grid--count-2,
  .product-grid.product-grid--count-3 { grid-template-columns: 1fr; }
}

@media (max-width: 1100px) and (max-height: 520px) and (orientation: landscape) {
  .hero__grid,
  .hero--overlay .hero__grid {
    min-height: calc(100dvh - var(--header-h));
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  }
  .hero__content,
  .hero--overlay .hero__content {
    order: 0;
    min-height: calc(100dvh - var(--header-h));
    padding: 1.25rem 1.6rem;
  }
  .hero__media,
  .hero--compact .hero__media,
  .hero--overlay .hero__media {
    order: 1;
    min-height: calc(100dvh - var(--header-h));
  }
  .hero__content .eyebrow { margin-bottom: .55rem; }
  .hero__content h1,
  .hero--compact .hero__content h1,
  .home-page .hero__content h1 { font-size: clamp(2rem, 5.5vw, 3rem); white-space: normal; }
  .hero__content .lead { margin-bottom: 0; font-size: .9rem; line-height: 1.45; }
  .hero__content .btn-row { display: flex; margin-top: .9rem; }
  .hero__content .btn { width: auto; min-height: 44px; padding: .7rem .9rem; }
}

.lens-tools {
  display: none;
  grid-template-columns: minmax(250px, .8fr) minmax(0, 1.5fr) auto;
  align-items: end;
  gap: 1.25rem;
  margin-bottom: 2rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: var(--paper-2);
}
.lens-tools__intro .eyebrow { margin-bottom: .5rem; }
.lens-tools__intro p { margin: 0; color: var(--ink-soft); font-size: .85rem; line-height: 1.55; }
.lens-tools__scroll-hint { display: none; color: var(--ink-soft); font-size: .75rem; }
.lens-filter-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.lens-filter {
  min-height: 44px;
  flex: 0 0 auto;
  border: 1px solid var(--line-strong);
  background: var(--white);
  padding: .55rem .8rem;
  color: var(--ink);
  cursor: pointer;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.35;
}
.lens-filter:hover,
.lens-filter.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.lens-count { color: var(--ink-soft); font-size: .75rem; white-space: nowrap; }
.lens-more { display: none; justify-content: center; margin-top: 2.25rem; }
.lens-collection.is-lens-ready .lens-tools { display: grid; }
.lens-collection.is-lens-ready .lens-more { display: flex; }
.lens-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.lens-family-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}
.lens-family-card figure {
  display: grid;
  aspect-ratio: 4 / 3;
  margin: 0;
  place-items: center;
  overflow: hidden;
  background: #f6f4ef;
}
.lens-family-card figure:empty { display: none; }
.lens-family-card figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lens-family-card__media--duo { grid-template-columns: 2fr 1fr; place-items: stretch; }
.lens-family-card__media--duo img + img { border-left: 1px solid var(--line); }
.lens-family-card > div { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.lens-family-card h2 { margin: .5rem 0 .75rem; font-size: clamp(1.45rem, 2vw, 2rem); }
.lens-family-card p { color: var(--ink-soft); line-height: 1.65; }
.lens-family-card ul { margin: .2rem 0 1.25rem; padding-left: 1.1rem; color: var(--ink-soft); }
.lens-family-card li + li { margin-top: .35rem; }
.lens-family-card .text-link { margin-top: auto; }
.lens-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.lens-detail-gallery figure {
  display: grid;
  min-height: 360px;
  margin: 0;
  padding: 1rem;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--white);
}
.lens-detail-gallery img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
}

img[data-native-resolution="official-max"] {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .lens-tools { grid-template-columns: 1fr; align-items: start; }
  .lens-family-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .lens-tools { margin-inline: -14px; padding-inline: 14px; }
  .lens-tools__scroll-hint { display: block; }
  .lens-filter-row { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding: .15rem 0 .45rem; scroll-snap-type: x proximity; scrollbar-width: none; }
  .lens-filter-row::-webkit-scrollbar { display: none; }
  .lens-filter { scroll-snap-align: start; }
  .lens-family-grid { grid-template-columns: 1fr; }
  .lens-detail-gallery { grid-template-columns: 1fr; }
  .lens-detail-gallery figure { min-height: 240px; }
}

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

:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 3px; }
