:root {
  --bg: #f3eadc;
  --paper: #fff8ec;
  --dark: #141312;
  --muted: #6f655b;
  --gold: #b08a45;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: var(--bg);
  color: var(--dark);
}

h1, h2, h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  line-height: 1.05;
}

h1 {
  font-size: clamp(3rem, 7vw, 7.5rem);
  max-width: 950px;
  margin: 0 0 24px;
}

h2 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  margin: 0;
}

p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.05rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 42px;
  color: white;
}

.logo {
  color: inherit;
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: 1.35rem;
}

nav {
  display: flex;
  gap: 24px;
}

nav a {
  color: inherit;
  text-decoration: none;
  font-size: .9rem;
  letter-spacing: .04em;
}

/* FULLSCREEN VIDEO HERO */
.hero {
  height: 100vh;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
  background: #000;
  color: white;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.25), rgba(0,0,0,.45)),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.72));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 7vw 8vw;
}

.hero p {
  max-width: 600px;
  color: rgba(255,255,255,.78);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--gold);
  font-size: .78rem;
}

.buttons {
  display: flex;
  gap: 14px;
  margin-top: 32px;
}

.btn {
  display: inline-block;
  padding: 14px 24px;
  border: 1px solid currentColor;
  text-decoration: none;
  color: inherit;
  letter-spacing: .05em;
}

.btn.primary {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.intro {
  padding: 12vw 7vw;
  max-width: 1100px;
}

.intro p {
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 1.15;
  color: var(--dark);
}

.section {
  padding: 9vw 7vw;
}

.section-head {
  max-width: 760px;
  margin-bottom: 56px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.art-card {
  background: var(--paper);
  min-height: 360px;
  overflow: hidden;
}

.art-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dark {
  background: var(--dark);
  color: white;
}

.dark p { color: rgba(255,255,255,.68); }

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.15);
}

.process div {
  background: var(--dark);
  padding: 36px;
  min-height: 260px;
}

.process span {
  color: var(--gold);
  letter-spacing: .15em;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
}

.portrait-placeholder {
  min-height: 520px;
  background: var(--dark);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
}

.contact {
  text-align: center;
  background: var(--paper);
}

footer {
  padding: 36px 7vw;
  background: var(--dark);
}

footer p { color: rgba(255,255,255,.55); }

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    padding: 22px;
  }

  nav {
    display: none;
  }

  .gallery-grid,
  .process,
  .split {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding: 0 24px 70px;
  }

  .section,
  .intro {
    padding: 80px 24px;
  }
}

/* Softer lower transparent artist name */
.hero-center {
  top: auto !important;
  transform: none !important;
  position: absolute !important;
  bottom: 13vh !important;
  left: 50% !important;
  translate: -50% 0 !important;
  opacity: .68;
}

.hero-logo {
  font-size: clamp(3rem, 7vw, 8rem) !important;
  font-style: italic;
  opacity: .82;
  text-shadow: 0 10px 50px rgba(0,0,0,.75);
}

.hero-line {
  opacity: .45;
  margin: 20px auto 16px !important;
}

.hero-center p {
  opacity: .72;
  font-size: .72rem !important;
}

.hero-bottom {
  bottom: 32px !important;
}

/* Softer lower transparent artist name */
.hero-center {
  top: auto !important;
  transform: none !important;
  position: absolute !important;
  bottom: 13vh !important;
  left: 50% !important;
  translate: -50% 0 !important;
  opacity: .68;
}

.hero-logo {
  font-size: clamp(3rem, 7vw, 8rem) !important;
  font-style: italic;
  opacity: .82;
  text-shadow: 0 10px 50px rgba(0,0,0,.75);
}

.hero-line {
  opacity: .45;
  margin: 20px auto 16px !important;
}

.hero-center p {
  opacity: .72;
  font-size: .72rem !important;
}

.hero-bottom {
  bottom: 32px !important;
}

/* FORCE SHOW HERO NAME */
.hero-center {
  position: absolute !important;
  left: 50% !important;
  bottom: 10vh !important;
  transform: translateX(-50%) !important;
  z-index: 50 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  width: 100% !important;
  text-align: center !important;

  opacity: 1 !important;
  visibility: visible !important;
}

.hero-logo {
  display: block !important;
  color: rgba(255,255,255,.72) !important;

  font-family: Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;

  font-size: clamp(3rem, 7vw, 8rem) !important;
  line-height: .9 !important;

  text-shadow: 0 10px 45px rgba(0,0,0,.85) !important;
}

.hero-line {
  width: 120px !important;
  height: 1px !important;
  background: rgba(255,255,255,.35) !important;
  margin: 18px 0 !important;
}

.hero-center p {
  color: rgba(255,255,255,.55) !important;
  text-transform: uppercase !important;
  letter-spacing: .18em !important;
  font-size: .72rem !important;
}

/* HERO NAME POSITION FIX */
.hero-center {
  left: 50% !important;
  bottom: 7vh !important;

  transform: translateX(-50%) !important;

  width: auto !important;
  max-width: 90vw !important;

  text-align: center !important;
}

.hero-logo {
  font-size: clamp(2.2rem, 5vw, 5.5rem) !important;

  opacity: .58 !important;

  white-space: nowrap !important;
}

.hero-center p {
  text-align: center !important;
}

/* Elegant signature typography */
.hero-logo {
  font-family: 'Cormorant Garamond', serif !important;

  font-size: clamp(2.8rem, 6vw, 6.5rem) !important;

  font-style: italic !important;
  font-weight: 300 !important;

  letter-spacing: -.04em !important;
  line-height: .9 !important;

  color: rgba(255,255,255,.62) !important;

  text-shadow:
    0 4px 18px rgba(0,0,0,.65),
    0 10px 40px rgba(0,0,0,.55) !important;
}

.hero-center {
  bottom: 8vh !important;
}

.hero-line {
  width: 90px !important;
  opacity: .28 !important;
}

.hero-center p {
  opacity: .48 !important;
  letter-spacing: .22em !important;
}

/* Signature refinement */
.hero-center {
  left: 50% !important;
  bottom: 11vh !important;

  transform: translateX(-50%) !important;

  width: 100% !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  text-align: center !important;
}

.hero-logo {
  font-family: 'Cormorant Garamond', serif !important;

  font-size: clamp(2.4rem, 5vw, 5rem) !important;

  font-style: italic !important;
  font-weight: 300 !important;

  letter-spacing: -.03em !important;
  line-height: .95 !important;

  color: rgba(255,255,255,.48) !important;

  text-shadow:
    0 6px 24px rgba(0,0,0,.75),
    0 18px 60px rgba(0,0,0,.45) !important;
}

.hero-line {
  width: 70px !important;
  margin: 12px 0 14px !important;

  opacity: .22 !important;
}

