*,
*::before,
*::after{box-sizing:border-box}
:root{--charcoal:#2D2D2D;--charcoal-deep:#232323;--charcoal-soft:#353535;--light:#E0E0E0;--orange:#FF6600;--orange-dark:#d95400;--border:rgba(224,224,224,.16);--shadow:0 1rem 2.5rem rgba(0,0,0,.22)}
html{scroll-behavior:smooth}
body{margin:0;background:var(--charcoal);color:var(--light);font-family:'Open Sans',sans-serif;font-size:16px;line-height:1.7}
img{max-width:100%;vertical-align:middle}
a{color:var(--orange);transition:color .25s ease,opacity .25s ease}
a:hover{color:#ff914d}
button,input,select,textarea{font:inherit}
h1,h2,h3,h4,h5,h6{margin:0 0 1rem;color:var(--light);font-family:'Merriweather',serif;line-height:1.25}
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;position:relative}
.section:nth-of-type(even){background:var(--charcoal-soft);clip-path:polygon(0 3%,100% 0,100% 97%,0 100%)}
.section-alt{background:var(--charcoal-deep);clip-path:polygon(0 0,100% 4%,100% 96%,0 100%)}
.section-inner{position:relative;z-index:1}
.section-header{max-width:760px;margin:0 auto 2.5rem}
.section-title{font-size:clamp(1.8rem,4vw,2.7rem)}
.section-subtitle{color:rgba(224,224,224,.72);font-size:1.05rem}
.eyebrow{display:inline-block;margin-bottom:.75rem;color:var(--orange);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.page-header{padding:5rem 0 3rem;background:var(--charcoal-deep)}
.page-title{font-size:clamp(2rem,5vw,3.4rem)}
.breadcrumb{color:rgba(224,224,224,.65);font-size:.9rem}
.site-header{position:relative;z-index:20;width:100%;background:var(--charcoal-deep);border-bottom:1px solid var(--border)}
.header-top{padding:.45rem 0;background:var(--orange);color:#fff;font-size:.8rem;text-align:center}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:84px}
.logo{text-decoration:none;color:inherit;display:inline-flex;align-items:center;max-width:360px}
.logo-text{font-family:'Merriweather',serif;font-size:clamp(.78rem,1.5vw,1.05rem);font-weight:700;line-height:1.3}
.logo-mark{display:inline-grid;place-items:center;width:2.4rem;height:2.4rem;margin-right:.7rem;border:2px solid var(--orange);color:var(--orange);font-family:'Merriweather',serif;font-weight:700}
.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:inherit;display:inline-block;padding:.35rem 0;position:relative}
.nav-link::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--orange);transition:right .25s 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(--orange)}
.nav-cta{margin-left:auto}
.nav-toggle{display:none;background:none;border:0;font-size:1.5rem;color:inherit;cursor:pointer}
.hero{min-height:620px;background:var(--charcoal-deep);overflow:hidden}
.hero-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:620px}
.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:5rem 4rem 5rem 0}
.hero-title{font-size:clamp(2.4rem,5vw,4.7rem)}
.hero-subtitle{max-width:570px;color:rgba(224,224,224,.78);font-size:1.1rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}
.hero-media{min-height:420px;position:relative;background:var(--charcoal-soft)}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(35,35,35,.35),transparent)}
.hero-badge{display:inline-block;padding:.35rem .7rem;border:1px solid var(--orange);color:var(--orange);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.btn{display:inline-block;text-decoration:none;text-align:center;cursor:pointer;border:0;border-radius:2px;padding:.7rem 1.25rem;font-weight:700;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}
.btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 .6rem 1.2rem rgba(0,0,0,.25)}
.btn-primary{background:transparent;border:1px solid var(--orange);color:var(--orange)}
.btn-primary:hover{background:var(--orange);color:#fff}
.btn-secondary{background:transparent;border:1px solid var(--light);color:var(--light)}
.btn-secondary:hover{background:var(--light);color:var(--charcoal)}
.btn-ghost{background:transparent;border:1px solid var(--border);color:var(--light)}
.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}
.btn-lg{padding:.9rem 1.6rem}
.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{height:100%;overflow:hidden;background:rgba(255,255,255,.025);border:1px solid var(--border);border-radius:4px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.card:hover{transform:translateY(-7px);border-color:rgba(255,102,0,.65);box-shadow:var(--shadow)}
.card-media{height:220px;overflow:hidden}
.card-body{padding:1.5rem}
.card-icon{display:grid;place-items:center;width:3rem;height:3rem;margin-bottom:1rem;border:1px solid var(--orange);color:var(--orange);font-size:1.25rem}
.card-title{font-size:1.25rem}
.card-text{color:rgba(224,224,224,.72)}
.card-link{font-weight:700;text-decoration:none}
.prose{max-width:780px}
.lead{font-size:1.2rem;color:rgba(224,224,224,.8)}
.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-list{display:grid;gap:1rem}
.feature-item{padding:1rem 0;border-bottom:1px solid var(--border)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.step{position:relative;padding:1.5rem;border:1px solid var(--border)}
.step-num{display:block;margin-bottom:.8rem;color:var(--orange);font-family:'Merriweather',serif;font-size:2rem}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}
.stat{padding:1.5rem;border-top:2px solid var(--orange)}
.stat-num{display:block;color:var(--orange);font-family:'Merriweather',serif;font-size:2.3rem}
.stat-label{color:rgba(224,224,224,.7)}
.testimonials{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.testimonial{padding:1.75rem;border:1px solid var(--border)}
.quote{font-family:'Merriweather',serif;font-size:1.15rem;font-style:italic}
.author{margin-top:1rem;color:var(--orange);font-weight:700}
.rating{color:var(--orange);letter-spacing:.15em}
.faq{display:grid;gap:.75rem}
.faq-item{border:1px solid var(--border);padding:1rem 1.25rem}
.faq-q{font-family:'Merriweather',serif;font-weight:700}
.faq-a{padding-top:.75rem;color:rgba(224,224,224,.72)}
.timeline{display:grid;gap:1.5rem}
.timeline-item{padding-left:1.5rem;border-left:2px solid var(--orange)}
.timeline-date{color:var(--orange);font-weight:700}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.gallery-item{height:250px;overflow:hidden;border-radius:4px}
.team{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.team-member{text-align:center}
.member-photo{width:100%;height:280px;object-fit:cover;border-radius:4px}
.member-name{margin-top:1rem;font-family:'Merriweather',serif;font-weight:700}
.member-role{color:var(--orange);font-size:.9rem}
.logos{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}
.logo-item{padding:1rem 1.5rem;border:1px solid var(--border);color:rgba(224,224,224,.7)}
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.post{padding:1.5rem;border:1px solid var(--border)}
.post-meta{color:var(--orange);font-size:.8rem}
.post-title{font-size:1.25rem}
.post-excerpt{color:rgba(224,224,224,.7)}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.price-card{padding:2rem;border:1px solid var(--border);text-align:center}
.price-card.is-featured{border:2px solid var(--orange);transform:translateY(-8px)}
.price-tag{color:var(--orange);font-family:'Merriweather',serif;font-size:2rem}
.price-features{margin:1.5rem 0;text-align:left}
.price-features li{padding:.5rem 0;border-bottom:1px solid var(--border)}
.newsletter{padding:2rem;border:1px solid var(--border)}
.newsletter-form{display:flex;gap:.75rem}
.badges{display:flex;flex-wrap:wrap;gap:.75rem}
.badge,.tag{display:inline-block;padding:.35rem .7rem;border:1px solid var(--orange);color:var(--orange);font-size:.8rem}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}
.contact-info,.contact-form{padding:1.75rem;border:1px solid var(--border)}
.nap-block{display:block;padding:1.25rem;margin-top:1rem;background:rgba(255,255,255,.04);border-left:3px solid var(--orange);font-style:normal;line-height:1.9}
.form-row{display:grid;gap:.45rem;margin-bottom:1rem}
.form-label{font-weight:700}
.form-input,.form-textarea,.form-select{width:100%;padding:.8rem 1rem;background:var(--charcoal-deep);border:1px solid var(--border);border-radius:2px;color:var(--light);outline:0}
.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--orange);box-shadow:0 0 0 2px rgba(255,102,0,.15)}
.form-textarea{min-height:150px;resize:vertical}
.form-note{font-size:.85rem;color:rgba(224,224,224,.65)}
.media{overflow:hidden}
.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-top:.6rem;color:rgba(224,224,224,.65);font-size:.85rem}
.cta-band{padding:3.5rem 0;text-align:center;background:rgba(127,127,127,.12);color:inherit}
.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(--charcoal-deep);border-top:1px solid var(--border)}
.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(--light);font-family:'Merriweather',serif;font-weight:700}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li+li{margin-top:.45rem}
.footer-links a{text-decoration:none;color:rgba(224,224,224,.72)}
.footer-links a:hover{color:var(--orange)}
.footer-bottom{margin-top:2rem;padding:1.25rem 0;border-top:1px solid rgba(127,127,127,.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{width:4rem;height:3px;margin:1.5rem 0;background:var(--orange)}
.text-center{text-align:center}
.muted{opacity:.7}
.is-hidden{display:none!important}
.cookie-bar{position:fixed;right:1rem;bottom:1rem;z-index:50;max-width:420px;padding:1rem 1.25rem;background:var(--charcoal-deep);border:1px solid var(--orange);box-shadow:var(--shadow)}
.to-top{position:fixed;right:1.25rem;bottom:1.25rem;z-index:30;width:2.7rem;height:2.7rem;border:1px solid var(--orange);background:var(--charcoal);color:var(--orange);cursor:pointer}
.scroll-progress{position:fixed;top:0;left:0;z-index:100;width:100%;height:3px;background:var(--orange);transform-origin:left;transform:scaleX(0)}
@supports(animation-timeline:scroll()){.scroll-progress{animation:progress linear both;animation-timeline:scroll()}}
@keyframes progress{to{transform:scaleX(1)}}
@media(prefers-reduced-motion:no-preference){.section,.card,.hero-content{animation:fade-up .7s ease both}.section:nth-child(2){animation-delay:.08s}.section:nth-child(3){animation-delay:.16s}}
@keyframes fade-up{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.header-inner{gap:1rem}.nav-list{gap:1rem}.hero-content{padding-right:2rem}.stats{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.header-inner{min-height:70px}.logo{max-width:270px}.nav-toggle{display:inline-block}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;padding:1rem 1.25rem;background:var(--charcoal-deep);border-top:1px solid var(--border)}.main-nav.is-open{display:block}.nav-list{flex-direction:column;align-items:flex-start;gap:.75rem}.nav-cta{display:none}.hero,.hero-inner{min-height:0}.hero-inner{grid-template-columns:minmax(0,1fr)}.hero-content{padding:4rem 1.25rem}.hero-media{min-height:300px}.grid-2,.grid-3,.grid-4,.contact-grid,.testimonials,.gallery,.team,.posts,.pricing{grid-template-columns:minmax(0,1fr)}.steps{grid-template-columns:minmax(0,1fr)}.price-card.is-featured{transform:none}.newsletter-form{flex-direction:column}.footer-inner{grid-template-columns:minmax(0,1fr)}.section{padding:3.5rem 0}.section:nth-of-type(even),.section-alt{clip-path:polygon(0 2%,100% 0,100% 98%,0 100%)}}
@media(max-width:420px){.header-inner{padding-left:.9rem;padding-right:.9rem}.logo-text{font-size:.72rem}.hero-title{font-size:2.1rem}.stats{grid-template-columns:minmax(0,1fr)}}