@charset "UTF-8";
/*!
Theme Name: Attack The Music 2026
Theme URI: https://attackthemusic.com/
Author: Ka2.design
Author URI: https://ka2.design/
Description: Custom WordPress theme for ATTACK THE MUSIC, designed and developed by Ka2.design.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Attack The Music is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* ==========================================================================
   2026 redesign layer
   ========================================================================== */

:root {
  --atm-black: #050505;
  --atm-white: #ffffff;
  --atm-line: #d9d9d9;
  --atm-muted: #6f6f6f;
  --atm-pink: #f51b70;
  --atm-orange: #ff9b4c;
  --atm-purple: #743cff;
  --atm-blue: #00a7e8;
  --atm-site-width: 1680px;
  --atm-content-width: 1510px;
  --atm-page-width: min(var(--atm-content-width), calc(100vw - 10rem));
  --atm-readable-width: min(880px, calc(100vw - 2rem));
  --atm-header-height: 96px;
  --sp-nav-top: var(--atm-header-height);
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

html.atm-menu-open,
body.atm-menu-open {
  overflow: hidden;
}

body {
  margin: 0;
  background: var(--atm-white);
  color: var(--atm-black);
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before,
body::after,
.page-title,
#secondary {
  display: none !important;
}

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

a,
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

.atm-icon {
  display: block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  fill: currentColor;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site {
  min-height: auto;
  padding: calc(var(--atm-header-height) + 1px) 0 0;
}

.site-main {
  width: var(--atm-page-width);
  margin: 0 auto;
}

.atm-readable-page,
.atm-contact-page,
body.single-post .site-main {
  width: var(--atm-readable-width);
}

/* 見出しや操作UIは参照デザインに合わせ、Roboto Condensedの太い字面へ統一する。 */
.atm-site-header,
.atm-hero,
.atm-section-header,
.atm-release-card > span:not(.atm-card-tilt),
.atm-release-card strong,
.atm-product-card strong,
.atm-news-row,
.atm-footer-navigation,
.atm-footer-bottom,
.atm-mobile-nav {
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
}

body.home .site-main,
body.front-page .site-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 共通ヘッダー。PCはデザイン案どおりロゴ・主要ナビ・SNSを横並びにする。 */
.atm-site-header {
  position: fixed !important;
  top: 0;
  z-index: 9000;
  width: 100% !important;
  border-bottom: 1px solid var(--atm-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

/* ログイン時も管理バーの直下でヘッダーを固定する。 */
body.admin-bar .atm-site-header {
  top: 32px;
}

.atm-header-inner {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr auto;
  align-items: center;
  gap: 2.5rem;
  width: min(var(--atm-site-width), calc(100vw - 6rem));
  height: var(--atm-header-height);
  margin: 0 auto;
}

.atm-site-header .atm-site-branding {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.atm-site-branding a {
  display: block !important;
  width: clamp(190px, 16vw, 285px) !important;
  max-width: 100% !important;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 180ms ease, opacity 180ms ease;
  will-change: transform;
}

.atm-site-branding a:hover,
.atm-site-branding a:focus-visible {
  opacity: 0.78;
  transform: scale(1.018);
}

.atm-site-branding svg {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  fill: currentColor;
}

.atm-site-branding svg *,
.atm-footer-logo svg * {
  fill: currentColor !important;
}

.atm-site-header .atm-main-navigation {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  width: auto !important;
  height: 2.5rem !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.atm-main-navigation .atm-menu,
.atm-footer-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.35rem, 2.25vw, 3.8rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.atm-site-header .atm-main-navigation .atm-menu {
  flex-wrap: nowrap;
}

.atm-site-header .atm-main-navigation .atm-menu,
.atm-site-header .atm-main-navigation .atm-menu li {
  position: static !important;
  width: auto !important;
  height: 2.5rem !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  transform: none !important;
}

.atm-menu a,
.atm-footer-navigation a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  font-size: clamp(1rem, 1.05vw, 1.25rem);
  font-weight: 900;
  line-height: 1;
}

.atm-menu a:link,
.atm-menu a:visited,
.atm-menu a:hover,
.atm-menu a:active,
.atm-footer-navigation a:link,
.atm-footer-navigation a:visited,
.atm-footer-navigation a:hover,
.atm-footer-navigation a:active,
.atm-news-row:link,
.atm-news-row:visited,
.atm-news-row:hover,
.atm-news-row:active,
.atm-release-card:link,
.atm-release-card:visited,
.atm-release-card:hover,
.atm-release-card:active,
.atm-product-card:link,
.atm-product-card:visited,
.atm-product-card:hover,
.atm-product-card:active,
.atm-section-header a:link,
.atm-section-header a:visited,
.atm-section-header a:hover,
.atm-section-header a:active {
  color: inherit !important;
}

.atm-site-header .atm-menu a {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--atm-black) !important;
  transform: none !important;
}

.atm-menu a::after,
.atm-footer-navigation a::after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0.32rem;
  left: 0;
  width: auto;
  height: 2px;
  border: 0;
  background: var(--atm-pink);
  mix-blend-mode: normal;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.atm-menu a:hover::after,
.atm-footer-navigation a:hover::after {
  transform: scaleX(1);
}

.atm-social-navigation,
.atm-footer-socials,
.atm-mobile-socials {
  display: flex;
  align-items: center;
  gap: 1.05rem;
}

.atm-social-navigation a,
.atm-footer-socials a,
.atm-mobile-socials a {
  display: inline-grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  color: var(--atm-black);
  font-size: 1.05rem;
  line-height: 1;
  transition: color 180ms ease, transform 180ms ease;
}

.atm-social-navigation i,
.atm-footer-socials i,
.atm-mobile-socials i {
  display: block;
  font-size: inherit;
  line-height: 1;
}

.atm-social-navigation a:hover,
.atm-footer-socials a:hover,
.atm-mobile-socials a:hover {
  transform: translateY(-1px);
}

.atm-social-link-x:hover,
.atm-social-link-x:focus-visible { color: #000; }
.atm-social-link-instagram:hover,
.atm-social-link-instagram:focus-visible { color: #e4405f; }
.atm-social-link-facebook:hover,
.atm-social-link-facebook:focus-visible { color: #1877f2; }
.atm-social-link-youtube:hover,
.atm-social-link-youtube:focus-visible { color: #ff0000; }
.atm-social-link-bandcamp:hover,
.atm-social-link-bandcamp:focus-visible { color: #1da0c3; }
.atm-social-link-soundcloud:hover,
.atm-social-link-soundcloud:focus-visible { color: #ff5500; }
.atm-social-link-discord:hover,
.atm-social-link-discord:focus-visible { color: #5865f2; }

.atm-mobile-toggle,
.atm-mobile-trigger,
.atm-mobile-nav {
  display: none !important;
}

/* トップヒーロー。背景は投稿画像をぼかして敷き、中央にジャケット/フライヤーを置く。 */
.atm-hero {
  position: relative;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-bottom: 6.75rem;
  overflow: hidden;
}

.atm-hero-slider {
  position: relative;
  height: clamp(540px, 38vw, 680px);
  min-height: clamp(540px, 38vw, 680px);
  overflow: visible;
}

.atm-hero-slider .slick-list,
.atm-hero-slider .slick-track {
  height: 100%;
}

.atm-hero-slider .slick-slide {
  height: clamp(540px, 38vw, 680px);
}

.atm-hero-slide {
  position: relative;
  display: block;
  width: 100%;
  min-height: clamp(540px, 38vw, 680px);
  height: clamp(540px, 38vw, 680px) !important;
  box-sizing: border-box;
  overflow: hidden;
  background: var(--atm-white);
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  transition: none;
}

.atm-hero-slide.is-measuring {
  display: block !important;
  transform: none;
}

.atm-hero-bg {
  position: absolute;
  inset: 0 18%;
  background-position: center;
  background-size: cover;
  opacity: 0.32;
  filter: blur(30px) saturate(1.15);
  transform: scale(1.08);
}

.atm-hero-slide::before,
.atm-hero-slide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 28%;
  z-index: 1;
  pointer-events: none;
}

.atm-hero-slide::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0) 100%);
}

.atm-hero-slide::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0) 100%);
}

.atm-hero-content {
  position: absolute;
  top: clamp(4rem, 5.2vw, 7rem) !important;
  left: max(7rem, calc((100vw - var(--atm-content-width)) / 2 + 7rem));
  z-index: 3;
  width: min(31rem, 34vw);
}

.atm-hero-content::before {
  content: "";
  position: absolute;
  inset: -5rem -12rem -5rem -5rem;
  z-index: -1;
  background: radial-gradient(ellipse 70% 72% at 18% 50%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.58) 42%, rgba(255, 255, 255, 0.18) 66%, rgba(255, 255, 255, 0) 100%);
  filter: blur(18px);
  pointer-events: none;
}

.atm-kicker,
.atm-hero-catalog {
  margin: 0 0 clamp(0.75rem, 0.9vw, 1rem);
  color: var(--atm-pink);
  font-size: clamp(1rem, 1.05vw, 1.35rem);
  font-weight: 900;
  line-height: 1;
}

.atm-hero-content h1 {
  max-width: 12ch;
  margin: 0 0 clamp(1.8rem, 2.3vw, 2.75rem);
  font-size: clamp(3.4rem, 5vw, 6.8rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-wrap: balance;
}

.atm-hero-content .atm-hero-heading-long {
  max-width: 13.5ch;
  margin-bottom: clamp(1.45rem, 1.9vw, 2.25rem);
  font-size: clamp(2.75rem, 3.7vw, 5rem);
  line-height: 0.98;
}

.atm-hero-content .atm-hero-heading-very-long {
  max-width: 14.5ch;
  margin-bottom: clamp(1.25rem, 1.65vw, 1.9rem);
  font-size: clamp(2.4rem, 3.25vw, 4.35rem);
  line-height: 1;
}

.atm-hero-title-line {
  display: block;
}

.atm-hero-title-artist,
.atm-hero-title-subtitle {
  font-size: 0.5em;
  line-height: 1;
}

.atm-hero-title-artist {
  margin-bottom: 0.35em;
}

.atm-hero-title-subtitle {
  margin-top: 0.35em;
}

.atm-hero-date {
  margin: 0 0 clamp(0.9rem, 1.1vw, 1.25rem);
  font-size: clamp(1.05rem, 1vw, 1.35rem);
  line-height: 1;
}

.atm-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  gap: 1.25rem;
  max-width: 100%;
  min-width: 9.75rem;
  min-height: 3rem;
  padding: 0 0.95rem 0 1.2rem;
  border: 1px solid var(--atm-black);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease;
}

.atm-outline-button::after,
.atm-section-header a::after,
.atm-news-row::after {
  content: "";
  width: 0.82rem;
  height: 0.82rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.atm-outline-button:hover {
  background: var(--atm-black);
  color: var(--atm-white);
}

.atm-outline-button::after {
  width: 0.72rem;
  height: 0.72rem;
}

.atm-stream-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(0.65rem, 0.85vw, 0.9rem);
}

.atm-stream-link {
  display: inline-grid;
  place-items: center;
  width: 1.42rem;
  height: 1.42rem;
  color: var(--atm-blue);
  font-size: 1.35rem;
  line-height: 1;
  transition: opacity 180ms ease, transform 180ms ease;
}

.atm-stream-link:hover {
  opacity: 0.72;
  transform: translateY(-1px);
}

.atm-stream-link i {
  display: block;
  line-height: 1;
}

.atm-stream-link img {
  width: 100%;
  height: 100%;
}

.atm-stream-link-spotify,
a.atm-stream-link-spotify { color: #1db954; }
.atm-stream-link-applemusic,
a.atm-stream-link-applemusic { color: #fa243c; }
.atm-stream-link-soundcloud,
a.atm-stream-link-soundcloud { color: #ff5500; }
.atm-stream-link-youtube,
a.atm-stream-link-youtube { color: #ff0000; }
.atm-stream-link-bandcamp,
a.atm-stream-link-bandcamp { color: #1da0c3; }

.atm-hero-media {
  position: absolute;
  top: 6% !important;
  right: max(14.5rem, calc((100vw - var(--atm-content-width)) / 2 + 20rem));
  z-index: 2;
  width: auto;
  height: 86%;
  transform-style: preserve-3d;
  will-change: transform;
}

.atm-hero-slide-event .atm-hero-media {
  top: 6% !important;
  right: max(14.5rem, calc((100vw - var(--atm-content-width)) / 2 + 20rem));
  left: auto;
  z-index: 2;
  width: auto;
  height: 86%;
  overflow: visible;
}

.atm-hero-slide-event .atm-hero-media::before,
.atm-hero-slide-event .atm-hero-media::after {
  content: none;
}

/* EVENTも正方形アイキャッチを使い、Releaseスライドと同じ読みやすい構図に寄せる。 */
.atm-hero-slide-event::before {
  width: 28%;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0) 100%);
}

.atm-hero-slide-event::after {
  width: 28%;
  z-index: 1;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0) 100%);
}

.atm-hero-slide-event .atm-hero-bg {
  opacity: 0.32;
}

.atm-hero-slide-event .atm-hero-content {
  z-index: 3;
}

.atm-hero-slide-event .atm-hero-content::before {
  inset: -5rem -12rem -5rem -5rem;
  background: radial-gradient(ellipse 70% 72% at 18% 50%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.58) 42%, rgba(255, 255, 255, 0.18) 66%, rgba(255, 255, 255, 0) 100%);
}

.atm-hero-media img {
  width: auto;
  max-width: min(44vw, 620px);
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.atm-hero-slide-event .atm-hero-media img {
  width: auto;
  max-width: min(44vw, 620px);
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.atm-hero-side-label {
  position: absolute;
  top: 10%;
  right: max(8.75rem, calc((100vw - var(--atm-content-width)) / 2 + 3.25rem));
  z-index: 3;
  color: #fff;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--atm-pink);
  text-stroke: 3px var(--atm-pink);
  paint-order: stroke fill;
  writing-mode: vertical-rl;
  font-size: clamp(3rem, 3.3vw, 5rem);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  opacity: 0.7;
}

.atm-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--atm-black);
  transform: translateY(-50%);
  transition: none;
}

.atm-hero-arrow::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.atm-hero-arrow:hover,
.atm-hero-arrow:focus,
.atm-hero-arrow:active {
  border: 0;
  background: transparent;
  color: var(--atm-black);
  outline: none;
  transform: translateY(-50%);
}

.atm-hero-prev {
  left: 2rem;
}

.atm-hero-prev::before {
  transform: rotate(225deg);
}

.atm-hero-next {
  right: 2rem;
}

.atm-hero-next::before {
  transform: rotate(45deg);
}

.atm-hero .slick-dots {
  position: absolute;
  right: 0;
  bottom: -6.75rem;
  left: 0;
  z-index: 6;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  height: 6.75rem;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--atm-line);
  background: var(--atm-white);
  list-style: none;
}

.atm-hero .slick-dots li {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.atm-hero .slick-dots li::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2px;
  background:
    linear-gradient(var(--atm-pink), var(--atm-pink)) left center / 0 100% no-repeat,
    var(--atm-black);
}

.atm-hero .slick-dots li:last-child::after {
  display: none;
}

.atm-hero .slick-dots button {
  border: 0;
  background: transparent;
  color: var(--atm-black);
  font: inherit;
  font-size: 1.15rem;
  font-weight: 900;
}

.atm-hero .slick-dots .slick-active button {
  color: var(--atm-pink);
}

.atm-hero .slick-dots .slick-active::after {
  animation: atm-hero-dot-progress 5000ms linear forwards;
}

@keyframes atm-hero-dot-progress {
  to {
    background-size: 100% 100%, auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atm-site-branding a,
  .atm-footer-logo {
    transition: none;
  }

  .atm-site-branding a:hover,
  .atm-site-branding a:focus-visible,
  .atm-footer-logo:hover,
  .atm-footer-logo:focus-visible {
    transform: none;
  }

  .atm-news-row:hover .atm-news-title,
  .atm-news-row:focus .atm-news-title {
    transform: none;
  }

  .atm-news-row:hover::after,
  .atm-news-row:focus::after {
    transform: rotate(45deg);
  }

  @media screen and (max-width: 600px) {
    .atm-news-row:hover::after,
    .atm-news-row:focus::after {
      transform: translateY(-50%) rotate(45deg);
    }
  }

  .atm-hero .slick-dots .slick-active::after {
    animation: none;
    background-size: 100% 100%, auto;
  }

  .atm-hero-slide {
    transition: none;
  }
}

/* トップ共通セクション。カード数が増減しても破綻しにくいグリッドにする。 */
.atm-section {
  width: var(--atm-page-width);
  margin: 0 auto;
  padding: clamp(5.5rem, 7vw, 9rem) 0 0;
}

.atm-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.2rem;
}

.atm-section-header h2 {
  position: relative;
  margin: 0;
  padding-bottom: 1.25rem;
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.atm-section-header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.25rem;
  height: 3px;
  background: var(--atm-pink);
}

.atm-section-header a {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  min-height: 2.75rem;
  font-size: 1rem;
  font-weight: 900;
}

.atm-release-grid,
.atm-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(1.6rem, 2vw, 2.6rem);
}

.atm-release-card,
.atm-product-card {
  display: block;
  min-width: 0;
}

.atm-card-tilt,
.atm-release-archive-cover {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 1rem;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}

.atm-release-card img,
.atm-product-card img,
.atm-release-archive-cover img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: filter 220ms ease;
}