.hero-center p {
  font-size: .62rem !important;

  letter-spacing: .28em !important;

  opacity: .38 !important;
}

/* FINAL HERO SIGNATURE CENTER FIX */
.hero-center {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: 12vh !important;
  transform: translateX(-50%) !important;

  width: 100vw !important;
  max-width: none !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  text-align: center !important;
  z-index: 50 !important;
}

.hero-logo {
  font-family: 'Great Vibes', cursive !important;
  font-size: clamp(3.2rem, 8vw, 8.5rem) !important;
  font-weight: 400 !important;
  font-style: normal !important;

  color: rgba(255,255,255,.52) !important;
  opacity: 1 !important;

  letter-spacing: 0 !important;
  line-height: .9 !important;
  white-space: nowrap !important;

  text-shadow:
    0 8px 28px rgba(0,0,0,.75),
    0 20px 70px rgba(0,0,0,.55) !important;
}

.hero-line {
  width: 90px !important;
  height: 1px !important;
  background: rgba(176,138,69,.45) !important;
  margin: 18px auto 14px !important;
}

.hero-center p {
  color: rgba(255,255,255,.48) !important;
  font-size: .68rem !important;
  letter-spacing: .25em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

/* TRUE CENTER SIGNATURE FIX */
.hero-center {
  position: absolute !important;

  left: 50% !important;
  bottom: 10vh !important;

  transform: translateX(-50%) !important;

  width: auto !important;
  min-width: 100vw !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  text-align: center !important;

  padding: 0 40px !important;
}

.hero-logo {
  display: inline-block !important;

  max-width: none !important;

  font-size: clamp(2.8rem, 7vw, 7rem) !important;

  white-space: nowrap !important;

  margin: 0 auto !important;

  color: rgba(255,255,255,.50) !important;
}

.hero-center p {
  margin-top: 12px !important;
  text-align: center !important;
}

/* ABSOLUTE FINAL CENTER FIX - no translate */
.hero-center {
  position: absolute !important;

  left: 0 !important;
  right: 0 !important;
  bottom: 10vh !important;

  transform: none !important;
  translate: none !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  padding: 0 24px !important;
  margin: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  text-align: center !important;
  z-index: 50 !important;
}

.hero-logo {
  width: 100% !important;
  max-width: 100% !important;

  text-align: center !important;

  font-family: 'Great Vibes', cursive !important;
  font-size: clamp(2.4rem, 6vw, 6rem) !important;

  white-space: normal !important;

  color: rgba(255,255,255,.52) !important;
}

.hero-line {
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero-center p {
  width: 100% !important;
  text-align: center !important;
}

/* Luxury gallery section */
.gallery-section {
  background: #f1eadf;
  padding-top: 10vw;
}

.gallery-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.gallery-head p {
  margin-left: auto;
  margin-right: auto;
}

.gallery-showcase {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  grid-auto-rows: 320px;
  gap: 22px;
  margin-top: 70px;
}

.gallery-feature {
  margin: 0;
  overflow: hidden;
  background: #111;
  position: relative;
}

.gallery-feature.large {
  grid-row: span 2;
}

.gallery-feature.tall {
  grid-column: span 2;
}

.gallery-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  filter: saturate(.88) contrast(1.02);
  transition: transform .8s ease, filter .8s ease;
}

.gallery-feature:hover img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1.06);
}

@media (max-width: 900px) {
  .gallery-showcase {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .gallery-feature.large,
  .gallery-feature.tall {
    grid-row: auto;
    grid-column: auto;
  }
}

/* Gallery upgrade */
.luxury-gallery {
  display: grid;
  grid-template-columns: 1.35fr .85fr .85fr;
  grid-auto-rows: 300px;
  gap: 18px;
  margin-top: 46px;
}

.art-card {
  position: relative;
  display: block;
  border: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #111;
  color: #fff;
  border-radius: 2px;
  isolation: isolate;
}

.art-card.featured {
  grid-row: span 2;
}

.art-card.tall {
  grid-column: span 2;
}

.art-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s ease, filter 1.1s ease;
  filter: saturate(.92) contrast(1.04);
}

.art-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.12) 46%, rgba(0,0,0,.02)),
    linear-gradient(135deg, rgba(255,255,255,.12), transparent 35%);
  opacity: .82;
  z-index: 1;
  transition: opacity .45s ease;
}

.art-card:hover img {
  transform: scale(1.055);
  filter: saturate(1) contrast(1.08);
}

.art-card:hover::after {
  opacity: .95;
}

.art-meta {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  text-align: left;
}

.art-meta small {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .75;
}

.art-meta strong {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: clamp(28px, 3vw, 48px);
  line-height: .95;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 36px;
  background: rgba(8, 7, 6, .88);
  backdrop-filter: blur(12px);
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  max-width: min(1200px, 94vw);
  max-height: 88vh;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
}

.lightbox-close {
  position: fixed;
  top: 22px;
  right: 30px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 44px;
  line-height: 1;
  cursor: pointer;
  opacity: .8;
}

.lightbox-close:hover {
  opacity: 1;
}

@media (max-width: 850px) {
  .luxury-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 360px;
  }

  .art-card.featured,
  .art-card.tall {
    grid-row: auto;
    grid-column: auto;
  }

  .art-meta {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}

/* Massive gallery */
.masonry-gallery {
  columns: 4 260px;
  column-gap: 18px;
  margin-top: 50px;
}

.masonry-item {
  width: 100%;
  margin: 0 0 18px;
  break-inside: avoid;
  border-radius: 2px;
  overflow: hidden;
}

.masonry-item img {
  width: 100%;
  display: block;
  height: auto;
  transition: transform .7s ease;
}

.masonry-item:hover img {
  transform: scale(1.02);
}

@media (max-width: 900px) {
  .masonry-gallery {
    columns: 2 180px;
  }
}

@media (max-width: 600px) {
  .masonry-gallery {
    columns: 1;
  }
}

.gallery-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.full-gallery-section[hidden] {
  display: none !important;
}

.gallery-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.full-gallery-section[hidden] {
  display: none !important;
}

/* Fix gallery button overlap */
.gallery-section {
  overflow: visible;
}

.luxury-gallery {
  align-items: stretch;
  margin-bottom: 46px;
}

.gallery-actions {
  position: relative;
  z-index: 5;
  clear: both;
  margin-top: 54px;
}

.art-card.tall {
  grid-column: span 2;
  grid-row: span 1;
}

/* Clean gallery cards override */
.luxury-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 360px;
  gap: 22px;
  margin-top: 46px;
  margin-bottom: 38px;
}

.art-card.featured,
.art-card.tall {
  grid-column: auto;
  grid-row: auto;
}

.art-card {
  border-radius: 0;
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
}

