/*
Theme Name: Domani
Theme URI: https://www.sakabar.jp/
Author: Domani
Description: WordPress theme for こあがり酒Bar Domani.
Version: 1.0.0
Text Domain: domani
*/

:root {
  --domani-green: #198754;
  --domani-teal: #20c997;
  --domani-blue: #17a2b8;
  --domani-gold: #ffc107;
  --domani-dark: #202326;
  --domani-muted: #667085;
  --domani-paper: #f7f9f7;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: #1f2933;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.7;
}

a {
  color: var(--domani-green);
}

.site-navbar {
  background: var(--domani-green);
}

.brand-logo {
  height: 42px;
  width: 42px;
  object-fit: cover;
}

.hero-gradient {
  background: linear-gradient(135deg, var(--domani-green) 0%, var(--domani-teal) 52%, var(--domani-blue) 100%);
  color: #fff;
  min-height: 48vh;
  overflow: hidden;
  position: relative;
}

.hero-gradient::before {
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.32) 2px, transparent 2px),
    radial-gradient(circle at 76% 70%, rgba(255, 255, 255, 0.22) 1px, transparent 1px);
  background-size: 58px 58px, 38px 38px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-gradient > .container {
  position: relative;
  z-index: 1;
}

.hero-logo {
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.45);
  max-width: 180px;
}

.lantern {
  align-items: center;
  background: linear-gradient(to bottom, var(--domani-green), var(--domani-teal));
  border-radius: 45px 45px 16px 16px;
  box-shadow: 0 10px 28px rgba(25, 135, 84, 0.35);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  height: 58px;
  justify-content: center;
  margin: 0 0.35rem;
  width: 44px;
}

.section-pad {
  padding: 4rem 0;
}

.soft-section {
  background: var(--domani-paper);
}

.domani-card {
  border: 1px solid rgba(25, 135, 84, 0.18);
  border-radius: 0.75rem;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
  height: 100%;
}

.domani-card .card-header {
  border-radius: 0.75rem 0.75rem 0 0;
}

.icon-disc {
  align-items: center;
  background: rgba(25, 135, 84, 0.12);
  border-radius: 50%;
  color: var(--domani-green);
  display: inline-flex;
  font-size: 1.6rem;
  height: 4rem;
  justify-content: center;
  width: 4rem;
}

.price-tag {
  background: linear-gradient(135deg, var(--domani-gold), #ff8c00);
  border-radius: 999px;
  color: #1b1b1b;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.2rem 0.65rem;
  white-space: nowrap;
}

.event-thumb {
  aspect-ratio: 16 / 9;
  background: #e8efe8;
  object-fit: cover;
  width: 100%;
}

.event-cancelled {
  filter: grayscale(1);
  opacity: 0.72;
}

.event-cancelled .event-thumb,
.event-cancelled img {
  filter: grayscale(1);
}

.event-status-badge {
  border-radius: 999px;
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
}

.event-status-cancelled {
  background: #6c757d;
  color: #fff;
}

.footer-custom {
  background: #222;
  color: #ddd;
}

.footer-custom a {
  color: #ddd;
  text-decoration: none;
}

.footer-custom a:hover {
  color: var(--domani-teal);
}

.footer-logo {
  height: 72px;
  width: 72px;
  object-fit: cover;
}

.map-frame {
  border: 0;
  border-radius: 0.75rem;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.16);
  height: 430px;
  width: 100%;
}

.menu-disabled {
  position: relative;
}

.menu-disabled::before {
  background: rgba(80, 80, 80, 0.83);
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.menu-disabled::after {
  color: #fff;
  content: "Coming Soon";
  font-size: clamp(2rem, 7vw, 4rem);
  font-weight: 800;
  left: 50%;
  position: absolute;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 4;
}

@media (max-width: 767.98px) {
  .hero-gradient {
    min-height: 38vh;
  }

  .section-pad {
    padding: 2.5rem 0;
  }

  .lantern {
    height: 46px;
    margin: 0 0.18rem;
    width: 34px;
  }
}
