/*
================================================================================
Haruse Yuna Theme Main CSS v2.2.3
================================================================================
目的：
v01系で継ぎ足しが多くなった main.css を整理し、テーマ全体の余白・見出し・
カード・ヘッダーをシンプルに再構成します。

方針：
- トップページはビジュアル重視のまま維持
- 固定ページのタイトル帯は高さを抑え、上側が広すぎる印象を減らす
- メンバーズ/法務/通常固定ページの本文開始位置を自然にする
- 下部CTAは軽めの回遊カードにする
- 既存PHPテンプレートのクラス名は維持
================================================================================
*/

/* ------------------------------------------------------------
   Design tokens / reset
------------------------------------------------------------ */
:root {
  --hy-white: #ffffff;
  --hy-bg: #fbfdff;
  --hy-bg-soft: #f5fbff;
  --hy-text: #152038;
  --hy-muted: #607086;
  --hy-muted-soft: #8794a8;
  --hy-line: rgba(63, 126, 190, 0.14);
  --hy-line-strong: rgba(86, 174, 247, 0.28);
  --hy-blue: #4aa8ff;
  --hy-blue-deep: #2677de;
  --hy-mint: #68d7ce;
  --hy-pink: #ff9fc8;
  --hy-lavender: #b8a8ff;
  --hy-radius: 28px;
  --hy-radius-lg: 38px;
  --hy-shadow: 0 24px 70px rgba(36, 90, 148, 0.14);
  --hy-shadow-soft: 0 14px 38px rgba(36, 90, 148, 0.10);
  --hy-header-height: 70px;
  --hy-container: 1160px;
  --hy-container-wide: 1280px;
  --hy-content: 820px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--hy-text);
  background:
    radial-gradient(circle at top left, rgba(104, 215, 206, 0.16), transparent 30rem),
    radial-gradient(circle at top right, rgba(255, 159, 200, 0.13), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, var(--hy-bg) 40%, #ffffff 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic", "Yu Gothic UI", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
}

.hy-container {
  width: min(var(--hy-container), calc(100% - 40px));
  margin: 0 auto;
}

.hy-skip-link {
  position: absolute;
  left: -9999px;
  top: 8px;
  z-index: 9999;
  padding: 8px 12px;
  background: var(--hy-text);
  color: #fff;
}

.hy-skip-link:focus {
  left: 8px;
}

/* ------------------------------------------------------------
   Header
------------------------------------------------------------ */
.hy-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.90);
  border-bottom: 1px solid rgba(63, 126, 190, 0.10);
  backdrop-filter: blur(18px);
}

.hy-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(36, 90, 148, 0.08);
}

.hy-header__inner {
  width: min(1240px, calc(100% - 32px));
  min-height: var(--hy-header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.hy-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  color: var(--hy-text);
  text-decoration: none;
  font-weight: 850;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.hy-logo__image,
.hy-logo .custom-logo {
  display: block;
  width: auto;
  height: 44px;
  max-width: 210px;
  object-fit: contain;
  filter: saturate(1.32) contrast(1.18) drop-shadow(0 2px 8px rgba(74, 168, 255, .10));
}

.hy-logo__mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--hy-blue), var(--hy-mint));
  box-shadow: 0 12px 28px rgba(74, 168, 255, 0.28);
}

.hy-logo__text {
  font-size: 1.04rem;
}

.hy-nav {
  margin-left: auto;
}

.hy-nav__list {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hy-nav__list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--hy-text);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

.hy-nav__list a:hover,
.hy-nav__list .current-menu-item > a,
.hy-nav__list .current_page_item > a {
  color: var(--hy-blue-deep);
  background: rgba(86, 174, 247, 0.10);
}

.hy-nav__list a:hover {
  transform: translateY(-1px);
}

.hy-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hy-header__members {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 17px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 850;
  font-size: 0.88rem;
  letter-spacing: .02em;
  background: linear-gradient(135deg, var(--hy-blue), var(--hy-mint));
  box-shadow: 0 12px 28px rgba(82, 181, 232, 0.22);
  transition: transform .18s ease, box-shadow .18s ease;
}

.hy-header__members:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(82, 181, 232, 0.26);
}

.hy-lang {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(74, 168, 255, 0.08);
  border: 1px solid rgba(86, 174, 247, 0.10);
}

.hy-lang a {
  min-width: 34px;
  min-height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 850;
  color: var(--hy-muted);
}

.hy-lang a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--hy-blue), var(--hy-mint));
  box-shadow: 0 8px 18px rgba(86, 174, 247, .20);
}

.hy-menu-button {
  display: none !important;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: rgba(74, 168, 255, 0.10);
  cursor: pointer;
}

.hy-menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--hy-text);
  border-radius: 999px;
}

.hy-mobile-menu {
  padding: 10px 20px 24px;
  border-top: 1px solid var(--hy-line);
  background: rgba(255, 255, 255, 0.96);
}

