:root{--wine:#9d3c50;--wine-dark:#7e293d;--cream:#fbf6ef;--olive:#9aae50;--ink:#222;--muted:#666;--line:#eadfd5;--shadow:0 10px 30px rgba(72,42,35,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}button{font:inherit}.script{font-family:"Segoe Script","Brush Script MT",cursive;color:var(--wine);font-weight:600}.top-ribbon{background:linear-gradient(90deg,#ad465e,#8f2f46);color:white;text-align:center;padding:.4rem;font-size:.86rem;font-weight:700}.quick-services{display:flex;justify-content:center;gap:1.35rem;padding:.65rem 1rem;font-size:.78rem;border-bottom:1px solid #eee;white-space:nowrap;overflow:auto}.quick-services .more{color:var(--wine);font-style:italic}.site-header{height:92px;display:flex;align-items:center;gap:2rem;padding:0 max(3vw,24px);position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);z-index:30;border-bottom:1px solid #eee}.brand img{width:155px;height:72px;object-fit:contain}.main-nav{display:flex;gap:1.5rem;margin-left:auto;font-size:.86rem;font-weight:700}.main-nav a{padding:1rem 0;position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:.55rem;height:2px;background:var(--wine);transition:.25s}.main-nav a:hover:after{right:0}.header-actions{display:flex;gap:.25rem}.header-actions button,.menu-toggle{border:0;background:none;font-size:1.3rem;position:relative;cursor:pointer}.header-actions span{position:absolute;background:var(--wine);color:white;border-radius:50%;font-size:.58rem;width:15px;height:15px;line-height:15px;right:-2px;top:-3px}.menu-toggle{display:none}.hero{min-height:490px;display:grid;grid-template-columns:1fr 1.05fr;background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(251,246,239,.65));overflow:hidden}.hero-copy{padding:58px 7vw 50px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-name{font-size:4.3rem;line-height:.8;margin:0}.hero h1{text-transform:uppercase;letter-spacing:2px;font-size:2rem;margin:.5rem 0 1rem}.hero-tagline{font-size:1.75rem;line-height:1.35;margin:.2rem 0 1.2rem}.hero-list{font-weight:700;line-height:1.75;font-size:.95rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.82rem 1.35rem;text-transform:uppercase;font-size:.75rem;font-weight:800;letter-spacing:.2px;transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.btn.primary{background:var(--wine);color:#fff}.btn.secondary{background:var(--olive);color:#fff}.hero-visual{position:relative;min-height:490px}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-badge{position:absolute;right:8%;top:10%;background:var(--wine);color:white;width:135px;height:135px;border-radius:50%;display:grid;place-content:center;text-align:center;font-family:"Segoe Script",cursive;font-size:1rem;line-height:1.25;border:3px solid white;box-shadow:var(--shadow);transform:rotate(-3deg)}.section{padding:42px max(3vw,26px)}.section-title{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:28px}.section-title span{width:34px;height:1px;background:#8f9d86}.section-title h2{font-size:2.2rem;margin:0}.service-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;max-width:1200px;margin:auto}.service-grid article{text-align:center}.service-grid h3{text-transform:uppercase;font-size:.78rem;line-height:1.25}.icon{height:78px;display:grid;place-items:center;border-radius:28% 36% 30% 34%;font-size:2.5rem}.yellow{background:#fff1c9}.pink{background:#fde4e7}.green{background:#e9f3dd}.blue{background:#e2f0f7}.lilac{background:#f3e4ef}.aqua{background:#dff4f0}.peach{background:#fbe8de}.olive{background:#eef0d9}.center{width:max-content;margin:25px auto 0}.why-promo{display:grid;grid-template-columns:.85fr 2fr;background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.why{padding:36px 4vw;background:white}.why h2{font-size:1.85rem}.why ul{list-style:none;padding:0;margin:0;line-height:2}.why li:before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--olive);color:white;margin-right:.55rem;font-size:.72rem}.promo-zone{padding:34px 4vw;overflow:hidden}.promo-heading{display:flex;justify-content:space-between;align-items:center}.promo-heading h2{font-family:"Segoe Script",cursive;font-size:1.75rem;margin:0 0 1rem}.slide{border:1px solid #ddd;background:white;border-radius:50%;width:34px;height:34px;cursor:pointer}.promo-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);gap:16px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth}.promo-card{background:white;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.06);text-align:center;padding-bottom:1rem}.promo-card img{width:100%;height:130px;object-fit:cover}.promo-card h3{font-size:.9rem;line-height:1.45;padding:0 .8rem;min-height:52px}.promo-card a{font-size:.75rem;color:var(--wine);font-weight:800;text-transform:uppercase}.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:7px}.gallery img{width:100%;aspect-ratio:1.08;object-fit:cover;border-radius:4px}.about-reviews{display:grid;grid-template-columns:1.1fr 1.5fr;border-top:1px solid var(--line)}.about{padding:30px 4vw}.about h2,.hours h2,.contact-block h2{font-size:1.85rem;margin-top:0}

.about-content{display:grid;grid-template-columns:1fr 155px;gap:1.5rem;font-size:.85rem;line-height:1.6}.about-content img{width:100%;transform:rotate(-2deg);box-shadow:var(--shadow);border:8px solid white}.reviews{background:var(--cream);padding:30px 4vw}.reviews h2{font-family:"Segoe Script",cursive;font-size:1.75rem;margin-top:0}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.review-grid blockquote{margin:0;background:white;border-radius:8px;padding:1.3rem;min-height:175px;font-size:.82rem;line-height:1.55}.review-grid blockquote div{color:#f5a700;letter-spacing:2px}.review-grid cite{font-style:normal;font-weight:700}.deals{background:linear-gradient(90deg,#9f3a4e,#7f293d);color:white;display:grid;grid-template-columns:1.35fr repeat(4,1fr) .8fr;align-items:center;padding:22px 4vw;gap:18px}.deals>div{padding-left:18px;border-left:1px solid rgba(255,255,255,.35);text-transform:uppercase}.deal-title{display:flex;gap:.8rem;align-items:center;border:0!important;padding:0!important;font-size:1.15rem}.deal-title:first-letter{font-size:2rem}.deals small{display:block;text-transform:none;margin-top:.25rem}.deal-btn{background:white;color:#333;padding:.7rem 1rem;border-radius:999px;text-align:center;font-size:.75rem;font-weight:800;text-transform:uppercase}.contact-section{display:grid;grid-template-columns:1.05fr 1.15fr 1.15fr .8fr;gap:30px;padding:38px 4vw;background:#fffaf5}.contact-section p{font-size:.82rem;line-height:1.65}.map-placeholder{min-height:180px;background:linear-gradient(135deg,#e5eadf,#f0eee8);border-radius:8px;display:grid;place-content:center;text-align:center;color:#67705f}.map-placeholder span{font-size:2rem}.hours h3{font-size:1.5rem;margin-bottom:.4rem}.facebook{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#3b5998;color:#fff;font:bold 1.4rem Arial}.thanks{background:#28302d;color:white;min-height:170px;display:grid;place-content:center;text-align:center;font:2rem "Segoe Script",cursive;border:10px solid #8a5d38;transform:rotate(3deg);box-shadow:var(--shadow)}.thanks small{display:block;font:.8rem Arial;margin:.6rem 0}.thanks:last-line{color:#e8c16f}footer{display:flex;justify-content:space-between;gap:1rem;background:#1f2222;color:#ccc;padding:18px 4vw;font-size:.72rem}footer nav{display:flex;gap:1.3rem}
@media(max-width:1000px){.main-nav{position:absolute;top:92px;left:0;right:0;background:white;display:none;flex-direction:column;padding:1rem 2rem;box-shadow:var(--shadow)}.main-nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.header-actions{margin-left:0}.service-grid{grid-template-columns:repeat(4,1fr)}.why-promo,.about-reviews{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(3,1fr)}.deals{grid-template-columns:repeat(3,1fr)}.deal-title{grid-row:span 2}.contact-section{grid-template-columns:1fr 1fr}.hero-copy{padding-left:5vw}}
@media(max-width:700px){.quick-services{justify-content:flex-start}.site-header{height:78px}.brand img{width:130px;height:58px}.main-nav{top:78px}.hero{grid-template-columns:1fr}.hero-copy{padding:42px 24px}.hero-name{font-size:3.7rem}.hero-tagline{font-size:1.45rem}.hero-visual{min-height:340px}.service-grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:1fr}.deals{grid-template-columns:1fr 1fr}.deal-title{grid-column:1/-1}.contact-section{grid-template-columns:1fr}.about-content{grid-template-columns:1fr}.about-content img{max-width:220px}.thanks{max-width:260px}footer{flex-direction:column}footer nav{flex-wrap:wrap}.hero-buttons{width:100%}.hero-buttons .btn{flex:1}.hero-badge{width:110px;height:110px;font-size:.85rem}}
