/* ==================================================
   基本設定・カラートークン
================================================== */
:root {
  --ink:#f7f0ea;
  --text:#1d1a23;
  --muted:#736a78;
  --bg:#0f0b16;
  --navy:#15111f;
  --violet:#4f315e;
  --wine:#8d3f62;
  --rose:#d77a8f;
  --gold:#d9b66e;
  --cream:#fff6ea;
  --glass:rgba(255,255,255,.12);
  --line:rgba(255,255,255,.22);
  --shadow:0 28px 80px rgba(0,0,0,.32);
  --radius:28px;
  --max:1180px;
}

/* ==================================================
   リセット・共通ベース
================================================== */
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  font-family:"Noto Sans JP","Yu Gothic",YuGothic,Meiryo,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:radial-gradient(circle at 12% 8%, rgba(215,122,143,.35), transparent 28%),radial-gradient(circle at 88% 20%, rgba(217,182,110,.20), transparent 28%),linear-gradient(135deg,#0b0710 0%,#171020 42%,#241224 100%);
  line-height:1.8;
  letter-spacing:.035em;
  min-width:320px
}
body.is-menu-open {
  overflow:hidden
}
a {
  color:inherit;
  text-decoration:none
}
img {
  max-width:100%;
  display:block
}
.wrap {
  width:min(var(--max), calc(100% - 40px));
  margin-inline:auto
}

/* ==================================================
   ヘッダー・グローバルナビ
================================================== */
.site-header {
  position:fixed;
  inset:18px 0 auto 0;
  z-index:50;
  pointer-events:none
}
.nav {
  pointer-events:auto;
  width:min(var(--max), calc(100% - 32px));
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:14px 18px 14px 22px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(12,9,18,.68);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  box-shadow:0 16px 42px rgba(0,0,0,.28)
}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:800;
  line-height:1.1;
  letter-spacing:.08em
}
.brand-mark {
  width:36px;
  height:36px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--rose),var(--gold));
  display:grid;
  place-items:center;
  color:#170e1e;
  font-family:Georgia,serif;
  font-weight:700;
  box-shadow:0 0 0 6px rgba(255,255,255,.08);
  overflow:hidden
}
.brand-mark img {
  width:100%;
  height:100%;
  object-fit:contain
}
.brand small {
  display:block;
  font-size:10px;
  color:#d9c6d4;
  font-weight:500;
  margin-top:4px;
  letter-spacing:.14em
}
.menu {
  display:flex;
  gap:18px;
  align-items:center;
  font-size:12px;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#efe4ee
}
.menu ul {
  display:flex;
  gap:18px;
  align-items:center;
  list-style:none;
  margin:0;
  padding:0
}
.menu a {
  opacity:.82;
  transition:.2s
}
.menu a:hover {
  opacity:1;
  color:var(--gold)
}
.menu .pill,.menu a[href*="contact"] {
  padding:9px 15px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--rose),var(--gold));
  color:#1d1020;
  font-weight:800;
  opacity:1
}
.menu-toggle {
  display:none;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#fff;
  cursor:pointer
}
.menu-toggle span {
  display:block;
  width:18px;
  height:2px;
  margin:5px auto;
  background:currentColor;
  border-radius:999px;
  transition:.25s
}
.is-menu-open .menu-toggle span:nth-child(1) {
  transform:translateY(7px) rotate(45deg)
}
.is-menu-open .menu-toggle span:nth-child(2) {
  opacity:0
}
.is-menu-open .menu-toggle span:nth-child(3) {
  transform:translateY(-7px) rotate(-45deg)
}

