/* ============================================================
   GLITZ MAGAZINE — PROJECT PAGE TEMPLATE
   Photo-first · Subscriber experience · Save & Share
============================================================ */
:root {
  --red:       #C8232B;
  --red-dk:    #9E1B22;
  --red-lt:    #E8454C;
  --red-tint:  #FDF1F1;
  --ink:       #0E0E0E;
  --charcoal:  #1C1C1C;
  --smoke:     #3A3A3A;
  --ash:       #7A7A7A;
  --stone:     #BFBBB7;
  --linen:     #F4F2EF;
  --ivory:     #FDFCFA;
  --white:     #FFFFFF;
  --gold:      #B8934A;
  --gold-lt:   #D4AE6E;
  --gold-pale: #F7F0E3;
  --serif:  'Cormorant Garamond', serif;
  --display:'Bebas Neue', sans-serif;
  --sans:   'DM Sans', sans-serif;
  --ease:   cubic-bezier(0.16, 1, 0.3, 1);
  --ease-back: cubic-bezier(0.34, 1.56, 0.64, 1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  cursor: none;
}

/* Touch devices: restore default cursor */
@media (pointer: coarse) {
  body, .nav-btn, .nav-icon-btn, .st-tab, .st-action-btn, .share-btn, .ci-add, .mat-tag, .photo-block, .photo-expand, .lb-close, .lb-nav { cursor: pointer; }
  .cursor, .cursor-dot, .cursor-label { display: none !important; }
}

/* ── CUSTOM CURSOR ── */
.cursor {
  width: 12px; height: 12px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.3s var(--ease), height 0.3s var(--ease),
              background 0.3s, border-color 0.3s, opacity 0.3s;
  mix-blend-mode: multiply;
}
.cursor.on-dark { border-color: var(--white); mix-blend-mode: difference; }
.cursor.expanded { width: 48px; height: 48px; background: transparent; }
.cursor.on-image {
  width: 72px; height: 72px;
  background: rgba(200,35,43,0.08);
  border-color: rgba(200,35,43,0.4);
  backdrop-filter: blur(4px);
}
.cursor-dot {
  width: 4px; height: 4px;
  background: var(--ink);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 10000;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}
.cursor-label {
  position: fixed;
  pointer-events: none;
  z-index: 10001;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  opacity: 0;
  transform: translate(-50%, 32px);
  transition: opacity 0.25s;
  white-space: nowrap;
}
.cursor-label.visible { opacity: 1; }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 60px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px;
  transition: background 0.4s, box-shadow 0.4s, border-color 0.4s;
}
.nav.scrolled {
  background: rgba(253,252,250,0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--linen);
  box-shadow: 0 2px 24px rgba(0,0,0,0.06);
}
.nav-logo {
  font-family: var(--display); font-size: 26px; letter-spacing: 3px;
  color: var(--white); text-decoration: none; line-height: 1;
  transition: color 0.4s;
}
.nav.scrolled .nav-logo { color: var(--red); }
.nav-center {
  position: absolute; left: 50%; transform: translateX(-50%);
  font-size: 10px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); transition: color 0.4s;
  display: flex; align-items: center; gap: 10px;
}
.nav.scrolled .nav-center { color: var(--ash); }
.nav-center .sep { opacity: 0.4; }
.nav-actions { display: flex; gap: 8px; align-items: center; }
.nav-btn {
  height: 36px; padding: 0 16px;
  display: flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  border: none; border-radius: 2px; cursor: none;
  transition: all 0.25s var(--ease);
}
.nav-btn-ghost {
  background: rgba(255,255,255,0.12); color: var(--white);
  backdrop-filter: blur(8px);
}
.nav-btn-ghost:hover { background: rgba(255,255,255,0.22); }
.nav.scrolled .nav-btn-ghost { background: var(--linen); color: var(--smoke); }
.nav.scrolled .nav-btn-ghost:hover { background: var(--stone); color: var(--ink); }
.nav-btn-save {
  background: var(--white); color: var(--ink);
}
.nav-btn-save:hover, .nav-btn-save.saved { background: var(--red); color: var(--white); }
.nav.scrolled .nav-btn-save { background: var(--ink); color: var(--white); }
.nav.scrolled .nav-btn-save:hover, .nav.scrolled .nav-btn-save.saved { background: var(--red); }
.nav-icon-btn {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: none; border-radius: 2px; cursor: none;
  background: rgba(255,255,255,0.12); color: var(--white);
  backdrop-filter: blur(8px);
  transition: all 0.25s;
}
.nav-icon-btn:hover { background: rgba(255,255,255,0.22); }
.nav.scrolled .nav-icon-btn { background: var(--linen); color: var(--smoke); }
.nav.scrolled .nav-icon-btn:hover { background: var(--stone); color: var(--ink); }

