/*
Theme Name: Paradise Firenze
Theme URI: https://paradisefirenze.it
Author: Bottega Digitale
Author URI: https://bottegadigitale.it
Description: Custom theme for Paradise — Reading Library, Bar & Ristorante, Via San Gallo 16/R, Firenze. Indian-Italian fusion concept with dark green and gold branding.
Version: 1.0
Text Domain: paradise
*/

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

:root {
  --green: #1B2E28;
  --green-deep: #12211D;
  --gold: #C99A3B;
  --gold-light: #E0B86A;
  --cream: #F7F4EC;
  --text-soft: #A8B5AE;
}

html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; background: var(--cream); color: #2B2B2B; overflow-x: hidden; }
h1, h2, h3 { font-family: 'Playfair Display', serif; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }

/* ---------- NAV ---------- */
nav.site-nav {
  position: fixed; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center;
  padding: 26px 56px; z-index: 200; background: transparent; transition: all 0.35s ease;
}
nav.site-nav.scrolled { padding: 16px 56px; background: rgba(27,46,40,0.96); backdrop-filter: blur(10px); box-shadow: 0 4px 24px rgba(0,0,0,0.15); }
.logo { font-family: 'Playfair Display', serif; font-size: 20px; letter-spacing: 2px; font-weight: 600; color: var(--cream); }
.logo span { color: var(--gold); }
.nav-links { display: flex; gap: 34px; font-size: 12px; letter-spacing: 1px; align-items: center; list-style: none; }
.nav-links a { color: rgba(247,244,236,0.85); transition: color 0.3s ease; }
.nav-links a:hover { color: var(--gold-light); }
.nav-cta { padding: 11px 26px; background: var(--gold); color: var(--green-deep) !important; border-radius: 3px; font-weight: 600; }
.nav-cta:hover { background: var(--gold-light); }
.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.burger span { width: 22px; height: 2px; background: var(--cream); display: block; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- HERO ---------- */
.hero {
  background: var(--green);
  background-image: radial-gradient(circle at 15% 20%, rgba(201,154,59,0.08), transparent 45%);
  min-height: 100vh; display: flex; align-items: center; padding: 140px 56px 80px; position: relative; overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; inset: 0; opacity: 0.05; pointer-events: none;
  background-image: radial-gradient(circle, var(--gold) 1px, transparent 1px); background-size: 22px 22px;
}
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1180px; margin: 0 auto; width: 100%; position: relative; z-index: 2; }
.hero-plate {
  width: 100%; aspect-ratio: 1/1; border-radius: 50%; position: relative;
  background: radial-gradient(circle at 35% 30%, #2b2b2b, #0d0d0d 70%);
  box-shadow: 0 40px 80px rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center;
  animation: floatPlate 6s ease-in-out infinite; overflow: hidden;
}
.hero-plate img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
@keyframes floatPlate { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.hero-plate .placeholder-label { color: rgba(255,255,255,0.25); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
.hero-plate-ring { position: absolute; inset: -14px; border: 1.5px solid rgba(201,154,59,0.4); border-radius: 50%; pointer-events: none; }
.hero-text { color: var(--cream); opacity: 0; animation: fadeUp 1.1s ease forwards 0.3s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.hero-eyebrow { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 20px; font-weight: 500; }
.hero h1 { font-size: clamp(34px, 4.2vw, 52px); font-weight: 500; line-height: 1.25; margin-bottom: 30px; color: var(--cream); }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.btn {
  display: inline-block; padding: 16px 38px; background: var(--gold); color: var(--green-deep);
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; border-radius: 3px; font-weight: 600; transition: all 0.3s ease;
}
.btn:hover { background: var(--gold-light); transform: translateY(-3px); box-shadow: 0 14px 28px rgba(201,154,59,0.3); }
.btn-outline { background: transparent; color: var(--cream); border: 1.5px solid rgba(247,244,236,0.4); margin-left: 14px; }
.btn-outline:hover { background: var(--cream); color: var(--green-deep); border-color: var(--cream); }

/* ---------- SHARED ---------- */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.eyebrow-light { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 14px; }
.page-hero { background: var(--green); padding: 180px 56px 90px; text-align: center; }
.page-hero h1 { color: var(--cream); font-size: 42px; font-weight: 500; }
.page-hero p { color: var(--gold-light); font-size: 12px; letter-spacing: 3px; text-transform: uppercase; margin-top: 14px; }

/* ---------- ABOUT ---------- */
.about { padding: 130px 56px; max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
.about-photo { border-radius: 8px; height: 460px; background: linear-gradient(150deg, #2b2b2b, #12211D); position: relative; overflow: hidden; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo .placeholder-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
.about-text h2 { font-size: 34px; font-weight: 500; color: var(--green-deep); margin-bottom: 20px; line-height: 1.3; }
.about-text p { font-size: 14px; color: #5a5a5a; line-height: 1.85; margin-bottom: 16px; max-width: 460px; }

/* ---------- STRIP ---------- */
.strip { background: var(--green); padding: 90px 56px; }
.strip-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(247,244,236,0.08); }
.strip-card { background: var(--green); padding: 44px 24px; text-align: center; transition: background 0.4s ease; }
.strip-card:hover { background: var(--green-deep); }
.strip-icon { font-size: 26px; margin-bottom: 16px; color: var(--gold); }
.strip-card h3 { font-size: 14px; color: var(--cream); font-weight: 600; margin-bottom: 8px; letter-spacing: 0.5px; font-family: 'Poppins', sans-serif; }
.strip-card p { font-size: 12px; color: var(--text-soft); line-height: 1.6; }

/* ---------- FEATURE BLOCKS (alternating) ---------- */
.feature-block { padding: 90px 56px; max-width: 1180px; margin: 0 auto; opacity: 0; transform: translateX(-50px); transition: opacity 0.9s ease, transform 0.9s ease; }
.feature-block.feature-reverse { transform: translateX(50px); }
.feature-block.visible { opacity: 1; transform: translateX(0); }
.feature-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.feature-reverse .feature-inner { direction: rtl; }
.feature-reverse .feature-inner > * { direction: ltr; }
.feature-photo { height: 380px; border-radius: 8px; position: relative; overflow: hidden; background: linear-gradient(150deg, #2b2b2b, #12211D); }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; }
.feature-photo .placeholder-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.28); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
.feature-text h2 { font-size: 32px; font-weight: 500; color: var(--green-deep); margin-bottom: 18px; }
.feature-text p { font-size: 14px; color: #5a5a5a; line-height: 1.85; margin-bottom: 26px; max-width: 440px; }

/* ---------- MENU ---------- */
.menu-section { padding: 130px 56px; max-width: 900px; margin: 0 auto; text-align: center; }
.menu-section h2 { font-size: 34px; font-weight: 500; color: var(--green-deep); margin-bottom: 12px; }
.menu-tabs { display: flex; justify-content: center; gap: 40px; margin: 40px 0 50px; border-bottom: 1px solid #e5e0d3; flex-wrap: wrap; }
.menu-tab { padding-bottom: 16px; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: #9a9a9a; cursor: pointer; border-bottom: 2px solid transparent; transition: all 0.3s ease; font-weight: 600; }
.menu-tab.active { color: var(--green-deep); border-color: var(--gold); }
.menu-panel { display: none; text-align: left; }
.menu-panel.active { display: block; animation: fadeUp 0.5s ease; }
.menu-row { display: flex; align-items: baseline; gap: 10px; padding: 16px 0; border-bottom: 1px dashed #ddd6c4; }
.menu-item-name { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 600; color: var(--green-deep); white-space: nowrap; }
.menu-dots { flex: 1; border-bottom: 1px dotted #c9c2ac; transform: translateY(-4px); }
.menu-item-price { font-size: 14px; font-weight: 700; color: var(--gold); }
.menu-item-desc { display: block; font-size: 12px; color: #8a8a8a; margin-top: 3px; }

/* ---------- GALLERY ---------- */
.gallery-section { padding: 0 56px 130px; max-width: 1180px; margin: 0 auto; }
.gallery-section .eyebrow-light { text-align: center; }
.gallery-section h2 { font-size: 34px; font-weight: 500; color: var(--green-deep); text-align: center; margin-bottom: 50px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-tile { height: 220px; border-radius: 6px; background: linear-gradient(150deg, #2b2b2b, #12211D); position: relative; overflow: hidden; transition: transform 0.4s ease; }
.gallery-tile:hover { transform: translateY(-6px); }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; }
.gallery-tile .placeholder-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.gallery-tile.tall { grid-row: span 2; height: 454px; }

/* ---------- RESERVATIONS PAGE ---------- */
.reservations-wrap { padding: 90px 56px; max-width: 900px; margin: 0 auto; }
.reservations-intro { text-align: center; margin-bottom: 50px; }
.reservations-intro h2 { font-size: 32px; color: var(--green-deep); font-weight: 500; }
.reservations-intro p { color: #6a6a6a; font-size: 14px; margin-top: 12px; }

/* ---------- CONTACT PAGE ---------- */
.contact-wrap { padding: 90px 56px; max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-info h3 { font-family: 'Playfair Display', serif; color: var(--green-deep); font-size: 22px; margin-bottom: 18px; }
.contact-info p { font-size: 14px; color: #5a5a5a; line-height: 2; }
.contact-info a { color: var(--gold); font-weight: 600; }
.contact-map { height: 100%; min-height: 320px; border-radius: 8px; overflow: hidden; background: #eee; }
.contact-map iframe { width: 100%; height: 100%; border: 0; min-height: 320px; }

/* ---------- NEWSLETTER ---------- */
.newsletter { background: var(--green-deep); padding: 80px 56px; text-align: center; }
.newsletter h3 { color: var(--cream); font-size: 26px; font-weight: 500; margin-bottom: 12px; }
.newsletter p { color: var(--text-soft); font-size: 13px; margin-bottom: 32px; }
.newsletter-form { display: flex; justify-content: center; gap: 12px; max-width: 440px; margin: 0 auto; flex-wrap: wrap; }
.newsletter-form input { flex: 1; min-width: 220px; padding: 15px 20px; border-radius: 3px; border: none; font-size: 13px; font-family: 'Poppins', sans-serif; }
.newsletter-form .btn { padding: 15px 30px; border: none; cursor: pointer; }

/* ---------- FOOTER ---------- */
footer.site-footer { background: #0E1815; color: rgba(247,244,236,0.5); padding: 56px 56px 28px; }
.footer-inner { max-width: 1180px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 32px; }
.footer-col h4 { color: var(--gold-light); font-family: 'Playfair Display', serif; font-size: 15px; margin-bottom: 16px; font-weight: 600; }
.footer-col p, .footer-col a { display: block; font-size: 13px; color: rgba(247,244,236,0.55); margin-bottom: 8px; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { max-width: 1180px; margin: 40px auto 0; padding-top: 22px; border-top: 1px solid rgba(247,244,236,0.08); font-size: 11px; text-align: center; }

@media (max-width: 900px) {
  nav.site-nav { padding: 18px 24px; }
  .nav-links { position: fixed; top: 64px; left: 0; right: 0; background: var(--green); flex-direction: column; padding: 30px 0; gap: 22px; transform: translateY(-120%); opacity: 0; transition: all 0.3s ease; }
  .nav-links.open { transform: translateY(0); opacity: 1; }
  .burger { display: flex; }
  .nav-cta { display: none; }
  .hero { padding: 120px 24px 60px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-plate { max-width: 320px; margin: 0 auto; }
  .about { grid-template-columns: 1fr; padding: 90px 24px; gap: 32px; }
  .about-photo { height: 280px; }
  .feature-block { padding: 60px 24px; }
  .feature-inner, .feature-reverse .feature-inner { grid-template-columns: 1fr; direction: ltr; gap: 28px; }
  .feature-photo { height: 240px; }
  .strip { padding: 60px 24px; }
  .strip-inner { grid-template-columns: 1fr 1fr; }
  .menu-section { padding: 90px 24px; }
  .gallery-section { padding: 0 24px 90px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-tile.tall { grid-row: span 1; height: 220px; grid-column: span 2; }
  .contact-wrap { grid-template-columns: 1fr; padding: 60px 24px; }
  footer.site-footer { padding: 40px 24px 24px; }
  .page-hero { padding: 140px 24px 70px; }
}
