:root {
  --black: #030506;
  --ink: #091213;
  --deep: #0b2022;
  --forest: #102d25;
  --aqua: #2b7774;
  --gold: #d2b36b;
  --red: #b94b53;
  --bone: #fbf2e2;
  --mist: rgba(251, 242, 226, 0.74);
  --line: rgba(210, 179, 107, 0.26);
  --amami-hero: url("assets/amami-golden-coastline-optimized.jpg");
  --amami-depth: url("assets/amami-forest-waterfall-optimized.jpg");
  --amami-beach: url("assets/amami-tropical-beach-optimized.jpg");
  --amami-mangrove: url("assets/amami-mangrove-optimized.jpg");
  --hero-first-view: url("assets/hero-first-view-20260602-optimized.jpg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--bone);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  line-height: 1.85;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

.mystic-header {
  align-items: center;
  background: rgba(3, 5, 6, 0.78);
  border-bottom: 1px solid rgba(210, 179, 107, 0.18);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 clamp(22px, 4vw, 64px);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  line-height: 1.05;
  text-decoration: none;
}

.brand span {
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 700;
}

.brand small,
.mystic-header nav,
.eyebrow,
.section-label,
.latest,
.text-link,
.music-links,
.contact-button {
  font-family: "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, system-ui, sans-serif;
}

.brand small {
  color: rgba(251, 242, 226, 0.52);
  font-size: 10px;
  letter-spacing: 0.16em;
  margin-top: 7px;
  text-transform: uppercase;
}

.mystic-header nav {
  display: flex;
  gap: clamp(16px, 2vw, 32px);
  overflow-x: auto;
  scrollbar-width: none;
}

.mystic-header nav::-webkit-scrollbar {
  display: none;
}

.mystic-header nav a {
  color: rgba(251, 242, 226, 0.78);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.mystic-hero {
  --hero-text-edge: clamp(780px, 55vw, 805px);
  display: grid;
  min-height: 94svh;
  overflow: hidden;
  place-items: center start;
  position: relative;
  padding: 122px clamp(24px, 6vw, 104px) 78px;
}

.forest-bg,
.hero-pattern-video,
.veil {
  inset: 0;
  position: absolute;
}

.forest-bg {
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.68), rgba(3, 5, 6, 0.48) 58%, rgba(3, 5, 6, 0.42)),
    linear-gradient(0deg, rgba(3, 5, 6, 0.52), rgba(3, 5, 6, 0.18) 48%, rgba(3, 5, 6, 0.34)),
    var(--hero-first-view) 64% 48% / cover no-repeat;
  filter: brightness(0.95) contrast(1.04) saturate(1.02);
  transform: scale(1.02);
  transform-origin: 64% 48%;
  z-index: 0;
}

.hero-pattern-video {
  --hero-video-opacity: 0.38;
  aspect-ratio: 16 / 9;
  height: auto;
  left: 47%;
  mix-blend-mode: screen;
  object-fit: cover;
  object-position: center;
  opacity: var(--hero-video-opacity);
  pointer-events: none;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(94vw, 1420px);
  z-index: 1;
  filter: brightness(0.72) contrast(1.28) saturate(0.82);
  transition: opacity 800ms ease;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.58) 7%, #000 18%, #000 86%, rgba(0, 0, 0, 0.58) 94%, transparent 100%),
    linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.45) 7%, #000 18%, #000 82%, rgba(0, 0, 0, 0.45) 93%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.58) 7%, #000 18%, #000 86%, rgba(0, 0, 0, 0.58) 94%, transparent 100%),
    linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.45) 7%, #000 18%, #000 82%, rgba(0, 0, 0, 0.45) 93%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

html.js .hero-pattern-video {
  opacity: 0;
}

html.js .hero-pattern-video.is-ready {
  opacity: var(--hero-video-opacity);
}

.forest-bg::before {
  background: var(--hero-first-view) 49% 48% / cover no-repeat;
  content: "";
  inset: 0 -8vw 0 clamp(220px, 34vw, 520px);
  filter: brightness(1.16) contrast(1.08) saturate(1.08);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.16) 10%, rgba(0, 0, 0, 0.74) 28%, #000 46%, #000 78%, rgba(0, 0, 0, 0.52) 91%, transparent 100%),
    linear-gradient(0deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.16) 10%, rgba(0, 0, 0, 0.74) 28%, #000 46%, #000 78%, rgba(0, 0, 0, 0.52) 91%, transparent 100%),
    linear-gradient(0deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  position: absolute;
}