/* ── HERO ── */
.hero {
  height: 100vh; min-height: 700px;
  position: relative; overflow: hidden;
  display: flex; align-items: flex-end;
}
.hero-image-container {
  position: absolute; inset: 0;
  background: var(--ink);
  transition: transform 0.1s linear;
}
.hero-image-container.hero-has-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-bg {
  width: 100%; height: 115%;
  background: linear-gradient(
    160deg,
    #0a0e12 0%,
    #111820 25%,
    #0e1a16 50%,
    #141010 75%,
    #0a0a0e 100%
  );
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-bg.hero-has-image { display: none; }
.hero-form {
  position: absolute;
  border: 1px solid rgba(255,255,255,0.04);
}
.hf1 {
  width: 55vw; height: 80vh;
  top: 10vh; left: 28vw;
  background: linear-gradient(145deg, rgba(255,255,255,0.025) 0%, transparent 60%);
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}
.hf2 {
  width: 30vw; height: 60vh;
  top: 20vh; right: 15vw;
  background: linear-gradient(200deg, rgba(200,35,43,0.06) 0%, transparent 70%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}
.hf3 {
  width: 2px; height: 45vh;
  top: 12vh; left: 52vw;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.15), transparent);
}
.hf4 {
  width: 40vw; height: 1px;
  top: 55vh; left: 30vw;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.1), transparent);
}
.hf5 {
  width: 18vw; height: 35vh;
  top: 28vh; left: 32vw;
  background: rgba(255,255,255,0.015);
  border: 1px solid rgba(255,255,255,0.05);
}
.hf6 {
  width: 100vw; height: 100vh;
  background: radial-gradient(ellipse at 60% 40%, rgba(200,35,43,0.04) 0%, transparent 60%);
  top: 0; left: 0;
}

.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(10,10,12,0.95) 0%,
    rgba(10,10,12,0.5) 35%,
    rgba(10,10,12,0.1) 65%,
    transparent 100%
  );
}
.hero-overlay-side {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(10,10,12,0.6) 0%, transparent 50%);
}

.hero-counter {
  position: absolute; top: 80px; right: 40px;
  display: flex; flex-direction: column; align-items: flex-end; gap: 8px;
}
.hc-current {
  font-family: var(--display); font-size: 72px; letter-spacing: 2px;
  color: rgba(255,255,255,0.08); line-height: 1;
}
.hc-line { width: 40px; height: 1px; background: rgba(255,255,255,0.15); }
.hc-total { font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: 0.12em; }

.scroll-hint {
  position: absolute; bottom: 200px; right: 40px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  animation: scrollPulse 2.5s ease-in-out infinite;
}
.sh-text {
  font-size: 9px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.3); writing-mode: vertical-rl;
}
.sh-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.3), transparent);
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.6; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(8px); }
}