.hy-mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hy-mobile-menu__list a {
  display: block;
  padding: 14px 0;
  text-decoration: none;
  font-weight: 800;
  border-bottom: 1px solid rgba(63, 126, 190, 0.10);
}

.hy-mobile-menu__bottom {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

/* ------------------------------------------------------------
   Buttons / links
------------------------------------------------------------ */
.hy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background .18s ease;
}

.hy-button:hover {
  transform: translateY(-2px);
}

.hy-button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--hy-blue), var(--hy-mint));
  box-shadow: 0 18px 36px rgba(74, 168, 255, 0.24);
}

.hy-button--soft {
  color: var(--hy-text);
  background: #fff;
  border: 1px solid var(--hy-line);
  box-shadow: var(--hy-shadow-soft);
}

.hy-button--ghost {
  color: var(--hy-blue-deep);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(74, 168, 255, 0.24);
}

.hy-text-link {
  color: var(--hy-blue-deep);
  font-weight: 850;
  text-decoration: none;
  border-bottom: 2px solid rgba(74, 168, 255, 0.25);
}

.hy-inline-actions,
.hy-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* ------------------------------------------------------------
   Front-page hero
------------------------------------------------------------ */
.hy-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 5.6vw, 82px) 0 clamp(46px, 5.4vw, 78px);
}

.hy-hero::before,
.hy-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hy-hero::before {
  width: 360px;
  height: 360px;
  left: -120px;
  top: 70px;
  background: rgba(121, 221, 206, 0.25);
  filter: blur(50px);
}

.hy-hero::after {
  width: 420px;
  height: 420px;
  right: -160px;
  bottom: 40px;
  background: rgba(255, 159, 200, 0.18);
  filter: blur(60px);
}

.hy-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.hy-kicker {
  margin: 0 0 12px;
  color: var(--hy-blue-deep);
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hy-hero h1,
.hy-section__head h2,
.hy-feature h2,
.hy-split-card h2,
.hy-cta h2,
.hy-page-hero h1 {
  margin: 0;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.hy-hero h1 {
  font-size: clamp(2.45rem, 5.4vw, 5.2rem);
}

.hy-hero__lead {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--hy-muted);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 650;
}

.hy-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hy-hero__actions--center {
  justify-content: center;
}

.hy-hero__visual {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: var(--hy-radius-lg);
  background: linear-gradient(135deg, #ffffff, #eefaff);
  box-shadow: var(--hy-shadow);
}

.hy-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

/* ------------------------------------------------------------
   Sections / cards
------------------------------------------------------------ */
.hy-section {
  padding: clamp(52px, 6vw, 88px) 0;
}

.hy-section--intro,
.hy-section--news {
  background: rgba(255, 255, 255, 0.56);
  border-top: 1px solid var(--hy-line);
  border-bottom: 1px solid var(--hy-line);
}

.hy-section--game {
  background:
    radial-gradient(circle at 20% 10%, rgba(121, 221, 206, 0.18), transparent 30rem),
    linear-gradient(180deg, #f9fdff, #ffffff);
}

.hy-section__head {
  max-width: 760px;
  margin-bottom: 34px;
}

.hy-section__head--row {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}

.hy-section__head h2,
.hy-feature h2,
.hy-split-card h2,
.hy-cta h2 {
  font-size: clamp(2rem, 3.8vw, 3.85rem);
}

.hy-feature h2,
.hy-split-card h2 {
  line-height: 1.16;
}

.hy-section__head p,
.hy-feature p,
.hy-split-card p,
.hy-cta p,
.hy-content p,
.hy-page-hero p,
.hy-muted {
  color: var(--hy-muted);
}

.hy-section--intro {
  position: relative;
  overflow: hidden;
  padding-top: clamp(48px, 5.4vw, 76px);
  padding-bottom: clamp(48px, 5.4vw, 76px);
}

.hy-section--intro::before {
  content: "";
  position: absolute;
  inset: 12% auto auto 5%;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(104, 215, 206, .13), transparent 70%);
  pointer-events: none;
}

.hy-section--intro .hy-container {
  position: relative;
  z-index: 1;
}

.hy-section--intro .hy-section__head {
  max-width: 780px;
  margin-bottom: 28px;
}

.hy-section--intro .hy-section__head h2 {
  line-height: 1.04;
}

.hy-guide-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hy-guide-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 174px;
  padding: 22px 24px 20px;
  overflow: hidden;
  border: 1px solid rgba(63, 126, 190, 0.12);
  border-radius: 24px;
  color: var(--hy-text);
  text-decoration: none;
  background:
    radial-gradient(circle at 86% 15%, rgba(86, 174, 247, .10), transparent 7rem),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(36, 90, 148, 0.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.hy-guide-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 2;
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(86, 174, 247, .36), rgba(104, 215, 206, .20));
}

.hy-guide-card:hover,
.hy-project-item:hover,
.hy-post-card:hover {
  transform: translateY(-3px);
  border-color: rgba(86, 174, 247, 0.28);
  box-shadow: 0 22px 60px rgba(38, 103, 168, 0.14);
}

.hy-guide-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.hy-guide-card__num {
  color: var(--hy-blue-deep);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .14em;
}

.hy-guide-card__icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 15px;
  background: rgba(86, 174, 247, .11);
  color: var(--hy-blue-deep);
}

