:root {
  --ink: #1a1410;
  --ink-soft: #3c342c;
  --cream: #f7f1e8;
  --cream-2: #efe6d8;
  --paper: #fbf7f1;
  --gold: #c4a574;
  --gold-deep: #9a7a4a;
  --line: rgba(26, 20, 16, 0.12);
  --white: #fffdf9;
  --shadow: 0 24px 60px rgba(26, 20, 16, 0.18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.serif { font-family: "Cormorant Garamond", serif; }

/* NAV */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  transition: background .35s ease, backdrop-filter .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent;
}

.nav.scrolled {
  background: rgba(251, 247, 241, 0.88);
  backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: .28em;
  font-size: 13px;
  font-weight: 600;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--gold);
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nav-links a { position: relative; }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 1px;
  background: var(--gold-deep);
  transition: width .25s ease;
}
.nav-links a:hover::after { width: 100%; }

.nav-right {
  display: flex;
  align-items: center;
  gap: 28px;
}

.lang {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: .16em;
}

.lang-btn {
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  letter-spacing: .16em;
  color: var(--ink-soft);
  padding: 0;
}

.lang-btn.active {
  color: var(--ink);
  font-weight: 600;
}

.lang-sep { color: var(--gold-deep); opacity: .7; }

.menu-btn {
  display: none;
  background: none;
  border: 0;
  font-size: 22px;
  cursor: pointer;
}

/* HERO */
.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: var(--cream);
}

.hero-media {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 8% 80px;
}

.kicker {
  letter-spacing: .32em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--gold-deep);
  margin-bottom: 22px;
}

.hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(48px, 6vw, 86px);
  line-height: .92;
  margin-bottom: 24px;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold-deep);
}

.lead {
  max-width: 460px;
  color: var(--ink-soft);
  font-size: 16px;
  margin-bottom: 36px;
}

.actions { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  border: 1px solid var(--ink);
  transition: .25s ease;
}

.btn-fill {
  background: var(--ink);
  color: var(--cream);
}

.btn-fill:hover { background: var(--gold-deep); border-color: var(--gold-deep); }

.btn-ghost:hover { background: var(--ink); color: var(--cream); }

/* SECTIONS */
section { padding: 96px 0; }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 40px;
}

.section-head h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 400;
  line-height: 1;
}

.section-head p { max-width: 340px; color: var(--ink-soft); font-size: 14px; }

/* MANIFESTO */
.manifesto {
  background: var(--ink);
  color: var(--cream);
}

.manifesto .container {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.manifesto img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}

.manifesto h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  line-height: .95;
  margin: 12px 0 24px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(247, 241, 232, .15);
}

.stats strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 500;
  color: var(--gold);
}

.stats span { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; opacity: .7; }

/* COLLECTIONS */
.collections { background: var(--paper); }

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

.card {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  background: #ddd;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.card:hover img { transform: scale(1.06); }

.card-label {
  position: absolute;
  left: 20px; bottom: 20px;
  color: white;
  text-shadow: 0 8px 24px rgba(0,0,0,.45);
}

.card-label small {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 11px;
}

.card-label h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 400;
}

/* GALLERY */
.gallery-grid {
  columns: 3;
  column-gap: 14px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 14px;
  position: relative;
  cursor: zoom-in;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  transition: transform .6s ease;
}

.gallery-item:hover img { transform: scale(1.03); }

.filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.filter {
  border: 1px solid var(--line);
  background: transparent;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.filter.active, .filter:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

/* JOURNAL */
.journal-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 18px;
}

.journal-main, .journal-side article {
  position: relative;
  overflow: hidden;
  background: #111;
}

.journal-main { min-height: 560px; }
.journal-side { display: grid; gap: 18px; }
.journal-side article { min-height: 270px; }

.journal-main img, .journal-side img {
  width: 100%; height: 100%; object-fit: cover; opacity: .92;
}

.journal-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 28px;
  color: white;
  background: linear-gradient(transparent, rgba(0,0,0,.72));
}

.journal-copy h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 400;
}

/* FOOTER */
footer {
  background: var(--ink);
  color: var(--cream);
  padding: 48px 0 28px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(247,241,232,.12);
}

.socials { display: flex; gap: 18px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.socials a:hover { color: var(--gold); }

.copyright { padding-top: 18px; font-size: 12px; opacity: .55; }

/* LIGHTBOX */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10,8,6,.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 80;
  padding: 32px;
}

.lightbox.open { display: flex; }

.lightbox img {
  max-width: min(92vw, 920px);
  max-height: 88vh;
  object-fit: contain;
}

.lightbox button {
  position: absolute;
  top: 18px; right: 22px;
  background: none;
  border: 0;
  color: white;
  font-size: 32px;
  cursor: pointer;
}

/* responsive */

@media (max-width: 900px) {
  .nav { padding: 14px 18px; }
  .nav-links {
    position: fixed;
    inset: 64px 16px auto;
    background: var(--paper);
    flex-direction: column;
    padding: 22px;
    border: 1px solid var(--line);
    display: none;
  }
  .nav-links.open { display: flex; }
  .menu-btn { display: block; }
  .nav-right { gap: 14px; }
  .hero, .manifesto .container, .grid-3, .journal-grid, .gallery-grid {
    grid-template-columns: 1fr;
    columns: 1;
    display: grid;
  }
  .hero { min-height: auto; }
  .hero-media { min-height: 62vh; }
  .hero-copy { padding: 48px 24px 64px; }
  .manifesto img, .journal-main { height: 420px; min-height: 420px; }
}