/* ==================================================
   トップページ：メインビジュアル
================================================== */
.hero {
  min-height:100svh;
  position:relative;
  overflow:hidden;
  display:grid;
  align-items:end;
  padding:120px 0 70px
}
.hero:before {
  content:"";
  position:absolute;
  inset:0;
  background:var(--hero-image) center 28%/cover no-repeat;
  opacity:.66;
  transform:scale(1.02)
}
.hero:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(12,7,16,.94) 0%,rgba(12,7,16,.72) 38%,rgba(12,7,16,.16) 70%,rgba(12,7,16,.68) 100%),linear-gradient(0deg,rgba(12,7,16,1) 0%,transparent 36%)
}
.hero-inner {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) 360px;
  gap:48px;
  align-items:end
}
.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:7px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.20);
  font-size:12px;
  letter-spacing:.17em;
  color:#f3d8de;
  text-transform:uppercase
}
.eyebrow:before {
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 20px var(--gold)
}
h1,.h1 {
  margin:.26em 0 .18em;
  font-size:clamp(54px,8vw,126px);
  line-height:.86;
  letter-spacing:.02em;
  font-weight:900;
  font-family:Georgia,"Times New Roman",serif;
  text-shadow:0 20px 60px rgba(0,0,0,.45)
}
.lead {
  font-size:clamp(17px,2.1vw,26px);
  line-height:1.65;
  max-width:780px;
  color:#fff7f4;
  margin:0 0 28px;
  font-weight:700
}
.lead span {
  color:var(--gold)
}
.copy {
  max-width:690px;
  color:#ded1dc;
  margin:0 0 34px
}
.hero-actions {
  display:flex;
  gap:14px;
  flex-wrap:wrap
}
.btn,.wp-block-button__link {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:14px 22px;
  border-radius:999px!important;
  font-weight:800;
  letter-spacing:.07em;
  border:1px solid rgba(255,255,255,.18);
  transition:.25s;
  box-shadow:0 14px 35px rgba(0,0,0,.24)
}
.btn-primary {
  background:linear-gradient(135deg,var(--rose),var(--gold));
  color:#1e1221
}
.btn-secondary {
  background:rgba(255,255,255,.10);
  color:#fff;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px)
}
.btn:hover,.wp-block-button__link:hover {
  transform:translateY(-2px)
}
.hero-card {
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:var(--radius);
  padding:24px;
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  box-shadow:var(--shadow)
}
.hero-card p {
  margin:0;
  color:#e8dfe7;
  font-size:14px
}
.hero-card strong {
  display:block;
  color:#fff;
  font-size:18px;
  margin:4px 0 8px
}
.soundline {
  height:48px;
  display:flex;
  align-items:end;
  gap:5px;
  margin-top:22px
}
.soundline i {
  display:block;
  width:8px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--gold),var(--rose));
  animation:pulse 1.3s ease-in-out infinite;
  opacity:.9
}
.soundline i:nth-child(2n) {
  animation-delay:.15s
}
.soundline i:nth-child(3n) {
  animation-delay:.32s
}
.soundline i:nth-child(1) {
  height:18px
}
.soundline i:nth-child(2) {
  height:34px
}
.soundline i:nth-child(3) {
  height:24px
}
.soundline i:nth-child(4) {
  height:44px
}
.soundline i:nth-child(5) {
  height:28px
}
.soundline i:nth-child(6) {
  height:39px
}
.soundline i:nth-child(7) {
  height:20px
}
.soundline i:nth-child(8) {
  height:32px
}
.soundline i:nth-child(9) {
  height:46px
}
.soundline i:nth-child(10) {
  height:25px
}
@keyframes pulse {
  50% {
    transform:scaleY(.45);
    opacity:.55
  }
}

/* ==================================================
   共通セクション・見出し
================================================== */
section {
  position:relative;
  padding:94px 0
}
.section-head {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-bottom:34px
}
.section-kicker {
  color:var(--gold);
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:800
}
.section-title {
  font-size:clamp(32px,4.5vw,64px);
  line-height:1;
  margin:.18em 0 0;
  font-family:Georgia,"Times New Roman",serif
}
.section-text {
  color:#d7ccd6;
  max-width:620px;
  margin:0
}
.panel {
  background:linear-gradient(160deg,rgba(255,255,255,.12),rgba(255,255,255,.055));
  border:1px solid rgba(255,255,255,.15);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden
}

