/*
Theme Name: Smileybooth
Template: generatepress
Description: Child theme voor Smileybooth - photobooth verhuur
Version: 1.0
Author: Lekker Vindbaar
*/

/* ══════════════════════════════════════
   SMILEYBOOTH DESIGN SYSTEM
   ══════════════════════════════════════ */
:root {
  --cream: #FAF7F2;
  --sand: #F0EBE1;
  --sand-light: #F5F0E8;
  --line: #E8DFD0;
  --muted: #D4C4AA;
  --gold-light: #E8D5A8;
  --gold-glow: rgba(196,164,108,0.15);
  --gold: #C4A46C;
  --gold-dark: #A88B5C;
  --gold-deep: #96793E;
  --bronze: #8B7355;
  --warm-gray: #B8A88A;
  --walnut: #6B5A4A;
  --espresso: #5A4A3A;
  --night: #2E2420;
  --white: #FFFFFF;
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', -apple-system, sans-serif;
  --max-width: 1140px;
  --section-padding: 100px;
  --section-padding-mobile: 60px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: var(--espresso);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  padding-top: 80px !important;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }

/* ══════════════════════════════════════
   GENERATEPRESS OVERRIDES
   ══════════════════════════════════════ */
#masthead, .site-header, #site-navigation { display: none !important; }
.page-header, .entry-header { display: none !important; }
.site-content { display: block !important; }
.content-area, .site-main { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
#right-sidebar, .widget-area.sidebar { display: none !important; }
.inside-article { padding: 0 !important; }
.site-footer, .site-info { display: none !important; }
.inside-article, .entry-content { max-width: 1200px !important; width: 100% !important; margin: 0 auto !important; }
body:not(.home) .site-content, body:not(.home) .content-area, body:not(.home) .site-main, body:not(.home) .inside-article, body:not(.home) .entry-content, body:not(.home) .site-main > article, body:not(.home) .site-main > .page { max-width: 100% !important; width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; overflow: visible !important; }
.admin-bar .nav { top: 32px; }

/* ══════════════════════════════════════
   TYPOGRAPHY
   ══════════════════════════════════════ */
h1, h2, h3 { font-family: var(--font-heading); font-weight: 300; line-height: 1.2; }
h1 { font-size: clamp(36px, 5vw, 54px); color: var(--espresso); }
h2 { font-size: clamp(28px, 3.5vw, 40px); color: var(--espresso); margin-bottom: 20px; }
h3 { font-size: clamp(22px, 2.5vw, 28px); color: var(--gold-dark); }
p { margin-bottom: 16px; color: var(--walnut); }
p:last-child { margin-bottom: 0; }
.label { font-family: var(--font-body); font-size: 11px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; display: block; }

/* ══════════════════════════════════════
   BUTTONS
   ══════════════════════════════════════ */
.btn { display: inline-block; font-family: var(--font-body); font-size: 12px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; padding: 16px 40px; border-radius: 4px; transition: all 0.3s ease; cursor: pointer; border: none; }
.btn-primary { background: var(--espresso); color: var(--sand); }
.btn-primary:hover { background: var(--night); }
.btn-outline { background: transparent; color: var(--bronze); border: 1px solid var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--white); }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: var(--white); border: none; }
.btn-gold:hover { background: linear-gradient(135deg, var(--gold-dark), var(--gold-deep)); }

