:root {
  --bg: #2f241a;
  --bg-soft: #3e3024;
  --surface: #4a3a2b;
  --text: #f9efdf;
  --muted: #d8c2a0;
  --gold-1: #f6c250;
  --gold-2: #df971f;
  --gold-3: #af6510;
  --border-gold: rgba(230, 161, 38, 0.4);
  --shadow-gold: 0 22px 42px -26px rgba(223, 151, 31, 0.62);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  overflow-x: hidden;
  background-image:
    radial-gradient(circle at 9% 0%, rgba(223, 151, 31, 0.18), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(246, 194, 80, 0.12), transparent 31%),
    linear-gradient(var(--bg), var(--bg-soft));
  width: 100%;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
.footer-title,
.brand {
  font-family: "Cinzel", serif;
  letter-spacing: 0.02em;
}

img {
  max-width: 100%;
  display: block;
}

iframe {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(92%, 1200px);
  margin-inline: auto;
}

.book-grid > *,
.gallery-grid > *,
.contact-grid > *,
.songs-hub-grid > *,
.footer-grid > *,
.business-grid > *,
.stats-grid > *,
.book-showcase > *,
.book-columns > *,
.featured-meta > * {
  min-width: 0;
}

.section-head h2,
.hero h1,
.hero .subtitle,
.hero .quote,
.book-entry-head h3,
.book-entry-copy p,
.contact-item a,
.song-meta strong {
  overflow-wrap: anywhere;
}

.section {
  padding: clamp(3.8rem, 7vw, 6rem) 0;
}

.inner-main {
  padding-top: 6.3rem;
}

.section-head {
  max-width: 800px;
  margin-bottom: 2.6rem;
}

.section-head.center {
  text-align: center;
  margin-inline: auto;
}

.section-head h2 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.18;
  margin: 0.7rem 0 1rem;
}

.section-head p {
  color: var(--muted);
  font-size: clamp(0.98rem, 1.6vw, 1.1rem);
}

.eyebrow,
.mini-label {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.95rem;
  border: 1px solid var(--border-gold);
  border-radius: 999px;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-1);
  background: rgba(53, 40, 29, 0.84);
}

.glass-card {
  border-radius: 1.15rem;
  border: 1px solid rgba(218, 171, 82, 0.27);
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-gold);
}

.gold-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.74rem 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.77rem;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease, color 0.26s ease;
}

.gold-btn {
  border: 1px solid #f4d08d;
  color: #2a1808;
  background: linear-gradient(128deg, var(--gold-1), var(--gold-2));
  box-shadow: 0 16px 28px -20px rgba(248, 202, 119, 0.95);
}

.gold-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 19px 36px -19px rgba(248, 202, 119, 0.85);
}

.ghost-btn {
  border: 1px solid rgba(221, 174, 84, 0.55);
  background: rgba(56, 42, 30, 0.74);
  color: var(--gold-1);
}

.ghost-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 206, 127, 0.92);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  padding: 1rem 0;
  transition: 0.3s ease;
}

.site-header.scrolled {
  padding-top: 0.6rem;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.78rem 1rem;
  border-radius: 1rem;
  border: 1px solid transparent;
  background: rgba(46, 35, 25, 0.72);
  backdrop-filter: blur(10px);
  transition: 0.3s ease;
  min-width: 0;
}

.site-header.scrolled .nav-inner {
  border-color: rgba(222, 176, 86, 0.45);
  background: rgba(58, 43, 31, 0.9);
  box-shadow: 0 14px 30px -18px rgba(235, 190, 102, 0.5);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  font-size: 0.95rem;
  color: var(--text);
  white-space: nowrap;
  min-width: 0;
  max-width: 100%;
}

.brand span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(244, 199, 115, 0.45);
  object-fit: cover;
  object-position: center;
  box-shadow: 0 10px 20px -14px rgba(240, 192, 106, 0.8);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links a {
  font-size: 0.84rem;
  font-weight: 700;
  color: #ead5b6;
  transition: color 0.25s;
}

