/*
Theme Name: Cassie's Music Production
Theme URI: https://cassies.jp/
Author: Cassie's
Description: Cassie'sのライブバー、レーベル、音楽制作向けオリジナルテーマです。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: cassies
*/

:root {
  --bg: #090706;
  --panel: #15110f;
  --panel-2: #211713;
  --text: #fff7e6;
  --muted: #cdbca2;
  --red: #d71912;
  --gold: #ffd34d;
  --line: rgba(255, 247, 230, 0.16);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: "Noto Sans JP", system-ui, sans-serif; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: fixed; z-index: 10; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px clamp(18px, 4vw, 56px); background: linear-gradient(180deg, rgba(9, 7, 6, 0.92), rgba(9, 7, 6, 0.55)); backdrop-filter: blur(14px); }
.brand img, .custom-logo { width: clamp(112px, 14vw, 180px); max-height: 80px; object-fit: contain; }
.office-brand { color: var(--text); font-family: "Bebas Neue", sans-serif; font-size: clamp(28px, 3vw, 42px); line-height: .8; letter-spacing: .02em; }
.office-brand span { color: var(--gold); font-size: .48em; letter-spacing: .22em; text-transform: uppercase; }
.global-nav ul { display: flex; gap: clamp(14px, 2.5vw, 32px); margin: 0; padding: 0; list-style: none; }
.global-nav a { color: rgba(255, 247, 230, 0.82); font-family: "Bebas Neue", sans-serif; font-size: 22px; }
.global-nav a:hover, .global-nav a:focus { color: var(--gold); }

