/* ============================================================
   VISUALLY EPIC — homepage (dark cinematic immersive)
   ============================================================ */

/* ---------- preloader ---------- */
.loader {
  position: fixed; inset: 0; z-index: 300; background: #02040a;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px;
  transition: opacity .6s var(--ease), visibility .6s;
}
.loader.done { opacity: 0; visibility: hidden; }
.aperture { width: 92px; height: 92px; animation: apSpin 1.6s var(--ease) forwards; }
.aperture circle { stroke: rgba(240, 166, 58, .5); stroke-width: 1.4; }
.aperture .blades path {
  fill: none; stroke: var(--aurora); stroke-width: 1.6; stroke-linejoin: round;
  transform-origin: 50px 50px; animation: bladeOpen 1.5s var(--ease) forwards;
}
@keyframes apSpin { from { transform: rotate(0) } to { transform: rotate(120deg) } }
@keyframes bladeOpen {
  0% { transform: scale(1); opacity: 1 } 55% { transform: scale(1); opacity: 1 }
  100% { transform: scale(1.9); opacity: 0 }
}
.loader-word {
  font-family: var(--disp); font-weight: 700; letter-spacing: .5em; font-size: .85rem;
  color: var(--ink); padding-left: .5em; opacity: 0; animation: wordIn .8s .3s var(--ease) forwards;
}
.loader-word b { color: var(--gold); }
@keyframes wordIn { to { opacity: 1 } }

/* ---------- hero: Aaron's artwork, fitted in frame, no slideshow ---------- */
.hero {
  position: relative; min-height: 100svh; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: calc(var(--nav-h) + 18px) 24px 40px; gap: 2.6vh;
}
.hero-stars { position: absolute; inset: 0; width: 100%; height: 100%; mix-blend-mode: screen; opacity: .8; pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, #000 40%, transparent 92%); mask-image: linear-gradient(180deg, #000 40%, transparent 92%); }
.hero-title {
  position: relative; z-index: 2; line-height: 0;
  opacity: 0; transform: translateY(24px) scale(.985);
  animation: heroArtIn 1.2s .25s var(--ease-out) forwards;
}
.hero-art {
  display: block; width: auto; height: auto;
  max-width: min(1400px, calc(100vw - 48px));
  max-height: 62svh;
  border-radius: 22px;
  box-shadow: 0 40px 110px rgba(0, 0, 0, .7), 0 0 0 1px rgba(240, 166, 58, .25);
}
@keyframes heroArtIn { to { opacity: 1; transform: none } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px) } to { opacity: 1; transform: none } }
.hero-content {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.hero-sub {
  font-size: clamp(1rem, 1.6vw, 1.22rem); color: #d3dcea; max-width: 640px;
  opacity: 0; animation: fadeUp 1s .65s var(--ease) forwards;
}
.hero-cta {
  display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; margin-top: 2.8vh;
  opacity: 0; animation: fadeUp 1s .85s var(--ease) forwards;
}

@media (max-width: 700px) {
  .hero-sub .bp { display: none; }
}

/* ---------- manifesto ---------- */
.manifesto { padding: 150px 0 110px; }
.mani-line {
  font-family: var(--disp); font-weight: 700;
  font-size: clamp(1.85rem, 6.2vw, 5.2rem); line-height: 1.06; color: var(--ink);
}
.mani-line em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--gold-soft); }
.mani-line .w { display: inline-block; overflow: hidden; vertical-align: bottom; }
.mani-line .w i {
  display: inline-block; font-style: inherit; transform: translateY(110%);
  transition: transform .9s var(--ease-out);
}
.mani-line.in .w i { transform: none; }
.mani-sub { margin-top: 34px; max-width: 640px; color: var(--mut); font-size: 1.05rem; }

/* ---------- collections ---------- */
.coll-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.coll-card {
  position: relative; border-radius: 18px; overflow: hidden; min-height: 480px;
  display: flex; align-items: flex-end;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5);
}
.coll-media { position: absolute; inset: 0; transition: transform 1.2s var(--ease); }
.coll-card:hover .coll-media { transform: scale(1.07); }
.coll-media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity .9s ease;
}
.coll-media img.on { opacity: 1; }
.coll-veil { position: absolute; inset: 0; transition: opacity .6s; }
.coll-dark .coll-veil { background: linear-gradient(185deg, rgba(4,8,16,.1) 30%, rgba(4,8,16,.92) 92%); }
.coll-light .coll-veil { background: linear-gradient(185deg, rgba(30,24,12,.05) 30%, rgba(24,18,8,.9) 92%); }
.coll-body { position: relative; z-index: 2; padding: 34px; width: 100%; }
.coll-no { font-family: var(--disp); font-weight: 800; color: var(--gold); letter-spacing: .3em; font-size: .8rem; }
.coll-body h3 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin: 12px 0 10px; }
.coll-body h3.serif { font-family: var(--serif); font-style: italic; font-weight: 400; }
.coll-body p { color: #c9d3e4; max-width: 380px; font-size: .95rem; }
.coll-go {
  display: inline-block; margin-top: 18px; font-family: var(--disp); font-weight: 700; font-size: .8rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--aurora-soft);
}
.coll-go i { font-style: normal; display: inline-block; transition: transform .4s var(--ease); }
.coll-card:hover .coll-go i { transform: translateX(8px); }
@media (max-width: 860px) { .coll-grid { grid-template-columns: 1fr; } .coll-card { min-height: 380px; } }