.hy-guide-card__icon::before {
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 900;
}

.hy-guide-card--about .hy-guide-card__icon::before {
  content: "✦";
}

.hy-guide-card--music .hy-guide-card__icon::before {
  content: "♪";
}

.hy-guide-card--game .hy-guide-card__icon::before {
  content: "◇";
}

.hy-guide-card--members .hy-guide-card__icon::before {
  content: "♡";
}

.hy-guide-card h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
  line-height: 1.35;
}

.hy-guide-card p {
  margin: 0;
  color: var(--hy-muted);
  font-size: .95rem;
  line-height: 1.72;
}

.hy-guide-card__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  color: var(--hy-blue-deep);
  font-size: .86rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .03em;
}

.hy-guide-card__more::after {
  content: "→";
  transition: transform .18s ease;
}

.hy-guide-card:hover .hy-guide-card__more::after {
  transform: translateX(3px);
}

.hy-feature {
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  gap: clamp(30px, 4.6vw, 64px);
  align-items: center;
}

.hy-feature__image,
.hy-split-card__image {
  position: relative;
  overflow: hidden;
  border-radius: var(--hy-radius-lg);
  background: #fff;
  box-shadow: var(--hy-shadow);
}

.hy-feature__image::after,
.hy-split-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, .45), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,.10), transparent 48%);
}

.hy-feature__image img,
.hy-split-card__image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.hy-feature__text,
.hy-split-card__text {
  min-width: 0;
}

.hy-feature__text p,
.hy-split-card__text p {
  max-width: 34rem;
}

.hy-feature__text .hy-text-link,
.hy-split-card__text .hy-button,
.hy-split-card__text .hy-inline-actions {
  margin-top: 18px;
}

.hy-feature--about .hy-feature__image img {
  object-position: center center;
}

.hy-section--music-story {
  padding-top: clamp(48px, 5.8vw, 82px);
  padding-bottom: clamp(48px, 5.8vw, 82px);
}

.hy-split-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
  padding: clamp(28px, 3.4vw, 42px);
  border: 1px solid rgba(63, 126, 190, 0.12);
  border-radius: var(--hy-radius-lg);
  background:
    radial-gradient(circle at 16% 12%, rgba(104, 215, 206, .08), transparent 18rem),
    rgba(255, 255, 255, 0.82);
  box-shadow: var(--hy-shadow-soft);
}

.hy-split-card--reverse .hy-split-card__text {
  order: 2;
}

.hy-split-card--music .hy-split-card__image img {
  object-position: center center;
}

.hy-split-card--game .hy-split-card__image img {
  object-position: center center;
}

.hy-split-card--music .hy-split-card__text,
.hy-split-card--game .hy-split-card__text {
  align-self: center;
}

.hy-split-card--music h2,
.hy-split-card--game h2 {
  max-width: 9.5em;
}

.hy-split-card--game {
  background:
    radial-gradient(circle at 88% 18%, rgba(184, 168, 255, .12), transparent 18rem),
    radial-gradient(circle at 12% 78%, rgba(104, 215, 206, .10), transparent 18rem),
    rgba(255, 255, 255, 0.84);
}

.hy-project-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hy-project-item {
  padding: 24px;
  border: 1px solid rgba(63, 126, 190, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--hy-shadow-soft);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hy-note {
  color: var(--hy-muted);
  font-size: .94rem;
}

/* ------------------------------------------------------------
   Posts
------------------------------------------------------------ */
.hy-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hy-post-card {
  overflow: hidden;
  border: 1px solid rgba(63, 126, 190, 0.12);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--hy-shadow-soft);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hy-post-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--hy-bg-soft);
}

.hy-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hy-post-card__body {
  padding: 22px;
}

.hy-post-card__body time,
.hy-post-meta,
.hy-archive-description {
  color: var(--hy-muted-soft);
  font-size: .9rem;
}

.hy-post-card__body h2 {
  margin: 8px 0;
  font-size: 1.15rem;
  line-height: 1.45;
}

.hy-post-card__body h2 a {
  text-decoration: none;
}

.hy-post-card__body p {
  margin: 0;
  color: var(--hy-muted);
  font-size: .94rem;
}

.hy-post-featured {
  margin-top: clamp(30px, 5vw, 56px);
}

.hy-post-featured img {
  width: 100%;
  border-radius: var(--hy-radius-lg);
  box-shadow: var(--hy-shadow-soft);
}

.hy-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.hy-post-tags a {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(74, 168, 255, 0.10);
  color: var(--hy-blue-deep);
  text-decoration: none;
  font-weight: 800;
}

.hy-pagination {
  margin-top: 34px;
}