.hero-content {
  position: relative; z-index: 2;
  padding: 0 56px 64px;
  width: 100%;
}
.hc-breadcrumb {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 28px;
  font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
}
.hc-breadcrumb a { color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
.hc-breadcrumb a:hover { color: var(--red-lt); }
.hc-breadcrumb .sep { color: rgba(255,255,255,0.2); }
.hc-breadcrumb .current { color: rgba(255,255,255,0.7); }

.hc-tags { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.hc-tag {
  font-size: 9px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 2px;
}
.hc-tag-red { background: var(--red); color: var(--white); }
.hc-tag-outline {
  color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.2);
}
.hc-tag-gold { background: rgba(184,147,74,0.2); color: var(--gold-lt); border: 1px solid rgba(184,147,74,0.3); }

.hero-title {
  font-family: var(--serif);
  font-size: clamp(40px, 5.5vw, 80px);
  font-weight: 300; font-style: italic;
  color: var(--white);
  line-height: 1.05;
  max-width: 760px;
  margin-bottom: 24px;
}
.hero-title em { font-style: normal; color: rgba(255,255,255,0.55); }

.hero-meta-row {
  display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
}
.hm-studio {
  display: flex; align-items: center; gap: 12px;
}
.hm-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 14px; letter-spacing: 1px; color: var(--white);
  flex-shrink: 0; border: 1.5px solid rgba(255,255,255,0.15);
}
.hm-studio-info .name {
  font-size: 14px; font-weight: 500; color: var(--white);
}
.hm-studio-info .role {
  font-size: 11px; color: rgba(255,255,255,0.45); margin-top: 1px;
}
.hm-divider { width: 1px; height: 32px; background: rgba(255,255,255,0.15); }
.hm-fact { text-align: left; }
.hm-fact .lbl { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 2px; }
.hm-fact .val { font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 400; }

/* ── STICKY TOOLBAR ── */
/* top clears universal header (lp-nav is sticky ~78px when scrolled) */
.sticky-toolbar {
  position: sticky; top: 80px; z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--linen);
  padding: 0 56px;
  display: flex; align-items: center; justify-content: space-between;
  height: 52px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.05);
  transform: translateY(0);
  transition: transform 0.3s var(--ease);
}
.st-left { display: flex; align-items: center; gap: 0; }
.st-tab {
  height: 52px; padding: 0 20px;
  display: flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ash); text-decoration: none; cursor: none;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.st-tab:hover { color: var(--ink); }
.st-tab.active { color: var(--red); border-bottom-color: var(--red); }
.st-actions { display: flex; align-items: center; gap: 8px; }
.st-action-btn {
  height: 34px; padding: 0 16px;
  display: flex; align-items: center; gap: 7px;
  font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  border: 1.5px solid var(--linen); background: transparent; color: var(--smoke);
  border-radius: 2px; cursor: none;
  transition: all 0.2s;
}
.st-action-btn:hover { border-color: var(--stone); color: var(--ink); }
.st-action-btn.active-save { background: var(--red); border-color: var(--red); color: var(--white); }
.st-action-btn svg { flex-shrink: 0; }
.st-counter {
  font-size: 11px; color: var(--stone); padding: 0 16px;
  border-left: 1px solid var(--linen);
}
.st-counter span { color: var(--ink); font-weight: 500; }

/* ── LAYOUT ── */
.page-body { display: grid; grid-template-columns: 1fr 320px; gap: 0; min-height: 100vh; }
.main-col { min-width: 0; }
.side-col {
  border-left: 1px solid var(--linen);
  background: var(--white);
}

/* ── GALLERY ── */
.gallery-section { padding: 0; }
.gallery-intro {
  padding: 56px 56px 40px;
  border-bottom: 1px solid var(--linen);
  max-width: 700px;
}
.gi-label {
  font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red); margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.gi-label::after { content: ''; flex: 1; height: 1px; background: var(--linen); }
.gallery-intro blockquote {
  font-family: var(--serif); font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 300; font-style: italic; color: var(--ink);
  line-height: 1.35; margin-bottom: 20px;
}
.gallery-intro p {
  font-size: 15px; color: var(--smoke); line-height: 1.8;
}

.gallery-grid { padding: 2px; display: flex; flex-direction: column; gap: 2px; }

.photo-full {
  width: 100%; aspect-ratio: 16/9;
  position: relative; overflow: hidden; cursor: none;
}
.photo-wide {
  width: 100%; aspect-ratio: 21/9;
  position: relative; overflow: hidden; cursor: none;
}
.photo-portrait {
  aspect-ratio: 3/4;
  position: relative; overflow: hidden; cursor: none;
}
.photo-square {
  aspect-ratio: 1;
  position: relative; overflow: hidden; cursor: none;
}
.photo-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.photo-split { display: grid; grid-template-columns: 2fr 1fr; gap: 2px; }
.photo-trio { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2px; }