.art-card::after {
  background: linear-gradient(to top, rgba(0,0,0,.72), transparent 45%);
  opacity: .78;
}

.art-meta {
  left: 18px;
  right: 18px;
  bottom: 18px;
}

.art-meta small {
  font-size: 10px;
  letter-spacing: .2em;
}

.art-meta strong {
  font-size: 30px;
  line-height: 1.05;
  text-shadow: 0 2px 16px rgba(0,0,0,.7);
}

@media (max-width: 1100px) {
  .luxury-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 340px;
  }
}

@media (max-width: 650px) {
  .luxury-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 360px;
  }
}

/* Collections */
.collections-section {
  background: #111;
  color: #f5eee5;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}

.collection-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: block;
  color: inherit;
  text-decoration: none;
  background: #000;
}

.collection-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  opacity: .78;
  transition: transform 1.1s ease, opacity 1.1s ease;
}

.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.76), transparent 55%);
}

.collection-card span {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
}

.collection-card small {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  opacity: .75;
}

.collection-card strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 300;
  line-height: .95;
}

.collection-card:hover img {
  transform: scale(1.055);
  opacity: .95;
}

@media (max-width: 900px) {
  .collections-grid {
    grid-template-columns: 1fr;
  }

  .collection-card,
  .collection-card img {
    min-height: 420px;
  }
}

/* Elegant commission section */
.commission-section {
  background: #111;
  color: #f6eee4;
  padding-top: 120px;
  padding-bottom: 120px;
}

.commission-layout {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
}

.commission-image {
  min-height: 680px;
  overflow: hidden;
  background: #000;
}

.commission-image img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  opacity: .92;
}

.commission-copy {
  max-width: 620px;
}

.commission-copy h2 {
  font-size: clamp(64px, 8vw, 118px);
  line-height: .85;
  margin-bottom: 34px;
}

.commission-copy .lead {
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.65;
  color: rgba(246,238,228,.76);
  margin-bottom: 42px;
}

.commission-steps {
  display: grid;
  gap: 18px;
  margin-bottom: 44px;
  border-top: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
  padding: 28px 0;
}

.commission-steps p {
  margin: 0;
  color: rgba(246,238,228,.72);
  font-size: 15px;
  letter-spacing: .02em;
}

.commission-steps span {
  color: #bd9550;
  margin-right: 18px;
  letter-spacing: .16em;
}

@media (max-width: 900px) {
  .commission-layout {
    grid-template-columns: 1fr;
  }

  .commission-image,
  .commission-image img {
    min-height: 460px;
  }
}

/* Luxury about section */
.about-luxury {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(42px, 7vw, 120px);
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  background: #efe7dc;
}

.about-image {
  overflow: hidden;
  min-height: 760px;
  background: #000;
}

.about-image img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
  filter: saturate(.92) contrast(1.02);
}

.about-copy {
  max-width: 720px;
}

.about-copy h2 {
  font-size: clamp(56px, 7vw, 108px);
  line-height: .92;
  margin-bottom: 42px;
}

.about-lead {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.55;
  color: rgba(20,20,20,.72);
  margin-bottom: 34px;
}

.about-copy p {
  font-size: 17px;
  line-height: 1.9;
  color: rgba(20,20,20,.76);
}

.about-copy p + p {
  margin-top: 18px;
}

@media (max-width: 950px) {
  .about-luxury {
    grid-template-columns: 1fr;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .about-image,
  .about-image img {
    min-height: 520px;
  }
}

.contact-luxury {
  text-align: center;
}

.contact-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.btn.ghost {
  border: 1px solid rgba(20,20,20,.28);
  color: inherit;
  background: transparent;
}

.btn.ghost:hover {
  background: #111;
  color: #f6eee4;
}

.contact-note {
  margin-top: 26px;
  font-size: 13px;
  opacity: .58;
}

/* Exhibitions timeline */
.exhibitions-luxury {
  background: #efe7dc;
}

.timeline {
  max-width: 980px;
  margin: 60px auto 0;
  border-top: 1px solid rgba(0,0,0,.18);
}

.timeline div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0,0,0,.14);
}

.timeline span {
  font-size: 12px;
  letter-spacing: .22em;
  color: rgba(0,0,0,.48);
}

.timeline strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
  line-height: 1;
}

.timeline p {
  grid-column: 2;
  margin: -16px 0 0;
  color: rgba(0,0,0,.58);
}

@media (max-width: 650px) {
  .timeline div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .timeline p {
    grid-column: 1;
    margin: 0;
  }
}

/* Intro text fix */
.intro {
  max-width: 980px;
  margin: 0 auto;
  padding: 120px 32px;
  text-align: center;
}

.intro p {
  max-width: 820px;
  margin: 0 auto;
  font-family: inherit;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.55;
  color: rgba(20,20,20,.72);
}

.intro p + p {
  margin-top: 28px;
}

/* Commission form */
.commission-form-wrap {
  max-width: 980px;
  margin: 80px auto 0;
}

.commission-form-wrap[hidden] {
  display: none !important;
}

.commission-form {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.14);
  padding: clamp(28px, 5vw, 58px);
  color: #f6eee4;
}

.commission-form h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 300;
  margin: 0 0 12px;
}

.commission-form p {
  color: rgba(246,238,228,.68);
  margin-bottom: 32px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.commission-form label {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(246,238,228,.72);
}

.commission-form input,
.commission-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.24);
  color: #fff;
  padding: 15px 16px;
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.commission-form textarea {
  resize: vertical;
}

.form-note {
  display: block;
  margin-top: 18px;
  color: rgba(246,238,228,.48);
}

@media (max-width: 700px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* Commission form */
.commission-form-wrap {
  max-width: 980px;
  margin: 80px auto 0;
}

.commission-form-wrap[hidden] {
  display: none !important;
}

.commission-form {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.14);
  padding: clamp(28px, 5vw, 58px);
  color: #f6eee4;
}

.commission-form h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 300;
  margin: 0 0 12px;
}

.commission-form p {
  color: rgba(246,238,228,.68);
  margin-bottom: 32px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.commission-form label {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(246,238,228,.72);
}

.commission-form input,
.commission-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.24);
  color: #fff;
  padding: 15px 16px;
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.commission-form textarea {
  resize: vertical;
}

.form-note {
  display: block;
  margin-top: 18px;
  color: rgba(246,238,228,.48);
}

@media (max-width: 700px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* Commission form */
.commission-form-wrap {
  max-width: 980px;
  margin: 80px auto 0;
}

.commission-form-wrap[hidden] {
  display: none !important;
}

.commission-form {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.14);
  padding: clamp(28px, 5vw, 58px);
  color: #f6eee4;
}

.commission-form h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 300;
  margin: 0 0 12px;
}

