:root{--amber:#ffdc00;--rose:#ff1744;--peach:#ffeaa7;--cream:#fffaf0;--ink:#3b2020;--wine:#641f2d;--white:#fff;--shadow:0 1rem 2.5rem rgba(99,36,32,.14);--radius:1.25rem;--transition:240ms ease}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"Open Sans",Arial,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(--wine);font-family:"Merriweather",Georgia,serif;line-height:1.2}
p{margin:0 0 1rem}
a{color:var(--rose);transition:color var(--transition)}
a:hover{color:var(--wine)}
.container{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}
.section{padding:4.5rem 0;animation:rise-in .8s ease both}
.section-alt{background:var(--peach);border-radius:var(--radius);box-shadow:var(--shadow)}
.section-inner{position:relative}
.section-header{max-width:760px;margin:0 auto 2.5rem;text-align:center}
.section-title{font-size:clamp(1.8rem,4vw,3rem)}
.section-subtitle{font-size:1.1rem;opacity:.78}
.eyebrow{display:inline-block;margin-bottom:.75rem;color:var(--rose);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.page-header{padding:5rem 0 3rem;background:linear-gradient(135deg,var(--amber),var(--rose));color:var(--white);text-align:center}
.page-title{color:var(--white);font-size:clamp(2rem,5vw,4rem)}
.breadcrumb{font-size:.9rem;color:rgba(255,255,255,.85)}
.site-header{position:relative;z-index:20;width:100%;background:var(--white);box-shadow:0 .25rem 1rem rgba(77,29,26,.08)}
.header-top{padding:.45rem 0;background:var(--wine);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:5.25rem}
.logo{text-decoration:none;color:inherit;display:inline-flex;align-items:center;max-width:30rem}
.logo-text{font-family:"Merriweather",Georgia,serif;font-size:clamp(.82rem,1.5vw,1.05rem);font-weight:700;line-height:1.25}
.logo-mark{width:2.5rem;height:2.5rem;margin-right:.7rem;border-radius:50%;background:linear-gradient(135deg,var(--amber),var(--rose));box-shadow:.25rem .25rem .8rem rgba(255,23,68,.25)}
.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:.4rem 0;font-size:.92rem;font-weight:600}
.nav-link:hover,.nav-link.active,.nav-link[aria-current="page"]{color:var(--rose)}
.nav-link.active,.nav-link[aria-current="page"]{font-weight:700}
.nav-link.active::after,.nav-link[aria-current="page"]::after{display:block;height:2px;margin-top:.2rem;border-radius:2px;background:var(--rose);content:""}
.nav-toggle{display:none;background:none;border:0;font-size:1.5rem;color:inherit;cursor:pointer}
.is-scrolled{box-shadow:0 .5rem 1.5rem rgba(77,29,26,.16)}
.is-transparent{background:transparent;color:var(--white);position:absolute;top:0;left:0}
.is-transparent .nav-link{color:var(--white)}
.hero{position:relative;display:flex;min-height:calc(100vh - 5.25rem);align-items:center;overflow:hidden;background:linear-gradient(135deg,var(--amber),var(--rose));color:var(--white)}
.hero-media,.hero-overlay{position:absolute;inset:0}
.hero-media{background-position:center;background-size:cover}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-overlay{background:linear-gradient(90deg,rgba(42,17,20,.78),rgba(80,20,35,.38))}
.hero-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:inherit}
.hero-content{max-width:850px;text-align:center}
.hero-title{color:var(--white);font-size:clamp(2.4rem,7vw,5.8rem);text-shadow:0 .25rem 1rem rgba(0,0,0,.25)}
.hero-subtitle{max-width:680px;margin:0 auto 2rem;color:rgba(255,255,255,.92);font-size:clamp(1rem,2vw,1.3rem)}
.hero-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}
.hero-badge{display:inline-block;margin-bottom:1rem;padding:.4rem .8rem;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:rgba(255,255,255,.12);font-size:.8rem}
.btn{display:inline-block;text-decoration:none;text-align:center;cursor:pointer;border:0;border-radius:999px;padding:.75rem 1.35rem;font-weight:700;transition:transform var(--transition),box-shadow var(--transition),background var(--transition)}
.btn::after{content:" →";font-size:1.15em}
.btn:hover{transform:scale(1.04);box-shadow:0 .6rem 1.2rem rgba(77,29,26,.2)}
.btn-primary{background:linear-gradient(135deg,var(--amber),var(--rose));color:var(--white)}
.btn-primary:hover{color:var(--white)}
.btn-secondary{background:var(--peach);color:var(--wine)}
.btn-ghost{border:1px solid currentColor;background:transparent;color:inherit}
.btn-lg{padding:1rem 1.7rem;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-radius:var(--radius);background:var(--white);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition)}
.card:hover{transform:translateY(-.45rem);box-shadow:0 1.25rem 2.8rem rgba(99,36,32,.2)}
.card-media{height:14rem;overflow:hidden;background:var(--peach)}
.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:3rem;height:3rem;margin-bottom:1rem;border-radius:50%;background:linear-gradient(135deg,var(--amber),var(--rose));color:var(--white);font-size:1.3rem}
.card-title{font-size:1.25rem}
.card-text{opacity:.78}
.card-link{font-weight:700;text-decoration:none}
.prose{max-width:760px}
.lead{font-size:1.2rem}
.feature-list,.steps,.stats,.testimonials,.faq,.gallery,.timeline,.team,.logos,.posts,.pricing,.price-features,.badges{list-style:none;margin:0;padding:0}
.feature-item,.step,.testimonial,.faq-item,.timeline-item,.team-member,.post,.price-card{border-radius:var(--radius)}
.feature-item{padding:1rem 0}
.feature{display:flex;gap:1rem}
.step-num{display:grid;flex:0 0 2.5rem;place-items:center;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--rose);color:var(--white);font-weight:700}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}
.stat{padding:1.5rem;border-radius:var(--radius);background:rgba(255,255,255,.65)}
.stat-num{display:block;color:var(--rose);font-family:"Merriweather",Georgia,serif;font-size:2.3rem;font-weight:700}
.stat-label{font-size:.9rem}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.testimonial{padding:1.5rem;background:var(--white);box-shadow:var(--shadow)}
.quote{font-family:"Merriweather",Georgia,serif;font-size:1.05rem}
.author{margin-top:1rem;font-weight:700}
.rating{color:#c88700;letter-spacing:.15em}
.faq-item{margin-bottom:1rem;padding:1rem 1.25rem;background:var(--white);box-shadow:0 .4rem 1rem rgba(99,36,32,.08)}
.faq-q{cursor:pointer;font-weight:700}
.faq-a{padding-top:.75rem;opacity:.8}
.timeline-item{position:relative;margin-bottom:1.5rem;padding:1.25rem 1.5rem;background:var(--white);box-shadow:var(--shadow)}
.timeline-date{color:var(--rose);font-weight:700}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.gallery-item{height:15rem;overflow:hidden;border-radius:var(--radius)}
.gallery-item img{transition:transform .5s ease}
.gallery-item:hover img{transform:scale(1.06)}
.cta-band{padding:3.5rem 0;text-align:center;background:linear-gradient(135deg,var(--amber),var(--rose));color:var(--white)}
.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}
.team{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.team-member{overflow:hidden;background:var(--white);text-align:center;box-shadow:var(--shadow)}
.member-photo{height:15rem;width:100%;object-fit:cover}
.member-name{margin-top:1rem;font-size:1.15rem}
.member-role{padding-bottom:1.25rem;color:var(--rose);font-size:.9rem}
.logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}
.logo-item{padding:1rem 1.5rem;border-radius:999px;background:var(--white);font-weight:700;box-shadow:0 .4rem 1rem rgba(99,36,32,.08)}
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.post{padding:1.5rem;background:var(--white);box-shadow:var(--shadow)}
.post-meta{color:var(--rose);font-size:.8rem}
.post-title{margin-top:.5rem;font-size:1.25rem}
.post-excerpt{opacity:.78}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.price-card{padding:2rem;background:var(--white);box-shadow:var(--shadow);text-align:center}
.price-card.is-featured{background:linear-gradient(145deg,var(--wine),#9c263f);color:var(--white);transform:scale(1.04)}
.price-card.is-featured h3{color:var(--white)}
.price-tag{display:block;margin:1rem 0;color:var(--rose);font-family:"Merriweather",Georgia,serif;font-size:2rem;font-weight:700}
.price-features{text-align:left}
.price-features li{padding:.45rem 0}
.newsletter{padding:2rem;border-radius:var(--radius);background:var(--peach)}
.newsletter-form{display:flex;gap:.75rem;max-width:650px;margin:auto}
.badges{display:flex;flex-wrap:wrap;gap:.75rem}
.badge,.tag{display:inline-block;padding:.35rem .75rem;border-radius:999px;background:var(--peach);color:var(--wine);font-size:.82rem;font-weight:700}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.contact-info,.contact-form{padding:2rem;border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}
.form-row{display:grid;gap:.45rem;margin-bottom:1rem}
.form-label{font-weight:700}
.form-input,.form-textarea,.form-select{width:100%;border:1px solid rgba(100,31,45,.2);border-radius:.7rem;background:var(--cream);color:var(--ink);padding:.8rem 1rem;outline:0}
.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--rose);box-shadow:0 0 0 .2rem rgba(255,23,68,.12)}
.form-textarea{min-height:9rem;resize:vertical}
.form-note{font-size:.85rem;opacity:.7}
.nap-block{padding:1.25rem;border-left:.35rem solid var(--rose);border-radius:.5rem;background:var(--peach);font-style:normal;line-height:1.9}
.site-footer{width:100%;padding-top:3rem;background:var(--wine);color:rgba(255,255,255,.82)}
.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4{color:var(--white)}
.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem}
.footer-col{min-width:0}
.footer-title{margin-bottom:1rem;color:var(--white);font-family:"Merriweather",Georgia,serif;font-weight:700}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li{margin:.45rem 0}
.footer-links a{color:rgba(255,255,255,.8);text-decoration:none}
.footer-links a:hover{color:var(--amber)}
.footer-bottom{margin-top:2rem;padding:1.25rem 0;border-top:1px solid rgba(255,255,255,.2);text-align:center}
.footer-copy{font-size:.85rem}
.footer-social{display:flex;gap:.75rem}
.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;overflow:hidden}
.figure-caption{padding:.6rem;font-size:.85rem;opacity:.7}
.divider{height:1px;border:0;background:transparent}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.muted{opacity:.7}
.text-center{text-align:center}
.is-hidden{display:none!important}
.cookie-bar{position:fixed;z-index:30;right:1rem;bottom:1rem;left:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-radius:var(--radius);background:var(--wine);color:var(--white);box-shadow:var(--shadow)}
.to-top{position:fixed;z-index:15;right:1.25rem;bottom:1.25rem;display:grid;place-items:center;width:2.8rem;height:2.8rem;border-radius:50%;background:var(--rose);color:var(--white);text-decoration:none;box-shadow:var(--shadow)}
.scroll-progress{position:fixed;z-index:40;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--amber),var(--rose));transform-origin:left;transform:scaleX(0)}
@keyframes rise-in{from{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:none}}
@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner,.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonials,.team,.posts,.pricing{grid-template-columns:repeat(2,minmax(0,1fr))}.stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.header-inner{min-height:4.5rem}.nav-toggle{display:inline-block}.main-nav{display:none;position:absolute;top:100%;right:0;left:0;padding:1rem 1.25rem;background:var(--white);box-shadow:var(--shadow)}.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{grid-template-columns:minmax(0,1fr)}.footer-inner,.contact-grid,.testimonials,.team,.posts,.pricing{grid-template-columns:minmax(0,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}.hero{min-height:calc(100vh - 4.5rem)}.newsletter-form{flex-direction:column}.cookie-bar{flex-direction:column;align-items:stretch}.price-card.is-featured{transform:none}}
@media(max-width:420px){.stats,.gallery{grid-template-columns:minmax(0,1fr)}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}