/* ------------------------------------------------------------
   Page hero / content
------------------------------------------------------------ */
.hy-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 3.5vw, 46px) 0 clamp(22px, 2.5vw, 32px);
  background:
    radial-gradient(circle at 20% 8%, rgba(104, 215, 206, 0.16), transparent 18rem),
    radial-gradient(circle at 82% 20%, rgba(138, 196, 255, 0.12), transparent 22rem),
    radial-gradient(circle at 90% 76%, rgba(255, 159, 200, 0.08), transparent 22rem),
    linear-gradient(135deg, #f8fdff 0%, #ffffff 52%, #f7fbff 100%);
  border-bottom: 1px solid rgba(72, 147, 210, 0.12);
}

.hy-page-hero::before {
  content: "";
  position: absolute;
  top: -68px;
  left: max(34px, calc((100vw - 1160px) / 2));
  width: clamp(105px, 12vw, 170px);
  height: clamp(105px, 12vw, 170px);
  border-radius: 42% 58% 48% 52%;
  background: linear-gradient(135deg, rgba(86, 174, 247, 0.13), rgba(104, 215, 206, 0.18));
  opacity: .60;
  transform: rotate(-18deg);
}

.hy-page-hero::after {
  content: "";
  position: absolute;
  right: max(24px, calc((100vw - 1160px) / 2));
  bottom: -86px;
  width: clamp(130px, 15vw, 230px);
  height: clamp(130px, 15vw, 230px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 159, 200, 0.10), rgba(86, 174, 247, 0.06) 42%, transparent 70%);
  opacity: .78;
}

.hy-page-hero .hy-container {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hy-page-hero .hy-kicker {
  margin-bottom: 8px;
  color: var(--hy-blue-deep);
  font-size: clamp(.66rem, .82vw, .78rem);
  line-height: 1;
  letter-spacing: .22em;
  font-weight: 900;
  text-align: center;
}

.hy-page-hero h1 {
  position: relative;
  display: inline-block;
  padding: .1em .22em .34em;
  color: var(--hy-text);
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-shadow: 0 8px 24px rgba(49, 112, 172, .08);
}

.hy-page-hero h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(70%, 190px);
  height: 3px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(86, 174, 247, 0), rgba(86, 174, 247, .70), rgba(104, 215, 206, .74), rgba(86, 174, 247, 0));
}

.hy-content-section {
  padding: clamp(32px, 4.5vw, 60px) 0;
}

.hy-content-section--shortcode {
  padding-top: clamp(18px, 2.5vw, 34px);
}

.hy-content-layout {
  max-width: var(--hy-content);
}

.hy-content-layout--shortcode {
  max-width: var(--hy-container);
}

.hy-content-layout--shortcode .hy-content {
  width: 100%;
}

.hy-container.hy-content-layout--mypage {
  width: min(1040px, calc(100% - 40px));
  max-width: 1040px;
}

.hy-content-section--mypage {
  padding-top: clamp(18px, 2.5vw, 34px);
}


.hy-content {
  color: #2b374e;
  font-size: clamp(.96rem, 1vw, 1.02rem);
  line-height: 1.9;
}

.hy-content p {
  margin-top: 0;
  margin-bottom: 1.22em;
}

.hy-content h2 {
  margin-top: 1.75em;
  margin-bottom: .7em;
  color: var(--hy-text);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.hy-content h3 {
  margin-top: 1.5em;
  margin-bottom: .55em;
  color: var(--hy-text);
  font-size: clamp(1.15rem, 1.9vw, 1.45rem);
  line-height: 1.4;
}

.hy-content ul,
.hy-content ol {
  padding-left: 1.35em;
  margin-top: .6em;
  margin-bottom: 1.25em;
}

.hy-content li {
  margin: .25em 0;
}

.hy-content strong,
.hy-content b {
  color: var(--hy-text);
}

/* ------------------------------------------------------------
   Mini CTA
------------------------------------------------------------ */
.hy-mini-cta {
  padding: clamp(28px, 4vw, 48px) 0 clamp(34px, 4.4vw, 58px);
  background:
    radial-gradient(circle at 35% 0%, rgba(255, 159, 200, 0.10), transparent 20rem),
    radial-gradient(circle at 82% 12%, rgba(104, 215, 206, 0.10), transparent 20rem);
}

.hy-mini-cta .hy-container {
  max-width: var(--hy-container);
  padding: clamp(30px, 4vw, 44px);
  border: 1px solid rgba(72, 147, 210, 0.12);
  border-radius: var(--hy-radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--hy-shadow-soft);
  text-align: center;
}

.hy-mini-cta h2 {
  margin: 0;
  color: var(--hy-text);
  font-size: clamp(1.28rem, 2.2vw, 1.8rem);
  line-height: 1.45;
  letter-spacing: .03em;
}

.hy-mini-cta .hy-inline-actions {
  justify-content: center;
  margin-top: 18px;
}

/* ------------------------------------------------------------
   CTA / error / footer
------------------------------------------------------------ */
.hy-cta {
  padding: clamp(60px, 8vw, 112px) 0;
}

.hy-cta__inner {
  padding: clamp(34px, 5vw, 72px);
  border: 1px solid rgba(63, 126, 190, 0.12);
  border-radius: var(--hy-radius-lg);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--hy-shadow-soft);
  text-align: center;
}