.atm-product-card img {
  object-fit: contain;
}

.atm-release-card:hover .atm-card-tilt img,
.atm-product-card:hover .atm-card-tilt img,
.atm-release-archive-card:hover .atm-release-archive-cover img {
  filter: saturate(1.12) contrast(1.04);
}

.atm-release-card > span:not(.atm-card-tilt) {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
  line-height: 1;
}

.atm-release-card strong,
.atm-product-card strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: clamp(1rem, 0.92vw, 1.18rem);
  font-weight: 900;
  line-height: 1.08;
}

.atm-release-card em,
.atm-product-card > span:not(.atm-card-tilt) {
  display: block;
  margin-top: 0.4rem;
  color: var(--atm-muted);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

.atm-news-list {
  border-top: 1px solid var(--atm-line);
}

.atm-news-row {
  display: grid;
  grid-template-columns: 12rem 9rem 1fr auto;
  align-items: center;
  gap: 2rem;
  box-sizing: border-box;
  min-height: 4.6rem;
  padding: 0 clamp(1rem, 1.4vw, 1.6rem) 0 0;
  border-bottom: 1px solid var(--atm-line);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.atm-news-row time,
.atm-news-row .atm-news-label,
.atm-news-row .atm-news-title {
  font-size: clamp(1rem, 0.96vw, 1.2rem);
  font-weight: 900;
  line-height: 1.15;
}

.atm-news-row .atm-news-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.85em;
  row-gap: 0.25em;
  transition: transform 180ms ease, color 180ms ease;
}

.atm-news-row::after {
  transition: transform 180ms ease, color 180ms ease;
}

.atm-news-row:hover,
.atm-news-row:focus {
  border-bottom-color: rgba(5, 5, 5, 0.28);
  background: rgba(245, 27, 112, 0.035);
  color: var(--atm-black);
}

.atm-news-row:hover .atm-news-title,
.atm-news-row:focus .atm-news-title {
  color: var(--atm-pink);
  transform: translateX(0.35rem);
}

.atm-news-row:hover::after,
.atm-news-row:focus::after {
  color: var(--atm-pink);
  transform: translateX(0.28rem) rotate(45deg);
}

.atm-news-row .atm-news-label-news {
  color: var(--atm-pink);
}

.atm-news-row .atm-news-label-release {
  color: var(--atm-purple);
}

.atm-news-row .atm-news-label-event {
  color: var(--atm-orange);
}

.atm-news-prefix {
  color: var(--atm-muted);
  font-weight: 700;
}

.atm-news-subtitle {
  color: var(--atm-muted);
  font-weight: 500;
}

.atm-news-archive-page,
.atm-artist-archive-page {
  padding-top: clamp(5rem, 8vw, 9rem);
}

.atm-news-archive,
.atm-artist-archive {
  width: 100%;
  margin: 0 auto;
  font-family: "Roboto", Arial, sans-serif;
}

.atm-news-archive-header,
.atm-artist-archive-header {
  margin-bottom: clamp(2.4rem, 3.8vw, 4.6rem);
}

.atm-news-archive h1,
.atm-artist-archive h1 {
  margin: 0;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: clamp(3.2rem, 4.2vw, 5rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}

.atm-news-archive h1 span {
  margin-left: 0.5em;
  color: var(--atm-pink);
}

.atm-artist-groups {
  border-top: 1px solid var(--atm-line);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
}

.atm-artist-archive-intro {
  max-width: 48rem;
  margin: calc(clamp(2.4rem, 3.8vw, 4.6rem) * -0.45) 0 clamp(2.2rem, 3.2vw, 3.6rem);
  color: var(--atm-black);
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  font-weight: 500;
  line-height: 1.65;
}

.atm-artist-archive-intro > * {
  margin: 0;
}

/* Preserve a full blank-line rhythm between paragraphs in the Booking lead. */
.atm-booking-archive-page .atm-artist-archive-intro > * + * {
  margin-top: 1.65em;
}

.atm-artist-group {
  display: grid;
  grid-template-columns: minmax(4rem, 7rem) 1fr;
  gap: clamp(1.5rem, 4vw, 5rem);
  padding: clamp(1.8rem, 2.4vw, 2.8rem) 0;
  border-bottom: 1px solid var(--atm-line);
}

.atm-artist-group h2 {
  margin: 0;
  color: var(--atm-pink);
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  font-weight: 900;
  line-height: 1;
}

.atm-artist-group ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem clamp(1.2rem, 2vw, 2.4rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.atm-artist-group a {
  display: inline;
  color: var(--atm-black);
  font-size: clamp(1.08rem, 1.15vw, 1.35rem);
  font-weight: 900;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.atm-artist-group a:hover,
.atm-artist-group a:focus,
.atm-artist-group a:active {
  color: var(--atm-pink);
}

.atm-artist-no-results {
  margin: 4rem 0 0;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.atm-artist-archive-action {
  margin-top: clamp(2.8rem, 4vw, 4.5rem);
}

.atm-contact-page {
  padding-top: clamp(5rem, 8vw, 9rem);
}

.atm-contact {
  width: 100%;
  margin: 0 auto;
  font-family: "Roboto", Arial, sans-serif;
}

.atm-contact-header {
  margin-bottom: clamp(2.4rem, 3.8vw, 4.6rem);
}

.atm-contact h1 {
  margin: 0;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: clamp(3.2rem, 4.2vw, 5rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.atm-contact-content {
  border-top: 1px solid var(--atm-line);
  border-bottom: 1px solid var(--atm-line);
  padding: clamp(2.3rem, 3.2vw, 4rem) 0;
}

.atm-contact-content > *:first-child {
  margin-top: 0;
}

.atm-contact-content > *:last-child {
  margin-bottom: 0;
}

.atm-contact .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.3rem, 2vw, 2.4rem);
  margin: 0;
}

.atm-contact .wpcf7-form p {
  margin: 0;
}

.atm-contact .wpcf7-form p:has(textarea),
.atm-contact .wpcf7-form p:has(input[type="submit"]) {
  grid-column: 1 / -1;
}

.atm-contact .wpcf7-form label {
  display: grid;
  gap: 0.65rem;
  color: var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.atm-contact .wpcf7-form-control-wrap {
  display: block;
}

.atm-contact input[type="text"],
.atm-contact input[type="email"],
.atm-contact input[type="url"],
.atm-contact input[type="tel"],
.atm-contact input[type="number"],
.atm-contact textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 3.4rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--atm-line);
  border-radius: 0;
  background: var(--atm-white);
  color: var(--atm-black);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  box-shadow: none;
}

.atm-contact textarea {
  min-height: clamp(12rem, 23vw, 20rem);
  resize: vertical;
}

.atm-contact input:focus,
.atm-contact textarea:focus {
  border-color: var(--atm-black);
  color: var(--atm-black);
  outline: 2px solid var(--atm-pink);
  outline-offset: 2px;
}

.atm-contact input[type="submit"],
.atm-contact .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 9.75rem;
  min-height: 3.1rem;
  padding: 0 1.4rem;
  border: 2px solid var(--atm-black);
  border-radius: 0;
  background: var(--atm-black);
  color: var(--atm-white);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.atm-contact input[type="submit"]:hover,
.atm-contact input[type="submit"]:focus,
.atm-contact .wpcf7-submit:hover,
.atm-contact .wpcf7-submit:focus {
  border-color: var(--atm-pink);
  background: var(--atm-pink);
  color: var(--atm-white);
}

.atm-contact .wpcf7-spinner {
  margin: 0 0 0 1rem;
}

.atm-contact .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 0 !important;
  padding: 1rem !important;
  border-color: var(--atm-line) !important;
  font-weight: 700;
}

body.single-post .site-main {
  padding-top: clamp(5rem, 8vw, 9rem);
}

body.single-post article.post {
  max-width: none;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  border: 0;
  color: var(--atm-black);
  font-family: "Roboto", Arial, sans-serif;
}

body.single-post article.post .atm-news-single {
  display: block;
  margin: 0;
}

.atm-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: clamp(3rem, 5vw, 5.5rem);
  color: var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.atm-breadcrumb a,
.atm-breadcrumb span {
  color: inherit;
  text-decoration: none;
}

.atm-breadcrumb a:hover,
.atm-breadcrumb a:focus {
  color: var(--atm-pink);
}

.atm-breadcrumb a::after {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.8rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg) translateY(-0.04rem);
}

.atm-news-single-header {
  display: grid;
  gap: clamp(1.2rem, 2vw, 1.8rem);
  margin-bottom: clamp(2.8rem, 4.6vw, 5rem);
}

.atm-news-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.15rem;
  color: var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.atm-news-single-meta span {
  color: var(--atm-pink);
}

.atm-news-single-header .entry-title {
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: clamp(3rem, 5.4vw, 5.6rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

.atm-event-single-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.4rem, 2.6vw, 2.6rem);
  margin-bottom: clamp(3rem, 5vw, 5.6rem);
}

.atm-event-single-flier {
  width: min(100%, 38rem);
  margin: 0 auto;
}

.atm-event-single-flier img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--atm-line);
  background: var(--atm-white);
}