.forest-bg::after {
  background:
    repeating-linear-gradient(90deg, transparent 0 72px, rgba(210, 179, 107, 0.06) 72px 73px),
    repeating-linear-gradient(0deg, transparent 0 72px, rgba(43, 119, 116, 0.05) 72px 73px);
  content: "";
  inset: 0;
  position: absolute;
}

.veil {
  background:
    radial-gradient(circle at 48% 46%, rgba(3, 5, 6, 0.1) 0 16%, rgba(3, 5, 6, 0.28) 38%, rgba(3, 5, 6, 0.44) 72%),
    linear-gradient(90deg, rgba(3, 5, 6, 0.84) 0%, rgba(3, 5, 6, 0.66) 35%, rgba(3, 5, 6, 0.22) 64%, rgba(3, 5, 6, 0.22) 100%),
    linear-gradient(0deg, rgba(3, 5, 6, 0.8) 0%, rgba(3, 5, 6, 0.04) 42%, rgba(3, 5, 6, 0.44) 100%);
  z-index: 2;
}

.vertical-mark {
  border-left: 1px solid var(--line);
  color: rgba(251, 242, 226, 0.92);
  display: grid;
  font-size: 13px;
  gap: 18px;
  letter-spacing: 0.18em;
  padding-left: 16px;
  position: absolute;
  right: clamp(22px, 4vw, 66px);
  top: 25%;
  writing-mode: vertical-rl;
  z-index: 5;
}

.hero-copy {
  max-width: 760px;
  position: relative;
  z-index: 5;
}

.eyebrow,
.section-label {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  margin: 0 0 18px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin-top: 0;
}

h1 {
  font-size: clamp(62px, 9vw, 142px);
  font-weight: 400;
  line-height: 0.88;
  margin-bottom: 30px;
}

h1 span {
  display: block;
}

h1 span:last-child {
  font-size: 0.52em;
  margin-top: 0.18em;
}

.lead {
  color: var(--mist);
  font-size: clamp(17px, 1.7vw, 22px);
  max-width: 620px;
}

.contact-button {
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--bone);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  max-width: 100%;
  min-width: 126px;
  padding: 11px 18px;
  text-decoration: none;
  text-transform: none;
  word-break: break-word;
}

.contact-button {
  background: var(--bone);
  color: var(--black);
}

.contact-button-ornate {
  align-items: center;
  background: linear-gradient(180deg, rgba(252, 249, 243, 0.97), rgba(235, 231, 224, 0.98));
  border: 2.25px solid rgba(31, 32, 30, 0.86);
  border-radius: 13px;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.68);
  color: #050504;
  display: inline-grid;
  grid-template-columns: minmax(0, 1fr) 55px;
  height: 66px;
  justify-content: stretch;
  line-height: 1;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  transition: filter 180ms ease, transform 180ms ease;
  width: min(100%, 300px);
}