.hero { position: relative; min-height: 96vh; display: grid; align-items: center; padding: 130px clamp(22px, 6vw, 90px) 56px; overflow: hidden; background: linear-gradient(90deg, rgba(9, 7, 6, 0.95), rgba(9, 7, 6, 0.52), rgba(9, 7, 6, 0.96)), radial-gradient(circle at 70% 42%, rgba(215, 25, 18, 0.7), transparent 34%), linear-gradient(135deg, #0b0807 0%, #2a1711 48%, #080605 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: 0.18; background-image: linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(0deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 78px 78px; }
.hero__light { position: absolute; right: -10vw; top: 13vh; width: 52vw; height: 52vw; border-radius: 999px; background: radial-gradient(circle, rgba(255,211,77,.28), rgba(215,25,18,.18) 40%, transparent 68%); filter: blur(14px); }
.hero__inner { position: relative; z-index: 1; max-width: 900px; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-family: "Bebas Neue", sans-serif; font-size: 20px; text-transform: uppercase; }
.hero__logo { width: min(760px, 92vw); margin: 0 0 20px -16px; filter: drop-shadow(0 18px 22px rgba(0,0,0,.55)); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 20px; font-size: clamp(40px, 7vw, 92px); line-height: 1.08; font-weight: 900; }
.lead { max-width: 690px; color: var(--muted); font-size: clamp(16px, 2vw, 20px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid var(--line); border-radius: 6px; font-weight: 800; }
.button--primary { color: #160705; background: linear-gradient(135deg, var(--gold), #fff0a8); box-shadow: 0 14px 34px rgba(215,25,18,.28); }
.button--ghost { background: rgba(255,247,230,.06); }
.hero__info { position: absolute; right: clamp(18px, 4vw, 56px); bottom: 36px; z-index: 1; display: grid; gap: 4px; min-width: min(330px, calc(100vw - 36px)); padding: 18px 20px; border-left: 3px solid var(--red); background: rgba(9,7,6,.68); box-shadow: var(--shadow); }
.hero__info span { color: var(--muted); font-size: 13px; }

.section { padding: clamp(70px, 9vw, 120px) clamp(22px, 6vw, 90px); background: linear-gradient(180deg, rgba(255,247,230,.03), transparent 240px), var(--bg); }
.section--dark { background: var(--panel); }
.section__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.section__head h2, .section--split h2, .about h2, .contact h2, .entry-title { margin-bottom: 0; font-family: "Bebas Neue", sans-serif; font-size: clamp(46px, 7vw, 88px); line-height: .95; }
.text-link { color: var(--gold); font-weight: 800; }
.news-list { display: grid; border-top: 1px solid var(--line); }
.news-item { display: grid; grid-template-columns: 130px 90px 1fr; gap: 18px; align-items: baseline; padding: 23px 0; border-bottom: 1px solid var(--line); }
.news-item time, .news-item span, .release-list span, .event-card time, .artist-card p { color: var(--gold); font-family: "Bebas Neue", sans-serif; font-size: 18px; }
.news-item h3 { margin: 0; font-size: clamp(16px, 2vw, 22px); }
.artist-grid, .event-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.artist-card, .event-card, .release-list article { border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(180deg, rgba(255,247,230,.07), rgba(255,247,230,.025)); box-shadow: var(--shadow); overflow: hidden; }
.artist-card { padding: 14px; }
.artist-card__visual { aspect-ratio: 4 / 5; border-radius: 6px; background: linear-gradient(135deg, var(--red), #1a0806 62%, #000); overflow: hidden; }
.artist-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.artist-card:nth-child(2) .artist-card__visual { background: linear-gradient(135deg, #392006, var(--gold) 52%, #100705); }
.artist-card:nth-child(3) .artist-card__visual { background: linear-gradient(140deg, rgba(255,211,77,.3), transparent 45%), linear-gradient(45deg, #070505, #50100c, #120706); }
.artist-card p { margin: 16px 0 2px; }
.artist-card h3 { margin-bottom: 4px; font-size: 24px; }
.section--split { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(28px, 6vw, 80px); align-items: center; background: radial-gradient(circle at 0% 30%, rgba(215,25,18,.25), transparent 36%), var(--bg); }
.section-copy { max-width: 560px; color: var(--muted); }
.release-list { display: grid; gap: 16px; }
.release-list article, .event-card { padding: 24px; }
.release-list h3, .event-card h3 { margin-bottom: 8px; font-size: 26px; }
.release-list p, .event-card p { margin-bottom: 0; color: var(--muted); }
.event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(28px, 6vw, 80px); align-items: start; }
.about p:last-child { color: var(--muted); font-size: clamp(17px, 2vw, 22px); }
.contact { padding: clamp(72px, 10vw, 130px) clamp(22px, 6vw, 90px); text-align: center; background: linear-gradient(180deg, rgba(9,7,6,.2), rgba(9,7,6,.86)), radial-gradient(circle at 50% 0%, rgba(215,25,18,.48), transparent 44%), var(--panel-2); }
.contact p { max-width: 640px; margin: 18px auto 30px; color: var(--muted); }
.site-footer { display: grid; justify-items: center; gap: 8px; padding: 42px 22px; color: var(--muted); text-align: center; background: #050403; }
.site-footer img { width: 160px; }
.site-footer p { margin-bottom: 0; }
.footer-brand { color: var(--text); font-family: "Bebas Neue", sans-serif; font-size: 34px; line-height: 1; }
.footer-brand span { color: var(--gold); font-size: .5em; letter-spacing: .18em; text-transform: uppercase; }
.content-area { min-height: 70vh; padding-top: 150px; }
.entry-content { max-width: 900px; margin: 30px auto 0; }
.pagination { margin-top: 36px; }

.office-hero { position: relative; min-height: 94vh; display: grid; align-items: center; padding: 140px clamp(22px, 8vw, 120px) 80px; overflow: hidden; background: linear-gradient(90deg, rgba(9,7,6,.98), rgba(9,7,6,.72)), radial-gradient(circle at 78% 45%, rgba(215,25,18,.5), transparent 34%), #090706; }
.office-hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background: linear-gradient(110deg, transparent 0 55%, rgba(255,211,77,.2) 55% 56%, transparent 56%); }
.office-hero__glow { position: absolute; right: -15vw; top: 5vh; width: 65vw; height: 65vw; border-radius: 50%; background: radial-gradient(circle, rgba(215,25,18,.32), transparent 66%); filter: blur(10px); }
.office-hero__inner { position: relative; z-index: 1; max-width: 920px; }
.office-hero h1 { margin: 0 0 26px; font-family: "Bebas Neue", sans-serif; font-size: clamp(74px, 13vw, 176px); line-height: .78; letter-spacing: -.02em; }
.office-hero h1 span { display: block; color: var(--gold); font-size: .27em; letter-spacing: .26em; line-height: 1.5; }
.office-hero__statement { margin-bottom: 22px; font-size: clamp(27px, 4vw, 52px); font-weight: 900; line-height: 1.35; }
.office-hero__side { position: absolute; z-index: 1; right: clamp(22px, 4vw, 60px); bottom: 44px; margin: 0; color: var(--muted); font-family: "Bebas Neue", sans-serif; letter-spacing: .18em; writing-mode: vertical-rl; }
.office-intro { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(36px, 8vw, 110px); align-items: start; }
.office-intro h2, .cassies-link-panel h2 { margin: 0; font-family: "Bebas Neue", sans-serif; font-size: clamp(48px, 7vw, 92px); line-height: 1; }
.office-intro__copy { padding-top: 42px; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.service-card { position: relative; min-height: 285px; padding: 32px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(145deg, rgba(255,247,230,.07), rgba(255,247,230,.02)); overflow: hidden; }
.service-card > span { position: absolute; top: 12px; right: 24px; color: rgba(255,211,77,.15); font-family: "Bebas Neue", sans-serif; font-size: 100px; line-height: 1; }
.service-card h3 { position: relative; margin: 50px 0 16px; color: var(--gold); font-family: "Bebas Neue", sans-serif; font-size: clamp(28px, 3vw, 40px); line-height: 1; }
.service-card p { position: relative; margin: 0; color: var(--muted); }
.cassies-link-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(72px, 10vw, 130px) clamp(22px, 8vw, 120px); background: linear-gradient(100deg, rgba(9,7,6,.96), rgba(9,7,6,.68)), url("assets/cassies-logo.jpg") center / cover; }
.cassies-link-panel p:not(.eyebrow) { max-width: 560px; margin: 22px 0 0; color: var(--muted); }
.office-contact { border-top: 1px solid var(--line); }

@media (max-width: 820px) {
  .site-header { position: absolute; align-items: flex-start; }
  .global-nav { display: none; }
  .hero { min-height: 92vh; padding-top: 110px; }
  .hero__logo { margin-left: -8px; }
  .hero__info { position: relative; right: auto; bottom: auto; margin-top: 34px; }
  .section__head, .news-item, .section--split, .about { display: block; }
  .text-link { display: inline-block; margin-top: 12px; }
  .news-item { padding: 20px 0; }
  .news-item span { display: inline-block; margin-left: 12px; }
  .artist-grid, .event-grid { grid-template-columns: 1fr; }
  .release-list { margin-top: 26px; }
  .office-hero { min-height: 88vh; padding-top: 120px; }
  .office-hero__side { display: none; }
  .office-intro, .service-grid { grid-template-columns: 1fr; }
  .office-intro__copy { padding-top: 0; }
  .cassies-link-panel { display: block; }
  .cassies-link-panel .button { margin-top: 28px; }
}