.hy-error-page {
  padding: clamp(58px, 8vw, 110px) 0;
}

.hy-error-page__inner {
  text-align: center;
}

.hy-error-page h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 1.15;
  letter-spacing: -.04em;
}

.hy-error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.hy-error-card {
  max-width: 760px;
  margin: 44px auto 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(63, 126, 190, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .8);
  box-shadow: var(--hy-shadow-soft);
  text-align: left;
}

.hy-footer {
  color: #dce8f7;
  background: #152238;
}

.hy-footer__inner {
  width: min(var(--hy-container), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(30px, 5vw, 72px);
  padding: clamp(44px, 6vw, 80px) 0;
}

.hy-footer__logo {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.25rem;
}

.hy-footer__brand p {
  max-width: 440px;
  color: #b9c7da;
}

.hy-footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.hy-footer__links h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: .95rem;
}

.hy-footer__links a {
  display: block;
  margin: 8px 0;
  color: #dce8f7;
  text-decoration: none;
}

.hy-footer__bottom {
  width: min(var(--hy-container), calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .10);
  color: #aab8cc;
  font-size: .88rem;
}

/* ------------------------------------------------------------
   Responsive
------------------------------------------------------------ */
@media (max-width: 1120px) {
  .hy-header__inner {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    padding: 10px 0 12px;
  }

  .hy-nav {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 8px;
    border-top: 1px solid rgba(63, 126, 190, 0.10);
  }

  .hy-nav__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 10px;
  }

  .hy-nav__list a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.84rem;
  }

  .hy-header__actions {
    margin-left: auto;
  }

  .hy-mobile-menu {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .hy-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hy-guide-card:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .hy-section--intro {
    padding-top: 42px;
    padding-bottom: 46px;
  }

  .hy-section--intro .hy-section__head {
    margin-bottom: 22px;
  }

  .hy-guide-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hy-guide-card {
    min-height: 0;
    padding: 20px;
  }

  .hy-guide-card__top {
    margin-bottom: 14px;
  }

  .hy-guide-card__more {
    padding-top: 14px;
  }
}

@media (max-width: 900px) {
  .hy-hero__inner,
  .hy-feature,
  .hy-split-card,
  .hy-footer__inner {
    grid-template-columns: 1fr;
  }

  .hy-split-card--reverse .hy-split-card__text {
    order: 0;
  }

  .hy-guide-grid,
  .hy-project-list,
  .hy-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hy-section__head--row {
    display: block;
  }

  .hy-hero__visual,
  .hy-hero__visual img,
  .hy-feature__image img,
  .hy-split-card__image img {
    min-height: 320px;
  }
}

@media (max-width: 900px) {
  .hy-split-card--reverse .hy-split-card__text {
    order: 0;
  }

  .hy-feature__text p,
  .hy-split-card__text p,
  .hy-split-card--music h2,
  .hy-split-card--game h2 {
    max-width: none;
  }

  .hy-section--music-story .hy-split-card__image img,
  .hy-section--game .hy-split-card__image img,
  .hy-section--members .hy-split-card__image img {
    object-position: 82% center;
  }
}

@media (max-width: 680px) {
  :root {
    --hy-header-height: 64px;
  }

  .hy-container {
    width: calc(100% - 32px);
  }

  .hy-header__inner {
    width: calc(100% - 24px);
  }

  .hy-logo {
    min-width: 0;
  }

  .hy-logo__image,
  .hy-logo .custom-logo {
    height: 34px;
    max-width: 168px;
  }

  .hy-header__actions {
    gap: 8px;
  }

  .hy-lang {
    flex: 0 0 auto;
  }

  .hy-lang a {
    min-width: 30px;
    min-height: 26px;
    font-size: 0.72rem;
  }

  .hy-header__members,
  .hy-header__actions .hy-auth-header-account__button {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .hy-hero {
    padding: 34px 0 42px;
  }

  .hy-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.6rem);
  }

  .hy-hero__lead {
    font-size: 1rem;
  }

  .hy-hero__actions,
  .hy-inline-actions,
  .hy-error-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hy-button {
    width: 100%;
  }

  .hy-section {
    padding: 54px 0;
  }

  .hy-guide-grid,
  .hy-project-list,
  .hy-post-grid,
  .hy-footer__links {
    grid-template-columns: 1fr;
  }

  .hy-page-hero {
    padding: 30px 0 30px;
  }

  .hy-page-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hy-page-hero h1::before {
    margin-bottom: 8px;
    letter-spacing: .18em;
  }

  .hy-content-section {
    padding: 26px 0 48px;
  }

  .hy-content-section--shortcode {
    padding-top: 18px;
  }

  .hy-content-section--mypage {
    padding-top: 18px;
  }

  .hy-mini-cta .hy-container {
    padding: 28px 20px;
  }

  .hy-footer__inner {
    padding: 42px 0;
  }
}