.nav-links a:hover {
  color: var(--gold-1);
}

.nav-links a.active {
  color: var(--gold-1);
}

.nav-cta {
  font-size: 0.72rem;
}

.nav-cta.active {
  border-color: #ffe1a8;
  box-shadow: 0 19px 36px -19px rgba(248, 202, 119, 0.85);
}

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--border-gold);
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.menu-btn span {
  width: 16px;
  height: 1px;
  background: var(--gold-1);
}

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-top: 90px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(108deg, rgba(31, 22, 14, 0.9) 30%, rgba(52, 36, 22, 0.62) 66%, rgba(31, 22, 14, 0.9) 100%),
    url("./Backgroundimage heade.png");
  background-size: cover;
  background-position: center center;
  transform: scale(1.01);
  animation: heroMove 18s ease-in-out infinite alternate;
}

.hero-light {
  position: absolute;
  width: 420px;
  aspect-ratio: 1;
  border-radius: 50%;
  right: -120px;
  top: 22%;
  background: rgba(229, 177, 80, 0.28);
  filter: blur(95px);
  animation: glowFloat 9s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
}

.hero h1 {
  font-size: clamp(2.4rem, 8vw, 4.8rem);
  line-height: 1.1;
  margin: 1rem 0;
}

.hero .subtitle {
  color: var(--gold-1);
  font-size: clamp(0.95rem, 2.4vw, 1.24rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .quote {
  margin-top: 1.3rem;
  max-width: 760px;
  padding: 0.95rem 1.15rem;
  border-left: 3px solid rgba(246, 194, 80, 0.8);
  background: linear-gradient(90deg, rgba(20, 14, 10, 0.55), rgba(20, 14, 10, 0.15));
  border-radius: 0.7rem;
  line-height: 1.52;
  font-size: clamp(1.08rem, 2.45vw, 1.58rem);
  color: #efe3cf;
}

.hero .quote-lead,
.hero .quote-main {
  display: block;
}

.hero .quote-lead {
  color: #f4d6a0;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.hero-actions {
  margin-top: 1.2rem;
  transform: translateY(-12px);
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.about-grid {
  display: block;
}

.about-image {
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(223, 177, 83, 0.3);
  background: #3b2d21;
  padding: 0.55rem;
  width: 100%;
  margin-bottom: 1.4rem;
}

.about-image > img {
  border-radius: 0.9rem;
  min-height: 430px;
  object-fit: cover;
  object-position: center top;
}

.about-image .social-row {
  justify-content: center;
  margin-top: 0.8rem;
  padding-bottom: 0.3rem;
}

.about-image .social-row a {
  width: 52px;
  height: 52px;
}

.about-image .social-row a svg {
  width: 24px;
  height: 24px;
}

.about-image .social-row a img {
  width: 24px;
  height: 24px;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  margin: auto;
}

.about-image .social-row a img.wiki-icon {
  width: 28px;
  height: 28px;
}

.about-copy {
  padding: 1.45rem;
  display: block;
  width: 100%;
}

.about-copy p {
  color: var(--muted);
  margin-bottom: 1rem;
}

.about-copy p:last-of-type {
  margin-bottom: 0;
}

.about-copy::after {
  content: "";
  display: block;
  clear: both;
}

.about-copy .about-image {
  float: left;
  width: min(48%, 760px);
  margin: 0 1.35rem 1rem 0;
}

.about-copy .social-row {
  justify-content: flex-start;
  margin-top: 0.8rem;
  padding-top: 0.2rem;
}

.about-copy .social-row a {
  width: 52px;
  height: 52px;
}

.about-copy .social-row a svg {
  width: 24px;
  height: 24px;
}

.about-copy .social-row a img {
  width: 24px;
  height: 24px;
}

.about-copy .social-row a img.wiki-icon {
  width: 28px;
  height: 28px;
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.business-card {
  padding: 1.4rem;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.business-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.business-card:hover {
  transform: translateY(-7px);
  border-color: rgba(244, 202, 124, 0.5);
}

.logo-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(244, 203, 130, 0.6);
  background: rgba(49, 37, 26, 0.9);
  flex: 0 0 48px;
}

.logo-box--gi {
  background-image: url("./gi-real-logo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.logo-box--biz {
  background-image: url("./bizcontrollogo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.company-ribbon {
  flex: 1;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(244, 203, 130, 0.6);
  background: rgba(49, 37, 26, 0.72);
  display: flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  color: #f3cd85;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.business-card h3 {
  font-size: 1.52rem;
  margin-bottom: 0.35rem;
}

.business-card .tag {
  color: var(--gold-1);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-bottom: 0.65rem;
}

.business-card p {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 1.1rem;
}

.vision-box {
  border-radius: 1.4rem;
  border: 1px solid rgba(218, 171, 82, 0.28);
  background:
    radial-gradient(circle at 12% 20%, rgba(231, 180, 84, 0.2), transparent 36%),
    radial-gradient(circle at 88% 80%, rgba(231, 180, 84, 0.12), transparent 41%),
    linear-gradient(140deg, #453528, #2f241a 70%);
  padding: clamp(2.3rem, 8vw, 5.2rem);
}

.vision-box p {
  font-family: "Cinzel", serif;
  font-size: clamp(1.6rem, 4.7vw, 4rem);
  line-height: 1.3;
}

.book-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.2rem;
  align-items: start;
}

.book-visual {
  display: grid;
  place-items: center;
  min-height: 420px;
}

.book-showcase {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem;
}

.book-card {
  margin: 0;
  position: relative;
  border-radius: 1rem;
  padding: 0.52rem;
  border: 1px solid rgba(232, 187, 98, 0.45);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  box-shadow:
    -14px 20px 38px -26px rgba(231, 180, 88, 0.75),
    inset 0 0 0 1px rgba(255, 223, 163, 0.1);
  backdrop-filter: blur(8px);
}

.book-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  background: #22170f;
  border-radius: 0.7rem;
  display: block;
}

.book-card figcaption {
  text-align: center;
  margin-top: 0.6rem;
  font-size: 0.67rem;
  letter-spacing: 0.14em;
  color: var(--gold-1);
  text-transform: uppercase;
}

.book-card.front {
  transform: perspective(1200px) rotateY(-10deg);
  animation: bookFrontFloat 7s ease-in-out infinite;
}

.book-card.back {
  transform: perspective(1200px) rotateY(10deg);
  animation: bookBackFloat 7s ease-in-out infinite;
}

.books-catalog {
  display: grid;
  gap: 1.25rem;
}

.book-entry {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid rgba(246, 194, 80, 0.28);
  background:
    radial-gradient(circle at 82% 10%, rgba(246, 194, 80, 0.12), transparent 35%),
    linear-gradient(140deg, rgba(62, 47, 34, 0.92), rgba(43, 32, 23, 0.92));
}

.book-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 230, 181, 0.06) 48%, transparent 100%);
  transform: translateX(-110%);
  transition: transform 0.8s ease;
  pointer-events: none;
}

.book-entry:hover::before {
  transform: translateX(110%);
}

.book-entry-head {
  margin-bottom: 1rem;
}

.book-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 202, 124, 0.55);
  color: var(--gold-1);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.63rem;
  background: rgba(55, 41, 28, 0.82);
}