.atm-event-single-details {
  width: 100%;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
}

.atm-event-single-data {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--atm-line);
}

.atm-event-single-data div {
  display: grid;
  grid-template-columns: minmax(7.2rem, auto) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--atm-line);
}

.atm-event-single-data dt,
.atm-event-single-data dd {
  margin: 0;
  color: var(--atm-black);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.atm-event-single-data dt {
  color: var(--atm-muted);
}

body.single-post article.post .atm-news-single-content {
  margin: 0;
  padding: clamp(2.8rem, 5vw, 5.6rem) 0;
  border-top: 1px solid var(--atm-line);
  border-bottom: 1px solid var(--atm-line);
  color: var(--atm-black);
  font-size: clamp(1.05rem, 1.1vw, 1.18rem);
  font-weight: 500;
  line-height: 1.9;
}

.atm-news-single-content > * {
  margin-top: 0;
  margin-bottom: clamp(1.35rem, 2.4vw, 2.4rem);
}

.atm-news-single-content > *:last-child {
  margin-bottom: 0;
}

.atm-news-single-content h2,
.atm-news-single-content h3 {
  margin-top: clamp(3rem, 5vw, 5rem);
  margin-bottom: clamp(1rem, 1.6vw, 1.4rem);
  color: var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.atm-news-single-content h2 {
  display: grid;
  gap: 0.75rem;
  font-size: clamp(2rem, 3vw, 3rem);
}

.atm-news-single-content h2::after {
  content: "";
  width: 2.4rem;
  height: 0.16rem;
  background: var(--atm-pink);
}

.atm-news-single-content h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
}

.atm-news-single-content p,
.atm-news-single-content li,
.atm-news-single-content figcaption,
.atm-news-single-content td,
.atm-news-single-content th {
  color: var(--atm-black);
}

.atm-news-single-content a {
  color: var(--atm-black);
  font-weight: 900;
  text-decoration-color: var(--atm-pink);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

.atm-news-single-content a:hover,
.atm-news-single-content a:focus {
  color: var(--atm-pink);
}

.atm-news-single-content ul,
.atm-news-single-content ol {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.35rem;
}

.atm-news-single-content li::marker {
  color: var(--atm-pink);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-weight: 900;
}

.atm-news-single-content .wp-block-image {
  margin-top: clamp(2.5rem, 4vw, 4.2rem);
  margin-bottom: clamp(2.8rem, 4.6vw, 4.8rem);
}

.atm-news-single-content .wp-block-image img {
  width: 100%;
  border: 1px solid var(--atm-line);
  background: var(--atm-white);
}

.atm-news-single-content figcaption {
  margin-top: 0.8rem;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.35;
}

.atm-news-single-content .wp-block-columns {
  gap: clamp(1.4rem, 3vw, 3rem);
  margin-top: clamp(2rem, 3.2vw, 3.2rem);
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.atm-news-single-content .wp-block-column {
  padding-top: 1.15rem;
  border-top: 1px solid var(--atm-line);
}

.atm-news-single-content .wp-block-quote {
  margin: clamp(2.8rem, 5vw, 5rem) 0;
  padding: clamp(1.4rem, 2.4vw, 2.4rem) 0 clamp(1.4rem, 2.4vw, 2.4rem) clamp(1.4rem, 2.4vw, 2.4rem);
  border-left: 0.32rem solid var(--atm-pink);
  border-top: 1px solid var(--atm-line);
  border-bottom: 1px solid var(--atm-line);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: clamp(1.4rem, 2.4vw, 2.3rem);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.atm-news-single-content .wp-block-quote p {
  margin: 0;
  line-height: inherit;
}

.atm-news-single-content .wp-block-table {
  overflow-x: auto;
}

.atm-news-single-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.5;
}

.atm-news-single-content th,
.atm-news-single-content td {
  padding: 1rem 0;
  border: 0;
  border-bottom: 1px solid var(--atm-line);
  text-align: left;
  vertical-align: top;
}

.atm-news-single-content th {
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.atm-news-single-content .wp-block-buttons {
  gap: 0.75rem;
  margin-top: clamp(1.6rem, 2.8vw, 2.8rem);
}

.atm-news-single-content .wp-block-button__link {
  min-height: 3rem;
  padding: 0.85rem 1.2rem;
  border: 2px solid var(--atm-black);
  border-radius: 0;
  background: var(--atm-black);
  color: var(--atm-white);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.atm-news-single-content .wp-block-button__link:hover,
.atm-news-single-content .wp-block-button__link:focus {
  border-color: var(--atm-pink);
  background: var(--atm-pink);
  color: var(--atm-white);
}

.atm-news-single-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(1.2rem, 2vw, 2.2rem);
  margin-top: clamp(3rem, 5vw, 5.6rem);
  border-top: 1px solid var(--atm-line);
  border-bottom: 1px solid var(--atm-line);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
}

.atm-news-single-nav-link,
.atm-news-single-nav-all {
  color: var(--atm-black);
  text-decoration: none;
}

.atm-news-single-nav-link {
  position: relative;
  display: grid;
  gap: 0.65rem;
  min-height: 6rem;
  padding: 1.25rem 2.4rem;
  font-weight: 900;
}

.atm-news-single-nav-link span,
.atm-news-single-nav-all {
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.atm-news-single-nav-link span {
  color: var(--atm-pink);
}

.atm-news-single-nav-link strong {
  overflow-wrap: anywhere;
  font-size: clamp(1.15rem, 1.5vw, 1.55rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.atm-news-single-nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.85rem;
  height: 0.85rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.atm-news-single-nav-prev {
  grid-column: 1;
  padding-left: 2rem;
}

.atm-news-single-nav-prev::before {
  left: 0;
  transform: translateY(-50%) rotate(225deg);
}

.atm-news-single-nav-next {
  grid-column: 3;
  justify-items: end;
  padding-right: 2rem;
  text-align: right;
}

.atm-news-single-nav-next::before {
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.atm-news-single-nav-all {
  grid-column: 2;
  display: inline-grid;
  place-items: center;
  min-height: 6rem;
  padding: 1.25rem 1rem;
  white-space: nowrap;
}

.atm-news-single-nav-link:hover,
.atm-news-single-nav-link:focus,
.atm-news-single-nav-all:hover,
.atm-news-single-nav-all:focus {
  color: var(--atm-pink);
}

body.single-artist .site-main {
  width: var(--atm-readable-width);
  padding-top: clamp(5rem, 8vw, 9rem);
}

body.single-artist article.atm-artist-single {
  max-width: none;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  border: 0;
  color: var(--atm-black);
  font-family: "Roboto", Arial, sans-serif;
}

.atm-artist-single-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  margin-bottom: clamp(2.8rem, 5vw, 5.4rem);
}

.atm-artist-single-heading {
  display: grid;
  gap: clamp(1.1rem, 2vw, 1.7rem);
}

body.single-artist article.atm-artist-single .entry-title {
  margin: 0;
  color: var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: clamp(2.65rem, 4.25vw, 4.55rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.atm-artist-single-bio {
  max-width: 42rem;
  margin: 0;
  font-size: clamp(1.15rem, 1.55vw, 1.5rem);
  font-weight: 700;
  line-height: 1.55;
}

.atm-artist-single-image {
  width: min(100%, 28rem);
  margin: 0;
}

.atm-artist-single-image img {
  width: 100%;
  border: 1px solid var(--atm-line);
  background: var(--atm-white);
}

.atm-artist-single-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin: 0 0 clamp(2.8rem, 5vw, 5.6rem);
  border-top: 1px solid var(--atm-line);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
}

.atm-artist-single-meta div {
  display: grid;
  grid-template-columns: minmax(7.2rem, auto) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--atm-line);
}

.atm-artist-single-meta dt,
.atm-artist-single-meta dd {
  margin: 0;
  color: var(--atm-black);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.atm-artist-single-meta dt {
  align-self: center;
  color: var(--atm-muted);
}

.atm-artist-single-meta ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.atm-artist-single-meta li {
  display: inline-flex;
  align-items: center;
}

.atm-artist-single-meta a {
  color: inherit;
  text-decoration-color: var(--atm-pink);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

.atm-artist-single-meta a:hover,
.atm-artist-single-meta a:focus {
  color: var(--atm-pink);
}

.atm-artist-single-meta .atm-artist-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  min-height: 2rem;
  line-height: 1;
}

.atm-artist-single-meta .atm-artist-link-official {
  justify-content: flex-start;
  width: auto;
  min-width: max-content;
  padding-right: 0.15rem;
  white-space: nowrap;
}

.atm-artist-single-meta .atm-artist-link-icon {
  width: 2rem;
  height: 2rem;
  min-height: 2rem;
  color: var(--artist-link-color, var(--atm-black));
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.atm-artist-single-meta .atm-artist-link-icon:hover,
.atm-artist-single-meta .atm-artist-link-icon:focus {
  color: var(--artist-link-color, var(--atm-black));
  transform: translateY(-1px);
}

.atm-artist-single-meta .atm-artist-link-icon i {
  display: block;
  line-height: 1;
}

.atm-artist-single-meta .atm-apple-music-icon {
  display: inline-grid;
  place-items: center;
  width: 1.28rem;
  height: 1.28rem;
  line-height: 1;
}

.atm-artist-single-meta .atm-apple-music-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.atm-artist-single-meta .atm-artist-link-bandcamp {
  --artist-link-color: #1da0c3;
}

.atm-artist-single-meta .atm-artist-link-spotify {
  --artist-link-color: #1db954;
}

.atm-artist-single-meta .atm-artist-link-applemusic {
  --artist-link-color: #fa243c;
}

.atm-artist-single-meta .atm-artist-link-youtube {
  --artist-link-color: #ff0000;
}

.atm-artist-single-meta .atm-artist-link-soundcloud {
  --artist-link-color: #ff5500;
}

.atm-artist-single-meta .atm-artist-link-instagram {
  --artist-link-color: #e4405f;
}

.atm-artist-single-meta .atm-artist-link-x,
.atm-artist-single-meta .atm-artist-link-tiktok,
.atm-artist-single-meta .atm-artist-link-other {
  --artist-link-color: #000000;
}

.atm-artist-single-meta .atm-artist-link-facebook {
  --artist-link-color: #1877f2;
}

.atm-artist-single-meta .atm-artist-link-discord {
  --artist-link-color: #5865f2;
}

body.single-artist article.atm-artist-single .atm-artist-single-content {
  margin: 0;
  padding: clamp(2.8rem, 5vw, 5.6rem) 0;
  border-top: 1px solid var(--atm-line);
  border-bottom: 1px solid var(--atm-line);
  color: var(--atm-black);
  font-size: clamp(1.05rem, 1.1vw, 1.18rem);
  font-weight: 500;
  line-height: 1.9;
}

.atm-artist-single-content > * {
  margin-top: 0;
  margin-bottom: clamp(1.35rem, 2.4vw, 2.4rem);
}

.atm-artist-single-content > *:last-child {
  margin-bottom: 0;
}

body.single-artist article.atm-artist-single .atm-artist-single-content h2,
body.single-artist article.atm-artist-single .atm-artist-single-content h3 {
  display: block;
  margin-top: clamp(3rem, 5vw, 5rem);
  margin-bottom: clamp(1rem, 1.6vw, 1.4rem);
  padding: 0;
  color: var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.single-artist article.atm-artist-single .atm-artist-single-content h2 {
  display: grid;
  gap: 0.75rem;
  font-size: clamp(2rem, 3vw, 3rem);
}

body.single-artist article.atm-artist-single .atm-artist-single-content h2::before {
  content: none;
}

body.single-artist article.atm-artist-single .atm-artist-single-content h2::after {
  content: "";
  width: 2.4rem;
  height: 0.16rem;
  background: var(--atm-pink);
}

body.single-artist article.atm-artist-single .atm-artist-single-content h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
}

.atm-artist-single-content a {
  color: var(--atm-black);
  font-weight: 900;
  text-decoration-color: var(--atm-pink);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

.atm-artist-single-content a:hover,
.atm-artist-single-content a:focus {
  color: var(--atm-pink);
}

.atm-artist-single-content ul,
.atm-artist-single-content ol {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.35rem;
}

.atm-artist-single-content li::marker {
  color: var(--atm-pink);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-weight: 900;
}

.atm-artist-single-releases {
  margin-top: clamp(3.2rem, 5vw, 5.8rem);
  margin-bottom: clamp(3rem, 5vw, 5.6rem);
}

body.single-artist article.atm-artist-single .atm-section-header h2 {
  display: block;
}

body.single-artist article.atm-artist-single .atm-section-header h2::before {
  content: none;
}

.atm-artist-single-releases .atm-release-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.single-product .site-main {
  width: var(--atm-readable-width);
  padding-top: clamp(5rem, 8vw, 9rem);
}

body.single-product .atm-shop-single {
  max-width: none;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  border: 0;
  color: var(--atm-black);
  font-family: "Roboto", Arial, sans-serif;
}

.atm-shop-single-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2.6rem, 5vw, 5.6rem);
  align-items: start;
  margin-bottom: clamp(3rem, 5vw, 5.6rem);
}

.atm-shop-single-media,
.atm-shop-single-summary {
  min-width: 0;
}

.atm-shop-single-image {
  margin: 0;
  background: var(--atm-white);
}

.atm-shop-single-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.atm-shop-single-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.7rem;
}

.atm-shop-single-gallery button {
  margin: 0;
  padding: 0;
  border: 1px solid var(--atm-line);
  background: var(--atm-white);
  cursor: pointer;
  opacity: 0.58;
  transition: border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.atm-shop-single-gallery button.is-active,
.atm-shop-single-gallery button:hover,
.atm-shop-single-gallery button:focus {
  border-color: var(--atm-black);
  opacity: 1;
}

.atm-shop-single-gallery button:hover,
.atm-shop-single-gallery button:focus {
  transform: translateY(-1px);
}

.atm-shop-single-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.atm-shop-single-summary {
  display: grid;
  gap: clamp(1.1rem, 2vw, 1.6rem);
}

.atm-shop-single-category {
  margin: 0;
  color: var(--atm-pink);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body.single-product .atm-shop-single .entry-title {
  margin: 0;
  color: var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.atm-shop-single-price {
  margin: 0;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  font-weight: 900;
  line-height: 1;
}

.atm-shop-single-price del {
  color: var(--atm-muted);
  font-size: 0.7em;
}

.atm-shop-single-price ins {
  color: var(--atm-pink);
  text-decoration: none;
}

.atm-shop-single-lead {
  max-width: 38rem;
  font-size: clamp(1.05rem, 1.2vw, 1.22rem);
  font-weight: 600;
  line-height: 1.65;
}

.atm-shop-single-lead > * {
  margin-top: 0;
  margin-bottom: 1rem;
}

.atm-shop-single-lead > *:last-child {
  margin-bottom: 0;
}

.atm-shop-single-meta {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--atm-line);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
}

.atm-shop-single-meta div {
  display: grid;
  grid-template-columns: minmax(7.2rem, auto) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--atm-line);
}

.atm-shop-single-meta dt,
.atm-shop-single-meta dd {
  margin: 0;
  color: var(--atm-black);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.atm-shop-single-meta dt {
  color: var(--atm-muted);
}

.atm-shop-single-meta a:hover,
.atm-shop-single-meta a:focus {
  color: var(--atm-pink);
}

.atm-shop-single-meta .stock {
  margin: 0;
  color: var(--atm-black);
}

.atm-shop-single-purchase {
  padding-top: clamp(0.6rem, 1.5vw, 1.4rem);
}

.atm-shop-single-purchase form.cart {
  display: grid;
  gap: 1rem;
  margin: 0;
}

.atm-shop-single-purchase form.cart:not(.variations_form),
.atm-shop-single-purchase .woocommerce-variation-add-to-cart {
  grid-template-columns: auto minmax(10rem, 1fr);
  align-items: stretch;
}

.atm-shop-single-purchase .quantity {
  display: flex;
  min-width: 5.8rem;
}

.atm-shop-single-purchase .qty,
.atm-shop-single-purchase select {
  width: 100%;
  min-height: 2.9rem;
  padding: 0.62rem 0.8rem;
  border: 2px solid var(--atm-black);
  border-radius: 0;
  background: var(--atm-white);
  color: var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.atm-shop-single-purchase .single_add_to_cart_button,
.atm-shop-single-purchase .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 2.9rem;
  padding: 0.72rem 1.15rem;
  border: 2px solid var(--atm-black);
  border-radius: 0;
  background: var(--atm-black);
  color: var(--atm-white);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.atm-shop-single-purchase .single_add_to_cart_button:hover,
.atm-shop-single-purchase .single_add_to_cart_button:focus,
.atm-shop-single-purchase .button:hover,
.atm-shop-single-purchase .button:focus {
  border-color: var(--atm-pink);
  background: var(--atm-pink);
  color: var(--atm-white);
}

.atm-shop-single-purchase .variations {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.atm-shop-single-purchase .variations tr {
  display: grid;
  grid-template-columns: minmax(7.2rem, auto) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--atm-line);
}

.atm-shop-single-purchase .variations th,
.atm-shop-single-purchase .variations td {
  display: block;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

.atm-shop-single-purchase .variations label,
.atm-shop-single-purchase .reset_variations {
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.atm-shop-single-purchase .reset_variations {
  display: inline-block;
  margin-top: 0.7rem;
  color: var(--atm-muted);
}

.atm-shop-single-purchase .reset_variations:hover,
.atm-shop-single-purchase .reset_variations:focus {
  color: var(--atm-pink);
}

.atm-shop-single-purchase .woocommerce-variation {
  display: grid;
  gap: 0.8rem;
  padding: 0.2rem 0 0.4rem;
}

.atm-shop-single-purchase .woocommerce-variation-price {
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
}

.atm-shop-single-content {
  margin: 0;
  padding: clamp(2.8rem, 5vw, 5.6rem) 0;
  border-top: 1px solid var(--atm-line);
  border-bottom: 1px solid var(--atm-line);
  color: var(--atm-black);
  font-size: clamp(1.05rem, 1.1vw, 1.18rem);
  font-weight: 500;
  line-height: 1.9;
}

.atm-shop-single-content > * {
  margin-top: 0;
  margin-bottom: clamp(1.35rem, 2.4vw, 2.4rem);
}

.atm-shop-single-content > *:last-child {
  margin-bottom: 0;
}

.atm-shop-single-content h2,
.atm-shop-single-content h3 {
  display: block;
  margin-top: clamp(3rem, 5vw, 5rem);
  margin-bottom: clamp(1rem, 1.6vw, 1.4rem);
  padding: 0;
  color: var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.atm-shop-single-content h2 {
  display: grid;
  gap: 0.75rem;
  font-size: clamp(2rem, 3vw, 3rem);
}

.atm-shop-single-content h2::after {
  content: "";
  width: 2.4rem;
  height: 0.16rem;
  background: var(--atm-pink);
}

.atm-shop-single-content h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
}

.atm-shop-single-content a {
  color: var(--atm-black);
  font-weight: 900;
  text-decoration-color: var(--atm-pink);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

.atm-shop-single-content a:hover,
.atm-shop-single-content a:focus {
  color: var(--atm-pink);
}

.atm-shop-single-content ul,
.atm-shop-single-content ol {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.35rem;
}

.atm-shop-single-content li::marker {
  color: var(--atm-pink);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-weight: 900;
}

.atm-shop-single-related {
  margin-top: clamp(3.2rem, 5vw, 5.8rem);
}

.atm-shop-single-related .atm-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atm-news-archive-filter {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: clamp(2.2rem, 4.8vw, 6.2rem);
  min-height: 4.6rem;
  border-top: 1px solid var(--atm-line);
  border-bottom: 1px solid var(--atm-line);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
}

.atm-news-filter-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 4.6rem;
  color: var(--atm-black);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.atm-news-filter-link:hover,
.atm-news-filter-link:focus,
.atm-news-filter-link:active,
.atm-news-filter-link.is-active {
  color: var(--atm-pink);
}

.atm-news-filter-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--atm-pink);
  opacity: 0;
}

.atm-news-filter-link.is-active::after {
  opacity: 1;
}

.atm-news-archive-list {
  border-top: 0;
}

.atm-news-no-results {
  margin: 4rem 0 0;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.atm-news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vw, 2.4rem);
  min-height: 5rem;
  margin-top: clamp(3rem, 4vw, 5rem);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
}

.atm-news-pagination a,
.atm-news-pagination-ellipsis {
  display: inline-grid;
  place-items: center;
  min-width: 2rem;
  min-height: 2rem;
  color: var(--atm-black);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.atm-news-pagination a:hover,
.atm-news-pagination a:focus,
.atm-news-pagination a:active,
.atm-news-pagination a.is-active {
  color: var(--atm-pink);
}

.atm-news-pagination-ellipsis {
  color: var(--atm-black);
}

.atm-news-page-next {
  position: relative;
  width: 3rem;
}

.atm-news-page-next::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.atm-shop-section {
  padding-bottom: clamp(5rem, 8vw, 9rem);
}

/* 共通フッター。トップ案の余白と罫線を全ページへ反映する。 */
#colophon.atm-site-footer {
  border-top: 1px solid var(--atm-line);
  background: var(--atm-white) !important;
  color: var(--atm-black);
}

#colophon.atm-site-footer * {
  background-color: transparent;
}

.atm-footer-main,
.atm-footer-bottom {
  background: var(--atm-white) !important;
}

.atm-footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  width: var(--atm-page-width);
  min-height: 10.75rem;
  margin: 0 auto;
}

.atm-footer-logo {
  display: block;
  width: clamp(120px, 10vw, 180px);
  transform: scale(1);
  transform-origin: left center;
  transition: transform 180ms ease, opacity 180ms ease;
  will-change: transform;
}

.atm-footer-logo:hover,
.atm-footer-logo:focus-visible {
  opacity: 0.78;
  transform: scale(1.018);
}

.atm-footer-logo svg {
  display: block;
  width: 100%;
  height: auto;
  fill: currentColor;
}

.atm-footer-navigation-wrap {
  display: grid;
  justify-items: end;
  gap: 2rem;
}

.atm-footer-bottom {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: var(--atm-page-width);
  margin: 0 auto;
  padding: 1.8rem 0;
}

/* コピーライト上の罫線は、内側のテキスト幅とは別に画面幅いっぱいへ伸ばす。 */
.atm-footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: var(--atm-line);
  transform: translateX(-50%);
}

.atm-footer-bottom small {
  font-size: 0.78rem;
  font-weight: 700;
}

/* 下層ページの最低限のトンマナ調整。個別改修前でもトップと極端に乖離しないようにする。 */
body:not(.home) .site-main {
  padding: clamp(4rem, 7vw, 8rem) 0;
}

.atm-about-page {
  display: grid;
  gap: clamp(3rem, 5vw, 6rem);
  font-family: "Roboto", Arial, sans-serif;
}

.atm-about-page .atm-breadcrumb {
  margin-bottom: calc(clamp(3rem, 5vw, 6rem) * -0.35);
}

.atm-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 0.78fr);
  align-items: stretch;
  gap: clamp(3rem, 6vw, 7rem);
}

.atm-about-hero-copy {
  min-width: 0;
}

.atm-about-hero h1 {
  max-width: 9.5ch;
  margin: 0 0 clamp(1.4rem, 2.2vw, 2.4rem);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: clamp(4.2rem, 8.5vw, 10rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.atm-about-hero .atm-about-logo-title {
  max-width: min(100%, 42rem);
  margin-bottom: clamp(1.6rem, 2.6vw, 3rem);
  font-size: 0;
  line-height: 1;
}

.atm-about-logo-title svg {
  display: block;
  width: min(100%, 42rem);
  height: auto;
}

.atm-about-hero-copy > p:not(.atm-kicker),
.atm-about-intro p {
  max-width: 50rem;
  margin: 0;
  color: var(--atm-black);
  font-size: clamp(1.1rem, 1.35vw, 1.48rem);
  font-weight: 700;
  line-height: 1.45;
}

.atm-about-intro {
  display: grid;
  gap: 1em;
}

.atm-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: clamp(1.8rem, 2.8vw, 3rem);
}

.atm-about-stage {
  display: block;
  align-self: stretch;
  min-width: 0;
  height: 100%;
  margin: 0;
}

.atm-about-stage-photo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--atm-line);
}

.atm-about-stage-placeholder {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(26rem, 36vw, 42rem);
  padding: clamp(1.5rem, 3vw, 3rem);
  overflow: hidden;
  border: 1px solid var(--atm-line);
  background:
    linear-gradient(135deg, rgba(245, 27, 112, 0.18), rgba(0, 167, 232, 0.14)),
    repeating-linear-gradient(90deg, rgba(5, 5, 5, 0.07) 0 1px, transparent 1px 4rem),
    repeating-linear-gradient(0deg, rgba(5, 5, 5, 0.06) 0 1px, transparent 1px 3.5rem),
    #f2f2f2;
  color: var(--atm-black);
  isolation: isolate;
}

.atm-about-stage-placeholder::before,
.atm-about-stage-placeholder::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.atm-about-stage-placeholder::before {
  inset: 12% 16%;
  border: 1px solid rgba(5, 5, 5, 0.18);
  transform: skew(-8deg);
}

.atm-about-stage-placeholder::after {
  right: -10%;
  bottom: 16%;
  width: 52%;
  height: 28%;
  background: linear-gradient(90deg, transparent, rgba(245, 27, 112, 0.28), transparent);
  filter: blur(10px);
  transform: rotate(-12deg);
}

.atm-about-stage-placeholder span,
.atm-about-stage-placeholder strong,
.atm-about-stage-placeholder em {
  position: relative;
  z-index: 1;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.atm-about-stage-placeholder span {
  color: var(--atm-pink);
  font-size: clamp(1rem, 1.2vw, 1.35rem);
}

.atm-about-stage-placeholder strong {
  max-width: 7ch;
  margin-top: 0.3rem;
  font-size: clamp(3.8rem, 6vw, 7rem);
}

.atm-about-stage-placeholder em {
  margin-top: 1rem;
  color: var(--atm-muted);
  font-size: clamp(1rem, 1.2vw, 1.35rem);
}

.atm-about-grid {
  display: grid;
  gap: clamp(2rem, 3vw, 3.25rem);
}

.atm-about-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--atm-line);
  border-left: 1px solid var(--atm-line);
}

.atm-about-card {
  display: grid;
  align-content: start;
  gap: 1.05rem;
  min-height: clamp(18rem, 22vw, 26rem);
  padding: clamp(1.4rem, 2vw, 2.4rem);
  border-right: 1px solid var(--atm-line);
  border-bottom: 1px solid var(--atm-line);
  background: var(--atm-white);
  transition: background 180ms ease, color 180ms ease;
}

.atm-about-card:hover,
.atm-about-card:focus {
  background: var(--atm-black);
  color: var(--atm-white);
  outline: none;
}

.atm-about-card span,
.atm-about-card strong {
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
}

.atm-about-card span {
  color: var(--atm-pink);
  font-size: 1rem;
}

.atm-about-card strong {
  max-width: 8ch;
  font-size: clamp(2rem, 2.8vw, 3.7rem);
}

.atm-about-card p {
  max-width: 18rem;
  margin: auto 0 0;
  color: inherit;
  font-size: clamp(0.98rem, 1vw, 1.12rem);
  font-weight: 700;
  line-height: 1.42;
}

.atm-about-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 5rem);
  padding: clamp(2rem, 3vw, 3.5rem) 0;
  border-top: 1px solid var(--atm-line);
  border-bottom: 1px solid var(--atm-line);
}

.atm-about-note p {
  max-width: 58rem;
  margin: 0;
  font-size: clamp(1.08rem, 1.35vw, 1.45rem);
  font-weight: 700;
  line-height: 1.45;
}

.atm-booking-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 5rem);
  padding: clamp(1.5rem, 2.5vw, 2.5rem) 0;
  border-top: 1px solid var(--atm-line);
  border-bottom: 1px solid var(--atm-line);
}