.commission-form p {
  color: rgba(246,238,228,.68);
  margin-bottom: 32px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.commission-form label {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(246,238,228,.72);
}

.commission-form input,
.commission-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.24);
  color: #fff;
  padding: 15px 16px;
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.commission-form textarea {
  resize: vertical;
}

.form-note {
  display: block;
  margin-top: 18px;
  color: rgba(246,238,228,.48);
}

@media (max-width: 700px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* Fine art luxury hero */
.hero-center {
  max-width: 980px;
  padding: 0 24px;
}

.hero-logo {
  font-size: clamp(64px, 9vw, 158px);
  letter-spacing: .02em;
  line-height: .88;
  text-shadow: 0 10px 40px rgba(0,0,0,.35);
}

.hero-center p {
  max-width: 760px;
  margin: 34px auto 0;
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 1.65;
  color: rgba(255,255,255,.82);
  font-weight: 300;
}

.hero-bottom {
  gap: 18px;
}

.hero-bottom a {
  min-width: 230px;
  text-align: center;
  padding: 18px 34px;
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(8px);
  background: rgba(0,0,0,.12);
  transition:
    background .35s ease,
    transform .35s ease,
    border-color .35s ease;
}

.hero-bottom a:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.42);
  transform: translateY(-2px);
}

.hero-overlay {
  background:
    linear-gradient(to bottom, rgba(0,0,0,.45), rgba(0,0,0,.22)),
    radial-gradient(circle at center, transparent 10%, rgba(0,0,0,.35));
}

/* Available works / collector inquiry */
.available-section {
  background: #111;
  color: #f6eee4;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 130px;
}

.available-inner {
  max-width: 900px;
  margin: 0 auto;
}

.available-inner h2 {
  font-size: clamp(62px, 8vw, 130px);
  line-height: .88;
  margin-bottom: 34px;
}

.available-inner p {
  max-width: 720px;
  margin: 0 auto;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.7;
  color: rgba(246,238,228,.72);
}

.available-actions {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.available-section .btn.ghost {
  border-color: rgba(255,255,255,.25);
  color: #f6eee4;
}

.available-section .btn.ghost:hover {
  background: rgba(255,255,255,.1);
}

/* Final luxury contact */
.contact-final {
  text-align: center;
  background: #efe7dc;
  padding-top: 140px;
  padding-bottom: 160px;
}

.contact-final h2 {
  font-size: clamp(64px, 8vw, 140px);
  line-height: .88;
  margin-bottom: 34px;
}

.contact-lead {
  max-width: 760px;
  margin: 0 auto 54px;
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.7;
  color: rgba(20,20,20,.68);
}

.contact-links {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.contact-card {
  display: block;
  padding: 42px 28px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(0,0,0,.08);
  text-decoration: none;
  color: inherit;
  transition:
    transform .35s ease,
    background .35s ease,
    border-color .35s ease;
}

.contact-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.92);
  border-color: rgba(0,0,0,.18);
}

.contact-card small {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(20,20,20,.45);
}

.contact-card strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 2.4vw, 40px);
  font-weight: 300;
  line-height: 1.1;
}

@media (max-width: 900px) {
  .contact-links {
    grid-template-columns: 1fr;
  }
}

/* Scale down oversized luxury typography */
.section-head h2,
.gallery-head h2 {
  font-size: clamp(48px, 6vw, 92px) !important;
}

.collections-section h2,
.available-inner h2,
.contact-final h2 {
  font-size: clamp(48px, 6.5vw, 96px) !important;
  line-height: .95;
}

.about-copy h2,
.commission-copy h2 {
  font-size: clamp(48px, 6vw, 86px) !important;
  line-height: 1;
}

.about-lead,
.contact-lead,
.available-inner p,
.commission-copy .lead {
  font-size: clamp(17px, 1.35vw, 22px) !important;
}

.contact-final {
  padding-top: 105px;
  padding-bottom: 115px;
}

.contact-links {
  max-width: 980px;
  gap: 18px;
}