.book-chip.featured {
  color: #2f1a08;
  border-color: #f9d89f;
  background: linear-gradient(128deg, #f6c250, #df971f);
}

.book-entry-head h3 {
  margin-top: 0.7rem;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.book-entry-head p {
  margin-top: 0.5rem;
  color: var(--muted);
}

.book-inline-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.cover-card {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 1.55rem;
  border: 1px solid rgba(246, 194, 80, 0.38);
  background: #2f241a;
  box-shadow:
    0 20px 34px -22px rgba(0, 0, 0, 0.72),
    inset 0 0 0 1px rgba(255, 221, 153, 0.1);
  aspect-ratio: 2 / 3;
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.cover-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #22170f;
  display: block;
  transition: transform 0.36s ease;
}

.cover-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.55rem 0.6rem;
  text-align: center;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f3daab;
  background: linear-gradient(to top, rgba(20, 14, 10, 0.78), rgba(20, 14, 10, 0));
}

.cover-card:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 214, 143, 0.82);
  box-shadow:
    0 24px 42px -22px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(249, 214, 143, 0.18);
}

.cover-card:hover img {
  transform: none;
}

.featured-book {
  border-color: rgba(248, 205, 122, 0.78);
  background:
    radial-gradient(circle at 12% 14%, rgba(246, 194, 80, 0.2), transparent 42%),
    radial-gradient(circle at 84% 86%, rgba(223, 151, 31, 0.14), transparent 40%),
    linear-gradient(132deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  box-shadow: 0 24px 48px -26px rgba(223, 151, 31, 0.46);
}

.featured-meta {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
}

.book-entry-actions {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
}

.book-entry-copy {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(246, 194, 80, 0.32);
  display: grid;
  gap: 0.72rem;
}

.book-entry-copy p {
  color: #e7d3b2;
  line-height: 1.7;
  font-size: clamp(0.98rem, 1.6vw, 1.07rem);
}

.book-entry-copy .book-entry-quote {
  color: #f6d18c;
  font-weight: 600;
}

.songs-hub {
  margin-top: 1.35rem;
  padding: 1.35rem;
  border: 1px solid rgba(246, 194, 80, 0.32);
  background:
    radial-gradient(circle at 10% 0%, rgba(246, 194, 80, 0.12), transparent 35%),
    radial-gradient(circle at 95% 100%, rgba(223, 151, 31, 0.14), transparent 36%),
    linear-gradient(140deg, rgba(62, 47, 34, 0.92), rgba(43, 32, 23, 0.92));
}

.songs-hub-head h3 {
  margin-top: 0.72rem;
  font-size: clamp(1.25rem, 2.8vw, 1.9rem);
}

.songs-hub-head p {
  margin-top: 0.45rem;
  color: var(--muted);
}

.songs-hub-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.song-player-panel {
  position: relative;
  grid-column: 1;
  grid-row: 1;
}

.song-audio-shell {
  min-height: 285px;
  border-radius: 1.05rem;
  border: 1px solid rgba(246, 194, 80, 0.35);
  background:
    radial-gradient(circle at 15% 10%, rgba(246, 194, 80, 0.18), transparent 42%),
    linear-gradient(140deg, rgba(58, 43, 31, 0.96), rgba(35, 25, 18, 0.96));
  box-shadow:
    0 22px 42px -28px rgba(0, 0, 0, 0.75),
    inset 0 0 0 1px rgba(255, 221, 153, 0.1);
  padding: 1.25rem;
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.song-audio-label {
  display: inline-flex;
  width: max-content;
  padding: 0.3rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(246, 194, 80, 0.45);
  color: #f6c250;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.song-audio-shell h4 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
  color: #f0ddbd;
}

#songNowHint {
  font-size: clamp(1.05rem, 1.8vw, 1.75rem);
  color: #d8bf95;
  line-height: 1.6;
}

.song-open-link {
  margin-top: 0.15rem;
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.56rem 0.98rem;
  border: 1px solid rgba(246, 194, 80, 0.45);
  color: #f6c250;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.song-open-link:hover {
  transform: translateY(-2px);
  border-color: rgba(246, 194, 80, 0.8);
}

.song-player-wrap {
  border-radius: 1.05rem;
  overflow: hidden;
  border: 1px solid rgba(246, 194, 80, 0.35);
  background: #1e140c;
  box-shadow:
    0 22px 42px -28px rgba(0, 0, 0, 0.75),
    inset 0 0 0 1px rgba(255, 221, 153, 0.1);
  aspect-ratio: 16 / 9;
}

.song-player-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.song-player-wrap--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  inset: auto;
  overflow: hidden;
  border: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.songs-top-list,
.songs-bottom-left,
.songs-bottom-right {
  display: grid;
  gap: 0.7rem;
}

.songs-top-list {
  grid-column: 2;
  grid-row: 1;
}

.songs-bottom-left {
  grid-column: 1;
  grid-row: 2;
}

.songs-bottom-right {
  grid-column: 2;
  grid-row: 2;
}

.song-item {
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.78rem;
  align-items: center;
  min-height: 98px;
  padding: 0.9rem 0.95rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(246, 194, 80, 0.28);
  background: rgba(54, 40, 28, 0.78);
  color: #ecd7b3;
  cursor: pointer;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.song-item:hover {
  transform: translateY(-2px);
  border-color: rgba(246, 194, 80, 0.62);
}

.song-item.active {
  border-color: rgba(246, 194, 80, 0.78);
  background: linear-gradient(140deg, rgba(246, 194, 80, 0.22), rgba(57, 42, 30, 0.95));
}

.song-meta {
  display: grid;
  gap: 0.14rem;
}

.song-meta strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

.song-meta small {
  color: #d4b88a;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.song-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(246, 194, 80, 0.45);
  color: #f6c250;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.book-content {
  display: grid;
  gap: 0.9rem;
}

.book-content .block {
  padding: 1.1rem;
}

.book-content h3 {
  font-size: 1.5rem;
}

.book-content p,
.book-content li {
  color: var(--muted);
  font-size: 0.95rem;
}

.book-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.book-content h4 {
  font-size: 1.14rem;
  margin-bottom: 0.8rem;
}

.book-content ul {
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.countdown {
  margin: 1rem 0 1.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.countdown > div {
  border: 1px solid rgba(216, 169, 80, 0.25);
  border-radius: 0.85rem;
  background: rgba(58, 43, 31, 0.8);
  text-align: center;
  padding: 0.75rem 0.4rem;
}

.countdown span {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 1.42rem;
}

.countdown small {
  font-size: 0.66rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #ceb48f;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.stat {
  text-align: center;
  padding: 1.2rem 0.65rem;
}

.stat h3 {
  font-size: clamp(1.65rem, 4.2vw, 2.8rem);
}

.stat p {
  margin-top: 0.45rem;
  font-size: 0.77rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ddc6a2;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.36fr 0.64fr;
  gap: 0.9rem;
}

.gallery-stage {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(217, 171, 81, 0.33);
  min-height: 500px;
}

.gallery-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.2rem;
  background: linear-gradient(to top, rgba(36, 25, 16, 0.82), transparent 68%);
}

.gallery-overlay p {
  color: var(--gold-1);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.gallery-overlay h3 {
  margin-top: 0.45rem;
  font-size: 1.42rem;
}

.gallery-btn {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(245, 204, 128, 0.54);
  background: rgba(54, 40, 29, 0.78);
  color: var(--gold-1);
  font-size: 1.1rem;
  cursor: pointer;
}

#prevSlide {
  left: 0.7rem;
}

#nextSlide {
  right: 0.7rem;
}

.thumbs {
  display: grid;
  gap: 0.56rem;
}

.thumb-item {
  border: 1px solid rgba(217, 171, 81, 0.25);
  border-radius: 0.95rem;
  overflow: hidden;
  display: flex;
  gap: 0.75rem;
  background: #443426;
  padding: 0.52rem;
  cursor: pointer;
  transition: 0.24s ease;
}

.thumb-item.active,
.thumb-item:hover {
  border-color: rgba(244, 202, 124, 0.7);
}

.thumb-item img {
  width: 70px;
  height: 62px;
  border-radius: 0.58rem;
  object-fit: cover;
}

.thumb-item .meta small {
  font-size: 0.66rem;
  color: var(--gold-1);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.thumb-item .meta p {
  margin-top: 0.38rem;
  font-size: 0.85rem;
  color: #e5d2b6;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0.9rem;
}

.contact-grid--single {
  grid-template-columns: 1fr;
}

.contact-card {
  padding: 1rem;
}

.contact-item {
  border: 1px solid rgba(217, 171, 81, 0.25);
  border-radius: 0.85rem;
  padding: 0.88rem;
  margin-bottom: 0.62rem;
  background: rgba(55, 41, 30, 0.84);
}

.contact-item small {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.17em;
  color: var(--gold-1);
  text-transform: uppercase;
}

.contact-item a,
.contact-item p {
  margin-top: 0.45rem;
  color: #e8d5ba;
}

.social-row {
  display: flex;
  gap: 0.56rem;
  margin-top: 0.55rem;
}

.social-row a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  line-height: 0;
  border-radius: 999px;
  border: 1px solid rgba(217, 171, 81, 0.45);
  color: #e7c98e;
  transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.social-row a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

.social-row a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: auto;
}

.social-row a img.wiki-icon {
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(83%) sepia(25%) saturate(691%) hue-rotate(348deg) brightness(95%) contrast(91%);
}

.social-row a:hover img.wiki-icon {
  filter: brightness(0) saturate(100%) invert(81%) sepia(63%) saturate(749%) hue-rotate(347deg) brightness(101%) contrast(95%);
}

.social-row a:hover {
  color: #f6c250;
  border-color: rgba(246, 194, 80, 0.8);
  transform: translateY(-2px);
}

.map-wrap {
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(217, 171, 81, 0.35);
  min-height: 460px;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
}

.site-footer {
  border-top: 1px solid rgba(217, 171, 81, 0.2);
  padding: 2rem 0 1.1rem;
  background: #302419;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1rem;
}

.footer-title {
  font-size: 1.65rem;
  margin-bottom: 0.45rem;
}

.site-footer p,
.site-footer a {
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-links {
  margin-top: 0.66rem;
  display: grid;
  gap: 0.35rem;
}

.footer-links a:hover {
  color: var(--gold-1);
}

.copyright {
  border-top: 1px solid rgba(217, 171, 81, 0.2);
  margin-top: 1.2rem;
  padding-top: 0.8rem;
}

.wa-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 58;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(145deg, #25d366, #1ebe5b);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 34px -18px rgba(37, 211, 102, 0.95);
  display: grid;
  place-items: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wa-float:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 22px 40px -16px rgba(37, 211, 102, 0.95);
}

.wa-icon {
  width: 30px;
  height: 30px;
  display: block;
  transform-origin: center;
  animation: waZoom 1.8s ease-in-out infinite;
}

.loader-wrap {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(246, 194, 80, 0.14), transparent 40%),
    radial-gradient(circle at 82% 78%, rgba(223, 151, 31, 0.12), transparent 42%),
    linear-gradient(135deg, #271a10 0%, #332316 48%, #20150f 100%);
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.loader-wrap::before {
  content: "";
  position: absolute;
  inset: -25%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.08;
  animation: loaderDrift 18s linear infinite;
  pointer-events: none;
}

.loader-wrap::after {
  content: "";
  position: absolute;
  width: min(72vw, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 194, 80, 0.18), rgba(246, 194, 80, 0));
  filter: blur(48px);
  opacity: 0.55;
  animation: loaderAura 3.8s ease-in-out infinite;
  pointer-events: none;
}

.loader-wrap.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-orb {
  position: relative;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  z-index: 2;
}

.loader-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(246, 194, 80, 0.34);
}

.loader-ring--outer {
  border-top-color: var(--gold-1);
  border-right-color: rgba(246, 194, 80, 0.78);
  box-shadow:
    0 0 18px rgba(246, 194, 80, 0.28),
    inset 0 0 14px rgba(246, 194, 80, 0.16);
  animation: loaderSpin 2.2s linear infinite;
}

.loader-ring--inner {
  inset: 11px;
  border-color: rgba(255, 221, 156, 0.35);
  border-left-color: rgba(255, 221, 156, 0.95);
  border-bottom-color: rgba(255, 221, 156, 0.72);
  animation: loaderSpinReverse 1.7s linear infinite;
}

.loader-core {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 194, 80, 0.5);
  background: radial-gradient(circle at 30% 25%, #6b4a2a 0%, #362515 70%, #26190f 100%);
  box-shadow:
    inset 0 0 22px rgba(246, 194, 80, 0.18),
    0 8px 20px -14px rgba(0, 0, 0, 0.6);
  animation: loaderCorePulse 2.6s ease-in-out infinite;
}

.loader-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 0 6px rgba(246, 194, 80, 0.32));
}

