/* Swiss Art Gallery V64.7 — presentation shared by the public catalogue.
 * Kept external to preserve the existing Content Security Policy.
 * No catalogue data, commerce states or admin selectors are changed here.
 */
@media screen {
  :root {
    --sag-paper: #faf9f6;
    --sag-ink: #24231f;
    --sag-muted: #66645c;
    --sag-brass: #80641f;
    --sag-hairline: #ddd8ca;
  }
  body:has(.site-header) { background: var(--sag-paper); color: var(--sag-ink); }
  .site-header { background: rgba(250,249,246,.98); border-bottom: 1px solid var(--sag-hairline); box-shadow: none; }
  .site-header .nav { min-height: 78px; gap: 20px; }
  .site-header .logo { gap: 20px; }
  .site-header .logo-img { height: 47px; width: auto; }
  .site-header .logo-text-main { font-size: .9rem; letter-spacing: .15em; }
  .site-header .logo-text-sub { font-size: .75rem; letter-spacing: .14em; }
  .site-header :is(.nav-artists-direct,.nav-filter-launcher,.favorites-launcher,.nav-toggle,.site-language) {
    min-height: 44px; border-radius: 5px; box-shadow: none; background: transparent; color: var(--sag-ink); border-color: var(--sag-hairline);
  }
  .site-header :is(.nav-artists-direct,.nav-filter-label,.nav-links a) { font-size: .875rem; letter-spacing: .03em; }
  .site-header .nav-cta { border-radius: 5px; background: var(--sag-brass); color: white; border-color: var(--sag-brass); box-shadow: none; font-size: .875rem; letter-spacing: .04em; }
  .site-header :is(.nav-artists-direct,.nav-filter-launcher,.favorites-launcher):hover { background: #eeeae0; box-shadow: none; transform: none; }
  .site-header .favorites-count { background: var(--sag-brass); }
  .site-header .site-language select { min-height: 44px; font-size: .875rem; }
  .site-header :is(button,a,select):focus-visible,
  .catalogue-toolbar :is(button,a):focus-visible,
  .collection-portal:focus-visible,
  .art-card-link:focus-visible { outline: 2px solid var(--sag-brass); outline-offset: 4px; }
  .site-header.nav-open .nav-links { max-height: calc(100dvh - 88px); overflow-y: auto; }

  /* Shared layout; the luminous Chillon presentation is defined below. */
  html.sag-experience .hero-luxe, .hero-luxe {
    width: min(calc(100% - 48px), 1440px); min-height: 0; height: auto;
    margin: 24px auto 0; border-radius: 5px; box-shadow: none;
  }
  html.sag-experience .hero-luxe::before,
  html.sag-experience .hero-luxe::after { display: none; }
  .hero-luxe-bg { filter: none; }
  .hero-luxe-bg::after { display: none; }
  html.sag-experience .hero-luxe-bg img { transform: none; filter: none; will-change: auto; }
  html.sag-experience .hero-luxe-overlay,
  .hero-luxe-overlay { background: linear-gradient(90deg,rgba(14,18,15,.84),rgba(14,18,15,.52) 47%,rgba(14,18,15,.08)); }
  .hero-luxe-content { max-width: 620px; padding: 38px 44px 42px; }
  html.sag-experience .hero-luxe-content h1,
  .hero-luxe-content h1 {
    font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.35rem,4vw,3.5rem);
    font-weight: 500; line-height: 1.02; letter-spacing: -.02em; text-wrap: balance; text-shadow: none;
  }
  .hero-luxe-sub { max-width: 490px; margin: 18px 0 22px; font-size: 1rem; line-height: 1.6; color: #f3f2ec; }
  .hero-luxe-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
  .hero-luxe-actions .btn { min-height: 46px; border-radius: 4px; box-shadow: none; font-size: .9375rem; }
  .hero-luxe-actions .btn-primary { background: #ebd794; border: 1px solid #ebd794; color: #28230f; }
  .hero-luxe-actions .btn-ghost { background: transparent; color: white; border: 1px solid rgba(255,255,255,.65); }
  .hero-luxe-actions .btn:hover { transform: none; filter: brightness(1.08); }

  .discovery-shell { max-width: 1440px; width: min(calc(100% - 48px),1440px); padding: 27px 0 0; margin-inline: auto; }
  .discovery-kicker { color: var(--sag-brass); font-size: .75rem; letter-spacing: .14em; }
  .discovery-heading { font-size: clamp(1.5rem,2.2vw,2rem); line-height: 1.2; margin: 6px 0; }
  .discovery-lead { color: var(--sag-muted); font-size: .9375rem; margin: 6px 0 14px; }
  .collection-portals { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; margin-top: 14px; }
  .collection-portals .collection-portal {
    min-height: 46px; padding: 11px 14px; border: 1px solid var(--sag-hairline); border-radius: 4px;
    background: transparent; color: var(--sag-ink); box-shadow: none; text-align: left; transition: background .15s, border-color .15s;
  }
  .collection-portal::before,.collection-portal::after { display: none; }
  .collection-portal strong { font-family: Inter,system-ui,sans-serif; font-size: .875rem; font-weight: 550; color: inherit; line-height: 1.35; }
  .collection-portal span { display: none; }
  .collection-portals .collection-portal:hover,
  .collection-portals .collection-portal:focus-visible,
  .collection-portals .collection-portal.active { transform: none; background: #ebe6d8; color: #493915; border-color: #b29a5e; box-shadow: none; }
  .concierge-entry {
    min-height: 0; margin-top: 14px; padding: 13px 0; border: 0; border-top: 1px solid var(--sag-hairline);
    border-radius: 0; background: transparent; color: var(--sag-ink); box-shadow: none; gap: 18px;
  }
  .concierge-entry::before,.concierge-entry::after { display: none; }
  html.sag-experience .concierge-entry { box-shadow: none; }
  .concierge-entry strong { font: 500 1.15rem/1.3 'Cormorant Garamond',Georgia,serif; color: var(--sag-ink); }
  .concierge-entry span { color: var(--sag-muted); font-size: .875rem; }
  .concierge-open { min-height: 44px; padding: 10px 17px; border: 1px solid var(--sag-brass); border-radius: 4px; background: transparent; color: var(--sag-brass); box-shadow: none; font-size: .875rem; }
  .trust-ribbon { margin: 0; border: 0; border-top: 1px solid var(--sag-hairline); border-bottom: 1px solid var(--sag-hairline); border-radius: 0; background: transparent; box-shadow: none; }
  .trust-ribbon span { padding: 10px 12px; color: var(--sag-muted); font-size: .8125rem; font-weight: 500; }
  .section-galerie { scroll-margin-top: 110px; width: min(calc(100% - 48px),1440px); max-width: none; margin: 30px auto 45px; padding: 0; }
  .section-galerie .section-header { text-align: left; margin: 0 0 10px; justify-content: flex-start; }
  .section-galerie .section-title { margin: 0; color: var(--sag-ink); font-size: clamp(1.6rem,2.6vw,2.1rem); font-weight: 500; line-height: 1.2; text-transform: none; letter-spacing: 0; }
  .catalogue-toolbar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
  .catalogue-summary { margin: 0; font-size: .875rem; color: var(--sag-muted); }
  .catalogue-toolbar-actions { display: flex; flex-wrap: wrap; gap: 10px; }
  .catalogue-toolbar button { min-height: 44px; padding: 8px 14px; border: 1px solid var(--sag-hairline); border-radius: 4px; background: transparent; color: var(--sag-ink); font: 500 .875rem/1.3 Inter,system-ui,sans-serif; cursor: pointer; }
  .catalogue-toolbar button:hover { background: #ebe6d8; }
  .catalogue-toolbar [hidden] { display: none; }
  .section-galerie .gallery-grid { gap: 28px 22px; scroll-margin-top: 96px; }

  /* Complete photographs, including portrait works and their frames. */
  html.sag-experience .art-card,
  html.sag-experience .art-card:hover,
  .art-card,.art-card:hover {
    min-width: 0; min-height: 0; border: 0; border-radius: 0; background: transparent;
    box-shadow: none; transform: none; opacity: 1; overflow: visible;
  }
  html.sag-experience .art-card::before,
  html.sag-experience .art-card::after { display: none; }
  .art-card-link { display: flex; height: 100%; flex-direction: column; border-radius: 3px; color: inherit; text-decoration: none; }
  .art-card .art-image-wrap {
    position: relative; width: 100%; height: auto; aspect-ratio: 1 / 1; min-height: 0;
    overflow: hidden; display: grid; place-items: center; padding: 12px; box-sizing: border-box;
    border: 1px solid #e7e3da; border-radius: 3px; background: #f0eee8;
  }
  .art-image-wrap picture { display: block; width: 100%; height: 100%; min-height: 0; }
  .art-card .art-image-wrap img,
  html.sag-experience .art-card:hover .art-image-wrap img {
    display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%;
    object-fit: contain; object-position: center; transform: none; filter: none; border-radius: 0;
  }
  .art-card .art-body { position: static; padding: 14px 0 0; margin: 0; text-align: left; background: transparent; flex: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
  .art-card .art-new-label { margin: 0 0 2px; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--sag-brass); font-size: .75rem; letter-spacing: .06em; }
  .art-card .art-title { font-size: .9375rem; font-weight: 550; line-height: 1.45; color: var(--sag-ink); white-space: normal; overflow: visible; overflow-wrap: anywhere; display: block; -webkit-line-clamp: unset; }
  .art-card .art-artist { overflow-wrap: anywhere; margin: 0; font-size: .875rem; color: #5c5a52; line-height: 1.45; }
  .art-card .art-meta { margin: 0; font-size: .8125rem; color: #6a675e; line-height: 1.45; overflow-wrap: anywhere; }
  .art-card .art-footer { margin-top: auto; padding-top: 8px; justify-content: flex-start; }
  .art-card .art-price { color: var(--sag-brass); font-size: .9375rem; font-weight: 650; }
  .art-card .favorite-button { top: 6px; right: 6px; width: 44px; height: 44px; background: rgba(250,249,246,.97); color: #554723; border-color: #c9b984; box-shadow: none; font-size: 1.4rem; }
  .art-card .favorite-button.active { color: #7b2538; background: #fff6f6; border-color: #ad7781; }
  .art-card [class^="ribbon-"] { z-index: 3; }
  .gallery-empty,.gallery-fallback { grid-column: 1/-1; padding: 32px 20px; font-size: 1rem; border: 1px solid var(--sag-hairline); background: #fff; }
  .gallery-fallback a { color: var(--sag-brass); }

  /* Search remains one shared dialog; controls have comfortable touch targets. */
  .concierge-dialog .concierge-panel { border-radius: 8px; box-shadow: 0 20px 65px rgba(0,0,0,.35); max-height: calc(100dvh - 32px); }
  .concierge-dialog[data-mode="catalogue"] .catalogue-filter-intro { display: none; }
  .concierge-dialog .filter-pill { min-height: 40px; padding: 8px 12px; font-size: .875rem; line-height: 1.35; }
  .concierge-dialog .prestige-toggle,.concierge-dialog .catalogue-filter-actions button { min-height: 44px; padding: 9px 14px; font-size: .875rem; }
  .concierge-dialog input,.concierge-dialog select { font-size: 1rem; }
  .concierge-dialog .catalogue-filter-actions { position: sticky; bottom: -1px; z-index: 2; background: #19150f; padding-block: 14px 2px; }
  .concierge-dialog .concierge-mode-tab { min-height: 44px; font-size: .875rem; }
  .concierge-dialog .concierge-close { width: 44px; height: 44px; }

  .catalog-entry,.gift-showcase,.sold-showcase { box-shadow: none; }
  .catalog-entry-card { border-radius: 5px; box-shadow: none; }
  .about-card,.about-block { box-shadow: none; }
  .sold-showcase-media img { object-fit: contain; filter: none; }

  /* Dark viewing rooms retain their palette with less ornament and more space. */
  body:has(.art-layout) { background: #10110f; }
  body:has(.art-layout) .topbar { background: #10110f; box-shadow: none; }
  body:has(.art-layout) .hero { padding: 24px 0; }
  body:has(.art-layout) .hero h1 { font-size: clamp(2rem,4vw,3.35rem); line-height: 1.12; }
  body:has(.art-layout) .ornament { display: none; }
  body:has(.art-layout) .eyebrow,body:has(.art-layout) .reference { font-size: .75rem; letter-spacing: .09em; }
  body:has(.art-layout) .gallery-panel { padding: 8px; box-shadow: none; background: transparent; }
  body:has(.art-layout) .info-panel { box-shadow: none; background: #181915; }
  body:has(.art-layout) :is(.info-panel,.gallery-panel)::before,
  body:has(.art-layout) :is(.info-panel,.gallery-panel)::after { display: none; }
  body:has(.art-layout) .main-frame img { filter: none; }
  body:has(.art-layout) .fact { padding: 12px; }
  body:has(.art-layout) .fact :is(span,small,label) { font-size: .75rem; letter-spacing: .035em; }
  body:has(.art-layout) .fact strong { font-size: .9375rem; line-height: 1.45; overflow-wrap: anywhere; }
  body:has(.art-layout) .cta { font-size: .875rem; line-height: 1.4; letter-spacing: .025em; min-height: 48px; }
  body:has(.art-layout) .description { width: 100%; max-width: none; font-size: clamp(1.125rem,1.65vw,1.375rem); line-height: 1.75; }
  body:has(.art-layout) .back { font-size: .875rem; letter-spacing: .035em; }
  body.collection-body { background: #10110f; }
  .collection-body :is(.collection-card,.collection-art-card) { box-shadow: none; }
  @media(min-width:901px) {
    body:has(.art-layout) .main-frame { min-height: 0; height: min(68vh,720px); }
    body:has(.art-layout) .main-frame picture { display: grid; place-items: center; width: 100%; height: 100%; min-height: 0; }
    body:has(.art-layout) .main-frame img { width: 100%; height: 100%; max-height: min(68vh,720px); object-fit: contain; }
  }
  @media(max-width:1050px) {
    .site-header .logo-text { display: none; }
    .site-header .nav { grid-template-columns: minmax(100px,1fr) auto; }
    .hero-luxe-content { max-width: 590px; }
  }
  @media(max-width:680px) {
    .site-header .nav { min-height: 66px; padding: 8px 12px; gap: 8px; }
    .site-header .logo-img { height: 37px; max-width: 105px; object-fit: contain; }
    .site-header .nav-actions { gap: 7px; }
    .site-header .nav-filter-launcher,.site-header .favorites-launcher,.site-header .nav-toggle { width: 44px; height: 44px; min-height: 44px; }
    .site-header .site-language { min-width: 59px; padding: 0 5px; }
    .site-header .language-mark { display: none; }
    .site-header .nav-links a { font-size: 1rem; }
    html.sag-experience .hero-luxe,.hero-luxe { width: calc(100% - 24px); margin-top: 12px; }
    .hero-luxe-content { max-width: none; padding: 25px 22px 28px; }
    html.sag-experience .hero-luxe-content h1,.hero-luxe-content h1 { font-size: clamp(2rem,8.8vw,2.7rem); }
    .hero-luxe-sub { font-size: 1rem; line-height: 1.5; margin-block: 14px 18px; }
    .hero-luxe-actions { display: flex; flex-direction: row; gap: 8px; }
    .hero-luxe-actions .btn { width: auto; padding: 10px 12px; font-size: .875rem; flex: 1; }
    .discovery-shell { width: calc(100% - 28px); padding-top: 22px; }
    .discovery-heading { font-size: 1.65rem; }
    .discovery-lead { display: none; }
    .collection-portals { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
    .collection-portal { min-height: 44px; padding: 10px; }
    .collection-portal strong { font-size: .875rem; }
    .concierge-entry { display: flex; align-items: center; gap: 10px; }
    .concierge-entry span { display: none; }
    .concierge-entry strong { font-size: 1.125rem; }
    .concierge-open { flex-shrink: 0; max-width: 54%; padding: 10px; }
    .trust-ribbon { display: flex; flex-wrap: wrap; justify-content: center; gap: 0; }
    .trust-ribbon span { padding: 7px 8px; border: 0; font-size: .75rem; }
    .section-galerie { width: calc(100% - 28px); margin-top: 26px; }
    .section-galerie .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 14px; scroll-margin-top: 82px; }
    .art-card .art-image-wrap { padding: 8px; }
    .art-card .art-body { padding-top: 10px; gap: 4px; }
    .art-card .art-title,.art-card .art-artist { font-size: .875rem; }
    .art-card .art-meta { font-size: .8125rem; }
    .art-card .favorite-button { width: 44px; height: 44px; top: 2px; right: 2px; }
    .catalogue-toolbar { margin-bottom: 18px; gap: 8px; }
    .catalogue-toolbar button { padding-inline: 10px; }
    .concierge-dialog { padding: 8px; }
    .concierge-dialog .concierge-panel { max-height: calc(100dvh - 16px); padding: 18px; border-radius: 6px; }
    .concierge-dialog .filter-groups { padding: 12px; }
    .concierge-dialog .catalogue-filter-actions { flex-wrap: wrap; gap: 8px; }
    body:has(.art-layout) .hero { padding: 20px 16px 16px; }
    body:has(.art-layout) .hero h1 { font-size: clamp(1.85rem,8vw,2.5rem); }
    body:has(.art-layout) .back { font-size: .75rem; }
    body:has(.art-layout) .description { font-size: 1.0625rem; }
  }
  @media(max-width:360px) {
    .site-header .logo-img { max-width: 76px; }
    .site-header .nav-actions { gap: 4px; }
    .site-header .nav { padding-inline: 8px; }
    .site-header .site-language { min-width: 48px; padding: 0 2px; }
    .hero-luxe-content { padding-inline: 17px; }
  }
  @media(prefers-reduced-motion:reduce) {
    html { scroll-behavior: auto; }
    .art-card,.hero-luxe,.collection-portal { transition: none; animation: none; }
  }
}

/* V64.7 — a continuous, warm black finish beneath the sold works. */
@media screen {
  body:has(#siteFooter) > main { padding-bottom: 0; }
  body:has(#siteFooter) > main:focus-visible { outline: 2px solid #bda05d; outline-offset: -2px; }
  #siteFooter {
    position: relative; margin: 0; padding: 32px 24px 8px; border: 0;
    background: #080807; color: #bdb3a0; text-align: left;
    font: 400 .875rem/1.65 Inter,system-ui,sans-serif;
  }
  #siteFooter::before {
    content: ""; display: block; position: absolute; top: 0; left: 8%; right: 8%; height: 1px;
    background: linear-gradient(90deg,transparent,rgba(190,150,63,.5),transparent);
  }
  .site-footer-inner {
    display: flex; align-items: center; justify-content: space-between; gap: 24px 48px;
    width: min(1060px,100%); margin: 0 auto;
  }
  #siteFooter .site-footer-brand {
    display: inline-block; color: #e7ca80; text-decoration: none;
    font: 600 clamp(1.8rem,2.8vw,2.35rem)/1.2 'Cormorant Garamond',Georgia,serif;
    letter-spacing: .015em;
  }
  .site-footer-signature p { margin: 6px 0 0; color: #c3b8a5; }
  .site-footer-address { flex-shrink: 0; font-style: normal; color: #d9cfba; text-align: right; }
  .site-footer-address > span { display: block; }
  #siteFooter .site-footer-directions {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px;
    color: #dfbe70; font-size: .8125rem; text-decoration: underline;
    text-decoration-color: rgba(223,190,112,.4); text-underline-offset: 5px;
  }
  .site-footer-directions > [aria-hidden] { font-size: 1.1rem; text-decoration: none; }
  #siteFooter .site-footer-note {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 20px;
    margin: 22px 0 0; color: #a89f8e; font-size: .75rem; text-align: center;
  }
  .site-footer-copyright { white-space: nowrap; }
  #siteFooter ~ .catalog-footer-nav,
  #siteFooter ~ .legal-footer-links {
    background: #080807; border: 0; margin: 0; padding: 4px 20px;
  }
  #siteFooter ~ .legal-footer-links { padding-bottom: 20px; gap: 0 14px; }
  #siteFooter ~ .catalog-footer-nav a,
  #siteFooter ~ .legal-footer-links a {
    display: inline-flex; align-items: center; justify-content: center; min-height: 44px;
    color: #cdb67d;
  }
  #siteFooter a:hover,
  #siteFooter ~ .catalog-footer-nav a:hover,
  #siteFooter ~ .legal-footer-links a:hover { color: #f4d994; text-decoration-color: currentColor; }
  #siteFooter a:focus-visible,
  #siteFooter ~ .catalog-footer-nav a:focus-visible,
  #siteFooter ~ .legal-footer-links a:focus-visible { outline: 2px solid #d8b967; outline-offset: 4px; }
  @media(max-width:680px) {
    #siteFooter { padding: 26px 24px 8px; }
    .site-footer-inner { flex-direction: column; gap: 17px; text-align: center; }
    .site-footer-address { flex-shrink: 1; text-align: center; }
    #siteFooter .site-footer-note { flex-direction: column; gap: 5px; margin-top: 13px; }
    #siteFooter ~ .legal-footer-links { column-gap: 10px; font-size: .75rem; }
  }
}

/* V64.4 — lumière du Léman, dorures et continuité de la visite. */
@media screen {
  :root {
    --sag-paper: #f8f3e7;
    --sag-ink: #302a20;
    --sag-brass: #85651e;
    --sag-gold-gradient: linear-gradient(120deg,#f5df98 0%,#e2bd57 37%,#c99b31 70%,#efd488 100%);
  }
  body:has(.site-header) {
    color: var(--sag-ink);
    background: radial-gradient(ellipse at 5% 3%,rgba(255,255,250,.8),transparent 36%),
      radial-gradient(ellipse at 95% 40%,rgba(222,190,119,.1),transparent 48%),var(--sag-paper);
  }
  .site-header {
    background: linear-gradient(105deg,rgba(255,253,248,.98),rgba(250,245,231,.98));
    border-bottom: 1px solid rgba(190,151,57,.3);
    box-shadow: 0 3px 18px rgba(88,65,18,.06);
  }
  .site-header .nav { min-height: 90px; }
  .site-header .logo-img { filter: brightness(.87) saturate(1.12); }
  .site-header .logo-text-main { color: #302c24; }
  .site-header .logo-text-sub { color: #6c6455; }
  .site-header :is(.nav-artists-direct,.nav-filter-launcher,.favorites-launcher,.nav-toggle,.site-language,.nav-cta) {
    border-radius: 999px; border-color: #c7a24a;
    color: #634813; background: linear-gradient(115deg,#fff8e5,#efdca4);
    box-shadow: 0 4px 16px rgba(148,107,18,.1),inset 0 1px 0 #fffdf4;
    transition: background .2s,border-color .2s,box-shadow .2s;
  }
  .site-header :is(.nav-artists-direct,.nav-filter-launcher,.favorites-launcher,.nav-toggle,.site-language,.nav-cta):hover {
    background: linear-gradient(115deg,#faeabd,#e8ca76); border-color: #b68d2d; color: #544018;
    box-shadow: 0 5px 19px rgba(151,111,28,.17),inset 0 1px 0 #fff6dc;
  }
  .site-header .favorites-count { color: #30220c; background: var(--sag-gold-gradient); border-color: #b68c2d; }
  .site-header .site-language select { color: #634813; }
  .site-header .site-language option { color: #3d3220; background: #fffaf0; }
  .site-header .language-mark { color: #a87d22; }
  .site-header .nav-links { background: #fcf7eb; border-color: #dac48a; box-shadow: 0 12px 32px rgba(75,53,10,.12); }
  .site-header .nav-links a,.site-header .nav-links .nav-gift,.site-header .mobile-visit { color: #634b1c; }

  /* More height and a lower focal point preserve the boat and its reflection. */
  html.sag-experience .hero-luxe,.hero-luxe {
    width: 100%; max-width: none; min-height: clamp(580px,42vw,880px);
    margin: 0; border: 0; border-radius: 0; background: #e3d1a7;
    box-shadow: none; display: flex; align-items: center;
  }
  .hero-luxe-bg { background: #e3d1a7; filter: brightness(1.07) saturate(1.1); }
  html.sag-experience .hero-luxe-bg img,.hero-luxe-bg img {
    object-fit: cover; object-position: 50% 58%; transform: none; filter: none;
  }
  html.sag-experience .hero-luxe-overlay,.hero-luxe-overlay {
    background:
      radial-gradient(ellipse 420px 320px at var(--sag-light-x,28%) var(--sag-light-y,34%),rgba(255,225,148,.27),transparent 75%),
      linear-gradient(90deg,rgba(42,32,15,.37),rgba(51,38,16,.2) 42%,rgba(51,38,16,.02) 75%);
  }
  html.sag-experience .hero-luxe::after {
    display: block; content: ""; position: absolute; inset: auto 0 -1px;
    height: 54px; z-index: 4; pointer-events: none;
    background: linear-gradient(180deg,rgba(248,243,231,0),var(--sag-paper));
    opacity: 1; transform: none; animation: none; will-change: auto;
  }
  .hero-luxe-content {
    max-width: min(790px,64%); padding: 68px clamp(32px,4vw,80px) 104px;
    color: #fffdf4; text-shadow: 0 2px 12px rgba(49,35,10,.5);
  }
  html.sag-experience .hero-luxe-content h1,.hero-luxe-content h1 {
    font-family: 'Cormorant Garamond',Georgia,serif; font-size: clamp(3.2rem,5vw,5.5rem);
    font-weight: 600; line-height: 1.08; letter-spacing: -.018em;
    color: #fffdf4; background: none; -webkit-text-fill-color: currentColor;
    text-shadow: 0 3px 18px rgba(49,35,10,.37); text-wrap: balance;
  }
  .hero-luxe-sub { max-width: 560px; margin: 25px 0 29px; font-size: 1.075rem; line-height: 1.65; color: #fff9e8; }
  .hero-luxe-actions .btn { min-height: 49px; border-radius: 999px; padding-inline: 24px; text-shadow: none; transition: transform .2s,box-shadow .2s,background .2s; }
  .hero-luxe-actions .btn-primary { background: var(--sag-gold-gradient); border-color: #dbb44d; color: #382a0f; box-shadow: 0 7px 25px rgba(73,51,8,.2),inset 0 1px 0 #fae9b5; }
  .hero-luxe-actions .btn-ghost { background: rgba(57,44,19,.3); border: 1px solid #f1da9b; color: #fff6dc; backdrop-filter: blur(3px); }
  .hero-luxe-actions .btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(82,58,12,.23); }
  body:has(.site-header) > main { padding-top: 0; background: transparent; }

  /* One champagne surface continues from the landscape through the catalogue. */
  .discovery-shell {
    max-width: 1440px; width: min(calc(100% - 48px),1440px); margin: 0 auto;
    padding: 32px 0 5px; background: transparent; border: 0;
  }
  .discovery-shell .discovery-kicker { color: #97701e; font-size: .75rem; letter-spacing: .2em; }
  .discovery-shell .discovery-heading { color: #58401c; font-size: clamp(1.75rem,2.65vw,2.65rem); margin-block: 9px; }
  .discovery-shell .discovery-lead { color: #6d6250; max-width: 900px; }
  .collection-portals { gap: 12px; margin-top: 22px; }
  .collection-portals .collection-portal {
    min-height: 80px; padding: 15px 17px; border-radius: 11px;
    background: linear-gradient(120deg,rgba(255,254,249,.82),rgba(245,232,197,.52));
    color: #72551c; border: 1px solid rgba(179,137,39,.4);
    box-shadow: inset 0 1px 0 #fffef9,0 3px 12px rgba(113,80,16,.035);
    transition: transform .22s,box-shadow .22s,border-color .22s,background .22s;
  }
  .collection-portals .collection-portal strong { color: inherit; font-size: .9rem; font-weight: 600; }
  .collection-portals .collection-portal span { display: block; color: #817354; font-size: .78rem; line-height: 1.4; margin-top: 5px; }
  .collection-portals .collection-portal:hover,.collection-portals .collection-portal:focus-visible,.collection-portals .collection-portal.active {
    transform: translateY(-3px); border-color: #b68b24; color: #5b4113;
    background: linear-gradient(120deg,#fff9e6,#efdaa2); box-shadow: 0 8px 20px rgba(148,107,21,.13);
  }
  html.sag-experience .discovery-shell .concierge-entry {
    border: 0; border-top: 1px solid rgba(175,139,51,.24); border-bottom: 1px solid rgba(175,139,51,.24);
    border-radius: 0; padding: 22px 0; margin-top: 24px; background: transparent; box-shadow: none;
  }
  .discovery-shell .concierge-entry strong { color: #684c1b; font-size: 1.45rem; }
  .discovery-shell .concierge-entry span { color: #746954; }
  .discovery-shell .concierge-open { color: #47330e; background: var(--sag-gold-gradient); border-color: #c69b32; border-radius: 999px; box-shadow: 0 4px 15px rgba(160,119,30,.12); }
  .discovery-shell .trust-ribbon { border: 0; margin-top: 6px; background: transparent; }
  .discovery-shell .trust-ribbon span { color: #847653; background: transparent; border: 0; }
  .section-galerie { margin-top: 40px; }
  .section-galerie .section-title { color: #8a6720; }
  .catalogue-toolbar button { border-radius: 999px; border-color: #cdb77d; background: linear-gradient(120deg,#fffdf5,#f4e7c7); color: #72551c; }

  /* A fine gold frame and a distinct lift make each complete work inviting. */
  html.sag-experience .art-card,html.sag-experience .art-card:hover,.art-card,.art-card:hover {
    border: 1px solid rgba(180,140,42,.46); border-radius: 10px;
    background: rgba(255,253,247,.6); box-shadow: 0 3px 14px rgba(104,74,18,.035);
    overflow: hidden; transition: transform .23s ease,box-shadow .23s ease,border-color .23s ease,background .23s ease;
  }
  .art-card-link { padding: 8px; box-sizing: border-box; border-radius: 9px; cursor: pointer; }
  .art-card .art-image-wrap { border: 0; border-radius: 5px; padding: 6px; background: #f0eee8; }
  .art-card .art-body { padding: 13px 3px 5px; }
  .art-card .art-title { transition: color .2s; }
  .art-card .favorite-button { top: 12px; right: 12px; border-color: #c7ac64; }
  html.sag-experience .art-card:focus-within {
    border-color: #af7f15; box-shadow: 0 0 0 2px rgba(213,171,63,.25),0 10px 24px rgba(124,85,14,.12);
  }
  .art-card-link:focus-visible { outline-offset: -4px; }
  @media(hover:hover) and (pointer:fine) {
    html.sag-experience .art-card:hover,.art-card:hover {
      transform: translateY(-5px); border-color: #b4841e;
      background: radial-gradient(350px circle at var(--sag-glint-x,50%) var(--sag-glint-y,0%),rgba(238,211,144,.3),transparent 65%),#fffdf6;
      box-shadow: 0 13px 28px rgba(124,88,18,.17),0 0 0 1px rgba(222,182,75,.28);
    }
    .art-card-link:hover .art-title { color: #926911; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
  }

  /* The shooting-star cursor is confined to the atmospheric backgrounds. */
  .sag-cursor-aura {
    width: 24px; height: 24px; border: 0; border-radius: 50%;
    background: radial-gradient(circle,rgba(255,246,202,.7),rgba(228,185,81,.16) 38%,transparent 72%);
    box-shadow: 0 0 26px rgba(248,210,119,.25);
  }
  .sag-cursor-aura::before,.sag-cursor-aura::after {
    content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    background: linear-gradient(90deg,transparent,#fff7db 46%,#fffdf2 50%,#fff7db 54%,transparent);
    box-shadow: 0 0 8px rgba(255,227,157,.8);
  }
  .sag-cursor-aura::before { width: 19px; height: 1px; }
  .sag-cursor-aura::after { width: 1px; height: 19px; background: linear-gradient(0deg,transparent,#fff8de 46%,#fffef6 50%,#fff8de 54%,transparent); }
  html.sag-pointer-fine .sag-cursor-aura.sag-aura-visible { opacity: 1; }
  html.sag-pointer-fine .sag-cursor-aura.sag-aura-interactive { width: 31px; height: 31px; border: 0; background: radial-gradient(circle,rgba(255,246,202,.75),rgba(228,185,81,.2) 38%,transparent 72%); }
  html.sag-celestial-active [data-sag-celestial-zone],html.sag-celestial-active [data-sag-celestial-zone] * { cursor: none; }
  html.sag-celestial-active [data-sag-celestial-zone] :is(a,button) { cursor: pointer; }
  body.sag-experience-paused .sag-cursor-aura { opacity: 0; }

  @media(max-width:900px) and (min-width:681px) {
    .hero-luxe-content { max-width: 76%; padding-inline: 36px; }
  }
  @media(max-width:680px) {
    .site-header .nav { min-height: 68px; }
    html.sag-experience .hero-luxe,.hero-luxe { min-height: 0; display: flex; flex-direction: column; }
    .hero-luxe-bg { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 1.47; flex-shrink: 0; }
    html.sag-experience .hero-luxe-bg img { object-fit: contain; object-position: center; }
    html.sag-experience .hero-luxe-overlay { inset: 0 0 auto; aspect-ratio: 1.47; background: linear-gradient(0deg,var(--sag-paper),transparent 17%); }
    html.sag-experience .hero-luxe::after { display: none; }
    .hero-luxe-content { max-width: none; width: 100%; padding: 18px 24px 35px; box-sizing: border-box; background: var(--sag-paper); color: #5b421c; text-shadow: none; }
    html.sag-experience .hero-luxe-content h1,.hero-luxe-content h1 { font-size: clamp(2.5rem,10vw,3.5rem); color: #624717; text-shadow: none; }
    .hero-luxe-sub { font-size: 1rem; line-height: 1.6; color: #6e614a; margin-block: 18px 22px; }
    .hero-luxe-actions .btn { padding-inline: 14px; }
    .hero-luxe-actions .btn-ghost { color: #684d18 !important; background: rgba(255,253,247,.7); border-color: #c3a04b; text-shadow: none; }
    .hero-luxe-actions .btn-ghost:hover { background: #ecd79c; color: #49330d !important; }
    body:has(.site-header) > main { padding-inline: 0; }
    .discovery-shell,.section-galerie { width: calc(100% - 32px); }
    .discovery-shell { padding-top: 14px; }
    .discovery-shell .discovery-heading { font-size: 1.8rem; }
    .collection-portals { gap: 9px; margin-top: 17px; }
    .collection-portals .collection-portal { min-height: 56px; padding: 12px; border-radius: 9px; }
    .collection-portals .collection-portal span { display: none; }
    html.sag-experience .discovery-shell .concierge-entry { padding-block: 18px; gap: 10px; margin-top: 18px; }
    .discovery-shell .concierge-entry strong { font-size: 1.2rem; }
    .discovery-shell .trust-ribbon span { font-size: .75rem; }
    .section-galerie { margin-top: 30px; scroll-margin-top: 88px; }
    .section-galerie .gallery-grid { gap: 20px 12px; }
    .art-card-link { padding: 5px; }
    .art-card .art-image-wrap { padding: 4px; }
    .art-card .art-body { padding: 11px 3px 5px; }
    .art-card .favorite-button { top: 8px; right: 8px; }
  }
  @media(prefers-reduced-motion:reduce) {
    html.sag-experience .art-card:hover,.art-card:hover { transform: none; }
    .art-card,.collection-portal,.hero-luxe-actions .btn { transition: none; }
    html.sag-celestial-active [data-sag-celestial-zone],html.sag-celestial-active [data-sag-celestial-zone] * { cursor: auto; }
  }
}
