
:root{
  --ivory:#f6f2ea;
  --cream:#fbf8f2;
  --ink:#16130f;
  --muted:#756d64;
  --line:#d8cfc1;
  --gold:#b58a4a;
  --dark:#17130f;
  --max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
a{color:inherit}
img{max-width:100%;display:block}
.site-header{position:sticky;top:0;z-index:30;background:rgba(251,248,242,.96);border-bottom:1px solid var(--line)}
.navbar{max-width:var(--max);margin:auto;padding:24px 44px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;flex-direction:column;line-height:1}
.brand-main{font-family:Georgia,serif;font-size:2rem;letter-spacing:.34em}
.brand-sub{font-size:.58rem;letter-spacing:.28em;color:var(--gold);margin-top:8px}
.menu{display:flex;align-items:center;gap:30px}
.menu a{text-decoration:none;text-transform:uppercase;letter-spacing:.14em;font-size:.68rem}
.langs{display:flex;gap:14px;margin-left:22px;padding-left:22px;border-left:1px solid var(--gold)}
.langs button{border:0;background:none;font-size:.72rem;cursor:pointer;color:var(--muted)}
.langs button.active{color:var(--gold)}
.hero{position:relative;min-height:76vh;background-size:cover;background-position:center;display:grid;place-items:center;text-align:center;color:white}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.52),rgba(0,0,0,.22),rgba(0,0,0,.58))}
.hero-content{position:relative;z-index:2;max-width:820px;padding:40px}
.hero h1{font-family:Georgia,serif;font-size:clamp(4rem,11vw,8rem);letter-spacing:.18em;font-weight:400;margin:0}
.hero-rule{width:220px;height:1px;background:var(--gold);margin:14px auto 20px;position:relative}
.hero-rule::after{content:"◆";position:absolute;left:50%;top:50%;transform:translate(-50%,-55%);background:transparent;color:var(--gold);font-size:.72rem}
.hero-tag{font-family:Georgia,serif;font-size:1.25rem;letter-spacing:.13em;text-transform:uppercase}
.hero-copy{font-family:Georgia,serif;font-size:1.2rem;line-height:1.6;max-width:640px;margin:22px auto 28px}
.cta{display:inline-block;border:1px solid var(--gold);padding:15px 28px;text-decoration:none;text-transform:uppercase;letter-spacing:.13em;font-size:.7rem}
main{max-width:var(--max);margin:auto}
.home-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:36px;padding:34px 44px 70px}
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.category-card{position:relative;min-height:300px;overflow:hidden;background:#222}
.category-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.58)}
.category-card .overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:24px;color:white;text-align:center}
.category-card h3{font-family:Georgia,serif;font-weight:400;font-size:1.15rem;letter-spacing:.08em;margin:0}
.category-card span{font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;margin-top:10px;border-top:1px solid var(--gold);padding-top:10px}
.editorial{padding:18px 8px 0 40px}
.editorial h2,.collection-title{font-family:Georgia,serif;font-size:3rem;font-weight:400;margin:0 0 18px}
.gold-line{width:70px;height:1px;background:var(--gold);margin:0 0 24px}
.editorial p{font-family:Georgia,serif;font-size:1.08rem;line-height:1.75;color:#3f3933}
.service-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.service{background:var(--ivory);padding:28px 22px;text-align:center}
.service strong{display:block;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}
.service span{display:block;color:var(--muted);font-size:.75rem;margin-top:8px}
.collection{padding:90px 44px}
.collection-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px}
.collection-head p{max-width:620px;color:var(--muted);line-height:1.6}
.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}
.filter-btn{border:1px solid var(--line);background:transparent;padding:10px 14px;font-size:.66rem;letter-spacing:.11em;text-transform:uppercase;cursor:pointer}
.filter-btn.active{background:var(--dark);color:white}
.catalog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:44px 28px}
.lot-card{background:white;border:1px solid var(--line)}
.lot-photo{position:relative;overflow:hidden;background:#eee}
.lot-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .4s}
.lot-photo:hover img{transform:scale(1.02)}
.lot-info{padding:20px}
.lot-meta{display:flex;justify-content:space-between;font-size:.64rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}
.lot-card h3{font-family:Georgia,serif;font-size:1.55rem;font-weight:400;margin:12px 0 8px}
.lot-desc{color:var(--muted);line-height:1.55}
.lot-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:18px;padding-top:14px;font-size:.85rem}
.detail{padding:100px 44px;border-top:1px solid var(--line);scroll-margin-top:90px}
.detail-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px}
.detail-main{width:100%;max-height:760px;object-fit:contain;background:#eee;cursor:zoom-in}
.kicker{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}
.detail h2{font-family:Georgia,serif;font-size:clamp(2.3rem,4vw,4.2rem);font-weight:400;line-height:1.08;margin:16px 0}
.detail-copy p{font-family:Georgia,serif;font-size:1.08rem;line-height:1.75;color:#403b36}
dl{display:grid;grid-template-columns:120px 1fr;gap:14px 18px;border-top:1px solid var(--line);padding-top:22px;margin:28px 0}
dt{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
dd{margin:0}
.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:28px}
.thumb{border:0;padding:0;background:none;cursor:pointer}
.thumb img{width:100%;aspect-ratio:1;object-fit:cover}
.info{padding:100px 44px;border-top:1px solid var(--line);text-align:center}
.info h2{font-family:Georgia,serif;font-size:3rem;font-weight:400}
.info p{max-width:700px;margin:auto;font-family:Georgia,serif;font-size:1.08rem;line-height:1.8;color:#4a443d}
footer{background:var(--dark);color:white;padding:32px;text-align:center;font-size:.64rem;letter-spacing:.14em;text-transform:uppercase}
.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.97);z-index:60;align-items:center;justify-content:center}
.lightbox.open{display:flex}
.lightbox img{max-width:92vw;max-height:90vh;object-fit:contain}
.lb{position:absolute;background:none;border:0;color:white;font-size:2.7rem;cursor:pointer}
.lb-close{right:20px;top:18px}.lb-prev{left:20px}.lb-next{right:20px}
@media(max-width:950px){
  .menu{display:none}.navbar{padding:18px}
  .home-grid{grid-template-columns:1fr;padding:28px 18px 50px}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .editorial{padding:10px 0}
  .service-strip{grid-template-columns:1fr 1fr}
  .collection,.detail,.info{padding:65px 18px}
  .catalog-grid,.detail-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(3,1fr)}
}


