:root {
  --black: #020202;
  --black-soft: #080808;
  --ivory: #f7f1e6;
  --muted: #9c9283;
  --line: rgba(247, 241, 230, 0.14);
  --gold: #c9a45d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--ivory);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
}

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

.intro {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 56px);
  padding: clamp(28px, 7vw, 90px);
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #000;
}

.intro-logo {
  position: relative;
  width: min(760px, 78vw);
  max-height: 62svh;
  object-fit: contain;
  filter: none;
}

.intro-logo-entry {
  mix-blend-mode: normal;
}

.intro-kicker, .eyebrow, .edition-number {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.language-panel {
  display: flex;
  gap: clamp(10px, 2vw, 18px);
  margin-top: 0;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}

.lang-button, .preorder {
  border: 1px solid rgba(247, 241, 230, 0.24);
  background: transparent;
  color: var(--ivory);
  padding: 15px 25px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  cursor: pointer;
  transition: 0.4s ease;
}

.lang-button:hover, .preorder:hover {
  border-color: var(--gold);
  color: #fff;
  transform: translateY(-2px);
}

.preorder-reveal {
  position: relative;
  min-width: 260px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
}

.preorder-reveal span {
  grid-area: 1 / 1;
  transition: 0.45s ease;
}

.preorder-reveal span:last-child {
  opacity: 0;
  transform: translateY(16px);
  color: var(--gold);
}

.preorder-reveal:hover span:first-child {
  opacity: 0;
  transform: translateY(-16px);
}

.preorder-reveal:hover span:last-child {
  opacity: 1;
  transform: translateY(0);
}

.intro-video-slot, .editable-slot {
  position: absolute;
  bottom: 32px;
  color: rgba(247, 241, 230, 0.34);
  border: 1px dashed rgba(247, 241, 230, 0.16);
  padding: 14px 20px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: clamp(18px, 5vw, 64px);
  padding: 20px;
  background: rgba(2, 2, 2, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  color: rgba(247, 241, 230, 0.72);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section {
  padding: clamp(86px, 12vw, 170px) clamp(22px, 7vw, 118px);
  border-bottom: 1px solid var(--line);
}

.manifesto {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

h1, h2, h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  margin: 0;
}

h1 { font-size: clamp(42px, 7vw, 112px); line-height: 0.96; }
h2 { font-size: clamp(34px, 5vw, 78px); line-height: 1; }
h3 { font-size: clamp(26px, 3.4vw, 52px); line-height: 1.04; }

.lead, .manifesto p:not(.eyebrow), .edition-copy p:not(.edition-number) {
  color: rgba(247, 241, 230, 0.68);
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.75;
}

.manifesto-signature {
  display: block;
  margin-top: 38px;
  color: rgba(247, 241, 230, 0.68);
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.75;
}

.section-head { margin-bottom: 54px; }
.edition-feature { display: grid; gap: 28px; }
.edition-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(320px, 1.38fr);
  min-height: 520px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #070707, #020202);
  align-items: center;
}

.media-slot, .gallery-slot, .video-slot {
  display: grid;
  place-items: center;
  min-height: 320px;
  border: 1px dashed rgba(247, 241, 230, 0.18);
  color: rgba(247, 241, 230, 0.34);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  background: radial-gradient(circle, rgba(247,241,230,0.055), transparent 68%);
}

.edition-media {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  background: #050505;
}

img.edition-media {
  width: min(76%, 440px);
  height: auto;
  min-height: 0;
  max-height: 420px;
  object-fit: contain;
  justify-self: center;
  align-self: center;
  cursor: zoom-in;
  border: 1px solid rgba(247, 241, 230, 0.12);
}

.edition-copy {
  padding: clamp(30px, 4.2vw, 62px);
  align-self: center;
}

.edition-launch {
  margin: 14px 0 10px;
  color: var(--gold) !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.edition-subtitle {
  margin: 12px 0 26px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 28px 0;
}

.detail-grid span {
  display: block;
  border-top: 1px solid var(--line);
  padding-top: 13px;
  color: rgba(247, 241, 230, 0.55);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.detail-grid-rich strong {
  display: block;
  margin-top: 8px;
  color: rgba(247, 241, 230, 0.78);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.video-slot { min-height: 150px; margin: 25px 0; }

.edition-literature {
  margin: 30px 0 18px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  color: rgba(247, 241, 230, 0.78);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.55;
  font-style: italic;
}

.edition-link {
  display: inline-block;
  margin: 4px 0 22px;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(201, 164, 93, 0.42);
  padding-bottom: 8px;
}

.coming { display: inline-block; margin: 18px 0; color: var(--gold); letter-spacing: 0.28em; }

.edition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.mini-edition {
  min-height: 260px;
  border: 1px solid var(--line);
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #050505;
}

.mini-edition span { color: rgba(247, 241, 230, 0.36); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; }
.mini-edition strong { font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 400; }
.mini-edition em {
  color: var(--gold);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  opacity: 0.76;
}

.gallery-viewer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 16px;
  max-width: 1120px;
  margin: 42px auto 0;
  align-items: stretch;
}

.gallery-stage {
  position: relative;
  min-height: clamp(330px, 46vw, 560px);
  border: 1px solid var(--line);
  background: #000;
  overflow: hidden;
}

.gallery-main-button {
  width: 100%;
  height: 100%;
  min-height: clamp(330px, 46vw, 560px);
  display: block;
  padding: 0;
  border: 0;
  background: #000;
  cursor: zoom-in;
}

.gallery-main-image {
  width: 100%;
  height: 100%;
  min-height: clamp(330px, 46vw, 560px);
  object-fit: contain;
  display: block;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 38px;
  height: 58px;
  border: 1px solid rgba(247, 241, 230, 0.22);
  background: rgba(2, 2, 2, 0.34);
  color: var(--ivory);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.35s ease;
}

.gallery-arrow:hover {
  border-color: rgba(201, 164, 93, 0.7);
  color: var(--gold);
  background: rgba(2, 2, 2, 0.62);
}

.gallery-prev { left: 14px; }
.gallery-next { right: 14px; }

.gallery-thumbs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-content: start;
  max-height: clamp(330px, 46vw, 560px);
  overflow: auto;
  padding-right: 2px;
}

.gallery-thumb {
  width: 100%;
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid rgba(247, 241, 230, 0.12);
  background: #050505;
  opacity: 0.48;
  cursor: pointer;
  transition: 0.35s ease;
}

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

.gallery-thumb:hover,
.gallery-thumb.active {
  opacity: 1;
  border-color: rgba(201, 164, 93, 0.72);
}

.angel-ismo {
  background: linear-gradient(180deg, #020202, #070707 48%, #020202);
}

.angel-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
  max-width: 1320px;
  margin: 0 auto;
}

.angel-image-wrap {
  position: sticky;
  top: 96px;
  border: 1px solid var(--line);
  background: #000;
}

.angel-image {
  width: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}

.angel-copy {
  width: min(100%, 820px);
  max-width: 820px;
  margin: 0;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

.angel-copy h2 {
  margin: 14px 0 34px;
}

.angel-copy h3 {
  margin: 46px 0 20px;
  color: var(--ivory);
  font-size: clamp(25px, 3vw, 46px);
}

.angel-copy p {
  color: rgba(247, 241, 230, 0.72);
  font-size: clamp(15px, 1.18vw, 19px);
  line-height: 1.82;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.angel-copy strong,
.angel-copy a {
  color: var(--gold);
}

.angel-copy a {
  border-bottom: 1px solid rgba(201, 164, 93, 0.42);
  padding-bottom: 3px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(0, 0, 0, 0.92);
}

.lightbox.active {
  display: flex;
}

.lightbox-image {
  max-width: 94vw;
  max-height: 88svh;
  object-fit: contain;
  border: 1px solid rgba(247, 241, 230, 0.2);
  background: #000;
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 26px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(247, 241, 230, 0.28);
  background: transparent;
  color: var(--ivory);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.contact { text-align: center; }
.contact-mail { display: inline-block; margin-top: 28px; color: var(--gold); font-size: clamp(18px, 3vw, 34px); font-family: Georgia, 'Times New Roman', serif; }
.contact-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.contact-links a {
  color: rgba(247, 241, 230, 0.64);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(247, 241, 230, 0.18);
  padding-bottom: 8px;
  transition: 0.35s ease;
}
.contact-links a:hover {
  color: var(--gold);
  border-color: rgba(201, 164, 93, 0.6);
}

.reveal { opacity: 0; transform: translateY(28px); transition: 1s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .edition-card, .edition-grid, .gallery-viewer, .angel-layout { grid-template-columns: 1fr; }
  img.edition-media { width: min(100%, 460px); margin-top: 34px; }
  .gallery-thumbs { grid-template-columns: repeat(5, minmax(72px, 1fr)); max-height: none; overflow: auto; }
  .angel-image-wrap { position: relative; top: auto; }
  .angel-copy { width: 100%; text-align: left; }
  .nav { overflow-x: auto; justify-content: flex-start; }
  .intro-logo { width: min(720px, 86vw); max-height: 56svh; }
}

@media (max-width: 520px) {
  .intro { gap: 28px; padding: 24px; }
  .intro-logo { width: 92vw; max-height: 46svh; }
  .lang-button { padding: 13px 18px; font-size: 10px; letter-spacing: 0.18em; }
}

@media (min-width: 1200px) {
  .intro-logo { width: min(840px, 62vw); }
}
