:root{
  --wb3-ink:#151515;--wb3-muted:#686868;--wb3-line:#e7e7e7;--wb3-soft:#f6f6f6;--wb3-accent:#c91414;
  --wb3-dark:#101010;--wb3-shell:1180px;--wb3-reading:860px;--wb3-radius:16px;--wb3-header:100px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--wb3-ink);background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;padding-bottom:64px}img{max-width:100%;height:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wb3-shell{width:min(var(--wb3-shell),calc(100% - 48px));margin-inline:auto}.wb3-main{min-height:65vh}.wb3-content{padding:64px 0 108px}.wb3-button,.wb3-inline-search button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:#171717;color:#fff;text-decoration:none;font-weight:800;padding:12px 17px;cursor:pointer}
/* Header */
.wb3-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);border-bottom:1px solid var(--wb3-line);backdrop-filter:blur(14px)}.admin-bar .wb3-header{top:32px}.wb3-header-inner{height:var(--wb3-header);display:flex;align-items:center;justify-content:space-between;gap:28px}.wb3-brand{display:flex;align-items:center;min-width:0;text-decoration:none}.wb3-brand img{display:block;width:300px;max-width:46vw;height:auto;max-height:76px;object-fit:contain;object-position:left center}.wb3-menu-button{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:10px 14px;border:1px solid #d8d8d8;border-radius:10px;background:#fff;color:#181818;font-size:14px;line-height:1;font-weight:800;cursor:pointer;transition:.18s ease}.wb3-menu-button:hover,.wb3-menu-button:focus{background:var(--wb3-accent);border-color:var(--wb3-accent);color:#fff}.wb3-menu-icon{width:18px;display:grid;gap:3px}.wb3-menu-icon i{display:block;height:2px;background:currentColor;border-radius:2px}
/* Full menu */
.wb3-menu-panel{position:fixed;inset:0;z-index:200;background:#0d1014;color:#fff;overflow:auto}.wb3-menu-panel[hidden]{display:none}.wb3-menu-dialog{width:min(1180px,calc(100% - 48px));margin:auto;padding:34px 0 120px}.wb3-menu-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.13)}.wb3-menu-top span{display:block;color:#8f96a3;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;margin-bottom:6px}.wb3-menu-top h2{font-size:46px;line-height:1;margin:0;letter-spacing:-.04em}.wb3-menu-top button{width:50px;height:50px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:transparent;color:#fff;font-size:30px;line-height:1;cursor:pointer}.wb3-menu-top button:hover{background:#fff;color:#111}.wb3-menu-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin:30px 0 42px}.wb3-menu-search input{width:100%;height:54px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#15191f;color:#fff;padding:0 16px;font-size:16px}.wb3-menu-search input::placeholder{color:#8d95a2}.wb3-menu-search button{border:0;border-radius:10px;background:var(--wb3-accent);color:#fff;padding:0 25px;font-weight:900;cursor:pointer}.wb3-menu-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:42px 34px}.wb3-menu-groups section:last-child{grid-column:1/-1}.wb3-menu-groups h3{position:relative;margin:0 0 20px;padding-bottom:12px;color:#8f96a3;font-size:11px;text-transform:uppercase;letter-spacing:.16em}.wb3-menu-groups h3:after{content:"";position:absolute;left:0;bottom:0;width:42px;height:2px;background:var(--wb3-accent)}.wb3-menu-groups ul{list-style:none;margin:0;padding:0}.wb3-menu-groups li+li{margin-top:12px}.wb3-menu-groups a{color:#fff;text-decoration:none;font-size:18px;line-height:1.25;font-weight:750}.wb3-menu-groups a:hover{color:#e3e3e3}.wb3-menu-actions{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);width:min(620px,calc(100% - 32px));display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:8px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(9,10,12,.92);backdrop-filter:blur(12px)}.wb3-menu-actions a{display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:9px;background:#20242a;color:#fff;text-decoration:none;font-weight:900}.wb3-menu-actions .is-quote{background:var(--wb3-accent)}.wb3-menu-open{overflow:hidden}
/* Typography and opening structure */
.wb3-record-header,.wb3-page-head,.wb3-home-intro .wb3-shell{max-width:980px}.wb3-record-header h1,.wb3-page-head h1,.wb3-home-intro h1{font-size:56px;line-height:1.02;letter-spacing:-.048em;margin:0 0 24px;font-weight:800}.wb3-eyebrow{display:block;margin-bottom:11px;color:var(--wb3-accent);font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.15em;font-weight:900}.wb3-primary-summary{max-width:900px;margin:0 0 18px;font-size:20px!important;line-height:1.62!important;color:#292929}.wb3-secondary-summary{max-width:900px;margin:0 0 18px;font-size:18px!important;line-height:1.65!important;color:#5a5a5a}.wb3-page-body,.wb3-project-summary,.wb3-post-single .wb3-page-body{max-width:var(--wb3-reading)}.wb3-page-body{margin-top:36px}.wb3-page-body h2,.wb3-project-summary h2{font-size:36px;line-height:1.15;letter-spacing:-.03em;margin:52px 0 16px}.wb3-page-body h3,.wb3-project-summary h3{font-size:25px;line-height:1.22;letter-spacing:-.02em;margin:36px 0 12px}.wb3-page-body p,.wb3-page-body li,.wb3-project-summary p,.wb3-project-summary li,.wb3-post-single p,.wb3-post-single li{font-size:18px;line-height:1.7}.wb3-page-body p,.wb3-project-summary p{margin:0 0 1.3em}.wb3-page-body a,.wb3-project-summary a,.wb3-post-single a{color:var(--wb3-accent)}.wb3-page-body img{border-radius:12px}.wb3-record-custom{width:min(var(--wb3-shell),calc(100% - 48px));margin:30px auto 0}.wb3-home-intro{padding:6px 0 20px}.wb3-home-body{padding:8px 0 10px}
/* Projects */
.wb3-project{max-width:1080px}.wb3-project-summary{margin-bottom:34px}.wb3-project-summary>p:first-child{font-size:20px;line-height:1.62;color:#292929}.wb3-project-collection{margin-top:68px;padding-top:46px;border-top:1px solid var(--wb3-line)}.wb3-section-head{margin-bottom:24px}.wb3-section-head h2{font-size:36px;line-height:1.1;letter-spacing:-.035em;margin:0}.wb3-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.wb3-project-card{min-width:0;border:1px solid var(--wb3-line);border-radius:var(--wb3-radius);overflow:hidden;background:#fff;transition:transform .18s ease,box-shadow .18s ease}.wb3-project-card[hidden]{display:none}.wb3-project-card:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(0,0,0,.07)}.wb3-project-card>a{display:block;color:inherit;text-decoration:none}.wb3-project-media{position:relative;aspect-ratio:4/3;background:#f0f0f0;overflow:hidden}.wb3-project-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.wb3-project-card:hover .wb3-project-media img{transform:scale(1.018)}.wb3-media-placeholder{position:absolute;inset:0;display:grid;place-items:center;color:#9a9a9a;font-weight:800}.wb3-project-info{padding:18px 19px 20px}.wb3-project-type{display:block;color:#7c7c7c;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin-bottom:8px}.wb3-project-info h3{font-size:21px;line-height:1.2;letter-spacing:-.02em;margin:0 0 8px}.wb3-project-info p{margin:0 0 15px;color:#777;font-size:12px;line-height:1.45}.wb3-project-link{display:inline-block;color:var(--wb3-accent);font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:900}.wb3-project-link b{font-size:14px}.wb3-no-projects{padding:32px 0;color:#777;font-size:15px}
/* Finder */
.wb3-finder{margin:0 0 28px;padding:22px;border:1px solid #dfdfdf;border-radius:14px;background:#fafafa}.wb3-finder-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.wb3-finder-top h3{font-size:20px;margin:0 0 4px}.wb3-finder-top p{font-size:13px;line-height:1.45;color:#777;margin:0}.wb3-finder-top>span{white-space:nowrap;color:#777;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.wb3-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.wb3-search-row input,.wb3-inline-search input{width:100%;height:48px;border:1px solid #d7d7d7;border-radius:9px;background:#fff;padding:0 13px;font-size:15px}.wb3-search-row button{border:1px solid #d7d7d7;border-radius:9px;background:#fff;color:#333;padding:0 15px;font-weight:800;cursor:pointer}.wb3-filter-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.wb3-filter-row button{border:1px solid #dadada;border-radius:999px;background:#fff;color:#333;padding:8px 12px;font-size:11px;font-weight:850;cursor:pointer}.wb3-filter-row button.is-active{background:#171717;border-color:#171717;color:#fff}
/* Gallery */
.wb3-gallery{margin-top:42px}.wb3-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.wb3-gallery-item{display:block;position:relative;aspect-ratio:4/3;padding:0;border:0;border-radius:13px;overflow:hidden;background:#eee;cursor:zoom-in}.wb3-gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.wb3-gallery-item:hover img{transform:scale(1.015)}.wb3-lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.95);padding:44px}.wb3-lightbox[hidden]{display:none}.wb3-lightbox-image{display:block;max-width:90vw!important;max-height:88vh!important;width:auto!important;height:auto!important;object-fit:contain}.wb3-lightbox button{position:absolute;width:46px;height:46px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.95);color:#111;font-size:27px;line-height:1;cursor:pointer}.wb3-lightbox-close{top:20px;right:20px}.wb3-lightbox-prev{left:20px}.wb3-lightbox-next{right:20px}.wb3-lightbox-open{overflow:hidden}
/* Reviews */
.wb3-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:54px}.wb3-review-card{border:1px solid var(--wb3-line);border-radius:14px;padding:22px;background:#fff}.wb3-review-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.wb3-review-top strong,.wb3-review-top span{display:block}.wb3-review-top strong{font-size:16px}.wb3-review-top span{margin-top:5px;color:#8b8b8b;font-size:11px}.wb3-stars{white-space:nowrap;color:var(--wb3-accent);font-size:12px;font-weight:900}.wb3-review-text p{font-size:16px;line-height:1.65;color:#353535}.wb3-review-card>a{font-size:11px;color:var(--wb3-accent);font-weight:900;text-decoration:none;text-transform:uppercase}
/* Posts */
.wb3-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:36px}.wb3-post-card{border:1px solid var(--wb3-line);border-radius:14px;background:#fff}.wb3-post-card a{display:block;padding:23px;color:inherit;text-decoration:none}.wb3-post-card span{color:#999;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.wb3-post-card h2{font-size:25px;line-height:1.2;letter-spacing:-.025em;margin:9px 0 10px}.wb3-post-card p{font-size:15px;line-height:1.6;color:#666}.wb3-post-card b{color:var(--wb3-accent);font-size:11px;text-transform:uppercase}.wb3-post-single{max-width:900px}
/* Studio */
.wb3-presentation-studio{margin-top:-64px;padding:76px 0 110px;background:#111;color:#f7f7f7}.wb3-presentation-studio .wb3-page-head,.wb3-presentation-studio .wb3-page-body{position:relative}.wb3-presentation-studio .wb3-page-head{padding:38px 0}.wb3-presentation-studio .wb3-primary-summary{color:#ececec}.wb3-presentation-studio .wb3-secondary-summary,.wb3-presentation-studio .wb3-page-body p,.wb3-presentation-studio .wb3-page-body li{color:#c5c5c5}.wb3-presentation-studio .wb3-page-body a{color:#ff5b4f}.wb3-presentation-studio .wb3-project-collection{border-color:#303030}.wb3-presentation-studio .wb3-project-card,.wb3-presentation-studio .wb3-finder{background:#181818;border-color:#303030;color:#fff}.wb3-presentation-studio .wb3-project-type,.wb3-presentation-studio .wb3-project-info p,.wb3-presentation-studio .wb3-finder-top p,.wb3-presentation-studio .wb3-finder-top>span{color:#9e9e9e}.wb3-presentation-studio .wb3-search-row input,.wb3-presentation-studio .wb3-search-row button,.wb3-presentation-studio .wb3-filter-row button{background:#222;border-color:#383838;color:#fff}.wb3-presentation-studio .wb3-filter-row button.is-active{background:#fff;color:#111;border-color:#fff}
/* Footer and contact */
.wb3-footer{background:#151515;color:#fff;padding:48px 0 52px}.wb3-footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.wb3-footer-location{text-align:right}.wb3-footer strong{display:block;font-size:15px;line-height:1.4}.wb3-footer p{margin:7px 0 0;color:#9b9b9b;font-size:13px;line-height:1.55}.wb3-contact-dock{position:fixed;left:50%;bottom:10px;z-index:150;transform:translateX(-50%);width:min(570px,calc(100% - 22px));display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding:1px;border:1px solid #333;border-radius:12px;overflow:hidden;background:#333;box-shadow:0 8px 32px rgba(0,0,0,.22)}.wb3-contact-dock a{display:flex;align-items:center;justify-content:center;min-height:50px;background:#171717;color:#fff;text-decoration:none;font-size:13px;font-weight:900}.wb3-contact-dock .is-quote{background:var(--wb3-accent)}
/* Empty and forms */
.wb3-empty{max-width:720px;padding:22px 0 40px}.wb3-empty h1{font-size:56px;line-height:1.02;letter-spacing:-.045em;margin:0 0 20px}.wb3-empty h2{font-size:30px;margin:0 0 10px}.wb3-empty p{font-size:17px;line-height:1.65;color:#666}.wb3-inline-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin:20px 0}.wb3-inline-search button{height:48px;border-radius:9px}
@media(max-width:1000px){.wb3-menu-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.wb3-menu-groups section:last-child{grid-column:auto}.wb3-record-header h1,.wb3-page-head h1,.wb3-home-intro h1{font-size:48px}.wb3-gallery-grid,.wb3-project-grid,.wb3-review-grid,.wb3-post-grid{gap:18px}}
@media(max-width:782px){.admin-bar .wb3-header{top:46px}}
@media(max-width:700px){
  :root{--wb3-header:82px}.wb3-shell{width:min(var(--wb3-shell),calc(100% - 26px))}.wb3-content{padding:42px 0 94px}.wb3-brand img{width:235px;max-width:66vw;max-height:64px}.wb3-menu-button{padding:9px 11px}.wb3-menu-dialog{width:calc(100% - 28px);padding-top:22px}.wb3-menu-top h2{font-size:38px}.wb3-menu-search{grid-template-columns:1fr;margin:22px 0 34px}.wb3-menu-search button{height:48px}.wb3-menu-groups{grid-template-columns:1fr;gap:34px}.wb3-menu-groups a{font-size:19px}.wb3-menu-actions{bottom:10px}.wb3-record-header h1,.wb3-page-head h1,.wb3-home-intro h1,.wb3-empty h1{font-size:38px;line-height:1.06}.wb3-primary-summary,.wb3-project-summary>p:first-child{font-size:18px!important;line-height:1.65!important}.wb3-secondary-summary,.wb3-page-body p,.wb3-page-body li,.wb3-project-summary p,.wb3-project-summary li,.wb3-post-single p,.wb3-post-single li{font-size:17px!important}.wb3-page-body{margin-top:28px}.wb3-page-body h2,.wb3-project-summary h2,.wb3-section-head h2{font-size:30px}.wb3-page-body h3,.wb3-project-summary h3{font-size:23px}.wb3-project-grid,.wb3-gallery-grid,.wb3-review-grid,.wb3-post-grid{grid-template-columns:1fr}.wb3-project-collection{margin-top:50px;padding-top:34px}.wb3-finder{padding:16px}.wb3-finder-top{display:block}.wb3-finder-top>span{display:block;margin-top:8px}.wb3-search-row{grid-template-columns:1fr}.wb3-search-row button{height:42px}.wb3-filter-row{flex-wrap:nowrap;overflow:auto;padding-bottom:2px}.wb3-filter-row button{white-space:nowrap}.wb3-gallery-item{aspect-ratio:4/3}.wb3-lightbox{padding:16px}.wb3-lightbox-prev{left:8px}.wb3-lightbox-next{right:8px}.wb3-lightbox-close{top:10px;right:10px}.wb3-footer-grid{grid-template-columns:1fr;gap:24px}.wb3-footer-location{text-align:left}.wb3-contact-dock{bottom:0;width:100%;border-radius:0;border-left:0;border-right:0;border-bottom:0}.wb3-contact-dock a{min-height:54px}.wb3-presentation-studio{margin-top:-42px;padding-top:56px}.wb3-record-custom{width:calc(100% - 26px)}
}
@media(max-width:420px){.wb3-record-header h1,.wb3-page-head h1,.wb3-home-intro h1,.wb3-empty h1{font-size:34px}.wb3-menu-button b{font-size:13px}.wb3-menu-icon{width:16px}.wb3-menu-actions a{font-size:12px}.wb3-project-info h3{font-size:19px}}
/* WB3 3.1.1 menu and review refinements */
.wb3-menu-groups{grid-template-columns:repeat(3,minmax(0,1fr));gap:38px 44px}
.wb3-menu-groups section:last-child{grid-column:auto}
.wb3-menu-reviews{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:max-content;margin:44px 0 0 auto;color:#d9dde4;text-decoration:none;font-size:16px;font-weight:750}.wb3-menu-reviews b{color:var(--wb3-accent);font-size:13px;letter-spacing:.08em}.wb3-menu-reviews:hover{color:#fff}
.wb3-review-reply{margin-top:16px;padding-top:14px;border-top:1px solid var(--wb3-line);color:#5c5c5c}.wb3-review-reply strong{display:block;margin-bottom:7px;color:#222;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.wb3-review-reply p{margin:0;font-size:15px;line-height:1.6}
@media(max-width:1000px){.wb3-menu-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.wb3-menu-groups{grid-template-columns:1fr}.wb3-menu-reviews{justify-content:flex-start;margin:34px 0 86px}}

/* WB3 3.1.3 Project discovery + footer correction */
body{padding-bottom:0}
.wb3-footer{padding-bottom:92px}
.wb3-project-collection{margin-top:68px;padding-top:34px}
.wb3-project-collection.is-heading-integrated{margin-top:18px;padding-top:0}
.wb3-collection-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.wb3-collection-head.is-tools-only{justify-content:flex-end;margin-bottom:12px}
.wb3-collection-head h2{font-size:36px;line-height:1.1;letter-spacing:-.035em;margin:0}
.wb3-finder{padding:18px;margin-bottom:28px}
@media(max-width:700px){
  .wb3-footer{padding-bottom:88px}.wb3-project-collection{margin-top:50px;padding-top:28px}.wb3-project-collection.is-heading-integrated{margin-top:14px;padding-top:0}.wb3-collection-head h2{font-size:30px}.wb3-finder{padding:14px}.wb3-filter-row{margin-top:12px}.wb3-filter-row button{padding:8px 11px}
}

/* WB3 3.1.3 cohesion pass */
html{min-height:100%;background:#151515}
body{min-height:100vh;background:#151515}
.wb3-header,.wb3-main{background:#fff}
.wb3-footer{margin:0;padding-bottom:92px}
.wb3-collection-head{display:block;margin-bottom:18px}
.wb3-collection-head.is-tools-only{display:none}
.wb3-finder{padding:18px;border-radius:16px}
.wb3-search-row{grid-template-columns:minmax(0,1fr) auto;gap:10px}
.wb3-search-row input{min-width:0}
.wb3-search-row button{min-width:96px;background:var(--wb3-accent);border-color:var(--wb3-accent);color:#fff}
.wb3-project-card{border-radius:18px}
.wb3-project-media{border-radius:17px 17px 0 0}
.wb3-project-info{padding:20px 20px 22px}
.wb3-project-type{margin-bottom:11px}
.wb3-project-link{display:inline-flex;align-items:center;gap:8px}
.wb3-project-link:after{content:"";width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg);margin-left:1px}
.wb3-project-link b{display:none!important}
.wb3-menu-search{grid-template-columns:minmax(0,1fr) auto}
.wb3-menu-search button{min-width:96px}
@media(max-width:700px){
  .wb3-menu-search{grid-template-columns:minmax(0,1fr) auto;gap:8px}
  .wb3-menu-search button{height:54px;min-width:92px;padding:0 14px}
  .wb3-search-row{grid-template-columns:minmax(0,1fr) auto;gap:8px}
  .wb3-search-row button{height:48px;min-width:88px;padding:0 12px}
  .wb3-project-info{padding:18px 18px 20px}
}
@media(max-width:420px){
  .wb3-menu-search input{font-size:14px;padding-left:12px}
  .wb3-menu-search button{min-width:84px}
  .wb3-search-row input{font-size:14px;padding-left:11px}
  .wb3-search-row button{min-width:82px}
}


/* WB3 3.1.4 focused gallery cleanup */
.wb3-page-service .wb3-project-collection,
.wb3-page-project-gallery .wb3-project-collection,
.wb3-page-hub .wb3-project-collection{
  margin-top:56px;
  padding-top:36px;
}
.wb3-page-service .wb3-project-collection.is-heading-integrated,
.wb3-page-project-gallery .wb3-project-collection.is-heading-integrated,
.wb3-page-hub .wb3-project-collection.is-heading-integrated{
  margin-top:56px;
  padding-top:36px;
}
.wb3-project-info h3{
  position:relative;
  margin:0 0 18px;
  padding-bottom:16px;
}
.wb3-project-info h3:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:48px;
  height:2px;
  border-radius:999px;
  background:var(--wb3-accent);
}
.wb3-project-vehicle{display:none!important}
.wb3-project-link{margin-top:0}
@media(max-width:700px){
  .wb3-page-service .wb3-project-collection,
  .wb3-page-project-gallery .wb3-project-collection,
  .wb3-page-hub .wb3-project-collection,
  .wb3-page-service .wb3-project-collection.is-heading-integrated,
  .wb3-page-project-gallery .wb3-project-collection.is-heading-integrated,
  .wb3-page-hub .wb3-project-collection.is-heading-integrated{
    margin-top:40px;
    padding-top:26px;
  }
  .wb3-filter-row{
    flex-wrap:nowrap;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
    padding-bottom:2px;
  }
  .wb3-filter-row::-webkit-scrollbar{display:none}
}


/* WB3 3.1.5 focused interaction + spacing pass */
/* One spacing rhythm from page copy to Projects/Recent Projects. */
.wb3-project-collection,
.wb3-page-service .wb3-project-collection,
.wb3-page-project-gallery .wb3-project-collection,
.wb3-page-hub .wb3-project-collection,
.wb3-page-service .wb3-project-collection.is-heading-integrated,
.wb3-page-project-gallery .wb3-project-collection.is-heading-integrated,
.wb3-page-hub .wb3-project-collection.is-heading-integrated{
  margin-top:56px;
  padding-top:36px;
}
/* Search is a quiet form action; Quote remains the primary red CTA. */
.wb3-search-row button,
.wb3-menu-search button{
  background:#fff;
  color:#272727;
  border:1px solid #d7d7d7;
  transition:background .16s ease,color .16s ease,border-color .16s ease;
}
.wb3-search-row button:hover,.wb3-search-row button:focus,
.wb3-menu-search button:hover,.wb3-menu-search button:focus{
  background:#f1f1f1;
  color:#111;
  border-color:#bdbdbd;
}
.wb3-menu-search button{border:1px solid rgba(255,255,255,.28);background:#20242a;color:#fff}
.wb3-menu-search button:hover,.wb3-menu-search button:focus{background:#2a2f36;color:#fff;border-color:rgba(255,255,255,.42)}
/* Home is always available; Reviews stays visually connected to navigation. */
.wb3-menu-home{display:inline-flex;align-items:center;margin:-16px 0 28px;color:#fff;text-decoration:none;font-size:18px;font-weight:800}
.wb3-menu-home:hover{color:#e3e3e3}
.wb3-menu-reviews{margin:24px 0 0 auto}
/* Quick pills are radio-style: JS guarantees exactly zero/one selected pill. */
.wb3-filter-row button[aria-pressed="true"],.wb3-filter-row button.is-active{background:#171717;border-color:#171717;color:#fff}
@media(max-width:1000px) and (min-width:701px){
  .wb3-project-collection,
  .wb3-page-service .wb3-project-collection,
  .wb3-page-project-gallery .wb3-project-collection,
  .wb3-page-hub .wb3-project-collection,
  .wb3-page-service .wb3-project-collection.is-heading-integrated,
  .wb3-page-project-gallery .wb3-project-collection.is-heading-integrated,
  .wb3-page-hub .wb3-project-collection.is-heading-integrated{margin-top:48px;padding-top:30px}
}
@media(max-width:700px){
  .wb3-project-collection,
  .wb3-page-service .wb3-project-collection,
  .wb3-page-project-gallery .wb3-project-collection,
  .wb3-page-hub .wb3-project-collection,
  .wb3-page-service .wb3-project-collection.is-heading-integrated,
  .wb3-page-project-gallery .wb3-project-collection.is-heading-integrated,
  .wb3-page-hub .wb3-project-collection.is-heading-integrated{margin-top:40px;padding-top:26px}
  .wb3-menu-home{margin:-8px 0 24px;font-size:19px}
  .wb3-menu-reviews{justify-content:flex-start;margin:22px 0 78px}
}

/* WB3 3.1.6 controlled filters, card hierarchy, menu balance, mobile intro */
.wb3-finder{background:#fafafa!important;background-image:none!important;box-shadow:none!important;border:1px solid #e7e7e7}
.wb3-project-info h3{margin:0;padding:0;position:static}
.wb3-project-info h3:after{display:none!important}
.wb3-project-support{display:block;margin-top:8px;color:#626262;font-size:14px;line-height:1.45;font-weight:650}
.wb3-project-divider{display:block;width:48px;height:2px;margin:16px 0 15px;border-radius:999px;background:var(--wb3-accent)}
.wb3-project-link{font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:900}
.wb3-menu-groups{align-items:start}
.wb3-menu-reviews-section{grid-column:auto!important}
.wb3-menu-reviews-section .wb3-menu-reviews{justify-content:flex-start;margin:0;width:auto}
.wb3-menu-reviews-section .wb3-menu-reviews span{font-size:18px}
.wb3-menu-reviews-section .wb3-menu-reviews b{font-size:12px}
.wb3-mobile-intro{position:relative}
.wb3-read-more{display:none}
/* Keep one spacing rhythm between intro/body content and the Projects section. */
.wb3-page-service .wb3-project-collection,.wb3-page-project-gallery .wb3-project-collection,.wb3-page-hub .wb3-project-collection{margin-top:56px;padding-top:36px}
@media(max-width:1000px) and (min-width:701px){.wb3-page-service .wb3-project-collection,.wb3-page-project-gallery .wb3-project-collection,.wb3-page-hub .wb3-project-collection{margin-top:48px;padding-top:30px}}
@media(max-width:700px){
  .wb3-page-service .wb3-project-collection,.wb3-page-project-gallery .wb3-project-collection,.wb3-page-hub .wb3-project-collection{margin-top:40px;padding-top:26px}
  .wb3-mobile-intro:not(.is-expanded) .wb3-mobile-intro-copy{position:relative;max-height:10.8em;overflow:hidden}
  .wb3-mobile-intro:not(.is-expanded) .wb3-mobile-intro-copy:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3.5em;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 78%);pointer-events:none}
  .wb3-read-more{display:inline-flex;align-items:center;margin-top:4px;padding:0;border:0;background:transparent;color:#242424;font:inherit;font-size:13px;font-weight:850;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
  .wb3-mobile-intro.is-expanded .wb3-read-more{margin-top:2px}
}
