:root{
  --site-accent:#f39a2e;
  --site-bg:#ffffff;
  --site-ink:#102033;
  --site-muted:#64748b;
  --site-line:#e6ebf0;
  --site-soft:#f5f7f9;
  --site-dark:#0b1726;
  --site-radius:24px;
  --site-shadow:0 24px 70px rgba(13,31,50,.12);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--site-bg);color:var(--site-ink);font-family:inherit}
img{max-width:100%;display:block}
a{color:inherit}
.site-wrap{width:min(1160px,calc(100% - 44px));margin:0 auto}
.narrow{width:min(820px,calc(100% - 44px))}
.demo-bar{background:#07111e;color:#b9c5d4;font-size:.76rem}
.demo-bar .site-wrap{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.demo-bar strong,.demo-bar a{color:#fff}
.site-header{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--site-bg) 94%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--site-line)}
.header-inner{min-height:78px;display:flex;align-items:center;gap:28px}
.site-brand{display:flex;align-items:center;text-decoration:none;font-weight:900;letter-spacing:-.03em}
.site-brand img{max-height:42px;max-width:180px;object-fit:contain}
.brand-word{font-size:1.08rem}
.brand-name{font-size:.94rem;line-height:1.05;max-width:190px}
.site-nav{display:flex;gap:26px;margin-left:auto}
.nav-link{text-decoration:none;font-size:.9rem;font-weight:700;color:color-mix(in srgb,var(--site-ink) 70%,transparent)}
.nav-link:hover{color:var(--site-ink)}
.header-cta{margin-left:8px;text-decoration:none;border-radius:999px;background:var(--site-ink);color:var(--site-bg);padding:12px 18px;font-size:.86rem;font-weight:850}
.hero-section{overflow:hidden;background:linear-gradient(135deg,color-mix(in srgb,var(--site-bg) 96%,var(--site-accent)),var(--site-bg))}
.hero-grid{min-height:660px;display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center;padding:74px 0}
.eyebrow{font-size:.74rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:var(--site-accent);margin-bottom:18px}
.eyebrow::before{content:"";display:inline-block;width:28px;height:2px;background:currentColor;vertical-align:middle;margin-right:10px}
h1,h2,h3{color:var(--site-ink)}
h1{font-size:clamp(3.2rem,6.5vw,6.3rem);line-height:.93;letter-spacing:-.06em;margin:0 0 25px;max-width:850px}
.hero-lead{font-size:1.18rem;line-height:1.72;color:var(--site-muted);max-width:680px;margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border-radius:999px;padding:0 22px;text-decoration:none;font-weight:850;transition:transform .18s ease,box-shadow .18s ease}
.button:hover{transform:translateY(-1px)}
.button-primary{background:var(--site-ink);color:var(--site-bg);box-shadow:0 10px 28px color-mix(in srgb,var(--site-ink) 18%,transparent)}
.button-secondary{border:1px solid var(--site-line);background:var(--site-bg)}
.button-light{background:#fff;color:#0b1726}
.button-ghost{border:1px solid rgba(255,255,255,.22);color:#fff}
.hero-highlights{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px;color:var(--site-muted);font-size:.82rem;font-weight:700}
.hero-highlights span::before{content:"✓";color:var(--site-accent);margin-right:7px;font-weight:900}
.hero-media{min-height:500px;border-radius:30px;overflow:hidden;box-shadow:var(--site-shadow);background:var(--site-dark)}
.hero-media img{width:100%;height:100%;min-height:500px;object-fit:cover}
.hero-art{position:relative;background:linear-gradient(145deg,var(--site-dark),color-mix(in srgb,var(--site-dark) 70%,var(--site-accent)))}
.hero-art-box{position:absolute;background:#fff;border-radius:22px;box-shadow:0 18px 50px rgba(0,0,0,.22)}
.hero-art-box.one{inset:60px 44px 126px}
.hero-art-box.two{width:180px;height:120px;right:16px;bottom:22px}
.hero-art-line{position:absolute;width:120px;height:8px;border-radius:9px;background:var(--site-accent);left:74px;top:102px}
.site-section{padding:100px 0;background:var(--site-bg)}
.tone-soft{background:var(--site-soft)}
.tone-dark{background:var(--site-dark);color:#fff}
.tone-dark h2,.tone-dark h3,.tone-dark strong{color:#fff}
.tone-dark p,.tone-dark .section-head p{color:#b7c4d2}
.tone-accent{background:var(--site-accent);color:var(--site-ink)}
.tone-accent .eyebrow{color:#fff}
.tone-accent .cta-grid p{color:rgba(255,255,255,.9)}
.tone-accent .button-ghost{background:var(--site-ink);border-color:var(--site-ink);color:#fff;box-shadow:0 10px 28px rgba(7,17,30,.2)}
.section-head{max-width:760px;margin-bottom:42px}
.section-head h2,.split-copy h2,.cta-grid h2{font-size:clamp(2.35rem,4.2vw,4.4rem);line-height:1.01;letter-spacing:-.05em;margin:0 0 17px}
.section-head p,.split-copy p,.cta-grid p{font-size:1.02rem;line-height:1.75;color:var(--site-muted);margin:0}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{border:1px solid var(--site-line);background:var(--site-bg);border-radius:var(--site-radius);padding:28px;min-height:220px}
.service-card-link{display:block;color:inherit;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.service-card-link:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(13,31,50,.1)}
.service-link{display:inline-flex;margin-top:18px;color:var(--site-ink);font-size:.78rem;font-weight:850;border-bottom:2px solid var(--site-accent);padding-bottom:2px}
.tone-dark .service-card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}
.service-num{font-size:.73rem;font-weight:900;color:var(--site-accent);margin-bottom:32px}
.service-card h3{font-size:1.25rem;margin:0 0 10px;letter-spacing:-.025em}
.service-card p{color:var(--site-muted);line-height:1.68;margin:0}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.split-grid.media-left .split-copy{order:2}.split-grid.media-left .split-media{order:1}
.split-copy{max-width:620px}
.split-media{min-height:440px;border-radius:var(--site-radius);overflow:hidden;background:linear-gradient(145deg,var(--site-dark),color-mix(in srgb,var(--site-dark) 78%,var(--site-accent)));box-shadow:var(--site-shadow)}
.split-media img{width:100%;height:100%;min-height:440px;object-fit:cover}
.split-media.contain-image img{object-fit:contain;background:#fff;padding:32px}
.image-position-top img{object-position:center top}.image-position-bottom img{object-position:center bottom}.image-position-left img{object-position:left center}.image-position-right img{object-position:right center}
.split-placeholder{display:grid;place-items:center;padding:38px;color:#fff;text-align:center;font-size:2rem;font-weight:850;letter-spacing:-.04em}
.check-list{display:grid;gap:11px;list-style:none;padding:0;margin:25px 0 0}
.check-list li{color:var(--site-muted);line-height:1.6}
.check-list li::before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:color-mix(in srgb,var(--site-accent) 16%,transparent);color:var(--site-accent);margin-right:10px;font-weight:900}
.text-link{display:inline-flex;margin-top:24px;color:var(--site-ink);font-weight:850;text-decoration:none;border-bottom:2px solid var(--site-accent);padding-bottom:3px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.stat{border-top:1px solid var(--site-line);padding:24px 0}
.stat strong{display:block;font-size:clamp(2rem,4vw,4rem);letter-spacing:-.05em;color:var(--site-ink)}
.stat span{display:block;margin-top:5px;color:var(--site-muted);font-size:.88rem}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.process-step{padding:24px;border-top:3px solid var(--site-accent);background:color-mix(in srgb,var(--site-bg) 96%,var(--site-accent));border-radius:0 0 18px 18px}
.process-step>span{display:block;font-size:.75rem;font-weight:900;color:var(--site-accent);margin-bottom:28px}
.process-step h3{margin:0 0 10px;font-size:1.1rem}
.process-step p{margin:0;color:var(--site-muted);line-height:1.65}
.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.quote-card{margin:0;border:1px solid var(--site-line);border-radius:var(--site-radius);padding:28px;background:var(--site-bg)}
.quote-card blockquote{margin:0;font-size:1.08rem;line-height:1.7}
.quote-card figcaption{margin-top:24px;font-weight:850}
.quote-card figcaption span{display:block;color:var(--site-muted);font-size:.82rem;font-weight:600;margin-top:4px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-item{position:relative;isolation:isolate;margin:0;min-height:330px;border-radius:22px;overflow:hidden;background:#111d2d;box-shadow:0 18px 46px rgba(3,11,22,.24)}
.gallery-item::after{content:"";position:absolute;z-index:1;inset:28% 0 0;background:linear-gradient(180deg,transparent,rgba(4,12,24,.92))}
.gallery-item img{width:100%;height:100%;min-height:330px;object-fit:cover;transition:transform .45s ease,filter .45s ease}
.gallery-item:hover img{transform:scale(1.045);filter:saturate(1.08)}
.gallery-item figcaption{position:absolute;z-index:2;left:0;right:0;bottom:0;display:flex;align-items:flex-end;gap:13px;padding:25px 22px;color:#fff;text-align:left}
.gallery-number{display:grid;place-items:center;flex:0 0 34px;height:34px;border:1px solid rgba(255,255,255,.38);border-radius:50%;font-size:.66rem;font-weight:900;color:#fff}
.gallery-copy{display:grid;gap:5px}.gallery-copy strong{font-size:.9rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.gallery-copy small{color:#c7d1dd;font-size:.72rem;line-height:1.35}
.gallery-item.contain-image{background:#fff}.gallery-item.contain-image img{object-fit:contain;padding:58px 28px 100px}.gallery-item.contain-image::after{inset:40% 0 0}
.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 18px}
.team-card{margin:0}
.team-portrait{position:relative;overflow:hidden;aspect-ratio:4/5;background:var(--site-soft)}
.team-portrait img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .45s ease,filter .45s ease}
.team-placeholder{display:grid;place-items:center;background:linear-gradient(145deg,var(--site-soft),color-mix(in srgb,var(--site-accent) 22%,var(--site-soft)))}
.team-placeholder span{font-size:clamp(2rem,5vw,4rem);font-weight:900;letter-spacing:-.06em;color:color-mix(in srgb,var(--site-ink) 68%,transparent)}
.team-card:hover .team-portrait img{transform:scale(1.025);filter:saturate(1.04)}
.team-card figcaption{display:grid;gap:5px;padding:14px 0 0;border-top:1px solid var(--site-line)}
.team-card figcaption strong{font-size:1.05rem;color:var(--site-ink)}
.team-card figcaption span{color:var(--site-muted);font-size:.74rem;line-height:1.45}
.team-action{display:flex;justify-content:center;margin-top:42px}
.location-section{overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f7f8fa 100%)}
.location-heading{max-width:820px}.location-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.location-card{overflow:hidden;border:1px solid var(--site-line);border-radius:28px;background:#fff;box-shadow:0 22px 60px rgba(13,31,50,.11)}
.location-media{position:relative;min-height:290px;overflow:hidden;background:var(--site-dark)}
.location-media::after{content:"";position:absolute;inset:20% 0 0;background:linear-gradient(180deg,transparent,rgba(4,12,24,.9))}
.location-media img{width:100%;height:290px;object-fit:cover;transition:transform .45s ease}.location-card:hover .location-media img{transform:scale(1.035)}
.location-media-copy{position:absolute;z-index:2;left:30px;right:30px;bottom:27px;color:#fff}.location-media-copy span{display:inline-flex;margin-bottom:9px;padding:7px 10px;border-radius:999px;background:var(--site-accent);font-size:.68rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.location-media-copy h3{margin:0;color:#fff;font-size:clamp(1.8rem,3.2vw,2.7rem);line-height:1;letter-spacing:-.045em}
.location-body{padding:28px 30px 30px}.location-label{display:block;margin-bottom:7px;color:var(--site-accent);font-size:.68rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.location-address address{font-style:normal;font-size:1.05rem;font-weight:850;line-height:1.5;color:var(--site-ink)}.location-address p{margin:5px 0 0;color:var(--site-muted);font-size:.86rem}
.location-hours{display:grid;grid-template-columns:1fr 1fr;margin:24px 0 0;border-top:1px solid var(--site-line);border-bottom:1px solid var(--site-line)}.location-hours>div{display:grid;gap:5px;padding:16px 0}.location-hours>div+div{padding-left:22px;border-left:1px solid var(--site-line)}.location-hours span{color:var(--site-muted);font-size:.78rem}.location-hours strong{font-size:.92rem;color:var(--site-ink)}.location-hours-note{margin:10px 0 0;color:var(--site-muted);font-size:.75rem}
.location-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:24px}.location-primary{min-height:46px;padding:0 19px;background:var(--site-ink);color:#fff}.location-action{font-size:.85rem;font-weight:850;text-decoration:none;border-bottom:2px solid var(--site-accent);padding-bottom:3px}.location-tire-link{display:inline-flex;margin-top:20px;color:var(--site-muted);font-size:.82rem;font-weight:800;text-decoration:none}.location-tire-link:hover{color:var(--site-ink)}
.faq-list{display:grid;gap:10px}
.faq-item{border:1px solid var(--site-line);border-radius:16px;background:var(--site-bg);padding:0 20px}
.faq-item summary{cursor:pointer;font-weight:850;padding:19px 0}
.faq-item p{color:var(--site-muted);line-height:1.7;margin:0 0 20px}
.cta-section{padding:90px 0}
.cta-grid{display:flex;justify-content:space-between;align-items:end;gap:50px}
.cta-grid>div:first-child{max-width:760px}
.cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.trust-strip{padding:24px 0;border-top:1px solid var(--site-line);border-bottom:1px solid var(--site-line)}
.trust-items{display:flex;gap:34px;justify-content:center;flex-wrap:wrap;color:var(--site-muted);font-weight:800;font-size:.85rem}
.shop-status-section{padding:54px 0;background:#fff;border-bottom:1px solid var(--site-line)}
.shop-status-heading{display:flex;align-items:end;justify-content:space-between;gap:38px;margin-bottom:24px}.shop-status-heading .eyebrow{margin-bottom:10px}.shop-status-heading h2{margin:0;font-size:clamp(1.7rem,3vw,2.7rem);letter-spacing:-.045em}.shop-status-heading>p{max-width:520px;margin:0;color:var(--site-muted);line-height:1.65}
.shop-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.shop-status-card{position:relative;padding:24px 26px;border:1px solid var(--site-line);border-radius:20px;background:var(--site-soft);overflow:hidden}.shop-status-card::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#8090a3}.shop-status-card.is-open::before{background:#18a66a}.shop-status-card.is-closed::before{background:var(--site-accent)}
.shop-status-line{display:flex;align-items:center;gap:9px;margin-bottom:13px;color:var(--site-muted);font-size:.79rem}.shop-status-card.is-open .shop-status-line{color:#08784a}.shop-status-card.is-closed .shop-status-line{color:#a91427}.shop-status-dot{width:9px;height:9px;border-radius:50%;background:#8090a3;box-shadow:0 0 0 5px rgba(128,144,163,.12)}.is-open .shop-status-dot{background:#18a66a;box-shadow:0 0 0 5px rgba(24,166,106,.13)}.is-closed .shop-status-dot{background:var(--site-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--site-accent) 13%,transparent)}
.shop-status-card h3{margin:0 0 6px;font-size:1.25rem}.shop-status-card>p{margin:0;color:var(--site-muted);font-size:.86rem}.shop-status-actions{display:flex;gap:18px;margin-top:18px}.shop-status-actions a{color:var(--site-ink);font-size:.8rem;font-weight:850;text-decoration:none;border-bottom:2px solid var(--site-accent);padding-bottom:2px}.shop-status-note{margin:15px 0 0;color:var(--site-muted);font-size:.74rem}
.reviews-section{position:relative;overflow:hidden}.reviews-section::after{content:"★";position:absolute;right:-22px;top:26px;color:color-mix(in srgb,var(--site-accent) 8%,transparent);font-size:18rem;line-height:1;pointer-events:none}.google-review-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.google-review-card{padding:30px;border:1px solid var(--site-line);border-radius:24px;background:#fff;box-shadow:0 18px 48px rgba(13,31,50,.08)}.google-review-label{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--site-soft);font-size:.67rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.google-rating{display:flex;align-items:center;gap:10px;margin-top:24px}.google-rating strong{font-size:3.8rem;line-height:.9;letter-spacing:-.06em;color:var(--site-ink)}.google-rating span{font-size:1.9rem;color:#f4b400}.google-review-card h3{margin:20px 0 7px;font-size:1.25rem}.google-review-card p{margin:0;color:var(--site-muted)}.google-review-card small{display:block;margin-top:7px;color:var(--site-muted);font-size:.72rem}.google-review-card a{display:inline-flex;margin-top:24px;color:var(--site-ink);font-size:.84rem;font-weight:850;text-decoration:none;border-bottom:2px solid var(--site-accent);padding-bottom:3px}.reviews-note{position:relative;z-index:1;margin:18px 0 0;color:var(--site-muted);font-size:.75rem}
.quote-section{background:var(--site-dark);color:#fff}.quote-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:start}.quote-copy{position:sticky;top:128px}.quote-copy h2{margin:0 0 20px;color:#fff;font-size:clamp(2.5rem,4.7vw,4.7rem);line-height:.98;letter-spacing:-.055em}.quote-copy>p{margin:0;color:#b7c4d2;line-height:1.75}.quote-points{display:grid;gap:12px;margin:28px 0 0;padding:0;list-style:none}.quote-points li{color:#d6dee7;font-size:.9rem}.quote-points li::before{content:"✓";display:inline-grid;place-items:center;width:21px;height:21px;margin-right:10px;border-radius:50%;background:color-mix(in srgb,var(--site-accent) 22%,transparent);color:#ff5a6b;font-weight:900}
.quote-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:30px;border:1px solid rgba(255,255,255,.13);border-radius:26px;background:rgba(255,255,255,.07);box-shadow:0 28px 70px rgba(0,0,0,.22)}.quote-field{display:grid;gap:8px}.quote-field.full,.quote-submit.full{grid-column:1/-1}.quote-field label{color:#f7f9fc;font-size:.77rem;font-weight:850}.quote-field label span{color:#8fa0b4;font-weight:650}.quote-field input,.quote-field select,.quote-field textarea{width:100%;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#fff;color:#0b1726;padding:13px 14px;font:inherit;font-size:.9rem;outline:none}.quote-field select{min-height:49px}.quote-field textarea{resize:vertical}.quote-field input:focus,.quote-field select:focus,.quote-field textarea:focus{border-color:var(--site-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--site-accent) 22%,transparent)}.quote-submit{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:6px}.quote-submit .button{border:0;cursor:pointer;background:var(--site-accent);color:#fff}.quote-submit>p{flex:1;min-width:220px;margin:0;color:#9fb0c2;font-size:.74rem;line-height:1.5}.quote-message{width:100%;min-height:1.2em;color:#fff;font-size:.8rem;font-weight:750}
.site-footer{background:#07111e;color:#b4c1cf;padding:42px 0}
.footer-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:30px;align-items:start}
.site-footer strong{color:#fff;font-size:1.05rem}
.site-footer p{margin:7px 0 0;font-size:.84rem}
.footer-contact{display:grid;gap:6px;font-size:.85rem}.footer-contact>a{text-decoration:none}.footer-credit{font-size:.78rem}.footer-credit a{color:#fff}
.footer-social{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.footer-social-link{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#fff;text-decoration:none;font-size:.74rem;font-weight:750;transition:border-color .18s ease,background .18s ease}
.footer-social-link:hover{border-color:var(--site-accent);background:color-mix(in srgb,var(--site-accent) 18%,transparent)}
.mobile-action-bar{display:none}
.theme-editorial h1,.theme-editorial h2{font-family:Georgia,"Times New Roman",serif;font-weight:600;letter-spacing:-.045em}
.theme-editorial .hero-grid{grid-template-columns:.9fr 1.1fr}
.theme-bold{--site-radius:14px}.theme-bold h1{text-transform:uppercase;letter-spacing:-.055em}.theme-bold .service-card{border-width:2px}
.theme-warm{--site-soft:#f7f0e7}.theme-warm .hero-section{background:linear-gradient(135deg,#fbf5ee,var(--site-bg))}
.theme-dark{--site-bg:#0b1623;--site-ink:#f8fbff;--site-muted:#a9b8c6;--site-line:#22364a;--site-soft:#122336;--site-dark:#050b12}.theme-dark .site-header{background:rgba(11,22,35,.94)}.theme-dark .site-footer{background:#050b12}
.theme-luxury{--site-radius:8px}.theme-luxury h1,.theme-luxury h2{font-family:Georgia,"Times New Roman",serif;font-weight:500}.theme-luxury .eyebrow{letter-spacing:.22em}.theme-luxury .button,.theme-luxury .header-cta{border-radius:4px}

/* Editorial salon presentation: crisp typography, warm neutrals and the original teal brand cue. */
.theme-salon{
  --site-muted:#5f625f;
  --site-line:#d9d7d1;
  --site-soft:#f1eee8;
  --site-dark:#083f43;
  --site-radius:4px;
  --site-shadow:0 24px 70px rgba(18,46,45,.14);
  background:#f8f6f1;
}
.theme-salon .site-header{background:rgba(248,246,241,.94);border-color:#d9d7d1}
.theme-salon .site-brand img{max-height:52px;max-width:146px}
.theme-salon .nav-link{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}
.theme-salon .header-cta,.theme-salon .button{border-radius:0;text-transform:uppercase;letter-spacing:.075em;font-size:.76rem}
.theme-salon .hero-section{background:linear-gradient(90deg,#f8f6f1 0 53%,#e8e2d8 53% 100%)}
.theme-salon .hero-grid{grid-template-columns:.83fr 1.17fr;gap:54px;min-height:690px;padding:64px 0 74px}
.theme-salon h1,.theme-salon h2{font-family:Georgia,"Times New Roman",serif;font-weight:400}
.theme-salon h1{max-width:640px;font-size:clamp(3.55rem,6.6vw,6.8rem);line-height:.9;letter-spacing:-.06em}
.theme-salon .hero-lead{max-width:590px;font-size:1.05rem}
.theme-salon .hero-media,.theme-salon .hero-media img{min-height:580px}
.theme-salon .hero-media{border-radius:0;box-shadow:18px 18px 0 #0d5d62}
.theme-salon .hero-media img{object-position:center}
.theme-salon .eyebrow{letter-spacing:.2em}
.theme-salon .eyebrow::before{width:46px;height:1px}
.theme-salon .hero-highlights{display:grid;gap:7px;font-family:Georgia,"Times New Roman",serif;font-size:.87rem;font-weight:400}
.theme-salon .hero-highlights span::before{content:"—";margin-right:8px}
.theme-salon .trust-strip{background:#0d5d62;border:0;color:#fff}
.theme-salon .trust-items{justify-content:space-between;color:#fff;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}
.theme-salon .site-section{padding:104px 0}
.theme-salon .section-head h2,.theme-salon .split-copy h2,.theme-salon .cta-grid h2{font-size:clamp(2.7rem,4.8vw,5rem);line-height:.96}
.theme-salon .service-grid{gap:0;border-top:1px solid var(--site-line)}
.theme-salon .service-card{min-height:245px;border:0;border-bottom:1px solid var(--site-line);border-radius:0;background:transparent;padding:34px 30px}
.theme-salon .service-card+.service-card{border-left:1px solid var(--site-line)}
.theme-salon .service-num{font-family:Georgia,"Times New Roman",serif;font-size:.85rem;font-style:italic;font-weight:400}
.theme-salon .service-card h3{font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;font-weight:400}
.theme-salon .split-grid{gap:82px}
.theme-salon .split-media{border-radius:0;box-shadow:-18px 18px 0 #d7cbbd}
.theme-salon .split-grid:not(.media-left) .split-media{box-shadow:18px 18px 0 #d7cbbd}
.theme-salon .gallery-grid{grid-template-columns:1.35fr .65fr;grid-auto-rows:330px}
.theme-salon .gallery-item{min-height:330px;border-radius:0;box-shadow:none}
.theme-salon .gallery-item:first-child{grid-row:span 2}
.theme-salon .gallery-item:first-child,.theme-salon .gallery-item:first-child img{min-height:678px}
.theme-salon .gallery-item img{min-height:330px}
.theme-salon .gallery-copy strong{font-family:Georgia,"Times New Roman",serif;font-size:1.05rem;text-transform:none;letter-spacing:0}
.theme-salon .team-grid{gap:34px 20px}
.theme-salon .team-portrait{background:#e5dfd5}
.theme-salon .team-card figcaption{margin-top:12px;padding-top:12px}
.theme-salon .team-card figcaption strong{font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;font-weight:400}
.theme-salon .team-card figcaption span{color:#0d5d62;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.theme-salon .shop-status-section{background:#f8f6f1}
.theme-salon .shop-status-card{border-radius:0;background:#fff}
.theme-salon .quote-section{background:#083f43}
.theme-salon .quote-copy h2{font-family:Georgia,"Times New Roman",serif;font-weight:400}
.theme-salon .quote-form{border-radius:0;background:rgba(255,255,255,.08)}
.theme-salon .quote-field input,.theme-salon .quote-field select,.theme-salon .quote-field textarea{border-radius:0}
.theme-salon .faq-item{border-radius:0;background:#f8f6f1}
.theme-salon .location-section{background:#f1eee8}
.theme-salon .location-grid{grid-template-columns:minmax(0,900px)}
.theme-salon .location-card{border:0;border-radius:0;box-shadow:none}
.theme-salon .location-media{min-height:390px}.theme-salon .location-media img{height:390px}
.theme-salon .cta-section{background:#0d5d62}
.theme-salon .site-footer{background:#052f32}
@media(max-width:1000px){
  .hero-grid,.split-grid{grid-template-columns:1fr}.hero-grid{min-height:auto}.hero-media{min-height:380px}.hero-media img{min-height:380px}.split-grid.media-left .split-copy,.split-grid.media-left .split-media{order:initial}
  .service-grid,.quote-grid{grid-template-columns:repeat(2,1fr)}.team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.process-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.location-grid{grid-template-columns:1fr}.quote-layout{grid-template-columns:1fr;gap:38px}.quote-copy{position:static}.cta-grid{display:block}.cta-actions{justify-content:flex-start;margin-top:28px}.footer-grid{grid-template-columns:1fr 1fr}
  .theme-salon .hero-grid{grid-template-columns:1fr}.theme-salon .hero-section{background:linear-gradient(180deg,#f8f6f1 0 54%,#e8e2d8 54% 100%)}
}
@media(max-width:720px){
  .site-wrap,.narrow{width:min(100% - 30px,1160px)}.demo-bar .site-wrap{display:block;padding:9px 0}.demo-bar a{display:block;margin-top:4px}.header-inner{min-height:70px}.site-nav{display:none}.header-cta{margin-left:auto;padding:10px 13px}.site-brand img{max-width:140px}
  .hero-grid{padding:52px 0;gap:36px}h1{font-size:clamp(3rem,15vw,4.8rem)}.hero-media{min-height:310px}.hero-media img{min-height:310px}.site-section{padding:72px 0}.shop-status-section{padding:44px 0}.shop-status-heading{display:block}.shop-status-heading>p{margin-top:14px}.shop-status-grid,.google-review-grid{grid-template-columns:1fr}.service-grid,.quote-grid,.gallery-grid,.process-grid,.stats-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 12px}.split-grid{gap:34px}.split-media,.split-media img{min-height:320px}.gallery-item,.gallery-item img{min-height:360px}.location-media,.location-media img{min-height:250px;height:250px}.location-body{padding:24px 22px}.location-media-copy{left:22px;right:22px;bottom:22px}.location-hours{grid-template-columns:1fr}.location-hours>div+div{padding-left:0;border-left:0;border-top:1px solid var(--site-line)}.quote-form{grid-template-columns:1fr;padding:22px}.quote-field.full,.quote-submit.full{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-credit{margin-top:10px}
  body.has-mobile-actions{padding-bottom:66px}.mobile-action-bar{position:fixed;z-index:50;left:0;right:0;bottom:0;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;min-height:66px;background:#083f43;box-shadow:0 -8px 24px rgba(0,0,0,.18)}.mobile-action-link{display:flex;align-items:center;justify-content:center;padding:10px 12px;color:#fff;text-decoration:none;font-size:.78rem;font-weight:850;text-align:center}.mobile-action-link+.mobile-action-link{border-left:1px solid rgba(255,255,255,.18)}
  .theme-salon h1{font-size:clamp(3rem,14vw,4.65rem)}.theme-salon .hero-media{box-shadow:10px 10px 0 #0d5d62}.theme-salon .hero-media,.theme-salon .hero-media img{min-height:380px}.theme-salon .service-card+.service-card{border-left:0}.theme-salon .gallery-grid{display:grid;grid-template-columns:1fr;grid-auto-rows:auto}.theme-salon .gallery-item:first-child{grid-row:auto}.theme-salon .gallery-item:first-child,.theme-salon .gallery-item:first-child img{min-height:420px}.theme-salon .gallery-item,.theme-salon .gallery-item img{min-height:360px}.theme-salon .site-section{padding:78px 0}
}

/* Architectural landscape presentation: natural materials, bold project imagery and grounded typography. */
.theme-landscape{
  --site-muted:#657067;
  --site-line:#d9dfd6;
  --site-soft:#eef1e9;
  --site-dark:#152a20;
  --site-radius:6px;
  --site-shadow:0 26px 70px rgba(21,42,32,.18);
  background:#f8f7f2;
}
.theme-landscape .site-header{background:rgba(248,247,242,.95);border-color:#d9dfd6}
.theme-landscape .site-brand img{max-height:58px;max-width:205px}
.theme-landscape .site-brand{gap:13px}
.theme-landscape .brand-name{font-family:Georgia,"Times New Roman",serif;font-size:1.02rem;font-weight:650;letter-spacing:-.02em;max-width:155px}
.theme-landscape .nav-link{font-size:.76rem;letter-spacing:.075em;text-transform:uppercase}
.theme-landscape .header-cta,.theme-landscape .button{border-radius:3px;text-transform:uppercase;letter-spacing:.065em;font-size:.75rem}
.theme-landscape .header-cta{background:#173a2b;color:#fff}
.theme-landscape h1,.theme-landscape h2{font-family:Georgia,"Times New Roman",serif;font-weight:500}
.theme-landscape .hero-section{position:relative;background:linear-gradient(90deg,#f8f7f2 0 55%,#e7ecdf 55% 100%)}
.theme-landscape .hero-section::after{content:"";position:absolute;left:0;right:0;bottom:0;height:8px;background:linear-gradient(90deg,var(--site-accent) 0 34%,#173a2b 34% 100%)}
.theme-landscape .hero-grid{grid-template-columns:.88fr 1.12fr;gap:54px;min-height:690px;padding:62px 0 74px}
.theme-landscape h1{font-size:clamp(3.55rem,6.2vw,6.5rem);line-height:.91;letter-spacing:-.058em;max-width:670px}
.theme-landscape .hero-lead{font-size:1.04rem;max-width:600px}
.theme-landscape .hero-media,.theme-landscape .hero-media img{min-height:590px}
.theme-landscape .hero-media{position:relative;border-radius:0;box-shadow:18px 18px 0 #173a2b}
.theme-landscape .hero-media img{object-position:center}
.theme-landscape .eyebrow{color:#497a35;letter-spacing:.18em}
.theme-landscape .eyebrow::before{width:42px;height:1px}
.theme-landscape .hero-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}
.theme-landscape .hero-highlights span::before{content:"+";color:#497a35}
.theme-landscape .trust-strip{background:#173a2b;border:0}
.theme-landscape .trust-items{justify-content:space-between;color:#f1f4ed;font-size:.72rem;letter-spacing:.085em;text-transform:uppercase}
.theme-landscape .site-section{padding:104px 0}
.theme-landscape .section-head h2,.theme-landscape .split-copy h2,.theme-landscape .cta-grid h2{font-size:clamp(2.65rem,4.7vw,4.85rem);line-height:.98}
.theme-landscape .service-grid{gap:0;border-top:1px solid var(--site-line);border-left:1px solid var(--site-line)}
.theme-landscape .service-card{min-height:235px;border:0;border-right:1px solid var(--site-line);border-bottom:1px solid var(--site-line);border-radius:0;background:transparent;padding:32px}
.theme-landscape .service-num{display:inline-flex;margin-bottom:38px;color:#497a35;letter-spacing:.08em}
.theme-landscape .service-card h3{font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;font-weight:500}
.theme-landscape .split-grid{gap:82px}
.theme-landscape .split-media{border-radius:0;box-shadow:-16px 16px 0 #b6c59f}
.theme-landscape .split-grid:not(.media-left) .split-media{box-shadow:16px 16px 0 #b6c59f}
.theme-landscape .stats-grid{gap:0}
.theme-landscape .stat{padding:30px 24px;border-top:0;border-left:1px solid rgba(255,255,255,.16)}
.theme-landscape .stat:first-child{border-left:0}
.theme-landscape .stat strong{font-family:Georgia,"Times New Roman",serif}
.theme-landscape .tone-dark .eyebrow{color:#f2d36a}
.theme-landscape .tone-dark .stat span{color:#d6dfd7}
.theme-landscape .gallery-grid{grid-template-columns:1.25fr .75fr;grid-auto-rows:325px}
.theme-landscape .gallery-item{min-height:325px;border-radius:0;box-shadow:none}
.theme-landscape .gallery-item:first-child{grid-row:span 2}
.theme-landscape .gallery-item:first-child,.theme-landscape .gallery-item:first-child img{min-height:668px}
.theme-landscape .gallery-item img{min-height:325px}
.theme-landscape .gallery-copy strong{font-family:Georgia,"Times New Roman",serif;font-size:1.1rem;text-transform:none;letter-spacing:0}
.theme-landscape .process-step{border-top:0;border-left:3px solid var(--site-accent);border-radius:0;background:#f8f7f2}
.theme-landscape .team-grid{gap:32px 18px}
.theme-landscape .team-portrait{aspect-ratio:4/4.4;background:#dde4d5}
.theme-landscape .team-card figcaption strong{font-family:Georgia,"Times New Roman",serif;font-size:1.25rem;font-weight:500}
.theme-landscape .team-card figcaption span{color:#497a35;font-size:.68rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase}
.theme-landscape .quote-section{background:#152a20}
.theme-landscape .quote-copy h2{font-family:Georgia,"Times New Roman",serif;font-weight:500}
.theme-landscape .quote-form{border-radius:3px;background:rgba(255,255,255,.065)}
.theme-landscape .quote-field input,.theme-landscape .quote-field select,.theme-landscape .quote-field textarea{border-radius:2px}
.theme-landscape .quote-submit .button{background:#d7ae22;color:#173a2b}
.theme-landscape .faq-item{border-radius:2px;background:#f8f7f2}
.theme-landscape .location-section{background:#e9eee3}
.theme-landscape .location-grid{grid-template-columns:minmax(0,920px)}
.theme-landscape .location-card{border-radius:0;box-shadow:none}
.theme-landscape .location-media{min-height:390px}.theme-landscape .location-media img{height:390px}
.theme-landscape .location-label{color:#497a35}
.theme-landscape .cta-section{background:#315b43}
.theme-landscape .cta-section .eyebrow{color:#f2d36a}
.theme-landscape .cta-section h2,.theme-landscape .cta-section p{color:#fff}
.theme-landscape .site-footer{background:#102219}
@media(max-width:1000px){
  .theme-landscape .hero-grid{grid-template-columns:1fr}
  .theme-landscape .hero-section{background:linear-gradient(180deg,#f8f7f2 0 52%,#e7ecdf 52% 100%)}
  .theme-landscape .stat:nth-child(odd){border-left:0}
}
@media(max-width:720px){
  .theme-landscape .hero-grid{padding:44px 0 62px}
  .theme-landscape .site-brand{gap:8px}.theme-landscape .brand-name{font-size:.79rem;max-width:102px}
  .theme-landscape h1{font-size:clamp(3rem,14vw,4.6rem)}
  .theme-landscape .hero-media{box-shadow:10px 10px 0 #173a2b}
  .theme-landscape .hero-media,.theme-landscape .hero-media img{min-height:370px}
  .theme-landscape .hero-highlights{grid-template-columns:1fr}
  .theme-landscape .trust-items{justify-content:flex-start;gap:12px 24px}
  .theme-landscape .site-section{padding:76px 0}
  .theme-landscape .gallery-grid{display:grid;grid-template-columns:1fr;grid-auto-rows:auto}
  .theme-landscape .gallery-item:first-child{grid-row:auto}
  .theme-landscape .gallery-item:first-child,.theme-landscape .gallery-item:first-child img{min-height:430px}
  .theme-landscape .gallery-item,.theme-landscape .gallery-item img{min-height:350px}
  .theme-landscape .stat{border-left:0;border-top:1px solid rgba(255,255,255,.16)}
  .theme-landscape .stat:first-child{border-top:0}
}

/* Calm, approachable healthcare presentation for veterinary and wellness sites. */
.theme-clinic{
  --site-soft:#eef7f3;
  --site-dark:#153d36;
  --site-line:#dbe8e3;
  --site-radius:20px;
  --site-shadow:0 22px 55px rgba(23,51,47,.12);
}
.theme-clinic .site-header{background:rgba(255,253,249,.92)}
.theme-clinic .brand-word{font-family:Georgia,"Times New Roman",serif;font-size:1.18rem;font-weight:700;letter-spacing:-.02em}
.theme-clinic .hero-section{background:radial-gradient(circle at 78% 20%,rgba(118,190,165,.24),transparent 34%),linear-gradient(145deg,#fffdf9 0%,#f1f8f4 100%)}
.theme-clinic .hero-grid{grid-template-columns:1.08fr .92fr;gap:46px;min-height:620px;padding:64px 0 72px}
.theme-clinic h1,.theme-clinic h2{font-family:Georgia,"Times New Roman",serif;font-weight:600}
.theme-clinic h1{font-size:clamp(3rem,5.4vw,5.35rem);line-height:1.01;letter-spacing:-.045em}
.theme-clinic .section-head h2,.theme-clinic .split-copy h2,.theme-clinic .cta-grid h2{font-size:clamp(2.2rem,3.8vw,3.85rem);line-height:1.07;letter-spacing:-.04em}
.theme-clinic .hero-media{min-height:500px;border-radius:48% 48% 24% 24% / 32% 32% 18% 18%;box-shadow:0 28px 70px rgba(23,51,47,.18)}
.theme-clinic .hero-media img{min-height:500px}
.theme-clinic .eyebrow{letter-spacing:.09em}
.theme-clinic .eyebrow::before{width:18px}
.theme-clinic .button,.theme-clinic .header-cta{border-radius:12px}
.theme-clinic .site-section{padding:88px 0}
.theme-clinic .trust-strip{padding:20px 0;background:#e7f3ee;border-color:#d7e8e0}
.theme-clinic .trust-items{justify-content:space-between;color:#315f56;font-weight:750}
.theme-clinic .trust-items span::before{content:"•";margin-right:10px;color:var(--site-accent)}
.theme-clinic .service-grid{gap:16px}
.theme-clinic .service-card{min-height:205px;padding:28px;border:0;background:#f3f8f5;box-shadow:inset 0 0 0 1px rgba(25,117,101,.08)}
.theme-clinic .service-num{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;margin-bottom:26px;border-radius:999px;background:#dcefe7;color:#176757}
.theme-clinic .split-grid{gap:58px}
.theme-clinic .split-media{border-radius:38px 38px 14px 38px;box-shadow:0 24px 60px rgba(23,51,47,.14)}
.theme-clinic .split-grid.media-left .split-media{border-radius:38px 38px 38px 14px}
.theme-clinic .check-list li::before{background:#dcefe7}
.theme-clinic .process-step{border:0;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(23,51,47,.07)}
.theme-clinic .process-step>span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:22px;border-radius:50%;background:#dcefe7;color:#176757}
.theme-clinic .stats-grid{gap:18px}
.theme-clinic .stat{padding:25px 24px;border:0;border-radius:18px;background:#fff}
.theme-clinic .stat strong{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,3.4vw,3.4rem)}
.theme-clinic .reviews-section::after{display:none}
.theme-clinic .google-review-grid{grid-template-columns:minmax(0,720px)}
.theme-clinic .google-review-card{border:0;border-radius:28px;background:#f3f8f5;box-shadow:none}
.theme-clinic .location-grid{grid-template-columns:minmax(0,820px)}
.theme-clinic .location-card{border:0;box-shadow:0 20px 50px rgba(23,51,47,.1)}
.theme-clinic .faq-item{border-color:#dbe8e3;border-radius:12px}
.theme-clinic .cta-section{background:#197565}
.theme-clinic .site-footer{background:#102d28}
@media(max-width:1000px){
  .theme-clinic .hero-grid{grid-template-columns:1fr}
  .theme-clinic .hero-media{border-radius:32px;min-height:390px}
  .theme-clinic .hero-media img{min-height:390px}
}
@media(max-width:720px){
  .theme-clinic .hero-grid{padding:44px 0 58px}
  .theme-clinic h1{font-size:clamp(2.65rem,12.5vw,4rem)}
  .theme-clinic .site-section{padding:66px 0}
  .theme-clinic .hero-media,.theme-clinic .hero-media img{min-height:300px}
.theme-clinic .trust-items{justify-content:flex-start;gap:12px 24px}
}

/* High-energy electrical contractor presentation: angular, technical and field-ready. */
.theme-electric{
  --site-muted:#5f6670;
  --site-line:#d9dce0;
  --site-soft:#f2f2f0;
  --site-dark:#121417;
  --site-radius:4px;
  --site-shadow:18px 18px 0 rgba(23,25,29,.14);
  background:#fff;
}
.theme-electric .site-header{background:rgba(255,255,255,.96);border-bottom:3px solid #181a1e}
.theme-electric .header-inner{min-height:84px}
.theme-electric .site-brand img{max-height:64px;max-width:225px}
.theme-electric .nav-link{font-size:.75rem;font-weight:900;letter-spacing:.075em;text-transform:uppercase}
.theme-electric .header-cta,.theme-electric .button{border-radius:2px;font-size:.76rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}
.theme-electric .header-cta{background:#e5252a;color:#fff;box-shadow:5px 5px 0 #17191d}
.theme-electric h1,.theme-electric h2,.theme-electric h3{font-family:"Arial Narrow","Roboto Condensed",Impact,ui-sans-serif,system-ui,sans-serif;font-weight:900;text-transform:uppercase}
.theme-electric .hero-section{position:relative;background:#15171a;color:#fff}
.theme-electric .hero-section::before{content:"";position:absolute;inset:0;background:linear-gradient(118deg,rgba(229,37,42,.97) 0 8px,transparent 8px 58%,rgba(255,196,20,.9) 58% 59%,transparent 59%);pointer-events:none}
.theme-electric .hero-section::after{content:"";position:absolute;left:0;right:0;bottom:0;height:10px;background:linear-gradient(90deg,#e5252a 0 68%,#ffc414 68%)}
.theme-electric .hero-grid{position:relative;z-index:1;grid-template-columns:.9fr 1.1fr;min-height:675px;gap:54px;padding:60px 0 74px}
.theme-electric h1{max-width:640px;color:#fff;font-size:clamp(3.45rem,5.2vw,5.35rem);line-height:.88;letter-spacing:-.045em}
.theme-electric .hero-lead{max-width:590px;color:#d4d8dd;font-size:1.05rem}
.theme-electric .hero-media{min-height:555px;border-radius:2px;border:1px solid rgba(255,255,255,.18);box-shadow:18px 18px 0 #e5252a}
.theme-electric .hero-media img{min-height:555px;object-position:center}
.theme-electric .eyebrow{color:#e5252a;letter-spacing:.17em}
.theme-electric .hero-section .eyebrow{color:#ffc414}
.theme-electric .eyebrow::before{width:38px;height:4px;transform:skewX(-22deg)}
.theme-electric .hero-actions .button-primary{background:#ffc414;color:#15171a;box-shadow:6px 6px 0 #e5252a}
.theme-electric .hero-actions .button-secondary{border-color:#6e747b;background:transparent;color:#fff}
.theme-electric .hero-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;color:#f2f4f6;font-size:.74rem;letter-spacing:.035em;text-transform:uppercase}
.theme-electric .hero-highlights span::before{content:"⚡";color:#ffc414}
.theme-electric .trust-strip{padding:19px 0;background:#ffc414;border:0}
.theme-electric .trust-items{justify-content:space-between;color:#15171a;font-size:.72rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase}
.theme-electric .site-section{padding:96px 0}
.theme-electric .section-head h2,.theme-electric .split-copy h2,.theme-electric .cta-grid h2,.theme-electric .quote-copy h2{font-size:clamp(2.65rem,4.8vw,4.9rem);line-height:.91;letter-spacing:-.035em}
.theme-electric .service-grid{gap:0;border-top:3px solid #191b1f;border-left:1px solid var(--site-line)}
.theme-electric .service-card{min-height:235px;border:0;border-right:1px solid var(--site-line);border-bottom:1px solid var(--site-line);border-radius:0;padding:30px;background:#fff}
.theme-electric .service-card-link:hover{z-index:1;transform:translateY(-4px);box-shadow:0 18px 42px rgba(16,18,21,.15)}
.theme-electric .service-link{color:#e5252a;font-size:.69rem;letter-spacing:.075em;text-transform:uppercase}
.theme-electric .service-card:nth-child(3n+2){background:#f6f6f4}
.theme-electric .service-num{display:inline-flex;margin-bottom:38px;padding:6px 9px;background:#181a1e;color:#ffc414;font-size:.68rem;letter-spacing:.08em;transform:skewX(-10deg)}
.theme-electric .service-card h3{font-size:1.32rem;line-height:1.02}
.theme-electric .split-grid{gap:76px}
.theme-electric .split-media{border-radius:2px;box-shadow:-16px 16px 0 #ffc414}
.theme-electric .split-grid:not(.media-left) .split-media{box-shadow:16px 16px 0 #ffc414}
.theme-electric .tone-dark{background:#17191d}
.theme-electric .tone-dark .eyebrow{color:#ffc414}
.theme-electric .tone-dark .text-link{color:#fff}
.theme-electric .tone-dark .check-list li{color:#d4d8dd}
.theme-electric .check-list li::before{border-radius:2px;background:#ffc414;color:#15171a}
.theme-electric .stats-grid{gap:0}
.theme-electric .stat{padding:32px 24px;border-top:0;border-left:1px solid rgba(255,255,255,.17)}
.theme-electric .stat:first-child{border-left:0}
.theme-electric .stat strong{color:#ffc414;font-family:"Arial Narrow","Roboto Condensed",Impact,ui-sans-serif,system-ui,sans-serif;font-weight:900}
.theme-electric .process-step{border-top:4px solid #e5252a;border-radius:0;background:#f4f4f2}
.theme-electric .gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;grid-auto-rows:300px}
.theme-electric .gallery-item,.theme-electric .gallery-item img{min-height:300px;border-radius:0}
.theme-electric .gallery-item:first-child{grid-column:span 2}
.theme-electric .gallery-copy strong{font-size:.92rem;letter-spacing:.045em}
.theme-electric .quote-card{border-radius:2px;border-top:4px solid #e5252a;background:#fff}
.theme-electric .quote-card blockquote{font-size:1rem}
.theme-electric .location-grid{grid-template-columns:minmax(0,900px)}
.theme-electric .location-card{border-radius:2px;box-shadow:12px 12px 0 rgba(21,23,26,.12)}
.theme-electric .location-placeholder{background:repeating-linear-gradient(135deg,#191b1f 0 22px,#22252a 22px 44px)}
.theme-electric .location-media-copy span{border-radius:2px;background:#e5252a}
.theme-electric .location-primary{background:#e5252a;color:#fff}
.theme-electric .quote-section{background:#17191d}
.theme-electric .quote-form{border-radius:2px;border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.055)}
.theme-electric .quote-field input,.theme-electric .quote-field select,.theme-electric .quote-field textarea{border-radius:2px}
.theme-electric .quote-submit .button{background:#ffc414;color:#15171a;box-shadow:5px 5px 0 #e5252a}
.theme-electric .faq-item{border-radius:2px;border-left:4px solid #e5252a;background:#f7f7f5}
.theme-electric .cta-section{position:relative;overflow:hidden;background:#e5252a}
.theme-electric .cta-section::after{content:"";position:absolute;right:-80px;top:-120px;width:320px;height:520px;background:#ffc414;transform:skewX(-18deg);opacity:.16}
.theme-electric .cta-section .eyebrow{color:#ffc414}
.theme-electric .cta-section h2,.theme-electric .cta-section p{color:#fff}
.theme-electric .site-footer{background:#101215;border-top:7px solid #ffc414}
@media(max-width:1000px){
  .theme-electric .hero-grid{grid-template-columns:1fr}
  .theme-electric .hero-section::before{background:linear-gradient(118deg,rgba(229,37,42,.95) 0 7px,transparent 7px 78%,rgba(255,196,20,.9) 78% 79%,transparent 79%)}
  .theme-electric .stat:nth-child(odd){border-left:0}
  .theme-electric .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .theme-electric .header-inner{min-height:72px}.theme-electric .site-brand img{max-height:50px;max-width:165px}
  .theme-electric .hero-grid{padding:42px 0 62px}
  .theme-electric h1{font-size:clamp(3rem,14vw,4.75rem)}
  .theme-electric .hero-media{box-shadow:9px 9px 0 #e5252a}
  .theme-electric .hero-media,.theme-electric .hero-media img{min-height:355px}
  .theme-electric .hero-highlights{grid-template-columns:1fr}
  .theme-electric .trust-items{justify-content:flex-start;gap:12px 24px}
  .theme-electric .site-section{padding:74px 0}
  .theme-electric .service-card:nth-child(3n+2){background:#fff}.theme-electric .service-card:nth-child(even){background:#f6f6f4}
  .theme-electric .stat{border-left:0;border-top:1px solid rgba(255,255,255,.17)}.theme-electric .stat:first-child{border-top:0}
  .theme-electric .gallery-grid{grid-template-columns:1fr;grid-auto-rows:auto}
  .theme-electric .gallery-item:first-child{grid-column:auto}
  .theme-electric .gallery-item,.theme-electric .gallery-item img{min-height:340px}
}
