/* Option 2 specific layout emphasis */
.hero {
  --stack-gap: 0.22rem;
  min-height: auto;
  align-content: start;
  padding-top: 1.4rem;
  gap: 0;
  padding-bottom: 0.6rem;
}

.brand-banner {
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--stack-gap);
}

.hero-topbar {
  --top-box-width: 30.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: var(--stack-gap);
  gap: 0.6rem;
}

.hero-badge {
  display: flex;
  flex: 0 0 var(--top-box-width);
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 0.1rem 0;
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
}

.contact-top {
  display: flex;
  flex: 0 0 var(--top-box-width);
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.1rem 0;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  color: var(--muted);
  background: transparent;
  transition: color 0.2s ease;
}

.contact-top:hover {
  color: #f0f0f0;
  background: transparent;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.contact-top:focus-visible,
.footer-links a:focus-visible {
  color: #f0f0f0;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.page {
  width: min(1360px, 98vw);
}

.hero .section {
  padding-top: 0;
  padding-bottom: 0;
}

.hero th,
.hero td {
  padding: 0.95rem 0.95rem;
}

.hero th {
  font-size: 0.96rem;
}

.hero td {
  font-size: 1.42rem;
}

.hero .largeartist,
.hero .artist,
.hero .labelcredits {
  font-size: 1.42rem;
}

.sheet-title-row h2 {
  font-family: var(--font-main);
  font-size: clamp(0.8rem, 1.02vw, 0.92rem);
  font-weight: 300;
  letter-spacing: 0.5em;
  width: 100%;
  text-align: center;
  margin: 0;
}

.hero .section-note {
  font-size: 1rem;
}

.sheet-title-row {
  border-bottom: 1px solid var(--line-strong);
  background-color: transparent;
  padding: 0.34rem 0.62rem;
}

.selected-tiles {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.selected-tile {
  border: 1px solid #2b2b2b;
  background: #090909;
  padding: 0.4rem;
  min-width: 0;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.selected-tile:hover {
  border-color: #4a4a4a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.selected-tile-art {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #121212;
  border: 1px solid #3d3d3d;
  overflow: hidden;
}

.selected-tile-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none;
}

.selected-tile-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.01);
}

.selected-tile-meta {
  padding-top: 0.5rem;
  display: grid;
  gap: 0.22rem;
}

.selected-tile-artist {
  font-size: 0.79rem;
  color: #f2f2f2;
  line-height: 1.22;
  font-weight: 400;
}

.selected-tile-project {
  font-size: 0.74rem;
  color: #bcbcbc;
  line-height: 1.24;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.selected-tile-credit {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: #858585;
}

.service-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.selected-tile-links {
  display: flex;
  gap: 0.35rem;
  padding-top: 0.42rem;
}

.selected-service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #343434;
  border-radius: 999px;
  color: #b7b7b7;
  background: rgba(255, 255, 255, 0.02);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.selected-service-link:hover,
.selected-service-link:focus-visible {
  color: #f0f0f0;
  border-color: #6b6b6b;
  background: rgba(255, 255, 255, 0.06);
}

.service-icon {
  width: 0.95rem;
  height: 0.95rem;
  display: block;
  fill: currentColor;
}

@media (max-width: 920px) {
  .hero td,
  .hero .artist,
  .hero .labelcredits,
  .hero .largeartist {
    font-size: 1.2rem;
  }

  .hero-topbar {
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0.25rem;
  }

  .hero-badge,
  .contact-top {
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
  }

  .selected-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.footer {
  text-align: left;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
}

.footer-links a {
  display: block;
  color: var(--muted);
  text-decoration: none;
  text-align: center;
  padding: 0.7rem 0.65rem;
  border-right: 1px solid var(--line);
  letter-spacing: 0.03em;
  font-size: 0.82rem;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.footer-links a:last-child {
  border-right: 0;
}

.footer-links a:hover {
  color: #f0f0f0;
  background: rgba(255, 255, 255, 0.04);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

th {
  background-color: rgba(140, 140, 140, 0.18);
}

@media (max-width: 760px) {
  .selected-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-links a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    text-align: left;
  }

  .footer-links a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 460px) {
  .selected-tiles {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .selected-tile,
  .selected-tile:hover,
  .contact-top,
  .footer-links a {
    transition: none;
    transform: none;
  }
}
