@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Sora:wght@500;600;700&display=swap');

:root{
  --bg:#0a0a0b;
  --panel:#141415;
  --panel-2:#1b1c1f;
  --panel-3:#23242a;
  --text:#ffffff;
  --text-soft:#e7e7ea;
  --muted:#bdbdc4;
  --accent:#e11d48;
  --line:rgba(255,255,255,.22);
  --line-strong:rgba(255,255,255,.32);
  --shadow:0 10px 30px rgba(0,0,0,.6);
  --page-pad:clamp(14px,3.2vw,56px);
  --block-bg:var(--panel-2);
  --block-border:1px solid var(--line);
  --block-radius:12px;
  --block-shadow:0 8px 18px rgba(0,0,0,.28);
  --block-pad:24px;
  --site-max-width:1120px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:'Manrope',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
  background:
    radial-gradient(1200px 600px at 6% -20%, rgba(225,29,72,.28), transparent 60%),
    radial-gradient(900px 500px at 110% 10%, rgba(255,255,255,.06), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 35%),
    var(--bg);
  color:var(--text);
  line-height:1.6;
  font-size:16px;
}

h1,h2,h3,.hero h1{
  font-family:'Sora','Manrope',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
}

a{color:inherit;text-decoration:none}

.no-download img,
.wm-wrap img,
.gallery-img,
.lightbox img{
  -webkit-user-drag:none;
  user-select:none;
  pointer-events:auto;
}

.container{
  max-width:var(--site-max-width);
  width:min(100%, var(--site-max-width));
  margin-left:auto;
  margin-right:auto;
  padding:clamp(18px,2.8vw,44px) var(--page-pad);
}

@media (min-width: 769px) {
  .hide-desktop{display:none !important}
}
@media (min-width: 1200px) {
  :root{
    --page-pad:clamp(18px,2.8vw,72px);
  }
}

@media (max-width: 768px) {
  :root{
    --page-pad:clamp(12px,5vw,20px);
    --block-pad:18px;
  }
  .topbar{
    background:rgba(14,17,22,.98);
    border-bottom:1px solid var(--line);
    box-shadow:0 10px 24px rgba(0,0,0,.25);
  }
  .container{padding:20px var(--page-pad)}
  .topbar .container{padding-top:0;padding-bottom:0}
  .hero{padding:28px 0 24px}
  .hero h1{font-size:36px}
  .hero p{font-size:16px}
  .section h1{font-size:32px}
  .section h2{font-size:24px}
  .grid{grid-template-columns:1fr;gap:14px}
  .topbar .nav{
    flex-direction:column;gap:6px;align-items:stretch;
    justify-content:flex-start;
    padding:6px 0;
  }
  .topbar .nav.nav-desktop{display:none !important}
  .topbar .nav.nav-mobile{
    display:grid !important;
    grid-template-columns:auto 1fr;
    align-items:center;
    gap:10px;
    padding:8px 0;
  }
  .topbar .nav.nav-mobile .brand{max-width:54px}
  .nav-desktop .brand{
    display:flex;width:100%;justify-content:flex-start;align-items:center;
  }
  .topbar .nav.nav-mobile .brand{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
  }
  .topbar .nav.nav-desktop .brand b{display:none}
  .topbar .nav.nav-mobile .brand b{display:none}
  .logo-nav{height:42px;max-width:42px}
  .topbar .nav.nav-mobile .brand{
    align-items:center;
  }
  .topbar .nav.nav-mobile .brand .logo-nav{
    height:42px;
    max-width:42px;
    border:none;
    border-radius:0;
    padding:0;
    box-sizing:border-box;
    background:transparent;
  }
  .links{width:100%;flex-direction:column}
  .links a{width:100%;text-align:left}
  .topbar .topbar-actions{
    width:100%;justify-content:flex-start;gap:6px;
    flex-direction:row;flex-wrap:wrap;align-items:center;
    margin-left:0;align-self:flex-start;
    padding:0;border-left:0;
  }
  .contact-text + .contact-text{
    margin-top:2px;
    padding-top:4px;
    border-top:1px solid var(--line);
  }
  .contact-text{
    font-size:15px;line-height:0.95;font-weight:600;letter-spacing:.01em;
    width:auto;padding:0;border-radius:0;
    background:transparent;border:none
  }
  .contact-brand{display:none}
  .contact-brand-logo{display:none}
  .contact-label{display:inline-block}
  .topbar .nav.nav-mobile .contact-stack{
    display:flex;
    flex-direction:column;
    gap:0;
    align-items:flex-end;
    min-width:0;
    max-width:100%;
    justify-self:end;
    border:none;
    border-radius:0;
    padding:0;
    width:100%;
  }
  .nav-mobile .contact-text{
    max-width:100%;
    width:100%;
    min-width:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    justify-content:flex-end;
    text-align:right;
    font-size:15px;
    padding:2px 0;
    border:none;
    border-radius:0;
  }
  .nav-mobile .contact-icon{
    width:14px;height:14px;
    border:none;
    border-radius:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0;
    color:var(--text-soft);
    font-size:12px;
    line-height:1;
    opacity:.8;
  }
  .topbar .nav.nav-mobile .contact-left{justify-self:start}
  .topbar .nav.nav-mobile .contact-right{justify-self:start}
  .nav-mobile .contact-label{min-width:0}
  .nav-mobile .contact-icon{display:inline-flex;width:12px;height:12px}
  .contact-text:hover{color:#fff;border-color:var(--accent)}
  .contact-sep{display:none}
  .post-block .post-card{
    grid-template-columns:1fr;
    gap:14px;
    padding:18px;
    border-radius:var(--block-radius);
  }
  .post-block .post-title{font-size:22px}
  .post-block .post-media.post-media-grid{
    grid-template-columns:1fr;
  }
  .post-filter-chips{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .post-filter-chip{
    padding:14px 14px;
    min-height:64px;
    font-size:14px;
    box-shadow:0 6px 14px rgba(0,0,0,.2);
  }
  .post-filter-chip::before{
    width:16px;height:16px;border-radius:8px;
  }
  .facebook-embed{
    border-radius:var(--block-radius);
  }
  #home_services ul.feature-tiles{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  #home_services ul.feature-tiles li.feature-link{
    min-height:72px;
    padding:12px;
    border-radius:var(--block-radius);
    box-shadow:var(--block-shadow);
  }
  #home_services ul.feature-tiles li.feature-link::before{
    opacity:.5;
  }
  #home_services ul.feature-tiles li.feature-link strong a{
    font-size:13px;
    gap:8px;
  }
  #home_services ul.feature-tiles li.feature-link strong a::after{
    font-size:11px;
  }
  #home_services ul.feature-tiles li.feature-link span{
    margin-right:0;
    width:28px;
    height:28px;
    border-radius:8px;
    background:rgba(225,29,72,.18);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
  }
  .colors-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .colors-grid .color-card{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 12px;
    min-height:68px;
    background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
    border-radius:12px;
    border:1px solid var(--colors-border, rgba(255,255,255,.08));
    position:relative;
  }
  .colors-grid .color-swatch{
    width:28px;
    height:28px;
    border-radius:8px;
    border:1px solid rgba(255,255,255,.18);
    flex:0 0 auto;
  }
  .colors-grid .color-meta{
    display:flex;
    flex-direction:column;
    gap:2px;
  }
  .colors-grid .color-meta strong{font-size:13px}
  .colors-grid .color-meta .color-code{font-size:11px;color:var(--muted)}
  .colors-grid .color-meta .color-desc{font-size:11px;color:var(--muted)}
}

.topbar{
  position:sticky;top:0;z-index:50;
  background:linear-gradient(180deg, rgba(10,12,16,.96), rgba(10,12,16,.9));
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.12);
  box-shadow:0 12px 28px rgba(0,0,0,.28);
}
.topbar::after{
  content:'';
  position:absolute;left:0;right:0;bottom:-1px;height:2px;
  background:linear-gradient(90deg, transparent, rgba(225,29,72,.7), transparent);
  pointer-events:none;
}
.topbar .container{
  padding-top:0;
  padding-bottom:0;
  max-width:var(--site-max-width);
  width:min(100%, var(--site-max-width));
  margin-left:auto;
  margin-right:auto;
  padding-left:var(--page-pad);
  padding-right:var(--page-pad);
}
.nav{
  display:flex;gap:10px;align-items:center;justify-content:space-between;
  padding:10px 0;max-width:none;width:100%;margin:0;padding-left:0;padding-right:0;
}
.nav.nav-desktop{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px 16px;
}
.nav-mobile{display:none}

.brand{display:flex;align-items:center;gap:10px;flex-direction:row}
.brand b{font-size:22px;font-weight:700;white-space:nowrap;letter-spacing:-.01em}
.logo-nav{height:40px;width:auto;display:block;max-width:40px;object-fit:contain}

