/* Voneou — documentary travel photography
   Design system: "Editorial Dark" — 2026 redesign
   Deep jewel tones, bold expressive typography, dramatic whitespace, images dominate. */

:root {
  --ink:     #f8f6f0;
  --ink-2:   #e8e4dc;
  --muted:   #a8a098;
  --surface: #1a1c20;
  --surface-2: #242832;
  --surface-3: #2c3040;
  --line:    #34394a;
  --accent:  #d4b56a;
  --accent-2: #f4d584;
  --deep:    #0f1114;
  --maxw:    1320px;
  --serif:   "Charter", "Iowan Old Style", "Source Serif Pro", "Palatino Linotype", Georgia, serif;
  --display: "Inter Display", "SF Pro Display", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --sans:    "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono:    "SF Mono", "Monaco", "Inconsolata", "Roboto Mono", monospace;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--surface);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* ---------- layout helpers ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.section { padding: 120px 0; }
.section--tight { padding: 80px 0; }

.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}

h1 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(42px, 8vw, 96px);
  line-height: 0.95;
  letter-spacing: -.025em;
  color: var(--ink);
}

h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.1;
  letter-spacing: -.02em;
}

h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.25;
}

p.lead {
  font-size: clamp(18px, 2.4vw, 24px);
  color: var(--ink-2);
  max-width: 58ch;
  line-height: 1.5;
}

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(26,28,32,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 80px;
}
.wordmark {
  font-family: var(--display);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
}
.nav { display: flex; gap: 36px; }
.nav a {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--muted);
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: all .2s ease;
}
.nav a:hover, .nav a.active {
  color: var(--accent);
  border-color: var(--accent);
}
.nav-toggle { display: none; background: none; border: 0; font-size: 22px; cursor: pointer; color: var(--ink); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

/* ---------- language switcher ---------- */
.lang-switch {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}
.lang-switch button {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  background: none;
  border: 0;
  color: var(--muted);
  padding: 7px 11px;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}
.lang-switch button + button { border-left: 1px solid var(--line); }
.lang-switch button:hover { color: var(--ink); }
.lang-switch button.active {
  background: var(--accent);
  color: var(--surface);
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  height: 92vh;
  min-height: 640px;
  overflow: hidden;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85) contrast(1.1);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(15,17,20,.25) 0%,
    rgba(15,17,20,.05) 40%,
    rgba(15,17,20,.7) 100%);
}
.hero-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding-bottom: 72px;
  color: var(--ink);
}
.hero-text .wrap { display: block; }
.hero-text h1 {
  font-size: clamp(48px, 9vw, 120px);
  font-weight: 800;
  letter-spacing: -.03em;
  max-width: 16ch;
  text-shadow: 0 4px 24px rgba(0,0,0,.4);
}
.hero-text .tagline {
  margin-top: 24px;
  font-family: var(--mono);
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent-2);
  max-width: 42ch;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 32px;
  border: 2px solid var(--ink);
  color: var(--ink);
  transition: all .2s ease;
  border-radius: 0;
}
.btn:hover {
  background: var(--ink);
  color: var(--surface);
  transform: translateY(-1px);
}
.btn--light {
  border-color: var(--ink);
  color: var(--ink);
}
.btn--light:hover {
  background: var(--ink);
  color: var(--surface);
}
.btn--accent {
  border-color: var(--accent);
  color: var(--accent);
}
.btn--accent:hover {
  background: var(--accent);
  color: var(--surface);
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--accent);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 4px;
  transition: all .2s ease;
}
.link-arrow:hover {
  color: var(--accent-2);
  border-color: var(--accent-2);
}
.link-arrow::after { content: "→"; }

/* ---------- intro / split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.split--text-first { }
.divider { border: 0; border-top: 1px solid var(--line); }

/* ---------- work grid ---------- */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tile {
  position: relative;
  overflow: hidden;
  background: var(--surface-2);
  border-radius: 4px;
}
.tile > a,
.plate > a {
  display: block;
  color: inherit;
  cursor: zoom-in;
}
.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  transition: all .6s ease;
  filter: brightness(0.9) contrast(1.05);
}
.tile--wide { grid-column: span 2; }
.tile--wide img { aspect-ratio: 16 / 10; }
.tile:hover img {
  transform: scale(1.05);
  filter: brightness(1) contrast(1.1);
}
.tile figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px 24px 18px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent-2);
  background: linear-gradient(180deg,
    rgba(15,17,20,0) 0%,
    rgba(15,17,20,.85) 100%);
  opacity: 0;
  transition: opacity .3s ease;
}
.tile:hover figcaption { opacity: 1; }

