@media (max-width: 760px) {
  .nav {
    height: calc(64px + env(safe-area-inset-top));
    padding: env(safe-area-inset-top) 16px 0;
    background: linear-gradient(#000c 0%, #0005 65%, transparent);
  }
  .brand { font-size: 1.35rem; letter-spacing: -.065em; }
  .menu-btn { width: 44px; height: 44px; background: #0008; }
  .menu { clip-path: circle(0 at calc(100% - 38px) calc(34px + env(safe-area-inset-top))); }
  .menu.open { clip-path: circle(160% at calc(100% - 38px) calc(34px + env(safe-area-inset-top))); }
  .menu nav { width: 100%; padding: 80px 18px 28px; }
  .menu nav a { font-size: clamp(2.8rem, 15vw, 4.7rem); line-height: 1.03; padding: 5px 0; }

  .hero { height: 100svh; min-height: 560px; }
  .hero-bg img { object-position: center 25% !important; animation: none; }
  .hero-bg::after {
    background: linear-gradient(0deg, #000e 0%, #0005 31%, transparent 55%),
      linear-gradient(90deg, #531a5655, transparent 75%);
  }
  .hero-content {
    padding: calc(84px + env(safe-area-inset-top)) 12px calc(28px + env(safe-area-inset-bottom));
    overflow: hidden;
  }
  .hero-name {
    width: min(100%, 680px);
    font-size: clamp(4.3rem, 20.5vw, 7rem);
    line-height: .82;
    letter-spacing: -.1em;
    text-shadow: 0 8px 26px #000b;
  }
  .hero-sub {
    max-width: 92vw;
    flex-wrap: wrap;
    justify-content: center;
    font-size: .56rem;
    line-height: 1.65;
    gap: 5px 9px;
    letter-spacing: .075em;
    margin-top: 18px;
  }
  .hero-sub::before, .hero-sub::after { display: none; }

  .featured { height: 100svh; min-height: 640px; display: block; background: #12070d; }
  .featured-media { position: absolute; inset: 0; height: 100%; min-height: 0; background: #12070d; }
  .featured-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 34%;
    transform: none;
  }
  .featured-media::after {
    inset: 0;
    background: linear-gradient(0deg, #000 0%, #000e 17%, #0008 38%, transparent 68%),
      linear-gradient(90deg, #1d020b66, transparent 70%);
  }
  .featured-content {
    position: relative;
    height: 100%;
    min-height: 0;
    padding: calc(82px + env(safe-area-inset-top)) 16px calc(30px + env(safe-area-inset-bottom));
    justify-content: flex-end;
    background: transparent;
  }
  .tag { margin-bottom: 12px; font-size: .6rem; letter-spacing: .17em; }
  .featured h2 {
    display: block;
    width: 100%;
    font-size: clamp(4.25rem, 20vw, 7rem);
    line-height: .76;
    letter-spacing: -.08em;
  }
  .featured h2 span { font-size: .36em; line-height: 1.65; }
  .buttons { width: 100%; margin-top: 22px; gap: 10px; flex-wrap: nowrap; }
  .btn {
    min-width: 0;
    min-height: 48px;
    flex: 1;
    display: grid;
    place-items: center;
    padding: 12px 8px;
    font-size: .58rem;
    line-height: 1.35;
    background: #0008;
  }

  .music { padding: 76px 16px; }
  .title-row { padding-bottom: 22px; }
  .title-row h2 { font-size: clamp(3.6rem, 18vw, 5.4rem); }
  .title-row p { margin: 18px 0 0; font-size: .58rem; }
  .release { grid-template-columns: 25px 66px minmax(0, 1fr) 22px; gap: 10px; min-height: 105px; padding: 14px 0; }
  .release:hover { padding-inline: 8px; }
  .release-title { font-size: clamp(1.2rem, 6.5vw, 1.9rem); line-height: 1; }
  .release-title small { font-size: .5rem; line-height: 1.35; margin-top: 8px; }
  .release-arrow { font-size: 1.45rem; }

  .visual-break { height: 72svh; min-height: 520px; }
  .visual-break::after { inset: auto 0 18px; font-size: 19vw; -webkit-text-stroke: 1.5px white; }
  .visual-break img { object-position: center 33%; }
  .visual-label { left: 18px; font-size: .54rem; }

  .about { min-height: 0; padding: 76px 18px; gap: 34px; }
  .about h2 { font-size: clamp(3.7rem, 18vw, 5.8rem); line-height: .8; }
  .about p { font-size: 1.05rem; line-height: 1.75; margin-bottom: 28px; }

  .connect { padding: 82px 16px 72px; }
  .connect h2 { font-size: clamp(3.8rem, 18vw, 6rem); margin: 24px 0 42px; }
  .contact-grid { gap: 14px; }
  .contact-card { padding: 24px 20px; }
  .contact-kicker { margin-bottom: 18px; }
  .contact-line { grid-template-columns: 50px minmax(0, 1fr) auto; gap: 8px; padding: 17px 0; }
  .contact-line strong { font-size: clamp(1.15rem, 6vw, 1.7rem); line-height: 1.25; overflow-wrap: anywhere; }
  .contact-line span { grid-column: 2 / 4; font-size: .85rem; }
  .contact-line em { grid-column: 3; grid-row: 1; }
  .contact-links { grid-template-columns: 1fr 1fr; }
  .contact-links a { min-height: 118px; padding: 18px; }
  .contact-links b { font-size: 1rem; }
  footer {
    padding: 24px 16px calc(24px + env(safe-area-inset-bottom));
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .hero-name { font-size: 19.5vw; }
  .buttons { flex-direction: column; }
  .btn { width: 100%; flex: none; }
  .featured h2 { font-size: 19vw; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-links a { min-height: 100px; }
}

/* Readability and art direction across screen sizes. */
html { scroll-padding-top: 88px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 5px; }
.menu { visibility: hidden; pointer-events: none; }
.menu.open { visibility: visible; pointer-events: auto; overflow-y: auto; }
.reveal { opacity: 1; transform: none; }
.release-title { font-family: var(--thai); line-height: 1.35; letter-spacing: -.025em; }
.social, .btn, .contact-kicker, .contact-line b, .contact-links span { font-size: .875rem; }
.hero-sub, .tag, .title-row p, .release-no, .release-year, .release-title small, .visual-label, .about small, footer { font-size: .75rem; line-height: 1.6; }
.contact-links span, .title-row p, .release-no, .release-year, footer { color: #aaa; }
.btn { min-height: 48px; }
.release:hover { padding-inline: 10px; }
@media (min-width: 761px) {
 .featured-media { inset: 0; }
 .featured-media img { height: 100%; object-position: center; }
 .featured h2 { font-size: clamp(4rem, 10vw, 11rem); }
 .contact-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
 .contact-line { grid-template-columns: 60px minmax(0,1fr) auto; }
 .contact-line span { grid-column: 2 / -1; }
}
@media (min-width: 761px) and (max-width: 1100px) {
 .contact-grid { grid-template-columns: 1fr; }
 .release { grid-template-columns: 36px 90px minmax(0,1fr) auto 32px; gap: 16px; }
}
@media (max-width: 760px) {
 .hero-sub { gap: 4px 8px; letter-spacing: .02em; }
 .featured { height: auto; min-height: 0; }
 .featured-media { position: relative; height: auto; aspect-ratio: 1; background: #f4d4c8; }
 .featured-media picture { position: absolute; inset: 0; height: 100%; }
 .featured-media img { object-fit: contain; object-position: center; }
 .featured-media::after { background: none; }
 .featured-content { height: auto; padding: 28px 16px 40px; background: #090609; }
 .featured h2 { font-size: clamp(2.5rem, 12vw, 5rem); line-height: 1; letter-spacing: -.055em; }
 .featured h2 span { font-family: var(--thai); font-size: .48em; line-height: 1.5; }
 .btn { font-size: .875rem; letter-spacing: .015em; }
 .buttons { flex-wrap: wrap; }
 .release-title { line-height: 1.45; }
 .release-title small { letter-spacing: .035em; }
 .release:hover { padding-inline: 0; }
 .contact-links { grid-template-columns: minmax(0,1fr); }
 .contact-line strong { white-space: nowrap; }
 .connect h2 { font-size: clamp(2.5rem, 13vw, 5rem); line-height: .95; letter-spacing: -.065em; }
 .visual-break { min-height: 0; height: auto; aspect-ratio: 4/5; }
 .visual-label { display: none; }
 .menu nav { padding-top: 90px; }
}
@media (max-width: 760px) and (max-height: 500px) {
 .hero { min-height: 440px; }
 .menu nav a { font-size: 2rem; }
}