.links{display:flex;gap:6px;flex-wrap:wrap}
.nav-links{
  flex:1 1 360px;
  min-width:260px;
  justify-content:center;
  justify-self:center;
}
.nav-item{position:relative;display:inline-flex;align-items:center}
.nav-item.has-children::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:100%;
  height:14px;
}
.nav-item > a{display:inline-flex;align-items:center;gap:6px}
.nav-caret{font-size:10px;opacity:.7}
.nav-dropdown{
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  min-width:200px;
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:12px;
  padding:8px;
  display:none;
  flex-direction:column;
  gap:4px;
  z-index:60;
  box-shadow:0 16px 30px rgba(0,0,0,.45)
}
.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown,
.nav-dropdown:hover{display:flex}
.nav-dropdown a{
  padding:8px 12px;
  border-radius:8px;
  font-size:15px;
  color:var(--text-soft);
  white-space:nowrap
}
.nav-dropdown a:hover{background:var(--panel-2);color:#fff}
.links a{
  padding:8px 12px;border-radius:999px;
  color:var(--text-soft);font-weight:600;transition:.2s ease;font-size:16px;
  border:1px solid transparent;
  background:rgba(255,255,255,.02);
}
.links a:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#fff}

.topbar-actions{
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;
  margin-left:auto;padding-left:12px;border-left:1px solid rgba(255,255,255,.14);
}
.contact-text{
  color:var(--text-soft);font-size:15px;font-weight:600;letter-spacing:.01em;
  transition:.2s ease;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;
  padding:6px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.03);
}
.contact-text:hover{color:#fff;border-color:rgba(225,29,72,.55);background:rgba(225,29,72,.14)}
.contact-sep{color:var(--accent);opacity:.7;margin:0 2px}
.contact-icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:16px;height:16px;opacity:.9;flex:0 0 16px
}
.contact-icon svg{width:16px;height:16px;display:block}

@media (max-width: 1240px){
  .nav.nav-desktop{
    gap:8px 12px;
    padding-top:8px;
    padding-bottom:8px;
  }
  .nav-links{
    order:3;
    flex-basis:100%;
    justify-content:flex-start;
    min-width:0;
  }
  .links{
    justify-content:flex-start;
  }
  .topbar-actions{
    order:2;
    border-left:0;
    padding-left:0;
    gap:6px;
  }
}

@media (max-width: 980px){
  .brand b{font-size:19px}
  .links a{padding:7px 10px;font-size:14px}
  .contact-text{font-size:14px;padding:5px 8px}
}

.hero{padding:60px 0 40px;text-align:center}
.hero{
  max-width:var(--site-max-width);
  margin-left:auto;
  margin-right:auto;
}
.hero h1{
  margin:0 0 16px;font-size:52px;font-weight:800;
  letter-spacing:-.03em;line-height:1.1;
}
.hero p{
  margin:0 auto 28px;color:var(--muted);max-width:680px;font-size:19px;
  line-height:1.5;
}

.section{padding:36px 0;position:relative}
.section h1{
  font-size:42px;font-weight:800;margin-bottom:18px;letter-spacing:-.02em;
  position:relative;padding-bottom:10px
}
.section h1::after{
  content:'';position:absolute;left:0;bottom:0;width:48px;height:2px;
  background:linear-gradient(90deg, var(--accent), rgba(225,29,72,.2));
}
.section h2{font-size:32px;font-weight:700;margin-bottom:20px;letter-spacing:-.01em}
.section h3{font-size:22px;font-weight:700;margin-bottom:12px}

.grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));
  gap:24px;margin:28px 0;
}

.card{
  background:var(--panel);border:none;border-radius:0;
  overflow:hidden;display:block;transition:transform .2s ease,box-shadow .2s ease;
  animation:rise .45s ease both;
}
.card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(225,29,72,.3)}
.card .pad{padding:24px}
.card h3{margin:0 0 10px;font-size:20px;font-weight:700}
.card p{margin:0;color:var(--muted);font-size:16px;line-height:1.5}
.thumb{width:100%;height:240px;object-fit:cover;display:block;background:var(--panel-2);border-radius:0}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:var(--accent);color:#fff;padding:14px 28px;border-radius:10px;
  font-weight:700;border:1px solid rgba(255,255,255,.18);cursor:pointer;font-size:16px;
  box-shadow:0 10px 28px rgba(255,50,90,.35);
  transition:transform .2s ease,box-shadow .2s ease;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(255,50,90,.45)}
.btn.secondary{background:var(--panel-2);color:#fff;box-shadow:none;border:1px solid var(--line)}
.btn.secondary:hover{background:var(--panel-3)}

.share-row{
  display:flex;align-items:center;gap:10px;margin-top:12px;flex-wrap:wrap
}
.section > .share-row,
.homepage-block > .share-row{
  position:absolute;top:12px;right:12px;margin-top:0;z-index:2
}
.section > .share-row{top:8px;right:0}
.share-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:rgba(0,0,0,.25);color:#fff;border:1px solid var(--line-strong);
  width:32px;height:32px;padding:0;border-radius:999px;font-size:12px;font-weight:600;
  cursor:pointer;letter-spacing:.02em;transition:background .2s ease,transform .2s ease
}
.share-btn .share-icon,
.lb-share .share-icon{font-size:14px;opacity:.9;display:inline-flex;align-items:center;justify-content:center}
.share-btn .share-icon svg,
.lb-share .share-icon svg{width:16px;height:16px;display:block}
.share-btn .share-label,
.lb-share .share-label{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0
}
.share-btn:hover{background:rgba(0,0,0,.35);transform:translateY(-1px)}
.share-btn.shared,
.lb-share.shared{background:rgba(225,29,72,.25);border-color:rgba(225,29,72,.5)}
.share-msg{font-size:12px;color:var(--muted);opacity:0;transition:opacity .2s ease}
.share-msg.show{opacity:1}

/* Homepage blocks */
.homepage-block{
  background:var(--block-bg);
  padding:var(--block-pad);
  border-radius:var(--block-radius);
  margin:0;
  max-width:var(--site-max-width);
  margin-left:auto;
  margin-right:auto;
  border:var(--block-border);
  box-shadow:var(--block-shadow);
  position:relative;
  animation:rise .45s ease both;
}
.hero + .homepage-block{margin-top:12px}
.homepage-block + .homepage-block{margin-top:6px}
.homepage-block + .cta-block{margin-top:6px}
.homepage-block h2{font-size:28px;margin-bottom:12px;font-weight:700}
.homepage-block p{font-size:15px;line-height:1.55;color:var(--text-soft)}
.homepage-block ul{font-size:17px;line-height:1.8;padding-left:24px;color:var(--text-soft)}
.homepage-block ul li{margin-bottom:8px}
.homepage-block ul.feature-tiles{
  list-style:none;padding-left:0;
  display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:var(--features-gap-row, 12px) var(--features-gap-col, 14px)
}
.homepage-block ul.feature-tiles li{margin:0}
.homepage-block ul li.feature-link{
  list-style:none;margin:0;padding:var(--features-pad, 16px);
  border-radius:var(--features-radius, 8px);
  background:var(--features-bg, rgba(255,255,255,.02));
  border:1px solid var(--features-border, rgba(255,255,255,.08));
  box-shadow:var(--features-shadow, none);
  transition:transform .2s, box-shadow .2s, border-color .2s;
  animation:rise .45s ease both;
}
.homepage-block ul li.feature-link:hover{
  transform:var(--features-hover-transform, none);
  box-shadow:var(--features-hover-shadow, none);
  border-color:var(--features-hover-border, var(--features-border, rgba(255,255,255,.08)))
}
.homepage-block ul li.feature-link strong a{
  color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:space-between;
  gap:var(--features-title-gap, 12px)
}
.homepage-block ul li.feature-link span{
  display:inline-flex;align-items:center;justify-content:center;
  width:var(--features-icon-size, 28px);
  height:var(--features-icon-size, 28px);
  border-radius:var(--features-icon-radius, 6px);
  background:var(--features-icon-bg, rgba(255,255,255,.04));
  font-size:var(--features-icon-font, 16px);
  margin-right:var(--features-icon-gap, 8px)
}
.homepage-block ul li.feature-link strong a::after{content:"→";color:var(--accent);font-weight:700}
.homepage-block ul li.feature-link > div{margin-top:6px !important;font-size:14px;color:var(--text-soft)}
.feature-desc{margin-top:6px;font-size:14px;color:var(--text-soft)}
.text-content{color:var(--text-soft);line-height:1.7;max-width:80ch}

#home_services ul.feature-tiles{
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:16px;
}
#home_services ul.feature-tiles li.feature-link{
  position:relative;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border:var(--block-border);
  border-radius:var(--block-radius);
  padding:18px;
  box-shadow:var(--block-shadow);
  overflow:hidden;
}
#home_services ul.feature-tiles li.feature-link::before{
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:2px;
  background:linear-gradient(90deg, var(--accent), transparent 65%);
  opacity:.7;
}
#home_services ul.feature-tiles li.feature-link strong a{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:16px;
}
#home_services ul.feature-tiles li.feature-link span{
  width:36px;
  height:36px;
  border-radius:10px;
  background:rgba(225,29,72,.18);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
}
#home_services ul.feature-tiles li.feature-link > div{
  color:var(--muted) !important;
}