/* ══════════════════════════════════════
   NAVIGATION
   ══════════════════════════════════════ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; padding: 18px 0; background: rgba(250,247,242,0.95); backdrop-filter: blur(10px); border-bottom: 0.5px solid var(--line); transition: padding 0.4s ease; }
.nav.scrolled { padding: 12px 0; }
.nav-inner { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo img { height: auto; width: 180px; }
.nav-links { display: flex; gap: 20px; align-items: center; list-style: none; margin: 0; padding: 0; }
.nav-links li { list-style: none; }
.nav-links .menu-item a, .nav-links a { font-family: var(--font-body); font-size: 12px; font-weight: 400; color: var(--walnut); letter-spacing: 0.05em; transition: color 0.2s; text-decoration: none; white-space: nowrap; }
.nav-links .menu-item a:hover, .nav-links a:hover { color: var(--gold); }
.nav-cta { font-size: 10px !important; letter-spacing: 0.15em !important; text-transform: uppercase; color: var(--gold) !important; border: 1px solid var(--gold); padding: 8px 16px !important; border-radius: 4px; transition: all 0.3s !important; white-space: nowrap; }
.nav-cta:hover { background: var(--gold) !important; color: var(--white) !important; }
.nav-mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-mobile-toggle span { display: block; width: 24px; height: 1.5px; background: var(--espresso); margin: 5px 0; transition: all 0.3s; }
.nav-links.nav-open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(250,247,242,0.98); backdrop-filter: blur(10px); padding: 24px; gap: 16px; border-bottom: 0.5px solid var(--line); }

/* ══════════════════════════════════════
   HERO (fixed parallax - homepage)
   ══════════════════════════════════════ */
