
:root{
  --black:#11110f;
  --cream:#fbf7ee;
  --cream2:#f2eadb;
  --gold:#d6a52b;
  --gold2:#f3c85f;
  --red:#dd232d;
  --text:#171714;
  --muted:#69645b;
  --border:#e7dcc7;
  --white:#fff;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:var(--cream);
  line-height:1.5;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.topbar{
  height:76px;
  padding:8px max(24px,calc((100vw - var(--max))/2));
  background:rgba(17,17,15,.97);
  display:flex;
  align-items:center;
  gap:28px;
  position:sticky;
  top:0;
  z-index:50;
  box-shadow:0 6px 24px rgba(0,0,0,.18);
}
.brand img{
  width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #fff;
}
.desktop-nav{display:flex;gap:25px;margin-left:auto}
.desktop-nav a{color:#fff;font-size:14px;font-weight:700}
.desktop-nav a:hover{color:var(--gold2)}
.header-actions{display:flex;gap:12px;align-items:center}
.phone-link{color:#fff;font-size:13px;font-weight:800}
.cta,.outline{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 22px;border-radius:12px;font-weight:900;
  border:2px solid transparent;transition:.18s ease;cursor:pointer;font:inherit;
}
.cta{background:var(--red);color:white;box-shadow:0 9px 24px rgba(221,35,45,.22)}
.cta:hover{transform:translateY(-1px);background:#c91b25}
.cta.small{min-height:42px;padding:0 17px;font-size:13px}
.outline{border-color:var(--gold);color:white;background:rgba(0,0,0,.15)}
.outline:hover{background:rgba(214,165,43,.12)}
.outline.dark{color:var(--text);background:white;border-color:#b8aa92}
.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:900;margin:0 0 11px}
.gold{color:var(--gold2)}

.hero{
  position:relative;
  min-height:650px;
  background:
    radial-gradient(circle at 72% 35%,rgba(255,188,64,.16),transparent 32%),
    linear-gradient(90deg,rgba(8,8,7,.98) 0%,rgba(8,8,7,.92) 45%,rgba(8,8,7,.6) 68%,rgba(8,8,7,.88) 100%),
    url("assets/enclosed-booth-indoor.jpg") center/cover no-repeat;
  color:white;overflow:hidden;
}
.hero-inner{
  max-width:var(--max);min-height:650px;margin:auto;padding:62px 24px;
  display:grid;grid-template-columns:1.02fr .98fr;gap:40px;align-items:center;
  position:relative;z-index:2;
}
.hero-copy h1{
  font-size:clamp(46px,6.1vw,76px);
  line-height:.98;letter-spacing:-.055em;margin:0 0 18px;max-width:730px;
}
.hero-copy h1 span{color:var(--gold2)}
.hero-sub{font-size:18px;color:#f2eee6;max-width:650px;margin:0 0 26px}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}
.hero-features{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;
  padding:28px 0 20px;margin-top:12px;border-bottom:1px solid rgba(255,255,255,.18)
}
.hero-features div{text-align:center;font-size:12px;color:#eee}
.hero-features span{display:block;font-size:24px;margin-bottom:5px}
.hero-features b{display:block}
.fb-proof{
  display:flex;gap:13px;align-items:center;margin-top:18px;width:max-content;max-width:100%;
}
.fb-circle{
  width:46px;height:46px;border-radius:50%;background:#1877f2;color:white;
  display:grid;place-items:center;font-family:Arial,sans-serif;font-size:34px;font-weight:900;
}
.fb-proof b,.fb-proof small{display:block}
.fb-proof small{color:#cfcac0}
.hero-collage{position:relative;min-height:510px}
.hero-booth{
  position:absolute;right:5%;top:0;width:72%;height:500px;object-fit:cover;border-radius:26px;
  box-shadow:0 24px 80px rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.14);
}
.polaroid{
  position:absolute;right:-1%;top:150px;width:49%;background:white;padding:10px 10px 22px;
  transform:rotate(4deg);box-shadow:0 18px 35px rgba(0,0,0,.38);color:#191919;
}
.polaroid img{aspect-ratio:4/3;object-fit:cover}
.polaroid p{text-align:center;font-family:"Segoe Print","Bradley Hand",cursive;font-weight:700;margin:10px 0 0;font-size:18px}
.scribble{
  position:absolute;right:3%;bottom:0;font-family:"Segoe Print","Bradley Hand",cursive;
  color:var(--gold2);font-size:23px;line-height:1.15;transform:rotate(-5deg);text-align:center;
}

.booths-section,.why-section,.gallery-section,.reviews-section,.contact-section{
  padding:78px 24px;
}
.booths-section,.why-section,.gallery-section,.reviews-section{max-width:var(--max);margin:auto}
.section-title{text-align:center;max-width:820px;margin:0 auto 38px}
.section-title span{display:inline-block;color:#a36d09;font-size:12px;letter-spacing:.2em;font-weight:900}
.section-title h2{font-size:clamp(34px,4.4vw,52px);line-height:1.05;margin:8px 0 10px;letter-spacing:-.04em}
.section-title p{color:var(--muted)}
.section-title.compact{margin-bottom:30px}

.booth-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:22px}
.booth-card{
  position:relative;background:#fff;border:1px solid var(--border);border-radius:26px;overflow:hidden;
  box-shadow:0 14px 45px rgba(67,51,24,.08);
}
.booth-card.featured{border:2px solid #e1b248}
.badge{
  position:absolute;z-index:3;left:18px;top:18px;background:#f6cf68;color:#2a210d;
  padding:10px 14px;border-radius:12px;font-size:12px;font-weight:1000;box-shadow:0 8px 20px rgba(0,0,0,.18)
}
.booth-image-wrap{height:340px;background:#ddd}
.booth-image-wrap img{width:100%;height:100%;object-fit:cover}
.booth-card.featured .booth-image-wrap{height:410px}
.booth-content{padding:28px}
.mini-label{font-size:11px;letter-spacing:.14em;color:#a36d09;font-weight:900;margin:0 0 4px}
.booth-content h3{font-size:31px;line-height:1.05;margin:0 0 10px;letter-spacing:-.035em}
.booth-content p{color:var(--muted)}
.price{display:flex;align-items:end;gap:12px;margin:18px 0 12px}
.price small{font-weight:800;color:#786d5a}
.price strong{font-size:42px;color:#b4780c;line-height:1}
.booth-content ul{list-style:none;padding:0;margin:18px 0 26px}
.booth-content li{position:relative;padding:6px 0 6px 28px}
.booth-content li::before{
  content:"✓";position:absolute;left:0;top:7px;width:18px;height:18px;border-radius:50%;
  background:var(--gold);color:white;display:grid;place-items:center;font-size:12px;font-weight:900
}

.why-section{padding-top:38px}
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;text-align:center}
.why-grid h3{font-size:16px;margin:10px 0 5px}
.why-grid p{font-size:13px;color:var(--muted);margin:0}
.icon-bubble{
  width:62px;height:62px;margin:auto;border-radius:50%;background:#f3e5c8;
  display:grid;place-items:center;font-size:27px
}

.gallery-section{padding-top:54px}
.gallery-grid{
  display:grid;grid-template-columns:1.1fr 1.3fr 1fr;grid-auto-rows:190px;gap:12px;
}
.gallery-grid figure{margin:0;border-radius:18px;overflow:hidden;background:#ddd}
.gallery-grid img{width:100%;height:100%;object-fit:cover}
.gallery-wide{grid-column:span 2}
.gallery-tall{grid-row:span 2}
.video-callout{
  margin-top:20px;background:var(--black);color:white;border-radius:24px;padding:28px;
  display:flex;align-items:center;justify-content:space-between;gap:24px
}
.video-callout h3{font-size:30px;margin:0}
.video-callout p{margin:5px 0;color:#ddd}

.phone-video-callout{
  margin-top:20px;
  background:var(--black);
  color:white;
  border-radius:24px;
  padding:30px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  align-items:center;
  gap:28px;
  overflow:hidden;
}
.phone-video-copy h3{font-size:30px;margin:0 0 8px}
.phone-video-copy p{margin:0;color:#ddd;max-width:620px}
.phone-video-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.phone-mockup{
  justify-self:center;
  width:min(100%,290px);
  aspect-ratio:9/18.5;
  background:linear-gradient(145deg,#242424,#050505);
  border-radius:38px;
  padding:12px;
  box-shadow:0 26px 60px rgba(0,0,0,.35), inset 0 0 0 2px #434343, inset 0 0 0 5px #111;
  position:relative;
}
.phone-mockup::before{
  content:"";
  position:absolute;
  inset:6px;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.08);
  pointer-events:none;
}
.phone-notch{
  position:absolute;
  top:10px;
  left:50%;
  transform:translateX(-50%);
  width:90px;
  height:18px;
  border-radius:0 0 14px 14px;
  background:#050505;
  z-index:2;
}
.phone-screen{
  width:100%;
  height:100%;
  overflow:hidden;
  border-radius:29px;
  background:#000;
}
.phone-screen iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
  background:#000;
}

.reviews-section{
  max-width:none;background:#151513;color:white;padding-left:max(24px,calc((100vw - var(--max))/2));
  padding-right:max(24px,calc((100vw - var(--max))/2));
}
.reviews-head{
  max-width:var(--max);margin:auto;display:flex;justify-content:space-between;gap:30px;align-items:end
}
.reviews-head h2{font-size:clamp(38px,4vw,54px);margin:0;letter-spacing:-.04em}
.review-sub{color:#c8c1b6}
.review-score{display:flex;gap:13px;align-items:center}
.fb-circle.large{width:60px;height:60px;font-size:44px}
.review-score strong,.review-score span,.review-score small{display:block}
.review-score strong{font-size:26px;color:var(--gold2)}
.review-score span{font-weight:900}
.review-score small{color:#c8c1b6}
.testimonial-grid{
  max-width:var(--max);margin:34px auto 0;display:grid;grid-template-columns:repeat(2,1fr);gap:16px
}
blockquote{
  margin:0;background:#22221f;border:1px solid #383832;border-radius:18px;padding:24px;
}
blockquote p{font-size:15px;color:#f1ede6}
blockquote footer{color:#c9c1b4;font-weight:800}
.stars{color:#f2b832;letter-spacing:.1em}
.review-actions{max-width:var(--max);margin:22px auto 0}

.contact-section{
  max-width:none;background:
  radial-gradient(circle at 15% 20%,rgba(214,165,43,.15),transparent 28%),
  #f8f0e3;
  display:grid;grid-template-columns:.82fr 1.18fr;gap:55px;
  padding-left:max(24px,calc((100vw - var(--max))/2));
  padding-right:max(24px,calc((100vw - var(--max))/2));
}
.contact-copy h2{font-size:clamp(40px,4.8vw,60px);line-height:1.02;letter-spacing:-.045em;margin:0 0 16px}
.contact-copy>p{color:#60594f}
.call-card{
  margin-top:26px;display:flex;gap:14px;align-items:center;background:#171714;color:white;
  padding:17px 19px;border-radius:16px;width:max-content;max-width:100%
}
.call-card span{font-size:24px}
.call-card small,.call-card strong{display:block}
.call-card strong{font-size:20px;color:var(--gold2)}
.starting-prices{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.starting-prices span{background:white;border:1px solid var(--border);padding:9px 12px;border-radius:999px;font-size:13px}
#lead-form{
  background:white;border:1px solid var(--border);border-radius:24px;padding:28px;
  box-shadow:0 16px 45px rgba(60,45,20,.09)
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{display:block;font-size:13px;font-weight:900;margin-bottom:13px}
input,select,textarea{
  width:100%;margin-top:6px;border:1px solid #d9cebb;border-radius:10px;padding:13px 14px;
  background:#fff;font:inherit;color:var(--text)
}
textarea{resize:vertical}
.form-submit{border:0;width:100%;margin-top:4px}
.form-status{font-size:12px;color:#776c5c;margin:10px 0 0;text-align:center}

.site-footer{
  background:#10100e;color:white;padding:28px max(24px,calc((100vw - var(--max))/2));
  display:flex;justify-content:space-between;align-items:center;gap:20px
}
.footer-brand{display:flex;gap:12px;align-items:center}
.footer-brand img{width:48px;height:48px;object-fit:cover;border-radius:50%;border:1px solid white}
.footer-brand strong,.footer-brand span{display:block}
.footer-brand span{font-size:12px;color:#bbb}
.footer-links{display:flex;gap:20px;font-size:13px;font-weight:800}
.mobile-bar{display:none}

@media(max-width:1000px){
  .desktop-nav{display:none}
  .phone-link{display:none}
  .hero-inner{grid-template-columns:1fr .8fr}
  .hero-collage{min-height:450px}
  .hero-booth{height:430px;width:78%}
  .polaroid{width:55%}
  .why-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  body{padding-bottom:64px}
  .topbar{height:68px}
  .brand img{width:54px;height:54px}
  .header-actions .cta{display:none}
  .hero{min-height:auto}
  .hero-inner{grid-template-columns:1fr;padding-top:44px;padding-bottom:40px}
  .hero-copy h1{font-size:45px}
  .hero-sub{font-size:16px}
  .hero-features{grid-template-columns:repeat(2,1fr)}
  .hero-collage{min-height:480px;margin-top:8px}
  .hero-booth{right:0;width:86%;height:440px}
  .polaroid{left:0;right:auto;top:210px;width:56%}
  .scribble{right:0;bottom:-5px;font-size:19px}
  .booths-section,.why-section,.gallery-section,.reviews-section,.contact-section{padding-top:58px;padding-bottom:58px}
  .booth-grid{grid-template-columns:1fr}
  .booth-card.featured .booth-image-wrap,.booth-image-wrap{height:330px}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:160px}
  .gallery-wide{grid-column:span 2}
  .gallery-tall{grid-row:span 2}
  .phone-video-callout{grid-template-columns:1fr;padding:24px}.phone-mockup{width:min(100%,300px)}.video-callout{align-items:flex-start;flex-direction:column}
  .reviews-head{align-items:flex-start;flex-direction:column}
  .testimonial-grid{grid-template-columns:1fr}
  .contact-section{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .site-footer{flex-direction:column;align-items:flex-start}
  .footer-links{flex-wrap:wrap}
  .mobile-bar{
    display:grid;grid-template-columns:1fr 1.4fr;position:fixed;left:0;right:0;bottom:0;z-index:80;
    background:#111;padding:8px;gap:7px;box-shadow:0 -6px 24px rgba(0,0,0,.22)
  }
  .mobile-bar a{display:grid;place-items:center;border-radius:10px;padding:11px;font-weight:900;color:white}
  .mobile-bar a:first-child{border:1px solid #625b51}
  .mobile-bar a:last-child{background:var(--red)}
}
