.h-hero{position:relative;padding:9rem 0 6rem;overflow:hidden;background:var(--clr-bg)}.h-hero__ambient{position:absolute;inset:0;pointer-events:none;overflow:hidden}.h-hero__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35}.h-hero__orb--red{width:500px;height:500px;top:-120px;left:-80px;background:radial-gradient(circle,rgba(140,21,21,.7)0,transparent 70%)}.h-hero__orb--gold{width:340px;height:340px;top:60px;right:-40px;background:radial-gradient(circle,rgba(212,135,10,.5)0,transparent 70%)}.h-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,400px);gap:3rem;align-items:center}.h-hero__locations{display:flex;align-items:center;gap:.55rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--clr-gold)}.h-hero__title{font-size:clamp(2.6rem,4.8vw,4.4rem);line-height:1.06;letter-spacing:-.025em;margin-bottom:1.25rem}.h-hero__sub{font-size:1.08rem;color:var(--clr-text-2);line-height:1.75;max-width:560px;margin-bottom:2rem}.h-hero__proof{display:flex;align-items:center;gap:1.75rem;margin-bottom:2.25rem;flex-wrap:wrap}.h-proof-item{display:flex;flex-direction:column;gap:.15rem}.h-proof-item strong{font-family:var(--font-display);font-size:1.65rem;color:var(--clr-gold-bright);line-height:1;font-weight:600}.h-proof-item span{font-size:.75rem;color:var(--clr-text-3);letter-spacing:.04em}.h-proof-divider{width:1px;height:36px;background:var(--clr-border-subtle);flex-shrink:0}.h-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.h-wa-svg{width:18px;height:18px;flex-shrink:0}.h-spotlight{background:linear-gradient(160deg,#201414fa,#120c0cfc);border:1px solid var(--clr-border);border-radius:20px;padding:1.75rem;box-shadow:var(--shadow-lg),0 0 0 1px #d4870a0f}.h-spotlight__badge{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:1.25rem;padding:.3rem .8rem;border-radius:999px;background:#2d9e5a1a;border:1px solid rgba(45,158,90,.22);color:#4cc38a;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.h-pulse-dot{width:7px;height:7px;border-radius:50%;background:#4cc38a;flex-shrink:0;animation:hPulse 1.5s ease-in-out infinite}.h-pulse-dot--red{background:#ff6a6a}@keyframes hPulse{0%,to{opacity:1}50%{opacity:.25}}.h-spotlight__project-name{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--clr-gold);margin-bottom:.3rem}.h-spotlight__title{font-size:clamp(1.35rem,2vw,1.7rem);line-height:1.2;margin-bottom:.5rem}.h-spotlight__loc{display:flex;align-items:center;gap:.35rem;color:var(--clr-text-3);font-size:.85rem;margin-bottom:1.25rem}.h-spotlight__price-block{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;padding:.9rem 1rem;border-radius:12px;background:#d4870a12;border:1px solid rgba(212,135,10,.18);margin-bottom:1rem}.h-spotlight__price-label{display:block;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--clr-gold);margin-bottom:.2rem}.h-spotlight__price{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,1.9rem);color:var(--clr-gold-bright);line-height:1}.h-spotlight__price small{font-size:.75rem;font-family:var(--font-body);font-weight:400;color:var(--clr-text-3)}.h-spotlight__strike{font-size:.8rem;color:var(--clr-text-3);white-space:nowrap}.h-spotlight__rows{display:grid;gap:.6rem;margin-bottom:1rem}.h-spotlight__row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.6rem;border-bottom:1px solid var(--clr-border-subtle);font-size:.84rem}.h-spotlight__row span{color:var(--clr-text-3)}.h-spotlight__row strong{color:var(--clr-text)}.h-spotlight__urgency{display:flex;align-items:center;gap:.5rem;padding:.65rem .9rem;border-radius:10px;background:#8c151529;border:1px solid rgba(140,21,21,.25);color:#ffd2d2;font-size:.83rem;margin-bottom:1rem}.h-spotlight__urgency strong{color:#f99}.h-spotlight__cta{display:flex;align-items:center;justify-content:center;width:100%;padding:.95rem;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--clr-gold) 0%,var(--clr-gold-bright) 100%);color:var(--clr-text-inv);font-weight:700;font-size:.92rem;transition:opacity .2s,transform .2s}.h-spotlight__cta:hover{opacity:.9;transform:translateY(-2px)}.h-projects-section{background:var(--clr-bg-2)}.h-section-label{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.h-section-title{font-size:clamp(1.6rem,3vw,2.2rem);color:var(--clr-text);flex:1}.h-section-link{font-size:.88rem;color:var(--clr-gold-bright);font-weight:600;white-space:nowrap;transition:color .2s}.h-section-link:hover{color:var(--clr-gold)}.h-projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.h-project-card{padding:2rem;border:1px solid var(--clr-border);border-radius:20px;background:var(--clr-surface);display:flex;flex-direction:column;gap:1rem;transition:border-color .25s,box-shadow .25s}.h-project-card:hover{border-color:var(--clr-gold);box-shadow:var(--shadow-gold)}.h-project-card--featured{background:linear-gradient(160deg,rgba(32,20,20,.9) 0%,var(--clr-surface) 100%)}.h-project-card__top{display:flex;align-items:center;gap:.6rem}.h-project-card__status{padding:.28rem .75rem;border-radius:999px;background:#2d9e5a1f;border:1px solid rgba(45,158,90,.25);color:#4cc38a;font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.h-project-card__badge{padding:.28rem .75rem;border-radius:999px;background:var(--clr-gold-muted);border:1px solid rgba(212,135,10,.25);color:var(--clr-gold-bright);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.h-project-card__name{font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.3;margin:0}.h-project-card__loc{display:flex;align-items:center;gap:.35rem;font-size:.86rem;color:var(--clr-text-3)}.h-project-card__details{display:flex;gap:1.5rem;flex-wrap:wrap;padding:1rem 0;border-top:1px solid var(--clr-border-subtle);border-bottom:1px solid var(--clr-border-subtle)}.h-project-card__detail{display:flex;flex-direction:column;gap:.15rem}.h-project-card__detail span{font-size:.7rem;color:var(--clr-text-3);letter-spacing:.06em;text-transform:uppercase}.h-project-card__detail strong{font-size:.95rem;color:var(--clr-gold-bright)}.h-project-card__actions{display:flex;gap:.75rem;align-items:center;margin-top:auto}.h-project-card__cta-primary{flex:1;display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1rem;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--clr-gold) 0%,var(--clr-gold-bright) 100%);color:var(--clr-text-inv);font-weight:700;font-size:.88rem;transition:opacity .2s}.h-project-card__cta-primary:hover{opacity:.88}.h-project-card__cta-wa{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md);border:1px solid rgba(37,211,102,.25);background:#25d3660f;color:#4cc38a;flex-shrink:0;transition:background .2s}.h-project-card__cta-wa:hover{background:#25d36624}.h-project-card__cta-wa svg{width:17px;height:17px}.h-why{background:var(--clr-bg)}.h-why__head{margin-bottom:3rem}.h-why__title{font-size:clamp(1.6rem,3vw,2.2rem);max-width:640px;margin-top:.5rem}.h-why__list{display:flex;flex-direction:column;gap:0}.h-why__item{display:grid;grid-template-columns:80px 1fr;gap:2rem;padding:2.25rem 0;border-bottom:1px solid var(--clr-border-subtle);align-items:start}.h-why__item:first-child{border-top:1px solid var(--clr-border-subtle)}.h-why__item-num{font-family:var(--font-display);font-size:3.5rem;font-weight:600;color:#d4870a2e;line-height:1;letter-spacing:-.04em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.h-why__item-body h3{font-size:clamp(1.05rem,1.8vw,1.25rem);margin-bottom:.6rem;color:var(--clr-text)}.h-why__item-body p{font-size:.95rem;color:var(--clr-text-2);line-height:1.75;max-width:640px}.h-delivered{background:var(--clr-bg-3)}.h-delivered__intro{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.h-delivered__title{font-size:clamp(1.4rem,2.8vw,2rem);margin-top:.5rem;max-width:580px}.h-delivered__sub{color:var(--clr-text-3);font-size:.9rem;margin-top:.5rem}.h-delivered__link{font-size:.88rem;color:var(--clr-gold-bright);font-weight:600;white-space:nowrap;transition:color .2s}.h-delivered__link:hover{color:var(--clr-gold)}.h-delivered__table{display:flex;flex-direction:column;border:1px solid var(--clr-border);border-radius:16px;overflow:hidden}.h-delivered__row{display:grid;grid-template-columns:40px 1fr 1fr 1.5fr;gap:1.5rem;align-items:center;padding:1.1rem 1.5rem;background:var(--clr-surface);border-bottom:1px solid var(--clr-border-subtle);transition:background .2s}.h-delivered__row:last-child{border-bottom:none}.h-delivered__row:hover{background:var(--clr-surface-2)}.h-delivered__row-check{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#2d9e5a1f;border:1px solid rgba(45,158,90,.22);color:#4cc38a;flex-shrink:0}.h-delivered__row-check svg{width:13px;height:13px}.h-delivered__row-name{font-weight:600;font-size:.92rem;color:var(--clr-text)}.h-delivered__row-loc{font-size:.85rem;color:var(--clr-text-3)}.h-delivered__row-proof{font-size:.82rem;color:var(--clr-text-2)}.h-blog{background:var(--clr-bg-2)}.h-blog-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:2rem;align-items:start}.h-blog-featured{border:1px solid var(--clr-border);border-radius:20px;overflow:hidden;background:var(--clr-surface);transition:border-color .2s}.h-blog-featured:hover{border-color:var(--clr-gold)}.h-blog-featured__img-wrap{position:relative;overflow:hidden}.h-blog-featured__img-wrap img{width:100%;height:280px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s}.h-blog-featured:hover .h-blog-featured__img-wrap img{transform:scale(1.03)}.h-blog-featured__body{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.h-blog-featured__body h3{font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.4}.h-blog-featured__body h3 a:hover{color:var(--clr-gold-bright)}.h-blog-secondary{display:flex;flex-direction:column;gap:1.25rem}.h-blog-mini{display:grid;grid-template-columns:120px 1fr;gap:1rem;border:1px solid var(--clr-border);border-radius:14px;overflow:hidden;background:var(--clr-surface);padding-right:1rem;align-items:center;transition:border-color .2s}.h-blog-mini:hover{border-color:var(--clr-gold)}.h-blog-mini__img-wrap{overflow:hidden;height:100%;min-height:100px}.h-blog-mini__img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s}.h-blog-mini:hover .h-blog-mini__img-wrap img{transform:scale(1.05)}.h-blog-mini__body{padding:1rem 0;display:flex;flex-direction:column;gap:.45rem}.h-blog-mini__body h3{font-size:.92rem;line-height:1.4}.h-blog-mini__body h3 a:hover{color:var(--clr-gold-bright)}.h-blog-cat-tag{display:inline-block;position:absolute;top:.75rem;left:.75rem;padding:.25rem .7rem;border-radius:999px;background:#0c0808d1;border:1px solid var(--clr-border);color:var(--clr-gold);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;backdrop-filter:blur(4px)}.h-blog-cat-tag--inline{position:static;display:inline-block}.h-blog-read{font-size:.82rem;color:var(--clr-gold-bright);font-weight:700}.h-final-cta{padding:5rem 0;background:linear-gradient(160deg,#8c15152e,#0c0808 50%);border-top:1px solid var(--clr-border-subtle)}.h-final-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}.h-final-cta__title{font-size:clamp(1.5rem,3vw,2.4rem);max-width:560px;margin-top:.4rem;margin-bottom:0}.h-final-cta__sub{color:var(--clr-text-3);font-size:.9rem;margin-top:.5rem}.h-final-cta__actions{display:flex;gap:1rem;flex-wrap:wrap;flex-shrink:0}@media (max-width:1080px){.h-hero__grid{grid-template-columns:1fr;gap:2rem}.h-blog-grid{grid-template-columns:1fr}.h-blog-secondary{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.h-delivered__row{grid-template-columns:40px 1fr 1fr}.h-delivered__row-proof{display:none}}@media (max-width:680px){.h-hero{padding:7rem 0 4rem}.h-hero__proof{gap:1.25rem}.h-projects-grid{grid-template-columns:1fr}.h-why__item{grid-template-columns:48px 1fr;gap:1.25rem}.h-why__item-num{font-size:2.5rem}.h-delivered__row{grid-template-columns:32px 1fr;gap:.75rem}.h-delivered__row-loc{display:none}.h-blog-secondary{grid-template-columns:1fr}.h-final-cta__inner{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.h-hero{padding:6rem 0 3rem}.h-hero__actions{flex-direction:column}.h-hero__actions .btn{width:100%;justify-content:center}.h-spotlight{padding:1.25rem}.h-spotlight__rows{gap:.35rem}.h-why__item{grid-template-columns:40px 1fr;gap:1rem}.h-why__item-num{font-size:2rem}.h-delivered__intro{flex-direction:column;gap:1rem;align-items:flex-start}.h-final-cta__actions{flex-direction:column}.h-final-cta__actions .btn{width:100%;justify-content:center}}@media (max-width:380px){.h-hero__locations{font-size:.68rem}.h-proof-item strong{font-size:1.4rem}.h-proof-item span{font-size:.68rem}.h-spotlight__price{font-size:1.4rem!important}}