.photo-block {
  position: relative; overflow: hidden; cursor: none;
}
.photo-inner {
  width: 100%; height: 100%;
  transition: transform 0.8s var(--ease);
  will-change: transform;
}
.photo-block:hover .photo-inner { transform: scale(1.03); }

.ph-concrete {
  background: linear-gradient(160deg, #2a2a28 0%, #1c1c1a 40%, #242420 70%, #1a1a18 100%);
}
.ph-light {
  background: linear-gradient(135deg, #e8e4dc 0%, #d4cfc5 30%, #c8c2b8 60%, #dcd8d0 100%);
}
.ph-dusk {
  background: linear-gradient(175deg, #1a1410 0%, #2e2018 30%, #3a2a1c 60%, #241a10 100%);
}
.ph-mid {
  background: linear-gradient(145deg, #e0dbd2 0%, #cec8be 50%, #d8d2c8 100%);
}
.ph-detail {
  background: linear-gradient(120deg, #3a3630 0%, #2a2620 40%, #322e28 100%);
}
.ph-water {
  background: linear-gradient(180deg, #0a1820 0%, #0e2030 40%, #1a3040 70%, #0e2030 100%);
}
.ph-sky {
  background: linear-gradient(175deg, #c8d4dc 0%, #a8c0cc 40%, #b8ccd8 70%, #d0dce4 100%);
}
.ph-interior {
  background: linear-gradient(140deg, #e4ddd4 0%, #ccc4b8 40%, #d8d0c4 100%);
}
.ph-night {
  background: linear-gradient(160deg, #080c10 0%, #0c1218 40%, #101820 80%, #080c10 100%);
}

.photo-inner img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.ph-lines {
  position: absolute; inset: 0; pointer-events: none;
  opacity: 0.12;
}
.ph-lines-light { opacity: 0.08; }
.photo-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 32px 24px 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%);
  opacity: 0; transition: opacity 0.35s var(--ease);
}
.photo-block:hover .photo-caption { opacity: 1; }
.photo-caption p {
  font-size: 12px; color: rgba(255,255,255,0.7); font-style: italic;
  font-family: var(--serif);
}
.photo-caption .photo-num {
  font-size: 9px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.4); margin-bottom: 4px;
}

.photo-expand {
  position: absolute; top: 16px; right: 16px;
  width: 32px; height: 32px;
  background: rgba(0,0,0,0.4); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 2px;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.25s; cursor: none;
  color: var(--white);
}
.photo-block:hover .photo-expand { opacity: 1; }

.editorial-break {
  padding: 64px 56px;
  border-top: 1px solid var(--linen);
  border-bottom: 1px solid var(--linen);
  background: var(--white);
}
.eb-pullquote {
  font-family: var(--serif); font-size: clamp(24px, 3vw, 38px);
  font-weight: 300; font-style: italic;
  color: var(--ink); line-height: 1.3;
  border-left: 3px solid var(--red);
  padding-left: 32px; margin-bottom: 20px;
  max-width: 640px;
}
.eb-attribution {
  font-size: 11px; font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ash);
  padding-left: 35px; display: flex; align-items: center; gap: 12px;
}
.eb-attribution::before { content: '—'; color: var(--red); }

.gallery-chapter {
  padding: 32px 56px 20px;
  display: flex; align-items: center; gap: 16px;
}
.gc-num {
  font-family: var(--display); font-size: 11px; letter-spacing: 2px; color: var(--red); opacity: 0.6;
}
.gc-label {
  font-family: var(--display); font-size: 22px; letter-spacing: 2px; color: var(--ink);
}
.gc-line { flex: 1; height: 1px; background: var(--linen); }

/* ── SPECS SECTION ── */
.specs-section { padding: 56px 56px 64px; background: var(--linen); }
.specs-header {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 40px;
}
.specs-header h3 { font-family: var(--display); font-size: 28px; letter-spacing: 2px; }
.specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--stone); border-radius: 3px; overflow: hidden; margin-bottom: 2px; }
.spec-item {
  background: var(--white); padding: 20px 24px;
}
.spec-item .si-key {
  font-size: 9px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ash); margin-bottom: 6px;
}
.spec-item .si-val {
  font-family: var(--serif); font-size: 17px; font-weight: 400; color: var(--ink);
}
.materials-row {
  background: var(--white); border-radius: 3px; padding: 24px;
  margin-top: 2px;
}
.mat-label {
  font-size: 9px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ash); margin-bottom: 14px;
}
.mat-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.mat-tag {
  font-size: 11px; letter-spacing: 0.06em; color: var(--smoke);
  border: 1px solid var(--stone); padding: 6px 14px; border-radius: 2px;
  background: var(--ivory); transition: border-color 0.2s, color 0.2s; cursor: none;
}
.mat-tag:hover { border-color: var(--red); color: var(--red); }

/* ── SIDEBAR ── */
.side-sticky {
  position: sticky; top: 112px;
  padding: 32px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  scrollbar-width: none;
}
.side-sticky::-webkit-scrollbar { display: none; }

.ss-panel { margin-bottom: 32px; }
.ss-title {
  font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ash); margin-bottom: 16px;
  padding-bottom: 12px; border-bottom: 1px solid var(--linen);
}
.save-btn-large {
  width: 100%; height: 48px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  background: var(--ink); color: var(--white);
  border: none; border-radius: 3px; cursor: none; margin-bottom: 10px;
  transition: all 0.3s var(--ease);
}
.save-btn-large:hover, .save-btn-large.saved { background: var(--red); }
.save-btn-large.saved .save-text::before { content: '✓  '; }

