/* ============================================================
   ZUZU COLLECTIVE — site stylesheet
   Palette + type faithfully carried over from the original site
   cream #EFEDE1 · plum #412734 · ink #0C0709
   Romie (headlines) · Romie Italic (accents)
   Neue Haas Display (subheads) · Art Company Mono (body)
   ============================================================ */

/* ---- Fonts: local file first, current Squarespace-hosted file as fallback ---- */
@font-face {
  font-family: 'Romie';
  src: url('../fonts/RomieRegular.otf') format('opentype'),
       url('https://static1.squarespace.com/static/672bca5c58fb52057e766153/t/672bcb8cffd4890d27f59ca4/1730923404966/RomieRegular.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'RomieItalic';
  src: url('../fonts/RomieRegularItalic.otf') format('opentype'),
       url('https://static1.squarespace.com/static/672bca5c58fb52057e766153/t/672bcb8ceb56394fd63ae720/1730923404967/RomieRegularItalic.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaas';
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype'),
       url('https://static1.squarespace.com/static/672bca5c58fb52057e766153/t/672bd09a415dee1cf4fbd5ab/1730924698865/NeueHaasDisplayRoman.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'ArtMono';
  src: url('../fonts/ArtCompanyMono-Light.otf') format('opentype'),
       url('https://static1.squarespace.com/static/672bca5c58fb52057e766153/t/672bcb8cdc5db23723c688d1/1730923404844/ArtCompanyMono-Light.otf') format('opentype');
  font-display: swap;
}

:root {
  --cream: #EFEDE1;
  --plum: #412734;
  --ink: #0C0709;
  --mauve: #565462;
  --serif: 'Romie', Georgia, serif;
  --serif-italic: 'RomieItalic', Georgia, serif;
  --sans: 'NeueHaas', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --mono: 'ArtMono', 'Courier New', monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
::selection { background: var(--plum); color: var(--cream); }
:focus-visible { outline: 2px solid var(--plum); outline-offset: 3px; }
img { transition: opacity .4s ease; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; font-family: var(--mono); }
a:hover { font-style: italic; }

h1, .display {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -3px;
  font-size: clamp(2.6rem, 7vw, 5rem);
  line-height: 1.02;
}
h2 { font-family: var(--sans); font-weight: 500; font-size: 1.4rem; letter-spacing: 0; }
h3 { font-family: var(--sans); font-weight: 500; font-size: 1.9rem; }
h4 { font-family: var(--sans); font-weight: 500; font-size: 1.1rem; }
h1 em, h2 em, h3 em, h4 em, .it {
  font-family: var(--serif-italic);
  font-style: italic;
  font-weight: 400;
}
h1 em { letter-spacing: -3px; }

.kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

/* ---------------- Nav ---------------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: var(--cream);
  border-bottom: 1px solid var(--plum);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 14px 10px;
  gap: 0;
}
.nav a {
  font-size: 12px;
  letter-spacing: 0.25px;
  font-weight: 500;
  padding: 0 1.4vw;
  color: var(--ink);
  white-space: nowrap;
}
.nav a + a { border-left: 1px solid var(--plum); }
.nav a.active { font-style: italic; }

/* mobile nav */
.nav-toggle { display: none; }
@media (max-width: 900px) {
  .nav { flex-wrap: wrap; padding: 12px; gap: 6px 0; }
  .nav a { font-size: 11px; padding: 0 8px; }
}

main { padding-top: 72px; }
@media (max-width: 900px) { main { padding-top: 96px; } }

/* ---------------- Sections ---------------- */
.section { padding: 90px 6vw; }
.section--tight { padding: 56px 6vw; }
.section--plum { background: var(--plum); color: var(--cream); }
.section--ink { background: var(--ink); color: var(--cream); }
.section--plum a, .section--ink a { color: var(--cream); }
.center { text-align: center; }
.measure { max-width: 640px; }
.measure--center { max-width: 640px; margin-left: auto; margin-right: auto; }

.rule { border: none; border-top: 1px solid var(--plum); margin: 40px 0; }
.section--plum .rule, .section--ink .rule { border-top-color: var(--cream); opacity: .5; }

/* ---------------- Hero: big ZUZU sticks while small photos scroll past ---------------- */
.hero-scroll { position: relative; padding: 50px 6vw 4vh; }
.hero-logo-pin {
  position: sticky;
  top: 24vh;
  z-index: 0;
  text-align: center;
}
.hero-logo-pin img { width: min(950px, 92vw); margin: 0 auto; display: block; }
/* COLLECTIVE + taglines: their own block at the bottom of the hero, scrolls normally */
.hero-finale {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 6vh 0 8vh;
}
.hero-finale .collective {
  font-family: var(--sans);
  font-size: clamp(1.3rem, 2.6vw, 2.1rem);
  letter-spacing: 4px;
  margin-bottom: 22px;
}
.hero-finale .tagline { font-size: 13px; letter-spacing: 1px; }
.hero-photos {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 32vh;
  margin-top: 6vh;
  /* runway so the last photo fully clears the ZUZU before the finale */
  padding-bottom: 45vh;
}
.hero-photos img {
  width: min(320px, 70vw);
  border: 1px solid var(--plum);
}
.hero-photos img:nth-child(1) { justify-self: start;  margin-left: 8vw; }
.hero-photos img:nth-child(2) { justify-self: end;    margin-right: 10vw; width: min(280px, 60vw); }
.hero-photos img:nth-child(3) { justify-self: center; margin-left: -14vw; width: min(300px, 65vw); }
.hero-photos img:nth-child(4) { justify-self: end;    margin-right: 22vw; }
.hero-photos img:nth-child(5) { justify-self: start;  margin-left: 20vw; width: min(300px, 65vw); }
@media (max-width: 800px) {
  .hero-photos { gap: 24vh; }
  .hero-photos img { margin: 0 !important; justify-self: center !important; }
}

/* spinning spiral accent — inline SVG, plum on light sections */
.spiral-spin {
  width: 96px;
  height: 96px;
  animation: rotate 20s linear infinite;
  color: var(--plum);
}
.section--plum .spiral-spin { color: var(--cream); }

/* overlapping photo collage (Meet The Visionary, Recent Weddings) */
.collage { position: relative; padding-bottom: 16%; }
.collage-back {
  width: 80%;
  margin-left: auto;
  display: block;
}
.collage-front {
  position: absolute;
  width: 56%;
  left: 0;
  bottom: 0;
  box-shadow: 0 14px 44px rgba(12, 7, 9, .25);
}

/* staggered pair (Recent Weddings) — like the original */
.stagger-pair { position: relative; max-width: 520px; margin: 0 auto; }
.stagger-pair img:first-child { width: 62%; display: block; }
.stagger-pair img:last-child { width: 62%; display: block; margin-left: 38%; margin-top: -34%; }

/* scattered testimonial rows (home) — like the original, kept tidy */
.testi-row {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  border-top: 1px solid rgba(65, 39, 52, .45);
  padding-top: 30px;
  margin-top: 48px;
  max-width: 640px;
}
.testi-row img { width: 180px; flex-shrink: 0; }
.testi-row blockquote {
  font-family: var(--serif-italic);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
}
.testi-row .who { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-top: 16px; }
.testi-row.right { margin-left: 34%; }
.testi-row.mid { margin-left: 12%; }
@media (max-width: 1100px) { .testi-row.right { margin-left: 20%; } }
@media (max-width: 800px) {
  .testi-row { flex-direction: column; margin-left: 0 !important; max-width: none; }
}

/* marquee of photographs */
.marquee {
  overflow: hidden;
  border-top: 1px solid var(--plum);
  border-bottom: 1px solid var(--plum);
  padding: 26px 0;
  background: var(--cream);
}
.marquee-track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: marquee 42s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track img {
  height: 340px;
  width: auto;
  object-fit: cover;
  border: 1px solid var(--plum);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (max-width: 700px) { .marquee-track img { height: 220px; } }

/* ---------------- Two-column feature ---------------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 36px; } }
.split img { border: 1px solid var(--plum); }
.section--plum .split img, .section--ink .split img { border-color: var(--cream); }

/* ---------------- Cards (packages, rentals, journal) ---------------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
  margin-top: 48px;
}
.card {
  border: 1px solid currentColor;
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
}
.card h3 { font-size: 1.35rem; margin-bottom: 4px; }
.card .price {
  font-family: var(--serif-italic);
  font-style: italic;
  font-size: 1.5rem;
  margin: 10px 0 16px;
}
.card ul { list-style: none; margin: 14px 0 22px; }
.card ul li { padding: 7px 0; border-bottom: 1px solid rgba(65,39,52,.25); font-size: 12.5px; }
.card ul li .note {
  display: block;
  font-family: var(--serif-italic);
  font-style: italic;
  font-size: 12px;
  opacity: .8;
  margin-top: 2px;
}
.section--plum .card ul li, .section--ink .card ul li { border-bottom-color: rgba(239,237,225,.25); }
.card .btn { margin-top: auto; align-self: flex-start; }
.card img { border: 1px solid currentColor; margin-bottom: 22px; aspect-ratio: 4/5; object-fit: cover; width: 100%; }

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-block;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 1px;
  border: 1px solid currentColor;
  padding: 13px 30px;
  transition: all .25s ease;
  cursor: pointer;
  background: transparent;
  color: inherit;
}
.btn:hover { font-style: italic; background: var(--plum); color: var(--cream); border-color: var(--plum); }
.section--plum .btn:hover, .section--ink .btn:hover { background: var(--cream); color: var(--plum); border-color: var(--cream); }

/* ---------------- Gallery / portfolio ---------------- */
.masonry { columns: 3 300px; column-gap: 20px; margin-top: 48px; }
.masonry a { display: block; margin-bottom: 20px; break-inside: avoid; }
.masonry img {
  width: 100%;
  border: 1px solid var(--plum);
  transition: transform .35s ease, opacity .35s ease;
}
.masonry a:hover img { opacity: .88; transform: scale(1.01); }

/* lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(65,39,52,.96);
  display: none;
  align-items: center; justify-content: center;
  padding: 4vw;
}
.lightbox.open { display: flex; }
.lightbox img { max-height: 90vh; max-width: 92vw; border: 1px solid var(--cream); }
.lightbox .close {
  position: absolute; top: 22px; right: 30px;
  color: var(--cream); font-family: var(--mono); font-size: 14px;
  background: none; border: none; cursor: pointer; letter-spacing: 2px;
}

/* ---------------- Testimonials ---------------- */
.quote-block { max-width: 760px; margin: 0 auto; padding: 46px 0; }
.quote-block + .quote-block { border-top: 1px solid rgba(65,39,52,.35); }
.quote-block p.quote {
  font-family: var(--serif-italic);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.55;
  letter-spacing: 0;
}
.quote-block .attribution { margin-top: 18px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }

/* home testimonial cards */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 40px; margin-top: 50px; }
.testi-grid figure img { border: 1px solid var(--plum); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.testi-grid blockquote { font-family: var(--serif-italic); font-style: italic; font-size: 1.05rem; margin: 18px 0 8px; }
.testi-grid figcaption { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }

/* ---------------- Forms ---------------- */
.form-row { display: flex; gap: 14px; flex-wrap: wrap; }
input, textarea, select {
  font-family: var(--mono);
  font-size: 12px;
  padding: 14px 16px;
  background: transparent;
  border: 1px solid currentColor;
  color: inherit;
  width: 100%;
}
input::placeholder, textarea::placeholder { color: inherit; opacity: .55; text-transform: lowercase; }
input:focus, textarea:focus { outline: none; font-style: italic; }
label { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; display: block; margin: 18px 0 6px; }
.newsletter-inline { display: flex; border: 1px solid currentColor; max-width: 460px; }
.newsletter-inline input { border: none; }
.newsletter-inline button {
  background: none; border: none; color: inherit;
  font-family: var(--mono); font-size: 14px; padding: 0 22px; cursor: pointer;
}
.newsletter-inline button:hover { font-style: italic; opacity: .7; }

/* ---------------- Journal ---------------- */
.post-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 34px; margin-top: 48px; }
.post-card img { border: 1px solid var(--plum); aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.post-card .date { font-size: 11px; letter-spacing: 2px; margin: 16px 0 6px; text-transform: uppercase; }
.post-card h3 { font-family: var(--serif); letter-spacing: -1px; font-size: 1.5rem; line-height: 1.15; }
.post-card .read-more { display: inline-block; margin-top: 12px; font-size: 12px; border-bottom: 1px solid var(--plum); }

.article { max-width: 700px; margin: 0 auto; }
.article h1 { font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: 10px; }
.article .meta { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 40px; }
.article p { margin-bottom: 22px; }
.article strong { font-weight: 700; }
.article em { font-family: var(--serif-italic); font-style: italic; }
.article img { border: 1px solid var(--plum); margin: 30px 0; }
.article .post-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; font-size: 12px; }

/* ---------------- Footer ---------------- */
footer {
  background: var(--plum);
  color: var(--cream);
  padding: 70px 6vw 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 50px;
  align-items: center;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.footer-logo {
  width: 120px;
  height: 120px;
  animation: rotate 20s linear infinite;
  color: var(--cream); /* ivory spiral on the plum footer */
}
@keyframes rotate { from { transform: rotate(0turn); } to { transform: rotate(1turn); } }
footer h2 { letter-spacing: 3px; font-size: 1.1rem; margin-bottom: 8px; }
footer .foot-links { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 18px; font-size: 12px; }
@media (max-width: 900px) { footer .foot-links { justify-content: center; } }
footer .fineprint { margin-top: 46px; font-size: 10.5px; opacity: .6; text-align: center; letter-spacing: 1px; }

/* ---------------- Reveal on scroll ---------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
  .footer-logo { animation: none; }
}

/* ---------------- Rentals ---------------- */
.rental-note {
  border: 1px solid var(--plum);
  padding: 22px 26px;
  margin-top: 40px;
  font-size: 12.5px;
  max-width: 640px;
}
.placeholder-img {
  aspect-ratio: 4/5;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif-italic);
  font-style: italic;
  font-size: 1.1rem;
  background: repeating-linear-gradient(45deg, transparent, transparent 14px, rgba(65,39,52,.06) 14px, rgba(65,39,52,.06) 28px);
  margin-bottom: 22px;
}
