:root {
  --av9-ink: #111213;
  --av9-muted: #6b6d70;
  --av9-paper: #fff;
  --av9-soft: #f3f3f1;
  --av9-line: #dededb;
  --av9-max: 1680px;
  --av9-pad: clamp(24px, 4vw, 64px);
  --av9-shadow: 0 24px 70px rgba(0, 0, 0, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--av9-ink);
  background: var(--av9-paper);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.av8-menu-lock { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { border-radius: 0; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.av9-skip { position: fixed; top: 8px; left: 8px; z-index: 10000; padding: 10px 14px; color: #fff; background: #111; transform: translateY(-150%); }
.av9-skip:focus { transform: none; }
.av9-main, .av9-header, .av9-footer { width: min(100%, var(--av9-max)); margin-inline: auto; }

/* Header */
.av9-header { position: sticky; top: 0; z-index: 800; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--av9-line); backdrop-filter: blur(18px); }
.admin-bar .av9-header { top: 32px; }
.av9-header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 86px; padding: 0 var(--av9-pad); }
.av9-wordmark { width: max-content; font-size: clamp(1.2rem, 1.7vw, 1.72rem); font-weight: 640; letter-spacing: .29em; line-height: 1; }
.av9-desktop-nav { display: flex; align-items: center; gap: clamp(25px, 3vw, 48px); }
.av9-desktop-nav a { position: relative; padding-block: 31px; font-size: .69rem; font-weight: 670; letter-spacing: .08em; text-transform: uppercase; }
.av9-desktop-nav a::after { position: absolute; right: 0; bottom: 25px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.av9-desktop-nav a:hover::after, .av9-desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.av9-header-tools { display: flex; justify-content: flex-end; align-items: center; gap: clamp(12px, 1.8vw, 28px); }
.av9-icon-button, .av9-menu-button, .av9-saved-button { border: 0; background: transparent; cursor: pointer; }
.av9-icon-button { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; }
.av9-icon-button svg { width: 25px; height: 25px; }
.av9-saved-button { display: inline-flex; align-items: center; gap: 10px; padding: 8px 0; font-size: .77rem; font-weight: 650; letter-spacing: .04em; }
.av9-saved-button b { display: grid; place-items: center; min-width: 32px; height: 32px; padding-inline: 7px; color: #fff; background: #111; border-radius: 50%; }
.av9-language select { width: auto; min-width: 62px; padding: 8px 20px 8px 8px; border: 0; background-color: transparent; font-size: .76rem; font-weight: 650; cursor: pointer; }
.av9-menu-button { display: none; position: relative; width: 42px; height: 42px; padding: 0; }
.av9-menu-button span { position: absolute; left: 9px; width: 24px; height: 1px; background: #111; transition: transform .2s ease, top .2s ease; }
.av9-menu-button span:first-child { top: 16px; }
.av9-menu-button span:last-child { top: 25px; }
.av9-menu-button[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.av9-menu-button[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.av9-search-panel { padding: 22px var(--av9-pad); border-top: 1px solid var(--av9-line); background: #fff; }
.av9-search-panel[hidden] { display: none; }
.av9-search-panel form { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; max-width: 900px; margin-inline: auto; border-bottom: 1px solid #111; }
.av9-search-panel input { min-width: 0; padding: 13px 0; border: 0; outline: 0; font-size: clamp(1rem, 1.7vw, 1.35rem); }
.av9-search-panel button { align-self: stretch; padding-inline: 14px; border: 0; background: transparent; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.av9-mobile-nav { display: none; }

/* Shared editorial headings */
.av9-section { padding: clamp(62px, 7vw, 110px) var(--av9-pad); }
.av9-eyebrow, .av8-kicker { margin: 0 0 16px; font-size: .68rem; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.av9-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.av9-section-heading h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 4.6rem); font-weight: 450; letter-spacing: -.065em; line-height: .98; }
.av9-section-link, .av9-text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 40px; padding: 0 0 7px; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.av9-section-link b, .av9-text-link b { font-size: 1.05rem; font-weight: 400; }

/* Hero — intentionally no circle/orbit decoration */
.av9-hero { position: relative; display: grid; grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr); min-height: min(780px, calc(100vh - 86px)); overflow: hidden; background: #efefed; }
.av9-hero::before, .av9-hero::after { position: absolute; z-index: 0; content: ""; pointer-events: none; }
.av9-hero::before { inset: 0 43% 0 28%; background: linear-gradient(114deg, transparent 47%, rgba(255,255,255,.92) 47.2%, rgba(255,255,255,.92) 67%, transparent 67.2%); }
.av9-hero::after { right: -6%; bottom: -33%; width: 58%; height: 78%; background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,0)); transform: skewX(-24deg); }
.av9-hero-copy { position: relative; z-index: 2; align-self: center; padding: 84px 4vw 120px var(--av9-pad); }
.av9-hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(4.2rem, 7vw, 8.2rem); font-weight: 440; letter-spacing: -.078em; line-height: .84; text-transform: uppercase; }
.av9-hero-description { max-width: 510px; margin: 36px 0 0; color: #4e5053; font-size: clamp(1rem, 1.25vw, 1.28rem); }
.av9-hero-actions { display: flex; flex-wrap: wrap; gap: 38px; margin-top: 40px; }
.av9-secondary-link { color: #666; }
.av9-hero-stage { position: relative; z-index: 2; display: grid; place-items: center; min-width: 0; padding: 42px clamp(58px, 7vw, 120px) 84px 20px; }
.av9-hero-stage img { position: relative; z-index: 2; width: min(680px, 88%); max-height: 690px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 30px 24px rgba(0,0,0,.15)); transition: transform .35s ease; }
.av9-hero-stage:hover img { transform: translateY(-7px); }
.av9-hero-note { position: absolute; top: 108px; right: var(--av9-pad); z-index: 3; display: grid; gap: 5px; width: 150px; padding-top: 15px; border-top: 1px solid #4e4e4e; text-transform: uppercase; }
.av9-hero-note b { font-size: .72rem; letter-spacing: .18em; }
.av9-hero-note small { max-height: 3.3em; overflow: hidden; color: #505154; font-size: .61rem; font-weight: 650; letter-spacing: .1em; line-height: 1.55; }
.av9-hero-index { position: absolute; z-index: 4; bottom: 30px; left: var(--av9-pad); display: flex; align-items: center; gap: 13px; font-size: .64rem; font-weight: 700; letter-spacing: .16em; }
.av9-hero-index i { width: 84px; height: 1px; background: #8a8a88; }

/* Brands and cards */
.av9-brand-index { padding-top: 38px; padding-bottom: 42px; border-bottom: 1px solid var(--av9-line); }
.av9-brand-heading { align-items: center; margin-bottom: 24px; }
.av9-brand-heading h2 { flex: 0 0 auto; font-size: clamp(1.8rem, 2.8vw, 3.25rem); }
.av9-brand-heading > span { flex: 1; height: 1px; background: #aaa; }
.av9-brand-list { display: flex; gap: 13px 30px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
.av9-brand-list a, .av9-brand-list > span { display: flex; flex: 0 0 auto; align-items: center; gap: 7px; padding: 8px 0; font-size: .67rem; font-weight: 680; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; }
.av9-brand-list small { color: #8a8a8a; font-size: .58rem; }
.av9-featured { background: #fff; }
.av8-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--av9-line); border: 1px solid var(--av9-line); }
.av8-card { min-width: 0; background: #fff; }
.av8-card-media { position: relative; overflow: hidden; aspect-ratio: 1 / 1; background: #f5f5f3; }
.av8-card-media > a { display: grid; width: 100%; height: 100%; place-items: center; }
.av8-card-media img { width: 100%; height: 100%; padding: 8%; object-fit: contain; mix-blend-mode: multiply; transition: transform .4s ease; }
.av8-card:hover .av8-card-media img { transform: scale(1.025); }
.av8-badge { position: absolute; top: 17px; left: 17px; padding: 5px 7px; color: #fff; background: #111; font-size: .57rem; font-weight: 720; letter-spacing: .12em; }
.av8-save { position: absolute; top: 12px; right: 12px; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 0; background: rgba(255,255,255,.86); cursor: pointer; }
.av8-save svg { width: 19px; height: 19px; }
.av8-save.is-saved svg { fill: #111; }
.av8-card-body { min-height: 173px; padding: 20px 20px 23px; }
.av8-card-brand { margin-bottom: 9px; font-size: .61rem; font-weight: 720; letter-spacing: .14em; text-transform: uppercase; }
.av8-card h3 { min-height: 2.9em; margin: 0; font-size: clamp(.9rem, 1.05vw, 1.08rem); font-weight: 500; letter-spacing: -.018em; line-height: 1.42; }
.av8-card-ref { margin-top: 7px; color: var(--av9-muted); font-size: .7rem; }
.av8-card-foot { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-top: 15px; }
.av8-price { color: #67686a; font-size: .68rem; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
.av8-card-arrow { display: grid; width: 30px; height: 30px; place-items: center; border-bottom: 1px solid #111; }
.av8-card-arrow svg { width: 17px; height: 17px; }
.av8-empty { grid-column: 1 / -1; padding: 80px 30px; background: #fff; text-align: center; }

/* Stories, verified video and client media */
.av9-stories { padding-top: 40px; }
.av9-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.av9-story-grid a { position: relative; display: flex; align-items: end; justify-content: space-between; min-height: 350px; overflow: hidden; padding: 28px; color: #fff; background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.05) 68%), var(--story-image) center / cover; }
.av9-story-grid a::before { position: absolute; inset: 0; background: rgba(0,0,0,.12); content: ""; transition: background .3s ease; }
.av9-story-grid a:hover::before { background: rgba(0,0,0,.02); }
.av9-story-grid span, .av9-story-grid b { position: relative; z-index: 1; }
.av9-story-grid span { max-width: 200px; font-size: 1.55rem; font-weight: 480; letter-spacing: -.035em; line-height: 1.05; text-transform: uppercase; }
.av9-story-grid b { font-size: 1.4rem; font-weight: 400; }
.av9-videos { background: #f4f4f2; }
.av9-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.av9-video-grid article { min-width: 0; }
.av9-video-grid video { width: 100%; aspect-ratio: 16 / 10; background: #111; object-fit: cover; }
.av9-video-grid a { display: flex; justify-content: space-between; gap: 15px; padding: 16px 2px 0; font-size: .82rem; font-weight: 650; }
.av9-client-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.av9-client-grid article { background: #f4f4f2; }
.av9-client-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.av9-client-grid article > div { padding: 22px; }
.av9-client-grid h3 { margin: 0 0 10px; font-size: 1rem; }
.av9-client-grid p { margin: 0; color: var(--av9-muted); font-size: .84rem; }

/* Contact banner and footer */
.av9-contact-banner { display: grid; grid-template-columns: 1fr auto; gap: 52px; align-items: end; margin: 38px var(--av9-pad) 0; padding: clamp(40px, 5vw, 74px); color: #fff; background: linear-gradient(90deg, rgba(9,10,11,.98), rgba(9,10,11,.72)), url("../img/allvaire-hero.webp") center / cover; }
.av9-contact-banner h2 { max-width: 900px; margin: 0; font-size: clamp(2.7rem, 5vw, 6rem); font-weight: 440; letter-spacing: -.067em; line-height: .93; }
.av9-contact-banner p:last-child { max-width: 660px; margin: 24px 0 0; color: rgba(255,255,255,.72); }
.av9-contact-banner button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 230px; min-height: 56px; padding: 0 20px; border: 1px solid #fff; color: #111; background: #fff; font-size: .7rem; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.av9-footer { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; margin-top: 56px; padding: 58px var(--av9-pad) 28px; border-top: 1px solid var(--av9-line); }
.av9-footer-brand p { max-width: 390px; margin: 20px 0 0; color: var(--av9-muted); }
.av9-footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.av9-footer-links > div { display: grid; align-content: start; justify-items: start; gap: 8px; }
.av9-footer-links strong { margin-bottom: 7px; font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.av9-footer-links a, .av9-footer-links button { padding: 0; border: 0; color: var(--av9-muted); background: none; font-size: .83rem; cursor: pointer; }
.av9-footer-bottom { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 30px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--av9-line); color: #777; font-size: .67rem; }
.av9-footer-bottom nav { display: flex; flex-wrap: wrap; gap: 17px; }

/* Sitewide contact centre */
.av9-contact-widget { position: fixed; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); z-index: 1100; }
.av9-contact-trigger { position: relative; z-index: 2; display: grid; width: 58px; height: 58px; margin: 14px 0 0 auto; padding: 0; place-items: center; border: 1px solid #111; border-radius: 50%; color: #fff; background: #111; box-shadow: 0 13px 34px rgba(0,0,0,.22); cursor: pointer; transition: transform .2s ease, background .2s ease; }
.av9-contact-trigger:hover { transform: translateY(-2px); background: #292a2b; }
.av9-contact-trigger svg { width: 25px; height: 25px; }
.av9-contact-close-icon { display: none; }
.av9-contact-widget.is-open .av9-contact-open-icon { display: none; }
.av9-contact-widget.is-open .av9-contact-close-icon { display: block; }
.av9-contact-panel { position: absolute; right: 0; bottom: 72px; width: min(380px, calc(100vw - 32px)); max-height: min(680px, calc(100vh - 120px)); overflow: auto; padding: 28px; border: 1px solid #d9d9d6; background: #fff; box-shadow: var(--av9-shadow); opacity: 0; transform: translateY(12px) scale(.98); transform-origin: right bottom; visibility: hidden; transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.av9-contact-widget.is-open .av9-contact-panel { opacity: 1; transform: none; visibility: visible; }
.av9-contact-head p { margin: 0 0 7px; color: var(--av9-muted); font-size: .61rem; font-weight: 720; letter-spacing: .18em; }
.av9-contact-head h2 { margin: 0; font-size: 1.85rem; font-weight: 470; letter-spacing: -.045em; line-height: 1; }
.av9-contact-intro { margin: 15px 0 21px; color: var(--av9-muted); font-size: .82rem; }
.av9-contact-list { display: grid; gap: 7px; }
.av9-contact-row { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; min-height: 66px; padding: 9px 12px; border: 1px solid var(--av9-line); background: #fff; transition: border-color .18s, background .18s; }
.av9-contact-row:hover { border-color: #111; background: #f7f7f5; }
.av9-contact-channel { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #111; background: #ededeb; }
.av9-contact-whatsapp { color: #fff; background: #151716; }
.av9-contact-channel svg { width: 20px; height: 20px; }
.av9-contact-row > span:nth-child(2) { display: grid; gap: 2px; min-width: 0; }
.av9-contact-row strong { overflow: hidden; font-size: .82rem; font-weight: 680; text-overflow: ellipsis; white-space: nowrap; }
.av9-contact-row small { overflow: hidden; color: var(--av9-muted); font-size: .69rem; text-overflow: ellipsis; white-space: nowrap; }
.av9-contact-row > b { font-size: 1rem; font-weight: 400; }
.av9-contact-email { margin-top: 7px; }
.av9-contact-social { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--av9-line); }
.av9-contact-social > strong { font-size: .64rem; letter-spacing: .11em; text-transform: uppercase; }
.av9-contact-social > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; }
.av9-contact-social a { padding: 7px 10px; border: 1px solid var(--av9-line); font-size: .68rem; }
.av9-contact-backdrop { position: fixed; z-index: 1090; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(0,0,0,.18); backdrop-filter: blur(2px); }
.av9-contact-backdrop[hidden] { display: none; }

/* Catalogue archive */
.av8-page-hero { padding: clamp(80px, 9vw, 150px) var(--av9-pad) clamp(52px, 6vw, 88px); border-bottom: 1px solid var(--av9-line); background: #f2f2f0; }
.av8-page-hero h1 { max-width: 1100px; margin: 0; font-size: clamp(3.6rem, 7vw, 8rem); font-weight: 440; letter-spacing: -.075em; line-height: .88; text-transform: uppercase; }
.av8-page-hero p { max-width: 700px; margin: 25px 0 0; color: var(--av9-muted); font-size: 1.05rem; }
.av8-products-section { padding: clamp(48px, 6vw, 92px) var(--av9-pad); }
.av8-brand-tabs { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 24px; padding-bottom: 8px; }
.av8-brand-tabs > a, .av8-brand-more { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--av9-line); background: #fff; font-size: .67rem; font-weight: 680; letter-spacing: .04em; text-transform: uppercase; }
.av8-brand-tabs > a.is-active { color: #fff; border-color: #111; background: #111; }
.av8-brand-more { position: relative; padding: 0; }
.av8-brand-more span { display: block; padding: 9px 34px 9px 13px; }
.av8-brand-more select { position: absolute; inset: 0; width: 100%; opacity: 0; cursor: pointer; }
.av8-filter-shell { margin: 0 0 20px; border-block: 1px solid var(--av9-line); }
.av8-filter-toggle { display: flex; width: 100%; justify-content: space-between; padding: 17px 0; border: 0; background: transparent; font-size: .7rem; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.av8-filters { display: none; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; padding: 5px 0 22px; }
.av8-filter-shell.is-open .av8-filters { display: grid; }
.av8-filters label { display: grid; gap: 7px; }
.av8-filters label > span { color: var(--av9-muted); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.av8-filters select, .av8-ordering select { width: 100%; min-height: 45px; padding: 0 34px 0 12px; border: 1px solid var(--av9-line); background: #fff; }
.av8-filter-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; padding-top: 4px; }
.av8-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border: 1px solid #111; font-size: .69rem; font-weight: 720; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.av8-button svg { width: 19px; height: 19px; }
.av8-button-gold { color: #fff; background: #111; }
.av8-button-ghost { color: #111; background: transparent; }
.av8-filter-actions > a { border-bottom: 1px solid; font-size: .7rem; }
.av8-shopbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 24px 0 18px; color: var(--av9-muted); font-size: .75rem; }
.av8-shopbar > div:last-child { display: flex; align-items: center; gap: 10px; }
.av8-ordering { min-width: 180px; }
.av8-pagination { margin-top: 34px; }
.av8-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; }
.av8-pagination .page-numbers { display: grid; min-width: 42px; height: 42px; padding: 0 11px; place-items: center; border: 1px solid var(--av9-line); }
.av8-pagination .current { color: #fff; border-color: #111; background: #111; }

/* Product detail */
.av8-breadcrumb { display: flex; gap: 10px; overflow: hidden; padding: 18px var(--av9-pad); border-bottom: 1px solid var(--av9-line); color: var(--av9-muted); font-size: .68rem; white-space: nowrap; }
.av8-breadcrumb b { overflow: hidden; color: #111; text-overflow: ellipsis; }
.av8-single { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr); gap: clamp(40px, 6vw, 100px); padding: clamp(36px, 5vw, 80px) var(--av9-pad); }
.av8-gallery { min-width: 0; }
.av8-main-image { position: relative; display: grid; width: 100%; aspect-ratio: 1 / 1; padding: 6%; place-items: center; border: 0; background: #f3f3f1; cursor: zoom-in; }
.av8-main-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.av8-main-image > span { position: absolute; right: 18px; bottom: 18px; display: grid; width: 43px; height: 43px; place-items: center; background: #fff; }
.av8-main-image > span svg { width: 20px; height: 20px; }
.av8-thumbnails { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 7px; }
.av8-thumbnails button { aspect-ratio: 1; padding: 5px; border: 1px solid transparent; background: #f3f3f1; cursor: pointer; }
.av8-thumbnails button.is-active { border-color: #111; }
.av8-thumbnails img { width: 100%; height: 100%; object-fit: contain; }
.av8-product-video { margin-top: 28px; }
.av8-product-video video { width: 100%; max-height: 680px; background: #111; }
.av8-summary { align-self: start; position: sticky; top: 116px; }
.av8-summary h1 { margin: 0; font-size: clamp(2.5rem, 4vw, 5rem); font-weight: 460; letter-spacing: -.06em; line-height: .98; }
.av8-single-reference { margin: 19px 0 0; color: var(--av9-muted); }
.av8-single-price { margin-top: 30px; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.av8-summary-rule { height: 1px; margin: 28px 0; background: var(--av9-line); }
.av8-product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.av8-specs, .av8-description { margin-top: 34px; }
.av8-specs h2, .av8-description h2 { margin: 0 0 15px; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.av8-specs > div { display: grid; grid-template-columns: minmax(100px,.8fr) 1.2fr; gap: 18px; padding: 12px 0; border-top: 1px solid var(--av9-line); font-size: .78rem; }
.av8-specs span { color: var(--av9-muted); }
.av8-specs b { font-weight: 570; }
.av8-description { color: #3f4144; font-size: .9rem; }
.av8-description ul { padding-left: 20px; }
.av8-related { border-top: 1px solid var(--av9-line); }
.av8-related .av8-grid { grid-template-columns: repeat(3, 1fr); }

/* Saved list, lightbox and content pages */
.av8-saved-panel { position: fixed; z-index: 1300; top: 0; right: 0; width: min(460px, 100%); height: 100dvh; overflow: auto; padding: 28px; background: #fff; box-shadow: var(--av9-shadow); transform: translateX(105%); transition: transform .24s ease; }
.av8-saved-panel.is-open { transform: none; }
.av8-saved-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--av9-line); }
.av8-saved-head h2 { margin: 0; font-size: 1.8rem; font-weight: 480; }
.av8-saved-close { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 0; background: #f1f1ef; cursor: pointer; }
.av8-saved-item { display: grid; grid-template-columns: 82px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--av9-line); }
.av8-saved-item img { width: 82px; height: 82px; object-fit: contain; background: #f3f3f1; }
.av8-saved-item strong { font-size: .82rem; }
.av8-saved-remove { grid-column: 2; justify-self: start; padding: 0; border: 0; border-bottom: 1px solid; background: none; font-size: .67rem; cursor: pointer; }
.av8-saved-empty { color: var(--av9-muted); }
.av8-saved-backdrop { position: fixed; z-index: 1290; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(0,0,0,.3); }
.av8-saved-backdrop[hidden] { display: none; }
.av8-lightbox { position: fixed; z-index: 1500; inset: 0; display: grid; padding: 4vw; place-items: center; background: rgba(0,0,0,.91); }
.av8-lightbox[hidden] { display: none; }
.av8-lightbox img { max-width: 94vw; max-height: 90vh; object-fit: contain; }
.av8-lightbox-close { position: absolute; top: 20px; right: 20px; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid #777; color: #fff; background: #111; cursor: pointer; }
.av8-content-page { max-width: 980px; min-height: 55vh; margin: 0 auto; padding: clamp(72px, 9vw, 140px) var(--av9-pad); }
.av8-content-page > h1 { margin: 0 0 38px; font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 450; letter-spacing: -.067em; line-height: .95; }
.av8-content-page h2 { margin-top: 40px; }
.av8-content-page p, .av8-content-page li { color: #44464a; }
.av8-guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 var(--av9-pad) clamp(65px,8vw,120px); }
.av8-guide-grid article { padding: 28px; border: 1px solid var(--av9-line); border-right: 0; }
.av8-guide-grid article:last-child { border-right: 1px solid var(--av9-line); }
.av8-guide-grid article > span { color: var(--av9-muted); font-size: .66rem; }
.av8-guide-grid h2 { font-size: 1.25rem; }
.av8-guide-grid p { color: var(--av9-muted); font-size: .84rem; }
.av8-private { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 0 var(--av9-pad) 60px; padding: 42px; color: #fff; background: #111; }
.av8-private h2 { margin: 0; font-size: clamp(2rem,4vw,4rem); font-weight: 450; letter-spacing: -.055em; }
.av8-private p { color: #bbb; }
.av8-private .av8-button { border-color: #fff; }
.av8-error { display: grid; min-height: 65vh; padding: 100px var(--av9-pad); place-items: center; align-content: center; text-align: center; }
.av8-error > span { font-size: clamp(6rem,20vw,18rem); font-weight: 350; letter-spacing: -.08em; line-height: .8; }
.av8-error h1 { font-weight: 450; }

@media (max-width: 1180px) {
  .av9-header-inner { grid-template-columns: 1fr auto; }
  .av9-desktop-nav { display: none; }
  .av9-menu-button { display: block; }
  .av9-mobile-nav { position: fixed; z-index: 790; inset: 87px 0 auto; display: grid; padding: 24px var(--av9-pad) 34px; border-bottom: 1px solid var(--av9-line); background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.08); }
  .admin-bar .av9-mobile-nav { top: 119px; }
  .av9-mobile-nav[hidden] { display: none; }
  .av9-mobile-nav a, .av9-mobile-nav button { display: flex; justify-content: space-between; padding: 14px 0; border: 0; border-bottom: 1px solid var(--av9-line); background: transparent; font-size: 1.25rem; text-align: left; cursor: pointer; }
  .av9-hero { grid-template-columns: .85fr 1.15fr; }
  .av9-hero-copy h1 { font-size: clamp(3.8rem,7.4vw,6.5rem); }
  .av8-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .av8-filters { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 782px) {
  .admin-bar .av9-header { top: 46px; }
  .admin-bar .av9-mobile-nav { top: 133px; }
  .av9-header-inner { min-height: 72px; }
  .av9-saved-button > span { display: none; }
  .av9-saved-button b { min-width: 28px; height: 28px; }
  .av9-language select { min-width: 56px; padding-right: 12px; }
  .av9-mobile-nav { top: 73px; }
  .av9-hero { grid-template-columns: 1fr; min-height: 0; }
  .av9-hero::before { inset: 38% 0 0; background: linear-gradient(145deg, transparent 45%, rgba(255,255,255,.86) 45.3%, rgba(255,255,255,.86) 61%, transparent 61.3%); }
  .av9-hero-copy { padding: 60px var(--av9-pad) 26px; }
  .av9-hero-copy h1 { max-width: 600px; font-size: clamp(3.35rem,14vw,6rem); }
  .av9-hero-description { margin-top: 26px; }
  .av9-hero-stage { min-height: 460px; padding: 10px 34px 78px; }
  .av9-hero-stage img { width: min(440px,88%); max-height: 430px; }
  .av9-hero-note { top: 40px; right: 23px; width: 112px; }
  .av9-hero-index { bottom: 24px; }
  .av9-section-heading { align-items: start; }
  .av9-section-heading h2 { font-size: clamp(2.1rem,10vw,4rem); }
  .av9-brand-heading { display: grid; grid-template-columns: 1fr auto; }
  .av9-brand-heading > span { display: none; }
  .av8-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .av8-card-body { min-height: 160px; padding: 15px; }
  .av8-card h3 { font-size: .82rem; }
  .av8-card-ref, .av8-price { font-size: .61rem; }
  .av9-story-grid { grid-template-columns: 1fr; }
  .av9-story-grid a { min-height: 270px; }
  .av9-video-grid, .av9-client-grid { grid-template-columns: 1fr; }
  .av9-contact-banner { grid-template-columns: 1fr; align-items: start; margin-inline: 18px; }
  .av9-contact-banner button { width: 100%; }
  .av9-footer { grid-template-columns: 1fr; gap: 44px; }
  .av9-footer-bottom { flex-direction: column; }
  .av8-single { grid-template-columns: 1fr; }
  .av8-summary { position: static; }
  .av8-related .av8-grid { grid-template-columns: repeat(2,1fr); }
  .av8-guide-grid { grid-template-columns: 1fr 1fr; }
  .av8-guide-grid article:nth-child(2) { border-right: 1px solid var(--av9-line); }
  .av8-private { align-items: start; flex-direction: column; }
}

@media (max-width: 520px) {
  :root { --av9-pad: 20px; }
  .av9-wordmark { font-size: 1.02rem; letter-spacing: .22em; }
  .av9-header-tools { gap: 3px; }
  .av9-icon-button, .av9-menu-button { width: 36px; }
  .av9-hero-copy { padding-top: 48px; }
  .av9-hero-copy h1 { font-size: clamp(3rem,15vw,4.3rem); }
  .av9-hero-actions { gap: 22px; }
  .av9-hero-stage { min-height: 400px; }
  .av9-hero-note { top: 28px; }
  .av9-section-heading { display: grid; gap: 22px; }
  .av9-section-link { width: max-content; }
  .av8-card-media img { padding: 5%; }
  .av8-save { top: 7px; right: 7px; width: 36px; height: 36px; }
  .av8-badge { top: 10px; left: 10px; }
  .av8-card-body { min-height: 148px; padding: 13px 11px 16px; }
  .av8-card-brand { font-size: .55rem; }
  .av8-card h3 { min-height: 3.3em; font-size: .76rem; }
  .av8-card-arrow { display: none; }
  .av9-contact-widget { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); }
  .av9-contact-trigger { width: 54px; height: 54px; }
  .av9-contact-panel { right: -2px; bottom: 67px; width: calc(100vw - 24px); max-height: calc(100dvh - 100px); padding: 23px; }
  .av9-contact-backdrop { background: rgba(0,0,0,.28); }
  .av8-filters { grid-template-columns: 1fr; }
  .av8-shopbar { align-items: start; flex-direction: column; }
  .av8-shopbar > div:last-child { width: 100%; justify-content: space-between; }
  .av8-ordering { min-width: 0; flex: 1; }
  .av8-product-actions { grid-template-columns: 1fr; }
  .av8-thumbnails { grid-template-columns: repeat(5,1fr); }
  .av8-guide-grid { grid-template-columns: 1fr; }
  .av8-guide-grid article { border-right: 1px solid var(--av9-line); border-bottom: 0; }
  .av8-guide-grid article:last-child { border-bottom: 1px solid var(--av9-line); }
  .av9-footer-links { grid-template-columns: 1fr 1fr; }
}

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

/* Readable catalogue controls on narrow screens. */
.av8-card-brand{font-size:.75rem}.av8-card h3{font-size:1rem;line-height:1.45}.av8-card-body{min-height:166px}
.av9-product-excerpt{font-size:1rem;line-height:1.7;color:var(--av9-muted)}
.av9-contact-trigger{border-radius:14px}.av8-saved-panel[inert]{visibility:hidden}
.av8-specs b{overflow-wrap:anywhere}.av9-hero-stage img{object-fit:contain}
@media(max-width:520px){.av8-card-brand{font-size:.75rem}.av8-card h3{font-size:.875rem}.av8-card-body{min-height:174px}.av8-filters select{font-size:16px}.av9-hero-copy h1{letter-spacing:-.035em}}

.av9-desktop-nav a,.av9-search-panel button,.av9-section-link,.av9-text-link{font-size:.875rem}
.av9-eyebrow,.av8-kicker{font-size:.75rem}.av9-hero-copy h1{line-height:.94;overflow-wrap:normal}
.av9-contact-panel[aria-hidden="true"]{visibility:hidden}

/* Homepage composition: generous product photography and short editorial chapters. */
.home .av9-header{border-bottom:1px solid #dededb}
.av9-hero{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);background:#f2f2f0;min-height:680px}
.av9-hero::before,.av9-hero::after{content:none}
.av9-hero-copy{padding:96px 24px 110px var(--av9-pad)}
.av9-hero-copy h1{font-size:clamp(4rem,6.7vw,7rem);max-width:690px;font-weight:450;letter-spacing:-.065em;line-height:.98}
.av9-hero-stage{padding:54px 6vw 92px 0}.av9-hero-stage img{width:100%;max-height:650px;filter:none}
.av9-hero-note{top:auto;bottom:32px;right:var(--av9-pad);width:245px;padding-top:12px}
.av9-hero-note b{font-size:.75rem}.av9-hero-note small{font-size:.75rem;max-height:4.6em;letter-spacing:.025em}
.av9-brand-heading>span{background:#d7d7d4}.av9-brand-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 28px;overflow:visible}
.av9-brand-list a,.av9-brand-list>span{font-size:.8rem;min-height:44px;white-space:normal;justify-content:space-between;border-top:1px solid #e5e5e2;padding-top:12px}.av9-brand-list small{font-size:.75rem}
.home .av8-grid{border:0;background:transparent;gap:32px 20px}.home .av8-card-media{background:#f5f5f3}.home .av8-card-body{padding:20px 0 0;min-height:156px}
.home .av8-card h3{max-width:28ch}.home .av8-badge{display:none}.home .av8-card-foot{margin-top:12px}.home .av8-price{font-size:.75rem}
.av9-home-selection{border-top:1px solid #dededb}.av9-home-selection:nth-of-type(even){background:#fafaf9}
.av9-collection-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.av9-collection-panel{display:flex;position:relative;align-items:end;min-height:440px;padding:40px;overflow:hidden;background:#eaeae7}
.av9-collection-panel:nth-child(2){background:#f0eeeb}.av9-collection-panel img{width:64%;height:100%;max-height:440px;object-fit:contain;mix-blend-mode:multiply;align-self:center;margin-left:auto}
.av9-collection-copy{position:relative;z-index:1;max-width:45%;padding-bottom:8px}.av9-collection-copy h3{font-size:clamp(1.75rem,3vw,3rem);font-weight:450;line-height:1.05;letter-spacing:-.045em;margin:0 0 24px}.av9-collection-copy span{display:block;font-size:.875rem;line-height:1.5}
.av9-collection-copy .av9-eyebrow{letter-spacing:.09em}.av9-contact-banner{margin-top:32px}
@media(min-width:1600px){.av9-hero-copy{padding-left:max(var(--av9-pad),calc((100vw - 1500px)/2))}.av9-hero-stage{padding-right:max(6vw,calc((100vw - 1550px)/2))}}
@media(max-width:960px){.av9-hero{min-height:580px}.av9-hero-copy h1{font-size:clamp(3.3rem,7vw,5rem)}.av9-hero-stage{padding-right:24px}.av9-collection-panel{padding:26px;min-height:360px}.av9-collection-copy{max-width:48%}.av9-collection-panel img{width:62%}.av9-hero-note{width:210px}}
@media(max-width:680px){.av9-hero{display:flex;flex-direction:column;min-height:0}.av9-hero-copy{padding:52px 24px 26px}.av9-hero-copy h1{font-size:clamp(3rem,11.5vw,4.7rem);max-width:11ch;line-height:.98}.av9-hero-description{margin-top:22px}.av9-hero-actions{margin-top:26px;gap:20px}.av9-hero-stage{min-height:0;height:450px;padding:0 26px 80px}.av9-hero-stage img{height:100%;max-width:420px;width:100%}.av9-hero-note{bottom:24px;right:24px;width:190px}.av9-hero-index{bottom:26px;left:24px}.av9-hero-index span:last-child,.av9-hero-index i{display:none}.av9-brand-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 22px}.av9-brand-heading>span{display:none}.home .av8-grid{gap:26px 14px}.home .av8-card-body{padding-top:15px;min-height:158px}.av9-collection-pair{grid-template-columns:1fr;gap:16px}.av9-collection-panel{min-height:350px}.av9-section{padding-top:60px;padding-bottom:60px}.av9-brand-index{padding-block:32px}.av9-section-heading h2{font-size:2.4rem;letter-spacing:-.045em}.av9-collection-copy h3{font-size:2rem}.av9-stories{padding-top:12px}}
