@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Space+Grotesk:wght@400;500;700&display=swap");

:root {
  --bg: #050505;
  --surface: #0e0e10;
  --surface-2: #16161a;
  --text: #ffffff;
  --accent: #ff1aa8;
  --accent-dark: #c40079;
  --muted: #a9a9b3;
  --edge: #2a2a31;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Space Grotesk", "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.6;
  color: var(--text);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 26, 168, 0.2), transparent 34%),
    radial-gradient(circle at 15% 90%, rgba(255, 26, 168, 0.12), transparent 38%),
    linear-gradient(160deg, #030303 0%, var(--bg) 55%, #09090b 100%);
  min-height: 100vh;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 26, 168, 0.05), transparent 35%, rgba(255, 26, 168, 0.03));
  mix-blend-mode: screen;
}

.container {
  width: min(100% - 2rem, 68rem);
  margin-inline: auto;
}

.site-header {
  padding: 4.5rem 0 2.2rem;
  position: relative;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 26, 168, 0.45), transparent);
}

.top-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.top-nav a {
  color: #ffe9f6;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 132, 208, 0.62);
  border-radius: 999px;
  padding: 0.3rem 0.68rem;
  background: linear-gradient(145deg, rgba(255, 132, 208, 0.2), rgba(196, 0, 121, 0.24));
  box-shadow:
    0 6px 14px rgba(196, 0, 121, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.top-nav a:hover {
  color: #ffffff;
  border-color: rgba(255, 160, 221, 0.95);
  background: linear-gradient(145deg, rgba(255, 154, 220, 0.34), rgba(196, 0, 121, 0.4));
  transform: translateY(-1px);
  box-shadow:
    0 9px 18px rgba(196, 0, 121, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

h1,
h2,
h3 {
  line-height: 1.2;
  margin-top: 0;
  letter-spacing: 0.02em;
}

h1 {
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  margin-bottom: 0.5rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-shadow: 0 0 20px rgba(255, 26, 168, 0.5);
  background: linear-gradient(180deg, #ffffff 0%, #ff9fdd 58%, #ff1aa8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tagline {
  color: var(--muted);
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  max-width: 40rem;
}

.cta-highlight {
  margin: 1.1rem 0 0.8rem;
  max-width: 52rem;
  padding: 0.8rem 1rem;
  border-left: 3px solid var(--accent);
  border-radius: 0.45rem;
  background: linear-gradient(90deg, rgba(255, 26, 168, 0.16), rgba(255, 26, 168, 0.03));
  color: #ffe9f6;
  font-weight: 600;
}

.hero {
  position: relative;
  background: linear-gradient(140deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--edge);
  border-radius: 1.2rem;
  padding: 2.4rem;
  box-shadow:
    0 26px 55px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 26, 168, 0.08) inset;
  transform: translateY(12px);
  opacity: 0;
  animation: rise 700ms ease forwards;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -90px -90px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 26, 168, 0.3), rgba(255, 26, 168, 0));
}

.hero h2 {
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  margin-bottom: 0.8rem;
}

.hero p {
  max-width: 44rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.25rem;
}

.hero-meta span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.28rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

button {
  margin-top: 0.95rem;
  border: 0;
  border-radius: 999px;
  padding: 0.82rem 1.35rem;
  background: linear-gradient(145deg, #ff4fbd 0%, var(--accent-dark) 100%);
  color: white;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    0 8px 25px rgba(255, 26, 168, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

button:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 14px 32px rgba(255, 26, 168, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.14) inset;
  filter: saturate(1.08);
}

#cta-message {
  min-height: 1.5rem;
  margin-top: 0.6rem;
  font-weight: 600;
  color: #ff7acb;
}

.features {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  margin: 2.2rem auto 2.2rem;
}

.features article {
  background: linear-gradient(180deg, #101014 0%, #0b0b0d 100%);
  border: 1px solid var(--edge);
  border-radius: 0.95rem;
  padding: 1.1rem;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.features article:nth-child(1) {
  transform: rotate(-0.4deg);
}

.features article:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 26, 168, 0.55);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
}

.features h3 {
  color: var(--accent);
  margin-bottom: 0.4rem;
}

.feature-link,
.inline-link {
  color: #ff86d1;
  font-weight: 700;
  text-decoration: none;
}

.feature-link {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 26, 168, 0.5);
  background: rgba(255, 26, 168, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.feature-link:hover,
.inline-link:hover {
  color: #ffd7ef;
}

.feature-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(255, 26, 168, 0.28);
}

.purchase-button {
  display: inline-block;
  margin-top: 0.35rem;
  margin-right: 0.5rem;
  padding: 0.45rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(145deg, #ff4fbd 0%, var(--accent-dark) 100%);
  box-shadow:
    0 9px 24px rgba(255, 26, 168, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.purchase-button:hover {
  filter: saturate(1.08);
  transform: translateY(-1px);
}

.commission-cta {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.45rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  background: linear-gradient(145deg, #ff4fbd 0%, var(--accent-dark) 100%);
  box-shadow:
    0 7px 18px rgba(255, 26, 168, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.commission-cta:hover {
  transform: translateY(-1px);
  box-shadow:
    0 10px 22px rgba(255, 26, 168, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.14) inset;
  filter: saturate(1.08);
}

.action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.35rem;
}

.origin-message {
  margin: 0 auto 1.9rem;
  padding: 1.15rem 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 26, 168, 0.45);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 26, 168, 0.2), rgba(255, 26, 168, 0.04) 38%, rgba(10, 10, 12, 0.96) 78%),
    #0f0f13;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 95, 190, 0.14) inset;
}

.origin-message p {
  margin: 0;
  color: #ffe5f4;
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 26, 168, 0.18);
}

.why-collect {
  margin: 0 auto 2.4rem;
  padding: 1.25rem;
  border: 1px solid var(--edge);
  border-radius: 1rem;
  background: linear-gradient(155deg, #121218 0%, #0d0d10 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.4);
}

.why-collect h2 {
  margin-bottom: 0.45rem;
}

.why-intro {
  margin-top: 0;
  margin-bottom: 0.95rem;
  color: #ececf2;
  max-width: 58rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

.why-grid article {
  border: 1px solid rgba(255, 26, 168, 0.3);
  border-radius: 0.75rem;
  padding: 0.9rem;
  background: rgba(255, 26, 168, 0.07);
}

.why-grid h3 {
  margin-bottom: 0.35rem;
  color: #ffd6ef;
}

.why-grid p {
  margin: 0;
  color: #e7e7ee;
}

.gallery {
  margin-bottom: 3rem;
}

.gallery h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 0.3rem;
}

.gallery-intro {
  color: var(--muted);
  margin-top: 0;
  margin-bottom: 1rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.gallery-card {
  position: relative;
  margin: 0;
  border-radius: 0.95rem;
  overflow: hidden;
  background: #0f0f13;
  border: 1px solid var(--edge);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  transition: transform 180ms ease, border-color 180ms ease;
  content-visibility: auto;
  contain-intrinsic-size: 420px;
}

.gallery-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 26, 168, 0.6);
}

.gallery-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.gallery-card-link:focus-visible {
  outline: 2px solid #ff8ad6;
  outline-offset: 2px;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  transition: transform 280ms ease;
}

.gallery-card:hover img {
  transform: scale(1.02);
}

.gallery-card figcaption {
  padding: 0.7rem 0.85rem;
  font-weight: 700;
  color: #ffd6f1;
  background: linear-gradient(180deg, rgba(255, 26, 168, 0.08), rgba(255, 26, 168, 0));
}

.story-badge,
.sold-badge {
  position: absolute;
  z-index: 2;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.story-badge {
  bottom: 3.65rem;
  right: 0.75rem;
  background: rgba(10, 10, 12, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.sold-badge {
  top: 0.75rem;
  right: 0.75rem;
  background: linear-gradient(145deg, #ff43b6 0%, #c40079 100%);
  box-shadow:
    0 8px 20px rgba(255, 26, 168, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.gallery-card.sold img {
  filter: grayscale(1) contrast(0.9) brightness(0.82);
}

.gallery-card.sold figcaption {
  color: #d0d0d4;
  background: linear-gradient(180deg, rgba(130, 130, 140, 0.16), rgba(130, 130, 140, 0));
}

.gallery-card.sold:hover {
  border-color: rgba(180, 180, 190, 0.4);
}

.artwork-story {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: minmax(260px, 420px) 1fr;
  margin-bottom: 2rem;
  background: linear-gradient(145deg, #101014 0%, #0b0b0d 100%);
  border: 1px solid var(--edge);
  border-radius: 1rem;
  padding: 1.1rem;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
}

.artwork-story img {
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 26, 168, 0.35);
  cursor: zoom-in;
}

.detail-grid .detail-a img {
  object-position: center;
}

.detail-grid .detail-b img {
  object-position: left center;
  transform: scale(1.13);
}

.detail-grid .detail-c img {
  object-position: right center;
  transform: scale(1.13);
}

.art-specs {
  margin-bottom: 3rem;
}

.spec-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.spec-card {
  border: 1px solid var(--edge);
  border-radius: 0.8rem;
  background: linear-gradient(170deg, #121218 0%, #0d0d10 100%);
  padding: 0.85rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.spec-card h3 {
  margin-bottom: 0.32rem;
  color: #ffd6ef;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.spec-card p {
  margin: 0;
  color: #e2e2e8;
  font-size: 0.92rem;
}

.shipping-card {
  grid-column: span 2;
}

.spec-note {
  font-size: 0.78rem;
  color: #b9b9c3;
}

.zoomable-image {
  cursor: zoom-in;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.88);
  padding: 1rem;
}

.image-lightbox.open {
  display: flex;
}

.lightbox-image {
  max-width: min(92vw, 1200px);
  max-height: 84vh;
  border-radius: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.6);
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0.42rem 0.75rem;
  background: rgba(15, 15, 18, 0.88);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  cursor: pointer;
}

.section-spacer {
  margin-bottom: 3rem;
}

.site-footer {
  border-top: 1px solid var(--edge);
  padding: 0.7rem 0 1rem;
  color: var(--muted);
  background: linear-gradient(180deg, rgba(255, 26, 168, 0.03), transparent 35%);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.footer-rich {
  align-items: flex-start;
}

.legal-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 1.2rem;
  align-items: center;
}

.legal-footer > div {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.2rem 1.4rem;
  align-items: start;
}

.legal-footer > div > small,
.legal-footer > div > .footer-note,
.legal-footer > div > .footer-contact {
  grid-column: 1;
}

.legal-footer > div > .footer-links {
  grid-column: 2;
  grid-template-columns: 1fr;
  margin-top: 0;
  justify-items: start;
}

.legal-footer > .footer-logo {
  display: block;
  justify-self: end;
  align-self: center;
}

.footer-copy {
  max-width: 760px;
}

.footer-note {
  margin: 0.25rem 0 0;
  color: #d2d2da;
  font-size: 0.82rem;
  line-height: 1.35;
}

.footer-contact {
  margin: 0.22rem 0 0;
}

.footer-contact a {
  color: #ff9ddd;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #ffd2ea;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, max-content));
  gap: 0.2rem 0.9rem;
  margin-top: 0.4rem;
}

.footer-links a {
  color: #ffb3de;
  text-decoration: none;
  font-size: 0.78rem;
  line-height: 1.25;
}

.footer-links a:hover {
  color: #ffe4f5;
  text-decoration: underline;
}

.footer-logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.9;
  border: 1px solid var(--edge);
  box-shadow: 0 0 18px rgba(255, 26, 168, 0.2);
}

@keyframes rise {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 740px) {
  .artwork-story {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-top: 3.2rem;
  }

  .top-row {
    justify-content: center;
  }

  .top-nav {
    justify-content: center;
  }

  .hero {
    padding: 1.5rem;
  }

  .hero-meta {
    gap: 0.45rem;
  }

  button {
    width: 100%;
  }

  .footer-logo {
    width: 38px;
    height: 38px;
  }

  .footer-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(100px, max-content));
    gap: 0.18rem 0.7rem;
  }

  .legal-footer > div {
    grid-template-columns: 1fr;
  }

  .legal-footer > div > .footer-links {
    grid-column: 1;
    margin-top: 0.3rem;
  }

  .legal-footer {
    grid-template-columns: 1fr;
  }

  .legal-footer > .footer-logo {
    justify-self: start;
    margin-top: 0.45rem;
  }
}

.merch-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 3rem;
}

.articles-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-bottom: 3rem;
}

.articles-grid > h2,
.articles-grid > .gallery-intro {
  grid-column: 1 / -1;
}

.article-card {
  border: 1px solid var(--edge);
  border-radius: 0.9rem;
  background: linear-gradient(170deg, #121219 0%, #0d0d10 100%);
  padding: 0.9rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.article-card h2,
.article-card h3 {
  margin: 0 0 0.35rem 0;
  font-size: 1.02rem;
}

.article-card a {
  color: #ffd6ef;
  text-decoration: none;
}

.article-card a:hover {
  color: #fff1fa;
}

.article-card p {
  margin: 0;
  color: #ddddE6;
  font-size: 0.9rem;
  line-height: 1.4;
}

.merch-card {
  border: 1px solid var(--edge);
  border-radius: 0.95rem;
  background: linear-gradient(170deg, #111117 0%, #0c0c0f 100%);
  padding: 1rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

.merch-card h3 {
  margin-top: 0.8rem;
  margin-bottom: 0.35rem;
  color: #ffd6ef;
}

.merch-card p {
  margin-top: 0;
  color: #e3e3ea;
}

.merch-placeholder {
  border-radius: 0.75rem;
  border: 1px dashed rgba(255, 26, 168, 0.45);
  min-height: 210px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 26, 168, 0.24), transparent 45%),
    linear-gradient(150deg, #17171d 0%, #101014 100%);
  color: #ff9ddd;
  font-weight: 800;
  letter-spacing: 0.08em;
}