.colors-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:var(--colors-gap, 12px);
  margin-top:12px
}
.color-card{
  display:flex;align-items:flex-start;gap:12px;
  padding:var(--colors-pad, 16px);
  border-radius:var(--colors-radius, var(--block-radius));
  background:var(--colors-bg, rgba(255,255,255,.02));
  border:1px solid var(--colors-border, var(--line));
  box-shadow:var(--colors-shadow, var(--block-shadow));
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.color-card.is-clickable{
  cursor:pointer;
}
.color-card.is-clickable:hover,
.color-card.is-clickable:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(225,29,72,.55);
  box-shadow:0 12px 26px rgba(0,0,0,.32);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  outline:none;
}
.color-card.is-active{
  border-color:rgba(225,29,72,.75);
  box-shadow:0 0 0 1px rgba(225,29,72,.45) inset, 0 14px 30px rgba(0,0,0,.35);
}
.color-card.no-match{
  border-color:rgba(245,158,11,.9);
  box-shadow:0 0 0 1px rgba(245,158,11,.45) inset, 0 12px 24px rgba(0,0,0,.32);
}
.color-feedback{
  margin-top:10px;
  font-size:13px;
  color:#fbbf24;
  opacity:0;
  transform:translateY(-2px);
  transition:opacity .2s ease, transform .2s ease;
}
.color-feedback.show{
  opacity:1;
  transform:translateY(0);
}
.color-gallery-modal{
  position:fixed;
  inset:0;
  z-index:9998;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(0,0,0,.82);
}
.color-gallery-modal.open{display:flex}
.color-gallery-panel{
  width:min(1080px, 96vw);
  max-height:90vh;
  display:flex;
  flex-direction:column;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, #171717 0%, #101010 100%);
  box-shadow:0 26px 60px rgba(0,0,0,.45);
  overflow:hidden;
}
.color-gallery-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.color-gallery-title{
  margin:0;
  font-size:18px;
  color:#fff;
  line-height:1.3;
}
.color-gallery-close{
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:#141414;
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.color-gallery-count{
  padding:10px 18px 0;
  font-size:12px;
  color:#bdbdbd;
}
.color-gallery-grid{
  padding:14px 18px 18px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
  gap:12px;
  overflow:auto;
}
.color-gallery-item{
  padding:0;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.1);
  background:#0d0d0d;
  overflow:hidden;
  cursor:pointer;
  text-align:left;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.color-gallery-item:hover,
.color-gallery-item:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(225,29,72,.65);
  box-shadow:0 10px 24px rgba(0,0,0,.34);
  outline:none;
}
.color-gallery-item img{
  display:block;
  width:100%;
  height:150px;
  object-fit:cover;
}
.color-gallery-caption{
  display:block;
  padding:8px 10px 10px;
  font-size:12px;
  color:#d1d1d1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.color-gallery-item:focus-visible .color-gallery-caption{
  color:#fff;
}
body.color-gallery-open{overflow:hidden}
.color-swatch{
  width:var(--colors-swatch, 44px);
  height:var(--colors-swatch, 44px);
  border-radius:var(--colors-swatch-radius, 8px);
  background:var(--colors-swatch-default, var(--panel-3));
  border:1px solid rgba(255,255,255,.16);
  flex:0 0 auto
}
.color-meta strong{display:block;font-size:16px;color:#fff}
.color-code{
  display:inline-flex;
  align-items:center;
  margin-top:4px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.02em;
  color:#e8edf3;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  padding:2px 8px
}
.color-desc{margin-top:6px;font-size:13px;color:var(--text-soft)}

.columns-wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:20px}
.column{background:var(--block-bg);padding:var(--block-pad);border-radius:var(--block-radius);border:var(--block-border);box-shadow:var(--block-shadow)}
.column h3{margin:0 0 12px;color:var(--accent);font-size:20px}
.column p{margin:0;color:var(--text-soft);line-height:1.6}
.column-text{margin:0;color:var(--text-soft);line-height:1.6}
.column-text{margin:0;color:var(--text-soft);line-height:1.6}

/* Układ kroków dla kolumn */
.columns-wrap.columns-steps{
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px;
  counter-reset:step;
}
.columns-wrap.columns-steps .column{
  display:flex;
  align-items:center;
  gap:12px;
  padding:16px 18px;
  min-height:84px;
}
.columns-wrap.columns-steps .column::before{
  counter-increment:step;
  content:counter(step);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:10px;
  background:rgba(225,29,72,.16);
  border:1px solid rgba(225,29,72,.35);
  color:#fff;
  font-weight:700;
  font-size:14px;
  flex:0 0 auto;
}
.columns-wrap.columns-steps .column h3{
  margin:0;
  color:#fff;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.3;
}
.columns-wrap.columns-steps .column p{display:none}
.columns-wrap.columns-steps .column .column-text{display:none}
.columns-wrap.columns-steps .column .column-text{display:none}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:var(--stats-gap, 24px) !important;
  row-gap:var(--stats-gap, 24px) !important;
  column-gap:var(--stats-gap, 24px) !important;
  margin-top:16px !important
}
.stat-item{
  position:relative;
  text-align:left;
  padding:var(--stats-pad, var(--block-pad));
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border-radius:var(--stats-radius, var(--block-radius));
  border:var(--block-border);
  box-shadow:var(--block-shadow);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  gap:var(--stats-gap-inner, 10px);
  min-height:var(--stats-min-h, 120px);
}
.stat-item::before{
  content:'';
  position:absolute;
  left:0;right:0;top:0;
  height:2px;
  background:linear-gradient(90deg, var(--accent), transparent 65%);
  opacity:.7;
}
.stat-number{
  font-size:var(--stats-number-size, 22px);
  font-weight:700;
  letter-spacing:.02em;
  color:#fff;
  margin:0;
  line-height:1;
  width:46px;
  height:46px;
  border-radius:12px;
  background:rgba(225,29,72,.18);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(225,29,72,.35)
}
.stat-label{
  font-size:var(--stats-label-size, 12px);
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--muted);
  line-height:1.35
}
.stat-desc{
  color:var(--text-soft) !important;
  margin-top:6px !important;
  font-size:13px
}