/* ==================================================
   トップページ：News / Live
================================================== */
.news-grid {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px
}
.news-list {
  padding:26px
}
.news-item {
  display:grid;
  grid-template-columns:110px 1fr;
  gap:18px;
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,.10)
}
.news-item:first-child {
  padding-top:0
}
.news-item:last-child {
  border-bottom:none;
  padding-bottom:0
}
.date {
  color:var(--gold);
  font-size:13px;
  font-weight:800
}
.news-item h3 {
  font-size:17px;
  line-height:1.55;
  margin:0
}
.feature-card {
  min-height:100%;
  display:grid;
  align-content:end;
  padding:30px;
  background:linear-gradient(0deg,rgba(14,8,18,.78),rgba(14,8,18,.24)),var(--feature-image) center/cover no-repeat
}
.feature-card h3 {
  font-size:30px;
  line-height:1.25;
  margin:0 0 10px;
  font-family:Georgia,"Times New Roman",serif
}
.tag {
  display:inline-flex;
  width:max-content;
  margin-bottom:14px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(217,182,110,.2);
  color:#ffe0a1;
  border:1px solid rgba(217,182,110,.4);
  font-size:12px;
  font-weight:800
}

/* ==================================================
   トップページ：プロフィール導線
================================================== */
.profile {
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.04),transparent)
}
.profile-grid {
  display:grid;
  grid-template-columns:430px 1fr;
  gap:44px;
  align-items:center
}
.profile-photo {
  position:relative
}
.profile-photo img {
  border-radius:36px;
  aspect-ratio:4/5;
  object-fit:cover;
  box-shadow:var(--shadow)
}
.profile-photo:after {
  content:"R&B / Soul / Reggae";
  position:absolute;
  right:-26px;
  bottom:34px;
  padding:13px 18px;
  border-radius:999px;
  background:var(--cream);
  color:#211520;
  font-weight:900;
  box-shadow:0 18px 45px rgba(0,0,0,.26);
  letter-spacing:.06em
}
.bio {
  padding:34px
}
.bio h3 {
  font-size:34px;
  margin:0 0 14px
}
.bio p {
  color:#e3d9e2;
  margin:0 0 18px
}
.timeline {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:26px
}
.tl {
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10)
}
.tl b {
  color:var(--gold);
  display:block;
  margin-bottom:4px
}

/* ==================================================
   トップページ：Music / Gallery / Proposal
================================================== */
.music-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}
.music-card {
  padding:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px
}
.music-card img {
  border-radius:18px;
  aspect-ratio:1/1;
  object-fit:cover;
  width:100%;
  margin-bottom:16px
}
.music-card h3 {
  margin:0 0 4px
}
.music-card p {
  margin:0;
  color:#d9cdd6;
  font-size:14px
}
.play {
  margin-top:14px;
  display:flex;
  gap:8px;
  align-items:center;
  color:var(--gold);
  font-weight:800;
  font-size:13px
}
.play:before {
  content:"▶";
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(217,182,110,.18)
}
.visual-grid {
  display:grid;
  grid-template-columns:1.2fr .8fr;
  grid-template-rows:260px 260px;
  gap:20px
}
.visual-grid img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:28px
}
.visual-grid .big {
  grid-row:span 2
}
.visual-caption {
  position:absolute;
  left:28px;
  bottom:28px;
  right:28px;
  padding:20px;
  border-radius:22px;
  background:rgba(14,8,18,.72);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,.16)
}
.visual-wrap {
  position:relative
}
.visual-caption h3 {
  margin:0 0 6px;
  font-size:26px
}
.visual-caption p {
  margin:0;
  color:#dfd4dd
}
.content-proposal {
  background:linear-gradient(135deg,rgba(255,246,234,.95),rgba(253,224,228,.94));
  color:var(--text)
}
.content-proposal .section-kicker {
  color:#8d3f62
}
.content-proposal .section-text {
  color:#5e5662
}
.proposal-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px
}
.proposal-card {
  background:rgba(255,255,255,.72);
  border:1px solid rgba(141,63,98,.12);
  border-radius:24px;
  padding:22px;
  box-shadow:0 18px 45px rgba(73,30,48,.10)
}
.proposal-card b {
  display:block;
  color:#8d3f62;
  margin-bottom:8px
}
.proposal-card p {
  margin:0;
  color:#5f5661;
  font-size:14px;
  line-height:1.75
}

