[data-gmx-live-ready] { display:block!important; background:#f3f4f3!important; color:#212526!important; padding:clamp(40px,6vw,80px) clamp(18px,4vw,64px)!important; }
[data-gmx-live-ready] > :not(.gmx-live-shell) { display:none!important; }
.gmx-live-shell,.gmx-live-dialog { font-family:inherit; line-height:1.5; text-align:left; letter-spacing:normal; }
.gmx-live-shell { max-width:1240px; margin:0 auto; width:100%; }
.gmx-live-shell *,.gmx-live-dialog * { box-sizing:border-box; }
.gmx-live-shell [hidden],.gmx-live-dialog [hidden] { display:none!important; }
.gmx-live-shell button,.gmx-live-dialog button,.gmx-live-shell input { font:inherit; }
.gmx-live-heading { max-width:820px; margin-bottom:28px; }
.gmx-live-kicker { color:#b9470e!important; font-size:.875rem!important; letter-spacing:.12em!important; font-weight:750; margin:0 0 12px!important; }
.gmx-live-heading h2 { color:#212526!important; font-size:clamp(1.9rem,3.5vw,3.25rem)!important; line-height:1.1!important; font-weight:800; letter-spacing:-.025em!important; margin:0 0 16px!important; }
.gmx-live-intro { color:#566064!important; font-size:1rem!important; line-height:1.6!important; margin:0!important; }
.gmx-live-toolbar { display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:18px; }
.gmx-live-search { display:grid; gap:6px; width:min(100%,480px); font-size:.875rem; font-weight:650; color:#343b3f; }
.gmx-live-search input { width:100%; color:#212526; background:#fff; border:1px solid #bcc4c7; border-radius:8px; padding:12px 14px; font-size:1rem; min-height:48px; box-shadow:none; }
.gmx-live-order { color:#596064; font-size:.875rem; padding-bottom:13px; white-space:nowrap; }
.gmx-live-filters { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 12px; }
.gmx-live-filter { border:1px solid #c4cbcd; background:#fff; color:#343b3f; padding:9px 14px; min-height:42px; border-radius:100px; font-size:.875rem!important; cursor:pointer; }
.gmx-live-filter[aria-pressed=true] { color:#fff; background:#272d30; border-color:#272d30; }
.gmx-live-status { margin:16px 0!important; font-size:.875rem!important; color:#596064!important; }
.gmx-live-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.gmx-live-card { display:block; padding:0!important; margin:0!important; background:#fff; border:1px solid #dfe3e2; border-radius:12px; overflow:hidden; min-width:0; }
.gmx-live-card-open { display:flex; flex-direction:column; width:100%; height:100%; border:0; color:#212526; padding:0; background:transparent; text-align:left; cursor:pointer; }
.gmx-live-card-media { display:block; position:relative; width:100%; aspect-ratio:4/3; background:#e8ebea; overflow:hidden; }
.gmx-live-card-media > img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .2s ease; }
.gmx-live-card-open:hover .gmx-live-card-media > img { transform:scale(1.025); }
.gmx-live-badge { position:absolute; bottom:12px; right:12px; background:rgba(25,29,31,.85); color:#fff; padding:5px 10px; border-radius:6px; font-size:.8125rem; }
.gmx-live-card-copy { display:flex; flex-direction:column; gap:10px; padding:18px; width:100%; flex:1; }
.gmx-live-card-meta { display:flex; justify-content:space-between; gap:10px; flex-wrap:wrap; color:#596064; font-size:.8125rem; line-height:1.4; }
.gmx-live-card-copy > strong { display:block; font-size:1.0625rem; line-height:1.35; font-weight:750; overflow-wrap:anywhere; }
.gmx-live-summary { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; color:#596064; font-size:.875rem; line-height:1.5; }
.gmx-live-card-link { margin-top:auto; padding-top:6px; color:#ac400c; font-size:.875rem; font-weight:750; }
.gmx-live-more { display:block; margin:28px auto 0; border:1px solid #272d30; border-radius:8px; padding:13px 24px; min-height:48px; background:#272d30; color:white; cursor:pointer; }
.gmx-live-empty { padding:32px 18px; color:#596064; background:white; border:1px solid #dfe3e2; border-radius:8px; }
.gmx-live-shell :focus-visible,.gmx-live-dialog :focus-visible { outline:3px solid #df6a28; outline-offset:4px; }
.gmx-live-dialog { width:min(1040px,calc(100vw - 24px)); max-height:calc(100dvh - 24px); margin:auto; padding:0; background:#fff; border:0; border-radius:14px; color:#212526; box-shadow:0 20px 80px #0007; }
.gmx-live-dialog::backdrop { background:rgba(15,20,23,.83); }
.gmx-live-dialog-body { padding:20px; }
.gmx-live-close { display:block; margin:0 0 12px auto; border:1px solid #c4cbcd; background:white; color:#212526; min-height:42px; padding:8px 16px; border-radius:6px; cursor:pointer; }
.gmx-live-photo { position:relative; display:grid; place-items:center; background:#eef0ef; height:min(57dvh,600px); border-radius:8px; overflow:hidden; }
.gmx-live-photo > img { display:block; width:100%; height:100%; object-fit:contain; min-height:0; }
.gmx-live-prev,.gmx-live-next { position:absolute; top:calc(50% - 24px); width:44px; height:48px; border:0; border-radius:8px; background:#202629e8; color:white; font-size:2rem!important; cursor:pointer; line-height:1; }
.gmx-live-prev { left:10px; }.gmx-live-next { right:10px; }
.gmx-live-position { color:#596064; font-size:.875rem; margin:10px 0; }
.gmx-live-dialog h3 { color:#212526; font-size:1.25rem; line-height:1.3; margin:14px 0 8px; }
.gmx-live-description { color:#4c5559; font-size:1rem; white-space:pre-line; overflow-wrap:anywhere; margin:0 0 18px; }
.gmx-live-thumbs { display:flex; gap:8px; overflow-x:auto; padding:4px; }
.gmx-live-thumbs button { width:72px; height:64px; padding:2px; border:2px solid transparent; background:#eff1ef; flex:none; cursor:pointer; border-radius:6px; }
.gmx-live-thumbs button[aria-pressed=true] { border-color:#c95213; }
.gmx-live-thumbs img { width:100%; height:100%; object-fit:cover; border-radius:3px; }
.gmx-live-missing { display:grid; height:100%; place-items:center; color:#596064; font-size:1rem; padding:20px; }
.gmx-live-modal-open { overflow:hidden!important; }
.gmx-live-notice,.gmx-live-fallback-notice { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px; font:inherit; font-size:.875rem; line-height:1.5; background:#fff4e9; color:#70411f; border:1px solid #e8c9a9; padding:14px 18px; margin:20px 0 0; border-radius:8px; }
.gmx-live-retry { background:#fff; color:#70411f; border:1px solid #bc946e; border-radius:6px; padding:8px 12px; cursor:pointer; font:inherit; }
@media(max-width:900px) { .gmx-live-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; } }
@media(max-width:540px) { .gmx-live-grid { grid-template-columns:1fr; } .gmx-live-toolbar { align-items:stretch; flex-direction:column; gap:8px; } .gmx-live-order { padding:0; } .gmx-live-card-copy { padding:16px; } .gmx-live-dialog-body { padding:12px; } .gmx-live-photo { height:48dvh; } }
@media(prefers-reduced-motion:reduce) { .gmx-live-card-media > img { transition:none; } }

/* Shared portfolio and service previews */
[data-gmx-live-ready] { background:#f3efe5!important; scroll-margin-top:110px; }
.gmx-live-card,.gmx-live-filter,.gmx-live-search input,.gmx-live-more { border-radius:0; }
.gmx-live-card-open { text-decoration:none!important; color:#212526!important; }
.gmx-live-slider .gmx-live-grid { display:flex; gap:20px; overflow-x:auto; scroll-snap-type:x mandatory; overscroll-behavior-x:contain; padding:0 0 16px; }
.gmx-live-slider .gmx-live-card { flex:0 0 calc((100% - 40px)/3); scroll-snap-align:start; }
.gmx-live-actions { display:flex; gap:12px; align-items:center; flex-wrap:wrap; margin-top:22px; }
.gmx-live-arrow { width:46px; height:46px; background:#fff; color:#161616; border:1px solid #bbb; cursor:pointer; }
.gmx-live-arrow:disabled { opacity:.35; cursor:default; }
.gmx-live-portfolio-link { background:#ff571b; color:#161616!important; padding:14px 20px; text-decoration:none!important; font-weight:750; margin-left:auto; }
.gmx-live-related-link { color:#333!important; font-size:.875rem; text-underline-offset:4px; }
@media(max-width:900px) { .gmx-live-slider .gmx-live-card { flex-basis:calc((100% - 20px)/2); } }
@media(max-width:540px) { .gmx-live-slider .gmx-live-card { flex-basis:86%; } .gmx-live-portfolio-link { margin-left:0; width:100%; text-align:center; } .gmx-live-related-link { flex:1; } }

[data-gmx-live-ready] { visibility:visible!important; opacity:1!important; height:auto!important; min-height:220px; overflow:visible!important; }
[data-gmx-live-ready] > .gmx-live-shell { display:block!important; visibility:visible!important; opacity:1!important; min-width:0; }
