/* ========================================================
   Elise Fotografie — zwart / wit / roze, stoer & editorial
   ======================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@500;600;700&family=Inter:wght@300;400;500&display=swap');

:root {
  --bg: #0a0a0a;
  --bg-alt: #111111;
  --text: #f3f3f0;
  --muted: #8f8f8f;
  --pink: #ff2d6f;
  --pink-dim: #7a1737;
  --border: #232323;

  --font-display: 'Bricolage Grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-body: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

::selection {
  background: var(--pink);
  color: #0a0a0a;
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

/* ── Header / hamburger menu ── */

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px;
  background: rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--muted);
}

.logo {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
  z-index: 110;
}

.logo span {
  color: var(--pink);
}

.sidebar-nav {
  position: fixed;
  inset: 0;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  z-index: 105;
}

.nav-open .sidebar-nav {
  transform: translateY(0);
}

.sidebar-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.sidebar-nav a {
  font-size: 20px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  position: relative;
  transition: color 0.25s ease;
}

.sidebar-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--pink);
  transition: width 0.3s ease;
}

.sidebar-nav a:hover,
.sidebar-nav a.active {
  color: var(--text);
}

.sidebar-nav a:hover::after,
.sidebar-nav a.active::after {
  width: 100%;
}

.nav-divider {
  display: none;
}

.sidebar-nav .instagram-icon {
  display: inline-flex;
  margin-top: 8px;
  color: var(--muted);
  transition: color 0.25s ease;
}

.sidebar-nav .instagram-icon:hover {
  color: var(--pink);
}

.sidebar-nav .instagram-icon svg {
  width: 22px;
  height: 22px;
}

.nav-toggle {
  display: block;
  z-index: 110;
  background: none;
  border: none;
  width: 28px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.nav-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: var(--text);
  transition: all 0.3s ease;
}

.nav-toggle span:nth-child(1) { top: 0; }
.nav-toggle span:nth-child(2) { top: 9px; }
.nav-toggle span:nth-child(3) { top: 18px; }

.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}
.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ── Hero ── */

.hero {
  position: relative;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--bg);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.5) contrast(1.05);
}

.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(ellipse at center, rgba(10,10,10,0.7) 0%, rgba(10,10,10,0.4) 42%, rgba(10,10,10,0.1) 72%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 48px;
  text-align: center;
}

.hero-content h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(48px, 10vw, 140px);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.hero-content h1 .accent {
  color: var(--pink);
}

/* ── Section shell ── */

section {
  padding: 140px 48px;
}

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

.section-head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 6vw, 72px);
  text-transform: uppercase;
  line-height: 0.95;
}

.section-head p {
  max-width: 380px;
  color: var(--muted);
  font-weight: 300;
  font-size: 14px;
}

/* ── Intro (home) ── */

.intro {
  padding-top: 120px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.intro-grid p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text);
}

.intro-grid strong {
  color: var(--pink);
  font-weight: 500;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 1px solid var(--pink);
  padding-bottom: 6px;
  transition: gap 0.25s ease, color 0.25s ease;
}

.text-link:hover {
  gap: 16px;
  color: var(--pink);
}

/* ── Category teasers (home) ── */

.categories {
  padding: 0 48px 140px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.category-tile {
  position: relative;
  height: 620px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.category-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.category-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.85), rgba(10,10,10,0.05) 55%);
  z-index: 1;
}

.category-tile:hover img {
  transform: scale(1.04);
}

.category-label {
  position: relative;
  z-index: 2;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.category-label h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 5vw, 64px);
  text-transform: uppercase;
}

.category-label .arrow {
  font-size: 28px;
  color: var(--text);
  transition: transform 0.3s ease;
}

.category-tile:hover .arrow {
  transform: translate(6px, -6px);
}

/* ── CTA band ── */

.cta-band {
  text-align: center;
}

.cta-band h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 8vw, 96px);
  text-transform: uppercase;
  line-height: 0.95;
}

.cta-band .eyebrow {
  display: block;
  margin-bottom: 24px;
}

.cta-band .text-link {
  margin-top: 40px;
}

/* ── Portfolio grid (fashion/people) ── */

.page-header {
  padding: 160px 48px 64px;
}

.page-header .eyebrow {
  margin-bottom: 18px;
}

.page-header h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 5vw, 64px);
  text-transform: uppercase;
  line-height: 0.9;
}

.page-header p {
  max-width: 460px;
  margin-top: 20px;
  color: var(--muted);
  font-weight: 300;
}

.portfolio-grid {
  columns: 3;
  column-gap: 6px;
  padding: 0 48px 140px;
}

.grid-item {
  break-inside: avoid;
  margin-bottom: 6px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.grid-item img {
  width: 100%;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.grid-item:hover img {
  transform: scale(1.04);
}

/* ── About page ── */

.about-main {
  padding: 160px 48px 140px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.about-media {
  position: sticky;
  top: 140px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.6);
}

.about-main h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(48px, 8vw, 96px);
  text-transform: uppercase;
  line-height: 0.9;
}

.about-main .subtitle {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bio {
  margin-top: 44px;
}

.bio p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.9;
  color: #d8d8d5;
  margin-bottom: 26px;
  max-width: 560px;
}

.pull-quote {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 44px);
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--text);
  border-left: 2px solid var(--pink);
  padding-left: 24px;
  margin: 48px 0;
  max-width: 560px;
}

.press-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 48px;
}

.press-list span {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── Contact page ── */

.contact-main {
  padding: 180px 48px 140px;
  max-width: 720px;
}

.contact-main h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(56px, 12vw, 140px);
  text-transform: uppercase;
  line-height: 0.9;
  margin-bottom: 80px;
}

.contact-section {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
}

.contact-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-info {
  font-size: 18px;
  font-weight: 300;
}

.contact-info p {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 14px;
}

.contact-info a {
  color: var(--text);
  font-size: 22px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.contact-info a:hover {
  color: var(--muted);
  border-color: var(--muted);
}

.instagram-icon {
  display: inline-flex;
  margin-top: 18px;
  color: var(--muted);
  transition: color 0.25s ease;
}

.instagram-icon:hover {
  color: var(--text);
}

.instagram-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

/* ── Reveal animation ── */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ── Footer ── */

footer {
  padding: 32px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--muted);
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links {
  display: flex;
  gap: 32px;
  list-style: none;
}

footer a {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.2s ease;
}

footer a:hover {
  color: var(--text);
}

.footer-note {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #4a4a4a;
}

/* ── Responsive ── */

@media (max-width: 900px) {
  .portfolio-grid { columns: 2; }
  .categories { grid-template-columns: 1fr; }
  .category-tile { height: 460px; }
  .intro-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-main { grid-template-columns: 1fr; }
  .about-media { position: relative; top: 0; aspect-ratio: 4/3; }
  section { padding: 96px 32px; }

  header { padding: 20px 24px; }

  .page-header { padding: 120px 24px 48px; }
  .portfolio-grid { columns: 1; padding: 0 24px 96px; }
  .categories { padding: 0 24px 96px; }

  .about-main,
  .contact-main { padding: 120px 24px 96px; }

  .contact-section {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
  }
}

@media (max-width: 640px) {
  section { padding: 72px 24px; }
  .hero-content { padding: 0 24px; }
  .hero-content h1 { font-size: clamp(40px, 12vw, 64px); }
}