.contact-card {
  padding: 34px 24px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-card small::before {
  display: block;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: normal;
  color: #bd9550;
}

.contact-card:nth-child(1) small::before {
  content: "✉";
}

.contact-card:nth-child(2) small::before {
  content: "◎";
}

.contact-card:nth-child(3) small::before {
  content: "f";
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.contact-card strong {
  font-size: clamp(22px, 2vw, 32px) !important;
  word-break: break-word;
}

/* Collections card sizing */
.collection-card,
.collection-card img {
  min-height: 430px;
}

.collections-section {
  padding-top: 105px;
  padding-bottom: 110px;
}

.about-luxury {
  padding-top: 105px;
  padding-bottom: 110px;
}

.about-image,
.about-image img {
  min-height: 620px;
}

/* ===== GLOBAL LUXURY SCALE FIX ===== */

html {
  font-size: 15px;
}

body {
  font-size: 15px;
  line-height: 1.55;
}

/* Global headings */
h1 {
  font-size: clamp(44px, 5vw, 84px) !important;
  line-height: .95 !important;
}

h2 {
  font-size: clamp(34px, 4vw, 64px) !important;
  line-height: 1 !important;
}

h3 {
  font-size: clamp(22px, 2vw, 34px) !important;
}

/* Hero */
.hero-logo {
  font-size: clamp(56px, 7vw, 120px) !important;
}

.hero-center p {
  font-size: clamp(16px, 1.2vw, 22px) !important;
  max-width: 680px !important;
}

/* Sections */
section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.section-head p,
.about-copy p,
.available-inner p,
.contact-lead,
.commission-copy p {
  font-size: 16px !important;
  line-height: 1.7 !important;
}

/* About */
.about-image,
.about-image img {
  min-height: 420px !important;
}

/* Collection cards */
.collection-card,
.collection-card img {
  min-height: 320px !important;
}

/* Gallery cards */
.art-card strong,
.collection-card strong {
  font-size: 28px !important;
}

.art-card small,
.collection-card small {
  font-size: 10px !important;
}

/* Contact */
.contact-final h2 {
  font-size: clamp(40px, 5vw, 72px) !important;
}

.contact-card {
  min-height: 110px !important;
}

.contact-card strong {
  font-size: 14px !important;
}

/* Buttons */
.btn,
button,
.hero-bottom a {
  font-size: 13px !important;
  padding: 14px 24px !important;
}

/* Navigation */
.site-header nav a {
  font-size: 12px !important;
}

.logo {
  font-size: 28px !important;
}

/* Footer */
footer {
  padding: 26px 20px !important;
}

footer p {
  font-size: 12px !important;
}

/* ===== GLOBAL LUXURY SCALE FIX ===== */

html {
  font-size: 15px;
}

body {
  font-size: 15px;
  line-height: 1.55;
}

/* Global headings */
h1 {
  font-size: clamp(44px, 5vw, 84px) !important;
  line-height: .95 !important;
}

h2 {
  font-size: clamp(34px, 4vw, 64px) !important;
  line-height: 1 !important;
}

h3 {
  font-size: clamp(22px, 2vw, 34px) !important;
}

/* Hero */
.hero-logo {
  font-size: clamp(56px, 7vw, 120px) !important;
}

.hero-center p {
  font-size: clamp(16px, 1.2vw, 22px) !important;
  max-width: 680px !important;
}

/* Sections */
section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.section-head p,
.about-copy p,
.available-inner p,
.contact-lead,
.commission-copy p {
  font-size: 16px !important;
  line-height: 1.7 !important;
}

/* About */
.about-image,
.about-image img {
  min-height: 420px !important;
}

/* Collection cards */
.collection-card,
.collection-card img {
  min-height: 320px !important;
}

/* Gallery cards */
.art-card strong,
.collection-card strong {
  font-size: 28px !important;
}

.art-card small,
.collection-card small {
  font-size: 10px !important;
}

/* Contact */
.contact-final h2 {
  font-size: clamp(40px, 5vw, 72px) !important;
}

.contact-card {
  min-height: 110px !important;
}

.contact-card strong {
  font-size: 14px !important;
}

/* Buttons */
.btn,
button,
.hero-bottom a {
  font-size: 13px !important;
  padding: 14px 24px !important;
}

/* Navigation */
.site-header nav a {
  font-size: 12px !important;
}

.logo {
  font-size: 28px !important;
}

/* Footer */
footer {
  padding: 26px 20px !important;
}

footer p {
  font-size: 12px !important;
}

/* FINAL HERO BUTTON FIX */

.hero-bottom a,
.hero-bottom a:visited,
.hero-bottom a:hover,
.hero-bottom a:active {
  color: #f5efe6 !important;
  text-decoration: none !important;
  background: rgba(0,0,0,.22) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 190px !important;
  padding: 16px 26px !important;
  font-size: 12px !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  backdrop-filter: blur(8px);
  transition: all .3s ease;
}

.hero-bottom a:hover {
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.38) !important;
}

.hero-bottom {
  display: flex !important;
  gap: 14px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

/* Collector services */
.collector-services {
  background: #0f0f0f;
  color: #f4ede4;
}

.collector-services .section-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 60px;
}

.collector-services .section-head p {
  color: rgba(255,255,255,.66);
}

.services-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.service-card {
  padding: 34px 28px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  transition:
    transform .3s ease,
    border-color .3s ease,
    background .3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(189,149,80,.45);
  background: rgba(255,255,255,.04);
}

.service-card span {
  display: inline-block;
  margin-bottom: 22px;
  color: #bd9550;
  font-size: 12px;
  letter-spacing: .2em;
}

.service-card h3 {
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 300;
}

.service-card p {
  color: rgba(255,255,255,.68);
  line-height: 1.75;
  font-size: 15px;
}

@media (max-width: 1000px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== EDITORIAL FINE ART REFINEMENT ===== */

/* softer global scale */
section {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.eyebrow {
  font-size: 10px !important;
  letter-spacing: .26em !important;
  color: #b9914e !important;
}

h1, h2 {
  letter-spacing: -.025em !important;
}

.section-head h2,
.collections-section h2,
.available-inner h2,
.contact-final h2,
.collector-services h2 {
  font-size: clamp(38px, 4.7vw, 74px) !important;
  line-height: 1.02 !important;
}

.section-head p,
.collector-services .section-head p,
.available-inner p,
.contact-lead {
  max-width: 620px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

/* collector services less boxed */
.collector-services {
  padding-top: 76px !important;
  padding-bottom: 84px !important;
}

.collector-services .section-head {
  margin-bottom: 46px !important;
}

.services-grid {
  max-width: 1120px !important;
  gap: 0 !important;
  border-top: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.service-card {
  border: 0 !important;
  border-right: 1px solid rgba(255,255,255,.10) !important;
  background: transparent !important;
  padding: 32px 28px !important;
  min-height: 230px !important;
}

.service-card:last-child {
  border-right: 0 !important;
}

.service-card:hover {
  transform: none !important;
  background: rgba(255,255,255,.025) !important;
}

.service-card h3 {
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.05 !important;
}

.service-card p {
  font-size: 14px !important;
  line-height: 1.75 !important;
}

/* available works more premium */
.available-section {
  padding-top: 80px !important;
  padding-bottom: 88px !important;
}

.available-inner h2 {
  margin-bottom: 24px !important;
}

/* about less huge */
.about-copy h2 {
  font-size: clamp(40px, 5vw, 72px) !important;
  line-height: 1.04 !important;
}

.about-luxury {
  gap: clamp(32px, 5vw, 82px) !important;
}

.about-image,
.about-image img {
  min-height: 520px !important;
}

/* commission section less oversized */
.commission-copy h2 {
  font-size: clamp(42px, 5vw, 76px) !important;
}

.commission-section {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}

/* contact elegant compact */
.contact-final {
  padding-top: 78px !important;
  padding-bottom: 90px !important;
}

.contact-final h2 {
  margin-bottom: 20px !important;
}

.contact-links {
  max-width: 760px !important;
}

.contact-card {
  background: rgba(255,255,255,.38) !important;
}

/* mobile */
@media (max-width: 1000px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .service-card:nth-child(2) {
    border-right: 0 !important;
  }
}

@media (max-width: 700px) {
  section {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }

  .services-grid {
    grid-template-columns: 1fr !important;
  }

  .service-card {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.10) !important;
  }

  .service-card:last-child {
    border-bottom: 0 !important;
  }
}

.language-switch {
  position: fixed;
  top: 34px;
  right: 34px;
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 11px;
  letter-spacing: .16em;
}

.language-switch button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
  opacity: .55;
}

.language-switch button.active {
  opacity: 1;
  color: #bd9550;
}

.language-switch span {
  opacity: .35;
}

/* Language switch final position */
.site-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

.site-header nav {
  margin-left: auto !important;
}

.language-switch {
  position: static !important;
  z-index: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #fff !important;
  font-size: 11px !important;
  letter-spacing: .14em !important;
  white-space: nowrap !important;
}

.language-switch button {
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  cursor: pointer !important;
  padding: 0 !important;
  opacity: .55 !important;
  font-size: 11px !important;
}

.language-switch button.active {
  opacity: 1 !important;
  color: #bd9550 !important;
}

.language-switch span {
  opacity: .35 !important;
}

@media (max-width: 850px) {
  .site-header {
    gap: 12px !important;
  }

  .site-header nav {
    gap: 12px !important;
  }

  .language-switch {
    font-size: 10px !important;
  }
}

/* ===== CLICKABLE COLLECTOR CARDS ===== */

.collector-card{
  text-decoration:none;
  color:inherit;
  transition:
    transform .35s ease,
    border-color .35s ease,
    background .35s ease;
}

.collector-card:hover{
  transform:translateY(-6px);
  border-color:rgba(201,155,59,.45);
  background:rgba(255,255,255,.02);
}

/* ===== AVAILABLE WORKS ===== */

.available-works{
  background:#050505;
  padding:9rem 8vw;
  text-align:center;
  border-top:1px solid rgba(255,255,255,.06);
}

.available-works h2{
  font-size:clamp(3rem,6vw,5.5rem);
  margin:1.2rem 0;
}

.available-works p{
  max-width:760px;
  margin:0 auto 2.8rem;
  line-height:1.9;
  color:rgba(255,255,255,.68);
}

.available-works .btn{
  margin-top:1rem;
}

/* ===== Unified luxury heading typography ===== */

h1,
h2,
h3,
.hero-logo,
.section-head h2,
.about-copy h2,
.contact-final h2,
.available-section h2,
.collections-section h2,
.commission-copy h2,
.exhibitions-luxury h2,
.collector-services h2 {
    font-family: 'Great Vibes', cursive !important;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.05;
}

/* slightly cleaner spacing for luxury look */

h2 {
    font-size: clamp(3rem, 5vw, 5.8rem);
}

/* mobile balance */

@media (max-width: 768px) {

    h2 {
        font-size: clamp(2.2rem, 9vw, 3.6rem);
        line-height: 1.1;
    }

}


.sub-luxury-title{
    display:block;
    margin-top:-0.22em;
    margin-left:1.7em;

    font-size:0.33em;
    line-height:1;

    font-family:'Great Vibes', cursive;
    font-weight:400;

    opacity:0.9;
    letter-spacing:0.03em;
}

.sub-luxury-title{
    display:block;
    margin-top:-0.22em;
    margin-left:1.7em;

    font-size:0.33em;
    line-height:1;

    font-family:'Great Vibes', cursive;
    font-weight:400;

    opacity:0.9;
    letter-spacing:0.03em;
}

.commission-copy h2 .sub-luxury-title {
  display: block !important;
  margin-top: -0.18em !important;
  margin-left: 1.7em !important;
  font-family: 'Great Vibes', cursive !important;
  font-size: 0.34em !important;
  line-height: 1 !important;
  opacity: 0.9 !important;
  letter-spacing: 0.03em !important;
}

/* Luxury logo typography */

.logo{
    font-family:'Great Vibes', cursive !important;

    font-size:3rem !important;
    font-weight:400 !important;

    letter-spacing:0.02em;
    line-height:1;

    color:#f5f1ea !important;
}

/* Luxury gold logo */

.logo{
    color:#c9a35a !important;

    text-shadow:
        0 0 10px rgba(201,163,90,0.10),
        0 0 22px rgba(201,163,90,0.08);
}

/* ===== Editorial / Museum Gallery ===== */

.gallery-editorial {
  background: #efe6d8 !important;
  padding-top: 7rem !important;
  padding-bottom: 8rem !important;
}

.gallery-editorial-head {
  max-width: 780px;
  margin: 0 auto 5rem;
  text-align: center;
}

.gallery-editorial-head h2 {
  margin: 0;
  color: #15120f;
}

.gallery-editorial-head p:not(.eyebrow) {
  max-width: 580px;
  margin: 1rem auto 0;
  color: rgba(20,18,15,.65);
}

.editorial-gallery-grid {
  width: min(1500px, 88vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  grid-template-rows: 330px 330px;
  gap: 1.6rem;
}

.editorial-art {
  position: relative;
  border: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #111;
  box-shadow: 0 28px 70px rgba(0,0,0,.16);
}

.editorial-art.hero-art {
  grid-row: span 2;
}

.editorial-art.wide-art {
  grid-column: span 2;
}

.editorial-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(.9) contrast(1.04);
  transition: transform .9s ease, filter .9s ease;
}

.editorial-art:hover img {
  transform: scale(1.07);
  filter: saturate(1.05) contrast(1.08);
}

.editorial-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(0,0,0,.78)),
    radial-gradient(circle at center, transparent 35%, rgba(0,0,0,.18));
  pointer-events: none;
}

.editorial-art span {
  position: absolute;
  z-index: 2;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.3rem;
  color: #fff;
  text-align: left;
}

.editorial-art small {
  display: block;
  margin-bottom: .45rem;
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.68);
}