.loader-title {
  z-index: 2;
  font-family: "Cinzel", serif;
  font-size: clamp(0.72rem, 1.4vw, 0.86rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #b7791f 0%, #f6c250 45%, #fff0ca 50%, #f6c250 55%, #b7791f 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: loaderShimmer 3.4s linear infinite;
}

.loader-tagline {
  z-index: 2;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(243, 219, 176, 0.86);
}

.loader-progress {
  z-index: 2;
  width: min(210px, 58vw);
  height: 3px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 217, 151, 0.2);
}

.loader-progress span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(246, 194, 80, 0), #f6c250 45%, #fff0ca 60%, rgba(246, 194, 80, 0));
  animation: loaderProgress 1.6s ease-in-out infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

@keyframes loaderSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loaderSpinReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes loaderCorePulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      inset 0 0 22px rgba(246, 194, 80, 0.18),
      0 8px 20px -14px rgba(0, 0, 0, 0.6);
  }
  50% {
    transform: scale(1.06);
    box-shadow:
      inset 0 0 28px rgba(246, 194, 80, 0.26),
      0 12px 26px -14px rgba(246, 194, 80, 0.32);
  }
}

@keyframes loaderShimmer {
  to {
    background-position: 220% 0;
  }
}

@keyframes loaderProgress {
  0% {
    transform: translateX(-120%);
    opacity: 0.4;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateX(260%);
    opacity: 0.45;
  }
}