.cta-block{
  background:linear-gradient(135deg,var(--accent),#c91d44);
  padding:var(--block-pad);
  border-radius:var(--block-radius);
  margin-bottom:24px;
  max-width:var(--site-max-width);
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  color:#fff;
  border:var(--block-border);
  box-shadow:var(--block-shadow)
}
.cta-block h2{color:#fff;font-size:32px;margin-bottom:12px}
.cta-block p{color:rgba(255,255,255,.9);font-size:18px;margin-bottom:24px}
.cta-block .cta-desc{color:rgba(255,255,255,.9);font-size:18px;margin-bottom:24px}
.cta-block .cta-desc p{margin:0 0 12px}
.cta-block .btn{background:#fff;color:var(--accent);border:1px solid rgba(0,0,0,.15);box-shadow:0 8px 24px rgba(0,0,0,.25)}

/* Keep side gutters also for blocks that carry inline "full width" styles from CMS data. */
@media (min-width:769px){
  .hero[style*="max-width:none"][style*="width:100%"],
  .homepage-block[style*="max-width:none"][style*="width:100%"],
  .cta-block[style*="max-width:none"][style*="width:100%"]{
    max-width:var(--site-max-width) !important;
    width:min(100%, var(--site-max-width)) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

.testimonial{font-style:italic;text-align:center;padding:40px}
.testimonial blockquote{font-size:22px;line-height:1.6;margin:0 0 16px;color:#fff}
.testimonial .author{font-size:16px;color:#888;font-style:normal}

.post-block .post-card{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);
  gap:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(0,0,0,.22)), var(--panel-2);
  border:var(--block-border);
  border-radius:var(--block-radius);
  padding:var(--block-pad);
  position:relative;
  overflow:hidden;
  border-left:4px solid var(--post-accent, var(--accent));
  box-shadow:var(--block-shadow);
}
.post-block .post-card::before{
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:2px;
  background:linear-gradient(90deg, var(--post-accent, var(--accent)), transparent 60%);
  opacity:.6;
}
.post-block .post-card.post-no-image{grid-template-columns:1fr}
.post-block .post-media img{
  width:100%;
  height:auto;
  display:block;
  background:#0b0b0c;
}
.post-block .post-media.post-media-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px;
  position:relative;
  align-content:start;
}
.post-block .post-media.post-media-grid .post-media-count{
  position:absolute;
  top:10px;
  right:10px;
  background:rgba(0,0,0,.6);
  color:#fff;
  font-size:12px;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.2);
  z-index:2;
  pointer-events:none;
}
.post-block .post-media.post-media-grid img{
  width:100%;
  height:auto;
  object-fit:cover;
}
.post-block .post-body{display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.post-block .post-badge{
  align-self:flex-start;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:var(--post-accent, var(--accent));
}
.post-block .post-color-tag{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:15px;
  font-weight:600;
  letter-spacing:.02em;
  padding:4px 0;
  border-radius:999px;
  border:none;
  background:transparent;
  color:var(--text-soft);
  margin-bottom:6px;
  grid-column:1 / -1;
}
.post-block .post-color-tag .post-color-label{
  color:var(--muted);
  font-weight:600;
}
.post-block .post-color-tag .post-color-value{
  color:var(--text);
  font-weight:700;
}
.post-block .post-color-tag::before{
  content:'';
  width:10px;height:10px;border-radius:999px;
  background:var(--post-accent, var(--accent));
  box-shadow:0 0 0 2px rgba(0,0,0,.35);
}
.post-block .post-title{margin:0;font-size:26px;line-height:1.25}
.post-block .post-text{color:var(--text-soft);font-size:16.5px;line-height:1.7;max-width:60ch}
.post-block{transition:opacity .2s ease, transform .2s ease}

.post-filters{
  background:var(--panel-2);
  border:1px solid var(--line);
  border-radius:16px;
  padding:22px;
  margin-bottom:24px;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}
.post-filters-row{
  display:grid;
  grid-template-columns:minmax(220px,1.4fr) minmax(180px,1fr) auto;
  gap:14px;
  align-items:end;
}
.post-filter-field label{
  display:block;
  font-size:12px;
  color:var(--muted);
  margin-bottom:6px;
}
.post-filter-field input,
.post-filter-field select{
  width:100%;
  background:var(--panel-3);
  border:1px solid var(--line);
  color:var(--text);
  padding:10px 12px;
  border-radius:10px;
}
.post-filter-chips{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:16px;
}
.post-filter-chip{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  text-align:left;
  gap:12px;
  padding:20px 22px;
  min-height:76px;
  border-radius:14px;
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(0,0,0,.18));
  color:var(--text);
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease;
  box-shadow:0 10px 22px rgba(0,0,0,.22);
  white-space:normal;
}
.post-filter-chip::before{
  content:'';
  width:18px;height:18px;border-radius:9px;
  background:var(--chip-color, var(--accent));
  box-shadow:0 0 0 2px rgba(0,0,0,.35);
}
.post-filter-chip:hover{
  border-color:var(--line-strong);
  transform:translateY(-1px);
}
.post-filter-chip.is-active{
  background:rgba(225,29,72,.14);
  border-color:rgba(225,29,72,.7);
  color:#fff;
  box-shadow:0 12px 26px rgba(225,29,72,.18);
}
.post-filter-chip.is-active::before{
  box-shadow:0 0 0 2px rgba(0,0,0,.5),0 0 0 4px rgba(225,29,72,.2);
}
.post-filter-actions{
  display:flex;
  justify-content:flex-end;
}
.post-filter-toggle{
  display:none;
}

.facebook-block{
  text-align:center;
}
.facebook-embed{
  width:100%;
  max-width:520px;
  margin:0 auto;
  background:var(--block-bg);
  border:var(--block-border);
  border-radius:var(--block-radius);
  overflow:hidden;
}
.facebook-embed.full{
  max-width:1000px;
}
.facebook-embed iframe{
  width:100%;
  height:var(--fb-height, 720px);
  display:block;
  border:0;
}
.facebook-link{
  margin-top:10px;
  text-align:right;
  font-size:14px;
  color:var(--muted);
}
.facebook-link a{color:var(--text-soft)}

.social-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px;
}
.social-card{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  background:var(--block-bg);
  border:var(--block-border);
  border-radius:var(--block-radius);
  color:var(--text);
  box-shadow:var(--block-shadow);
  transition:border-color .2s ease, transform .2s ease;
}
.social-card:hover{
  border-color:var(--social-accent, var(--accent));
  transform:translateY(-1px);
}
.social-icon{
  width:38px;
  height:38px;
  border-radius:10px;
  background:var(--social-accent, var(--accent));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:16px;
  text-transform:uppercase;
}
.social-text{display:flex;flex-direction:column;gap:2px}
.social-text strong{font-size:16px}
.social-text em{font-style:normal;color:var(--muted);font-size:13px}

.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--block-radius);margin-top:12px}
.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}

.gallery-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
  gap:var(--gallery-gap, 16px);margin-top:20px
}
.gallery-grid .wm-wrap{
  position:relative;display:block;width:100%;overflow:hidden;
  border-radius:var(--gallery-radius, var(--block-radius));
  border:var(--gallery-outline-width, 0) solid var(--gallery-outline-color, transparent);
  box-sizing:border-box
}
.gallery-corner-wrap{
  position:absolute;
  top:8px;
  right:8px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 9px 4px 7px;
  border-radius:999px;
  background:rgba(7,8,10,.84);
  backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,.28);
  pointer-events:none;
  z-index:2
}
.gallery-corner{
  width:12px;
  height:12px;
  border-radius:999px;
  background:var(--gallery-corner-color, transparent);
  border:1px solid rgba(255,255,255,.45);
  box-shadow:none;
}
.gallery-corner-label{
  display:inline-flex;
  align-items:center;
  padding:0;
  border-radius:0;
  font-size:12px;
  font-weight:700;
  letter-spacing:.01em;
  line-height:1;
  color:#f8fbff;
  white-space:nowrap;
  text-shadow:0 1px 3px rgba(0,0,0,.4)
}
.gallery-img{
  width:100%;height:200px;object-fit:cover;border-radius:var(--gallery-radius, 0);cursor:zoom-in;
  transition:transform .2s,box-shadow .2s,outline-color .2s;display:block;
  box-shadow:var(--gallery-shadow, none);
  outline:none
}
.gallery-img:hover{
  transform:scale(var(--gallery-hover-scale, 1));
  box-shadow:var(--gallery-hover-shadow, var(--gallery-shadow, none));
  outline-color:var(--gallery-hover-outline-color, var(--gallery-outline-color, transparent));
  outline-offset:var(--gallery-outline-offset, 0)
}
.gallery-img:active{transform:scale(1.0)}

@supports (content-visibility: auto){
  .gallery-grid,
  .post-block,
  .facebook-block,
  .social-block{
    content-visibility:auto;
    contain-intrinsic-size: 1px 600px;
  }
}

/* Gallery lightbox */
.lightbox{
  position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;
  width:100vw;height:100vh;background:rgba(0,0,0,.94);padding:20px
}
.lightbox.open{display:flex}
.lightbox img{max-width:92vw;max-height:90vh;border-radius:0;box-shadow:0 10px 40px rgba(0,0,0,.6)}
.lightbox .lb-close{
  position:absolute;top:18px;right:18px;width:40px;height:40px;border-radius:999px;
  background:#111;border:1px solid #222;color:#fff;font-size:24px;line-height:38px;
  text-align:center;cursor:pointer;opacity:.85;transition:opacity .2s ease
}
.lightbox .lb-close:hover{opacity:1}
.lightbox .lb-nav{
  position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;
  border-radius:999px;background:#111;border:1px solid #222;color:#fff;font-size:22px;
  cursor:pointer;opacity:.8;transition:opacity .2s ease
}
.lightbox .lb-nav:hover{opacity:1}
.lightbox .lb-prev{left:18px}
.lightbox .lb-next{right:18px}
.lightbox .lb-meta{
  position:absolute;left:50%;bottom:86px;transform:translateX(-50%);
  display:flex;gap:10px;align-items:center;justify-content:center;
  max-width:min(92vw,780px);
  padding:9px 14px;border-radius:999px;
  background:rgba(8,8,8,.62);backdrop-filter:blur(6px);
  border:1px solid rgba(255,255,255,.14);
  color:#f5f5f5;font-size:14px;z-index:2
}
.lightbox .lb-caption{
  max-width:62vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.45)
}
.lightbox .lb-color-dot{
  width:12px;height:12px;border-radius:999px;flex:0 0 auto;
  border:1px solid rgba(255,255,255,.42);
  background:transparent;
}
.lightbox .lb-count{
  color:#e7e7e7;white-space:nowrap;padding-left:10px;
  border-left:1px solid rgba(255,255,255,.26);
  font-variant-numeric:tabular-nums
}
.lightbox .lb-actions{
  position:absolute;top:18px;right:70px;display:flex;justify-content:center;z-index:1
}
.lightbox .lb-share{
  display:inline-flex;align-items:center;justify-content:center;
  width:40px;height:40px;background:#111;border:1px solid #222;color:#fff;border-radius:999px;
  font-size:13px;font-weight:600;cursor:pointer;opacity:.85;transition:opacity .2s ease
}
.lightbox .lb-share:hover{opacity:1}
.lightbox .lb-share .share-icon svg{width:18px;height:18px}
.lightbox .lb-thumbs{
  position:absolute;left:0;right:0;bottom:18px;display:flex;gap:8px;
  padding:0 18px;overflow-x:auto;justify-content:center
}
.lightbox .lb-thumb{
  width:64px;height:48px;object-fit:cover;border-radius:8px;opacity:.7;
  border:1px solid #222;cursor:pointer;transition:opacity .2s ease,border-color .2s ease
}
.lightbox .lb-thumb.active{opacity:1;border-color:var(--accent)}
body.lightbox-open{overflow:hidden}
@media (max-width: 768px){
  .lightbox .lb-meta{
    left:14px;right:14px;bottom:74px;transform:none;
    justify-content:space-between;max-width:none;border-radius:12px;
    padding:8px 10px
  }
  .lightbox .lb-caption{max-width:66vw;font-size:13px}
  .lightbox .lb-count{font-size:12px;padding-left:8px}
  .lightbox .lb-color-dot{width:11px;height:11px}
  .gallery-corner-label{
    font-size:11px;
    padding:0;
  }
  .gallery-corner-wrap{
    padding:3px 8px 3px 6px;
    gap:5px;
  }
  .gallery-corner{width:11px;height:11px}
  .color-code{
    font-size:10px;
    padding:2px 7px;
  }
}