.share-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.share-btn {
  height: 40px;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 10px; font-weight: 500; letter-spacing: 0.1em;
  background: var(--linen); color: var(--smoke);
  border: none; border-radius: 3px; cursor: none;
  transition: all 0.2s;
}
.share-btn:hover { background: var(--stone); color: var(--ink); }
.share-btn.copied { background: var(--green-lt, #E8F7EF); color: #1A7A4A; }

.collections-panel { margin-bottom: 32px; }
.cp-title {
  font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ash); margin-bottom: 16px;
  padding-bottom: 12px; border-bottom: 1px solid var(--linen);
}
.collection-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid var(--linen);
  cursor: none; transition: background 0.2s;
}
.collection-item:last-child { border-bottom: none; }
.ci-thumb {
  width: 40px; height: 40px; border-radius: 2px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 11px; letter-spacing: 1px; color: rgba(255,255,255,0.3);
}
.ci-info .ci-name { font-size: 13px; font-weight: 500; color: var(--ink); }
.ci-info .ci-count { font-size: 11px; color: var(--ash); margin-top: 1px; }
.ci-add {
  margin-left: auto; width: 28px; height: 28px; border-radius: 2px;
  border: 1.5px solid var(--stone); background: transparent; cursor: none;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: var(--stone); transition: all 0.2s;
}
.ci-add:hover { border-color: var(--red); color: var(--red); }
.ci-add.added { background: var(--red); border-color: var(--red); color: var(--white); font-size: 11px; }
.new-collection-btn {
  width: 100%; height: 36px; margin-top: 12px;
  border: 1.5px dashed var(--stone); background: transparent;
  font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ash); border-radius: 3px; cursor: none;
  transition: all 0.2s;
}
.new-collection-btn:hover { border-color: var(--red); color: var(--red); }

