.cust-hero-room{position:relative;min-height:72vh;overflow:hidden;display:grid;align-items:end}.cust-hero-room__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cust-hero-room::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(42,38,34,.26),rgba(42,38,34,.04))}.cust-hero-room__card{position:relative;z-index:1;padding:32px;background:rgba(255,255,255,.92);border-radius:8px;box-shadow:0 16px 42px rgba(42,38,34,.18)}.cust-hero-room__card h1{font-size:max(2rem, min(4vw, 3.1rem));margin-bottom:16px}.cust-hero-room__card p{color:var(--brand-text);margin-bottom:24px}.cust-stats-with-icons{background:var(--brand-primary-dark);color:#fff;padding:28px 0}.cust-stats-with-icons .container{display:flex;gap:24px}.cust-stat-item{flex:1 1 0;min-width:0;display:grid;grid-gap:4px;gap:4px}.cust-stat-item span,.cust-stat-item strong{color:#fff}.cust-stat-icon{color:var(--brand-accent);font-weight:700}.cust-occasion-tiles,.cust-testimonials{padding:88px 0;background:var(--brand-bg)}.cust-occasion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.cust-occasion-tile{position:relative;overflow:hidden;border-radius:var(--brand-radius);min-height:320px;display:grid;align-items:end}.cust-occasion-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.cust-occasion-tile span{position:relative;z-index:1;display:block;padding:18px;background:rgba(98,46,34,.84);color:#fff;font-weight:700}.cust-occasion-tile:hover img{transform:scale(1.05)}.cust-industry-cards{padding:88px 0;background:var(--brand-bg-alt)}.cust-image-card-grid,.cust-testimonial-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.cust-image-card,.cust-testimonial-grid article{position:relative;overflow:hidden;border-radius:var(--brand-radius);background:#fff;border:1px solid var(--brand-border)}.cust-image-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.cust-image-card div{padding:22px}.cust-image-card p,.cust-testimonial-grid p{color:var(--brand-text)}.cust-testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cust-testimonial-grid article{padding:28px;box-shadow:0 12px 30px rgba(42,38,34,.08)}.cust-testimonial-grid span,.cust-testimonial-grid strong{display:block}.cust-testimonial-grid span{color:var(--brand-text);font-size:.9rem}.cust-cta-solid{padding:80px 0 96px;background:var(--brand-primary);color:#fff;text-align:center}.cust-cta-solid h2,.cust-cta-solid p{color:#fff}.cust-cta-solid p{max-width:720px;margin:0 auto 24px}@media (max-width:991px){.cust-stats-with-icons .container{flex-wrap:wrap}.cust-stat-item{flex:0 0 calc(50% - 12px)}.cust-image-card-grid,.cust-occasion-grid,.cust-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.cust-hero-room{padding-top:150px}.cust-hero-room__card{margin:0 auto}.cust-image-card-grid,.cust-occasion-grid,.cust-stat-item,.cust-testimonial-grid{grid-template-columns:1fr}.cust-stat-item{flex-basis:100%}}