/* Watermark */
.wm-wrap{position:relative}
.wm-wrap::after{
  content:attr(data-watermark);
  position:absolute;left:50%;top:50%;
  width:100%;
  transform:translate(-50%,-50%) rotate(-18deg);
  font-size:clamp(10px,2.6vw,26px);
  color:rgba(255,255,255,.14);
  letter-spacing:.28em;text-transform:uppercase;
  white-space:nowrap;pointer-events:none;
  text-align:center;
  text-shadow:0 2px 8px rgba(0,0,0,.35);
  font-family:'Manrope',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  font-weight:500;
}
.lightbox .lb-watermark{
  position:absolute;left:50%;top:50%;
  width:100%;
  transform:translate(-50%,-50%) rotate(-18deg);
  font-size:clamp(12px,3.4vw,32px);
  color:rgba(255,255,255,.14);
  letter-spacing:.28em;text-transform:uppercase;
  white-space:nowrap;pointer-events:none;
  text-align:center;
  text-shadow:0 2px 8px rgba(0,0,0,.35);
  font-family:'Manrope',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  font-weight:500;
}

/* Subtle image enhancement */
.wm-wrap img,
.gallery-img,
.lightbox img{
  -webkit-image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
  filter: contrast(1.04) saturate(1.03);
}

/* Forms */
.form-group{margin-bottom:20px}
input,textarea,select{
  width:100%;max-width:600px;
  background:#1a1a1a;border:1px solid var(--line);padding:14px 16px;
  border-radius:10px;color:var(--text);outline:none;
  transition:border-color .2s ease,box-shadow .2s ease;font-size:16px;
}
input:focus,textarea:focus,select:focus{
  border-color:var(--accent);box-shadow:0 0 0 3px rgba(225,29,72,.2)
}
textarea{min-height:160px;resize:vertical}
label{display:block;font-size:15px;margin-bottom:8px;font-weight:600;color:#ccc}
button{cursor:pointer}

/* Admin */
body.admin{background:#0f0f0f}
body.admin .container{max-width:1400px;padding:28px 24px}
body.admin .box{
  background:var(--panel);border:1px solid var(--line);
  padding:28px;border-radius:12px;margin-bottom:20px;
}
body.admin .topbar{background:#000;border-bottom:1px solid #1a1a1a}
body.admin .topbar a{color:#ccc}
body.admin .topbar a:hover{color:#fff}

/* Visual Block Builder */
.blocks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin:30px 0}
.block-card{
  background:#141414;border:1px solid #222;border-radius:16px;overflow:hidden;
  cursor:move;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px rgba(0,0,0,.1);
}
.block-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.3);border-color:var(--accent)}
.block-card.dragging{opacity:.5;transform:rotate(2deg)}

.block-card-header{padding:24px;display:flex;align-items:center;gap:16px;border-bottom:1px solid #222;position:relative}
.block-drag-handle{
  position:absolute;right:16px;top:50%;transform:translateY(-50%);
  color:#666;font-size:20px;cursor:move;user-select:none;line-height:1
}
.block-icon{
  font-size:32px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;
  border-radius:12px;background:rgba(255,255,255,.05)
}
.block-info{flex:1}
.block-info h3{margin:0 0 6px;font-size:18px;color:#fff;font-weight:600}
.block-type-label{
  display:inline-block;padding:4px 12px;background:rgba(255,255,255,.1);color:#fff;
  border-radius:20px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px
}

.block-card-body{padding:20px 24px}
.block-card-body h3{margin:0 0 8px;font-size:18px;color:#fff;font-weight:600}
.block-type-label{
  display:inline-block;padding:4px 10px;background:rgba(255,255,255,.1);color:#aaa;
  border-radius:12px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px
}
.block-preview{color:#888;font-size:14px;line-height:1.6;margin:8px 0 0 0}

.block-card-footer{padding:16px 24px;background:rgba(0,0,0,.2);display:flex;gap:12px}
.block-card-actions{padding:12px 20px;display:flex;gap:8px;border-top:1px solid #222}
.btn-card-edit,.btn-card-delete{
  padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;
  cursor:pointer;transition:all .2s;flex:1;text-align:center
}
.btn-card-edit{background:var(--accent);color:#fff}
.btn-card-edit:hover{background:#c91d44;transform:translateY(-1px)}
.btn-card-delete{background:#333;color:#999}
.btn-card-delete:hover{background:#dc2626;color:#fff}
.btn-block{
  padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;
  cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px
}
.btn-block-edit{background:var(--accent);color:#fff;flex:1}
.btn-block-edit:hover{background:#c91d44;transform:translateY(-1px)}
.btn-block-delete{background:#333;color:#999}
.btn-block-delete:hover{background:#dc2626;color:#fff}

/* Modal */
.block-modal{
  display:none;position:fixed;inset:0;z-index:9999;align-items:stretch;justify-content:stretch;
  padding:0;animation:fadeIn .2s
}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.block-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.85);backdrop-filter:blur(4px)}
.block-modal-content{
  position:relative;background:#0f1116;border:0;border-radius:0;
  width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;
  box-shadow:none;animation:slideUp .3s cubic-bezier(.4,0,.2,1)
}
@keyframes slideUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}

.block-modal-header{
  padding:20px 28px;border-bottom:1px solid #222;display:flex;
  align-items:center;justify-content:space-between;position:sticky;top:0;background:#0f1116;z-index:2
}
.block-modal-header h2{margin:0;font-size:20px;font-weight:600}
.modal-close{
  background:none;border:none;color:#888;font-size:28px;cursor:pointer;padding:0;
  width:32px;height:32px;display:flex;align-items:center;justify-content:center;
  border-radius:6px;transition:all .2s
}
.modal-close:hover{background:#222;color:#fff}

.block-modal-body{padding:28px;flex:1;overflow-y:auto}
.block-modal-footer{
  padding:16px 28px;border-top:1px solid #222;display:flex;
  gap:12px;justify-content:flex-end;position:sticky;bottom:0;background:#0f1116;z-index:2
}

.btn-modal{padding:12px 28px;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}
.btn-modal-cancel{background:#222;color:#999}
.btn-modal-cancel:hover{background:#333;color:#fff}
.btn-modal-save{background:var(--accent);color:#fff}
.btn-modal-save:hover{background:#c91d44;transform:translateY(-1px);box-shadow:0 4px 12px rgba(225,29,72,.3)}

.block-modal-body .form-group{margin-bottom:24px}
.block-modal-body label{display:block;margin-bottom:10px;font-weight:600;font-size:14px;color:#ccc}
.block-modal-body input[type="text"],
.block-modal-body textarea,
.block-modal-body select{
  width:100%;background:#1a1a1a;border:1px solid #333;color:#fff;padding:14px 16px;
  border-radius:10px;font-size:15px;transition:all .2s;font-family:inherit
}
.block-modal-body input[type="text"]:focus,
.block-modal-body textarea:focus,
.block-modal-body select:focus{outline:none;border-color:var(--accent);background:#222}
.block-modal-body textarea{min-height:120px;resize:vertical;line-height:1.6}

.btn-add-block{
  display:inline-flex;align-items:center;gap:10px;padding:14px 28px;
  background:var(--accent);color:#fff;border:none;border-radius:12px;
  font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:30px
}
.btn-add-block:hover{background:#c91d44;transform:translateY(-2px);box-shadow:0 6px 20px rgba(225,29,72,.4)}

.footer{
  padding:40px 0;border-top:1px solid var(--line);
  color:var(--muted);font-size:14px;text-align:center;
}
.footer a{color:var(--muted);text-decoration:underline}
small{color:var(--muted)}

@keyframes rise{
  from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:translateY(0)}
}
@media (prefers-reduced-motion: reduce){
  .card,.homepage-block,.homepage-block ul li.feature-link{animation:none}
}

.spacer-line,
.spacer-space{
  height:12px !important;
}
.spacer-line{
  display:flex;align-items:center;
}
.spacer-rule{
  height:1px;width:100%;background:var(--spacer-line, var(--line));
}

@media (max-width:768px){
  .container{padding:22px 12px}
  .nav{flex-direction:column;align-items:flex-start;gap:12px}
  .brand{flex-direction:row!important;align-items:center}
  .links{width:100%;justify-content:flex-start;flex-direction:column}
  .links a{width:100%;padding:12px 16px}
  .hero h1{font-size:36px}
  .section h1{font-size:32px}
  .section > .share-row,
  .homepage-block > .share-row{
    position:static;justify-content:flex-end;width:100%;margin-top:8px;
  }
  .blocks-grid{grid-template-columns:1fr}
  .columns-wrap{flex-direction:column}
  .columns-wrap,
  .columns-wrap.columns-steps{
    grid-template-columns:1fr !important;
  }
  .columns-wrap.columns-steps .column{
    padding:14px 14px;
    min-height:72px;
  }
  .columns-wrap.columns-steps .column::before{
    width:30px;
    height:30px;
    border-radius:8px;
    font-size:13px;
  }
  .stats-grid{
    grid-template-columns:1fr!important;
    gap:var(--stats-gap-mobile, 16px) !important;
    row-gap:var(--stats-gap-mobile, 16px) !important;
    column-gap:var(--stats-gap-mobile, 16px) !important;
  }
  .stats-grid .stat-item{
    border-radius:12px !important;
    padding:var(--stats-pad-mobile, 16px);
    min-height:0
  }
  .stat-number{
    font-size:var(--stats-number-size-mobile, 20px);
    width:40px;height:40px;border-radius:10px
  }
  .stat-label{font-size:var(--stats-label-size-mobile, 11px)}
  .gallery-grid{grid-template-columns:1fr!important}
  .homepage-block{padding:var(--block-pad)}
  .homepage-block ul.feature-tiles{
    gap:var(--features-gap-row-mobile, var(--features-gap-row, 12px)) var(--features-gap-col-mobile, var(--features-gap-col, 14px))
  }
  .homepage-block ul li.feature-link{
    margin:0;
    padding:var(--features-pad-mobile, var(--features-pad, 16px));
    border-radius:var(--features-radius-mobile, var(--features-radius, 8px));
    background:var(--features-bg, rgba(255,255,255,.02));
    border:1px solid var(--features-border, rgba(255,255,255,.08));
    box-shadow:var(--features-shadow, none);
  }
  .homepage-block ul li.feature-link span{
    width:var(--features-icon-size-mobile, var(--features-icon-size, 28px));
    height:var(--features-icon-size-mobile, var(--features-icon-size, 28px));
    border-radius:var(--features-icon-radius, 6px);
    font-size:var(--features-icon-font-mobile, var(--features-icon-font, 16px));
    margin-right:var(--features-icon-gap, 8px)
  }
  .homepage-block ul li.feature-link strong a{
    font-size:var(--features-title-size-mobile, 15px);
    gap:var(--features-title-gap, 12px);
  }
  .homepage-block ul li.feature-link > div{
    margin-top:6px !important;
    font-size:var(--features-desc-size-mobile, 13px);
  }
  .colors-grid{
    gap:var(--colors-gap-mobile, var(--colors-gap, 12px))
  }
  .color-card{
    padding:var(--colors-pad-mobile, var(--colors-pad, 16px))
  }
  .color-gallery-modal{
    padding:12px;
  }
  .color-gallery-panel{
    width:100%;
    max-height:92vh;
    border-radius:14px;
  }
  .color-gallery-head{
    padding:12px 14px;
  }
  .color-gallery-title{
    font-size:16px;
  }
  .color-gallery-count{
    padding:8px 14px 0;
  }
  .color-gallery-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    padding:12px 14px 14px;
  }
  .color-gallery-item img{
    height:120px;
  }
  .color-gallery-caption{
    font-size:11px;
    padding:7px 8px 8px;
  }
  .color-swatch{
    width:var(--colors-swatch-mobile, var(--colors-swatch, 44px));
    height:var(--colors-swatch-mobile, var(--colors-swatch, 44px));
    border-radius:var(--colors-swatch-radius-mobile, var(--colors-swatch-radius, 8px))
  }
  .block-modal-content{max-width:100%;margin:10px;border-radius:16px}
  .block-modal-body{padding:20px;max-height:70vh}
  .block-modal-header{padding:18px 20px}
  .block-modal-footer{padding:16px 20px}
  body.admin .container{padding:16px 12px}
  body.admin .box{padding:18px}
  .section h2{font-size:26px}
  .grid{grid-template-columns:1fr;gap:14px}
  .homepage-block + .homepage-block{margin-top:6px}
  .homepage-block + .cta-block{margin-top:6px}
}

@media (max-width:480px){
  .hero{padding:40px 0 28px}
  .hero h1{font-size:32px}
  .hero p{font-size:17px}
  .section{padding:28px 0}
}

/* Front polish: canonical overrides for nav, hero, colors, lightbox */
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.topbar .nav{
  flex-direction:row;
  align-items:center;
}

.topbar .nav.nav-desktop{
  justify-content:space-between;
}

.hero{
  padding:52px var(--page-pad) 28px;
  text-align:left;
}

.hero::before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:22px;
  background:
    radial-gradient(560px 220px at 0% 0%, rgba(225,29,72,.18), transparent 65%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  pointer-events:none;
}

.hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(20,20,21,.92), rgba(20,20,21,.78));
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  box-shadow:0 18px 40px rgba(0,0,0,.32);
}

.hero > *{
  position:relative;
  z-index:1;
}

.hero-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:var(--text-soft);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hero p{
  margin-left:0;
  max-width:720px;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.hero .btn.secondary{
  background:rgba(255,255,255,.04);
}

.homepage-block{
  background:linear-gradient(180deg, rgba(27,28,31,.98), rgba(27,28,31,.88));
}

.homepage-block h2{
  margin-bottom:16px;
}

#home_services{
  margin-top:14px;
}

#home_services ul.feature-tiles{
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
}

#home_services ul.feature-tiles li.feature-link{
  min-height:116px;
}

.colors-block.colors-block-single{
  max-width:min(100%, 460px);
  margin-left:0;
  margin-right:auto;
}

.colors-block.colors-block-single .colors-grid{
  grid-template-columns:minmax(0,1fr);
}

.colors-block.colors-block-single .color-card{
  min-height:88px;
}

.lightbox .lb-meta{
  box-shadow:0 12px 28px rgba(0,0,0,.28);
}

.lightbox .lb-caption{
  font-weight:600;
}

.mobile-nav-bar,
.mobile-nav-drawer,
.mobile-nav-links,
.mobile-nav-group,
.mobile-nav-row{
  width:100%;
}

.mobile-nav-bar{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  padding:10px 0;
}

.mobile-nav-drawer{
  padding:0 0 14px;
}

.mobile-nav-links{
  display:grid;
  gap:10px;
  padding-top:8px;
}

.mobile-nav-link,
.mobile-nav-parent-link,
.mobile-nav-parent-label,
.mobile-submenu-link{
  display:flex;
  align-items:center;
  width:100%;
  min-height:46px;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.03);
  color:var(--text-soft);
  font-weight:700;
}

.mobile-nav-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
  align-items:start;
}

.mobile-nav-parent-link{
  min-width:0;
}

.mobile-nav-parent-label{
  justify-content:flex-start;
  min-width:0;
}

.mobile-nav-subtoggle,
.mobile-menu-toggle{
  appearance:none;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:#fff;
  cursor:pointer;
}

.mobile-nav-subtoggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  min-height:46px;
  border-radius:14px;
  font-size:15px;
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
}

.mobile-nav-subtoggle.is-open{
  border-color:rgba(225,29,72,.6);
  background:rgba(225,29,72,.14);
}

.mobile-nav-subtoggle.is-open span[aria-hidden='true']{
  transform:rotate(180deg);
}

.mobile-submenu{
  display:grid;
  gap:8px;
  padding:8px 0 0 10px;
}

.mobile-submenu-link{
  min-height:42px;
  padding:10px 12px;
  border-radius:12px;
  font-size:14px;
  font-weight:600;
}

.mobile-menu-toggle{
  width:46px;
  height:46px;
  border-radius:14px;
  display:inline-flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  padding:0 12px;
  box-shadow:none;
}

.mobile-menu-toggle > span:not(.sr-only){
  display:block;
  width:100%;
  height:2px;
  border-radius:999px;
  background:#fff;
}

.mobile-nav-open .mobile-menu-toggle{
  border-color:rgba(225,29,72,.65);
  background:rgba(225,29,72,.14);
}

@media (max-width:768px){
  .topbar{
    background:rgba(10,12,16,.98);
  }

  .topbar .container{
    padding-top:0;
    padding-bottom:0;
  }

  .topbar .nav.nav-desktop{
    display:none !important;
  }

  .topbar .nav.nav-mobile{
    display:block !important;
    padding:0;
  }

  .topbar .nav.nav-mobile .brand{
    justify-content:flex-start;
    max-width:none;
  }

  .topbar .nav.nav-mobile .brand .logo-nav{
    height:38px;
    max-width:38px;
  }

  .topbar .nav.nav-mobile .contact-stack{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:2px;
    min-width:0;
  }

  .topbar .nav.nav-mobile .contact-text{
    justify-content:flex-end;
    padding:0;
    border:0;
    background:transparent;
    min-height:auto;
    font-size:13px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .topbar .nav.nav-mobile .contact-icon{
    width:12px;
    height:12px;
    font-size:11px;
  }

  .hero{
    padding:30px 20px 22px;
    margin-top:10px;
    border-radius:18px;
  }

  .hero h1{
    font-size:34px;
    line-height:1.08;
    margin-bottom:12px;
  }

  .hero p{
    max-width:none;
    margin-bottom:18px;
    font-size:16px;
    color:#d7d9df;
  }

  .hero-actions{
    gap:10px;
  }

  .hero-actions .btn{
    width:100%;
  }

  .homepage-block{
    padding:18px;
  }

  #home_services{
    margin-top:10px;
  }

  #home_services ul.feature-tiles{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  #home_services ul.feature-tiles li.feature-link{
    min-height:86px;
  }

  .colors-block.colors-block-single{
    max-width:100%;
  }

  .lightbox .lb-meta{
    gap:8px;
  }

  .lightbox .lb-caption{
    max-width:58vw;
  }
}

@media (max-width:480px){
  .mobile-nav-bar{
    grid-template-columns:auto 1fr auto;
    gap:8px;
  }

  .hero{
    padding:26px 16px 20px;
  }

  .hero h1{
    font-size:30px;
  }

  #home_services ul.feature-tiles{
    grid-template-columns:1fr 1fr;
  }
}

/* Cohesion pass */
:root{
  --surface-soft:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  --surface-strong:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.022));
  --surface-border:rgba(255,255,255,.12);
  --surface-shadow:0 18px 36px rgba(0,0,0,.24);
  --surface-radius:18px;
}

.topbar{
  background:rgba(10,12,16,.88);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}

.topbar::after{
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(225,29,72,.55), transparent);
}

.topbar .container{
  position:relative;
}

.nav.nav-desktop{
  min-height:68px;
  gap:18px;
}

.brand{
  gap:12px;
}

.brand b{
  font-size:18px;
}

.nav-links{
  gap:18px;
}

.links{
  gap:16px;
  align-items:center;
}

.links a,
.nav-item > a,
.nav-parent-button{
  padding:8px 0;
  background:transparent;
  border:none;
  border-radius:0;
  color:rgba(255,255,255,.82);
  font-size:14px;
  font-weight:600;
  letter-spacing:.01em;
  position:relative;
}

.links a::after,
.nav-item > a::after,
.nav-parent-button::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:-2px;
  height:1px;
  background:linear-gradient(90deg, rgba(225,29,72,.85), transparent 78%);
  opacity:0;
  transform:translateY(3px);
  transition:opacity .2s ease, transform .2s ease;
}

.links a:hover,
.nav-item > a:hover,
.nav-parent-button:hover,
.links a:focus-visible,
.nav-item > a:focus-visible,
.nav-parent-button:focus-visible{
  color:#fff;
  background:transparent;
  border:none;
}

.links a:hover::after,
.nav-item > a:hover::after,
.nav-parent-button:hover::after,
.links a:focus-visible::after,
.nav-item > a:focus-visible::after,
.nav-parent-button:focus-visible::after{
  opacity:1;
  transform:translateY(0);
}

.nav-parent-button{
  display:inline-flex;
  align-items:center;
  gap:6px;
  cursor:pointer;
  font:inherit;
}

.nav-dropdown{
  margin-top:0;
  padding:10px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(20,21,24,.98), rgba(14,15,18,.96));
  border:1px solid var(--surface-border);
  box-shadow:var(--surface-shadow);
}

.nav-dropdown a{
  padding:10px 12px;
  border-radius:12px;
  background:transparent;
}

.topbar-actions{
  gap:12px;
  padding-left:0;
  border-left:none;
}

.contact-text{
  padding:0;
  background:transparent;
  border:none;
  color:rgba(255,255,255,.74);
  font-size:13px;
}

.contact-text:hover{
  background:transparent;
  border:none;
  color:#fff;
}

.contact-sep{
  color:rgba(255,255,255,.2);
}

.hero,
.homepage-block,
.column,
.stat-item,
.social-card,
.facebook-embed,
.post-filters,
.post-block .post-card{
  border-radius:var(--surface-radius);
  border:1px solid var(--surface-border);
  box-shadow:var(--surface-shadow);
}

.hero{
  background:
    radial-gradient(640px 280px at 0% 0%, rgba(225,29,72,.16), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
}

.section > .hero{
  max-width:min(960px, 100%);
  margin-left:auto;
  margin-right:auto;
}

.section > .hero h1{
  max-width:10ch;
  font-size:clamp(2.15rem, 3vw, 3.3rem);
  line-height:.95;
  letter-spacing:-.045em;
  margin-bottom:14px;
}

.section > .hero p{
  max-width:34ch;
  font-size:clamp(1.05rem, 1.35vw, 1.25rem);
}

.section > .hero.hero-service{
  max-width:min(860px, 100%);
  padding:34px clamp(24px, 3vw, 42px) 20px;
  background:var(--surface-soft);
}

.section > .hero.hero-service::before{
  background:
    linear-gradient(90deg, rgba(225,29,72,.12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
}

.section > .hero.hero-service h1{
  max-width:none;
  font-size:clamp(2rem, 2.4vw, 2.7rem);
  line-height:1;
  letter-spacing:-.04em;
  margin-bottom:0;
}

.section > .hero.hero-service p,
.section > .hero.hero-service .hero-actions{
  display:none;
}

.service-page-heading{
  max-width:min(860px, 100%);
  margin:0 auto 2px;
  padding:0;
  text-align:center;
}

.service-page-heading h1{
  margin:0;
  padding-bottom:12px;
  font-size:clamp(2rem, 2.8vw, 3rem);
  font-weight:800;
  letter-spacing:-.035em;
  line-height:.98;
  position:relative;
}

.service-page-heading h1::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:0;
  width:48px;
  height:2px;
  transform:translateX(-50%);
  background:linear-gradient(90deg, var(--accent), rgba(225,29,72,.2));
}

.section.section-service{
  padding-top:10px;
  padding-bottom:24px;
}

.section.section-service .homepage-block{
  margin-top:8px;
}

.section.section-service .service-colors-block{
  max-width:440px;
  margin:10px auto 12px;
  padding:0 !important;
  background:transparent;
  border:none;
  box-shadow:none;
}

.section.section-service .service-colors-block .colors-grid{
  margin-top:0;
  grid-template-columns:1fr;
  gap:0;
}

.section.section-service .service-colors-block .color-card{
  align-items:center;
  min-height:0;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.1);
  box-shadow:none;
}

.section.section-service .service-colors-block .color-swatch{
  width:58px;
  height:58px;
}

.section.section-service .service-colors-block .color-meta strong{
  font-size:18px;
}

.section.section-service .service-gallery-block{
  margin-top:0;
  padding:0 !important;
  background:transparent;
  border:none;
  box-shadow:none;
}

.section.section-service .service-gallery-block .gallery-grid{
  margin-top:0;
  gap:18px;
}

.section.section-service .service-gallery-block .wm-wrap{
  border:none !important;
  box-shadow:none !important;
  background:transparent;
}

.section.section-service .service-gallery-block .gallery-img{
  border-radius:18px;
}

.hero::before{
  border-radius:var(--surface-radius);
}

.hero h1{
  max-width:12.5ch;
  font-size:clamp(2.4rem, 4vw, 4.2rem);
}

.hero p{
  color:rgba(255,255,255,.74);
  max-width:62ch;
}

.hero-actions .btn{
  padding:13px 22px;
  border-radius:12px;
}

.hero-actions .btn.secondary{
  background:rgba(255,255,255,.03);
  border-color:rgba(255,255,255,.12);
}

.homepage-block{
  background:var(--surface-soft);
  margin-top:14px;
}

.homepage-block h2,
.section h2{
  font-size:26px;
  margin-bottom:18px;
  letter-spacing:-.02em;
}

.homepage-block h2{
  display:flex;
  align-items:center;
  gap:12px;
}

.homepage-block h2::before{
  content:'';
  width:34px;
  height:1px;
  background:linear-gradient(90deg, var(--accent), rgba(225,29,72,0));
  flex:0 0 auto;
}

.homepage-block ul.feature-tiles{
  gap:14px;
}

.homepage-block ul li.feature-link{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  min-height:156px;
  padding:20px;
  border-radius:16px;
  background:var(--surface-strong);
  border:1px solid rgba(255,255,255,.1);
  box-shadow:none;
}

.homepage-block ul li.feature-link:hover{
  transform:translateY(-2px);
  border-color:rgba(225,29,72,.38);
  box-shadow:0 16px 28px rgba(0,0,0,.18);
}

.homepage-block ul li.feature-link span{
  width:42px;
  height:42px;
  margin-right:0;
  border-radius:12px;
  background:rgba(225,29,72,.14);
  border:1px solid rgba(225,29,72,.18);
}

.homepage-block ul li.feature-link strong{
  display:block;
  width:100%;
}

.homepage-block ul li.feature-link strong a{
  display:block;
  width:100%;
  color:#fff;
  font-size:17px;
  line-height:1.3;
}

.homepage-block ul li.feature-link strong a::after,
#home_services ul.feature-tiles li.feature-link strong a::after{
  content:none;
}

.homepage-block ul li.feature-link > div,
.feature-desc{
  margin-top:auto !important;
  color:rgba(255,255,255,.66) !important;
  font-size:14px;
  line-height:1.58;
}

#home_services ul.feature-tiles{
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
}

#home_services ul.feature-tiles li.feature-link{
  min-height:172px;
}

#home_services ul.feature-tiles li.feature-link::before{
  height:1px;
  opacity:.5;
}

.colors-grid{
  gap:14px;
}

.color-card{
  align-items:center;
  min-height:94px;
  padding:18px;
  border-radius:16px;
  background:var(--surface-strong);
  border:1px solid rgba(255,255,255,.1);
  box-shadow:none;
}

.color-card.is-clickable:hover,
.color-card.is-clickable:focus-visible{
  box-shadow:0 16px 28px rgba(0,0,0,.18);
}

.color-swatch{
  width:48px;
  height:48px;
  border-radius:12px;
}

.color-meta{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.color-meta strong{
  font-size:15px;
  line-height:1.25;
}

.color-code{
  align-self:flex-start;
}

.columns-wrap{
  gap:16px;
}

.column{
  background:var(--surface-soft);
}

.column h3{
  color:#fff;
  font-size:18px;
}

.columns-wrap.columns-steps{
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
}

.columns-wrap.columns-steps .column{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:14px;
  min-height:168px;
  padding:20px;
  background:var(--surface-strong);
}

.columns-wrap.columns-steps .column::before{
  width:36px;
  height:36px;
  border-radius:12px;
}

.columns-wrap.columns-steps .column h3{
  font-size:16px;
  line-height:1.35;
  letter-spacing:-.01em;
  text-transform:none;
}

.columns-wrap.columns-steps .column p,
.columns-wrap.columns-steps .column .column-text{
  display:block;
  margin:0;
  font-size:14px;
  color:rgba(255,255,255,.62);
  line-height:1.55;
}

.gallery-grid{
  gap:14px;
}

.gallery-img{
  border-radius:16px;
}

@media (max-width:768px){
  .topbar{
    box-shadow:none;
  }

  .hero{
    padding:28px 18px 20px;
  }

  .hero h1{
    max-width:none;
    font-size:32px;
  }

  .section > .hero h1{
    font-size:28px;
    line-height:1;
    letter-spacing:-.035em;
  }

  .section > .hero p{
    font-size:16px;
    max-width:none;
  }

  .section > .hero.hero-service{
    padding:24px 18px 16px;
  }

  .section > .hero.hero-service h1{
    font-size:26px;
    margin-bottom:0;
  }

  .service-page-heading{
    padding:0;
    margin-bottom:2px;
  }

  .service-page-heading h1{
    font-size:30px;
    padding-bottom:8px;
  }

  .section.section-service{
    padding-top:6px;
    padding-bottom:18px;
  }

  .section.section-service .service-colors-block{
    max-width:100%;
    margin:8px auto 10px;
  }

  .section.section-service .service-colors-block .color-card{
    padding:12px 14px;
    border-radius:16px;
  }

  .section.section-service .service-colors-block .color-swatch{
    width:48px;
    height:48px;
  }

  .section.section-service .service-gallery-block .gallery-grid{
    gap:14px;
  }

  .homepage-block h2,
  .section h2{
    font-size:23px;
    margin-bottom:16px;
  }

  .homepage-block h2::before{
    width:24px;
  }

  .homepage-block ul li.feature-link,
  #home_services ul.feature-tiles li.feature-link{
    min-height:0;
    padding:16px;
  }

  #home_services ul.feature-tiles{
    grid-template-columns:1fr;
  }

  .colors-grid{
    grid-template-columns:1fr;
  }

  .color-card{
    min-height:0;
  }

  .columns-wrap.columns-steps .column{
    min-height:0;
    padding:16px;
  }
}

