@font-face {
  font-family: "Ham Font";
  src: url("/assets/ham-font.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Mint Sans";
  src: url("/assets/mint-sans-regular.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Mint Sans";
  src: url("/assets/mint-sans-bold.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  color-scheme: dark;
  --black: #050505;
  --white: #f4f4f2;
  --gray: #a5a5a2;
  --rule: rgb(244 244 242 / 34%);
  --display: "Mint Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sans: "Mint Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --hand: "Ham Font", "Bradley Hand", cursive;
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-synthesis: none;
}

* { box-sizing: border-box; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  position: relative;
  isolation: isolate;
  min-width: 20rem;
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
}

a { color: inherit; }

.site-backdrop{position:fixed;z-index:0;inset:0;overflow:hidden;background:#050505;opacity:1;pointer-events:none}
.site-backdrop::before,.site-backdrop::after{content:"";position:absolute;inset:0}
.site-backdrop::before{background:url("/assets/ham-life-map-square-v14.webp") center/50vmax 50vmax repeat;filter:invert(1)}
.site-backdrop::after{background:#d8b94f57;mix-blend-mode:color}

.masthead,
main,
footer {
  position: relative;
  z-index: 1;
}

.masthead {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 clamp(1.5rem, 3.9vw, 4rem);
}

.wordmark,
.masthead nav a {
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.masthead nav {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 4.8vw, 5rem);
}

.masthead a { position: relative; }

.masthead a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.4rem;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

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

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(5 5 5 / 74%) 0%, rgb(5 5 5 / 38%) 47%, rgb(5 5 5 / 4%) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10rem clamp(2rem, 3.5vw, 4rem) 5rem;
}

h1 {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: 88vw;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(7rem, 21.5vw, 17rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.76;
  text-transform: uppercase;
  text-shadow: 0 0 2.5rem rgb(5 5 5 / 50%);
}

h1 span { display: block; }

.artist-signature {
  margin-top: 0.18em;
  color: var(--white);
  font-family: var(--hand);
  font-size: 0.84em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 0.82;
  white-space: nowrap;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

.hero-subtitle {
  margin: 2.5rem 0 0.5rem 0.35rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.19em;
  line-height: 1;
  text-transform: uppercase;
}

.listen-platforms {
  width: min(100%, 18rem);
  margin-top: clamp(2.8rem, 6vh, 5rem);
}

.listen-label {
  margin: 0 0 0.85rem;
  color: var(--gray);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.listen-platforms nav {
  border-top: 1px solid var(--white);
}

.platform-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.68rem 0;
  border-bottom: 1px solid var(--rule);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.platform-name {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.platform-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  overflow: visible;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.platform-icon-youtube { color: #ff0033; }
.platform-icon-spotify { color: #1ed760; }
.platform-icon-apple { color: #fa243c; }
.platform-icon-tidal { color: var(--white); }

.platform-icon circle,
.platform-icon ellipse { fill: none; }

.platform-icon path { vector-effect: non-scaling-stroke; }

.platform-link-primary {
  color: var(--white);
  font-weight: 700;
}

.platform-arrow,
.release-arrow {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  flex: 0 0 auto;
  color: var(--white);
  transition: transform 160ms ease;
}

.platform-arrow::before,
.release-arrow::before {
  content: "";
  position: absolute;
  top: 0.08rem;
  right: 0.08rem;
  width: 0.58rem;
  height: 0.58rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}

.platform-arrow::after,
.release-arrow::after {
  content: "";
  position: absolute;
  top: 0.43rem;
  left: 0.08rem;
  width: 0.82rem;
  height: 1.5px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}

.platform-link:hover .platform-arrow,
.platform-link:focus-visible .platform-arrow,
.release-link:hover .release-arrow,
.release-link:focus-visible .release-arrow { transform: translate(0.2rem, -0.2rem); }

.hero-portrait {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: clamp(31rem, 56vw, 67rem);
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  pointer-events: none;
}

.hero-portrait img {
  width: auto;
  height: 100svh;
  display: block;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  filter: none;
  transform: translateX(16%);
}

.music {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.35fr);
  align-items: start;
  gap: clamp(2.5rem, 6vw, 6rem);
  padding: clamp(4.5rem, 7vw, 6.5rem) clamp(2rem, 5vw, 5.5rem);
  overflow: hidden;
  background: rgb(5 5 5 / 92%);
}

.music-intro,
.release-list {
  position: relative;
  z-index: 2;
}

h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.1rem, 7.6vw, 7.75rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.76;
  text-transform: uppercase;
}

.release-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--rule);
  list-style: none;
}

.release-list li {
  border-bottom: 1px solid var(--rule);
}

.release-link {
  display: grid;
  grid-template-columns: 3rem clamp(5.5rem, 8vw, 7.5rem) minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 0;
  text-decoration: none;
}

.release-number {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.release-title {
  display: block;
  font-family: var(--sans);
  font-size: clamp(2.2rem, 4.2vw, 4.15rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
  transition: transform 160ms ease;
}

.release-artwork {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--black);
}

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

.release-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.release-meta,
.release-platform {
  color: var(--gray);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.release-platform {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid currentColor;
}

.release-platform-icon {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
  overflow: visible;
  color: #ff0033;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.release-platform-icon circle { fill: none; }

.release-link:hover .release-title,
.release-link:focus-visible .release-title {
  transform: translateX(0.35rem);
}

.about{min-height:0;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(20rem,.85fr);gap:0 clamp(2rem,5vw,6rem);padding:0;border-top:1px solid rgb(244 244 242 / 14%);background:rgb(5 5 5 / 82%)}
.about-copy{width:100%;max-width:76rem;padding:clamp(4.5rem,7vw,6.5rem) 0 clamp(4.5rem,7vw,6.5rem) clamp(2rem,5vw,5.5rem)}
.about-label{margin:0 0 2rem;color:var(--gray);font-size:.67rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.about-statement{margin:0;font-family:var(--sans);font-size:clamp(3rem,5.2vw,5.8rem);font-weight:400;letter-spacing:-.055em;line-height:.94}
.about-detail{max-width:48rem;margin:2.5rem 0 0;color:rgb(244 244 242 / 90%);font-size:clamp(1rem,1.45vw,1.32rem);line-height:1.5}
.about-copy span{width:4rem;height:1px;display:block;margin-top:2rem;background:var(--white)}
.about-photo{width:min(68rem,calc(100% - clamp(4rem,14vw,14rem)));margin:clamp(2.5rem,5vw,4.5rem) auto 0}
.about-photo:not(.about-photo-home){grid-column:1/-1}
.about-photo img{width:100%;height:auto;display:block;border:1px solid var(--rule)}
.about-photo figcaption{margin-top:.8rem;color:var(--gray);font-size:.68rem;font-weight:700;letter-spacing:.08em}
.about-photo-home{grid-column:2;align-self:stretch;width:100%;max-width:30rem;min-height:0;contain:size;overflow:hidden;display:grid;grid-template-rows:minmax(0,1fr) auto;margin:calc(clamp(4.5rem,7vw,6.5rem) + 2.875rem) auto clamp(4.5rem,7vw,6.5rem) 0}
.about-photo-home img{width:auto;max-width:100%;height:100%}

footer {
  min-height: 6.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 1.5rem clamp(2rem, 5vw, 5.5rem);
  border-top: 1px solid rgb(244 244 242 / 14%);
  color: var(--gray);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgb(5 5 5 / 76%);
}

footer p { margin: 0; }
footer p:nth-child(2) { text-align: center; }

footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}

footer a { text-decoration: none; }

a:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 0.45rem;
}

@media(max-width:920px){
  h1{font-size:clamp(6.8rem,19vw,11rem)}
  .hero-portrait{width:62vw}
  .music{gap:4rem}
}

@media(max-width:840px){
  .about{grid-template-columns:1fr;gap:0}
  .about-photo:not(.about-photo-home),.about-copy,.about-photo-home{grid-column:1}
  .about-copy{padding:4.5rem 1.25rem}
  .about-detail{margin-top:2rem}
  .about-photo{width:calc(100% - 2.5rem)}
  .about-photo-home{width:calc(100% - 2.5rem);max-width:20rem;contain:none;overflow:visible;display:block;margin:0 auto 4.5rem}
  .about-photo-home img{width:100%;height:auto}
}

@media(max-width:720px){
  .masthead{min-height:5rem;padding-inline:1.25rem}

  .masthead nav{gap:1.35rem}
  .masthead nav a{font-size:.66rem}
  .hero{background:linear-gradient(90deg,rgb(5 5 5 / 54%) 0%,rgb(5 5 5 / 20%) 100%)}
  .hero-copy{min-height:100svh;justify-content:flex-start;padding:8rem 1.25rem 2.5rem}

  h1{max-width:100%;font-size:clamp(6rem,27vw,10rem)}

  .listen-platforms{margin-top:auto}

  .hero-portrait{width:100%;min-height:100svh;opacity:1}

  .hero-portrait img{width:auto;height:100svh;transform:translateX(16%)}

  .music{min-height:0;grid-template-columns:1fr;gap:0;padding:5rem 1.25rem}

  .release-list{margin-top:2.5rem}

  footer{grid-template-columns:1fr;padding-inline:1.25rem}

  footer p,footer p:nth-child(2){text-align:left}

  footer nav{justify-content:flex-start}
}

@media(max-width:460px){
  .masthead nav a:nth-child(2){display:none}
  .hero-copy{min-height:100svh}
  .hero-portrait{width:100%}
  .release-link {
    grid-template-columns: 1.75rem 5rem minmax(0, 1fr);
    row-gap: 1rem;
  }

  .release-platform {
    grid-column: 3;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .masthead a::after,
  .platform-arrow,
  .release-arrow,
  .release-title { transition: none; }
}