/* ------------------------------------------------------------
   Fixed page shortcode layouts
------------------------------------------------------------ */
.hy-page-shortcode {
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: clamp(14px, 2.2vw, 30px) 0 clamp(46px, 5.4vw, 72px);
}

.hy-page-shortcode__lead {
  max-width: 760px;
  margin: 0 auto clamp(28px, 4vw, 42px);
  color: var(--hy-muted);
  font-size: clamp(1rem, 1.55vw, 1.12rem);
  line-height: 2;
}

.hy-page-shortcode__lead p {
  margin: 0;
}

.hy-page-shortcode__lead p + p {
  margin-top: 1em;
}

.hy-page-shortcode__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hy-page-shortcode--ai .hy-page-shortcode__cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hy-page-shortcode__card,
.hy-page-shortcode__contact-box {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 2.6vw, 30px);
  border: 1px solid rgba(63, 126, 190, .12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 10%, rgba(86, 174, 247, .09), transparent 7rem),
    rgba(255, 255, 255, .78);
  box-shadow: var(--hy-shadow-soft);
}

.hy-page-shortcode__card h3,
.hy-page-shortcode__contact-box h3 {
  margin: 0 0 12px;
  color: var(--hy-text);
  font-size: clamp(1.08rem, 1.65vw, 1.32rem);
  line-height: 1.45;
  letter-spacing: -.02em;
}

.hy-page-shortcode__card p,
.hy-page-shortcode__contact-box p {
  margin: 0;
  color: var(--hy-muted);
  font-size: .96rem;
  line-height: 1.85;
}

.hy-page-shortcode__contact-box {
  max-width: 760px;
  margin: 24px auto 0;
}

.hy-page-shortcode__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(28px, 4vw, 42px);
}

.hy-page-shortcode__actions .hy-button {
  min-width: 150px;
}

@media (max-width: 900px) {
  .hy-page-shortcode__cards,
  .hy-page-shortcode--ai .hy-page-shortcode__cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .hy-page-shortcode {
    width: 100%;
    padding-top: 10px;
  }

  .hy-page-shortcode__lead {
    line-height: 1.85;
  }

  .hy-page-shortcode__cards,
  .hy-page-shortcode--ai .hy-page-shortcode__cards {
    grid-template-columns: 1fr;
  }

  .hy-page-shortcode__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hy-page-shortcode__actions .hy-button {
    width: 100%;
  }
}


/* ------------------------------------------------------------
   Game page layout
------------------------------------------------------------ */
.hy-game-page__lead {
  max-width: 820px;
}

.hy-game-section,
.hy-game-benefits,
.hy-game-member-cta {
  margin: clamp(30px, 4.2vw, 52px) auto 0;
}

.hy-game-section__head,
.hy-game-benefits__head {
  max-width: 820px;
  margin: 0 0 clamp(18px, 2.8vw, 28px);
}

.hy-game-section__head h2,
.hy-game-benefits__head h2,
.hy-game-member-cta h2 {
  margin: 0 0 12px;
  color: var(--hy-text);
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.28;
  letter-spacing: -.03em;
}

.hy-game-section__head p,
.hy-game-benefits__head p,
.hy-game-member-cta p {
  margin: 0;
  color: var(--hy-muted);
  line-height: 1.9;
}

.hy-game-feature-grid,
.hy-game-mini-grid {
  display: grid;
  gap: clamp(16px, 2.4vw, 22px);
}

.hy-game-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hy-game-mini-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  margin-top: clamp(16px, 2.4vw, 22px);
}

.hy-game-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(22px, 2.8vw, 32px);
  border: 1px solid rgba(63, 126, 190, .13);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 12%, rgba(86, 174, 247, .12), transparent 9rem),
    radial-gradient(circle at 12% 100%, rgba(104, 215, 206, .10), transparent 10rem),
    rgba(255, 255, 255, .82);
  box-shadow: var(--hy-shadow-soft);
}

.hy-game-card--featured,
.hy-game-card--mini {
  min-height: 0;
}

.hy-game-card__top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.hy-game-card__label,
.hy-game-card__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hy-game-card__label {
  color: var(--hy-blue);
  background: rgba(86, 174, 247, .10);
}

.hy-game-card__status {
  color: var(--hy-text);
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(63, 126, 190, .12);
}

.hy-game-card h3 {
  margin: 0 0 12px;
  color: var(--hy-text);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.35;
  letter-spacing: -.03em;
}

.hy-game-card p {
  margin: 0;
  color: var(--hy-muted);
  line-height: 1.85;
}

.hy-game-card__meta {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding-top: 22px;
}

.hy-game-card__meta div {
  display: grid;
  grid-template-columns: 4em minmax(0, 1fr);
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(63, 126, 190, .10);
}