@keyframes loaderDrift {
  to {
    transform: translate3d(16px, 10px, 0);
  }
}

@keyframes loaderAura {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.46;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.72;
  }
}

@keyframes glowFloat {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, 18px);
  }
}

@keyframes waZoom {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.17);
  }
}

@keyframes heroMove {
  from {
    transform: scale(1.01) translateY(0);
  }
  to {
    transform: scale(1.04) translateY(0);
  }
}

@keyframes bookPulse {
  0%,
  100% {
    transform: rotateY(-14deg) rotateX(4deg) translateY(0);
  }
  50% {
    transform: rotateY(-10deg) rotateX(4deg) translateY(-5px);
  }
}

@keyframes bookFrontFloat {
  0%,
  100% {
    transform: perspective(1200px) rotateY(-10deg) translateY(0);
  }
  50% {
    transform: perspective(1200px) rotateY(-8deg) translateY(-4px);
  }
}

@keyframes bookBackFloat {
  0%,
  100% {
    transform: perspective(1200px) rotateY(10deg) translateY(0);
  }
  50% {
    transform: perspective(1200px) rotateY(8deg) translateY(4px);
  }
}

@media (max-width: 1080px) {
  .nav-links {
    position: absolute;
    top: calc(100% + 0.4rem);
    right: 4%;
    width: min(260px, 92vw);
    border: 1px solid rgba(217, 171, 81, 0.35);
    border-radius: 0.9rem;
    background: rgba(53, 40, 28, 0.96);
    padding: 0.8rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .menu-btn {
    display: inline-flex;
  }

  .site-header.nav-open .nav-links {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

  .about-grid,
  .book-grid,
  .gallery-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-copy .about-image {
    float: none;
    width: 100%;
    margin: 0 0 1rem;
  }

  .book-columns {
    grid-template-columns: 1fr;
  }

  .featured-meta {
    grid-template-columns: 1fr;
  }

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

  .songs-hub-grid {
    grid-template-columns: 1fr;
  }

  .song-player-panel,
  .songs-top-list,
  .songs-bottom-left,
  .songs-bottom-right {
    grid-column: auto;
    grid-row: auto;
  }

  .stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .section {
    padding: clamp(2.8rem, 9vw, 3.8rem) 0;
  }

  .hero {
    min-height: auto;
    padding-top: 102px;
    padding-bottom: 2.4rem;
  }

  .hero-bg {
    background-position: 76% center;
    transform: none;
    animation: none;
  }

  .hero-content {
    max-width: 100%;
  }

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

  .hero .subtitle {
    font-size: clamp(0.82rem, 3.8vw, 1rem);
    letter-spacing: 0.1em;
  }

  .hero .quote {
    margin-top: 1rem;
    padding: 0.85rem 0.95rem;
    font-size: clamp(0.98rem, 4.1vw, 1.1rem);
    line-height: 1.45;
  }

  .business-grid,
  .stats-grid,
  .footer-grid,
  .countdown,
  .book-showcase,
  .book-pair {
    grid-template-columns: 1fr;
  }

  .book-entry {
    padding: 0.95rem;
  }

  .songs-hub {
    padding: 1rem;
  }

  .song-audio-shell {
    min-height: 240px;
    padding: 1rem;
  }

  .song-audio-shell h4 {
    font-size: clamp(1.35rem, 6vw, 2rem);
  }

  #songNowHint {
    font-size: 1rem;
  }

  .song-item {
    grid-template-columns: 1fr;
    gap: 0.58rem;
  }

  .song-play {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 0.2rem;
  }

  .book-inline-gallery {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.35rem;
  }

  .book-inline-gallery::-webkit-scrollbar {
    height: 6px;
  }

  .book-inline-gallery::-webkit-scrollbar-track {
    background: rgba(255, 232, 188, 0.12);
    border-radius: 999px;
  }

  .book-inline-gallery::-webkit-scrollbar-thumb {
    background: rgba(246, 194, 80, 0.75);
    border-radius: 999px;
  }

  .cover-card {
    flex: 0 0 min(78vw, 270px);
    scroll-snap-align: start;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions a {
    flex: 1;
  }

  .about-image img,
  .gallery-stage,
  .map-wrap,
  .map-wrap iframe {
    min-height: 320px;
  }

  .brand {
    font-size: 0.84rem;
  }

  .brand-logo {
    width: 34px;
    height: 34px;
  }

  .loader-orb {
    width: 86px;
    height: 86px;
  }

  .loader-core {
    width: 54px;
    height: 54px;
  }

  .loader-logo {
    width: 46px;
    height: 46px;
  }

  .loader-tagline {
    letter-spacing: 0.14em;
    font-size: 0.57rem;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(94%, 1200px);
  }

  .inner-main {
    padding-top: 5.9rem;
  }

  .hero {
    padding-top: 96px;
    padding-bottom: 2rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .hero-actions a {
    width: 100%;
    flex: none;
  }

  .song-audio-shell {
    min-height: 220px;
  }

  .song-item {
    min-height: 0;
    padding: 0.8rem;
  }

  .thumb-item {
    padding: 0.45rem;
    gap: 0.55rem;
  }

  .thumb-item img {
    width: 62px;
    height: 56px;
  }

  .about-image img,
  .gallery-stage,
  .map-wrap,
  .map-wrap iframe {
    min-height: 250px;
  }

  .wa-float {
    right: 0.75rem;
    bottom: 0.75rem;
    width: 52px;
    height: 52px;
  }

  .wa-icon {
    width: 28px;
    height: 28px;
  }

  .business-head {
    gap: 0.55rem;
  }

  .logo-box {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .company-ribbon {
    min-height: 44px;
    font-size: 0.67rem;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.55rem;
  }
}

@media (max-width: 430px) {
  .hero-bg {
    background-position: 82% center;
  }

  .nav-links {
    right: 0;
    width: min(92vw, 300px);
  }

  .nav-inner {
    padding-inline: 0.65rem;
  }

  .brand {
    font-size: 0.78rem;
  }

  .brand span {
    max-width: 44vw;
  }

  .menu-btn {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