/* ==================================================
   CTA・フッター・汎用固定/投稿ページ
================================================== */
.contact-cta {
  padding:88px 0 110px
}
.cta-panel {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:20px;
  align-items:center;
  padding:38px;
  background:linear-gradient(135deg,rgba(141,63,98,.65),rgba(217,182,110,.26));
  border:1px solid rgba(255,255,255,.18);
  border-radius:34px;
  box-shadow:var(--shadow)
}
.cta-panel h2 {
  font-size:clamp(32px,5vw,72px);
  line-height:1;
  margin:0 0 16px;
  font-family:Georgia,"Times New Roman",serif
}
.cta-panel p {
  margin:0;
  color:#efe3ea
}
.cta-actions {
  justify-self:end;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:end
}
.site-footer {
  padding:34px 0;
  color:#c8bdc8;
  border-top:1px solid rgba(255,255,255,.1);
  font-size:13px
}
.footer-inner {
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap
}
.content-page {
  padding:140px 0 90px;
  min-height:70vh
}
.content-card {
  padding:38px
}
.entry-title {
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(36px,5vw,72px);
  line-height:1.05;
  margin:0 0 28px
}
.entry-content {
  color:#eee3ec
}
.entry-content a {
  text-decoration:underline;
  text-underline-offset:4px;
  color:var(--gold)
}
.entry-content img {
  height:auto;
  border-radius:18px
}
.post-meta {
  color:var(--gold);
  font-weight:800;
  font-size:13px;
  margin-bottom:12px
}
.archive-list {
  display:grid;
  gap:22px
}
.archive-card {
  padding:26px
}
.screen-reader-text {
  position:absolute!important;
  clip:rect(1px,1px,1px,1px);
  clip-path:inset(50%);
  height:1px;
  width:1px;
  overflow:hidden;
  word-wrap:normal!important
}

/* ==================================================
   レスポンシブ調整：タブレット以下
================================================== */
@media (max-width:960px) {
  .menu-toggle {
    display:block
  }
  .menu {
    position:fixed;
    inset:76px 16px auto 16px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    padding:22px;
    border-radius:24px;
    background:rgba(12,9,18,.94);
    border:1px solid rgba(255,255,255,.18);
    box-shadow:0 24px 60px rgba(0,0,0,.45)
  }
  .menu ul {
    display:grid;
    gap:14px
  }
  .is-menu-open .menu {
    display:flex
  }
  .hero-inner,.news-grid,.profile-grid,.cta-panel {
    grid-template-columns:1fr
  }
  .hero-card {
    max-width:520px
  }
  .profile-photo:after {
    right:16px
  }
  .music-grid,.proposal-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .visual-grid {
    grid-template-columns:1fr;
    grid-template-rows:auto
  }
  .visual-grid .big {
    grid-row:auto
  }
  .visual-grid img {
    height:auto;
    aspect-ratio:4/3
  }
  .cta-actions {
    justify-self:start
  }
  .section-head {
    display:block
  }
  .section-text {
    margin-top:16px
  }
}