/* Final cohesion pass */
:root{
  --cohesion-radius:18px;
  --cohesion-radius-sm:14px;
  --cohesion-surface:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.018));
  --cohesion-surface-strong:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.024));
  --cohesion-border:rgba(255,255,255,.1);
  --cohesion-shadow:0 16px 30px rgba(0,0,0,.2);
}

.topbar{
  background:rgba(9,11,15,.92);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 12px 28px rgba(0,0,0,.16);
}

.topbar .container{
  padding-top:0;
  padding-bottom:0;
}

.nav.nav-desktop{
  min-height:72px;
}

.section{
  padding:30px 0;
}

.section h1{
  font-size:clamp(2.25rem, 4vw, 3.4rem);
  letter-spacing:-.04em;
}

.section h2,
.homepage-block h2{
  font-size:25px;
  letter-spacing:-.025em;
}

.homepage-block,
.column,
.social-card,
.facebook-embed,
.post-block .post-card{
  background:var(--cohesion-surface);
  border:1px solid var(--cohesion-border);
  border-radius:var(--cohesion-radius);
  box-shadow:var(--cohesion-shadow);
}

.homepage-block{
  margin-top:12px;
  padding:20px;
}

.homepage-block h2{
  margin-bottom:14px;
}

.homepage-block h2::before{
  width:28px;
}

