:root{--amber:#FFDC00;--rose:#FF1744;--peach:#FFEAA7;--cream:#fffaf0;--ink:#35151b;--muted:#76545a;--white:#fff;--shadow:0 14px 35px rgba(88,31,27,.14);--radius:18px}
*,*: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:16px;line-height:1.7}
img{max-width:100%;vertical-align:middle}
a{color:var(--rose);transition:color .2s ease,opacity .2s ease}
a:hover{color:#bd092d}
button,input,select,textarea{font:inherit}
h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-family:"Merriweather",Georgia,serif;line-height:1.2;color:var(--ink)}
p{margin:0 0 1rem}
.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}
.section-alt{background:var(--peach)}
.section-inner{position:relative}
.section-header{max-width:760px;margin:0 auto 2.5rem}
.section-title{font-size:clamp(2rem,4vw,3rem)}
.section-subtitle{font-size:1.1rem;color:var(--muted)}
.eyebrow,.hero-badge{display:inline-block;margin-bottom:1rem;color:#9d152c;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.page-header{padding:3.5rem 0;background:linear-gradient(135deg,var(--amber),var(--rose));color:var(--white)}
.page-title{color:var(--white);font-size:clamp(2.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 4px 18px rgba(88,31,27,.1)}
.header-top{padding:.45rem 0;background:#481921;color:var(--peach);font-size:.8rem;text-align:center}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:78px}
.logo{text-decoration:none;color:inherit;display:inline-flex;align-items:center;max-width:330px}
.logo-text{font-family:"Merriweather",Georgia,serif;font-size:1rem;font-weight:700;line-height:1.25}
.logo-mark{display:inline-grid;place-items:center;width:38px;height:38px;margin-right:.65rem;border-radius:50%;background:linear-gradient(135deg,var(--amber),var(--rose));color:var(--white);font-weight:800}
.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;font-size:.92rem;font-weight:600;padding:.6rem 0;position:relative}
.nav-link:after{content:"";position:absolute;left:0;right:100%;bottom:.2rem;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--amber),var(--rose));transition:right .2s ease}
.nav-link:hover:after,.nav-link.active:after,.nav-link[aria-current="page"]:after{right:0}
.nav-link.active,.nav-link[aria-current="page"]{font-weight:700;color:var(--rose)}
.nav-cta{margin-left:.5rem}
.nav-toggle{display:none;background:none;border:0;font-size:1.5rem;color:inherit;cursor:pointer}
.hero{padding:0;background:linear-gradient(120deg,var(--amber),var(--rose));color:var(--white);overflow:hidden}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;min-height:590px}
.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:5rem 3.5rem 5rem 0}
.hero-title{color:var(--white);font-size:clamp(2.4rem,5vw,4.8rem)}
.hero-subtitle{max-width:600px;font-size:1.15rem;color:rgba(255,255,255,.92)}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}
.hero-media{min-height:360px;position:relative}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,23,68,.25),transparent)}
.hero-badge{color:var(--white);background:rgba(255,255,255,.18);padding:.4rem .8rem;border-radius:999px}
.btn{display:inline-block;text-decoration:none;text-align:center;cursor:pointer;border:0;border-radius:8px;padding:.75rem 1.25rem;font-weight:700;line-height:1.3;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 20px rgba(88,31,27,.22)}
.btn-primary{background:linear-gradient(135deg,var(--amber),var(--rose));color:var(--white);box-shadow:0 6px 14px rgba(255,23,68,.2)}
.btn-secondary{background:var(--white);color:var(--rose);box-shadow:0 6px 14px rgba(88,31,27,.12)}
.btn-ghost{border:2px solid currentColor;background:transparent;color:inherit}
.btn-lg{padding:1rem 1.6rem;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{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.card:hover{transform:translateY(-7px);box-shadow:0 20px 40px rgba(88,31,27,.2)}
.card-media{height:220px;overflow:hidden}
.card-body{padding:1.5rem}
.card-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:1rem;border-radius:14px;background:linear-gradient(135deg,var(--amber),var(--rose));color:var(--white);font-size:1.5rem}
.card-title{font-size:1.3rem}
.card-text{color:var(--muted)}
.card-link{font-weight:700}
.prose{max-width:780px}
.lead{font-size:1.2rem;color:var(--muted)}
.feature{display:flex;gap:1rem}
.feature-list,.steps,.stats,.testimonials,.faq,.gallery,.timeline,.team,.logos,.posts,.pricing,.price-features,.badges{list-style:none;margin:0;padding:0}
.feature-item{padding:1rem 0;border-bottom:1px solid rgba(88,31,27,.12)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.step{background:var(--white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow)}
.step-num{display:grid;place-items:center;width:42px;height:42px;margin-bottom:1rem;border-radius:50%;background:var(--rose);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(--rose);font-family:"Merriweather",Georgia,serif;font-size:2.5rem;font-weight:700}
.stat-label{color:var(--muted)}
.testimonial{padding:1.5rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}
.quote{font-family:"Merriweather",Georgia,serif;font-size:1.1rem}
.author{font-weight:700}
.rating{color:#e29c00;letter-spacing:.12em}
.faq-item{padding:1rem 0;border-bottom:1px solid rgba(88,31,27,.15)}
.faq-q{font-weight:700}
.faq-a{color:var(--muted)}
.timeline-item{padding:1rem 1.25rem;margin-bottom:1rem;border-left:4px solid var(--rose);background:var(--white);border-radius:0 var(--radius) var(--radius) 0;box-shadow:var(--shadow)}
.timeline-date{font-weight:800;color:var(--rose)}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.gallery-item{height:250px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.team{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.team-member{text-align:center;background:var(--white);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow)}
.member-photo{width:100%;height:250px;object-fit:cover;border-radius:12px}
.member-name{margin-top:1rem;font-weight:700}
.member-role{color:var(--muted);font-size:.9rem}
.logos{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}
.logo-item{padding:1rem 1.5rem;background:var(--white);border-radius:10px;box-shadow:var(--shadow);font-weight:700}
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.post{padding:1.5rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}
.post-meta{font-size:.85rem;color:var(--rose)}
.post-title{font-size:1.25rem}
.post-excerpt{color:var(--muted)}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.price-card{padding:2rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}
.price-card.is-featured{background:linear-gradient(145deg,var(--amber),var(--rose));color:var(--white);transform:scale(1.03)}
.price-tag{font-family:"Merriweather",Georgia,serif;font-size:2rem;font-weight:700}
.price-features li{padding:.4rem 0}
.newsletter{padding:2rem;background:var(--peach);border-radius:var(--radius)}
.newsletter-form{display:flex;gap:.75rem}
.badges{display:flex;flex-wrap:wrap;gap:.75rem}
.badge,.tag{display:inline-block;padding:.35rem .75rem;border-radius:999px;background:var(--peach);color:var(--ink);font-size:.85rem;font-weight:700}
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem}
.contact-info,.contact-form{padding:2rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}
.nap-block{display:block;padding:1.25rem;border-left:4px solid var(--rose);background:var(--peach);font-style:normal}
.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.form-label{display:block;margin-bottom:.35rem;font-weight:700}
.form-input,.form-textarea,.form-select{width:100%;border:1px solid rgba(88,31,27,.2);border-radius:8px;padding:.75rem;background:#fffdf8;color:var(--ink)}
.form-textarea{min-height:150px;resize:vertical}
.form-note{font-size:.85rem;color:var(--muted)}
.media{position:relative}
.media-img{border-radius:var(--radius)}
.img-cover{border-radius:var(--radius)}
.img-round{border-radius:50%;object-fit:cover}
.ratio{aspect-ratio:16/9;overflow:hidden}
.figure-caption{display:block;margin-top:.5rem;color:var(--muted);font-size:.85rem}
.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}
.site-footer{width:100%;padding-top:3rem;background:#35151b;color:var(--peach)}
.site-footer a{color:var(--peach)}
.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6,.footer-title{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:.85rem;font-family:"Merriweather",Georgia,serif;font-weight:700}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li+li{margin-top:.35rem}
.footer-bottom{margin-top:2rem;padding:1.25rem 0;border-top:1px solid rgba(255,234,167,.25);text-align:center}
.footer-copy{font-size:.85rem}
.footer-social{display:flex;gap:.75rem}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.divider{height:1px;background:rgba(88,31,27,.12);margin:2rem 0}
.text-center{text-align:center}
.muted{opacity:.7}
.is-hidden{display:none!important}
.cookie-bar{position:fixed;z-index:50;right:1rem;bottom:1rem;max-width:420px;padding:1rem 1.25rem;background:var(--white);border-radius:12px;box-shadow:var(--shadow)}
.to-top{position:fixed;right:1rem;bottom:1rem;z-index:30;width:44px;height:44px;border-radius:50%;background:var(--rose);color:var(--white);display:grid;place-items:center;text-decoration:none;box-shadow:var(--shadow)}
.scroll-progress{position:fixed;z-index:60;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--amber),var(--rose));transform-origin:left;transform:scaleX(0)}
.section,.card,.contact-info,.contact-form,.cta-band{animation:rise-in .7s ease both}
@keyframes rise-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-content{padding-right:2rem}.footer-inner{grid-template-columns:repeat(2,1fr)}.team,.posts,.pricing{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.header-inner{min-height:68px}.logo{max-width:250px}.logo-text{font-size:.82rem}.nav-toggle{display:inline-block}.main-nav{display:none;position:absolute;top:100%;left:0;right: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}.hero-inner{grid-template-columns:1fr}.hero-content{padding:4rem 0 2.5rem}.hero-media{min-height:300px}.grid-2,.grid-3,.grid-4,.contact-grid,.steps,.stats,.gallery,.team,.posts,.pricing{grid-template-columns:minmax(0,1fr)}.form-row{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.footer-inner{grid-template-columns:1fr}.section{padding:3.25rem 0}.price-card.is-featured{transform:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}