/*
Theme Name: uyax京玂60314
Description: U-ya Asaoka Official Website 2026
Version: 2026.2
*/


  :root {
    --ivory:   #F8F4EE;
    --ivory2:  #EDE9DC;
    --white:   #F8F4EE;
    --indigo:  #00205B;
    --indigo2: #002B78;
    --cherry:  #CE0272;
    --cherry2: #E8108A;
    --text:    #1A1412;
    --mid:     #2A1E1E;
    --muted:   #5A4A4A;
    --border:  rgba(0,32,91,0.15);
    --shadow:  rgba(0,32,91,0.10);
    --bg:      var(--ivory2);
    --navy:    var(--indigo);
    --navy2:   var(--indigo2);
    --dark:    var(--indigo);
    --dark2:   var(--indigo2);
    --blue:    var(--indigo2);
    --blue-lt: #1A48A8;
    --gold:    var(--cherry);
    --gold-lt: var(--cherry2);
    --accent:  #D8E4F8;
    --lime:    #8EC300;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; scroll-padding-top: 110px; }

  body {
    background: var(--ivory);
    color: var(--text);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: hidden;
  }

  header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: var(--ivory);
    border-bottom: 4px solid var(--cherry);
    height: 72px;
    display: flex; align-items: center;
    box-shadow: 0 2px 16px var(--shadow);
  }
  .header-inner {
    width: 100%; max-width: 1280px; margin: 0 auto;
    padding: 0 48px;
    display: flex; align-items: center; justify-content: space-between;
  }
  .site-logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800; font-size: 28px;
    letter-spacing: 0.18em; color: var(--indigo);
    text-decoration: none; text-transform: lowercase;
  }
  .site-logo span { color: var(--cherry); font-weight: 900; }
  nav { display: flex; gap: 24px; align-items: center; }
  nav a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px; font-weight: 600;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--mid); text-decoration: none; transition: color 0.15s;
    position: relative; padding-bottom: 3px;
  }
  nav a::after {
    content: ''; position: absolute; bottom: -3px; left: 0; right: 0;
    height: 2px; background: var(--cherry);
    transform: scaleX(0); transform-origin: left; transition: transform 0.22s;
  }
  nav a:hover { color: var(--cherry); }
  nav a:hover::after { transform: scaleX(1); }

  .subbar {
    position: fixed; top: 72px; left: 0; right: 0; z-index: 99;
    background: var(--indigo);
    border-bottom: 2px solid var(--cherry);
    height: 34px; display: flex; align-items: center;
  }
  .subbar-inner {
    width: 100%; max-width: 1280px; margin: 0 auto;
    padding: 0 48px; display: flex; align-items: center; gap: 20px;
  }
  .subbar-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.15em; text-transform: uppercase;
    text-decoration: none; padding: 4px 14px;
    display: inline-flex; align-items: center; gap: 6px; transition: all 0.18s;
  }
  .subbar-fanicon {
    background: var(--cherry); color: #fff;
    border: 1.5px solid var(--cherry2); padding: 5px 18px 5px 14px;
    font-size: 11px; letter-spacing: 0.2em; border-radius: 2px;
    animation: fanGlow 2.2s ease-in-out infinite;
  }
  .subbar-fanicon:hover { background: var(--cherry2); transform: scale(1.05); }
  @keyframes fanGlow {
    0%,100% { box-shadow: 0 0 8px rgba(206,2,114,0.5); }
    50% { box-shadow: 0 0 20px rgba(232,16,138,0.9); }
  }
  .subbar-note { background: transparent; color: rgba(255,255,255,0.65); border: 1px solid rgba(255,255,255,0.2); }
  .subbar-note:hover { color: #fff; border-color: rgba(255,255,255,0.55); }

  .hero {
    min-height: 100vh;
    background: linear-gradient(160deg, #F8F4EE 0%, #EDE9DC 55%, #E4DFD0 100%);
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden; padding-top: 106px;
  }
  .hero::before {
    content: ''; position: absolute; left: 0; right: 0; top: 106px;
    height: 4px; background: linear-gradient(to right, var(--cherry), var(--indigo)); z-index: 3;
  }
  .hero::after {
    content: ''; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(0,32,91,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,32,91,0.04) 1px, transparent 1px);
    background-size: 80px 80px; pointer-events: none;
  }
  .hero-content {
    text-align: center; position: relative; z-index: 2;
    padding: 40px 40px 80px; opacity: 0; animation: fadeUp 1s ease 0.2s both;
  }
  .hero-label {
    font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700;
    letter-spacing: 0.55em; text-transform: uppercase; color: var(--lime); margin-bottom: 24px; display: block;
  }
  .hero-name {
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
    font-size: clamp(88px, 11vw, 140px); letter-spacing: 0.1em; color: var(--indigo); line-height: 1; margin-bottom: 16px;
  }
  .hero-name-ja {
    font-family: 'Noto Sans JP', sans-serif; font-weight: 400; font-size: 15px;
    letter-spacing: 0.6em; color: var(--muted); margin-bottom: 40px; display: block;
  }
  .hero-divider {
    width: 64px; height: 2px;
    background: linear-gradient(to right, transparent, var(--cherry), transparent);
    margin: 0 auto 40px;
  }
  .hero-tagline {
    font-family: 'Cormorant Garamond', serif; font-style: italic;
    font-size: clamp(15px, 1.8vw, 20px); font-weight: 400; color: var(--mid); margin-bottom: 48px;
  }
  .hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
  .btn-primary {
    font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700;
    letter-spacing: 0.2em; text-transform: uppercase; padding: 13px 36px;
    background: var(--cherry); color: #fff; text-decoration: none; border: 2px solid var(--cherry); transition: all 0.2s;
  }
  .btn-primary:hover { background: var(--indigo); border-color: var(--indigo); }
  .btn-outline {
    font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700;
    letter-spacing: 0.2em; text-transform: uppercase; padding: 13px 36px;
    background: transparent; color: var(--indigo); text-decoration: none; border: 2px solid var(--indigo); transition: all 0.2s;
  }
  .btn-outline:hover { background: var(--indigo); color: #fff; }
  .hero-scroll {
    position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 8px;
  }
  .hero-scroll span {
    font-family: 'Montserrat', sans-serif; font-size: 9px; letter-spacing: 0.35em;
    text-transform: uppercase; color: var(--muted);
  }
  .scroll-line {
    width: 1px; height: 40px;
    background: linear-gradient(to bottom, var(--cherry), transparent);
    animation: scrollDrop 1.8s ease infinite;
  }

  section { padding: 96px 40px; scroll-margin-top: 106px; }
  .section-inner { max-width: 1100px; margin: 0 auto; }
  .section-label {
    font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700;
    letter-spacing: 0.4em; text-transform: uppercase; color: var(--cherry); margin-bottom: 8px;
  }
  .section-title {
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
    font-size: clamp(26px, 3.5vw, 38px); color: var(--indigo); letter-spacing: 0.05em;
    margin-bottom: 32px; padding-bottom: 16px; border-bottom: 2px solid var(--cherry);
  }
  .sect-label {
    font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700;
    letter-spacing: 0.4em; text-transform: uppercase; color: var(--cherry); margin-bottom: 8px;
  }
  .sect-title {
    font-family: 'Cormorant Garamond', serif; font-weight: 400;
    font-size: clamp(26px, 3.5vw, 38px); color: var(--indigo); letter-spacing: 0.05em;
    margin-bottom: 32px; padding-bottom: 16px; border-bottom: 2px solid var(--cherry);
  }

  /* NEWS */
  .news { background: var(--white); }
  .news-searchbar {
    display: flex; flex-wrap: wrap; gap: 16px; align-items: center;
    margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--border);
  }
  .news-searchbar input {
    flex: 1; min-width: 200px; padding: 10px 14px;
    border: 1.5px solid var(--border); background: var(--white); color: var(--text);
    font-family: 'Noto Sans JP', sans-serif; font-size: 14px; outline: none; transition: border-color 0.2s;
  }
  .news-searchbar input:focus { border-color: var(--cherry); }
  .news-year-tabs { display: flex; gap: 6px; flex-wrap: wrap; }
  .year-tab {
    font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700;
    letter-spacing: 0.12em; padding: 8px 16px;
    background: transparent; border: 1.5px solid var(--border);
    color: var(--muted); cursor: pointer; transition: all 0.15s;
  }
  .year-tab.active { background: var(--cherry); border-color: var(--cherry); color: #fff; }
  .year-tab:hover:not(.active) { border-color: var(--cherry); color: var(--cherry); }
  .news-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 1px; background: var(--border); border: 1px solid var(--border);
  }
  .news-card {
    display: flex; gap: 18px; padding: 22px 24px;
    text-decoration: none; color: inherit; background: var(--white);
    transition: background 0.15s; align-items: flex-start;
  }
  .news-card:hover { background: var(--accent); }
  .news-thumb { width: 88px; height: 66px; object-fit: cover; flex-shrink: 0; display: block; }
  .news-thumb-ph {
    width: 88px; height: 66px; flex-shrink: 0;
    background: linear-gradient(135deg, #2a1e1e, #3d2a2a);
    display: flex; align-items: center; justify-content: center;
  }
  .news-thumb-ph span {
    font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 700;
    letter-spacing: 0.15em; color: rgba(255,255,255,0.5); text-transform: uppercase;
  }
  .news-thumb-ph.ph-release { background: linear-gradient(135deg, #00205B, #002B78); }
  .news-thumb-ph.ph-live    { background: linear-gradient(135deg, #3d1010, #5a1a1a); }
  .news-thumb-ph.ph-media   { background: linear-gradient(135deg, #2a1a00, #4a3000); }
  .news-thumb-ph.ph-fov     { background: linear-gradient(135deg, #1a0a30, #2d1050); }
  .news-thumb-ph.ph-techno  { background: linear-gradient(135deg, #0d0d0d, #1a1a1a); }
  .news-thumb-ph.ph-info    { background: linear-gradient(135deg, #0d2010, #1a3a20); }
  .news-card-body { flex: 1; min-width: 0; }
  .news-card-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 8px; flex-wrap: wrap; }
  .news-date {
    font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700;
    color: var(--mid); letter-spacing: 0.04em; white-space: nowrap;
  }
  .news-tag {
    font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 800;
    letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px;
    background: var(--indigo); color: #d0e8ff;
    border-left: 2px solid var(--lime); white-space: nowrap; display: inline-block; flex-shrink: 0;
  }
  .news-tag.live, .news-tag.tag-live     { background: #3d2200; color: #ffd0a0; border-left-color: #8EC300; }
  .news-tag.media, .news-tag.tag-media   { background: #0f3020; color: #90d8b0; border-left-color: #8EC300; }
  .news-tag.event, .news-tag.tag-event   { background: #2a1540; color: #d8b8ff; border-left-color: #8EC300; }
  .news-tag.fov, .news-tag.tag-fov       { background: #1a0a20; color: #e8c0ff; border-left-color: #8EC300; }
  .news-tag.tag-release { background: var(--indigo); color: #d0e8ff; }
  .news-tag.tag-techno  { background: #0d0d0d; color: #aaa; }
  .news-tag.tag-info    { background: #002b1a; color: #90d890; }
  .news-title { font-size: 14px; font-weight: 600; color: var(--text); line-height: 1.45; }
  .news-list { display: flex; flex-direction: column; }
  .news-item {
    display: flex; gap: 18px; padding: 18px 0;
    border-bottom: 1px solid var(--border); text-decoration: none; color: inherit;
    align-items: center; transition: background 0.15s;
  }
  .news-item:hover { background: var(--ivory2); padding-left: 8px; margin-left: -8px; }
  .news-title-text {
    flex: 1; font-size: 14px; font-weight: 500; color: var(--text); line-height: 1.55;
  }

  /* LIVE */
  .live { background: var(--ivory2); }
  .live-list { display: flex; flex-direction: column; gap: 16px; }
  .live-item {
    display: grid; grid-template-columns: 110px 1fr auto;
    gap: 24px; align-items: center; padding: 28px 32px;
    background: var(--white); border-left: 3px solid transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .live-item:hover { border-left-color: var(--cherry); box-shadow: 4px 0 20px rgba(206,2,114,0.08); }
  .live-date-block { text-align: center; }
  .live-month {
    font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700;
    letter-spacing: 0.2em; text-transform: uppercase; color: var(--cherry);
  }
  .live-day {
    font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300;
    line-height: 1; color: var(--indigo);
  }
  .live-year { font-family: 'Montserrat', sans-serif; font-size: 10px; color: var(--muted); font-weight: 300; }
  .live-info h3 { font-size: 16px; font-weight: 600; color: var(--indigo); margin-bottom: 6px; }
  .live-info p { font-size: 13px; color: var(--muted); line-height: 1.6; }
  .live-ticket {
    font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700;
    letter-spacing: 0.15em; text-transform: uppercase; padding: 10px 20px;
    border: 2px solid var(--cherry); color: var(--cherry); text-decoration: none; transition: all 0.2s;
  }
  .live-ticket:hover { background: var(--cherry); color: #fff; }

  /* DISCOGRAPHY */
  .discography { background: var(--white); }
  .disc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 28px; }
  .disc-item { cursor: pointer; text-decoration: none; color: inherit; }
  .disc-cover {
    width: 100%; aspect-ratio: 1; margin-bottom: 14px;
    background: linear-gradient(135deg, var(--ivory2), var(--accent));
    position: relative; overflow: hidden; transition: transform 0.3s;
    display: flex; align-items: center; justify-content: center;
  }
  .disc-cover img { width: 100%; height: 100%; object-fit: cover; }
  .disc-item:hover .disc-cover { transform: translateY(-4px); box-shadow: 0 8px 24px var(--shadow); }
  .disc-num { font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.2em; color: var(--cherry); text-transform: uppercase; margin-bottom: 4px; }
  .disc-title { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
  .disc-date { font-family: 'Montserrat', sans-serif; font-size: 11px; color: var(--muted); }
  .disc-shop-btn {
    display: inline-block; margin-top: 8px;
    font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700;
    letter-spacing: 0.15em; text-transform: uppercase; padding: 6px 14px;
    border: 1.5px solid var(--cherry); color: var(--cherry); text-decoration: none; transition: all 0.2s; }
  .disc-shop-btn:hover { background: var(--cherry); color: #fff; }

  /* ─── DISCOGRAPHY grid ───────────────────────────── */
  .disc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 28px;
  }
  .disc-item { cursor: pointer; }
  .disc-cover {
    width: 100%; aspect-ratio: 1;
    background: var(--ivory2);
    margin-bottom: 12px; position: relative; overflow: hidden;
    transition: transform 0.3s; border: 1px solid var(--border);
  }
  .disc-item:hover .disc-cover { transform: translateY(-4px); }
  .disc-cover-inner {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
  }
  .disc-cover-inner span {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px; letter-spacing: 0.2em; color: var(--muted);
    text-transform: uppercase;
  }
  .disc-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px; font-weight: 700; letter-spacing: 0.2em;
    color: var(--cherry); text-transform: uppercase; margin-bottom: 4px;
  }
  .disc-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px; font-weight: 500; color: var(--text); margin-bottom: 4px;
  }
  .disc-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; font-weight: 300; color: var(--muted);
  }

  /* ─── BIOGRAPHY ──────────────────────────────────── */
  .biography { background: var(--white); }
  .bio-inner {
    display: grid; grid-template-columns: 320px 1fr; gap: 72px; align-items: start;
  }
  .bio-photo {
    aspect-ratio: 3/4; background: var(--ivory2); position: relative;
  }
  .bio-photo::before {
    content: ''; position: absolute; top: -10px; left: -10px;
    right: 10px; bottom: 10px;
    border: 1px solid var(--border); z-index: -1;
  }
  .bio-photo-label {
    position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 20px;
    background: var(--navy); color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  }
  .bio-text p {
    font-size: 14px; font-weight: 500; color: var(--mid);
    line-height: 1.65; margin-bottom: 14px;
  }
  .bio-meta {
    margin-top: 32px; padding: 24px 28px;
    border-left: 3px solid var(--blue); background: var(--white);
  }
  .bio-meta p {
    font-size: 13px; font-weight: 500; color: var(--mid);
    line-height: 1.7; margin-bottom: 0;
  }
  .bio-links { display: flex; gap: 20px; margin-top: 32px; }
  .bio-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--blue); text-decoration: none;
    border-bottom: 2px solid var(--blue); padding-bottom: 3px;
    transition: color 0.15s;
  }
  .bio-link:hover { color: var(--indigo2); border-color: var(--indigo2); }

  /* ─── HISTORY ─────────────────────────────────────── */
  .history { background: var(--bg); }
  .history-header {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 32px;
  }
  .history-toggle {
    font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700;
    letter-spacing: 0.2em; text-transform: uppercase;
    background: transparent; border: 1.5px solid var(--border);
    color: var(--muted); cursor: pointer; padding: 10px 20px;
    display: flex; align-items: center; gap: 10px; transition: all 0.2s;
  }
  .history-toggle:hover { border-color: var(--blue); color: var(--blue); }
  .history-toggle .tgl-arrow {
    display: inline-block; transition: transform 0.3s; font-style: normal;
  }
  .history-toggle[aria-expanded="false"] .tgl-arrow { transform: rotate(180deg); }
  .history-body {
    overflow: hidden; transition: max-height 0.4s ease, opacity 0.3s ease;
    max-height: 4000px; opacity: 1;
  }
  .history-body.collapsed { max-height: 0; opacity: 0; }
  .history-era { margin-bottom: 48px; }
  .history-era-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; font-weight: 800; letter-spacing: 0.4em; text-transform: uppercase;
    color: var(--white); background: var(--navy);
    display: inline-block; padding: 7px 20px; margin-bottom: 6px;
  }
  .history-era-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; font-weight: 600; letter-spacing: 0.15em;
    color: var(--muted); margin-bottom: 28px;
  }
  .timeline { position: relative; padding-left: 48px; }
  .timeline::before {
    content: ''; position: absolute; left: 16px; top: 0; bottom: 0;
    width: 2px; background: var(--border);
  }
  .tl-year-marker {
    position: relative; display: flex; align-items: center; gap: 16px;
    margin-bottom: 8px; margin-top: 32px;
  }
  .tl-year-marker:first-child { margin-top: 0; }
  .tl-year-marker::before {
    content: ''; position: absolute; left: -40px; top: 50%; transform: translateY(-50%);
    width: 14px; height: 14px; border-radius: 50%;
    background: var(--blue); border: 3px solid var(--bg);
    box-shadow: 0 0 0 2px var(--blue);
  }
  .tl-year {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px; font-weight: 400; color: var(--navy);
    letter-spacing: 0.06em; line-height: 1; min-width: 72px;
  }
  .tl-year-line { flex: 1; height: 1px; background: var(--border); }
  .tl-items { display: flex; flex-direction: column; gap: 2px; padding-bottom: 4px; }
  .tl-item {
    display: grid; grid-template-columns: 108px 96px 1fr auto;
    gap: 0 20px; align-items: center; padding: 14px 20px;
    background: var(--white); border-left: 3px solid transparent; transition: border-color 0.15s;
  }
  .tl-item:hover { border-left-color: var(--blue); }
  .tl-item.album { border-left-color: var(--cherry); }
  .tl-kind {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
    padding: 3px 7px; border: 1px solid var(--border);
    color: var(--muted); display: inline-block;
  }
  .tl-item.album .tl-kind { border-color: var(--cherry); color: var(--cherry); }
  .tl-release {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; font-weight: 300; color: var(--muted);
  }
  .tl-title-jp {
    font-size: 13px; font-weight: 500; color: var(--text); line-height: 1.4;
  }
  .tl-stream {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
    display: inline-flex; align-items: center; gap: 5px;
    padding: 7px 14px; border: 1.5px solid var(--blue);
    color: var(--blue); text-decoration: none; white-space: nowrap;
    border-radius: 2px; transition: all 0.15s;
  }
  .tl-stream:hover { background: var(--blue); color: #fff; }
  .tl-shop {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
    display: inline-flex; align-items: center; gap: 5px;
    padding: 7px 14px; border: 1.5px solid var(--cherry);
    color: var(--cherry); text-decoration: none; white-space: nowrap;
    border-radius: 2px; transition: all 0.15s; margin-left: 6px;
  }
  .tl-shop:hover { background: var(--cherry); color: #fff; }

  /* ─── TECHNO ────────────────────────────────────── */
  .techno { background: var(--navy); }
  .techno .section-label { color: var(--cherry); }
  .techno .section-title { color: rgba(255,255,255,0.9); }
  .techno .section-title::after { background: var(--cherry); }
  .techno-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 24px;
  }
  .tech-item { cursor: pointer; }
  .techno-cover {
    width: 100%; aspect-ratio: 1;
    background: #111; margin-bottom: 12px; position: relative; overflow: hidden;
    transition: transform 0.3s; border: 1px solid rgba(255,255,255,0.06);
  }
  .techno-item:hover .techo-cover { transform: translateY(-4px); }
  .techo-cover::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, transparent 60%, rgba(255,255,255,0.03) 100%);
    pointer-events: none;
  }
  .techno-num {
    font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase; color: #666; margin-bottom: 4px;
  }
  .techno-title {
    font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700;
    letter-spacing: 0.05em; color: #d8d8d8; margin-bottom: 4px; line-height: 1.3;
  }
  .techno-year {
    font-family: 'Montserrat', sans-serif; font-size: 11px;
    color: #555; margin-bottom: 10px;
  }
  .techo-badge {
    font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase; padding: 3px 8px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12);
    color: #888; display: inline-block;
  }
  .techno-link-card {
    border: 1px dashed rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center; min-height: 240px;
  }
  .techno-coming-soon { text-align: center; padding: 32px 20px; }
  .techno-coming-soon > p {
    font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700;
    letter-spacing: 0.15em; color: #aaa; margin-bottom: 8px;
  }
  .techno-coming-soon span {
    font-family: 'Montserrat', sans-serif; font-size: 10px; letter-spacing: 0.15em;
    color: #555; text-transform: uppercase; display: block; margin-bottom: 20px;
  }
  .techno-site-btn {
    font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase; padding: 10px 20px;
    border: 1px solid #444; color: #999; text-decoration: none;
    transition: all 0.2s; display: inline-block;
  }
  .techno-site-btn:hover { background: rgba(255,255,255,0.06); border-color: #888; color: #ccc; }

  /* ─── LIVE / SCHEDULE ─────────────────────────────── ─ */
  .live { background: var(--ivory2); }
  .live-list { display: flex; flex-direction: column; gap: 12px; }
  .live-item {
    display: grid; grid-template-columns: 100px 1fr auto;
    gap: 0 24px; align-items: center; padding: 24px 28px;
    background: var(--white); border-left: 3px solid transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .live-item:hover {
    border-left-color: var(--cherry);
    box-shadow: 4px 0 20px var(--shadow);
  }
  .live-date-block { text-align: center; }
  .live-month {
    font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700;
    letter-spacing: 0.2em; text-transform: uppercase; color: var(--cherry);
  }
  .live-day {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0px; font-weight: 400; line-height: 1; color: var(--navy);
  }
  .live-year {
    font-family: 'Montserrat', sans-serif; font-size: 10px;
    color: var(--muted); font-weight: 300;
  }
  .live-info h3 {
    font-size: 15px; font-weight: 500; color: var(--navy); margin-bottom: 6px;
  }
  .live-info p { font-size: 12px; color: var(--muted); line-height: 1.6; }
  .live-ticket {
    font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700;
    letter-spacing: 0.15em; text-transform: uppercase;
    padding: 10px 20px; border: 1.5px solid var(--cherry);
    color: var(--cherry); text-decoration: none;
    transition: all 0.2s; white-space: nowrap;
  }
  .live-ticket:hover { background: var(--cherry); color: #fff; }

  /* ─── FOOTER ─────────────────────────────────────── */
  footer {
    background: var(--navy); color: rgba(255,255,255,0.5);
    padding: 64px 40px;
  }
  .footer-inner {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr auto;
    gap: 40px; align-items: end;
  }
  .footer-logo {
    font-family: 'Montserrat', sans-serif; font-weight: 200;
    font-size: 28px; letter-spacing: 0.25em;
    color: rgba(255,255,255,0.85); margin-bottom: 8px; text-transform: lowercase;
  }
  .footer-logo span { color: var(--cherry); font-weight: 700; }
  .footer-name-ja {
    font-family: 'Noto Sans JP', sans-serif; font-size: 12px;
    font-weight: 300; letter-spacing: 0.3em;
    color: rgba(255,255,255,0.4); margin-bottom: 28px;
  }
  .footer-divider {
    border: none; border-top: 1px solid rgba(255,255,255,0.08); margin: 0 0 24px;
  }
  .footer-nav { display: flex; gap: 24px; flex-wrap: wrap; }
  .footer-nav a {
    font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 500;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s;
  }
  .footer-nav a:hover { color: var(--cherry); }
  .footer-right { text-align: right; }
  .footer-social { display: flex; gap: 20px; justify-content: flex-end; margin-bottom: 24px; }
  .footer-social a {
    font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 500;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s;
  }
  .footer-social a:hover { color: var(--cherry); }
  .footer-copy {
    font-family: 'Montserrat', sans-serif; font-size: 10px;
    font-weight: 300; letter-spacing: 0.1em; color: rgba(255,255,255,0.25);
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes scrollDrop {
    0%   { transform: scaleY(0); transform-origin: top; opacity: 1; }
    50%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
    100% { transform: scaleY(1); transform-origin: bottom; opacity: 0; }
  }
  .ite-bubble {
    position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%) scale(0);
    background: var(--navy); color: #fff; padding: 10px 18px;
    font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700;
    letter-spacing: 0.15em; white-space: nowrap;
    transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1);
    z-index: 9999; pointer-events: none;
  }
  .ite-bubble::after {
    content: ''; position: absolute; top: 100%; left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: var(--navy);
  }
  .ite-bubble.show { transform: translateX(-50%) scale(1); }