/* AUREA availability status */
.status {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: .5rem 0 .8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1;
  color: #1b1814;
}
.status-dot {
  width: .72rem;
  height: .72rem;
  border-radius: 50%;
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}
.status-available .status-dot { background: #416b28; }
.status-reserved .status-dot { background: #b88a05; }
.status-sold .status-dot { background: #c62828; }

.status-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin: -1rem 0 2rem;
}
.status-filter {
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  padding: .45rem .15rem;
  color: #756b5f;
  cursor: pointer;
  font: inherit;
}
.status-filter:hover,
.status-filter.active {
  color: #17120d;
  border-bottom-color: #a87732;
}

button.cta {
  border: 0;
  cursor: pointer;
}

/* Information request modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(17, 14, 11, .72);
  backdrop-filter: blur(4px);
}
.modal.open { display: flex; }
.modal-panel {
  position: relative;
  width: min(620px, 100%);
  max-height: 92vh;
  overflow: auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: #f8f4ec;
  border: 1px solid #d9cdbd;
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}
.modal-panel h2 {
  margin: 0 0 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3rem);
}
.modal-close {
  position: absolute;
  top: .8rem;
  right: 1rem;
  border: 0;
  background: transparent;
  color: #1b1814;
  font-size: 2rem;
  cursor: pointer;
}
#inquiryForm {
  display: grid;
  gap: 1rem;
}
#inquiryForm label {
  display: grid;
  gap: .45rem;
  color: #584f46;
  font-size: .95rem;
}
#inquiryForm input,
#inquiryForm select,
#inquiryForm textarea {
  width: 100%;
  border: 1px solid #cfc2b2;
  border-radius: 0;
  background: #fffdf9;
  color: #17120d;
  padding: .85rem .9rem;
  font: inherit;
}
#inquiryForm input:focus,
#inquiryForm select:focus,
#inquiryForm textarea:focus {
  outline: 2px solid rgba(168, 119, 50, .25);
  border-color: #a87732;
}
.form-submit { justify-self: start; margin-top: .4rem; }
.form-note { margin: 0; color: #7a7167; font-size: .83rem; }
.honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 620px) {
  .status-filters { margin-top: -.4rem; }
  .modal-panel { padding: 1.4rem; }
}


/* Final refinements */
.status {
  gap: .38rem;
  margin: .3rem 0 .55rem;
  font-size: .82rem;
}
.status-dot {
  width: .5rem;
  height: .5rem;
}
.brand-link,
.logo {
  text-decoration: none;
  color: inherit;
}
.brand-link small,
.logo small {
  display: block;
  margin-top: .28rem;
  color: #8b8277;
  font-family: Arial, sans-serif;
  font-size: .48rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.minimal-footer {
  padding: 2rem 1rem 2.4rem;
  text-align: center;
  color: #736a60;
  font-size: .78rem;
  line-height: 1.7;
  border-top: 1px solid #dfd6ca;
}


/* AUREA V3 final corrections */
.status {
  gap: .32rem !important;
  margin: .22rem 0 .45rem !important;
  font-size: .74rem !important;
}
.status-dot {
  width: .42rem !important;
  height: .42rem !important;
}
.brand-link {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.brand-link .brand-sub {
  font-size: .52rem;
  letter-spacing: .18em;
}


/* =========================================================
   AUREA V1.1 — responsive navigation, motion and lightbox
========================================================= */
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
body.no-scroll { overflow: hidden; }

img {
  max-width: 100%;
  image-rendering: auto;
}
.category-card img,
.lot-photo img,
.detail-main,
.thumb img {
  background: #e9e3da;
}
.category-card,
.lot-card,
.detail-main,
.thumb {
  transition: transform .35s ease, box-shadow .35s ease, opacity .35s ease;
}
.category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(23,19,15,.14);
}
.lot-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(23,19,15,.11);
}
.thumb:hover {
  transform: translateY(-2px);
  opacity: .86;
}
.cta {
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.cta:hover {
  background: var(--gold);
  color: #fff;
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 9px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 6px 0;
  background: currentColor;
  transition: transform .25s ease, opacity .25s ease;
}
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.toast {
  position: fixed;
  top: 90px;
  left: 50%;
  z-index: 1200;
  max-width: min(92vw, 520px);
  padding: 14px 20px;
  transform: translate(-50%, -20px);
  opacity: 0;
  pointer-events: none;
  background: #243b28;
  color: #fff;
  box-shadow: 0 14px 40px rgba(0,0,0,.2);
  transition: opacity .3s ease, transform .3s ease;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Advanced lightbox */
.lightbox {
  flex-direction: column;
  padding: 54px 70px 86px;
  user-select: none;
}
.lb-toolbar {
  position: absolute;
  top: 10px;
  left: 16px;
  right: 16px;
  z-index: 4;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}
.lb-counter {
  margin-right: auto;
  color: rgba(255,255,255,.78);
  font-size: .78rem;
  letter-spacing: .12em;
}
.lb-tool {
  min-width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.3);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}
.lb-tool:hover { background: rgba(255,255,255,.14); }
.lb-close { position: static; font-size: 1.65rem; }
.lb-stage {
  width: 100%;
  height: calc(100vh - 158px);
  display: grid;
  place-items: center;
  overflow: hidden;
  touch-action: pan-y;
}
.lb-stage.zoomed { cursor: grab; touch-action: none; }
.lb-stage.zoomed:active { cursor: grabbing; }
.lightbox #lbImage {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform-origin: center center;
  transition: transform .15s ease;
  will-change: transform;
}
.lb-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 70px;
  transform: translateY(-50%);
  border: 0;
  background: rgba(0,0,0,.26);
  color: #fff;
  font-size: 2.6rem;
  cursor: pointer;
}
.lb-nav:hover { background: rgba(255,255,255,.12); }
.lb-prev { left: 10px; }
.lb-next { right: 10px; }
.lb-thumbs {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 3;
  display: flex;
  gap: 7px;
  max-width: calc(100vw - 28px);
  padding: 4px;
  overflow-x: auto;
  transform: translateX(-50%);
}
.lb-thumb {
  width: 62px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  opacity: .55;
  cursor: pointer;
}
.lb-thumb.active {
  border-color: var(--gold);
  opacity: 1;
}
.lb-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

@media (max-width: 950px) {
  .navbar {
    position: relative;
    padding: 14px 18px;
  }
  .menu-toggle {
    display: block;
    position: relative;
    z-index: 110;
  }
  .menu {
    display: flex;
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 100;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 96px 24px 28px;
    background: rgba(248,244,236,.985);
    transform: translateY(-105%);
    visibility: hidden;
    transition: transform .3s ease, visibility .3s ease;
    box-shadow: 0 18px 50px rgba(0,0,0,.16);
  }
  .menu.open {
    transform: translateY(0);
    visibility: visible;
  }
  .menu > a {
    padding: 16px 2px;
    border-bottom: 1px solid var(--line);
    color: var(--dark);
    font-size: .8rem;
  }
  .langs {
    margin: 20px 0 0;
    padding: 0;
    border: 0;
  }
  .hero {
    min-height: 68vh;
  }
  .hero-content {
    padding: 38px 20px;
  }
  .hero-tag {
    font-size: .93rem;
  }
  .hero-copy {
    font-size: 1rem;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
  }
  .category-card {
    min-height: 230px;
  }
  .collection-head {
    display: block;
  }
  .catalog-grid {
    gap: 24px;
  }
  .detail-grid {
    gap: 30px;
  }
  .lightbox {
    padding: 52px 38px 76px;
  }
  .lb-stage {
    height: calc(100vh - 138px);
  }
  .lb-nav {
    width: 38px;
    height: 58px;
    font-size: 2rem;
  }
}

@media (max-width: 620px) {
  .brand-main { font-size: 1.3rem; }
  .brand-link .brand-sub {
    max-width: 190px;
    font-size: .43rem;
    line-height: 1.4;
  }
  .hero h1 {
    font-size: 3.4rem;
  }
  .category-grid {
    grid-template-columns: 1fr;
  }
  .category-card {
    min-height: 260px;
  }
  .catalog-grid {
    grid-template-columns: 1fr;
  }
  .lot-info {
    padding: 17px;
  }
  .lot-card h3 {
    font-size: 1.35rem;
  }
  .detail h2 {
    font-size: 2.25rem;
  }
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .lightbox {
    padding: 50px 8px 72px;
  }
  .lb-tool {
    min-width: 34px;
    height: 34px;
  }
  .lb-nav {
    top: auto;
    bottom: 76px;
  }
  .lb-prev { left: 8px; }
  .lb-next { right: 8px; }
  .lb-thumb {
    width: 54px;
    height: 42px;
  }
}

/* AUREA A001–A014: schede speciali e bibliografia */
.detail-subtitle {
  margin: -.7rem 0 1.3rem !important;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.5;
}
.special-detail {
  max-width: 1080px;
  margin: 2.2rem auto 0;
  padding: clamp(1.4rem, 4vw, 3.2rem);
  background: #f7f2e9;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--line);
}
.special-section + .special-section {
  margin-top: 2.25rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.special-section h3 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 400;
}
.special-section p {
  max-width: 900px;
  margin: 0 0 1rem;
  color: #5f554b;
  line-height: 1.82;
}
#A014 .detail-main {
  object-fit: contain;
  background: #17130f;
}
#A014 .gallery .thumb:last-child {
  outline: 1px solid var(--gold);
  outline-offset: 3px;
}
@media (max-width: 620px) {
  .special-detail { margin-top: 1.2rem; padding: 1.25rem; }
  .special-section p { line-height: 1.7; }
}

.detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.detail-actions .cta{margin-top:0}.cta-secondary{background:transparent!important;color:var(--ink,#171717)!important;border:1px solid #9b7a43!important}
/* AUREA RELEASE 2.0 */
.navbar{max-width:1500px;margin:auto}.menu{align-items:center;gap:26px}.collection-menu{position:relative}.nav-dropdown-trigger,.search-trigger{border:0;background:none;color:inherit;font:inherit;letter-spacing:.11em;text-transform:uppercase;cursor:pointer}.search-trigger{font-size:1.5rem;line-height:1}.category-dropdown{position:absolute;top:calc(100% + 18px);right:0;width:min(680px,88vw);display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#d9d0c5;border:1px solid #d9d0c5;box-shadow:0 18px 50px rgba(0,0,0,.16);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s;z-index:100}.collection-menu:hover .category-dropdown,.category-dropdown.open{opacity:1;visibility:visible;transform:none}.cat-menu-item{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:13px;border:0;background:#faf7f1;padding:9px;text-align:left;cursor:pointer}.cat-menu-item:hover{background:white}.cat-menu-item img{width:58px;height:45px;object-fit:cover}.cat-menu-item span{font-family:Georgia,serif;font-size:1rem}.cat-menu-item small{color:#9a733d}.search-panel{position:fixed;inset:0;z-index:1300;background:rgba(247,243,236,.98);display:none;align-items:flex-start;justify-content:center;padding:18vh 24px}.search-panel.open{display:flex}.search-inner{width:min(850px,100%)}.search-inner label{display:block;font-family:Georgia,serif;font-size:clamp(2rem,5vw,4rem);margin-bottom:25px}.search-inner input{width:100%;border:0;border-bottom:1px solid #a87836;background:transparent;padding:16px 4px;font-size:1.2rem;outline:none}.search-close{position:absolute;top:25px;right:30px;border:0;background:none;font-size:2.5rem;cursor:pointer}.category-grid{grid-template-columns:repeat(3,1fr);gap:12px}.category-card{border:0;padding:0;cursor:pointer;min-height:270px}.category-card img{filter:brightness(.66)}.filters{position:sticky;top:70px;z-index:20;background:var(--ivory);padding:14px 0}.lot-photo{border:0;padding:0;width:100%;cursor:pointer}.lot-desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.detail-actions{display:flex;gap:12px;flex-wrap:wrap}.cta-secondary{background:transparent;color:var(--dark);border:1px solid var(--gold)}.detail-nav{display:flex;justify-content:space-between;margin-top:30px}.detail-nav button{width:48px;height:42px;background:transparent;border:1px solid var(--line);font-size:1.2rem;cursor:pointer}.related-title{font-family:Georgia,serif;font-weight:400;margin-top:35px}.related{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.related button{border:0;background:none;padding:0;cursor:pointer;position:relative}.related img{width:100%;aspect-ratio:1;object-fit:cover}.related span{position:absolute;bottom:5px;left:5px;background:rgba(20,16,12,.75);color:#fff;padding:3px 6px;font-size:.65rem}.lb-stage{width:100vw;height:calc(100vh - 90px);display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none}.lb-stage img{max-width:92vw;max-height:82vh;transition:transform .1s;cursor:grab;transform-origin:center}.lb-stage img:active{cursor:grabbing}.lb-toolbar{position:absolute;top:14px;right:18px;z-index:3;display:flex;align-items:center;gap:8px}.lb-tool{border:1px solid rgba(255,255,255,.45);background:rgba(0,0,0,.35);color:white;min-width:38px;height:38px;cursor:pointer}.lb-counter{color:#fff;margin-right:12px}.lb-nav{z-index:2}.lb-thumbs{display:none}.minimal-footer{background:#17130f;color:white}
@media(max-width:950px){.menu-toggle{display:block}.menu{position:absolute;top:100%;left:0;right:0;background:#f7f3ec;padding:20px;display:none!important;flex-direction:column;align-items:stretch;border-top:1px solid var(--line)}.menu.open{display:flex!important}.collection-menu{width:100%}.nav-dropdown-trigger{width:100%;text-align:left;padding:10px 0}.category-dropdown{position:static;width:100%;grid-template-columns:1fr;box-shadow:none;margin-top:10px;display:none;opacity:1;visibility:visible;transform:none}.category-dropdown.open{display:grid}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:210px}.filters{top:60px;overflow-x:auto;flex-wrap:nowrap}.filter-btn{white-space:nowrap}.catalog-grid{grid-template-columns:1fr}.related{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:170px}.home-grid{padding-top:18px}.editorial h2,.collection-title{font-size:2.25rem}.collection{padding-top:55px}.detail h2{font-size:2rem}.lb-nav{font-size:2rem}}

/* AUREA RELEASE 2.0 FINAL */
.nav-dropdown-trigger{font:inherit!important;font-size:inherit!important;letter-spacing:inherit!important}.family-intro{max-width:880px;margin:72px auto 38px;text-align:center;padding:0 28px}.family-intro h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:400;margin:0}.family-intro p{font-size:1.08rem;line-height:1.8;color:#655c53}.category-band{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1px;background:#d9d0c5;margin:0 auto 70px;max-width:1500px}.category-card{position:relative;height:190px;border:0;padding:0;overflow:hidden;cursor:pointer;background:#eee}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.category-card:hover img{transform:scale(1.035)}.category-card span{position:absolute;inset:auto 0 0;padding:20px 15px 13px;background:linear-gradient(transparent,rgba(0,0,0,.72));color:#fff;font-family:Georgia,serif;font-size:1.15rem;text-align:left}.category-card small{position:absolute;right:13px;bottom:13px;color:#fff}.collection.hidden{display:none}.detail-gallery{display:grid;grid-template-columns:92px minmax(0,1fr);gap:15px;align-items:start}.gallery.vertical{display:flex;flex-direction:column;gap:10px;margin:0;max-height:720px;overflow:auto}.gallery.vertical .thumb{width:82px;height:82px;margin:0;border:1px solid transparent}.gallery.vertical .thumb.active{border-color:#9b7a43}.gallery.vertical .thumb img{width:100%;height:100%;object-fit:cover}.detail-main{width:100%;height:min(70vh,720px);object-fit:contain;background:#f5f1ea;cursor:zoom-in}.minimal-footer{justify-content:center!important}.footer-logo{font-family:Georgia,serif;letter-spacing:.32em;color:#a57839;font-size:1.35rem;text-align:center}.footer-logo span{display:block;font-size:.48rem;letter-spacing:.5em;margin-top:4px}@media(max-width:760px){.category-band{grid-template-columns:repeat(2,1fr)}.category-card{height:145px}.detail-gallery{grid-template-columns:1fr}.gallery.vertical{order:2;flex-direction:row;max-height:none;overflow-x:auto}.detail-main{height:55vh}}