.contact-button-ornate:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.contact-button-label {
  align-items: center;
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.16em;
  padding-left: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.contact-button-arrow {
  align-self: stretch;
  border-left: 2.5px solid #c5974a;
  display: grid;
  place-items: center;
  position: relative;
}

.contact-button-arrow::before {
  border-right: 3.5px solid #c5974a;
  border-top: 3.5px solid #c5974a;
  content: "";
  display: block;
  height: 17px;
  margin-left: -6px;
  transform: rotate(45deg);
  width: 17px;
}

.contact-button-arrow::after {
  background: #c5974a;
  content: "";
  display: block;
  height: 3.5px;
  margin-left: -15px;
  position: absolute;
  width: 29px;
}

.latest {
  border-top: 1px solid var(--line);
  bottom: 48px;
  max-width: 410px;
  padding-top: 14px;
  position: absolute;
  right: clamp(24px, 5vw, 90px);
  z-index: 5;
}

.latest p {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.latest a {
  color: rgba(251, 242, 226, 0.8);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.section-inner {
  margin: 0 auto;
  max-width: 1160px;
  width: calc(100% - 44px);
}

.lazy-bg {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.lazy-bg::before {
  background: var(--lazy-bg-layers);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(1.012);
  transition: opacity 760ms ease, transform 1100ms ease;
  z-index: 0;
}

.lazy-bg.is-bg-ready::before {
  opacity: 1;
  transform: scale(1);
}

.lazy-bg > .section-inner {
  position: relative;
  z-index: 1;
}

html.js .lazy-media {
  opacity: 0;
  transition: opacity 680ms ease;
}

html.js .lazy-media.is-loaded {
  opacity: 1;
}

section:not(.mystic-hero, .mystic-live) {
  padding: clamp(82px, 10vw, 142px) 0;
}

section[id] {
  scroll-margin-top: 88px;
}

.mystic-message {
  --lazy-bg-layers:
    linear-gradient(135deg, rgba(43, 119, 116, 0.2), transparent 38%),
    linear-gradient(rgba(9, 18, 19, 0.78), rgba(9, 18, 19, 0.76)),
    var(--lazy-bg-image, none) center center / cover;
  background: #0b1c1b;
  backdrop-filter: blur(8px);
}

.message-layout,
.profile-layout,
.music-layout,
.contact-layout {
  display: grid;
  gap: clamp(34px, 5vw, 76px);
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1.14fr);
}

h2 {
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.15;
}

.message-heading span {
  display: block;
  white-space: nowrap;
}

.message-text,
.profile-layout p,
.music-layout p,
.contact-layout p {
  color: rgba(251, 242, 226, 0.76);
  font-size: clamp(16px, 1.65vw, 19px);
}

.mystic-news {
  --lazy-bg-layers:
    linear-gradient(120deg, rgba(3, 5, 6, 0.84), rgba(3, 5, 6, 0.72)),
    var(--lazy-bg-image, none) center center / cover;
  background: #071313;
  backdrop-filter: blur(8px);
}

.section-title-row {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 28px;
}

.text-link {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.news-stream {
  display: grid;
  gap: 0;
}

.news-stream article {
  align-items: center;
  border-bottom: 1px solid rgba(210, 179, 107, 0.16);
  display: grid;
  gap: 18px;
  grid-template-columns: 120px 82px minmax(0, 1fr);
  padding: 26px 0;
}

.news-stream time {
  color: var(--aqua);
  font-family: "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.news-stream span {
  color: var(--red);
  font-family: "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.news-stream h3 {
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}

.mystic-profile {
  --lazy-bg-layers:
    linear-gradient(180deg, rgba(13, 29, 29, 0.78), rgba(5, 7, 8, 0.88)),
    var(--lazy-bg-image, none) center center / cover;
  background: #081313;
  backdrop-filter: blur(8px);
}

.profile-layout {
  align-items: center;
}

.profile-layout figure,
.music-layout figure {
  margin: 0;
}

.profile-layout img {
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.profile-layout dl {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  margin: 34px 0 0;
  padding-top: 22px;
}

.profile-layout dl div {
  display: grid;
  gap: 12px;
  grid-template-columns: 96px minmax(0, 1fr);
}

.profile-layout dt {
  color: var(--gold);
  font-family: "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.mystic-music {
  --lazy-bg-layers:
    linear-gradient(100deg, rgba(3, 5, 6, 0.86), rgba(3, 5, 6, 0.7)),
    var(--lazy-bg-image, none) center center / cover;
  background: #06100f;
  backdrop-filter: blur(8px);
}

.music-layout {
  align-items: center;
  gap: clamp(32px, 6vw, 96px);
  grid-template-columns: minmax(250px, 0.74fr) minmax(420px, 1.26fr);
}

.music-copy,
.music-media {
  min-width: 0;
}

.music-layout h2 {
  font-size: clamp(42px, 5.4vw, 72px);
  margin-bottom: 0;
  max-width: 560px;
  text-wrap: balance;
}

.music-layout h2 span {
  display: block;
  white-space: nowrap;
}

.music-intro {
  color: rgba(251, 242, 226, 0.74);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.9;
  margin: 28px 0 0;
  max-width: 390px;
}

.music-intro span {
  display: block;
}

.music-release {
  border-left: 1px solid var(--line);
  color: rgba(251, 242, 226, 0.58);
  font-size: 13px;
  line-height: 1.5;
  margin: 34px 0 0;
  padding-left: 16px;
}

.music-release strong {
  color: var(--bone);
  display: block;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
}

.music-release span {
  display: block;
}

.music-media {
  display: grid;
  gap: 18px;
  justify-items: stretch;
}

.video-preview {
  border: 1px solid var(--line);
  box-shadow: 0 26px 80px rgba(3, 5, 6, 0.26);
  justify-self: end;
  max-width: 720px;
  position: relative;
  width: 100%;
}

.video-screen {
  aspect-ratio: 16 / 9;
  background: #030506;
  overflow: hidden;
  position: relative;
}

.video-screen img {
  filter: brightness(0.7) contrast(1.05) saturate(0.88);
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  width: 100%;
}

.video-screen video {
  display: block;
  filter: brightness(1.12) contrast(1.02) saturate(1.06);
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  width: 100%;
}

.video-screen.video-screen-player::after {
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.08), transparent 54%, rgba(3, 5, 6, 0.08)),
    linear-gradient(0deg, rgba(3, 5, 6, 0.18), transparent 46%, rgba(251, 242, 226, 0.04));
}

.video-screen::after {
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.54), rgba(3, 5, 6, 0.08) 52%, rgba(3, 5, 6, 0.24)),
    linear-gradient(0deg, rgba(3, 5, 6, 0.72), transparent 42%, rgba(251, 242, 226, 0.06));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.play-button {
  align-items: center;
  background: rgba(251, 242, 226, 0.92);
  border: 1px solid rgba(210, 179, 107, 0.64);
  border-radius: 50%;
  box-shadow: 0 22px 54px rgba(3, 5, 6, 0.34);
  cursor: default;
  display: flex;
  height: clamp(58px, 7vw, 82px);
  justify-content: center;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(58px, 7vw, 82px);
  z-index: 2;
}

.play-button span {
  border-bottom: 13px solid transparent;
  border-left: 20px solid var(--black);
  border-top: 13px solid transparent;
  display: block;
  margin-left: 5px;
}

.video-controls {
  align-items: center;
  bottom: 0;
  color: rgba(251, 242, 226, 0.78);
  display: grid;
  font-family: "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  gap: 13px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  left: 0;
  padding: 18px 20px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.video-track {
  background: rgba(251, 242, 226, 0.22);
  display: block;
  height: 3px;
  overflow: hidden;
}

.video-track span {
  background: var(--gold);
  display: block;
  height: 100%;
  width: 28%;
}

.music-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.music-links a {
  border-bottom: 1px solid currentColor;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  padding-bottom: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.music-stream-panel {
  background:
    linear-gradient(180deg, rgba(251, 242, 226, 0.06), rgba(251, 242, 226, 0.025)),
    rgba(3, 5, 6, 0.5);
  border: 1px solid rgba(210, 179, 107, 0.3);
  display: grid;
  gap: 18px;
  padding: clamp(18px, 2vw, 24px);
}

.music-stream-copy {
  align-items: end;
  display: flex;
  gap: 22px;
  justify-content: space-between;
}

.music-stream-copy > div {
  display: grid;
  justify-items: start;
  min-width: 0;
  text-align: left;
}

.music-stream-label,
.music-stream-copy p,
.music-service-link,
.music-service-link span {
  font-family: "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, system-ui, sans-serif;
}

.music-stream-label {
  align-self: start;
  color: var(--gold);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-align: left;
  text-transform: uppercase;
  width: max-content;
}

.music-stream-copy h3 {
  font-size: clamp(21px, 2.1vw, 31px);
  font-weight: 400;
  line-height: 1.32;
  margin: 0;
}

.music-stream-copy p {
  color: rgba(251, 242, 226, 0.56);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 4px;
  text-align: right;
}

.music-service-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-width: 0;
}

.music-service-link {
  align-items: center;
  background: rgba(3, 5, 6, 0.38);
  border: 1px solid rgba(210, 179, 107, 0.32);
  color: var(--bone);
  display: grid;
  min-height: 88px;
  min-width: 0;
  padding: 14px 14px;
  position: relative;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.music-service-link:hover {
  background: rgba(3, 5, 6, 0.56);
  border-color: rgba(210, 179, 107, 0.72);
  transform: translateY(-1px);
}

.music-service-link::after {
  color: var(--gold);
  content: "↗";
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 11px;
}

.music-service-link strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  padding-right: 14px;
}

.music-service-link span {
  color: rgba(251, 242, 226, 0.52);
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 8px;
}

.mystic-live {
  min-height: 78vh;
  overflow: hidden;
  position: relative;
}

.mystic-live img {
  filter: brightness(0.92) contrast(1.06) saturate(0.92);
  height: 78vh;
  object-fit: cover;
  object-position: 58% 44%;
  width: 100%;
}

.mystic-live::after {
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.94) 0%, rgba(3, 5, 6, 0.7) 32%, rgba(3, 5, 6, 0.28) 62%, rgba(3, 5, 6, 0.46) 100%),
    linear-gradient(0deg, rgba(3, 5, 6, 0.62) 0%, transparent 34%, rgba(3, 5, 6, 0.28) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.live-overlay {
  left: clamp(24px, 7vw, 104px);
  max-width: 580px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.live-overlay h2 {
  text-shadow: 0 2px 18px rgba(3, 5, 6, 0.58);
}

.live-youtube-link {
  align-items: center;
  background: rgba(3, 5, 6, 0.56);
  border: 1px solid rgba(251, 242, 226, 0.42);
  color: var(--bone);
  display: inline-flex;
  font-family: "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  margin-top: 22px;
  min-height: 50px;
  padding: 0 16px 0 12px;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.live-youtube-link:hover {
  background: rgba(3, 5, 6, 0.74);
  border-color: rgba(210, 179, 107, 0.78);
  transform: translateY(-1px);
}

.live-youtube-icon {
  background: var(--red);
  border-radius: 50%;
  display: grid;
  flex: 0 0 34px;
  height: 34px;
  place-items: center;
  width: 34px;
}

.live-youtube-icon::before {
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--bone);
  border-top: 6px solid transparent;
  content: "";
  display: block;
  margin-left: 2px;
}

.live-youtube-arrow {
  color: var(--gold);
  font-size: 14px;
  line-height: 1;
}

.mystic-links {
  --lazy-bg-layers:
    linear-gradient(145deg, rgba(43, 119, 116, 0.2), transparent 34%),
    linear-gradient(0deg, rgba(3, 5, 6, 0.9), rgba(11, 32, 34, 0.84)),
    var(--lazy-bg-image, none) center center / cover;
  background: #071211;
  backdrop-filter: blur(8px);
}

.links-title-row {
  display: block;
}

.links-title-row h2 {
  margin-bottom: 0;
}

.links-intro {
  color: rgba(251, 242, 226, 0.68);
  font-size: 15px;
  line-height: 1.8;
  margin: 14px 0 0;
  max-width: 760px;
  white-space: normal;
}

.link-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.link-card {
  background:
    linear-gradient(180deg, rgba(251, 242, 226, 0.055), rgba(251, 242, 226, 0.018)),
    rgba(3, 5, 6, 0.38);
  border: 1px solid rgba(210, 179, 107, 0.28);
  color: var(--bone);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 214px;
  padding: 22px;
  position: relative;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.link-card:hover {
  background:
    linear-gradient(180deg, rgba(251, 242, 226, 0.085), rgba(251, 242, 226, 0.026)),
    rgba(3, 5, 6, 0.44);
  border-color: rgba(210, 179, 107, 0.58);
  transform: translateY(-2px);
}

.link-card-category,
.link-card-copy,
.link-card-arrow {
  font-family: "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, system-ui, sans-serif;
}

.link-card-category {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.link-card strong {
  align-self: start;
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: 500;
  line-height: 1.45;
  padding-right: 24px;
}

.link-card strong.link-card-title-compact {
  font-size: clamp(18px, 1.9vw, 24px);
  white-space: nowrap;
}

.link-card strong.link-card-title-radio {
  white-space: normal;
}

.link-card-title-radio span {
  display: block;
}

.link-card-copy {
  align-self: end;
  color: rgba(251, 242, 226, 0.62);
  display: block;
  font-size: 12px;
  font-weight: 700;
  justify-self: stretch;
  line-break: strict;
  line-height: 1.7;
  margin-top: 28px;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  width: 100%;
  word-break: break-word;
}

.link-card-arrow {
  color: var(--gold);
  font-size: 18px;
  font-weight: 800;
  position: absolute;
  right: 18px;
  top: 18px;
}

.mystic-contact {
  --lazy-bg-layers:
    linear-gradient(120deg, rgba(185, 75, 83, 0.14), transparent 42%),
    linear-gradient(rgba(11, 21, 22, 0.82), rgba(11, 21, 22, 0.78)),
    var(--lazy-bg-image, none) center center / cover;
  background: #0b1516;
  backdrop-filter: blur(8px);
}

.contact-heading {
  line-height: 1.24;
  word-break: keep-all;
}

.contact-heading span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .mystic-header {
    gap: 20px;
  }

  .vertical-mark {
    display: none;
  }

  .latest {
    bottom: 34px;
    left: clamp(24px, 6vw, 80px);
    right: auto;
  }

  .message-layout,
  .profile-layout,
  .music-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .link-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .music-layout figure {
    order: -1;
  }

  .music-stream-copy {
    align-items: start;
    display: grid;
  }

  .music-stream-copy p {
    text-align: left;
  }

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

  .news-stream article {
    align-items: start;
    gap: 8px 14px;
    grid-template-columns: 108px auto;
  }

  .news-stream h3 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .mystic-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    min-height: 92px;
    padding: 13px 18px 0;
  }

  .brand small {
    display: none;
  }

  .mystic-header nav {
    flex-wrap: wrap;
    gap: 8px 13px;
    justify-content: flex-start;
    overflow-x: visible;
    padding: 10px 0 12px;
    width: 100%;
  }

  .mystic-header nav a {
    font-size: 9px;
    line-height: 1;
  }

  .mystic-hero {
    min-height: 91svh;
    padding: 148px 22px 144px;
  }

  .forest-bg {
    background:
      linear-gradient(90deg, rgba(3, 5, 6, 0.72), rgba(3, 5, 6, 0.34)),
      linear-gradient(0deg, rgba(3, 5, 6, 0.7), transparent 42%, rgba(3, 5, 6, 0.34)),
      var(--hero-first-view) 61% 48% / cover no-repeat;
    transform: scale(1.01);
  }

  .forest-bg::before {
    background-position: 54% 48%;
    inset: 0 -13vw 0 23vw;
  }

  .hero-pattern-video {
    --hero-video-opacity: 0.31;
    left: 50%;
    width: 100%;
  }

  h1 {
    font-size: clamp(58px, 19vw, 86px);
  }

  .lead {
    font-size: 15px;
  }

  .latest {
    bottom: 28px;
    left: 22px;
    right: 22px;
  }

  .section-inner {
    width: calc(100% - 28px);
  }

  .message-heading span {
    display: block;
  }

  .contact-heading {
    font-size: clamp(34px, 10vw, 50px);
  }

  section:not(.mystic-hero, .mystic-live) {
    padding: 68px 0;
  }

  .profile-layout dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .music-intro {
    max-width: 100%;
  }

  .music-layout h2 {
    text-wrap: auto;
  }

  .music-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .music-service-link {
    min-height: 76px;
  }

  .music-service-link:last-child {
    grid-column: 1 / -1;
  }

  .links-title-row {
    align-items: start;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .links-intro {
    justify-self: start;
    margin: 0;
    max-width: none;
    white-space: normal;
  }

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

  .link-card {
    min-height: 176px;
  }

  .mystic-live img {
    object-position: 68% 46%;
  }

  .mystic-live::after {
    background:
      linear-gradient(90deg, rgba(3, 5, 6, 0.86), rgba(3, 5, 6, 0.34)),
      linear-gradient(0deg, rgba(3, 5, 6, 0.68), transparent 44%, rgba(3, 5, 6, 0.28));
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-pattern-video {
    display: none;
  }

  .lazy-bg::before,
  html.js .lazy-media {
    transition: none;
  }
}