.homepage-block ul li.feature-link,
.color-card,
.columns-wrap.columns-steps .column{
  background:var(--cohesion-surface-strong);
  border:1px solid var(--cohesion-border);
  border-radius:var(--cohesion-radius-sm);
  box-shadow:none;
}

.homepage-block ul li.feature-link{
  min-height:148px;
}

.colors-grid{
  gap:12px;
}

.color-card{
  min-height:88px;
  padding:16px;
}

.gallery-grid{
  gap:16px;
}

.gallery-grid .wm-wrap{
  border-radius:var(--cohesion-radius);
}

.gallery-img{
  border-radius:var(--cohesion-radius);
}

.gallery-corner-wrap{
  top:10px;
  right:10px;
  padding:5px 10px 5px 8px;
  background:rgba(10,11,14,.78);
  border:1px solid rgba(255,255,255,.2);
}

.gallery-corner-label{
  font-size:11px;
  letter-spacing:.005em;
}

.service-page-heading{
  max-width:760px;
  margin:0 auto 22px;
  text-align:center;
}

.service-page-heading h1{
  display:inline-block;
  font-size:clamp(1.9rem, 2.6vw, 2.55rem);
  font-weight:750;
  letter-spacing:-.03em;
  line-height:1;
  padding-bottom:8px;
}

