/* ============================================================
   Vitrine premium — palette ivoire/champagne, magazine editorial
   Inspirations: lea-ratton.com (lumière) + coralielescieux.com (photo-first)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Playfair+Display:wght@400;500;700&display=swap');

:root {
  --color-bg:        #FAF0E6;
  --color-surface:   #FFFFFF;
  --color-text:      #1A1612;
  --color-text-soft: #6B5D52;
  --color-accent:    #C5A572;
  --color-line:      #E8DCC8;

  --font-display:    'Playfair Display', Georgia, serif;
  --font-serif:      'Cormorant Garamond', Georgia, serif;
  --font-script:     'Cormorant Garamond', cursive;

  --letter-wide:     0.18em;
  --letter-tight:    -0.01em;

  --space-section:   8rem;
  --space-block:     3rem;

  --hero-focus-y:    40%;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.7;
  background: var(--color-bg);
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  padding: 2rem 1.5rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: var(--letter-wide);
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 22px rgba(0, 0, 0, 0.55);
}
.nav a { color: inherit; text-decoration: none; transition: opacity .25s ease; }
.nav a:hover { opacity: 0.7; }
.hero::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 180px;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
  pointer-events: none;
  z-index: 2;
}
.nav { z-index: 3; }

/* SECTIONS — defaults (overridden by .hero / .contact below via specificity) */
section {
  max-width: 1140px;
  margin: var(--space-section) auto;
  padding: 0 2rem;
}
section h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: var(--letter-wide);
  text-transform: uppercase;
  color: var(--color-accent);
  text-align: center;
  margin: 0 0 var(--space-block);
}
section h2::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 1px;
  margin: 1rem auto 0;
  background: var(--color-accent);
}

/* HERO — full-bleed, override section constraints */
section.hero {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.5rem;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  text-align: center;
  background-size: cover;
  background-position: center var(--hero-focus-y);
  background-repeat: no-repeat;
  background-color: #2a2520;
  color: #FFFFFF;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 100%);
  z-index: 1;
}
.hero__inner { position: relative; z-index: 1; }
.hero__signature {
  font-family: var(--font-script);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1;
  margin: 0 0 0.5rem;
  letter-spacing: var(--letter-tight);
}
.hero__small {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: var(--letter-wide);
  text-transform: uppercase;
  margin: 0 0 3rem;
  opacity: 0.85;
}
.hero__tagline {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  letter-spacing: var(--letter-wide);
  text-transform: uppercase;
  max-width: 32rem;
  margin: 0 auto;
}

.about p {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  line-height: 1.75;
  max-width: 38rem;
  margin: 0 auto;
  text-align: center;
  color: var(--color-text);
}

/* GALLERY — uniform editorial grid for pre-composed posters */
.gallery {
  max-width: 1240px;
}
.gallery .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.gallery figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--color-surface);
  box-shadow: 0 1px 24px rgba(26, 22, 18, 0.04);
  display: grid;
  place-items: center;
}
.gallery figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 1.2s cubic-bezier(.2,.8,.2,1);
}
.gallery figure:hover img { transform: scale(1.015); }
.gallery__item--hidden { display: none !important; }
.gallery__more {
  display: block;
  margin: 4rem auto 0;
  padding: 1.05rem 3.2rem;
  background: transparent;
  border: 1px solid var(--color-accent);
  color: var(--color-text);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: var(--letter-wide);
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .35s ease, color .35s ease, transform .35s ease;
}
.gallery__more:hover { background: var(--color-accent); color: #fff; transform: translateY(-1px); }
.gallery__more:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 4px; }

/* CONTACT — full-bleed band */
section.contact {
  text-align: center;
  background: var(--color-surface);
  padding: var(--space-section) 2rem;
  margin: var(--space-section) 0 0;
  max-width: none;
  width: 100%;
  border-top: 1px solid var(--color-line);
}
.contact p { font-size: 1.1rem; margin: 0.5rem 0; }
.contact a {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: var(--color-text);
  text-decoration: none;
  border-bottom: 1px solid var(--color-accent);
  padding-bottom: 2px;
  transition: color .25s ease;
}
.contact a:hover { color: var(--color-accent); }
.contact__location {
  display: inline-block;
  margin-top: 2rem;
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: var(--letter-wide);
  text-transform: uppercase;
  color: var(--color-text-soft);
}

@media (max-width: 760px) {
  :root { --space-section: 5rem; --space-block: 2rem; }
  .nav { gap: 1.25rem; font-size: 0.7rem; }
  .hero__signature { font-size: 3rem; }
  .gallery .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