.hy-game-card__meta dt {
  color: var(--hy-blue);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.hy-game-card__meta dd {
  margin: 0;
  color: var(--hy-text);
  font-weight: 800;
  line-height: 1.6;
}

.hy-game-benefits {
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(63, 126, 190, .13);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 12%, rgba(104, 215, 206, .12), transparent 16rem),
    radial-gradient(circle at 96% 0%, rgba(86, 174, 247, .10), transparent 14rem),
    rgba(255, 255, 255, .78);
  box-shadow: var(--hy-shadow-soft);
}

.hy-game-benefits__table-wrap {
  overflow-x: auto;
  margin-top: clamp(18px, 2.6vw, 28px);
  -webkit-overflow-scrolling: touch;
}

.hy-game-benefits__table {
  width: 100%;
  min-width: 720px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(63, 126, 190, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .84);
}

.hy-game-benefits__table th,
.hy-game-benefits__table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(63, 126, 190, .10);
  color: var(--hy-muted);
  line-height: 1.75;
  text-align: left;
  vertical-align: top;
  word-break: normal;
  overflow-wrap: anywhere;
}

.hy-game-benefits__table thead th {
  color: var(--hy-blue-deep);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .10em;
  background: rgba(86, 174, 247, .08);
}

.hy-game-benefits__table tbody th {
  color: var(--hy-text);
  font-weight: 900;
}

.hy-game-benefits__table tbody td:last-child {
  color: var(--hy-text);
  font-weight: 700;
}

.hy-game-benefits__table tr:last-child th,
.hy-game-benefits__table tr:last-child td {
  border-bottom: 0;
}

.hy-game-benefits__note {
  margin: 16px 0 0;
  color: var(--hy-muted-soft);
  font-size: .88rem;
  line-height: 1.8;
}

.hy-game-member-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: clamp(20px, 3vw, 32px);
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(63, 126, 190, .13);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(86, 174, 247, .10), rgba(104, 215, 206, .12), rgba(255, 255, 255, .82));
  box-shadow: var(--hy-shadow-soft);
}

.hy-game-member-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .hy-game-feature-grid,
  .hy-game-member-cta {
    grid-template-columns: 1fr;
  }

  .hy-game-member-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .hy-game-section,
  .hy-game-benefits,
  .hy-game-member-cta {
    margin-top: 28px;
  }

  .hy-game-card,
  .hy-game-benefits,
  .hy-game-member-cta {
    border-radius: 24px;
  }

  .hy-game-card {
    padding: 22px 20px;
  }

  .hy-game-card--featured,
  .hy-game-card--mini {
    min-height: 0;
  }

  .hy-game-card__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .hy-game-card__meta div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .hy-game-benefits__table-wrap {
    overflow: visible;
  }

  .hy-game-benefits__table {
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .hy-game-benefits__table thead {
    display: none;
  }

  .hy-game-benefits__table,
  .hy-game-benefits__table tbody,
  .hy-game-benefits__table tr,
  .hy-game-benefits__table th,
  .hy-game-benefits__table td {
    display: block;
    width: 100%;
  }

  .hy-game-benefits__table tr {
    overflow: hidden;
    margin-top: 12px;
    border: 1px solid rgba(63, 126, 190, .12);
    border-radius: 20px;
    background: rgba(255, 255, 255, .84);
  }

  .hy-game-benefits__table tr:first-child {
    margin-top: 0;
  }

  .hy-game-benefits__table tbody th,
  .hy-game-benefits__table td {
    border-bottom: 1px solid rgba(63, 126, 190, .10);
  }

  .hy-game-benefits__table tbody th {
    padding: 15px 16px 12px;
    background: rgba(86, 174, 247, .08);
  }

  .hy-game-benefits__table td {
    padding: 12px 16px;
  }

  .hy-game-benefits__table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: var(--hy-blue);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .10em;
  }

  .hy-game-benefits__table tr:last-child th,
  .hy-game-benefits__table tr:last-child td {
    border-bottom: 1px solid rgba(63, 126, 190, .10);
  }

  .hy-game-benefits__table tr td:last-child {
    border-bottom: 0;
  }

  .hy-game-member-cta__actions,
  .hy-game-member-cta__actions .hy-button {
    width: 100%;
  }
}


/* ------------------------------------------------------------
   About page rich profile
------------------------------------------------------------ */
.hy-page-shortcode__lead--wide {
  max-width: 840px;
}

.hy-page-shortcode--profile-rich .hy-page-shortcode__cards {
  margin-top: clamp(26px, 3.6vw, 42px);
}

.hy-about-profile {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: stretch;
  margin: clamp(30px, 4.2vw, 48px) auto 0;
  padding: clamp(26px, 3.2vw, 42px);
  border: 1px solid rgba(63, 126, 190, .14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 4%, rgba(104, 215, 206, .12), transparent 16rem),
    radial-gradient(circle at 100% 0%, rgba(86, 174, 247, .10), transparent 14rem),
    rgba(255, 255, 255, .82);
  box-shadow: var(--hy-shadow-soft);
}

