:root {
  color-scheme: dark;
  --black: #000;
  --white: #f7f7f7;
  --muted: #9c9c9c;
  --line: rgba(255, 255, 255, 0.78);
  --line-soft: rgba(255, 255, 255, 0.18);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--black);
  color: var(--white);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: var(--black);
}

body {
  min-height: 100vh;
}

a {
  color: inherit;
}

.home-page {
  display: grid;
  place-items: center;
  overflow-x: hidden;
}

.home-shell {
  width: min(92vw, 760px);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  line-height: 0.82;
  margin-bottom: clamp(44px, 8vh, 72px);
  user-select: none;
}

.brand-prlx {
  font-size: clamp(4.75rem, 14vw, 8.5rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  transform: translateX(-0.035em);
}

.brand-prod {
  margin-top: 0.42em;
  font-size: clamp(1.1rem, 3.7vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.72em;
  padding-left: 0.72em;
}

.home-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-tile {
  min-height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  text-decoration: none;
  font-size: clamp(0.86rem, 2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  transition:
    background-color 170ms ease,
    color 170ms ease,
    transform 170ms ease,
    border-color 170ms ease;
}

.home-tile:hover,
.home-tile:focus-visible {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
  transform: translateY(-2px);
  outline: none;
}

.contact-link {
  position: relative;
  margin-top: 38px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  padding-left: 0.34em;
}

.contact-link::after {
  content: "";
  position: absolute;
  left: 0.34em;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 170ms ease;
}

.contact-link:hover::after,
.contact-link:focus-visible::after {
  transform: scaleX(1);
}

.contact-link:focus-visible {
  outline: 1px solid var(--white);
  outline-offset: 10px;
}

@media (max-width: 560px) {
  .home-shell {
    width: min(88vw, 430px);
  }

  .home-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-tile {
    min-height: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Interior pages */
.inner-page {
  min-height: 100vh;
  background: var(--black);
  color: var(--white);
}

.site-header {
  width: min(92vw, 1180px);
  margin: 0 auto;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-soft);
}

.mini-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  line-height: 0.8;
}

.mini-brand span {
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.07em;
}

.mini-brand small {
  margin-top: 0.55em;
  padding-left: 0.42em;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.42em;
}

.back-link {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.27em;
  text-decoration: none;
  padding: 12px 0 12px 0.27em;
  border-bottom: 1px solid transparent;
}

.back-link:hover,
.back-link:focus-visible {
  border-color: currentColor;
  outline: none;
}

.page-shell {
  width: min(92vw, 1180px);
  margin: 0 auto;
  padding: clamp(70px, 10vw, 130px) 0 110px;
}

.page-heading {
  margin-bottom: clamp(48px, 7vw, 84px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.32em;
}

.page-heading h1,
.profile-intro h1 {
  margin: 0;
  font-size: clamp(3.4rem, 10vw, 8.5rem);
  line-height: 0.86;
  font-weight: 900;
  letter-spacing: -0.075em;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
}

.artist-card {
  min-width: 0;
}

.artist-image-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line-soft);
  background: #080808;
}

.artist-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.artist-image-link:hover img,
.artist-image-link:focus-visible img {
  transform: scale(1.018);
  filter: brightness(1.12);
}

.artist-image-link:focus-visible {
  outline: 1px solid var(--white);
  outline-offset: 5px;
}

.artist-name {
  display: inline-block;
  margin-top: 18px;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding: 0 0 7px 0.16em;
}

.artist-name:hover,
.artist-name:focus-visible {
  border-color: currentColor;
  outline: none;
}

.profile-shell {
  width: min(92vw, 1180px);
  margin: 0 auto;
  padding: clamp(58px, 8vw, 100px) 0 120px;
}

.profile-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(320px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
}

.profile-portrait {
  border: 1px solid var(--line-soft);
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

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

.profile-intro h1 {
  font-size: clamp(4rem, 10vw, 8rem);
}

.profile-role {
  margin: 28px 0 0;
  font-size: clamp(0.82rem, 1.5vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.profile-copy {
  max-width: 560px;
  margin: 22px 0 0;
  color: #c4c4c4;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.7;
}

.profile-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(68px, 9vw, 110px) 0 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.profile-nav a {
  min-height: 72px;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  border-right: 1px solid var(--line-soft);
  transition: background-color 160ms ease, color 160ms ease;
}

.profile-nav a:last-child { border-right: 0; }
.profile-nav a:hover,
.profile-nav a:focus-visible {
  background: var(--white);
  color: var(--black);
  outline: none;
}

.profile-section {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  padding: clamp(60px, 8vw, 100px) 0;
  border-bottom: 1px solid var(--line-soft);
  scroll-margin-top: 30px;
}

.section-label {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  padding-top: 7px;
}

.profile-section h2 {
  margin: 0 0 20px;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.profile-section p {
  max-width: 720px;
  margin: 0;
  color: #bcbcbc;
  line-height: 1.75;
}

.empty-panel {
  margin-top: 32px;
  min-height: 130px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-soft);
  color: #767676;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-align: center;
  padding: 24px;
}

.profile-links {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.profile-links span {
  border: 1px solid var(--line-soft);
  padding: 14px 18px 14px calc(18px + 0.16em);
  color: #777;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

@media (max-width: 760px) {
  .site-header { min-height: 86px; }
  .artist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-hero { grid-template-columns: 1fr; }
  .profile-portrait { max-width: 560px; }
  .profile-nav { grid-template-columns: repeat(2, 1fr); }
  .profile-nav a:nth-child(2) { border-right: 0; }
  .profile-nav a:nth-child(-n + 2) { border-bottom: 1px solid var(--line-soft); }
}

@media (max-width: 520px) {
  .artist-grid { grid-template-columns: 1fr; }
  .profile-section { grid-template-columns: 42px 1fr; gap: 14px; }
  .profile-role { line-height: 1.6; }
}

/* Shop */
.shop-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 460px);
  column-gap: clamp(30px, 7vw, 100px);
  align-items: end;
}

.shop-heading .eyebrow,
.shop-heading h1 {
  grid-column: 1;
}

.shop-intro {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  margin: 0 0 2px;
  color: #bcbcbc;
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  line-height: 1.7;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 72px) clamp(22px, 4vw, 48px);
}

.product-card {
  min-width: 0;
}

.product-image-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line-soft);
  background: #f4f4f4;
}

.product-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.product-image-link:hover img,
.product-image-link:focus-visible img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

.product-image-link:focus-visible {
  outline: 1px solid var(--white);
  outline-offset: 5px;
}

.product-info {
  padding-top: 20px;
}

.product-type {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.product-info h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2.3vw, 1.75rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.product-info h2 a {
  text-decoration: none;
}

.product-info h2 a:hover,
.product-info h2 a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 6px;
  outline: none;
}

.product-price {
  margin: 14px 0 20px;
  color: #c9c9c9;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.product-button,
.shop-more-button {
  display: inline-grid;
  place-items: center;
  min-height: 48px;
  border: 1px solid var(--line);
  padding: 0 22px 0 22.18px;
  color: var(--white);
  background: transparent;
  text-decoration: none;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  transition: background-color 160ms ease, color 160ms ease;
}

.product-button:hover,
.product-button:focus-visible,
.shop-more-button:hover,
.shop-more-button:focus-visible {
  background: var(--white);
  color: var(--black);
  outline: none;
}

.shop-more-wrap {
  display: flex;
  justify-content: center;
  padding-top: clamp(70px, 10vw, 120px);
}

.shop-more-button {
  min-width: min(100%, 300px);
  min-height: 62px;
}

@media (max-width: 760px) {
  .shop-heading {
    display: block;
  }

  .shop-intro {
    max-width: 560px;
    margin-top: 24px;
  }
}

@media (max-width: 620px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}