/* ---------- series index ---------- */
.series-list { display: grid; gap: 80px; }
.series-card {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: transform .3s ease;
}
.series-card:hover { transform: translateY(-4px); }
.series-card:nth-child(even) { grid-template-columns: 1fr 1.3fr; }
.series-card:nth-child(even) .series-card__media { order: 2; }
.series-card__media {
  overflow: hidden;
  border-radius: 6px;
}
.series-card__media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: all .6s ease;
  filter: brightness(0.9) contrast(1.05);
}
.series-card:hover .series-card__media img {
  transform: scale(1.05);
  filter: brightness(1) contrast(1.1);
}
.series-card__meta .num {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.series-card__meta h3 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  margin-bottom: 16px;
}
.series-card__meta p {
  color: var(--muted);
  margin: 0 0 24px;
  max-width: 38ch;
  line-height: 1.6;
}

/* ---------- series detail ---------- */
.series-head { padding: 120px 0 80px; }
.series-head .meta {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.series-head h1 {
  font-size: clamp(48px, 8vw, 88px);
  font-weight: 700;
  line-height: 0.95;
  max-width: 14ch;
}
.series-head .intro { margin-top: 32px; }

.plates { display: flex; flex-direction: column; gap: 20px; max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.plate img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  filter: brightness(0.95) contrast(1.05);
}
.plate figcaption {
  font-size: 14px;
  color: var(--muted);
  margin-top: 16px;
  max-width: 62ch;
  line-height: 1.5;
}
.plate-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.plate-row .plate figcaption { margin-bottom: 12px; }

/* ---------- licensing ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.card {
  border: 1px solid var(--line);
  padding: 40px 36px;
  background: var(--surface-2);
  border-radius: 6px;
  transition: all .3s ease;
}
.card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}
.card h3 {
  margin-bottom: 16px;
  color: var(--ink);
}
.card p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}
.card .price {
  font-family: var(--display);
  font-weight: 600;
  font-size: 22px;
  color: var(--accent);
  margin-top: 20px;
}

.steps {
  list-style: none;
  counter-reset: step;
  display: grid;
  gap: 28px;
  max-width: 68ch;
}
.steps li {
  counter-increment: step;
  padding-left: 64px;
  position: relative;
}
.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  border: 2px solid var(--accent);
  color: var(--accent);
  font-family: var(--display);
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--surface);
}

/* ---------- about ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: start;
}
.about-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
  filter: brightness(0.95) contrast(1.05);
}
.about-body p {
  margin-bottom: 20px;
  max-width: 56ch;
  line-height: 1.6;
}
.note {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
  border-left: 3px solid var(--accent);
  padding-left: 18px;
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* ---------- contact ---------- */
.form { display: grid; gap: 24px; max-width: 580px; }
.form label {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}
.form input, .form select, .form textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 15px;
  padding: 16px 18px;
  margin-top: 8px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 4px;
  transition: all .2s ease;
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(212, 181, 106, 0.1);
}
.form textarea {
  min-height: 140px;
  resize: vertical;
}
.form button {
  justify-self: start;
  background: transparent;
  cursor: pointer;
}
.form-note {
  max-width: 580px;
  margin-top: 24px;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--muted);
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.social-links a:hover,
.social-links a:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
}
.social-links svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.social-links a:nth-child(3) svg,
.social-links a:nth-child(5) svg {
  fill: currentColor;
  stroke: none;
}

/* lock background scroll while the lightbox is open */
html.lb-open, html.lb-open body { overflow: hidden; }

/* ---------- footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 80px 0 56px;
  margin-top: 80px;
  background: var(--deep);
}
.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}
.site-footer .wordmark { font-size: 20px; color: var(--ink); }
.site-footer p, .site-footer a { font-size: 13px; color: var(--muted); text-decoration: none; }
.site-footer a:hover { color: var(--ink); }

.foot-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
}
.foot-links a {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color .2s ease;
}
.foot-links a:hover { color: var(--accent); }

/* ---------- page intro ---------- */
.page-intro {
  padding: 84px 0 40px;
  border-bottom: 1px solid var(--line);
}
.page-intro h1 {
  font-size: clamp(34px, 5vw, 58px);
  margin-bottom: 20px;
}
.page-intro p { color: var(--muted); margin-top: 16px; max-width: 56ch; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    z-index: 49;
  }
  .nav.open { display: flex; }
  .nav a { padding: 16px 32px; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: block; }
  .header-actions { gap: 14px; }
  .split, .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .series-card, .series-card:nth-child(even) { grid-template-columns: 1fr; gap: 28px; }
  .series-card:nth-child(even) .series-card__media { order: 0; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .tile--wide { grid-column: span 2; }
  .cards { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .section--tight { padding: 48px 0; }
  .hero { height: 75vh; min-height: 480px; }
  .hero-text { padding-bottom: 48px; }
  .plate-row { grid-template-columns: 1fr; }
  .site-footer .wrap { flex-direction: column; gap: 32px; }
  .foot-links { gap: 16px; }
  .tile figcaption { opacity: 1 !important; transition: none; }
}

@media (max-width: 560px) {
  .wrap { padding: 0 20px; }
  .plates { padding: 0 20px; }
  .grid { grid-template-columns: 1fr; }
  .tile--wide { grid-column: span 1; }
}