.editorial-art strong {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-size: clamp(2.1rem, 3vw, 4rem);
  line-height: .9;
  color: #f5efe3;
}

.gallery-action {
  text-align: center;
  margin-top: 4rem;
}

@media (max-width: 1000px) {
  .editorial-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .editorial-art,
  .editorial-art.hero-art,
  .editorial-art.wide-art {
    grid-column: auto;
    grid-row: auto;
    height: 360px;
  }
}

/* ===== Vertical banner gallery override ===== */

.editorial-gallery-grid {
  width: min(1600px, 92vw) !important;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  grid-template-rows: 620px !important;
  gap: 1.2rem !important;
}

.editorial-art,
.editorial-art.hero-art,
.editorial-art.wide-art {
  grid-column: auto !important;
  grid-row: auto !important;
  height: 620px !important;
}

.editorial-art img {
  object-fit: cover !important;
}

.editorial-art:hover {
  transform: translateY(-8px);
}

.editorial-art {
  transition: transform .45s ease;
}

@media (max-width: 1100px) {
  .editorial-gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: none !important;
  }

  .editorial-art,
  .editorial-art.hero-art,
  .editorial-art.wide-art {
    height: 520px !important;
  }
}

@media (max-width: 700px) {
  .editorial-gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .editorial-art,
  .editorial-art.hero-art,
  .editorial-art.wide-art {
    height: 500px !important;
  }
}


/* =====================================
   Unified Prestige Section
===================================== */

.prestige-unified{
    display:grid;
    grid-template-columns: 1fr 1fr;
    min-height:100vh;
}

.prestige-left{
    background:#efe6d8;
    padding:7rem 5rem;
}

.prestige-right{
    background:#050505;
    padding:7rem 5rem;
}

.prestige-head{
    margin-bottom:4rem;
}

.prestige-head .eyebrow{
    margin-bottom:1rem;
}

.prestige-left h2{
    color:#111;
}

.prestige-right h2{
    color:#f4efe8;
}

.prestige-timeline{
    display:flex;
    flex-direction:column;
    gap:2.5rem;
}

.prestige-item{
    display:grid;
    grid-template-columns:90px 1fr;
    gap:2rem;
    padding-bottom:2rem;
    border-bottom:1px solid rgba(0,0,0,.1);
}

.prestige-item span{
    color:#9f927f;
    letter-spacing:.2em;
    font-size:.75rem;
}

