/*
Theme Name: Specbeer Classic
Author: ChatGPT
Version: 1.0
Description: Klasyczny motyw WordPress utworzony z HTML.
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --gold: #C9930A;
    --gold-light: #F0B429;
    --cream: #F5EDD7;
    --dark: #0E0B07;
    --dark2: #1A1509;
    --dark3: #231D0F;
    --text-muted: #9A8C70;
    --radius: 4px;
  }
  body { font-family: 'Inter', sans-serif; background: var(--dark); color: var(--cream); line-height: 1.6; overflow-x: hidden; }

  nav { position: sticky; top: 0; z-index: 100; background: rgba(14,11,7,0.97); border-bottom: 1px solid rgba(201,147,10,0.2); padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 64px; }
  .nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 0.08em; color: var(--gold-light); }
  .nav-logo span { color: var(--cream); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { color: var(--text-muted); text-decoration: none; font-size: 0.85rem; letter-spacing: 0.05em; text-transform: uppercase; transition: color 0.2s; }
  .nav-links a:hover { color: var(--gold-light); }
  .nav-cta { background: var(--gold); color: var(--dark); border: none; padding: 0.45rem 1.2rem; border-radius: var(--radius); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: background 0.2s; }
  .nav-cta:hover { background: var(--gold-light); }

  .hero { min-height: 92vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 4rem 2rem; background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(201,147,10,0.08) 0%, transparent 70%); border-bottom: 1px solid rgba(201,147,10,0.12); }
  .hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; display: flex; align-items: center; justify-content: center; gap: 12px; }
  .hero-eyebrow::before, .hero-eyebrow::after { content: ''; display: block; width: 40px; height: 1px; background: var(--gold); opacity: 0.5; }
  .hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(4rem, 14vw, 10rem); line-height: 0.88; letter-spacing: 0.02em; color: var(--cream); margin-bottom: 0.2em; }
  .hero h1 em { font-style: normal; color: var(--gold-light); display: block; }
  .hero-sub { font-size: 1rem; color: var(--text-muted); max-width: 460px; margin: 1.5rem auto 2.5rem; line-height: 1.75; }
  .hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  .btn-primary { background: var(--gold); color: var(--dark); border: none; padding: 0.85rem 2.2rem; border-radius: var(--radius); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: background 0.2s, transform 0.15s; display: inline-block; }
  .btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
  .btn-secondary { background: transparent; color: var(--cream); border: 1px solid rgba(245,237,215,0.25); padding: 0.85rem 2.2rem; border-radius: var(--radius); font-size: 0.9rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: border-color 0.2s, color 0.2s; display: inline-block; }
  .btn-secondary:hover { border-color: var(--gold); color: var(--gold-light); }
  .hero-stats { display: flex; gap: 3rem; justify-content: center; flex-wrap: wrap; margin-top: 4rem; padding-top: 3rem; border-top: 1px solid rgba(201,147,10,0.15); }
  .stat { text-align: center; }
  .stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 2.6rem; color: var(--gold-light); letter-spacing: 0.03em; line-height: 1; }
  .stat-label { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); margin-top: 4px; }

  section { padding: 6rem 2rem; }
  .container { max-width: 1100px; margin: 0 auto; }
  .section-label { font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; }
  .section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.4rem, 6vw, 4rem); letter-spacing: 0.03em; line-height: 1; color: var(--cream); margin-bottom: 1rem; }
  .section-desc { color: var(--text-muted); max-width: 560px; font-size: 0.95rem; line-height: 1.8; margin-bottom: 3rem; }

  .beers-section { background: var(--dark2); }
  .beers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5px; border: 1.5px solid rgba(201,147,10,0.15); border-radius: 6px; overflow: hidden; margin-bottom: 2rem; }
  .beer-card { background: var(--dark3); padding: 2rem 1.75rem; transition: background 0.2s; }
  .beer-card:hover { background: #2A2210; }
  .beer-style { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
  .beer-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.9rem; letter-spacing: 0.03em; color: var(--cream); margin-bottom: 0.5rem; line-height: 1; }
  .beer-desc { font-size: 0.82rem; color: var(--text-muted); line-height: 1.7; }

  .seasonal-notice { background: var(--dark); border: 1px solid rgba(201,147,10,0.25); border-left: 3px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; padding: 1.2rem 1.5rem; display: flex; gap: 1rem; align-items: flex-start; }
  .seasonal-notice-icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }
  .seasonal-notice-title { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 4px; }
  .seasonal-notice-text { font-size: 0.83rem; color: var(--text-muted); line-height: 1.65; }

  .reviews-section { background: var(--dark); }
  .reviews-track-wrap { overflow: hidden; position: relative; }
  .reviews-track-wrap::before, .reviews-track-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
  .reviews-track-wrap::before { left: 0; background: linear-gradient(to right, var(--dark), transparent); }
  .reviews-track-wrap::after { right: 0; background: linear-gradient(to left, var(--dark), transparent); }
  .reviews-track { display: flex; gap: 1.5rem; animation: scroll-reviews 40s linear infinite; width: max-content; }
  .reviews-track:hover { animation-play-state: paused; }
  @keyframes scroll-reviews { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
  .review-card { background: var(--dark3); border: 1px solid rgba(201,147,10,0.12); border-radius: 6px; padding: 1.5rem; width: 280px; flex-shrink: 0; }
  .review-stars { color: var(--gold-light); font-size: 0.9rem; margin-bottom: 0.6rem; letter-spacing: 2px; }
  .review-text { font-size: 0.82rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1rem; }
  .review-author { font-size: 0.75rem; font-weight: 500; color: var(--cream); }
  .review-date { font-size: 0.68rem; color: rgba(154,140,112,0.6); margin-top: 2px; }

  .bar-section { background: var(--dark2); border-top: 1px solid rgba(201,147,10,0.12); }
  .bar-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
  @media (max-width: 700px) { .bar-inner { grid-template-columns: 1fr; gap: 2.5rem; } .nav-links { display: none; } }
  .bar-details { display: flex; flex-direction: column; gap: 1.8rem; }
  .bar-detail-row { display: flex; gap: 1.2rem; border-bottom: 1px solid rgba(201,147,10,0.1); padding-bottom: 1.4rem; }
  .bar-detail-row:last-child { border-bottom: none; padding-bottom: 0; }
  .bar-detail-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
  .bar-detail-label { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 3px; }
  .bar-detail-value { font-size: 0.95rem; color: var(--cream); font-weight: 500; line-height: 1.6; }
  .bar-detail-value a { color: var(--gold-light); text-decoration: none; }
  .bar-detail-value a:hover { text-decoration: underline; }
  .hours-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
  .hours-table tr { border-bottom: 1px solid rgba(201,147,10,0.08); }
  .hours-table tr:last-child { border-bottom: none; }
  .hours-table td { padding: 7px 0; color: var(--text-muted); }
  .hours-table td:last-child { text-align: right; color: var(--cream); }
  .hours-table .closed { color: rgba(154,140,112,0.4); }
  .hours-table .today-row td { color: var(--gold-light); font-weight: 500; }
  .map-box { background: var(--dark); border: 1px solid rgba(201,147,10,0.2); border-radius: 6px; padding: 2.5rem 2rem; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1rem; text-align: center; }
  .map-address { font-size: 0.9rem; color: var(--cream); line-height: 1.6; }
  .map-city { font-size: 0.78rem; color: var(--text-muted); margin-top: 2px; }
  .map-link-btn { display: inline-block; margin-top: 0.6rem; background: var(--gold); color: var(--dark); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.55rem 1.4rem; border-radius: var(--radius); text-decoration: none; transition: background 0.2s; }
  .map-link-btn:hover { background: var(--gold-light); }

  .contact-strip { background: var(--dark3); border-top: 1px solid rgba(201,147,10,0.12); }
  .contact-strip-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; padding: 3rem 2rem; max-width: 1100px; margin: 0 auto; }
  .contact-strip-text h3 { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; letter-spacing: 0.04em; color: var(--cream); }
  .contact-strip-text p { font-size: 0.85rem; color: var(--text-muted); margin-top: 4px; }
  .contact-strip-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
  .contact-phone-btn { background: var(--gold); color: var(--dark); padding: 0.8rem 1.8rem; border-radius: var(--radius); font-weight: 600; font-size: 1rem; letter-spacing: 0.04em; text-decoration: none; transition: background 0.2s; display: flex; align-items: center; gap: 8px; }
  .contact-phone-btn:hover { background: var(--gold-light); }
  .contact-web-btn { background: transparent; color: var(--cream); border: 1px solid rgba(245,237,215,0.2); padding: 0.8rem 1.8rem; border-radius: var(--radius); font-size: 0.88rem; text-decoration: none; transition: border-color 0.2s; }
  .contact-web-btn:hover { border-color: var(--gold); color: var(--gold-light); }

  footer { background: var(--dark); border-top: 1px solid rgba(201,147,10,0.12); padding: 2.5rem 2rem; text-align: center; }
  .footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: var(--gold-light); letter-spacing: 0.08em; margin-bottom: 0.6rem; }
  .footer-tagline { font-size: 0.75rem; color: var(--text-muted); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.6rem; }
  .footer-small { font-size: 0.72rem; color: rgba(154,140,112,0.4); }