.studio-card { margin-bottom: 32px; border-top: 1px solid var(--linen); padding-top: 32px; }
.sc-title {
  font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ash); margin-bottom: 16px;
}
.studio-info {
  display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px;
}
.studio-avatar {
  width: 52px; height: 52px; border-radius: 3px; flex-shrink: 0;
  background: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 18px; letter-spacing: 2px; color: var(--red);
}
.si-name { font-family: var(--serif); font-size: 18px; font-weight: 500; color: var(--ink); margin-bottom: 3px; }
.si-name-link { color: inherit; text-decoration: none; }
.si-name-link:hover { text-decoration: underline; }
.si-location { font-size: 12px; color: var(--ash); margin-bottom: 3px; }
.si-spec { font-size: 11px; color: var(--stone); }
.studio-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--linen); border-radius: 3px; overflow: hidden; margin-bottom: 14px; }
.ss-stat { background: var(--white); padding: 12px; text-align: center; }
.ss-val { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--ink); line-height: 1; }
.ss-lbl { font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ash); margin-top: 3px; }
.studio-follow-btn {
  width: 100%; height: 40px;
  font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  border: 1.5px solid var(--ink); background: transparent; color: var(--ink);
  border-radius: 3px; cursor: none; transition: all 0.2s;
}
.studio-follow-btn:hover, .studio-follow-btn.following { background: var(--ink); color: var(--white); }

.related-panel { border-top: 1px solid var(--linen); padding-top: 24px; }
.rp-title {
  font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ash); margin-bottom: 16px;
}
.related-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px 0; border-bottom: 1px solid var(--linen);
  cursor: none; transition: opacity 0.2s;
}
.related-item:hover { opacity: 0.7; }
.related-item:last-child { border-bottom: none; }
.ri-thumb {
  width: 56px; height: 42px; border-radius: 2px; flex-shrink: 0;
  overflow: hidden;
}
.ri-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ri-info .ri-cat {
  font-size: 9px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--red); margin-bottom: 3px;
}
.ri-info .ri-title {
  font-family: var(--serif); font-size: 14px; font-style: italic; color: var(--ink);
  line-height: 1.3;
}
.related-item a { text-decoration: none; color: inherit; display: flex; gap: 12px; align-items: flex-start; flex: 1; }

/* ── LIGHTBOX ── */
.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(8,8,10,0.97);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s var(--ease);
}
.lightbox.open { opacity: 1; pointer-events: all; }
.lb-image-wrap {
  max-width: 90vw; max-height: 90vh;
  position: relative;
  transform: scale(0.94);
  transition: transform 0.4s var(--ease);
}
.lightbox.open .lb-image-wrap { transform: scale(1); }
.lb-image {
  max-width: 90vw; max-height: 80vh;
  object-fit: contain; border-radius: 2px;
  display: block;
}
.lb-image-placeholder {
  width: 70vw; max-width: 1100px; aspect-ratio: 16/9;
  border-radius: 2px; position: relative; overflow: hidden;
}
.lb-caption {
  margin-top: 20px; text-align: center;
}
.lb-caption .lbc-num {
  font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.3); margin-bottom: 6px;
}
.lb-caption .lbc-text {
  font-family: var(--serif); font-size: 16px; font-style: italic;
  color: rgba(255,255,255,0.6);
}
.lb-close {
  position: absolute; top: 24px; right: 24px;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  color: var(--white); font-size: 18px; cursor: none;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.lb-close:hover { background: rgba(255,255,255,0.16); }
.lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  color: var(--white); cursor: none;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.lb-nav:hover { background: rgba(255,255,255,0.14); }
.lb-prev { left: -72px; }
.lb-next { right: -72px; }
.lb-counter {
  position: absolute; bottom: -44px; left: 50%; transform: translateX(-50%);
  font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: 0.12em;
  white-space: nowrap;
}

/* ── MORE PROJECTS ── */
.more-projects {
  background: var(--ink); padding: 72px 56px;
}
.mp-header {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 40px;
}
.mp-header h3 {
  font-family: var(--serif); font-size: 36px; font-weight: 300;
  font-style: italic; color: var(--white);
}
.mp-header h3 strong { font-style: normal; color: var(--red-lt); }
.mp-header a {
  font-size: 10px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--stone); text-decoration: none; display: flex; align-items: center; gap: 8px;
}
.mp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(255,255,255,0.06); border-radius: 3px; overflow: hidden; }
.mp-card {
  background: rgba(255,255,255,0.02); padding: 0;
  cursor: none; overflow: hidden; transition: background 0.3s;
}
.mp-card:hover { background: rgba(255,255,255,0.05); }
.mp-thumb {
  height: 180px; position: relative; overflow: hidden;
}
.mp-thumb .mp-thumb-inner { width: 100%; height: 100%; transition: transform 0.6s var(--ease); }
.mp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mp-card:hover .mp-thumb-inner { transform: scale(1.05); }
.mp-body { padding: 24px; }
.mp-type {
  font-size: 9px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--red-lt); margin-bottom: 8px;
}
.mp-body h4 {
  font-family: var(--serif); font-size: 18px; font-style: italic;
  color: var(--white); margin-bottom: 6px; line-height: 1.3;
}
.mp-body .mp-studio { font-size: 12px; color: var(--ash); }
.mp-card a { text-decoration: none; color: inherit; }