.prestige-item h3{
    margin:0 0 .6rem;
    font-size:2.3rem;
    line-height:1;
}

.prestige-item p{
    margin:0;
    color:rgba(0,0,0,.6);
}

.prestige-services{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1.5rem;
}

.prestige-card{
    border:1px solid rgba(255,255,255,.08);
    padding:2rem;
    min-height:240px;
    background:rgba(255,255,255,.01);
}

.prestige-card small{
    display:block;
    margin-bottom:1.5rem;
    color:#c9a35a;
    letter-spacing:.2em;
}

.prestige-card h3{
    margin:0 0 1rem;
    color:#f5efe3;
    font-size:2.2rem;
    line-height:1;
}

.prestige-card p{
    margin:0;
    color:rgba(255,255,255,.66);
    line-height:1.8;
}

@media(max-width:1100px){

    .prestige-unified{
        grid-template-columns:1fr;
    }

    .prestige-left,
    .prestige-right{
        padding:5rem 2rem;
    }

    .prestige-services{
        grid-template-columns:1fr;
    }

}


/* Prestige section readability fix */

.prestige-item h3,
.prestige-card h3 {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
}

.prestige-item h3 {
  font-size: 2rem !important;
}

.prestige-card h3 {
  font-size: 1.7rem !important;
}


/* Gold navigation */

.site-header nav a,
.language-switch,
.language-switch button {
    color: #c9a35a !important;
}

.site-header nav a:hover,
.language-switch button:hover,
.language-switch button.active {
    color: #f1d08c !important;
}


/* Remove black strip under about image */
.about-image {
  background: transparent !important;
  line-height: 0 !important;
}

.about-image img {
  display: block !important;
  margin-bottom: 0 !important;
}


/* Soft rounded image corners */
img,
.art-card,
.editorial-art,
.collection-card,
.about-image,
.commission-image {
  border-radius: 18px !important;
  overflow: hidden !important;
}

.about-image img,
.commission-image img,
.art-card img,
.editorial-art img,
.collection-card img {
  border-radius: 18px !important;
}


/* ===== Production footer + legal pages ===== */

.site-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  flex-wrap:wrap;
  padding:28px 40px;
  background:#050505;
  color:#8f8a84;
  font-size:13px;
  letter-spacing:.08em;
  border-top:1px solid rgba(255,255,255,.06);
}

.footer-links{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
}

.site-footer a{
  color:#c9a35a;
  text-decoration:none;
  transition:.25s;
}

.site-footer a:hover{
  color:#f1d08c;
}

.legal-page{
  background:#efe6d8;
  color:#171411;
  padding:80px 24px;
}

.legal-page main{
  max-width:900px;
  margin:0 auto;
}

.legal-page h1{
  font-family:'Great Vibes', cursive;
  font-size:clamp(3.2rem, 7vw, 6rem);
  font-weight:400;
  margin:0 0 40px;
}

.legal-page p{
  font-size:1.05rem;
  line-height:1.8;
  color:rgba(20,18,15,.72);
}

.legal-page a{
  display:inline-block;
  margin-top:34px;
  color:#9b762f;
  text-decoration:none;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.78rem;
}

@media (max-width:900px){
  .site-footer{
    flex-direction:column;
    text-align:center;
    gap:16px;
  }

  .footer-links{
    justify-content:center;
  }
}


/* Final language/contact polish */

.sub-luxury-title{
  display:block !important;
  margin-top:-0.15em !important;
  margin-left:1.2em !important;
  font-family:'Great Vibes', cursive !important;
  font-size:0.34em !important;
  line-height:1 !important;
  opacity:.9 !important;
  letter-spacing:.03em !important;
}

.contact-final h2,
.about-copy h2,
.commission-copy h2,
.prestige-head h2 {
  word-break: normal;
}

.site-footer a {
  color:#c9a35a !important;
  text-decoration:none !important;
}

.site-footer a:hover {
  color:#f1d08c !important;
}


/* ===== Luxury collection banners ===== */

.collections-luxury {
  background:#050505 !important;
  color:#f4efe8;
  padding-top:7rem !important;
  padding-bottom:8rem !important;
}

.collections-luxury .section-head h2 {
  color:#f4efe8;
}

.collections-luxury .section-head p:not(.eyebrow) {
  color:rgba(255,255,255,.6);
}

.collection-banners {
  width:min(1500px,92vw);
  margin:5rem auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.4rem;
}

.collection-banner {
  position:relative;
  height:560px;
  overflow:hidden;
  border-radius:22px;
  text-decoration:none;
  background:#111;
  box-shadow:0 28px 80px rgba(0,0,0,.34);
}

.collection-banner img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(.85) contrast(1.05) brightness(.82);
  transition:transform .9s ease, filter .9s ease;
}

.collection-banner:hover img {
  transform:scale(1.07);
  filter:saturate(1.05) contrast(1.08) brightness(.95);
}

.collection-banner::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.82));
}

.collection-banner span {
  position:absolute;
  z-index:2;
  left:1.5rem;
  right:1.5rem;
  bottom:1.6rem;
}

.collection-banner small {
  display:block;
  margin-bottom:.7rem;
  color:#c9a35a;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:.7rem;
}

.collection-banner strong {
  display:block;
  color:#f5efe3;
  font-family:'Great Vibes', cursive;
  font-size:clamp(2.6rem,3.4vw,4.8rem);
  line-height:.9;
  font-weight:400;
}

/* ===== Surrealism feature ===== */

.surrealism-feature {
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:82vh;
  padding:0 !important;
  background:#efe6d8;
}

.surrealism-copy {
  padding:8rem 6rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.surrealism-copy h2 {
  color:#15120f;
  margin:0 0 2rem;
}

.surrealism-copy p:not(.eyebrow) {
  max-width:620px;
  color:rgba(20,18,15,.68);
  font-size:1.1rem;
  line-height:1.9;
}

.surrealism-image {
  overflow:hidden;
  line-height:0;
}

.surrealism-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:0 !important;
}

/* ===== Atmosphere section ===== */

.atmosphere-section {
  background:#050505;
  color:#f4efe8;
  text-align:center;
  padding:8rem 2rem !important;
}

.atmosphere-inner {
  max-width:850px;
  margin:0 auto;
}

.atmosphere-inner h2 {
  color:#f4efe8;
  margin:0 0 1.5rem;
}

.atmosphere-inner p:not(.eyebrow) {
  color:rgba(255,255,255,.62);
  font-size:1.05rem;
  line-height:1.9;
}

/* mobile */

@media(max-width:1100px) {
  .collection-banners {
    grid-template-columns:repeat(2,1fr);
  }

  .collection-banner {
    height:480px;
  }

  .surrealism-feature {
    grid-template-columns:1fr;
  }

  .surrealism-copy {
    padding:5rem 2rem;
  }

  .surrealism-image {
    height:520px;
  }
}