.hero { min-height: 100vh; display: flex; align-items: center; position: fixed; top: 0; left: 0; right: 0; z-index: 1; overflow: hidden; padding-top: 80px; }
.hero-spacer { height: 100vh; position: relative; z-index: 1; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(165deg, var(--cream) 0%, var(--sand) 40%, #EDE0C8 100%); }
.hero-accent { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(196,164,108,0.14) 0%, rgba(196,164,108,0.04) 50%, transparent 70%); top: 5%; right: -10%; }
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.hero h1 { margin-bottom: 24px; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-text { font-size: 17px; line-height: 1.8; color: var(--walnut); margin-bottom: 40px; max-width: 540px; }
.hero-buttons { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.hero-phone { font-size: 14px; color: var(--warm-gray); letter-spacing: 0.05em; }
.hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--warm-gray); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; }
.hero-scroll-line { width: 1px; height: 40px; background: var(--gold); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%, 100% { opacity: 0.3; transform: scaleY(0.6); } 50% { opacity: 1; transform: scaleY(1); } }

.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-visual { position: relative; }
.hero-visual-main { width: 60%; border-radius: 12px; box-shadow: 0 20px 60px rgba(90,74,58,0.12); margin-left: auto; }
.hero-visual-float { position: absolute; width: 55%; border-radius: 10px; box-shadow: 0 12px 40px rgba(90,74,58,0.15); border: 4px solid rgba(250,247,242,0.8); bottom: -30px; left: -30px; z-index: 1; }

/* ══════════════════════════════════════
   SUBPAGE HERO
   ══════════════════════════════════════ */
.page-hero { min-height: 60vh; display: flex; align-items: center; position: fixed; top: 0; left: 0; right: 0; z-index: 1; padding-top: 80px; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; background: linear-gradient(165deg, var(--cream) 0%, var(--sand) 40%, #EDE0C8 100%); }
.page-hero-accent { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(196,164,108,0.14) 0%, transparent 70%); top: -10%; right: -10%; }
.page-hero-content { position: relative; z-index: 2; max-width: 640px; text-align: left; }
.page-hero h1 { margin-bottom: 16px; }
.page-hero h1 em { font-style: italic; color: var(--gold); }
.page-hero-text { font-size: 17px; line-height: 1.8; color: var(--walnut); margin-bottom: 32px; max-width: 540px; }
.page-hero-spacer { height: 60vh; position: relative; z-index: 1; }
.breadcrumb { font-size: 13px; color: var(--warm-gray); margin-bottom: 16px; }
.breadcrumb a { color: var(--gold); }
.breadcrumb a:hover { text-decoration: underline; }

/* ══════════════════════════════════════
   SECTIONS
   ══════════════════════════════════════ */
.section { padding: var(--section-padding) 0; position: relative; z-index: 2; background: var(--cream); }
.section-alt { background: var(--white); overflow: visible !important; }
.section-dark { background: var(--espresso); color: var(--sand); }
.section-dark h2 { color: var(--sand); }
.section-dark p { color: var(--muted); }
.section-dark .label { color: var(--warm-gray); }
.section-header { max-width: 600px; margin-bottom: 56px; }
.section-header-center { text-align: center; max-width: 600px; margin: 0 auto 56px; }

/* ══════════════════════════════════════
   CONTENT LAYOUT + SIDEBAR (subpages)
   Uses sb-sidebar to avoid GP conflicts
   ══════════════════════════════════════ */
.content-grid {
  display: grid !important;
  grid-template-columns: 1fr 380px !important;
  gap: 80px;
  align-items: start;
  overflow: visible !important;
}

.content-main { max-width: 640px; }
.content-main h2 { margin-top: 48px; }
.content-main h2:first-child { margin-top: 0; }

.sb-sidebar {
  position: sticky !important;
  top: 100px !important;
  display: block !important;
  align-self: start !important;
}

.sb-sidebar-card {
  background: var(--white);
  border-radius: 12px;
  border: 0.5px solid var(--line);
  padding: 32px 28px;
  margin-bottom: 20px;
}

.sb-sidebar-price {
  font-family: var(--font-heading);
  font-size: 36px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}

.sb-sidebar-price-sub {
  font-size: 13px;
  color: var(--warm-gray);
  margin-bottom: 24px;
}

.sb-sidebar-card .btn {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 12px;
}
.sb-sidebar-card .btn:last-child { margin-bottom: 0; }

.sb-sidebar-features { list-style: none; margin: 24px 0 0; padding: 0; }

.sb-sidebar-features li {
  padding: 12px 0;
  border-bottom: 0.5px solid var(--line);
  font-size: 14px;
  color: var(--walnut);
  display: flex;
  align-items: center;
  gap: 10px;
}
.sb-sidebar-features li:last-child { border-bottom: none; }

.sb-sidebar-check {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(196,164,108,0.1), rgba(196,164,108,0.2));
  border: 1px solid var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sb-sidebar-check svg { width: 10px; height: 10px; color: var(--gold); }

/* ══════════════════════════════════════
   SCROLL REVEAL
   ══════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
.reveal.from-left { transform: translateX(-40px); }
.reveal.from-right { transform: translateX(40px); }
.reveal.scale-in { transform: scale(0.95); }
.reveal.visible { opacity: 1; transform: translateY(0) translateX(0) scale(1); }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.reveal-d4 { transition-delay: 0.4s; }
.reveal-d5 { transition-delay: 0.5s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { opacity: 0; animation: fadeUp 0.8s cubic-bezier(0.16,1,0.3,1) forwards; }
.fade-up-d1 { animation-delay: 0.15s; }
.fade-up-d2 { animation-delay: 0.3s; }
.fade-up-d3 { animation-delay: 0.45s; }
.fade-up-d4 { animation-delay: 0.6s; }
.hero-fade { transition: opacity 0.1s linear; }

/* ══════════════════════════════════════
   HERKENNING
   ══════════════════════════════════════ */
.herkenning-content { max-width: 680px; }

/* ══════════════════════════════════════
   BOOTHS GRID
   ══════════════════════════════════════ */
.booths-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.booth-card { background: var(--cream); border-radius: 12px; overflow: hidden; border: 0.5px solid var(--line); transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; position: relative; }
.booth-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold)); opacity: 0; transition: opacity 0.3s ease; z-index: 1; border-radius: 12px 12px 0 0; }
.booth-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 12px 40px rgba(196,164,108,0.12); }
.booth-card:hover::before { opacity: 1; }
.booth-card-img { height: 220px; background: var(--sand); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.booth-card-img img { width: 100%; height: 100%; object-fit: cover; }
.booth-card-img-placeholder { font-family: var(--font-heading); font-size: 18px; color: var(--warm-gray); font-style: italic; }
.booth-card-body { padding: 28px 24px; }
.booth-card-price { font-family: var(--font-body); font-size: 12px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.booth-card-title { font-family: var(--font-heading); font-size: 24px; font-weight: 400; color: var(--espresso); margin-bottom: 12px; }
.booth-card-text { font-size: 14px; color: var(--walnut); line-height: 1.6; margin-bottom: 20px; }
.booth-card-link { font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--bronze); display: inline-flex; align-items: center; gap: 8px; transition: color 0.2s, gap 0.2s; }
.booth-card-link:hover { color: var(--gold); gap: 12px; }
.booth-card-link svg { width: 16px; height: 16px; }

/* ══════════════════════════════════════
   EVENTS GRID
   ══════════════════════════════════════ */
.events-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.event-card { padding: 32px; border-radius: 10px; border: 0.5px solid rgba(232,223,208,0.4); background: rgba(250,247,242,0.3); transition: all 0.3s ease; cursor: pointer; }
.event-card:hover { background: rgba(250,247,242,0.6); border-color: var(--gold); }
.section-dark .event-card { border-color: rgba(196,164,108,0.2); background: rgba(107,90,74,0.15); }
.section-dark .event-card:hover { border-color: var(--gold); background: rgba(196,164,108,0.1); }
.event-card-title { font-family: var(--font-heading); font-size: 22px; font-weight: 400; margin-bottom: 10px; }
.section-dark .event-card-title { color: var(--gold-light); }
.event-card-text { font-size: 14px; line-height: 1.6; margin-bottom: 16px; }
.event-card-link { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.event-card-link:hover { gap: 10px; }

/* ══════════════════════════════════════
   LOKAAL
   ══════════════════════════════════════ */
.lokaal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.lokaal-points { display: flex; flex-direction: column; gap: 24px; }
.lokaal-point { display: flex; gap: 16px; }
.lokaal-icon { width: 40px; height: 40px; min-width: 40px; border-radius: 50%; background: linear-gradient(135deg, rgba(196,164,108,0.1), rgba(196,164,108,0.2)); display: flex; align-items: center; justify-content: center; border: 1px solid var(--gold-light); }
.lokaal-icon svg { width: 18px; height: 18px; color: var(--gold); }
.lokaal-point-title { font-family: var(--font-heading); font-size: 18px; color: var(--gold-dark); margin-bottom: 4px; }
.lokaal-point-text { font-size: 14px; color: var(--walnut); line-height: 1.6; }
.lokaal-image { width: 100%; border-radius: 12px; box-shadow: 0 16px 48px rgba(90,74,58,0.1); }

/* ══════════════════════════════════════
   REGIO
   ══════════════════════════════════════ */
.regio-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.regio-tag { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; background: var(--sand); border: 1px solid var(--gold-light); border-radius: 6px; font-size: 14px; color: var(--espresso); transition: all 0.3s; }
.regio-tag:hover { border-color: var(--gold); background: var(--white); box-shadow: 0 4px 16px rgba(196,164,108,0.12); }
.regio-tag svg { width: 14px; height: 14px; color: var(--gold); }

/* ══════════════════════════════════════
   PRAKTISCH
   ══════════════════════════════════════ */
.praktisch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.praktisch-item { text-align: center; padding: 32px 20px; }
.praktisch-number { font-family: var(--font-heading); font-size: 56px; font-weight: 300; color: var(--gold); margin-bottom: 8px; line-height: 1; text-shadow: 0 0 40px var(--gold-glow); }
.praktisch-title { font-family: var(--font-heading); font-size: 20px; color: var(--espresso); margin-bottom: 8px; }
.praktisch-text { font-size: 14px; color: var(--walnut); line-height: 1.6; }

/* ══════════════════════════════════════
   REVIEWS
   ══════════════════════════════════════ */
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.review-card { background: var(--cream); border-radius: 10px; padding: 36px 32px; border: 0.5px solid var(--line); border-left: 3px solid var(--gold); }
.review-stars { color: var(--gold); font-size: 20px; margin-bottom: 16px; letter-spacing: 4px; }
.review-text { font-family: var(--font-heading); font-size: 18px; font-weight: 400; font-style: italic; color: var(--espresso); line-height: 1.6; margin-bottom: 20px; }
.review-author { font-family: var(--font-body); font-size: 13px; color: var(--warm-gray); letter-spacing: 0.05em; }
.review-badge { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; background: linear-gradient(135deg, rgba(196,164,108,0.08), rgba(196,164,108,0.15)); border-radius: 6px; font-size: 14px; font-weight: 400; color: var(--gold-dark); border: 1px solid var(--gold-light); margin-bottom: 40px; }

/* ══════════════════════════════════════
   OTHER BOOTHS (subpages)
   ══════════════════════════════════════ */
.other-booths { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.other-booth-card { background: var(--cream); border-radius: 10px; padding: 28px 24px; border: 0.5px solid var(--line); transition: all 0.3s ease; }
.other-booth-card:hover { border-color: var(--gold); box-shadow: 0 8px 30px rgba(196,164,108,0.1); }
.other-booth-card h3 { font-size: 22px; margin-bottom: 8px; }
.other-booth-card p { font-size: 14px; margin-bottom: 12px; }
.other-booth-link { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.other-booth-link:hover { gap: 10px; }

/* ══════════════════════════════════════
   IMAGE STRIP
   ══════════════════════════════════════ */
.image-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; position: relative; z-index: 2; }
.image-strip img { width: 100%; height: 280px; object-fit: cover; }

/* ══════════════════════════════════════
   CTA SECTION
   ══════════════════════════════════════ */
.cta-section { background: var(--espresso); padding: 80px 0; text-align: center; position: relative; z-index: 2; border-top: 3px solid var(--gold); }
.cta-section h2 { color: var(--sand); margin-bottom: 12px; }
.cta-section p { color: var(--muted); font-size: 16px; max-width: 480px; margin: 0 auto 36px; }
.cta-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.cta-phone { color: var(--warm-gray); font-size: 14px; }

/* ══════════════════════════════════════
   FOOTER
   ══════════════════════════════════════ */
.footer { background: var(--night); padding: 60px 0 32px; color: var(--warm-gray); position: relative; z-index: 2; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand { font-family: var(--font-heading); font-size: 22px; color: var(--gold); margin-bottom: 12px; }
.footer-tagline { font-size: 14px; color: var(--warm-gray); line-height: 1.6; max-width: 280px; }
.footer-heading { font-family: var(--font-body); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: var(--warm-gray); transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { border-top: 0.5px solid rgba(139,115,85,0.2); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(139,115,85,0.6); }

/* ══════════════════════════════════════
   DIVIDERS
   ══════════════════════════════════════ */
.gold-divider { width: 64px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); margin: 24px 0; border-radius: 1px; }
.gold-divider-center { width: 64px; height: 2px; background: linear-gradient(90deg, var(--gold-light), var(--gold), var(--gold-light)); margin: 24px auto; border-radius: 1px; }

/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */
@media (max-width: 900px) {
  .booths-grid { grid-template-columns: 1fr; max-width: 480px; }
  .events-grid { grid-template-columns: 1fr; }
  .lokaal-grid { grid-template-columns: 1fr; gap: 40px; }
  .praktisch-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .section { padding: var(--section-padding-mobile) 0; }
  .content-grid { grid-template-columns: 1fr !important; gap: 40px; }
  .sb-sidebar { position: static !important; }
  .other-booths { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual-float { width: 40%; bottom: -20px; left: -15px; }
  .image-strip { grid-template-columns: 1fr 1fr; }
  .image-strip img { height: 200px; }
}

@media (max-width: 640px) {
  .nav-links { display: none; }
  .nav-mobile-toggle { display: block; }
  .hero-buttons { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .regio-list { flex-direction: column; }
  .regio-tag { justify-content: center; }
  .image-strip { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════
   PHOTOBOOTH PRO PAGE
   ══════════════════════════════════════ */
.pro-hero {
  background: linear-gradient(165deg, var(--cream) 0%, var(--sand) 40%, #EDE0C8 100%);
  padding: 60px 0 80px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.pro-hero .container {
  max-width: var(--max-width, 1140px);
  margin: 0 auto;
  padding: 0 24px;
}

/* Make the article wrapper transparent so the hero gradient sits on the cream body bg */
body.page .inside-article {
  background: transparent;
}

.pro-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.pro-hero h1 { margin-bottom: 16px; }
.pro-hero h1 em { font-style: italic; color: var(--gold); }

.pro-hero-text {
  font-size: 17px;
  line-height: 1.8;
  color: var(--walnut);
  margin-bottom: 32px;
  max-width: 500px;
}

.pro-hero-visual { position: relative; }

.pro-hero-img-main {
  width: 85%;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(90,74,58,0.12);
  margin-left: auto;
}

.pro-hero-img-float {
  position: absolute;
  width: 45%;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(90,74,58,0.15);
  border: 4px solid rgba(250,247,242,0.8);
  bottom: -30px;
  left: 0;
  z-index: 1;
}

@media (max-width: 900px) {
  .pro-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .pro-hero-img-float { width: 35%; }
}


/* ══════════════════════════════════════
   PHOTOBOOTH PRO PAGE — ROW 2 (content + sidebar)
   ══════════════════════════════════════ */

/* ── Pro page layout ── */
.pro-page-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 60px;
  align-items: start;
  padding: 80px 0;
}

.pro-content h2 { margin-top: 56px; }
.pro-content h2:first-child { margin-top: 0; }

.pro-content-img {
  width: 100%;
  border-radius: 12px;
  margin: 32px 0;
  box-shadow: 0 12px 40px rgba(90,74,58,0.08);
}

/* ── Pro sticky sidebar ── */
.pro-sidebar {
  position: sticky;
  top: 100px;
  align-self: start;
}

.pro-sidebar-card {
  background: var(--white);
  border-radius: 12px;
  border: 0.5px solid var(--line);
  padding: 32px 28px;
  margin-bottom: 16px;
}

.pro-sidebar-price {
  font-family: var(--font-heading);
  font-size: 42px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}

.pro-sidebar-price-sub {
  font-size: 13px;
  color: var(--warm-gray);
  margin-bottom: 24px;
}

.pro-sidebar-card .btn {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 12px;
}
.pro-sidebar-card .btn:last-child { margin-bottom: 0; }

.pro-sidebar-specs { list-style: none; margin: 24px 0 0; padding: 0; }

.pro-sidebar-specs li {
  padding: 12px 0;
  border-bottom: 0.5px solid var(--line);
  font-size: 14px;
  color: var(--walnut);
  display: flex;
  align-items: center;
  gap: 10px;
}
.pro-sidebar-specs li:last-child { border-bottom: none; }

.pro-sidebar-check {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(196,164,108,0.1), rgba(196,164,108,0.2));
  border: 1px solid var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-sidebar-check svg { width: 10px; height: 10px; color: var(--gold); }

.pro-sidebar-events {
  background: var(--espresso);
  border-radius: 12px;
  padding: 28px 24px;
}
.pro-sidebar-events .label { color: var(--gold-light); }
.pro-sidebar-events a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--muted);
  padding: 8px 0;
  transition: color 0.2s;
}
.pro-sidebar-events a:hover { color: var(--gold); }
.pro-sidebar-events svg { width: 12px; height: 12px; color: var(--gold); }

@media (max-width: 900px) {
  .pro-page-grid { grid-template-columns: 1fr; gap: 40px; }
  .pro-sidebar { position: static; }
}


/* ── Pro page: fixed hero (homepage-style fade/overlap) ── */
.pro-hero {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100vh;
  margin: 0 !important;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.pro-hero-spacer {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* Ensure the content section slides over the fixed hero */
.pro-hero + .section.section-alt,
.pro-hero-spacer + .section.section-alt,
.section.section-alt:has(.pro-page-grid) {
  position: relative;
  z-index: 2;
}
