:root{--burgundy:#722F37;--burgundy-dark:#4f2027;--rose:#B76E79;--blush:#F5E6E8;--cream:#fffaf8;--ink:#322326;--muted:#765d62;--white:#fff;--shadow:0 14px 35px rgba(80,30,39,.14);--radius:18px;--transition:all .3s ease}
*,:before,:after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"Nunito",sans-serif;font-size:1rem;line-height:1.7}
img{max-width:100%;vertical-align:middle}
button,input,select,textarea{font:inherit}
h1,h2,h3,h4,h5,h6{margin:0 0 1rem;color:var(--burgundy);font-family:"Raleway",sans-serif;font-weight:600;line-height:1.2}
p{margin:0 0 1rem}
a{color:var(--burgundy);transition:var(--transition)}
a:hover{color:var(--rose)}
.container{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}
.section{position:relative;padding:4.5rem 0;background:var(--cream)}
.section-alt{background:var(--blush)}
.section-inner{position:relative;z-index:1}
.section-header{max-width:720px;margin:0 auto 2.5rem;text-align:center}
.section-title{font-size:clamp(1.8rem,4vw,3rem);letter-spacing:.02em}
.section-subtitle{color:var(--muted);font-size:1.1rem}
.eyebrow{display:inline-block;margin-bottom:.8rem;color:var(--rose);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.page-header{padding:3rem 0;background:var(--blush);text-align:center}
.page-title{font-size:clamp(2rem,5vw,3.5rem)}
.breadcrumb{color:var(--muted);font-size:.9rem}
.site-header{position:relative;z-index:20;width:100%;background:rgba(255,250,248,.96);box-shadow:0 3px 18px rgba(80,30,39,.1);transition:var(--transition)}
.site-header.is-scrolled{position:sticky;top:0;background:rgba(255,250,248,.98)}
.header-top{padding:.35rem 0;background:var(--burgundy);color:var(--white);font-size:.82rem;text-align:center}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:82px;transition:var(--transition)}
.is-scrolled .header-inner{min-height:64px}
.logo{text-decoration:none;color:inherit;display:inline-flex;align-items:center;min-width:0}
.logo-mark{display:grid;place-items:center;width:42px;height:42px;margin-right:.7rem;border-radius:50%;background:var(--rose);color:var(--white)}
.logo-text{max-width:300px;color:var(--burgundy);font-family:"Raleway",sans-serif;font-size:clamp(.72rem,1.5vw,1rem);font-weight:700;line-height:1.2;letter-spacing:.035em}
.main-nav{display:flex;align-items:center}
.nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:1.5rem}
.nav-item{margin:0}
.nav-link{text-decoration:none;color:var(--ink);display:inline-block;padding:.5rem 0;position:relative;font-weight:700}
.nav-link:after{position:absolute;right:0;bottom:0;left:0;height:2px;background:var(--rose);content:"";transform:scaleX(0);transition:var(--transition)}
.nav-link:hover:after,.nav-link.active:after,.nav-link[aria-current="page"]:after{transform:scaleX(1)}
.nav-link.active,.nav-link[aria-current="page"]{font-weight:700;color:var(--burgundy)}
.nav-cta{white-space:nowrap}
.nav-toggle{display:none;background:none;border:0;font-size:1.5rem;color:inherit;cursor:pointer}
.hero{position:relative;display:flex;align-items:center;min-height:clamp(480px,72vh,760px);padding:6rem 0 9rem;background:var(--burgundy);background-image:linear-gradient(90deg,rgba(79,32,39,.9),rgba(114,47,55,.48)),var(--hero-image,url("/images/hero.jpg"));background-position:center;background-size:cover;clip-path:polygon(0 0,100% 0,100% 88%,75% 94%,50% 89%,25% 96%,0 89%)}
.hero-inner{position:relative;z-index:2;width:100%}
.hero-content{max-width:720px;color:var(--white)}
.hero-title{color:var(--white);font-size:clamp(2.5rem,7vw,5.6rem);letter-spacing:.01em}
.hero-subtitle{max-width:620px;color:rgba(255,255,255,.9);font-size:clamp(1.05rem,2vw,1.3rem)}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}
.hero-media{position:absolute;inset:0;overflow:hidden}
.hero-badge{display:inline-block;padding:.45rem 1rem;border:1px solid rgba(255,255,255,.45);border-radius:50px;color:var(--white);font-size:.8rem}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(114,47,55,.8),transparent)}
.btn{display:inline-block;text-decoration:none;text-align:center;cursor:pointer;border:0;border-radius:50px;padding:.75rem 1.45rem;font-weight:800;line-height:1.3;transition:var(--transition)}
.btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 22px rgba(80,30,39,.22)}
.btn-primary{background:var(--rose);color:var(--white)}
.btn-primary:hover{background:var(--burgundy);color:var(--white)}
.btn-secondary{background:var(--burgundy);color:var(--white)}
.btn-secondary:hover{background:var(--rose);color:var(--white)}
.btn-ghost{border:1px solid currentColor;background:transparent;color:inherit}
.btn-ghost:hover{background:var(--white);color:var(--burgundy)}
.btn-lg{padding:1rem 2rem;font-size:1.05rem}
.btn-block{display:block;width:100%}
.grid{display:grid;gap:1.5rem}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{overflow:hidden;border:1px solid rgba(183,110,121,.18);border-radius:var(--radius);background:var(--white);box-shadow:0 5px 16px rgba(80,30,39,.06);transition:var(--transition)}
.card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.card-media{height:220px;overflow:hidden}
.card-media img{transition:transform .5s ease}
.card:hover .card-media img{transform:scale(1.05)}
.card-body{padding:1.5rem}
.card-icon{display:grid;place-items:center;width:54px;height:54px;margin-bottom:1rem;border-radius:50%;background:var(--blush);color:var(--rose);font-size:1.4rem}
.card-title{font-size:1.25rem}
.card-text{color:var(--muted)}
.card-link{font-weight:800;text-decoration:none}
.prose{max-width:760px;color:#4e3c40}
.lead{font-size:1.2rem;color:var(--muted)}
.feature-list,.steps,.stats,.testimonials,.faq,.gallery,.timeline,.team,.logos,.posts,.pricing,.price-features,.badges{list-style:none;margin:0;padding:0}
.feature-list{display:grid;gap:1rem}
.feature-item{position:relative;padding-left:2rem}
.feature-item:before{position:absolute;left:0;top:.45rem;width:10px;height:10px;border-radius:50%;background:var(--rose);content:""}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.step{position:relative;padding:1.5rem;border-radius:var(--radius);background:var(--blush)}
.step-num{display:grid;place-items:center;width:42px;height:42px;margin-bottom:1rem;border-radius:50%;background:var(--burgundy);color:var(--white);font-weight:800}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}
.stat{padding:1.25rem}
.stat-num{display:block;color:var(--burgundy);font-family:"Raleway",sans-serif;font-size:2.5rem;font-weight:700}
.stat-label{color:var(--muted)}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.testimonial{padding:1.5rem;border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}
.quote{color:var(--muted);font-size:1.05rem;font-style:italic}
.author{margin-top:1rem;color:var(--burgundy);font-weight:800}
.rating{color:var(--rose);letter-spacing:.15em}
.faq{display:grid;gap:1rem;max-width:850px;margin:auto}
.faq-item{padding:1.25rem 1.5rem;border-radius:var(--radius);background:var(--white);box-shadow:0 4px 15px rgba(80,30,39,.07)}
.faq-q{color:var(--burgundy);font-weight:800}
.faq-a{margin-top:.75rem;color:var(--muted)}
.timeline{display:grid;gap:1rem}
.timeline-item{padding:1rem 1.25rem;border-left:3px solid var(--rose);background:var(--blush)}
.timeline-date{display:block;color:var(--rose);font-weight:800}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.gallery-item{height:240px;overflow:hidden;border-radius:var(--radius)}
.gallery-item img{transition:transform .4s ease}
.gallery-item:hover img{transform:scale(1.06)}
.team{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.team-member{text-align:center}
.member-photo{width:150px;height:150px;margin:0 auto 1rem;border-radius:50%;object-fit:cover}
.member-name{color:var(--burgundy);font-weight:800}
.member-role{color:var(--muted)}
.logos{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}
.logo-item{padding:1rem 1.5rem;border:1px solid rgba(183,110,121,.25);border-radius:12px;color:var(--burgundy);font-weight:800}
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.post{padding:1.5rem;border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}
.post-meta{color:var(--rose);font-size:.85rem;font-weight:800}
.post-title{margin-top:.5rem}
.post-excerpt{color:var(--muted)}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.price-card{padding:2rem;border:1px solid rgba(183,110,121,.25);border-radius:var(--radius);background:var(--white);text-align:center}
.price-card.is-featured,.is-featured{border-color:var(--rose);box-shadow:var(--shadow)}
.price-tag{color:var(--burgundy);font-size:2rem;font-weight:800}
.price-features{margin:1.5rem 0;text-align:left}
.price-features li{padding:.45rem 0;border-bottom:1px solid var(--blush)}
.newsletter{padding:2rem;border-radius:var(--radius);background:var(--blush)}
.newsletter-form{display:flex;gap:.75rem;max-width:650px;margin:1rem auto 0}
.badges{display:flex;flex-wrap:wrap;gap:.75rem}
.badge,.tag{display:inline-block;padding:.4rem .8rem;border-radius:50px;background:var(--blush);color:var(--burgundy);font-size:.85rem;font-weight:800}
.media{overflow:hidden;border-radius:var(--radius)}
.media-img,.img-cover,.card-media img,.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}
.img-round{border-radius:50%}
.ratio{aspect-ratio:16/9}
.figure-caption{padding:.6rem;color:var(--muted);font-size:.85rem;text-align:center}
.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}
.contact-info,.contact-form{padding:2rem;border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}
.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.form-label{display:block;margin-bottom:.35rem;color:var(--burgundy);font-weight:800}
.form-input,.form-textarea,.form-select{width:100%;padding:.8rem 1rem;border:1px solid rgba(114,47,55,.2);border-radius:12px;background:var(--cream);color:var(--ink);outline:none}
.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--rose);box-shadow:0 0 0 3px rgba(183,110,121,.15)}
.form-textarea{min-height:140px;resize:vertical}
.form-note{color:var(--muted);font-size:.85rem}
.nap-block{display:block;margin:1rem 0;padding:1.25rem;border-left:4px solid var(--rose);background:var(--blush);color:var(--muted);font-style:normal;line-height:1.9}
.cta-band{padding:3.5rem 0;text-align:center;background:var(--burgundy);color:var(--white)}
.cta-band .section-title,.cta-band h1,.cta-band h2,.cta-band h3{color:var(--white)}
.cta-inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem;max-width:760px;margin-left:auto;margin-right:auto}
.site-footer{width:100%;padding-top:3rem;background:var(--burgundy);color:rgba(255,255,255,.86)}
.footer-inner{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:2rem}
.footer-col{min-width:0}
.footer-title{margin-bottom:1rem;color:var(--white);font-family:"Raleway",sans-serif;font-weight:700}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li+li{margin-top:.45rem}
.footer-links a{color:rgba(255,255,255,.8);text-decoration:none}
.footer-links a:hover{color:var(--white)}
.site-footer .muted{color:rgba(255,255,255,.72)}
.footer-social{display:flex;gap:.75rem}
.footer-bottom{margin-top:2rem;padding:1.25rem 0;border-top:1px solid rgba(255,255,255,.2);text-align:center}
.footer-copy{color:rgba(255,255,255,.72);font-size:.85rem}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.divider{height:1px;margin:2rem 0;background:rgba(183,110,121,.25)}
.text-center{text-align:center}
.muted{opacity:.7}
.is-hidden{display:none!important}
.cookie-bar{position:fixed;right:1rem;bottom:1rem;left:1rem;z-index:50;padding:1rem 1.25rem;border-radius:14px;background:var(--burgundy);color:var(--white);box-shadow:var(--shadow)}
.to-top{position:fixed;right:1.25rem;bottom:1.25rem;z-index:25;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--rose);color:var(--white);text-decoration:none}
.scroll-progress{position:fixed;top:0;left:0;z-index:100;width:100%;height:4px;background:var(--rose);transform:scaleX(0);transform-origin:left}
.section,.card,.feature,.testimonial,.post,.team-member{animation:fade-up .7s ease both}
@keyframes fade-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:repeat(2,1fr)}.testimonials,.posts,.pricing,.team{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.header-inner{min-height:70px}.nav-toggle{display:inline-block}.main-nav{display:none;position:absolute;top:100%;right:0;left:0;padding:1rem 1.25rem;background:var(--cream);box-shadow:0 12px 20px rgba(80,30,39,.12)}.main-nav.is-open{display:block}.nav-list{flex-direction:column;align-items:flex-start;gap:.75rem}.nav-cta{display:none}.grid-2,.grid-3,.grid-4,.contact-grid,.steps,.stats,.testimonials,.gallery,.team,.posts,.pricing{grid-template-columns:minmax(0,1fr)}.footer-inner{grid-template-columns:minmax(0,1fr)}.hero{padding:5rem 0 8rem;clip-path:polygon(0 0,100% 0,100% 91%,70% 96%,35% 91%,0 96%)}.hero-actions,.newsletter-form{flex-direction:column;align-items:stretch}.form-row{grid-template-columns:minmax(0,1fr)}.logo-text{max-width:220px}.section{padding:3.5rem 0}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}