:root {
  --parchment: #eadcc8;
  --paper: #f4ead9;
  --cream: #fff5e6;
  --ink: #241813;
  --muted: #786354;
  --gold: #b78a4f;
  --gold-dark: #7f5a31;
  --wine: #743737;
  --forest: #263f39;
  --sold: #a62e2f;
  --shadow: 0 28px 80px rgba(48, 28, 16, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, sans-serif;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: rgba(122, 72, 52, 0.25); }
.container { width: min(92%, 1220px); margin: auto; position: relative; z-index: 2; }
.section { padding: 112px 0; position: relative; }

/* Ambient motion + approved brighter flashlight */
.ambient-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.cursor-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 230, 185, 0.77),
    rgba(220, 172, 108, 0.40) 34%,
    rgba(190, 145, 83, 0.13) 54%,
    transparent 72%
  );
  filter: blur(9px);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  opacity: 1;
}
.cursor-glow.glow-two {
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    rgba(255, 248, 230, 0.61),
    rgba(255, 235, 196, 0.27) 38%,
    rgba(255, 224, 176, 0.11) 58%,
    transparent 74%
  );
  filter: blur(2px);
}
.cursor-ring {
  position: absolute;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  border: 1px solid rgba(231, 189, 128, 0.52);
  box-shadow: 0 0 0 14px rgba(183, 138, 79, 0.08);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  opacity: 0.88;
}
.ornament {
  position: absolute;
  fill: none;
  stroke: rgba(112, 72, 44, 0.34);
  stroke-width: 1.7;
  filter: drop-shadow(0 8px 18px rgba(72, 39, 24, 0.1));
}
.ornament-a { width: 132px; top: 12%; left: 3%; }
.ornament-b { width: 154px; top: 44%; right: 3%; }
.ornament-c { width: 166px; bottom: 6%; left: 6%; }
.ornament-d { width: 148px; top: 15%; right: 15%; }
.ornament-e { width: 188px; bottom: 17%; right: 10%; }
.ornament-f { width: 116px; top: 69%; left: 15%; }
.fine-dot, .spark, .ghost-line, .ornament { animation: floatDrift 8s ease-in-out infinite; }
.ornament-b, .dot-2, .dot-5, .spark-2, .line-2 { animation-duration: 10s; }
.ornament-c, .dot-3, .dot-8, .spark-5, .line-3 { animation-duration: 12s; }
.fine-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255,244,225,.95), rgba(233,189,118,.44) 45%, rgba(127,90,49,.25) 70%, transparent 72%);
  border: 1px solid rgba(127,90,49,.45);
  box-shadow: 0 0 0 5px rgba(183,138,79,.08), 0 0 22px rgba(215,176,113,.14);
}
.dot-1 { top: 19%; right: 13%; }
.dot-2 { top: 35%; left: 8%; }
.dot-3 { top: 58%; right: 8%; }
.dot-4 { bottom: 18%; left: 14%; }
.dot-5 { bottom: 34%; right: 18%; }
.dot-6 { top: 73%; left: 4%; }
.dot-7 { top: 10%; left: 34%; }
.dot-8 { top: 62%; left: 46%; }
.dot-9 { bottom: 12%; right: 29%; }
.dot-10 { top: 82%; right: 7%; }
.dot-11 { top: 27%; right: 31%; }
.dot-12 { bottom: 44%; left: 3%; }
.spark {
  position: absolute;
  color: rgba(199, 156, 96, 0.55);
  font-size: 24px;
  text-shadow: 0 0 16px rgba(232, 201, 155, 0.18);
}
.spark-1 { top: 23%; left: 23%; }
.spark-2 { top: 15%; right: 7%; }
.spark-3 { top: 52%; left: 5%; }
.spark-4 { top: 76%; right: 14%; }
.spark-5 { bottom: 22%; left: 36%; }
.spark-6 { bottom: 8%; right: 4%; }
.ghost-line {
  position: absolute;
  width: 150px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183,138,79,.42), transparent);
  opacity: .65;
}
.line-1 { top: 30%; right: 24%; transform: rotate(25deg); }
.line-2 { top: 67%; left: 22%; transform: rotate(-18deg); }
.line-3 { bottom: 26%; right: 34%; transform: rotate(14deg); }
.parallax { will-change: transform; transition: transform .09s ease-out; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(40, 26, 21, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(246, 213, 157, .16);
  color: #f9ead6;
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 500 30px 'Cormorant Garamond', serif;
  letter-spacing: .01em;
}
.monogram {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(236, 195, 132, .44);
  border-radius: 50%;
  overflow: hidden;
  background: #f4ead9;
}
.logo-monogram img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
nav { display: flex; gap: 32px; }
nav a {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(249, 234, 214, .72);
  position: relative;
}
nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: #d8aa69;
  transition: width .3s ease;
}
nav a:hover { color: #fff4e3; }
nav a:hover::after { width: 100%; }

/* Hero */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: url('images/hero-abstract-blue.png') center/cover no-repeat;
  isolation: isolate;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(27,17,14,.83), rgba(39,24,18,.5) 48%, rgba(33,21,16,.22) 78%);
  z-index: -1;
}
.hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 68% 35%, transparent 0 25%, rgba(23,14,11,.12) 55%, rgba(18,11,9,.45) 100%);
  z-index: -1;
  box-shadow: inset 0 -110px 120px rgba(25,16,13,.35);
}
.hero-rule {
  position: absolute;
  right: 6vw;
  top: 17%;
  width: 1px;
  height: 46%;
  background: linear-gradient(to bottom, transparent, rgba(238,199,138,.62), transparent);
}
.hero-copy { color: #fff4e6; max-width: 850px; padding: 94px 0 120px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 600; }
.eyebrow { color: #e3bd83; margin: 0 0 24px; }
.kicker { color: var(--gold-dark); margin: 0 0 18px; }
.hero h1, h2 { font-family: 'Cormorant Garamond', serif; font-weight: 500; line-height: .9; margin: 0; }
.hero h1 {
  font-size: clamp(68px, 9vw, 126px);
  letter-spacing: -.035em;
  text-shadow: 0 8px 36px rgba(0,0,0,.22);
}
.hero h1 em { font-weight: 400; color: #edc98f; }
.lede {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,244,230,.82);
  max-width: 660px;
  margin: 30px 0;
}
.motion-note { margin: 18px 0 0; color: rgba(241,214,176,.88); font: italic 500 18px 'Cormorant Garamond', serif; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #bd9157, #8b6238);
  color: #fff9ef;
  box-shadow: 0 14px 34px rgba(0,0,0,.2);
  transition: transform .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(0,0,0,.25); }
.hero-caption {
  position: absolute;
  right: 5.5vw;
  bottom: 5.5vh;
  color: rgba(255,240,220,.68);
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .13em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.hero-caption span:first-child { color: #e7bd80; font-family: 'Cormorant Garamond', serif; font-size: 20px; }

/* Intro */
.gallery-paper {
  background: radial-gradient(circle at 8% 20%, rgba(115,55,55,.08), transparent 25%),
              radial-gradient(circle at 86% 72%, rgba(98,97,70,.1), transparent 24%),
              linear-gradient(180deg, #f2e4d2, #ead8c0);
}
.gallery-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: repeating-linear-gradient(0deg, rgba(66,38,22,.025) 0 1px, transparent 1px 4px);
  pointer-events: none;
}
.intro-grid, .about-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 76px;
  align-items: start;
}
.intro h2, .about h2, .section-head h2, .inquiry-card h2 { font-size: clamp(49px, 5.7vw, 82px); letter-spacing: -.025em; }
.intro h2 em, .about h2 em { font-weight: 400; color: var(--wine); }
.intro-text p, .about p, .inquiry-card p { font-size: 16px; line-height: 1.85; color: var(--muted); }
.intro-text p:first-child { font-size: 18px; color: #503d31; }
.section-flourish { position: absolute; right: 6%; bottom: 18%; font-size: 42px; color: rgba(127,90,49,.28); }

/* Collection */
.collection {
  background: radial-gradient(circle at 20% 0, rgba(122,55,55,.16), transparent 32%),
              linear-gradient(135deg, #35231c 0%, #241915 45%, #303329 100%);
  color: #f8ead7;
  overflow: hidden;
}
.collection::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
  pointer-events: none;
}
.collection .kicker { color: #d1a767; }
.section-head { margin-bottom: 48px; }
.section-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid rgba(242,213,169,.18);
  padding-bottom: 24px;
}
.section-title-row p { margin: 0; color: rgba(248,234,215,.58); font: italic 500 22px 'Cormorant Garamond', serif; }
.gallery-spotlight {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246,213,157,.18), rgba(183,138,79,.08) 36%, transparent 70%);
  filter: blur(22px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: .95;
}
.collection-aura { position: absolute; border-radius: 50%; filter: blur(34px); opacity: .48; pointer-events: none; }
.aura-one { width: 280px; height: 280px; background: rgba(117,53,55,.34); left: -80px; top: 19%; }
.aura-two { width: 340px; height: 340px; background: rgba(86,95,72,.3); right: -120px; bottom: 16%; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: start; }
.art-card {
  grid-column: span 3;
  width: 100%;
  border: 1px solid rgba(232,199,147,.24);
  background: #1d1512;
  padding: 0;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 25px 70px rgba(0,0,0,.28);
  overflow: hidden;
  position: relative;
  transition: transform .22s ease, border-color .28s ease, box-shadow .28s ease;
  transform-style: preserve-3d;
  perspective: 1400px;
  will-change: transform;
  --shine-x: 50%;
  --shine-y: 30%;
  border-radius: 4px;
  color: inherit;
}
.art-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
  pointer-events: none;
}
.art-card::after {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: 1;
  background: radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255,243,219,.25), transparent 34%);
  opacity: .14;
  pointer-events: none;
  transition: opacity .2s ease;
}
.art-card:hover {
  transform: translateY(-10px) scale(1.015);
  border-color: rgba(232,199,147,.55);
  box-shadow: 0 44px 100px rgba(0,0,0,.45);
}
.art-card:hover::after { opacity: .95; }
.art-stage {
  position: relative;
  background: #241a16;
  padding: 12px;
  z-index: 3;
}
.art-stage img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform .22s ease, filter .35s ease;
  filter: saturate(.98) contrast(1.03);
  transform: translate3d(0,0,0) scale(1.005);
  will-change: transform;
  box-shadow: 0 12px 28px rgba(0,0,0,.32);
}
.art-meta {
  padding: 20px 18px 22px;
  background: linear-gradient(180deg, #2a1d19, #1d1613);
  position: relative;
  z-index: 3;
  transition: transform .22s ease;
  transform: translate3d(0,0,18px);
}
.art-title-row { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; }
.art-title-row strong { display: block; font: 500 29px/1 'Cormorant Garamond', serif; color: #f7e8d2; }
.art-title-row small { display: block; color: rgba(247,232,210,.56); margin-top: 6px; }
.art-title-row i { font: italic 500 15px 'Cormorant Garamond', serif; color: #e3b678; white-space: nowrap; }
.status-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(231,201,155,.26);
  border-radius: 999px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.status-badge.available { background: rgba(67,92,75,.3); color: #cfe2d0; border-color: rgba(143,180,151,.28); }
.status-badge.print { background: rgba(63,99,111,.28); color: #c7e1e5; border-color: rgba(128,183,194,.28); }
.status-badge.unavailable { background: rgba(115,92,74,.28); color: #dbc6b1; border-color: rgba(194,160,127,.24); }
.status-badge.sold { background: rgba(138,37,38,.24); color: #efc0b6; border-color: rgba(190,75,69,.34); }
.detail-lines { display: grid; gap: 4px; margin-top: 15px; color: rgba(247,232,210,.58); font-size: 12px; line-height: 1.45; }
.muted-detail { font-style: italic; color: rgba(247,232,210,.46); }

/* Sold wax seal */
.sold-card { position: relative; }
.sold-card .sold-stage { padding-top: 70px; }
.sold-stamp-img {
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 30;
  width: 52px;
  height: 52px;
  display: block;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,.32));
  transform: rotate(12deg);
  transform-origin: center;
}

/* About */
.about {
  background: radial-gradient(circle at 88% 20%, rgba(98,97,70,.14), transparent 26%),
              linear-gradient(180deg, #ead8c0, #f2e4d1);
}
.about-copy { padding-top: 8px; }
.signature-line { display: flex; align-items: center; gap: 16px; margin-top: 30px; color: var(--wine); }
.signature-line span { width: 58px; height: 1px; background: var(--gold-dark); }
.signature-line em { font: 500 19px 'Cormorant Garamond', serif; }

/* Inquiries */
.inquiries { background: linear-gradient(180deg, #f2e4d1, #e5cfb4); padding-top: 40px; }
.inquiry-card {
  text-align: center;
  background: radial-gradient(circle at 50% 0, rgba(233,196,139,.18), transparent 38%),
              linear-gradient(145deg, #2e211b, #201714);
  padding: 82px 32px;
  color: #f8ead9;
  box-shadow: 0 30px 90px rgba(61,34,18,.25);
  border: 1px solid rgba(183,138,79,.38);
  position: relative;
  overflow: hidden;
}
.inquiry-card::before, .inquiry-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(216,173,109,.18);
  transform: rotate(45deg);
}
.inquiry-card::before { left: -72px; top: -72px; }
.inquiry-card::after { right: -72px; bottom: -72px; }
.inquiry-card .kicker { color: #d4a76a; }
.inquiry-card p { max-width: 760px; margin: 20px auto 29px; color: rgba(248,234,217,.66); }
.inquiry-star { position: absolute; right: 9%; top: 18%; font-size: 34px; color: rgba(218,175,112,.35); }
.contact-line { margin: 18px auto 0 !important; font-size: 13px !important; letter-spacing: .08em; color: rgba(248,234,217,.52) !important; }

/* Footer */
footer {
  padding: 34px 0 22px;
  background: #1f1714;
  border-top: 1px solid rgba(216,173,109,.17);
  color: rgba(244,228,207,.58);
}
.footer-wrap { display: flex; justify-content: space-between; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-name { font: 500 25px 'Cormorant Garamond', serif; text-transform: none; letter-spacing: 0; color: #f1d6b0; }
.footer-credit {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(216,173,109,.12);
  text-align: center;
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: rgba(244,228,207,.42);
}

/* Lightbox + zoom */
.lightbox { display: none; position: fixed; inset: 0; z-index: 60; place-items: center; padding: 30px; }
.lightbox.active { display: grid; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(18,11,9,.92); backdrop-filter: blur(12px); }
.lightbox figure {
  position: relative;
  z-index: 2;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(270px,.75fr);
  width: min(94vw, 1180px);
  max-height: 90vh;
  background: #2c201b;
  border: 1px solid rgba(221,181,119,.35);
  box-shadow: 0 34px 100px rgba(0,0,0,.5);
  overflow: hidden;
}
.lightbox-art-wrap {
  min-height: 0;
  background: #17110f;
  display: grid;
  place-items: center;
  padding: 16px;
  position: relative;
  overflow: hidden;
  touch-action: none;
  user-select: none;
}
.lightbox figure img {
  width: 100%;
  height: 100%;
  max-height: 84vh;
  object-fit: contain;
  transform: translate3d(0,0,0) scale(1);
  transform-origin: center center;
  transition: transform .18s ease;
  will-change: transform;
  cursor: zoom-in;
  -webkit-user-drag: none;
  user-select: none;
}
.lightbox figure img.is-zoomed { cursor: grab; }
.lightbox figure img.is-dragging { cursor: grabbing; transition: none; }
.lightbox figcaption { padding: 42px 34px; color: #f3dfc2; align-self: center; }
.lightbox figcaption h3 { font: 500 46px/1 'Cormorant Garamond', serif; margin: 0 0 20px; }
.lightbox figcaption p { margin: 7px 0; color: rgba(243,223,194,.68); line-height: 1.55; }
.lightbox-status { margin-top: 20px !important; color: #f0c78e !important; font-weight: 600; }
.lightbox-print { color: #b9dce2 !important; font-weight: 600; }
.lightbox-inquire {
  display: inline-flex;
  margin-top: 22px;
  padding: 12px 16px;
  border: 1px solid rgba(221,181,119,.36);
  border-radius: 999px;
  color: #f5dfbd;
  background: rgba(183,138,79,.08);
  transition: background .2s ease, transform .2s ease;
}
.lightbox-inquire:hover { background: rgba(183,138,79,.16); transform: translateY(-1px); }
.lightbox-close {
  position: fixed;
  right: 24px;
  top: 18px;
  z-index: 3;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(232,201,155,.35);
  border-radius: 50%;
  font-size: 34px;
  background: #2d211b;
  color: #f2dec0;
  cursor: pointer;
}
.zoom-controls {
  position: absolute;
  right: 26px;
  bottom: 24px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(232,201,155,.28);
  border-radius: 999px;
  background: rgba(31,23,20,.84);
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
}
.zoom-controls button {
  height: 36px;
  min-width: 36px;
  padding: 0 10px;
  border: 1px solid rgba(232,201,155,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: #f3dfc2;
  font: 600 16px/1 Inter, sans-serif;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.zoom-controls button:hover { background: rgba(216,173,109,.14); border-color: rgba(232,201,155,.38); transform: translateY(-1px); }
.zoom-controls button:disabled { opacity: .35; cursor: default; transform: none; }
#zoomReset { min-width: 64px; font-size: 11px; letter-spacing: .06em; }
.zoom-hint {
  position: absolute;
  left: 26px;
  bottom: 30px;
  z-index: 7;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(31,23,20,.7);
  color: rgba(243,223,194,.68);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  pointer-events: none;
  transition: opacity .3s ease;
}
.lightbox-art-wrap.has-zoom .zoom-hint { opacity: .18; }

/* Reveals */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,.7,.25,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes floatDrift {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(0,-8px,0) scale(1.03); }
}

@media (max-width: 1050px) {
  .gallery-grid { grid-template-columns: repeat(6, 1fr); }
  .art-card { grid-column: span 3; }
}

@media (max-width: 950px) {
  nav { display: none; }
  .intro-grid, .about-grid { grid-template-columns: 1fr; }
  .section-title-row { align-items: flex-start; flex-direction: column; }
  .hero-caption { display: none; }
  .lightbox figure { grid-template-columns: 1fr; overflow: auto; }
  .lightbox-art-wrap { max-height: 62vh; }
  .lightbox figcaption { padding: 24px; }
  .lightbox figcaption h3 { font-size: 38px; }
  .zoom-controls { right: 16px; bottom: 16px; }
  .zoom-hint { left: 16px; bottom: 20px; }
}

@media (max-width: 620px) {
  .section { padding: 82px 0; }
  .hero { min-height: 78vh; }
  .hero h1 { font-size: 62px; }
  .hero-copy { padding: 80px 0; }
  .gallery-grid { grid-template-columns: 1fr; }
  .art-card { grid-column: 1; }
  .footer-wrap { flex-direction: column; gap: 10px; align-items: flex-start; }
  .footer-credit { text-align: left; font-size: 9px; line-height: 1.6; }
  .section-title-row p { font-size: 19px; }
  .ornament { opacity: .62; }
  .cursor-glow, .cursor-ring { display: none; }
  .spark { font-size: 18px; }
  .brand { font-size: 21px; }
  .logo-monogram { width: 40px; height: 40px; }
  .sold-card .sold-stage { padding-top: 62px; }
  .sold-stamp-img { width: 46px; height: 46px; top: 9px; right: 10px; transform: rotate(12deg); }
  .zoom-controls { right: 12px; bottom: 12px; padding: 5px; gap: 4px; }
  .zoom-controls button { height: 34px; min-width: 34px; padding: 0 8px; }
  #zoomReset { min-width: 58px; }
  .zoom-hint { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .parallax, .art-card, .art-stage img, .art-meta, .reveal, .fine-dot, .spark, .ghost-line, .ornament {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
  .reveal { opacity: 1; }
  .cursor-glow, .cursor-ring, .gallery-spotlight { display: none; }
  .lightbox figure img, .zoom-controls button { transition: none; }
}

.blue-emphasis {
  color: #3b82f6;
}