/* ---------- print pitch ---------- */
.printpitch { background: linear-gradient(180deg, var(--void), #060b16 30%, #081020 70%, var(--void)); overflow: hidden; }
.pitch-stars { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .5; pointer-events: none; }
.pitch-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.pitch-copy h2 { font-size: clamp(1.9rem, 4.6vw, 3.6rem); margin: 18px 0 20px; }
.pitch-copy h2 .g { background: linear-gradient(100deg, var(--gold-soft), var(--gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pitch-copy > p { color: var(--mut); max-width: 520px; }
.pitch-copy strong { color: var(--ink); }
.pitch-list { list-style: none; margin: 30px 0 38px; display: grid; gap: 14px; }
.pitch-list li {
  display: flex; align-items: baseline; gap: 16px; padding: 14px 18px;
  border: 1px solid var(--line); border-radius: 12px;
  background: rgba(140, 175, 225, .04); transition: border-color .3s, transform .3s var(--ease);
}
.pitch-list li:hover { border-color: rgba(240, 166, 58, .4); transform: translateX(6px); }
.pitch-list b { font-family: var(--disp); font-size: .92rem; letter-spacing: .06em; color: var(--gold-soft); white-space: nowrap; }
.pitch-list span { color: var(--mut); font-size: .9rem; }
.pitch-visual { position: relative; perspective: 1200px; }
.print-frame {
  position: relative; border: 10px solid #0d1524; border-radius: 4px; overflow: hidden;
  box-shadow: 0 40px 90px rgba(0, 0, 0, .65), inset 0 0 0 1px rgba(240, 166, 58, .35);
  transform: rotateY(-14deg) rotateX(4deg); transform-style: preserve-3d;
  transition: transform .6s var(--ease), box-shadow .6s;
  will-change: transform;
}
.pitch-visual:hover .print-frame { box-shadow: 0 55px 110px rgba(0, 0, 0, .75), inset 0 0 0 1px rgba(240, 166, 58, .6); }
.print-glare {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .14) 46%, rgba(255,255,255,.02) 55%, transparent 65%);
  mix-blend-mode: screen;
}
.print-shadow {
  position: absolute; left: 8%; right: 14%; bottom: -34px; height: 50px;
  background: radial-gradient(50% 100% at 50% 0%, rgba(0, 0, 0, .55), transparent 75%);
  filter: blur(6px);
}
.print-plate {
  display: block; margin-top: 46px; text-align: center;
  font-size: .74rem; letter-spacing: .26em; text-transform: uppercase; color: var(--mut);
}
@media (max-width: 960px) {
  .pitch-grid { grid-template-columns: 1fr; gap: 56px; }
  .print-frame { transform: rotateY(-8deg) rotateX(3deg); }
}

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.about-photo { position: relative; }
.about-photo img { border-radius: 14px; box-shadow: 0 30px 70px rgba(0, 0, 0, .55); }
.about-frame {
  position: absolute; inset: 22px -22px -22px 22px; border: 1px solid rgba(240, 166, 58, .4);
  border-radius: 14px; z-index: -1; transition: inset .5s var(--ease);
}
.about-photo:hover .about-frame { inset: 12px -14px -14px 12px; }
.about-copy h2 { font-size: clamp(2.2rem, 4.4vw, 3.4rem); margin: 16px 0 22px; }
.about-copy h2 .a { background: linear-gradient(100deg, var(--aurora-soft), var(--aurora)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.about-copy p { color: var(--mut); max-width: 560px; margin-bottom: 16px; }
.about-stats { display: flex; gap: 44px; margin-top: 34px; flex-wrap: wrap; }
.about-stats b { display: block; font-family: var(--disp); font-weight: 800; font-size: 2rem; color: var(--gold-soft); }
.about-stats span { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--mut); }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 46px; } }

/* ---------- contact ---------- */
.contact { background: linear-gradient(180deg, var(--void) 0%, #071122 55%, #050a14 100%); overflow: hidden; }
.contact-aurora { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .55; pointer-events: none; mix-blend-mode: screen; }
.contact-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.contact-copy h2 { font-size: clamp(2.1rem, 4.4vw, 3.3rem); margin: 16px 0 20px; }
.contact-copy h2 .a { background: linear-gradient(100deg, var(--aurora-soft), var(--aurora)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.contact-copy p { color: var(--mut); max-width: 480px; }
.contact-meta { list-style: none; margin-top: 34px; display: grid; gap: 16px; }
.contact-meta li { display: flex; gap: 18px; align-items: baseline; }
.contact-meta strong {
  font-family: var(--disp); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-soft); min-width: 110px;
}
.contact-meta a { color: var(--ink); border-bottom: 1px solid rgba(67, 232, 165, .35); transition: color .3s, border-color .3s; }
.contact-meta a:hover { color: var(--aurora); border-color: var(--aurora); }
.contact-form {
  --form-bg: #0a1322;
  background: rgba(9, 16, 30, .72); border: 1px solid var(--line); border-radius: 18px;
  padding: 38px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
}
.btn-full { width: 100%; justify-content: center; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 48px; } .contact-form { padding: 28px; } }
