: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));
}
