
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #fafafa; color: #0e120c; font-family: Garamond, 'EB Garamond', 'Times New Roman', serif; line-height: 1.7;
  font-size: 17px; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: #0e120c; text-decoration: none; }
.gal { max-width: 1240px; margin: 0 auto; padding: 0 clamp(1.2rem,5vw,3rem); }

.gal-nav { display: flex; align-items: baseline; justify-content: space-between;
  padding: 2.24rem 0; border-bottom: 1px solid rgba(14,18,12,0.14); }
.gal-mark { font-family: Optima, Candara, 'Segoe UI', sans-serif; font-size: 1.1rem; letter-spacing: 0.3em;
  text-transform: uppercase; }
.gal-sub { font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: #78807a; }

.gal-title { text-align: center; padding: clamp(4rem,12vw,8rem) 0 clamp(2rem,6vw,4rem); }
.gal-kick { font-size: 0.72rem; letter-spacing: 0.42em; text-transform: uppercase;
  color: #b0184a; margin-bottom: 1.6rem; }
.gal-title h1 { font-family: Optima, Candara, 'Segoe UI', sans-serif; font-weight: 400; line-height: 1;
  font-size: clamp(2.8rem,10vw,6rem); letter-spacing: -0.02em; }

.gal-note { max-width: 520px; margin: 0 auto clamp(3rem,9vw,6rem); text-align: center; }
.gal-note-lbl { display: block; font-size: 0.68rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: #78807a; margin-bottom: 1rem; }
.gal-note p { font-family: Optima, Candara, 'Segoe UI', sans-serif; font-style: italic; font-size: 1.2rem;
  line-height: 1.6; color: #0e120c; }

.gal-floor { display: grid; grid-template-columns: repeat(4,1fr);
  gap: clamp(1.4rem,4vw,3rem); align-items: end;
  background: linear-gradient(#fafafa, #eeeeee); padding: clamp(2rem,6vw,4rem) 0 0;
  border-radius: 3px; }
.plinth { display: flex; flex-direction: column; align-items: center; text-align: center; }
.obj-wrap { position: relative; width: 100%; }
.obj { position: relative; z-index: 2; aspect-ratio: 4/5; overflow: hidden;
  border-radius: 3px; box-shadow: 0 26px 44px -26px rgba(14,18,12,0.16); }
.obj img { width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s ease, filter 1.1s ease; }
.plinth:hover .obj img { transform: scale(1.05); filter: brightness(1.04); }
.obj-shadow { position: absolute; left: 50%; bottom: -0.6rem; width: 62%; height: 1.4rem;
  transform: translateX(-50%); background: radial-gradient(ellipse, rgba(14,18,12,0.16), transparent 70%);
  filter: blur(3px); z-index: 1; }
.pedestal { width: 74%; height: clamp(3rem,7vw,5rem);
  background: linear-gradient(#e9eae9, #e2e3e2); border-radius: 0 0 3px 3px;
  box-shadow: inset 0 1px 0 rgba(14,18,12,0.14); }
.plaque { margin-top: 1.6rem; display: flex; flex-direction: column; gap: 0.35rem;
  background: #ececec; padding: 0.9rem 1rem; border-radius: 3px;
  border: 1px solid rgba(14,18,12,0.14); max-width: 88%; }
.plaque-no { font-size: 0.64rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: #b0184a; }
.plaque-t { font-family: Optima, Candara, 'Segoe UI', sans-serif; font-size: 1.05rem; letter-spacing: 0.01em; }
.plaque-d { font-size: 0.82rem; color: #78807a; line-height: 1.5; }

.gal-quote { text-align: center; max-width: 720px; margin: clamp(5rem,14vw,9rem) auto; }
.gal-quote blockquote { font-family: Optima, Candara, 'Segoe UI', sans-serif; font-weight: 400;
  font-size: clamp(1.6rem,5vw,2.6rem); line-height: 1.3; letter-spacing: -0.01em; }
.gal-quote blockquote::before { content: "\201C"; color: #b0184a; }
.gal-quote blockquote::after { content: "\201D"; color: #b0184a; }
.gal-quote cite { display: block; margin-top: 1.4rem; font-style: normal;
  font-size: 0.72rem; letter-spacing: 0.26em; text-transform: uppercase; color: #78807a; }

.gal-visit { max-width: 820px; margin: 0 auto; text-align: center;
  padding: clamp(3rem,9vw,6rem) 0; border-top: 1px solid rgba(14,18,12,0.14); }
.gal-visit h2 { font-family: Optima, Candara, 'Segoe UI', sans-serif; font-weight: 400; font-size: clamp(1.8rem,5vw,2.8rem);
  margin-bottom: 1rem; }
.gal-visit > p { color: #78807a; margin-bottom: 2.6rem; }
.gal-info { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem;
  text-align: center; }
.gal-info dt { font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: #78807a; margin-bottom: 0.5rem; }
.gal-info dd { font-family: Optima, Candara, 'Segoe UI', sans-serif; font-size: 1.05rem; }
.gal-info a:hover { color: #b0184a; }

.gal-foot { text-align: center; font-family: Optima, Candara, 'Segoe UI', sans-serif; letter-spacing: 0.14em;
  padding: 2.5rem 0; border-top: 1px solid rgba(14,18,12,0.14); }
.gal-foot span { display: block; margin-top: 0.5rem; font-family: Garamond, 'EB Garamond', 'Times New Roman', serif;
  font-size: 0.8rem; letter-spacing: 0.04em; color: #78807a; }

@media (max-width: 860px) { .gal-floor { grid-template-columns: repeat(2,1fr);
  row-gap: 3rem; } }
@media (max-width: 520px) { .gal-floor { grid-template-columns: 1fr; }
  .gal-info { grid-template-columns: 1fr; }
  .gal-nav { flex-direction: column; gap: 0.6rem; align-items: flex-start; } }
@media (prefers-reduced-motion: reduce) {
  .obj img { transition: none; } .plinth:hover .obj img { transform: none; } }


.xq{box-sizing:border-box;font-family:Garamond, 'EB Garamond', 'Times New Roman', serif;color:#0e120c;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:Optima, Candara, 'Segoe UI', sans-serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#b0184a;margin-bottom:10px;font-weight:700}

.xq-strip{padding-left:0;padding-right:0}
.xq-strip .xq-wrap{padding:0 24px}
.xq-striprail{list-style:none;display:flex;gap:12px;overflow-x:auto;padding:14px 24px;scroll-snap-type:x mandatory}
.xq-striprail li{flex:0 0 min(64vw,300px);scroll-snap-align:start}
.xq-striprail img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:3px;display:block}


/* =====================================================
   DESIGN DNA: neon-grid
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:repeating-linear-gradient(0deg,rgba(0,0,0,.12) 0 1px,transparent 1px 4px);opacity:.14;}
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:1px solid rgba(176,24,74,.7);background:none;box-shadow:inset 0 0 60px rgba(176,24,74,.18)}
h1,h2,h3{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif !important;text-transform:uppercase !important;letter-spacing:.14em !important;text-shadow:0 0 14px rgba(176,24,74,.85)}
img{filter:saturate(1.45) contrast(1.08);border-radius:4px !important;box-shadow:0 0 22px rgba(176,24,74,.5) !important}
a[class*="btn"],button,span[class*="btn"]{border-radius:3px !important;box-shadow:0 0 16px rgba(176,24,74,.6) !important;text-transform:uppercase;letter-spacing:.14em}