.atm-booking-cta p {
  max-width: 48rem;
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 700;
  line-height: 1.45;
}

.atm-booking-cta .atm-outline-button {
  flex: 0 0 auto;
}

.atm-artist-archive-intro + .atm-booking-cta {
  margin: 0 0 clamp(2.2rem, 3.2vw, 3.6rem);
}

.atm-contact-header + .atm-booking-cta {
  margin: calc(clamp(2.4rem, 3.8vw, 4.6rem) * -0.45) 0 clamp(2.2rem, 3.2vw, 3.6rem);
}

.atm-release-archive-page,
.atm-release-archive-page .entry-content {
  margin: 0;
}

.atm-release-archive {
  --release-column-gap: clamp(1.6rem, 2vw, 2.4rem);
  --release-row-gap: clamp(3rem, 4vw, 5.25rem);
  font-family: "Roboto", Arial, sans-serif;
}

.atm-release-archive-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2.6rem, 3.6vw, 4rem);
}

.atm-release-archive-actions {
  display: inline-flex;
  align-items: center;
  gap: clamp(1rem, 1.5vw, 1.8rem);
}

.atm-release-archive h1 {
  margin: 0;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: clamp(3.2rem, 4.2vw, 5rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}

.atm-release-view-toggle {
  display: inline-flex;
  align-items: center;
  gap: clamp(1.2rem, 1.6vw, 2rem);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
}

.atm-release-view-toggle button,
.atm-release-type-filter button {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--atm-black);
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.atm-release-view-toggle i {
  font-size: 1.45rem;
}

.atm-release-view-toggle button:hover,
.atm-release-view-toggle button:focus,
.atm-release-view-toggle button:active,
.atm-release-type-filter button:hover,
.atm-release-type-filter button:focus,
.atm-release-type-filter button:active {
  border: 0;
  background: transparent;
  color: var(--atm-pink);
  outline: none;
}

.atm-release-view-toggle button.is-active,
.atm-release-type-filter button.is-active {
  color: var(--atm-pink);
}

.atm-release-filter-bar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem;
  min-height: 4.6rem;
  margin-bottom: clamp(3rem, 4vw, 4.6rem);
  border-top: 1px solid var(--atm-line);
  border-bottom: 1px solid var(--atm-line);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
}