.hy-about-profile__body h2,
.hy-about-message h2 {
  margin: 0 0 16px;
  color: var(--hy-text);
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.25;
  letter-spacing: -.03em;
}

.hy-about-profile__body p,
.hy-about-message p {
  margin: 0;
  color: var(--hy-muted);
  line-height: 1.9;
}

.hy-about-profile__list {
  display: grid;
  gap: 12px;
  margin: clamp(20px, 2.4vw, 28px) 0 0;
}

.hy-about-profile__list div {
  display: grid;
  grid-template-columns: 7em minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid rgba(63, 126, 190, .10);
}

.hy-about-profile__list dt {
  color: var(--hy-blue);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.hy-about-profile__list dd {
  margin: 0;
  color: var(--hy-text);
  font-weight: 700;
  line-height: 1.7;
}

.hy-about-profile__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hy-about-profile__photo {
  position: relative;
  width: min(100%, 380px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(86, 174, 247, .16);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(232, 249, 255, .90), rgba(255, 255, 255, .82)),
    radial-gradient(circle at 70% 20%, rgba(104, 215, 206, .22), transparent 10rem);
  box-shadow: var(--hy-shadow-soft);
}

.hy-about-profile__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.hy-about-profile__photo figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(86, 174, 247, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .90);
  box-shadow: 0 8px 24px rgba(22, 45, 93, .12);
  backdrop-filter: blur(4px);
  text-align: center;
}

.hy-about-profile__photo figcaption span {
  color: var(--hy-blue);
  font-size: .78rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hy-about-message {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  gap: clamp(20px, 3vw, 38px);
  align-items: start;
  margin: clamp(28px, 4vw, 46px) auto 0;
  padding: clamp(22px, 2.8vw, 34px) clamp(24px, 3.2vw, 42px);
  border-radius: 26px;
  background: rgba(255, 255, 255, .64);
  box-shadow: var(--hy-shadow-soft);
  overflow: hidden;
}

.hy-about-message::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 18px;
  bottom: 22px;
  width: 4px;
  background: rgba(104, 215, 206, .80);
  border-radius: 999px;
}

.hy-about-signature {
  margin: clamp(28px, 4vw, 46px) auto 0;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(86, 174, 247, .10), rgba(104, 215, 206, .14), rgba(255, 255, 255, .88));
  text-align: center;
}

.hy-about-signature p {
  margin: 0;
  color: var(--hy-text);
  font-family: var(--hy-font-head);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-weight: 900;
  letter-spacing: .03em;
}

@media (max-width: 900px) {
  .hy-about-profile,
  .hy-about-message {
    grid-template-columns: 1fr;
  }

  .hy-about-profile__visual {
    justify-content: center;
  }

  .hy-about-profile__photo {
    width: min(100%, 360px);
  }
}

@media (max-width: 680px) {
  .hy-about-profile {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .hy-about-profile__list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hy-about-message {
    padding: 22px 20px;
  }

  .hy-about-signature {
    border-radius: 24px;
  }
}


/* ------------------------------------------------------------
   v2.2.1 Header account shortcode compatibility
------------------------------------------------------------ */
.hy-header__actions .hy-auth-header-account {
  flex: 0 0 auto;
}

.hy-header__actions .hy-auth-header-account__button {
  min-height: 40px;
  padding: 0 17px;
  font-size: 0.88rem;
  white-space: nowrap;
}

.hy-mobile-menu__bottom .hy-auth-header-account {
  width: 100%;
}

.hy-mobile-menu__bottom .hy-auth-header-account__button {
  width: 100%;
}

.hy-mobile-menu__bottom .hy-auth-header-account__menu {
  position: static;
  display: block;
  width: 100%;
  margin-top: 10px;
  box-shadow: none;
}


/* ------------------------------------------------------------
   v2.2.3 Header / mobile navigation refinements
------------------------------------------------------------ */
.hy-mobile-menu[hidden] {
  display: none !important;
}

.hy-header__members::before,
.hy-auth-header-account__button::before {
  content: "⚙";
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  font-size: 1.73em;
  line-height: 1;
}

@media (max-width: 1120px) {
  .hy-header__actions .hy-auth-header-account__menu {
    right: 0;
  }
}

@media (max-width: 680px) {
  .hy-header__inner {
    width: calc(100% - 20px);
    gap: 8px 10px;
    padding: 8px 0 10px;
  }

  .hy-nav {
    padding-top: 7px;
  }

  .hy-nav__list {
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .hy-nav__list::-webkit-scrollbar {
    display: none;
  }

  .hy-nav__list a {
    min-height: 32px;
    padding: 0 9px;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .hy-header__actions .hy-auth-header-account__menu {
    right: 0;
    min-width: 164px;
  }
}

@media (max-width: 420px) {
  .hy-logo__image,
  .hy-logo .custom-logo {
    max-width: 132px;
  }

  .hy-header__actions {
    gap: 6px;
  }

  .hy-header__members,
  .hy-header__actions .hy-auth-header-account__button {
    padding: 0 10px;
  }
}
