/*
Theme Name: 鼓霸大樂隊官網
Theme URI: https://guba-big-band.vocal-wolf-1805.chatgpt.site/
Author: 鼓霸大樂隊
Description: 鼓霸大樂隊舞台演出、樂隊故事、文章與娛樂資訊 WordPress 主題。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: guba-big-band
*/
:root {
  --navy: #0b1d33;
  --blue: #142c49;
  --gold: #d3a44f;
  --cream: #f2e8d2;
  --wine: #6d1f2b;
  --ink: #101923;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Noto Sans TC", Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(11, 29, 51, 0.97);
  color: white;
  border-bottom: 1px solid #d3a44f66;
}
.header-inner {
  max-width: 1400px;
  margin: auto;
  height: 84px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 35px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}
.drum-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  position: relative;
  box-shadow:
    inset 0 0 0 5px var(--navy),
    inset 0 0 0 7px var(--cream);
}
.drum-logo b {
  font: 700 26px serif;
  color: var(--navy);
}
.drum-logo i {
  position: absolute;
  width: 26px;
  height: 2px;
  background: var(--cream);
  top: 8px;
  right: -8px;
  transform: rotate(-35deg);
}
.logo strong {
  font: 700 22px serif;
  letter-spacing: 0.12em;
}
.logo small {
  display: block;
  color: #bcae92;
  font-size: 8px;
  letter-spacing: 0.23em;
}
.header-inner nav {
  display: flex;
  gap: 25px;
  font-size: 13px;
}
.header-inner nav a {
  padding: 31px 0;
  border-bottom: 3px solid transparent;
}
.header-inner nav a:hover {
  color: var(--gold);
  border-color: var(--gold);
}
.offer {
  border: 1px solid var(--gold);
  padding: 12px 16px;
  color: var(--gold);
  font-weight: 700;
  font-size: 12px;
}
.hero {
  min-height: 730px;
  background: var(--navy);
  color: white;
  position: relative;
  overflow: hidden;
  padding: 70px max(5vw, 30px);
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 65px;
  align-items: center;
}
.hero-ring {
  position: absolute;
  border: 1px solid #d3a44f22;
  border-radius: 50%;
}
.ring1 {
  width: 780px;
  height: 780px;
  left: -330px;
  top: -40px;
}
.ring2 {
  width: 580px;
  height: 580px;
  right: -160px;
  bottom: -280px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-copy > span,
.about span,
.title-row > span,
.ent > div > span,
.schedule > div > span,
.inner > div > span,
.blog-hero > span,
.article-title > span {
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--gold);
  font-weight: 700;
}
.hero-copy h1 {
  font: 700 clamp(68px, 8vw, 112px)/0.83 serif;
  letter-spacing: -0.05em;
  margin: 28px 0;
}
.hero-copy h1 i {
  font-style: normal;
  color: var(--gold);
}
.hero-copy p {
  max-width: 450px;
  color: #c7c7c0;
  line-height: 1.9;
}
.hero-copy > a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--gold);
  font-size: 12px;
  margin-top: 28px;
}
.stage-photo {
  height: 570px;
  position: relative;
  z-index: 2;
}
.stage-placeholder {
  position: absolute;
  inset: 0;
  border-radius: 48% 48% 8px 8px;
  overflow: hidden;
  border: 1px solid #d3a44f55;
}
.stage-placeholder:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #08172ab8, transparent 55%);
}
.stage-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.drum-badge {
  position: absolute;
  left: -55px;
  bottom: 35px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  display: grid;
  place-items: center;
  align-content: center;
  box-shadow:
    0 0 0 8px var(--navy),
    0 0 0 10px var(--gold);
}
.drum-badge span {
  font: 700 33px serif;
}
.drum-badge small {
  letter-spacing: 0.2em;
  font-size: 8px;
}
.tempo {
  position: absolute;
  right: 30px;
  bottom: 25px;
  display: flex;
  gap: 25px;
  color: #b9aa8b;
  font-size: 10px;
  letter-spacing: 0.18em;
}
.beat-line {
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 16px;
  font-weight: 900;
  letter-spacing: 0.25em;
}
.beat-line i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--navy);
}
.about {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  padding: 100px max(7vw, 30px);
  align-items: center;
}
.about-mark {
  width: 320px;
  height: 320px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  margin: auto;
}
.about-mark svg {
  width: 90px;
  height: 90px;
  color: var(--wine);
}
.circle-text {
  position: absolute;
  top: 25px;
  font-size: 10px;
  letter-spacing: 0.24em;
}
.about h2 {
  font: 700 54px/1.1 serif;
  margin: 22px 0;
}
.about p {
  line-height: 2;
  color: #62666a;
}
.sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--blue);
  color: white;
  padding: 0 max(4vw, 25px);
}
.sections article {
  padding: 65px 42px;
  border-left: 1px solid #ffffff25;
  position: relative;
}
.sections article:last-child {
  border-right: 1px solid #ffffff25;
}
.sections article > b {
  font-size: 42px;
  color: var(--gold);
}
.sections svg {
  position: absolute;
  right: 35px;
  top: 68px;
  color: var(--gold);
}
.sections h3 {
  font: 28px serif;
}
.sections p {
  color: #b7bdc5;
  line-height: 1.8;
}
.latest {
  padding: 95px max(5vw, 30px);
}
.title-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  border-bottom: 2px solid var(--navy);
  padding-bottom: 18px;
  margin-bottom: 38px;
}
.title-row h2 {
  font: 700 45px serif;
  margin: 0;
}
.title-row > a {
  justify-self: end;
  font-size: 12px;
}
.posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.post-img {
  height: 260px;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 24px;
  background: var(--navy);
  color: white;
  position: relative;
  overflow: hidden;
}
.post-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.post-img:has(img):after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#081628aa,transparent)}.single-cover{display:block;width:min(1150px,calc(100% - 40px));aspect-ratio:16/10;object-fit:cover;margin:0 auto}.article-body{max-width:760px;margin:70px auto 100px;padding:0 25px;font-size:17px;line-height:2}.article-body h2{font:38px serif;margin-top:50px}.article-body blockquote{font:700 27px/1.7 serif;border-left:7px solid var(--wine);padding:22px 28px;background:#d9c8a6}
.post-img > span,
.post-img > b {
  position: relative;
  z-index: 2;
}
.post-img b {
  font: 64px serif;
  color: var(--gold);
}
.post-img svg {
  position: absolute;
  width: 150px;
  height: 150px;
  right: -35px;
  bottom: -35px;
  color: #ffffff0f;
}
.img1 {
  background: var(--wine);
}
.img2 {
  background: var(--gold);
  color: var(--navy);
}
.img2 b {
  color: var(--navy);
}
.post > small {
  display: block;
  color: #866728;
  letter-spacing: 0.12em;
  margin-top: 18px;
}
.post h3 {
  font: 26px/1.35 serif;
  margin: 9px 0;
}
.post p {
  color: #666;
  line-height: 1.7;
}
.ent {
  background: var(--wine);
  color: white;
  padding: 90px max(6vw, 30px);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
}
.ent h2 {
  font: 700 50px/1.05 serif;
  margin: 20px 0;
}
.ent p {
  color: #dfc8ca;
  line-height: 1.8;
}
.ent > div:last-child {
  border-top: 1px solid #ffffff55;
}
.ent a {
  display: grid;
  grid-template-columns: 55px 1fr 24px;
  align-items: center;
  padding: 22px 5px;
  border-bottom: 1px solid #ffffff55;
}
.ent a b {
  color: var(--gold);
  font-size: 24px;
}
.ent a span {
  font-size: 20px;
}
.schedule {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  background: #d9c8a6;
}
.schedule > div:first-child {
  padding: 80px max(5vw, 30px);
  background: var(--gold);
}
.schedule > div:first-child span {
  color: var(--navy);
}
.schedule h2 {
  font: 700 56px/1 serif;
}
.schedule > div:last-child {
  padding: 55px max(5vw, 30px);
}
.schedule article {
  display: grid;
  grid-template-columns: 100px 100px 1fr;
  align-items: center;
  border-top: 1px solid #776b56;
  padding: 20px 0;
}
.schedule article b {
  font: 30px serif;
}
.schedule article span {
  font-weight: 700;
}
.inner {
  background: var(--navy);
  color: white;
  padding: 100px max(6vw, 30px);
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 8vw;
  align-items: center;
}
.inner-drum {
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  display: grid;
  place-items: center;
  align-content: center;
  box-shadow:
    inset 0 0 0 12px var(--navy),
    inset 0 0 0 14px var(--cream);
}
.inner-drum b {
  font-size: 10px;
  letter-spacing: 0.2em;
}
.inner-drum span {
  font: 700 36px serif;
  margin-top: 12px;
}
.inner h1,
.blog-hero h1 {
  font: 700 clamp(55px, 7vw, 90px)/0.95 serif;
  margin: 25px 0 10px;
}
.inner h2 {
  font: 36px serif;
  color: var(--gold);
  margin: 0 0 25px;
}
.inner p,
.blog-hero p {
  color: #b8bec5;
  line-height: 1.9;
  max-width: 720px;
}
.four-count {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 80px max(4vw, 25px);
}
.four-count article {
  padding: 28px;
  border-left: 1px solid #a89674;
}
.four-count article:last-child {
  border-right: 1px solid #a89674;
}
.four-count b {
  font: 42px serif;
  color: var(--wine);
}
.four-count h3 {
  font: 25px serif;
}
.four-count p {
  color: #676767;
  line-height: 1.7;
}
.editorial {
  background: var(--gold);
  padding: 90px max(7vw, 30px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.editorial h2 {
  font: 700 52px/1.05 serif;
}
.editorial p {
  line-height: 1.9;
}
.editorial li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--navy);
}
.blog-hero {
  background: var(--navy);
  color: white;
  padding: 115px max(7vw, 30px);
  position: relative;
  overflow: hidden;
}
.blog-hero:after {
  content: "G";
  position: absolute;
  right: -20px;
  bottom: -130px;
  font: 400px serif;
  color: #ffffff06;
}
.blog-hero h1 i {
  font-style: normal;
  color: var(--gold);
}
.blog-list {
  background: #ded2ba;
}
.article-title {
  max-width: 950px;
  margin: auto;
  padding: 105px 25px 50px;
}
.article-title h1 {
  font: 700 clamp(48px, 7vw, 82px)/1.05 serif;
}
.article-title p {
  font-size: 19px;
  color: #666;
  line-height: 1.8;
}
.article-visual {
  max-width: 1150px;
  height: 470px;
  margin: auto;
  background: var(--navy);
  color: white;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.big-drum {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  display: grid;
  place-items: center;
  font: 180px serif;
  box-shadow:
    inset 0 0 0 14px var(--navy),
    inset 0 0 0 16px var(--cream);
}
.article-visual span {
  letter-spacing: 0.25em;
  font-size: 10px;
}
.article-body {
  max-width: 760px;
  margin: 70px auto 100px;
  padding: 0 25px;
  font-size: 17px;
  line-height: 2;
}
.article-body h2 {
  font: 38px serif;
  margin-top: 50px;
}
.article-body blockquote {
  font: 700 27px/1.7 serif;
  border-left: 7px solid var(--wine);
  padding: 22px 28px;
  background: #d9c8a6;
}
.float {
  position: fixed;
  z-index: 70;
  right: 18px;
  bottom: 18px;
  background: var(--gold);
  color: var(--navy);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 6px 6px 0 var(--wine);
}
.float svg {
  width: 14px;
}
footer {
  background: #081628;
  color: white;
  padding: 75px max(5vw, 30px);
}
.footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 45px;
  border-bottom: 1px solid #ffffff22;
}
.footer-brand p {
  max-width: 530px;
  color: #aab0b8;
  line-height: 1.8;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding-top: 45px;
}
.footer-cols > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-cols b {
  color: var(--gold);
}
.footer-cols a,
.footer-cols span {
  font-size: 13px;
  color: #aeb4bc;
}
@media (max-width: 900px) {
  .header-inner nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .stage-photo {
    height: 500px;
  }
  .about,
  .ent,
  .schedule,
  .inner,
  .editorial {
    grid-template-columns: 1fr;
  }
  .sections,
  .posts {
    grid-template-columns: 1fr;
  }
  .four-count {
    grid-template-columns: 1fr 1fr;
  }
  .title-row {
    grid-template-columns: 1fr auto;
  }
  .title-row > span {
    display: none;
  }
  .footer-cols {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .header-inner {
    height: 72px;
    padding: 0 16px;
  }
  .logo strong {
    font-size: 17px;
  }
  .offer {
    font-size: 10px;
    padding: 9px;
  }
  .hero-copy h1 {
    font-size: 68px;
  }
  .stage-photo {
    height: 400px;
  }
  .drum-badge {
    width: 110px;
    height: 110px;
    left: -8px;
  }
  .about-mark {
    width: 250px;
    height: 250px;
  }
  .about h2,
  .ent h2 {
    font-size: 42px;
  }
  .four-count {
    grid-template-columns: 1fr;
  }
  .four-count article {
    border-left: 0;
    border-top: 1px solid #a89674;
  }
  .footer-brand {
    display: block;
  }
  .footer-brand p {
    margin-top: 30px;
  }
  .footer-cols {
    grid-template-columns: 1fr;
  }
  .inner-drum {
    width: 250px;
    height: 250px;
  }
  .schedule article {
    grid-template-columns: 80px 1fr;
  }
  .schedule article p {
    grid-column: 1/3;
  }
}