@media(max-width:700px) {
  .collection-banners {
    grid-template-columns:1fr;
  }

  .collection-banner {
    height:430px;
  }
}


/* Fine Art Prints */
.prints-section {
  background:#efe6d8;
  color:#171411;
  text-align:center;
  padding:7rem 2rem !important;
}

.prints-inner {
  max-width:850px;
  margin:0 auto;
}

.prints-inner h2 {
  margin:0 0 1.5rem;
  color:#171411;
}

.prints-inner p:not(.eyebrow) {
  color:rgba(20,18,15,.68);
  line-height:1.9;
  font-size:1.05rem;
  margin-bottom:2.4rem;
}


/* Collection banners typography refinement */

.collection-banner strong {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: .02em !important;
  font-size: clamp(2.4rem, 3vw, 4rem) !important;
  line-height: .95 !important;
}

.collection-banner small {
  font-size: .66rem !important;
  letter-spacing: .24em !important;
}

/* Prints section closer to collections */

.prints-section {
  margin-top: 0 !important;
  border-top: 1px solid rgba(201,163,90,.18);
  border-bottom: 1px solid rgba(0,0,0,.08);
}


/* Compact surrealism section */
.surrealism-feature {
  min-height: auto !important;
  grid-template-columns: 0.95fr 1.05fr !important;
}

.surrealism-copy {
  padding: 4.5rem 5rem !important;
}

.surrealism-copy h2 {
  font-size: clamp(2.6rem, 4vw, 4.8rem) !important;
}

.surrealism-copy p:not(.eyebrow) {
  font-size: .95rem !important;
  line-height: 1.75 !important;
  max-width: 540px !important;
}

.surrealism-image {
  height: 520px !important;
}

.surrealism-image img {
  height: 100% !important;
  object-fit: cover !important;
}

@media(max-width:1100px){
  .surrealism-image {
    height: 420px !important;
  }

  .surrealism-copy {
    padding: 4rem 2rem !important;
  }
}


/* Print shop scaffold */

.print-grid {
  margin: 3rem 0;
  display: grid;
  gap: 1.5rem;
}

.print-product {
  border: 1px solid rgba(0,0,0,.12);
  padding: 2rem;
  background: rgba(255,255,255,.25);
}

.print-product h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 2rem !important;
}

.print-product a {
  color: #9b762f;
}


/* ===== Fix text visibility on light commission/prints sections ===== */

.commission-section,
.prints-section {
  color: #171411 !important;
}

.commission-section p,
.commission-section .lead,
.commission-steps p,
.prints-section p,
.prints-inner p {
  color: rgba(20,18,15,.72) !important;
}

.commission-copy h2,
.prints-inner h2 {
  color: #171411 !important;
}

.commission-steps span,
.prints-section .eyebrow {
  color: #c9a35a !important;
}

.commission-copy .btn,
.prints-section .btn {
  color: #fff !important;
}

/* keep dark sections readable */
.collections-luxury,
.prestige-right,
.contact-final,
.atmosphere-section {
  color: #f4efe8 !important;
}


/* Small logo mark under artist name */

.logo-stack{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:.25rem !important;
}

.logo-stack img{
  width:58px !important;
  height:auto !important;
  opacity:.82 !important;
  filter:
    sepia(1)
    saturate(1.4)
    hue-rotate(355deg)
    brightness(.85)
    contrast(1.05)
    drop-shadow(0 2px 8px rgba(201,163,90,.18));
}

.logo-stack span{
  color:#c9a35a !important;
}


/* Bigger elegant transparent logo */

.logo-stack{
  gap:.55rem !important;
}

.logo-stack img{
  width:92px !important;        /* ~30-40% larger */
  height:auto !important;

  background:transparent !important;
  mix-blend-mode:screen;

  opacity:.96 !important;

  border:none !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;

  filter:
    brightness(.82)
    sepia(1)
    saturate(2.2)
    hue-rotate(355deg)
    contrast(1.08)
    drop-shadow(0 0 10px rgba(201,163,90,.22));
}


/* Final transparent monogram logo */
.logo-stack img{
  width:128px !important;
  height:auto !important;
  background:transparent !important;
  border:none !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;
  opacity:.88 !important;
  mix-blend-mode:normal !important;
  filter:
    brightness(0)
    saturate(100%)
    invert(73%)
    sepia(37%)
    saturate(686%)
    hue-rotate(2deg)
    brightness(95%)
    contrast(88%)
    drop-shadow(0 2px 8px rgba(201,163,90,.22)) !important;
}


/* Make monogram more visible */
.logo-stack img{
  width:150px !important;
  opacity:.78 !important;
  filter:
    brightness(0)
    saturate(100%)
    invert(73%)
    sepia(37%)
    saturate(950%)
    hue-rotate(2deg)
    brightness(105%)
    contrast(105%)
    drop-shadow(0 2px 10px rgba(201,163,90,.35)) !important;
}


/* FULL visible monogram */
.logo-stack img{
  width:150px !important;
  opacity:1 !important;
  filter:
    brightness(0)
    saturate(100%)
    invert(73%)
    sepia(37%)
    saturate(1200%)
    hue-rotate(2deg)
    brightness(110%)
    contrast(110%)
    drop-shadow(0 0 12px rgba(201,163,90,.45)) !important;
}


/* Force monogram full visibility */
.logo-stack img{
  width:165px !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
  filter:
    brightness(0)
    saturate(100%)
    invert(73%)
    sepia(37%)
    saturate(1400%)
    hue-rotate(2deg)
    brightness(120%)
    contrast(125%) !important;
}

/* SOLO MONOGRAM HEADER */
.logo-stack{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
}

.logo-stack img{
    width:170px !important;
    height:auto;
    opacity:1 !important;
    mix-blend-mode:normal !important;
    margin-top:6px;

    filter:
        brightness(0)
        saturate(100%)
        invert(73%)
        sepia(37%)
        saturate(1400%)
        hue-rotate(2deg)
        brightness(118%)
        contrast(120%);
}

/* skry stare meno ak tam niekde zostalo */
.artist-name,
.site-title,
.logo-text{
    display:none !important;
}

.logo-stack span{
  display:none !important;
}

.logo-stack img{
  width:190px !important;
  opacity:1 !important;
}

/* Header layout fix */

.site-header {
  align-items: flex-start !important;
  padding-top: 24px !important;
}

.site-header nav,
.language-switch {
  margin-top: 10px !important;
}

.logo-stack span {
  display: none !important;
}

.logo-stack {
  gap: 0 !important;
  line-height: 0 !important;
}

.logo-stack img {
  width: 190px !important;
  margin-top: 0 !important;
}