.atm-release-type-filter,
.atm-release-select-filters {
  display: flex;
  align-items: center;
  gap: clamp(1.4rem, 3.8vw, 5.8rem);
}

.atm-release-type-filter button {
  position: relative;
  min-height: 4.6rem;
}

.atm-release-type-filter button span {
  display: inline-block;
}

.atm-release-type-filter button::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: var(--release-filter-underline-width, 100%);
  height: 3px;
  background: var(--atm-pink);
  opacity: 0;
}

.atm-release-type-filter button.is-active::after {
  opacity: 1;
}

.atm-release-select-filters {
  gap: clamp(1.2rem, 2vw, 2.5rem);
}

.atm-release-select-filters label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 4.6rem;
  margin: 0;
  color: var(--atm-black);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.atm-release-select-filters input,
.atm-release-select-filters select {
  width: 8.5rem;
  min-height: 2.2rem;
  padding: 0 1.75rem 0 0.55rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.atm-release-select-filters input {
  width: clamp(9rem, 12vw, 14rem);
  padding-right: 0.55rem;
}

.atm-release-select-filters input::placeholder {
  color: var(--atm-muted);
  opacity: 0.75;
}

.atm-release-select-filters input:focus,
.atm-release-select-filters select:focus {
  color: var(--atm-black);
  outline: 2px solid var(--atm-pink);
  outline-offset: 2px;
}

.atm-release-archive-results {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--release-row-gap) var(--release-column-gap);
  align-items: start;
}