/* ── TOAST ── */
.toast {
  position: fixed; bottom: 32px; left: 50%; transform: translateX(-50%) translateY(80px);
  background: var(--ink); color: var(--white);
  padding: 14px 24px; border-radius: 4px;
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; font-weight: 400;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  z-index: 2000;
  transition: transform 0.4s var(--ease), opacity 0.4s;
  white-space: nowrap; border-left: 3px solid var(--red);
  opacity: 0;
}
.toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }
.toast .t-icon { color: var(--red); font-size: 16px; }

/* ── PROGRESS BAR ── */
.reading-progress {
  position: fixed; top: 0; left: 0; z-index: 300;
  height: 2px; background: var(--red);
  width: 0%; transition: width 0.1s linear;
  box-shadow: 0 0 8px rgba(200,35,43,0.5);
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; } to { opacity: 1; }
}
.hc-breadcrumb { animation: fadeUp 0.7s 0.2s var(--ease) both; }
.hc-tags       { animation: fadeUp 0.7s 0.35s var(--ease) both; }
.hero-title    { animation: fadeUp 0.8s 0.5s var(--ease) both; }
.hero-meta-row { animation: fadeUp 0.7s 0.7s var(--ease) both; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .page-body { grid-template-columns: 1fr; }
  .side-col { display: none; }
  .sticky-toolbar { padding: 0 24px; }
  .gallery-intro, .gallery-chapter, .editorial-break, .specs-section, .more-projects { padding-left: 24px; padding-right: 24px; }
  .hero-content { padding: 0 24px 48px; }
}
@media (max-width: 640px) {
  .photo-duo, .photo-split, .photo-trio { grid-template-columns: 1fr; }
  .mp-grid { grid-template-columns: 1fr; }
}

/* ── FOOTER (from index_march) ── */
.lp-footer {
  background: var(--charcoal);
  padding: 64px 48px 40px;
}
.footer-grid-lp {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.fl-brand .fl-logo {
  font-family: var(--display);
  font-size: 48px;
  letter-spacing: 4px;
  color: var(--red);
  line-height: 1;
  margin-bottom: 16px;
}
.fl-brand p {
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  color: var(--ash);
  line-height: 1.65;
  max-width: 260px;
  margin-bottom: 24px;
}
.fl-brand .fl-tagline {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--stone);
  display: flex;
  align-items: center;
  gap: 12px;
}
.fl-brand .fl-tagline::before { content: '—'; }
.fl-col h5 {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}
.fl-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.fl-col ul li a {
  font-size: 13px;
  color: var(--ash);
  text-decoration: none;
  transition: color 0.2s;
}
.fl-col ul li a:hover { color: var(--red-lt); }
.footer-bottom-lp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom-lp p { font-size: 12px; color: var(--smoke); }
.footer-social { display: flex; gap: 12px; }
.fs-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  color: var(--ash);
  text-decoration: none;
  transition: all 0.2s;
}
.fs-btn:hover { border-color: var(--red); color: var(--red-lt); }

@media (max-width: 1024px) {
  .footer-grid-lp { grid-template-columns: 1fr 1fr; }
  .lp-footer { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 768px) {
  .footer-grid-lp { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom-lp { flex-direction: column; gap: 20px; text-align: center; }
}