.section.section-service{
  padding-top:8px;
  padding-bottom:24px;
}

.section.section-service .service-colors-block{
  max-width:100%;
  margin:6px auto 14px;
  padding:0 !important;
  background:transparent;
  border:none;
  box-shadow:none;
}

.section.section-service .service-colors-block .colors-grid{
  margin-top:0;
  grid-template-columns:1fr;
}

.section.section-service .service-colors-block .color-card{
  min-height:0;
  align-items:center;
  justify-content:flex-start;
  padding:14px 16px;
}

.section.section-service .service-colors-block .color-swatch{
  width:52px;
  height:52px;
}

.section.section-service .service-colors-block .color-meta strong{
  font-size:17px;
}

.section.section-service .service-gallery-block{
  margin-top:0;
  padding:0 !important;
  background:transparent;
  border:none;
  box-shadow:none;
}

.section.section-service .service-gallery-block .gallery-grid{
  margin-top:0;
  gap:18px;
}

.section.section-service .service-gallery-block .wm-wrap{
  border:none !important;
  box-shadow:none !important;
  background:transparent;
}

.section.section-service .service-gallery-block .gallery-img{
  border-radius:18px;
}

@media (max-width:768px){
  .nav.nav-mobile{
    min-height:64px;
  }

  .section{
    padding:22px 0;
  }

  .homepage-block{
    padding:16px;
  }

  .section h2,
  .homepage-block h2{
    font-size:22px;
  }

  .service-page-heading{
    margin-bottom:14px;
  }

  .service-page-heading h1{
    font-size:28px;
    padding-bottom:8px;
  }

  .section.section-service .service-colors-block{
    max-width:100%;
    margin:6px auto 10px;
  }

  .section.section-service .service-colors-block .color-card{
    padding:12px 14px;
  }

  .section.section-service .service-gallery-block .gallery-grid{
    gap:14px;
  }
}