.atm-release-archive-card {
  display: block;
  min-width: 0;
  color: var(--atm-black);
}

.atm-release-archive-card[hidden] {
  display: none !important;
}

.atm-release-archive-cover {
  background: #f3f3f3;
}

.atm-release-archive-meta {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(0.82rem, 0.78vw, 0.95rem);
  font-weight: 400;
  line-height: 1.1;
}

.atm-release-archive-card strong {
  display: block;
  overflow-wrap: anywhere;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: clamp(1.05rem, 1vw, 1.28rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.atm-release-archive-card em {
  display: block;
  margin-top: 0.32rem;
  color: var(--atm-black);
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(0.94rem, 0.88vw, 1.08rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

.atm-event-single-data ul {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.atm-event-single-data li {
  margin: 0;
}

.atm-shop-archive .atm-release-filter-bar {
  justify-content: flex-start;
}

.atm-shop-archive .atm-release-archive-cover {
  background: transparent;
}

.atm-shop-archive .atm-release-archive-cover img {
  object-fit: contain;
}

.atm-shop-archive-card .price,
.atm-shop-archive-card .amount {
  color: inherit;
  font: inherit;
}

.atm-shop-archive-card .price {
  display: inline-flex;
  gap: 0.35rem;
}

.atm-release-archive-list-date {
  display: none;
}

.atm-release-archive.is-list .atm-release-archive-results {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--atm-line);
}

.atm-release-archive.is-list .atm-release-archive-card {
  display: grid;
  grid-template-columns: 5.5rem minmax(7rem, 10rem) minmax(0, 1fr) minmax(9rem, 14rem) minmax(6rem, 8rem);
  align-items: center;
  gap: clamp(1rem, 2vw, 2.5rem);
  min-height: 7.1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--atm-line);
}

.atm-release-archive.is-list .atm-release-archive-cover {
  margin: 0;
}

.atm-release-archive.is-list .atm-release-archive-card strong,
.atm-release-archive.is-list .atm-release-archive-card em,
.atm-release-archive.is-list .atm-release-archive-meta,
.atm-release-archive.is-list .atm-release-archive-list-date {
  margin: 0;
}

.atm-release-archive.is-list .atm-release-archive-list-date {
  display: block;
  justify-self: end;
  color: var(--atm-muted);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.atm-release-no-results {
  margin: 4rem 0;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.atm-release-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vw, 2.4rem);
  min-height: 5rem;
  margin-top: clamp(3rem, 4vw, 5rem);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
}

.atm-release-pagination button {
  display: inline-grid;
  place-items: center;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--atm-black);
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.atm-release-pagination button:hover,
.atm-release-pagination button:focus,
.atm-release-pagination button:active {
  border: 0;
  background: transparent;
  color: var(--atm-pink);
  outline: none;
}

.atm-release-pagination button.is-active {
  color: var(--atm-pink);
}

.atm-release-pagination .atm-release-page-next {
  position: relative;
  width: 3rem;
}

.atm-release-pagination .atm-release-page-next::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.atm-release-single-post {
  width: 100%;
}

.atm-release-single {
  width: var(--atm-page-width);
  margin: 0 auto;
  font-family: "Roboto", Arial, sans-serif;
}

.atm-release-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-bottom: clamp(2.4rem, 3.6vw, 4rem);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.atm-release-breadcrumb a {
  color: var(--atm-black);
}

.atm-release-breadcrumb a:hover,
.atm-release-breadcrumb a:focus {
  color: var(--atm-pink);
}

.atm-release-breadcrumb span[aria-hidden] {
  width: 0.44rem;
  height: 0.44rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.atm-release-hero {
  display: grid;
  grid-template-columns: minmax(18rem, 42%) minmax(0, 1fr);
  gap: clamp(3rem, 6vw, 7.5rem);
  align-items: center;
  margin-bottom: clamp(4.6rem, 6.5vw, 7rem);
}

.atm-release-hero-cover {
  display: block;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}

.atm-release-hero-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 240ms ease;
}

.atm-release-hero-cover:hover img {
  filter: saturate(1.12) contrast(1.04);
}

.atm-release-hero-detail {
  min-width: 0;
}

.atm-release-catalog {
  margin: 0 0 clamp(1.3rem, 1.7vw, 2rem);
  font-size: clamp(0.95rem, 0.92vw, 1.08rem);
  font-weight: 500;
  line-height: 1;
}

.atm-release-hero h1 {
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(3rem, 4.2vw, 5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.atm-release-artist {
  margin: clamp(1.2rem, 1.6vw, 1.8rem) 0 0;
  font-size: clamp(1.55rem, 1.8vw, 2.25rem);
  font-weight: 700;
  line-height: 1.1;
}

.atm-release-title-rule {
  width: 2.25rem;
  height: 3px;
  margin: clamp(1.6rem, 2.3vw, 2.5rem) 0 clamp(2.6rem, 4vw, 4.5rem);
  background: var(--atm-pink);
}

.atm-release-facts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(1.2rem, 1.6vw, 2rem);
  margin-bottom: clamp(2.6rem, 4vw, 4.4rem);
  font-size: clamp(1rem, 1vw, 1.2rem);
  font-weight: 700;
  line-height: 1;
}

.atm-release-facts span {
  display: inline-grid;
  place-items: center;
  min-width: 5.25rem;
  min-height: 2.4rem;
  padding: 0 1rem;
  border: 1px solid var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-weight: 900;
}

.atm-release-link-groups {
  display: grid;
  gap: 1.1rem;
}

.atm-release-link-group {
  display: grid;
  grid-template-columns: minmax(6.6rem, auto) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.atm-release-link-group > span {
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: clamp(1.18rem, 1.25vw, 1.55rem);
  font-weight: 900;
  line-height: 1;
}

.atm-release-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.atm-release-link,
.atm-release-link:link,
.atm-release-link:visited,
.atm-release-more-links summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  min-height: 3rem;
  padding: 0 1.35rem;
  border: 1px solid var(--atm-black);
  background: var(--atm-black);
  color: var(--atm-white);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.atm-release-link i,
.atm-release-more-links a i {
  display: block;
  font-size: 1.12em;
  line-height: 1;
}

.atm-release-link.atm-release-link-spotify {
  --release-link-hover-color: #168f41;
  border-color: #1db954;
  background: #1db954;
}

.atm-release-link.atm-release-link-bandcamp {
  --release-link-hover-color: #4f7c88;
  border-color: #629aa9;
  background: #629aa9;
}

.atm-release-link.atm-release-link-soundcloud {
  --release-link-hover-color: #cc4400;
  border-color: #ff5500;
  background: #ff5500;
}

.atm-release-link.atm-release-link-applemusic {
  --release-link-hover-color: #c81d30;
  border-color: #fa243c;
  background: #fa243c;
}

.atm-release-link.atm-release-link-youtube {
  --release-link-hover-color: #cc0000;
  border-color: #ff0000;
  background: #ff0000;
}

.atm-release-link:hover,
.atm-release-link:focus,
.atm-release-link.atm-release-link-spotify:hover,
.atm-release-link.atm-release-link-spotify:focus,
.atm-release-link.atm-release-link-bandcamp:hover,
.atm-release-link.atm-release-link-bandcamp:focus,
.atm-release-link.atm-release-link-soundcloud:hover,
.atm-release-link.atm-release-link-soundcloud:focus,
.atm-release-link.atm-release-link-applemusic:hover,
.atm-release-link.atm-release-link-applemusic:focus,
.atm-release-link.atm-release-link-youtube:hover,
.atm-release-link.atm-release-link-youtube:focus,
.atm-release-more-links summary:hover,
.atm-release-more-links summary:focus {
  background: var(--release-link-hover-color, var(--atm-black));
  border-color: var(--release-link-hover-color, var(--atm-black));
  color: var(--atm-white);
}

.atm-release-more-links {
  position: relative;
}

.atm-release-more-links summary {
  gap: 1rem;
  list-style: none;
}

.atm-release-more-links summary::-webkit-details-marker {
  display: none;
}

.atm-release-more-links summary::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-0.15rem) rotate(45deg);
}

.atm-release-more-links[open] summary::after {
  transform: translateY(0.15rem) rotate(225deg);
}

.atm-release-more-links div {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  z-index: 5;
  display: grid;
  min-width: 12rem;
  border: 1px solid var(--atm-black);
  background: var(--atm-white);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.atm-release-more-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  padding: 0.9rem 1rem;
  color: var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
}

.atm-release-more-links a + a {
  border-top: 1px solid var(--atm-line);
}

.atm-release-more-links a:hover,
.atm-release-more-links a:focus {
  background: var(--atm-pink);
  color: var(--atm-white);
}

.atm-release-primary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: clamp(3.6rem, 6vw, 8rem);
  align-items: start;
}

.atm-release-panel h2 {
  position: relative;
  margin: 0 0 clamp(2rem, 2.6vw, 3rem);
  padding-bottom: 1.25rem;
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: clamp(1.7rem, 1.7vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.atm-release-panel h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.25rem;
  height: 3px;
  background: var(--atm-pink);
}

.atm-release-tracklist ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--atm-line);
}

.atm-release-tracklist li {
  display: grid;
  grid-template-columns: 2.7rem minmax(0, 1fr) auto;
  gap: clamp(1rem, 1.6vw, 2rem);
  align-items: start;
  padding: 1.05rem 0;
  border-top: 1px solid var(--atm-line);
}

.atm-release-track-number,
.atm-release-tracklist time {
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}

.atm-release-track-main {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}

.atm-release-track-main strong {
  font-size: clamp(0.98rem, 0.95vw, 1.12rem);
  font-weight: 900;
  line-height: 1.15;
}

.atm-release-track-main em,
.atm-release-track-main span {
  color: var(--atm-muted);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.atm-release-track-main em a {
  color: inherit;
}

.atm-release-track-main em a:hover,
.atm-release-track-main em a:focus {
  color: var(--atm-pink);
}

.atm-release-richtext {
  color: var(--atm-black);
  font-size: clamp(0.98rem, 0.95vw, 1.12rem);
  font-weight: 500;
  line-height: 1.62;
}

.atm-release-richtext > *:first-child {
  margin-top: 0;
}

.atm-release-richtext > *:last-child {
  margin-bottom: 0;
}

.atm-release-richtext p {
  margin: 0 0 1.1rem;
}

.atm-release-richtext a {
  color: var(--atm-black);
  text-decoration: underline;
  text-decoration-color: var(--atm-pink);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.atm-release-about {
  max-width: 42rem;
  margin-top: clamp(4.5rem, 6vw, 7rem);
  padding-top: clamp(2.6rem, 3.4vw, 4rem);
  border-top: 1px solid var(--atm-line);
}

.atm-release-more {
  width: 100%;
  padding-top: clamp(4rem, 6vw, 7rem);
}

@media (max-width: 900px) {
  .atm-release-single {
    width: calc(100vw - 2rem);
    max-width: 100%;
    box-sizing: border-box;
  }

  .atm-release-breadcrumb {
    gap: 0.58rem;
    margin-bottom: 2rem;
    font-size: 0.82rem;
  }

  .atm-release-hero {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
  }

  .atm-release-hero-cover {
    max-width: none;
    width: 100%;
    min-width: 0;
  }

  .atm-release-hero-cover img {
    max-width: 100%;
  }

  .atm-release-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }

  .atm-release-artist {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .atm-release-link-group {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .atm-release-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .atm-release-link,
  .atm-release-link:link,
  .atm-release-link:visited,
  .atm-release-more-links summary {
    box-sizing: border-box;
    justify-content: center;
    min-width: 0;
    width: 100%;
    min-height: 2.35rem;
    padding: 0 0.55rem;
    gap: 0.38rem;
    font-size: clamp(0.5rem, 3vw, 0.78rem);
    white-space: nowrap;
  }

  .atm-release-link i,
  .atm-release-more-links a i {
    font-size: 1em;
  }

  .atm-release-more-links div {
    position: static;
    margin-top: 0.35rem;
    box-shadow: none;
  }

  .atm-release-primary-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .atm-release-tracklist li {
    grid-template-columns: 2.35rem minmax(0, 1fr) auto;
    gap: 0.9rem;
  }

  .atm-release-about {
    max-width: none;
  }
}

.entry-content,
.entry-header,
.entry-footer {
  color: var(--atm-black);
}

.entry-content h1,
.entry-content h2,
.entry-title {
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
}

.atm-error-page {
  width: var(--atm-readable-width);
  padding-top: clamp(5rem, 8vw, 9rem);
  padding-bottom: clamp(6rem, 10vw, 11rem);
}

.atm-error-404 {
  color: var(--atm-black);
}

.atm-error-header {
  display: grid;
  gap: clamp(1.2rem, 2.2vw, 1.8rem);
  margin: 0 0 clamp(1.8rem, 3vw, 2.8rem);
}

.atm-error-code {
  margin: 0;
  color: var(--atm-pink);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.atm-error-header .page-title {
  display: block !important;
  margin: 0;
  color: var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.atm-error-content {
  display: grid;
  gap: clamp(2rem, 4vw, 3.8rem);
  padding-top: clamp(2rem, 4vw, 3.5rem);
  border-top: 1px solid var(--atm-line);
}

.atm-error-content p {
  max-width: 44rem;
  margin: 0;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  font-weight: 600;
  line-height: 1.75;
}

.atm-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.atm-error-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.35rem;
  border: 2px solid var(--atm-black);
  color: var(--atm-black);
  font-family: "Roboto Condensed", "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.atm-error-button-primary,
.atm-error-button:hover,
.atm-error-button:focus {
  border-color: var(--atm-black);
  background: var(--atm-black);
  color: var(--atm-white) !important;
}

/* モバイル。mumokuteki cafeのSPナビに近い、上部ボタン＋全面メニューの構造にする。 */
@media (max-width: 1100px) {
  :root {
    --atm-header-height: 78px;
  }

  .atm-header-inner {
    grid-template-columns: 1fr auto;
    width: calc(100vw - 2rem);
    height: var(--atm-header-height);
    gap: 1rem;
  }

  .atm-site-branding a {
    width: 220px !important;
  }

  .atm-site-header .atm-site-branding svg {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  .atm-site-header .atm-main-navigation,
  .atm-site-header .atm-social-navigation {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    transform: none !important;
  }

  .atm-mobile-trigger {
    position: relative;
    display: grid !important;
    place-items: center;
    width: 3.2rem;
    height: 3.2rem;
    color: var(--atm-black);
    cursor: pointer;
  }

  .menu_open_btn,
  .menu_close_btn {
    position: absolute;
    display: grid;
    place-items: center;
    width: 3.2rem;
    height: 3.2rem;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .menu_open_btn svg {
    width: 1.8rem;
    height: 0.8rem;
  }

  .menu_close_btn {
    border: 1px solid var(--atm-line);
    border-radius: 999px;
    opacity: 0;
    visibility: hidden;
  }

  .atm-mobile-toggle:checked ~ .atm-site-header .menu_open_btn {
    opacity: 0;
    visibility: hidden;
  }

  .atm-mobile-toggle:checked ~ .atm-site-header .menu_close_btn {
    opacity: 1;
    visibility: visible;
  }

  .atm-mobile-nav {
    position: fixed;
    top: var(--atm-header-height);
    left: -100vw;
    display: block !important;
    width: 100vw;
    height: calc(100vh - var(--atm-header-height));
    height: calc(100dvh - var(--atm-header-height));
    background: var(--atm-white);
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: left 220ms ease, opacity 220ms ease, visibility 220ms ease;
    z-index: 8999;
  }

  /* WordPressの管理バー表示時は、バーの高さを引いて画面下端に収める。 */
  body.admin-bar .atm-mobile-nav {
    top: calc(var(--atm-header-height) + 32px);
    height: calc(100vh - var(--atm-header-height) - 32px);
    height: calc(100dvh - var(--atm-header-height) - 32px);
  }

  .atm-mobile-toggle:checked ~ .atm-site-header .atm-mobile-nav {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .atm-mobile-nav-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    /* SNSはメニュー内をスクロールした先にゆとりを持って配置する。 */
    min-height: calc(100% + 8rem);
    padding: 1.5rem 2rem calc(1.5rem + env(safe-area-inset-bottom));
    box-sizing: border-box;
  }

  .atm-mobile-nav .atm-menu {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .atm-mobile-nav .atm-menu a {
    display: flex;
    align-items: center;
    min-height: clamp(3.5rem, 13vw, 4.25rem);
    border-bottom: 1px solid var(--atm-line);
    font-size: clamp(2rem, 9vw, 4rem);
    font-weight: 900;
    line-height: 1;
  }

  .atm-mobile-socials {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.1rem;
    margin-top: auto;
    padding-top: 0;
  }
}

@media (max-width: 782px) {
  body.admin-bar .atm-site-header {
    top: 46px;
  }

  body.admin-bar .atm-mobile-nav {
    top: calc(var(--atm-header-height) + 46px);
    height: calc(100vh - var(--atm-header-height) - 46px);
    height: calc(100dvh - var(--atm-header-height) - 46px);
  }
}

@media (max-width: 1280px) {
  .atm-release-archive-results {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .atm-release-filter-bar {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 1rem;
  }

  .atm-release-type-filter {
    width: 100%;
    overflow-x: auto;
  }

  .atm-release-select-filters {
    flex-wrap: wrap;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .atm-hero {
    padding-bottom: 5.2rem;
  }

  .atm-hero-slider {
    height: clamp(500px, 50vw, 540px);
    min-height: clamp(500px, 50vw, 540px);
  }

  .atm-hero-slide {
    height: clamp(500px, 50vw, 540px) !important;
    min-height: clamp(500px, 50vw, 540px);
  }

  .atm-hero-content {
    top: 50% !important;
    left: 5rem;
    width: min(20rem, 32vw);
    translate: 0 -50%;
  }

  .atm-hero-content h1 {
    margin-bottom: 1.4rem;
    font-size: clamp(2.8rem, 4.8vw, 4rem);
  }

  .atm-hero-content .atm-hero-heading-long,
  .atm-hero-content .atm-hero-heading-very-long {
    margin-bottom: 1.15rem;
    font-size: clamp(2.2rem, 3.8vw, 3rem);
    line-height: 1;
  }

  .atm-hero-catalog,
  .atm-hero-date {
    margin-bottom: 0.75rem;
  }

  .atm-outline-button {
    min-width: 9.25rem;
    min-height: 2.85rem;
  }

  .atm-stream-links {
    gap: 0.75rem;
    margin-top: 0.6rem;
  }

  .atm-hero-media {
    top: 50% !important;
    right: 6.25rem;
    width: auto;
    height: min(78%, 430px);
    translate: 0 -50%;
  }

  .atm-hero-slide-event .atm-hero-media {
    top: 50% !important;
    right: 6.25rem;
    left: auto;
    width: auto;
    height: min(78%, 430px);
    translate: 0 -50%;
  }

  .atm-hero-media img {
    max-width: min(48vw, 430px);
  }

  .atm-hero-slide-event .atm-hero-media img {
    width: auto;
    max-width: min(48vw, 430px);
    height: 100%;
  }

  .atm-hero-side-label {
    display: block;
    top: 13%;
    right: 4.9rem;
    font-size: clamp(2.45rem, 4.2vw, 3.4rem);
    opacity: 0.68;
  }

  .atm-hero-prev {
    left: 1.5rem;
  }

  .atm-hero-next {
    right: 1.5rem;
  }

  .atm-hero .slick-dots {
    bottom: -5.2rem;
    height: 5.2rem;
  }

  .atm-hero-arrow {
    top: 50%;
  }

  .home .atm-hero + .atm-section {
    padding-top: 2.75rem;
  }
}

@media (max-width: 900px) {
  .atm-hero {
    padding-bottom: 5.2rem;
  }

  .site-main,
  .atm-section,
  .atm-footer-main,
  .atm-footer-bottom {
    width: calc(100vw - 2rem);
  }

  .atm-hero-slider {
    height: var(--atm-mobile-hero-height, 46rem);
    min-height: 0;
  }

  #atm-home-slider .atm-hero-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: var(--atm-mobile-hero-height, 46rem) !important;
    min-height: 0 !important;
    padding: clamp(1.25rem, 5vw, 2rem) 1.4rem;
  }

  #atm-home-slider .atm-hero-slide.is-measuring {
    position: absolute;
    left: 0;
    visibility: hidden;
  }

  .atm-hero-foreground {
    display: grid;
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
    justify-items: center;
  }

  .atm-hero-slide::before,
  .atm-hero-slide::after,
  .atm-hero-slide-event .atm-hero-media::before,
  .atm-hero-slide-event .atm-hero-media::after,
  .atm-hero-side-label {
    display: none;
  }

  .atm-hero-bg {
    display: block;
    inset: 0;
    height: 100%;
    opacity: 0.18;
    filter: blur(22px) saturate(1.08);
    transform: scale(1.12);
  }

  .atm-hero-content,
  .atm-hero-media,
  .atm-hero-slide-event .atm-hero-media {
    position: static;
    width: 100% !important;
    height: auto;
    transform: none;
  }

  .atm-hero-media {
    order: 1;
    max-width: min(100%, 16rem);
    margin: 0 auto clamp(0.95rem, 3.4vw, 1.35rem);
  }

  .atm-hero-content {
    order: 2;
  }

  .atm-hero-content::before {
    display: none;
  }

  .atm-hero-content .atm-kicker,
  .atm-hero-content .atm-hero-catalog {
    margin-bottom: 0.7rem;
    font-size: 0.82rem;
  }

  .atm-hero-content h1 {
    max-width: none;
    margin-bottom: 1.15rem;
    font-size: clamp(2rem, 8.8vw, 3.15rem);
  }

  .atm-hero-content .atm-outline-button {
    box-sizing: border-box;
    max-width: 100%;
    min-height: 2.35rem;
    padding: 0 0.75rem 0 0.85rem;
    font-size: 0.72rem;
  }

  .atm-hero-content .atm-hero-heading-long,
  .atm-hero-content .atm-hero-heading-very-long {
    margin-bottom: 1.05rem;
    font-size: clamp(1.65rem, 7vw, 2.55rem);
    line-height: 1;
  }

  .atm-hero-content .atm-hero-date {
    margin-bottom: 0.85rem;
    font-size: 0.88rem;
  }

  .atm-hero-content .atm-stream-links {
    gap: 0.72rem;
    margin-top: 0.65rem;
  }

  .atm-hero-content .atm-stream-link {
    width: 1.08rem;
    height: 1.08rem;
    font-size: 1.02rem;
  }

  .atm-hero-media img {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .atm-hero-slide-event .atm-hero-media img {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .atm-hero .slick-dots {
    bottom: -4.15rem;
    height: 4.15rem;
    gap: clamp(0.3rem, 2.4vw, 0.55rem);
    overflow: visible;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .atm-hero {
    padding-bottom: 4.15rem;
  }

  .atm-hero .slick-dots li {
    gap: clamp(0.35rem, 2.4vw, 0.6rem);
    overflow: visible;
  }

  .atm-hero-arrow {
    top: 50%;
  }

  .atm-hero-prev {
    left: 1rem;
  }

  .atm-hero-next {
    right: 1rem;
  }

  .atm-hero .slick-dots li::after {
    width: clamp(1rem, 5.5vw, 1.55rem);
  }

  .atm-hero .slick-dots button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    padding: 0;
    line-height: 1;
    overflow: visible;
  }

  .atm-section {
    padding-top: 4.5rem;
  }

  .home .atm-hero + .atm-section {
    padding-top: 2.5rem;
  }

  .atm-release-archive-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.4rem;
    margin-bottom: 2rem;
  }

  .atm-release-archive-actions {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem 1.4rem;
  }

  .atm-release-archive h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .atm-release-view-toggle {
    width: auto;
    justify-content: flex-start;
  }

  .atm-release-filter-bar {
    gap: 0.6rem;
    margin-bottom: 2.5rem;
  }

  .atm-release-type-filter {
    gap: 1.8rem;
  }

  .atm-release-type-filter button {
    min-height: 3.8rem;
    white-space: nowrap;
  }

  .atm-release-select-filters {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0;
  }

  .atm-release-select-filters label {
    justify-content: space-between;
    min-height: 3.6rem;
    border-top: 1px solid var(--atm-line);
  }

  .atm-release-select-filters input,
  .atm-release-select-filters select {
    width: min(55vw, 15rem);
    text-align: right;
  }

  .atm-release-archive-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.6rem 1rem;
  }

  .atm-release-archive.is-list .atm-release-archive-card {
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: 0.85rem 1rem;
    min-height: 6.25rem;
  }

  .atm-release-archive.is-list .atm-release-archive-cover {
    grid-row: span 4;
  }

  .atm-release-archive.is-list .atm-release-archive-list-date {
    justify-self: start;
  }

  .atm-news-archive,
  .atm-artist-archive {
    width: calc(100vw - 2rem);
  }

  .atm-news-archive-page,
  .atm-artist-archive-page,
  .atm-contact-page {
    padding-top: 4.5rem;
  }

  .atm-news-archive h1,
  .atm-artist-archive h1,
  .atm-contact h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .atm-contact-content {
    padding: 2rem 0;
  }

  body.single-post .site-main {
    width: calc(100vw - 2rem);
    padding-top: 4.5rem;
  }

  .atm-breadcrumb {
    gap: 0.65rem;
    margin-bottom: 3rem;
    font-size: 0.9rem;
  }

  .atm-breadcrumb a::after {
    margin-left: 0.65rem;
  }

  .atm-news-single-header {
    margin-bottom: 2.6rem;
  }

  .atm-news-single-header .entry-title {
    font-size: clamp(2.8rem, 11vw, 4.2rem);
  }

  .atm-event-single-hero {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .atm-event-single-flier,
  .atm-event-single-flier img {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .atm-event-single-data div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 1rem 0;
  }

  body.single-post article.post .atm-news-single-content {
    padding: 2.4rem 0;
  }

  body.single-artist .site-main {
    width: calc(100vw - 2rem);
    padding-top: 4.5rem;
  }

  body.single-artist article.atm-artist-single .entry-title {
    font-size: clamp(2.25rem, 8.8vw, 3.2rem);
  }

  .atm-artist-single-hero {
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .atm-artist-single-image {
    width: 100%;
  }

  .atm-artist-single-meta {
    margin-bottom: 3rem;
  }

  .atm-artist-single-meta div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 1rem 0;
  }

  body.single-artist article.atm-artist-single .atm-artist-single-content {
    padding: 2.4rem 0;
  }

  .atm-artist-single-releases .atm-release-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.single-product .site-main {
    width: calc(100vw - 2rem);
    padding-top: 4.5rem;
  }

  .atm-shop-single-hero {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
  }

  body.single-product .atm-shop-single .entry-title {
    font-size: clamp(1.35rem, 7vw, 2.2rem);
  }

  .atm-shop-single-meta div,
  .atm-shop-single-purchase .variations tr {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 1rem 0;
  }

  .atm-shop-single-purchase form.cart:not(.variations_form),
  .atm-shop-single-purchase .woocommerce-variation-add-to-cart {
    grid-template-columns: minmax(4.8rem, 5.6rem) minmax(0, 1fr);
    gap: 0.7rem;
  }

  .atm-shop-single-purchase .quantity {
    width: 100%;
    min-width: 0;
  }

  .atm-shop-single-purchase .qty,
  .atm-shop-single-purchase select,
  .atm-shop-single-purchase .single_add_to_cart_button,
  .atm-shop-single-purchase .button {
    min-height: 2.65rem;
    padding: 0.58rem 0.75rem;
    font-size: 0.92rem;
  }

  .atm-shop-single-purchase .single_add_to_cart_button,
  .atm-shop-single-purchase .button {
    width: 100%;
  }

  .atm-shop-single-content {
    padding: 2.4rem 0;
  }

  .atm-shop-single-related .atm-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atm-news-single-content .wp-block-columns {
    flex-direction: column;
    flex-wrap: nowrap !important;
    gap: 2rem;
  }

  .atm-news-single-content .wp-block-column {
    flex-basis: 100% !important;
  }

  .atm-news-single-content .wp-block-buttons {
    align-items: stretch;
  }

  .atm-news-single-content .wp-block-button,
  .atm-news-single-content .wp-block-button__link {
    width: 100%;
  }

  .atm-news-single-nav {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 3.2rem;
  }

  .atm-news-single-nav-link,
  .atm-news-single-nav-all {
    grid-column: auto;
    min-height: 4.6rem;
    border-top: 1px solid var(--atm-line);
  }

  .atm-news-single-nav > *:first-child {
    border-top: 0;
  }

  .atm-news-single-nav-link {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }

  .atm-news-single-nav-all {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 0;
  }

  .atm-contact .wpcf7-form {
    grid-template-columns: 1fr;
  }

  .atm-artist-group {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .atm-artist-group ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atm-news-archive-filter {
    justify-content: flex-start;
    gap: 2rem;
    min-height: 3.8rem;
    overflow-x: auto;
  }

  .atm-news-filter-link {
    min-height: 3.8rem;
    white-space: nowrap;
  }

  .atm-release-grid,
  .atm-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem 1rem;
  }

  .atm-news-row {
    position: relative;
    grid-template-columns: 1fr auto;
    gap: 0.6rem 1rem;
    padding: 1rem 2.2rem 1rem 0;
  }

  .atm-news-row time,
  .atm-news-row span {
    grid-column: auto;
  }

  .atm-news-row strong {
    grid-column: 1 / -1;
  }

  .atm-news-row::after {
    position: absolute;
    top: 50%;
    right: 0.35rem;
    transform: translateY(-50%) rotate(45deg);
  }

  .atm-news-row:hover::after,
  .atm-news-row:focus::after {
    transform: translate(0.28rem, -50%) rotate(45deg);
  }

  .atm-footer-main {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding: 3rem 0 2.7rem;
  }

  .atm-footer-logo {
    width: clamp(170px, 34vw, 240px);
  }

  .atm-footer-navigation-wrap {
    justify-items: start;
    gap: 2.4rem;
  }

  .atm-footer-navigation ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.2rem 2rem;
  }

  .atm-footer-bottom {
    padding: 2.2rem 0 2.5rem;
  }
}

@media (min-width: 640px) and (max-width: 900px) {
  .atm-hero-foreground {
    max-width: 19rem;
  }

  .atm-hero-media {
    max-width: min(100%, 19rem);
    margin-bottom: 1.2rem;
  }

  .atm-hero-content h1 {
    font-size: clamp(2.55rem, 6vw, 3.7rem);
  }

  .atm-hero-content .atm-hero-heading-long,
  .atm-hero-content .atm-hero-heading-very-long {
    font-size: clamp(2.1rem, 5vw, 3rem);
  }

  .atm-hero-content .atm-outline-button {
    min-height: 2.5rem;
    font-size: 0.76rem;
  }

  .atm-about-hero {
    grid-template-columns: 1fr;
  }
}

/* Keep both About hero columns fluid immediately above the mobile breakpoint. */
@media (min-width: 901px) and (max-width: 976px) {
  .atm-about-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 2.5rem);
  }

  .atm-about-stage {
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 520px) {
  .atm-site-branding a {
    width: 180px;
  }

  .atm-outline-button {
    width: 100%;
  }

  .atm-release-link i,
  .atm-release-more-links a i {
    font-size: 1.05rem;
  }

  .atm-release-grid,
  .atm-product-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .site-main.atm-about-page {
    width: calc(100vw - 3rem);
  }

  .atm-about-page {
    gap: 3.25rem;
  }

  .atm-about-page .atm-breadcrumb {
    margin-bottom: -1rem;
  }

  .atm-about-hero {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .atm-about-stage {
    height: auto;
  }

  .atm-about-stage-photo {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .atm-about-hero h1 {
    max-width: 8.5ch;
    font-size: clamp(4rem, 16vw, 6rem);
  }

  .atm-about-hero-copy > p:not(.atm-kicker),
  .atm-about-intro p,
  .atm-about-note p {
    font-size: 1.05rem;
    line-height: 1.5;
  }

  .atm-about-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .atm-booking-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .atm-booking-cta .atm-outline-button {
    width: 100%;
  }

  .atm-about-stage-placeholder {
    min-height: 23rem;
  }

  .atm-about-stage-placeholder strong {
    font-size: clamp(3.2rem, 14vw, 5.5rem);
  }

  .atm-about-card-grid,
  .atm-about-note {
    grid-template-columns: 1fr;
  }

  .atm-about-card {
    min-height: 14rem;
  }

  .atm-about-card strong {
    max-width: none;
  }

  .atm-about-note {
    align-items: stretch;
  }
}

@media (max-width: 520px) {
  .site-main.atm-about-page {
    width: calc(100vw - 2rem);
  }

  .atm-about-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 640px) and (max-width: 900px) {
  .atm-about-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