/* ==================================================
   レスポンシブ調整：スマートフォン
================================================== */
@media (max-width:640px) {
  .wrap {
    width:min(100% - 28px, var(--max))
  }
  .nav {
    border-radius:22px
  }
  .hero {
    padding:105px 0 52px
  }
  .lead {
    font-size:18px
  }
  .hero-actions .btn {
    width:100%
  }
  .news-item {
    grid-template-columns:1fr;
    gap:4px
  }
  .music-grid,.proposal-grid,.timeline {
    grid-template-columns:1fr
  }
  .profile-photo:after {
    position:static;
    display:inline-flex;
    margin:14px 0 0
  }
  .bio,.news-list,.cta-panel,.content-card {
    padding:24px
  }
  section {
    padding:70px 0
  }
  .visual-caption {
    position:static;
    margin-top:14px
  }
  .visual-wrap {
    background:transparent
  }
  .visual-grid {
    gap:14px
  }
  .content-page {
    padding-top:120px
  }
}
/* Profile page */ .artist-profile-page {
  overflow:hidden
}
.profile-hero {
  position:relative;
  min-height:82svh;
  padding:140px 0 80px;
  display:grid;
  align-items:end;
  isolation:isolate
}
.profile-hero:before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(10,6,14,.92) 0%,rgba(10,6,14,.68) 45%,rgba(10,6,14,.28) 100%),var(--profile-hero) center 35%/cover no-repeat;
  z-index:-2
}
.profile-hero:after {
  content:"";
  position:absolute;
  inset:auto -10% -25% -10%;
  height:48%;
  background:radial-gradient(ellipse at center,rgba(215,122,143,.32),transparent 65%);
  filter:blur(26px);
  z-index:-1
}
.profile-hero-inner {
  display:grid;
  grid-template-columns:minmax(0,1.1fr) 420px;
  gap:44px;
  align-items:end
}
.profile-hero-copy h1 {
  margin:.08em 0 .14em;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(72px,12vw,164px);
  line-height:.78;
  letter-spacing:-.06em
}
.profile-hero-actions {
  display:flex;
  gap:13px;
  flex-wrap:wrap;
  margin-top:30px
}
.profile-portrait-card {
  margin:0;
  padding:16px;
  border-radius:34px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:var(--shadow);
  transform:rotate(2deg)
}
.profile-portrait-card img {
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:24px
}
.profile-portrait-card figcaption {
  padding:14px 8px 4px;
  color:#f3dfcc;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  text-align:center;
  font-weight:800
}
.profile-intro-section {
  padding:92px 0
}
.profile-intro-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:22px;
  align-items:stretch
}
.profile-intro-main,.profile-facts {
  padding:34px
}
.profile-intro-main .section-title {
  font-size:clamp(34px,4vw,58px);
  line-height:1.15;
  margin-bottom:24px
}
.profile-intro-main p {
  color:#eadfe8;
  margin:0 0 18px
}
.profile-facts dl {
  display:grid;
  gap:16px;
  margin:24px 0 0
}
.profile-facts dl div {
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.1)
}
.profile-facts dt {
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase
}
.profile-facts dd {
  margin:4px 0 0;
  color:#f4eaf2;
  font-weight:700
}
.profile-sound-section {
  padding:0 0 100px
}
.profile-sound-grid {
  display:grid;
  grid-template-columns:480px minmax(0,1fr);
  gap:46px;
  align-items:center
}
.profile-sound-visual {
  min-height:620px;
  border-radius:42px;
  background:linear-gradient(0deg,rgba(18,8,22,.40),rgba(18,8,22,.10)),var(--sound-image) center/cover no-repeat;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden
}
.profile-sound-visual span {
  position:absolute;
  left:26px;
  bottom:26px;
  padding:11px 16px;
  border-radius:999px;
  background:var(--cream);
  color:#211520;
  font-weight:900;
  letter-spacing:.06em
}
.profile-sound-copy p {
  color:#e5dbe3;
  margin:0 0 24px
}
.sound-tags {
  display:flex;
  gap:10px;
  flex-wrap:wrap
}
.sound-tags span {
  padding:10px 14px;
  border-radius:999px;
  background:rgba(217,182,110,.16);
  border:1px solid rgba(217,182,110,.34);
  color:#ffe1a4;
  font-weight:900;
  font-size:13px
}
.profile-history-section {
  padding:96px 0;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01))
}
.profile-history-list {
  position:relative;
  display:grid;
  gap:18px
}
.profile-history-list:before {
  content:"";
  position:absolute;
  left:119px;
  top:10px;
  bottom:10px;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(217,182,110,.6),transparent)
}
.profile-history-list article {
  display:grid;
  grid-template-columns:110px 1fr;
  gap:34px;
  position:relative
}
.profile-history-list time {
  align-self:start;
  position:sticky;
  top:120px;
  z-index:1;
  text-align:right;
  color:var(--gold);
  font-family:Georgia,"Times New Roman",serif;
  font-weight:900;
  font-size:22px;
  line-height:1.1
}
.profile-history-list article div {
  padding:24px 28px;
  border-radius:24px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 14px 36px rgba(0,0,0,.14)
}
.profile-history-list article div:before {
  content:"";
  position:absolute;
  left:114px;
  top:30px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--rose),var(--gold));
  box-shadow:0 0 0 8px rgba(217,182,110,.12)
}
.profile-history-list h3 {
  margin:0 0 8px;
  font-size:22px;
  line-height:1.35
}
.profile-history-list p {
  margin:0;
  color:#dfd4dd
}
.profile-seo-section {
  padding:92px 0 116px;
  background:linear-gradient(135deg,rgba(255,246,234,.95),rgba(253,224,228,.94));
  color:var(--text)
}
.profile-seo-grid {
  display:grid;
  grid-template-columns:1fr 360px;
  gap:22px;
  align-items:stretch
}
.profile-seo-card {
  padding:34px;
  background:rgba(255,255,255,.72);
  border-color:rgba(141,63,98,.14);
  color:var(--text)
}
.profile-seo-card .section-kicker {
  color:#8d3f62
}
.profile-seo-card h2 {
  font-size:clamp(30px,3.6vw,50px);
  line-height:1.18;
  margin:8px 0 18px;
  font-family:Georgia,"Times New Roman",serif
}
.profile-seo-card p {
  color:#514954;
  margin:0 0 16px
}
.profile-keywords {
  padding:30px;
  border-radius:28px;
  background:#211520;
  color:#f7f0ea;
  box-shadow:var(--shadow)
}
.profile-keywords h3 {
  margin:0 0 16px;
  color:var(--gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px
}
.profile-keywords p {
  margin:0;
  color:#e3d7df;
  font-size:14px;
  line-height:1.9
}
.profile-detail-link {
  margin-top:24px;
  display:flex;
  gap:12px;
  flex-wrap:wrap
}
@media (max-width:960px) {
  .profile-hero-inner,.profile-intro-grid,.profile-sound-grid,.profile-seo-grid {
    grid-template-columns:1fr
  }
  .profile-portrait-card {
    max-width:430px;
    transform:none
  }
  .profile-sound-visual {
    min-height:460px
  }
  .profile-history-list:before {
    left:86px
  }
  .profile-history-list article {
    grid-template-columns:78px 1fr;
    gap:24px
  }
  .profile-history-list time {
    text-align:left;
    font-size:18px
  }
  .profile-history-list article div:before {
    left:81px
  }
}
@media (max-width:640px) {
  .profile-hero {
    min-height:auto;
    padding:118px 0 64px
  }
  .profile-hero-copy h1 {
    font-size:74px
  }
  .profile-hero-actions .btn {
    width:100%
  }
  .profile-intro-main,.profile-facts,.profile-seo-card {
    padding:24px
  }
  .profile-sound-visual {
    min-height:360px;
    border-radius:28px
  }
  .profile-history-list:before {
    display:none
  }
  .profile-history-list article {
    display:block
  }
  .profile-history-list time {
    position:static;
    display:inline-block;
    margin-bottom:8px
  }
  .profile-history-list article div {
    padding:22px
  }
  .profile-history-list article div:before {
    display:none
  }
}


/* =========================================================
   Contact Page / Contact Form 7
   ========================================================= */
.contact-page {
  background:radial-gradient(circle at 70% 0%,rgba(196,139,64,.18),transparent 36%),#100811;
  color:var(--white)
}
.contact-hero {
  position:relative;
  min-height:680px;
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
  padding:132px 0 86px
}
.contact-hero:before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(90deg,rgba(16,8,17,.92),rgba(16,8,17,.58),rgba(16,8,17,.88)),var(--contact-hero-image) center/cover no-repeat;
  filter:saturate(1.08)
}
.contact-hero:after {
  content:"";
  position:absolute;
  inset:auto -10% -28% -10%;
  height:320px;
  z-index:-1;
  background:radial-gradient(ellipse at center,rgba(196,139,64,.22),transparent 65%)
}
.contact-hero-inner {
  display:grid;
  grid-template-columns:minmax(0,1.1fr) 390px;
  gap:48px;
  align-items:end
}
.contact-hero-copy h1 {
  margin:10px 0 16px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(72px,12vw,154px);
  line-height:.86;
  letter-spacing:-.07em
}
.contact-hero-copy .lead {
  max-width:760px;
  margin:0 0 22px;
  color:#fff;
  font-size:clamp(19px,2.6vw,31px);
  font-weight:800;
  line-height:1.55;
  letter-spacing:.02em
}
.contact-hero-copy .copy {
  max-width:720px;
  margin:0;
  color:#e8dce5;
  font-size:15px;
  line-height:2
}
.contact-hero-card {
  padding:30px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.05));
  box-shadow:0 30px 70px rgba(0,0,0,.32);
  backdrop-filter:blur(16px)
}
.contact-hero-card strong {
  display:block;
  margin:14px 0 12px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1.15
}
.contact-hero-card p {
  margin:0;
  color:#eadfe6;
  font-size:14px;
  line-height:1.9
}
.contact-lead-section,.contact-form-section,.contact-after-section {
  padding:86px 0
}
.contact-intro-grid {
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);
  gap:28px;
  align-items:stretch
}
.contact-intro-card,.contact-note-card,.contact-form-panel,.contact-security-box,.contact-after-grid article {
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  box-shadow:0 24px 60px rgba(0,0,0,.24)
}
.contact-intro-card {
  padding:44px;
  border-radius:34px
}
.contact-intro-card h2,.contact-form-heading h2 {
  margin:8px 0 18px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(38px,5vw,72px);
  line-height:1
}
.contact-intro-card p,.contact-form-heading p {
  margin:0;
  color:#e6d9e0;
  line-height:1.95
}
.contact-purpose-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:32px
}
.contact-purpose-grid div {
  min-height:118px;
  padding:18px;
  border:1px solid rgba(196,139,64,.22);
  border-radius:22px;
  background:rgba(196,139,64,.08)
}
.contact-purpose-grid b {
  display:block;
  color:var(--gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px
}
.contact-purpose-grid span {
  display:block;
  margin-top:8px;
  color:#eadfe6;
  font-size:13px;
  line-height:1.7
}
.contact-note-card {
  padding:34px;
  border-radius:34px
}
.contact-note-card h3 {
  margin:0 0 18px;
  color:var(--gold);
  font-size:22px
}
.contact-note-card ul {
  margin:0;
  padding-left:1.2em;
  color:#e6d9e0;
  font-size:14px;
  line-height:1.9
}
.contact-note-card li + li {
  margin-top:10px
}
.contact-form-section {
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(196,139,64,.06))
}
.contact-form-grid {
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:42px;
  align-items:start
}
.contact-form-heading {
  position:sticky;
  top:104px
}
.contact-security-box {
  margin-top:26px;
  padding:22px;
  border-radius:24px
}
.contact-security-box b {
  display:block;
  margin-bottom:8px;
  color:var(--gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px
}
.contact-security-box span {
  display:block;
  color:#e5d7df;
  font-size:13px;
  line-height:1.8
}
.contact-form-panel {
  padding:38px;
  border-radius:34px;
  background:rgba(255,255,255,.075)
}
.riseyu-cf7-form .cf7-section-title {
  margin:0 0 24px;
  color:var(--gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  font-weight:700
}
.riseyu-cf7-form label {
  display:block;
  margin:0 0 22px;
  color:#fff;
  font-weight:800;
  letter-spacing:.02em
}
.riseyu-cf7-form .required {
  display:inline-block;
  margin-left:6px;
  padding:2px 8px;
  border-radius:999px;
  background:rgba(196,139,64,.22);
  color:var(--gold);
  font-size:11px;
  vertical-align:middle
}
.riseyu-cf7-form input,.riseyu-cf7-form select,.riseyu-cf7-form textarea {
  width:100%;
  margin-top:9px;
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:16px;
  outline:none;
  background:rgba(11,6,12,.72);
  color:#fff;
  font:inherit;
  font-weight:500;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease
}
.riseyu-cf7-form textarea {
  min-height:210px;
  resize:vertical;
  line-height:1.8
}
.riseyu-cf7-form input:focus,.riseyu-cf7-form select:focus,.riseyu-cf7-form textarea:focus {
  border-color:rgba(196,139,64,.68);
  background:rgba(11,6,12,.88);
  box-shadow:0 0 0 4px rgba(196,139,64,.14)
}
.riseyu-cf7-form input::placeholder,.riseyu-cf7-form textarea::placeholder {
  color:rgba(255,255,255,.42)
}
.riseyu-cf7-form .cf7-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.riseyu-cf7-form .cf7-antispam-area {
  margin:28px 0;
  padding:22px;
  border:1px solid rgba(196,139,64,.2);
  border-radius:22px;
  background:rgba(196,139,64,.07)
}
.riseyu-hidden-field {
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important
}
.riseyu-cf7-form .cf7-acceptance {
  margin:16px 0 26px;
  color:#e8dce5;
  font-size:14px;
  line-height:1.8
}
.riseyu-cf7-form .cf7-acceptance label {
  margin:0;
  font-weight:500
}
.riseyu-cf7-form .cf7-acceptance input {
  width:auto;
  margin:0 8px 0 0;
  transform:translateY(2px)
}
.riseyu-cf7-form .cf7-submit-wrap {
  text-align:right
}
.riseyu-cf7-form input[type="submit"] {
  width:auto;
  min-width:230px;
  margin:0;
  padding:16px 28px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold),#f4d299);
  color:#190b14;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 18px 42px rgba(196,139,64,.3)
}
.riseyu-cf7-form .wpcf7-not-valid-tip {
  margin-top:8px;
  color:#ffb4c0;
  font-size:13px;
  font-weight:700
}
.riseyu-cf7-form .wpcf7-response-output {
  margin:26px 0 0 !important;
  padding:16px 18px !important;
  border-radius:18px !important;
  color:#fff;
  line-height:1.8
}
.contact-form-alert {
  padding:24px;
  border:1px solid rgba(196,139,64,.35);
  border-radius:22px;
  color:#fff;
  background:rgba(196,139,64,.08);
  line-height:1.9
}
.contact-after-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px
}
.contact-after-grid article {
  padding:28px;
  border-radius:28px
}
.contact-after-grid span {
  color:var(--gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:32px;
  font-weight:700
}
.contact-after-grid h3 {
  margin:12px 0 10px;
  color:#fff;
  font-size:22px
}
.contact-after-grid p {
  margin:0;
  color:#e4d6de;
  font-size:14px;
  line-height:1.85
}
@media (max-width:960px) {
  .contact-hero-inner,.contact-intro-grid,.contact-form-grid {
    grid-template-columns:1fr
  }
  .contact-hero-card {
    max-width:520px
  }
  .contact-form-heading {
    position:static
  }
  .contact-purpose-grid {
    grid-template-columns:repeat(2,1fr)
  }
}
@media (max-width:640px) {
  .contact-hero {
    min-height:auto;
    padding:118px 0 64px
  }
  .contact-hero-copy h1 {
    font-size:78px
  }
  .contact-lead-section,.contact-form-section,.contact-after-section {
    padding:58px 0
  }
  .contact-intro-card,.contact-note-card,.contact-form-panel {
    padding:24px
  }
  .contact-purpose-grid,.riseyu-cf7-form .cf7-row,.contact-after-grid {
    grid-template-columns:1fr
  }
  .riseyu-cf7-form input[type="submit"] {
    width:100%;
    min-width:0
  }
}
