:root{
  --green:#075b3b; --green2:#0b7048; --orange:#ef4b0b; --red:#9f1418;
  --ink:#181818; --cream:#fffaf1; --line:#eed9c4; --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fffdf8}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1460px,94vw);margin:auto}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.96);backdrop-filter:blur(9px);border-bottom:1px solid #f0e6da}
.nav-wrap{height:86px;display:flex;align-items:center;gap:24px}
.brand{width:300px;align-self:stretch;display:flex;align-items:center}
.brand img{width:275px;height:82px;object-fit:contain;object-position:left center}
.nav{display:flex;align-items:stretch;justify-content:center;gap:20px;flex:1;height:100%}
.nav a{display:flex;align-items:center;padding:0 6px;font-weight:600;font-size:14px;position:relative}
.nav a.active:after,.nav a:hover:after{content:"";height:4px;background:var(--orange);position:absolute;left:4px;right:4px;bottom:0}
.header-call{display:flex;align-items:center;gap:10px;background:var(--orange);color:#fff;padding:11px 22px;border-radius:40px;font-size:14px;line-height:1.25;box-shadow:0 8px 22px #ef4b0b25}
.header-call>span:first-child{font-size:25px}.menu-button{display:none;border:0;background:transparent;font-size:28px}

.hero{min-height:400px;position:relative;overflow:hidden;background:#fff3e5}
.hero-media{position:absolute;inset:0;background:
  linear-gradient(90deg,#fffaf1 0%,#fffaf1 24%,rgba(255,250,241,.96) 29%,rgba(255,250,241,.58) 38%,rgba(255,250,241,0) 51%),
  url("../assets/images/hero-event.jpg") center right/cover no-repeat}
.hero-grid{min-height:400px;display:grid;grid-template-columns:44% 56%;align-items:center;position:relative;z-index:1}
.hero-copy{padding:26px 0}
.hero-panel{max-width:560px;text-align:center}
.hero-panel h1{color:#8f1418;font-size:31px;line-height:1.18;margin:0 auto 16px;max-width:540px;font-weight:800}
.inventory-line{font-size:18px;font-weight:700;color:#064b32;margin:0 0 14px}
.tagline{font-family:Pacifico,cursive;color:var(--orange);font-size:28px;margin:0 0 18px}
.tagline span{font-family:Arial}
.hero-actions{display:flex;gap:14px;justify-content:center}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#fff;border-radius:32px;min-height:57px;padding:9px 23px;font-weight:700;box-shadow:0 8px 20px #0001}
.btn-orange{background:var(--orange)}.btn-green{background:var(--green)}
.btn:first-letter{font-size:24px}.btn span{line-height:1.2}

.trust-strip{background:#fffaf4;border-top:1px solid #f5e5d3;border-bottom:1px solid #f4e1ce}
.trust-grid{min-height:75px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center}
.trust-item{min-height:48px;display:flex;justify-content:center;align-items:center;gap:14px;font-size:14px;border-right:1px solid #e9d9c7}
.trust-item:last-child{border:0}.trust-icon{font-size:29px;color:var(--red)}
.trust-item strong{font-size:15px}

.content-section{padding:10px 0 0;background:linear-gradient(180deg,#fffdf8,#fffaf3)}
.section-title{display:flex;align-items:center;justify-content:center;gap:22px;margin:0 0 10px}
.section-title span{height:2px;flex:0 1 170px;background:linear-gradient(90deg,transparent,var(--orange))}
.section-title span:last-child{background:linear-gradient(90deg,var(--orange),transparent)}
.section-title h2,.quote-card h2,.events-block h3,.service-areas h3{font-family:Pacifico,cursive;color:var(--green);font-weight:400}
.section-title h2{font-size:32px;margin:0}.section-title.compact{margin-top:10px}
.main-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:24px;align-items:start}
.rental-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.rental-card{border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 12px #0001}
.rental-card img{width:100%;aspect-ratio:1.45/1;object-fit:cover}
.rental-card div{background:linear-gradient(90deg,var(--red),var(--orange));color:#fff;text-align:center;padding:7px 5px;font-weight:800}

.event-service-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.9fr);gap:22px;margin-top:11px}
.events-block h3,.service-areas h3{font-size:26px;margin:0 0 7px}
.event-types{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.event-type{text-align:center;font-size:13px;font-weight:600}
.event-type img{width:100%;aspect-ratio:1.5/1;object-fit:cover;border-radius:8px;margin-bottom:4px}
.area-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;font-size:15px}
.area-grid span{white-space:nowrap}.area-grid span::first-letter{color:var(--orange)}

.quote-card{position:sticky;top:100px;background:#fff;border:1px solid #f1e6dc;border-radius:16px;padding:14px 18px;box-shadow:0 5px 18px #57240d12}
.quote-card h2{text-align:center;font-size:35px;margin:0}.quote-card>p{text-align:center;font-size:13px;margin:1px 0 12px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}
input,select,textarea{width:100%;font:inherit;border:1px solid #d9d9d9;border-radius:8px;padding:11px 12px;background:#fff}
textarea{height:102px;resize:vertical;margin-bottom:10px}
.send-button{width:100%;border:0;background:var(--orange);color:#fff;border-radius:8px;padding:12px;font-size:17px;font-weight:800;cursor:pointer}
.contact-links{display:flex;flex-direction:column;gap:6px;margin-top:12px;font-size:12px;text-align:center;color:var(--green)}

.gallery-shell{position:relative;display:flex;align-items:center}
.gallery-track{display:flex;gap:12px;overflow:hidden;scroll-behavior:smooth;padding:3px 0;width:100%}
.gallery-card{flex:0 0 calc((100% - 48px)/5);border:0;padding:0;background:transparent;cursor:pointer}
.gallery-card img{width:100%;aspect-ratio:1.55/1;object-fit:cover;border-radius:9px;box-shadow:0 3px 10px #0002}
.gallery-arrow{position:absolute;z-index:2;width:38px;height:38px;border-radius:50%;border:0;background:var(--green);color:#fff;font-size:28px;display:grid;place-items:center;cursor:pointer;box-shadow:0 3px 12px #0002}
.gallery-arrow.left{left:-17px}.gallery-arrow.right{right:-17px}
.gallery-dots{display:flex;justify-content:center;gap:7px;margin:10px 0 0}
.gallery-dots span{width:8px;height:8px;border-radius:50%;background:#c7c3bd}.gallery-dots span.active{background:var(--orange)}

.about{margin:18px 0 30px;padding:18px 24px;border-top:1px solid var(--line);text-align:center}
.about h2{margin:0 0 5px;color:var(--green)}.about p{margin:0 auto;max-width:900px;color:#444;line-height:1.55}

footer{background:linear-gradient(90deg,#075c3c,#073f2d);color:#fff;padding:14px 0 8px}
.footer-row{display:grid;grid-template-columns:1fr 1.8fr 1.2fr;align-items:center;gap:20px}
.footer-brand,.footer-tagline{font-family:Pacifico,cursive;font-size:24px}.footer-tagline{text-align:right}
footer a{text-decoration:underline}.copyright{text-align:center;font-size:11px;margin-top:8px;opacity:.9}

dialog{border:0;border-radius:14px;padding:12px;background:#fff;max-width:min(1000px,92vw);box-shadow:0 20px 70px #0008}
dialog::backdrop{background:#000b}dialog img{max-height:78vh;margin:auto;border-radius:10px}
dialog p{text-align:center;margin:9px 35px 2px;font-weight:600}#dialogClose{position:absolute;right:8px;top:5px;border:0;background:#fff;border-radius:50%;width:34px;height:34px;font-size:25px;cursor:pointer}

@media(max-width:1100px){
  .brand{width:220px}.brand img{width:210px}.nav{gap:8px}.header-call{padding:10px 13px}
  .main-layout{grid-template-columns:1fr}.quote-card{position:static;max-width:650px;margin:18px auto}
  .rental-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
  .site-header{position:relative}.nav-wrap{height:76px}.brand{width:220px}
  .menu-button{display:block;margin-left:auto}.header-call{display:none}
  .nav{display:none;position:absolute;left:3vw;right:3vw;top:75px;height:auto;background:#fff;flex-direction:column;align-items:stretch;padding:12px;box-shadow:0 14px 30px #0002;border-radius:10px}
  .nav.open{display:flex}.nav a{padding:12px}
  .hero-media{background:linear-gradient(180deg,rgba(255,250,241,.88),rgba(255,250,241,.82)),url("../assets/images/hero-event.jpg") center/cover}
  .hero-grid{grid-template-columns:1fr;min-height:430px}.hero-panel{margin:auto}.hero-copy{padding:32px 12px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item{border-bottom:1px solid #e9d9c7}
  .rental-grid{grid-template-columns:repeat(2,1fr)}
  .event-service-row{grid-template-columns:1fr}.event-types{grid-template-columns:repeat(3,1fr)}
  .gallery-card{flex-basis:calc((100% - 24px)/3)}.footer-row{grid-template-columns:1fr;text-align:center}.footer-tagline{text-align:center}
}
@media(max-width:520px){
  .container{width:min(94vw,100%)}
  .brand img{width:190px}.hero-panel h1{font-size:25px}.inventory-line{font-size:15px}.tagline{font-size:23px}
  .hero-actions{flex-direction:column;align-items:center}.btn{width:min(310px,100%)}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-item{justify-content:flex-start;padding-left:15px}
  .rental-grid{grid-template-columns:1fr 1fr;gap:9px}.event-types{grid-template-columns:1fr 1fr}
  .gallery-card{flex-basis:calc((100% - 12px)/2)}.form-row{grid-template-columns:1fr}
}
