/* ---- Hero ---- */
.hero {
  margin-top: 80px;
  height: calc(100vh - 80px);
  min-height: 560px;
  background-image: url('../images/home/coldrock-home-hero.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}
.hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}
.hero-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: -8px;
}
.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(80px, 12vw, 170px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.9;
  margin-bottom: 36px;
}
.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---- About Brief ---- */
.about-brief {
  background: #000;
  padding: 80px 40px;
}
.about-brief-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.about-neon-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.about-text-col {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about-block h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 6px;
}
.about-block h2 {
  font-family: 'Amatic SC', handwriting;
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
}
.about-block p {
  font-size: 14px;
  color: #bbb;
  line-height: 1.8;
  margin-bottom: 12px;
}
.about-block ul { list-style: none; }
.about-block ul li {
  font-size: 14px;
  color: #bbb;
  padding: 4px 0 4px 16px;
  position: relative;
}
.about-block ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--orange);
}

/* ---- Promo ---- */
.promo-wrap { background: #111; }
.promo-section {
  background: #111;
  padding: 80px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}
.promo-text { flex: 1; }
.promo-text .section-label { display: block; margin-bottom: 4px; }
.promo-text h2 {
  font-family: 'Amatic SC', handwriting;
  font-size: 64px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.1;
  margin-bottom: 16px;
}
.promo-text p {
  font-size: 14px;
  color: #bbb;
  line-height: 1.8;
  margin-bottom: 16px;
  max-width: 420px;
}
.promo-discount {
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 8px;
}
.promo-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.promo-bottle { flex: 0 0 220px; }
.promo-bottle img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
}

/* ---- Things To Do Grid ---- */
.things-section {
  position: relative;
  background-image: url('../images/things-to-do/coldrock-things-to-do-bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 40px;
}
.things-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
}
.things-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.things-header { text-align: center; margin-bottom: 48px; }
.things-header h2 {
  font-family: 'Amatic SC', handwriting;
  font-size: 64px;
  font-weight: 700;
  color: #fff;
}
.things-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.thing-card {
  position: relative;
  height: 280px;
  overflow: hidden;
  cursor: pointer;
}
.thing-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 60%);
  z-index: 1;
  transition: background 0.3s;
}
.thing-card:hover::before {
  background: linear-gradient(to top, rgba(240,68,4,0.85) 0%, rgba(240,68,4,0.3) 60%);
}
.thing-card .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s;
}
.thing-card:hover .bg { transform: scale(1.05); }
.thing-card-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  font-family: 'Amatic SC', handwriting;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

/* ---- Brands ---- */
.brands-section {
  padding: 60px 40px;
  background: #fff;
  text-align: center;
}
.brands-section h2 {
  font-family: 'Amatic SC', handwriting;
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
}
.brands-logos {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.brands-logos img {
  height: 30px;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: opacity 0.2s;
}
.brands-logos img:hover { opacity: 1; filter: none; }

/* ---- Menu ---- */
.menu-section {
  background: var(--light);
  padding: 80px 40px;
}
.menu-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.menu-section h2 {
  font-family: 'Amatic SC', handwriting;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
}
.menu-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #ddd;
  margin-bottom: 40px;
}
.menu-tab {
  padding: 12px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  color: #888;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s;
}
.menu-tab.active, .menu-tab:hover {
  color: var(--orange);
  border-bottom-color: var(--orange);
}
.menu-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 48px;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 12px;
}
.menu-item-name { font-weight: 700; font-size: 14px; }
.menu-item-desc { font-size: 12px; color: #888; margin-top: 2px; }
.menu-item-price {
  font-weight: 900;
  font-size: 15px;
  color: var(--orange);
  white-space: nowrap;
  margin-left: 16px;
}
.menu-tab-content { display: none; }
.menu-tab-content.active { display: grid; }

/* ---- Blog Section (home) ---- */
.blog-section {
  background: var(--dark);
  padding: 80px 40px;
}
.blog-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.blog-section h2 {
  font-family: 'Noto Sans JP', 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ---- Events ---- */
.events-section {
  background: var(--light2);
  padding: 80px 40px;
}
.events-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.events-section h2 {
  font-family: 'Noto Sans JP', 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.event-card {
  background: var(--orange);
  color: #fff;
  padding: 32px 24px;
}
.event-date {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  opacity: 0.85;
}
.event-title {
  font-family: 'Noto Sans JP', 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}
.event-desc { font-size: 13px; opacity: 0.9; line-height: 1.7; }

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .about-brief-grid { grid-template-columns: 1fr; }
  .things-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .menu-items { grid-template-columns: 1fr; }
  .promo-section { flex-direction: column; }
}
@media (max-width: 480px) {
  .things-grid { grid-template-columns: 1fr; }
}
