:root{
  --md-ink:#111318;
  --md-ink-2:#1a1f27;
  --md-paper:#f5f3ef;
  --md-paper-2:#ece9e3;
  --md-white:#fff;
  --md-muted:#6c737d;
  --md-line:#d8d9dc;
  --md-accent:#c4513f;
  --md-accent-2:#a63f31;
  --md-sage:#7d8d7a;
  --md-shell:1240px;
  --md-radius:18px;
  --md-radius-lg:32px;
  --md-shadow:0 26px 70px rgba(17,19,24,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.md-studio-body{margin:0;color:var(--md-ink);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.md-studio-body.admin-bar .md-header{top:32px}
body.md-studio-body a{text-decoration:none}
body.md-studio-body img{max-width:100%;height:auto}
.md-shell{width:min(calc(100% - 48px),var(--md-shell));margin-inline:auto}
.md-main{overflow:hidden;background:#fff}
.md-main h1,.md-main h2,.md-main h3,.md-main p{margin-top:0}
.md-main h1,.md-main h2,.md-main h3{letter-spacing:-.045em}
.md-main p{line-height:1.72}
.md-inline-icon{display:inline-flex;width:14px;height:14px;vertical-align:-2px;margin-right:6px}
.md-inline-icon svg,.md-btn svg,.md-text-link-v2 svg,.md-product-arrow svg,.md-service-card-v2 a svg,.md-service-feature a svg,.md-cart-link svg,.md-trust-icon svg,.md-detail-icon svg,.md-contact-cards svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* top line + header */
.md-topline{height:34px;background:#0c0e12;color:#b8bdc5;font-size:12px;letter-spacing:.01em}
.md-topline-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.md-topline-services{opacity:.8}
.md-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(17,19,24,.08);backdrop-filter:blur(14px);transition:box-shadow .2s ease,background .2s ease}
.md-header-scrolled{box-shadow:0 12px 32px rgba(17,19,24,.08)}
.md-header-inner{min-height:112px;display:grid;grid-template-columns:auto 1fr auto;gap:38px;align-items:center}
.md-brand{display:inline-flex;align-items:center;color:var(--md-ink);min-width:148px}
.md-brand-logo{display:block;width:122px;height:auto;max-height:96px;object-fit:contain}
.md-nav{justify-self:center}
.md-nav-list,.md-nav .menu{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:31px}
.md-nav-list li,.md-nav .menu li{position:relative}
.md-nav-list a,.md-nav .menu a{display:block;padding:30px 0;color:#272b31;font-size:14px;font-weight:660;letter-spacing:.005em;transition:color .18s ease}
.md-nav-list a:hover,.md-nav .menu a:hover,.md-nav .current-menu-item>a{color:var(--md-accent)}
.md-nav .sub-menu{position:absolute;left:-20px;top:66px;min-width:230px;background:#fff;padding:10px 0;box-shadow:var(--md-shadow);border:1px solid var(--md-line);border-radius:12px;display:none;z-index:20}
.md-nav li:hover>.sub-menu{display:block}
.md-nav .sub-menu a{padding:12px 18px}
.md-header-actions{display:flex;align-items:center;gap:13px}
.md-cart-link{position:relative;display:grid;place-items:center;width:43px;height:43px;border:1px solid var(--md-line);border-radius:50%;color:var(--md-ink);transition:border-color .18s ease,transform .18s ease}
.md-cart-link:hover{border-color:var(--md-ink);transform:translateY(-1px)}
.md-cart-link svg{width:19px;height:19px}
.md-cart-count{position:absolute;right:-4px;top:-4px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:10px;background:var(--md-accent);color:#fff;font-size:10px;font-weight:800}
.md-header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:0 18px;border-radius:8px;background:var(--md-ink);color:#fff;font-size:13px;font-weight:730;transition:background .18s ease,transform .18s ease}
.md-header-cta:hover{background:var(--md-accent);color:#fff;transform:translateY(-1px)}
.md-nav-toggle{display:none;background:none;border:0;padding:7px;color:var(--md-ink)}
.md-nav-toggle svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.md-nav-close{display:none}

/* shared */
.md-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:20px;color:rgba(255,255,255,.65);font-size:12px;font-weight:780;letter-spacing:.15em;text-transform:uppercase}
.md-eyebrow>span{display:block;width:34px;height:1px;background:var(--md-accent)}
.md-eyebrow-dark{color:var(--md-accent)}
.md-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:14px 20px;border:1px solid transparent;border-radius:8px;font-size:14px;font-weight:760;line-height:1.1;transition:all .18s ease}
.md-btn svg{width:18px;height:18px;transition:transform .18s ease}
.md-btn:hover svg{transform:translateX(3px)}
.md-btn-accent{background:var(--md-accent);color:#fff;box-shadow:0 12px 34px rgba(196,81,63,.24)}
.md-btn-accent:hover{background:var(--md-accent-2);color:#fff;transform:translateY(-1px)}
.md-btn-ghost{color:#fff;border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.04)}
.md-btn-ghost:hover{color:#fff;border-color:#fff;background:rgba(255,255,255,.08)}
.md-btn-light{background:#fff;color:var(--md-ink)}
.md-btn-light:hover{background:#f1f1f1;color:var(--md-ink);transform:translateY(-1px)}
.md-btn-dark{background:var(--md-ink);color:#fff}
.md-btn-dark:hover{background:#000;color:#fff;transform:translateY(-1px)}
.md-btn-outline{border-color:#b7bcc3;color:var(--md-ink);background:#fff}
.md-btn-outline:hover{border-color:var(--md-ink);color:var(--md-ink)}
.md-text-link-v2{display:inline-flex;align-items:center;gap:9px;color:var(--md-ink);font-size:14px;font-weight:760}
.md-text-link-v2 svg{width:17px;height:17px;transition:transform .18s ease}
.md-text-link-v2:hover{color:var(--md-accent)}
.md-text-link-v2:hover svg{transform:translateX(3px)}
.md-section{padding:120px 0}
.md-section-head{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:70px;align-items:end;margin-bottom:58px}
.md-section-head h2{margin-bottom:0;max-width:760px;font-size:clamp(2.4rem,4.7vw,4.6rem);line-height:1.02;font-weight:790}
.md-section-head>p{margin:0;color:var(--md-muted);font-size:17px}

/* hero */
.md-hero-v2{position:relative;min-height:730px;background:#111318;color:#fff;isolation:isolate}
.md-hero-grid-pattern{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.75) 55%,transparent 100%)}
.md-hero-v2:after{content:"";position:absolute;right:-160px;top:60px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(196,81,63,.28),rgba(196,81,63,0) 65%);filter:blur(4px);z-index:-1}
.md-hero-v2-grid{min-height:730px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(460px,.98fr);gap:80px;align-items:center;padding:95px 0 100px}
.md-hero-v2-copy h1{max-width:720px;margin-bottom:26px;color:#fff;font-size:clamp(3.9rem,7vw,7rem);line-height:.94;font-weight:800}
.md-hero-v2-copy h1 em{font-style:normal;color:#d76a58}
.md-hero-intro{max-width:690px;margin-bottom:0;color:#b9bec6;font-size:19px;line-height:1.68!important}
.md-hero-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.md-hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:54px;border-top:1px solid rgba(255,255,255,.12);padding-top:28px;max-width:720px}
.md-hero-proof>div{padding-right:24px;border-right:1px solid rgba(255,255,255,.12)}
.md-hero-proof>div+div{padding-left:24px}
.md-hero-proof>div:last-child{border-right:0}
.md-hero-proof strong,.md-hero-proof span{display:block}
.md-hero-proof strong{font-size:21px;color:#fff;font-weight:790}
.md-hero-proof span{margin-top:5px;color:#777f89;font-size:11px;line-height:1.4;text-transform:uppercase;letter-spacing:.07em}
.md-hero-visual{position:relative}
.md-visual-frame{position:relative;min-height:520px;padding:48px;border-radius:2px;background:#f2f0ec;box-shadow:0 36px 90px rgba(0,0,0,.34);overflow:hidden}
.md-visual-frame:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(17,19,24,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(17,19,24,.055) 1px,transparent 1px);background-size:32px 32px}
.md-visual-frame:after{content:"";position:absolute;left:26px;right:26px;top:26px;bottom:26px;border:1px solid rgba(17,19,24,.14);pointer-events:none}
.md-visual-frame img{position:relative;z-index:2;width:100%;height:390px;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 30px 30px rgba(17,19,24,.18))}
.md-visual-rulers span:first-child{position:absolute;top:17px;left:26px;right:26px;height:9px;background:repeating-linear-gradient(90deg,rgba(17,19,24,.28) 0 1px,transparent 1px 14px)}
.md-visual-rulers span:last-child{position:absolute;top:26px;bottom:26px;right:17px;width:9px;background:repeating-linear-gradient(0deg,rgba(17,19,24,.28) 0 1px,transparent 1px 14px)}
.md-visual-tag{position:absolute;z-index:4;display:flex;align-items:center;gap:9px;padding:9px 12px;background:#111318;color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 12px 28px rgba(17,19,24,.18)}
.md-visual-tag span{color:#d76a58;font-size:10px}
.md-visual-tag-top{left:24px;top:34px}.md-visual-tag-mid{right:25px;top:48%}.md-visual-tag-bottom{left:38px;bottom:34px}
.md-hero-note{position:absolute;right:-18px;bottom:-33px;z-index:5;width:245px;padding:17px 20px;background:var(--md-accent);color:#fff;box-shadow:0 20px 38px rgba(0,0,0,.2)}
.md-hero-note strong,.md-hero-note span{display:block}.md-hero-note strong{font-size:13px}.md-hero-note span{margin-top:4px;opacity:.7;font-size:11px}

/* trustbar */
.md-trustbar{background:#fff;border-bottom:1px solid var(--md-line)}
.md-trustbar-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.md-trustbar-grid>div{display:flex;align-items:center;gap:14px;min-height:110px;padding:24px 26px;border-right:1px solid var(--md-line)}
.md-trustbar-grid>div:first-child{border-left:1px solid var(--md-line)}
.md-trust-icon{display:grid;place-items:center;flex:0 0 39px;width:39px;height:39px;border-radius:50%;background:#f0e9e6;color:var(--md-accent)}
.md-trust-icon svg{width:20px;height:20px}
.md-trustbar p{margin:0}.md-trustbar strong,.md-trustbar p span{display:block}.md-trustbar strong{font-size:13px}.md-trustbar p span{margin-top:4px;color:var(--md-muted);font-size:11px}

/* services */
.md-services-v2{background:var(--md-paper)}
.md-services-grid{display:grid;grid-template-columns:1.3fr repeat(2,1fr);gap:18px}
.md-service-feature{grid-row:span 2;position:relative;min-height:570px;padding:38px;background-color:#171a20;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:32px 32px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.md-service-feature:after{content:"";position:absolute;right:-80px;bottom:-80px;width:300px;height:300px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 48px rgba(255,255,255,.025),0 0 0 96px rgba(255,255,255,.02)}
.md-service-number{font-size:11px;color:#8b929b;font-weight:760;letter-spacing:.12em}
.md-service-icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid currentColor;border-radius:50%;color:var(--md-accent)}
.md-service-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.md-service-feature .md-service-icon{color:#df7360;border-color:rgba(223,115,96,.6)}
.md-service-feature h3{margin:0 0 18px;color:#fff;font-size:35px;line-height:1.05}
.md-service-feature p{max-width:520px;margin-bottom:22px;color:#abb1ba;font-size:15px}
.md-service-feature a,.md-service-card-v2 a{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:760}
.md-service-feature a{color:#fff}.md-service-feature a:hover{color:#df7360}.md-service-feature a svg,.md-service-card-v2 a svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}
.md-service-card-v2{min-height:275px;padding:30px;background:#fff;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.md-service-card-v2:hover{transform:translateY(-4px);box-shadow:0 18px 46px rgba(17,19,24,.08);border-color:#d6d3cd}
.md-service-card-v2 .md-service-icon{width:46px;height:46px;margin:20px 0 30px}
.md-service-card-v2 .md-service-icon svg{width:22px;height:22px}
.md-service-card-v2 h3{font-size:22px;margin-bottom:11px}
.md-service-card-v2 p{margin-bottom:17px;color:var(--md-muted);font-size:14px}
.md-service-card-v2 a{color:var(--md-ink)}
.md-service-card-v2 a:hover{color:var(--md-accent)}

/* problem */
.md-problem-v2{background:var(--md-accent);color:#fff;padding:82px 0}
.md-problem-v2-grid{display:grid;grid-template-columns:70px 1fr 1fr;gap:50px;align-items:center}
.md-problem-index{font-size:11px;opacity:.58;align-self:start;padding-top:9px}
.md-problem-v2 h2{margin:0;max-width:560px;color:#fff;font-size:clamp(2.8rem,5.1vw,5rem);line-height:.98}
.md-problem-copy p{margin-bottom:26px;color:rgba(255,255,255,.8);font-size:17px}

/* process */
.md-process-v2{background:#fff}
.md-process-v2-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:110px;align-items:start}
.md-process-intro{position:sticky;top:145px}
.md-process-intro h2{font-size:clamp(2.6rem,4.6vw,4.4rem);line-height:1.02;margin-bottom:24px}
.md-process-intro p{color:var(--md-muted);font-size:16px;margin-bottom:28px}
.md-process-list{border-top:1px solid var(--md-line)}
.md-process-step{display:grid;grid-template-columns:70px 1fr;gap:25px;padding:34px 0;border-bottom:1px solid var(--md-line)}
.md-process-step>span{font-size:11px;color:var(--md-accent);font-weight:780;letter-spacing:.12em}
.md-process-step h3{font-size:24px;margin-bottom:8px}
.md-process-step p{margin:0;color:var(--md-muted);font-size:14px}

/* case study */
.md-case-v2{background:var(--md-paper-2)}
.md-case-v2-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:center}
.md-case-image{position:relative;min-height:560px;background:#f2f0ec;display:grid;place-items:center;padding:58px;box-shadow:0 22px 60px rgba(17,19,24,.08);overflow:hidden}
.md-case-image:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(17,19,24,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(17,19,24,.055) 1px,transparent 1px);background-size:32px 32px}
.md-case-image:after{content:"";position:absolute;inset:22px;border:1px solid rgba(17,19,24,.14);pointer-events:none}
.md-case-image img{position:relative;z-index:2;max-height:440px;width:100%;object-fit:contain;mix-blend-mode:multiply}
.md-case-badge{position:absolute;left:18px;bottom:18px;z-index:3;padding:11px 14px;background:#111318;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.09em}
.md-case-copy h2{font-size:clamp(2.8rem,4.5vw,4.6rem);line-height:1.01;margin-bottom:23px}
.md-case-copy>p{color:var(--md-muted);font-size:16px}
.md-case-copy h3{margin:30px 0 17px;font-size:20px;line-height:1.25;letter-spacing:-.02em}
.md-check-list{list-style:none;margin:0 0 30px;padding:0;display:grid;gap:10px}
.md-check-list li{display:flex;gap:10px;align-items:center;font-size:13px;color:#30343a}
.md-check-list svg{width:17px;height:17px;fill:none;stroke:var(--md-accent);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* products */
.md-products-v2{background:#fff}
.md-section-head-shop{align-items:center}
.md-products-v2 .md-section-head-shop{margin-bottom:0}
.md-category-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px}
.md-category-row a{display:flex;align-items:center;gap:10px;padding:11px 15px;border:1px solid var(--md-line);border-radius:999px;color:var(--md-ink);background:#fff;transition:border-color .18s ease,background .18s ease}
.md-category-row a:hover{border-color:var(--md-ink);background:#f8f8f7}
.md-category-row span{font-size:12px;font-weight:700}.md-category-row small{font-size:10px;color:var(--md-muted)}
.md-product-grid-v2{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.md-product-card-v2{border:1px solid #e0e1e3;background:#fff;transition:transform .2s ease,box-shadow .2s ease}
.md-product-card-v2:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(17,19,24,.09)}
.md-product-image{display:grid;place-items:center;aspect-ratio:1/1;background:#fff;overflow:hidden}
.md-product-image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:24px;mix-blend-mode:normal;transition:transform .35s ease}
.md-product-card-v2:hover .md-product-image img{transform:scale(1.035)}
.md-product-info{padding:20px}
.md-product-cat{margin:0 0 8px!important;color:var(--md-accent);font-size:10px!important;font-weight:760;text-transform:uppercase;letter-spacing:.09em;line-height:1.4!important}.md-product-cat a{color:inherit}
.md-product-info h3{min-height:48px;margin-bottom:18px;font-size:16px;line-height:1.45;letter-spacing:-.015em}.md-product-info h3 a{color:var(--md-ink)}
.md-product-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ececee;padding-top:15px}
.md-product-price{font-weight:760;font-size:14px}.md-product-price del{color:#9b9fa5;font-weight:500}.md-product-price ins{text-decoration:none}
.md-product-arrow{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;border:1px solid #c9ccd0;color:var(--md-ink)}
.md-product-arrow:hover{background:var(--md-ink);color:#fff;border-color:var(--md-ink)}
.md-product-arrow svg{width:16px;height:16px}

/* about */
.md-about-v2{background:var(--md-paper)}
.md-about-v2-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center}
.md-about-panel{min-height:420px;background:#111318;color:#fff;padding:48px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
.md-about-panel:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:42px 42px}
.md-about-panel:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;border:1px solid rgba(255,255,255,.09);right:-70px;top:-60px;box-shadow:0 0 0 50px rgba(255,255,255,.025),0 0 0 100px rgba(255,255,255,.02)}
.md-about-number{position:relative;z-index:2;color:#df7360;font-size:clamp(5rem,10vw,9rem);font-weight:810;line-height:.8;letter-spacing:-.08em}
.md-about-panel p{position:relative;z-index:2;margin:28px 0 0;max-width:390px;color:#c2c7ce;font-size:15px}
.md-about-copy h2{font-size:clamp(2.8rem,4.8vw,4.8rem);line-height:1.01;margin-bottom:24px}.md-about-copy p{color:var(--md-muted);font-size:16px}.md-about-copy .md-text-link-v2{margin-top:10px}

/* reviews */
.md-reviews-v2{background:#fff;border-top:1px solid var(--md-line)}
.md-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.md-review-card{padding:30px;border:1px solid var(--md-line);background:#fff}
.md-stars{display:flex;gap:3px;color:var(--md-accent);margin-bottom:22px}.md-stars svg{width:16px;height:16px;fill:currentColor;stroke:currentColor;stroke-width:1.2}
.md-review-card blockquote{margin:0;min-height:116px;color:#262b31;font-size:16px;line-height:1.65}
.md-review-card footer{margin-top:22px;padding-top:18px;border-top:1px solid #ececee}.md-review-card footer strong,.md-review-card footer span{display:block}.md-review-card footer strong{font-size:12px}.md-review-card footer span{margin-top:4px;color:var(--md-muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}

/* final CTA */
.md-final-cta{background:#14171c;color:#fff;padding:88px 0;position:relative;overflow:hidden}
.md-final-cta:after{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:-180px;bottom:-250px;border:1px solid rgba(255,255,255,.06);box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.014)}
.md-final-cta-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:center}
.md-final-cta h2{margin:0;color:#fff;font-size:clamp(2.8rem,5vw,5rem);line-height:.98}.md-final-cta p{color:#adb3bc;font-size:16px;margin-bottom:24px}

/* inner page heroes */
.md-inner-hero{position:relative;background:#111318;color:#fff;padding:108px 0 100px;isolation:isolate;overflow:hidden}
.md-inner-grid{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.75) 65%,transparent 100%)}
.md-inner-hero:after{content:"";position:absolute;right:-170px;top:-110px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(196,81,63,.26),transparent 68%);z-index:-1}
.md-inner-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:100px;align-items:center}
.md-inner-hero h1{margin-bottom:25px;max-width:760px;color:#fff;font-size:clamp(3.8rem,7vw,6.8rem);line-height:.95}.md-inner-hero p{max-width:700px;color:#b7bdc5;font-size:18px}.md-inner-hero .md-btn{margin-top:13px}
.md-inner-spec{border-left:1px solid rgba(255,255,255,.15);padding-left:42px}.md-inner-spec>span{display:block;margin-bottom:20px;color:#df7360;font-size:11px;font-weight:780;text-transform:uppercase;letter-spacing:.12em}.md-inner-spec ul{list-style:none;margin:0;padding:0}.md-inner-spec li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.09);color:#d6d9de;font-size:14px}.md-inner-spec li:last-child{border-bottom:0}

/* service detail page */
.md-service-detail-wrap{background:var(--md-paper)}
.md-service-detail-list{display:grid;gap:1px;background:#d9d8d4;border:1px solid #d9d8d4}
.md-service-detail{display:grid;grid-template-columns:70px 80px 1fr;gap:34px;background:#fff;padding:52px 56px;scroll-margin-top:130px}
.md-detail-index{padding-top:7px;color:#9a9fa6;font-size:11px;font-weight:760;letter-spacing:.12em}.md-detail-icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid #d8dadd;border-radius:50%;color:var(--md-accent)}.md-detail-icon svg{width:25px;height:25px}.md-service-detail h2{max-width:760px;font-size:clamp(2.2rem,3.6vw,3.6rem);line-height:1.05;margin-bottom:20px}.md-service-detail p{max-width:850px;color:var(--md-muted);font-size:15px}
.md-service-steps{padding:105px 0;background:#15181d;color:#fff}.md-service-steps .md-section-head h2{color:#fff}.md-service-steps .md-section-head>p{color:#aeb4bc}.md-service-step-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.13);border-left:1px solid rgba(255,255,255,.13)}.md-service-step-grid>div{padding:30px;border-right:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}.md-service-step-grid strong{color:#df7360;font-size:11px;letter-spacing:.12em}.md-service-step-grid h3{margin:55px 0 12px;color:#fff;font-size:20px}.md-service-step-grid p{margin:0;color:#9fa6af;font-size:13px}

/* about */
.md-about-story{background:#fff}.md-about-story-grid{display:grid;grid-template-columns:.68fr 1.32fr;gap:110px;align-items:start}.md-about-stat-stack{display:grid;border-top:1px solid var(--md-line)}.md-about-stat-stack>div{padding:26px 0;border-bottom:1px solid var(--md-line)}.md-about-stat-stack strong,.md-about-stat-stack span{display:block}.md-about-stat-stack strong{font-size:35px;letter-spacing:-.04em}.md-about-stat-stack span{margin-top:5px;color:var(--md-muted);font-size:12px}.md-about-story-copy h2{font-size:clamp(2.7rem,4.4vw,4.4rem);line-height:1.02}.md-about-story-copy p{color:var(--md-muted);font-size:16px}.md-about-story-copy .md-btn{margin-top:12px}
.md-values{background:#15181d;color:#fff;padding:112px 0}.md-values .md-section-head h2{color:#fff}.md-values .md-section-head>p{color:#aab0b8}.md-values-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.12)}.md-values-grid article{min-height:300px;padding:30px;border-right:1px solid rgba(255,255,255,.12)}.md-values-grid article:last-child{border-right:0}.md-values-grid span{color:#df7360;font-size:11px;letter-spacing:.12em}.md-values-grid h3{margin:100px 0 13px;color:#fff;font-size:21px}.md-values-grid p{margin:0;color:#9fa6af;font-size:13px}

/* contact */
.md-contact-section{background:var(--md-paper)}.md-contact-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;align-items:start}.md-contact-info{position:sticky;top:145px}.md-contact-info h2{font-size:clamp(2.7rem,4.2vw,4.2rem);line-height:1.02}.md-contact-info>p{color:var(--md-muted)}.md-contact-cards{display:grid;gap:1px;margin-top:34px;background:#d9d8d4;border:1px solid #d9d8d4}.md-contact-cards>div{display:flex;gap:15px;padding:20px;background:#fff}.md-contact-cards>div>span{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:#f1e9e6;color:var(--md-accent)}.md-contact-cards svg{width:19px;height:19px}.md-contact-cards p{margin:0!important;font-size:12px!important;color:var(--md-muted)}.md-contact-cards strong{display:block;color:var(--md-ink);margin-bottom:4px;font-size:13px}.md-contact-form{padding:42px;background:#fff;border:1px solid #deddda;box-shadow:0 20px 50px rgba(17,19,24,.06)}.md-contact-form h2{font-size:32px;margin-bottom:9px}.md-contact-form>p{color:var(--md-muted);font-size:14px;margin-bottom:28px}
.md-contact-form .wpforms-container{margin:0!important}.md-contact-form .wpforms-field{padding:0 0 18px!important}.md-contact-form .wpforms-field-label{font-size:12px!important;font-weight:700!important;margin-bottom:7px!important}.md-contact-form input[type=text],.md-contact-form input[type=email],.md-contact-form input[type=tel],.md-contact-form textarea,.md-contact-form select{width:100%!important;max-width:none!important;border:1px solid #cfd2d5!important;border-radius:4px!important;background:#fafafa!important;box-shadow:none!important;color:var(--md-ink)!important;font-size:14px!important;padding:12px 13px!important}.md-contact-form input{min-height:48px!important}.md-contact-form textarea{min-height:150px!important}.md-contact-form button[type=submit]{min-height:50px!important;border:0!important;border-radius:6px!important;background:var(--md-accent)!important;color:#fff!important;padding:0 21px!important;font-weight:750!important}.md-contact-form button[type=submit]:hover{background:var(--md-accent-2)!important}

/* standard pages */
.md-standard-hero,.md-shop-hero{padding:78px 0 50px;background:var(--md-paper)}.md-standard-hero h1,.md-shop-hero h1{margin:0;max-width:850px;font-size:clamp(3rem,6vw,5.6rem);line-height:.98}.md-shop-hero p{margin:15px 0 0;color:var(--md-muted)}.md-standard-content{padding-top:70px}.md-prose{max-width:900px}.md-prose h2{font-size:32px;margin-top:48px}.md-prose h3{font-size:24px;margin-top:38px}.md-prose p,.md-prose li{color:#4f565f;font-size:15px;line-height:1.75}.md-prose a{color:var(--md-accent)}

/* WooCommerce */
.md-shop-content{padding-top:70px}.md-shop-content .woocommerce-breadcrumb{color:#888f97;font-size:11px;margin-bottom:30px}.md-shop-content .woocommerce-breadcrumb a{color:#4d535a}.md-shop-content .woocommerce-result-count{color:#737a82;font-size:12px}.md-shop-content .woocommerce-ordering select{min-height:42px;border:1px solid #d2d5d8;border-radius:4px;background:#fff;padding:0 34px 0 12px;color:#30353b}
.md-shop-content ul.products{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:20px!important;margin:35px 0 0!important}.md-shop-content ul.products:before,.md-shop-content ul.products:after{display:none!important}.md-shop-content ul.products li.product{width:auto!important;margin:0!important;padding:0 0 20px!important;border:1px solid #e0e2e4!important;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.md-shop-content ul.products li.product:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(17,19,24,.08)}.md-shop-content ul.products li.product a img{margin:0 0 18px!important;width:100%!important;aspect-ratio:1/1;object-fit:contain;background:#fff;padding:22px}.md-shop-content .woocommerce-loop-product__title{padding:0 18px!important;font-size:15px!important;line-height:1.45!important;color:var(--md-ink)!important}.md-shop-content ul.products li.product .price{display:block;padding:0 18px!important;color:var(--md-ink)!important;font-size:14px!important;font-weight:750!important}.md-shop-content ul.products li.product .button{margin:15px 18px 0!important;padding:11px 15px!important;border-radius:5px!important;background:var(--md-ink)!important;color:#fff!important;font-size:12px!important}.md-shop-content ul.products li.product .button:hover{background:var(--md-accent)!important}.md-shop-content .onsale{min-height:auto!important;min-width:auto!important;line-height:1!important;border-radius:4px!important;padding:7px 9px!important;top:10px!important;left:10px!important;right:auto!important;background:var(--md-accent)!important;font-size:10px!important}
.single-product .md-shop-hero{display:none}.single-product .md-shop-content{padding-top:70px}.single-product div.product{display:grid;grid-template-columns:1fr 1fr;gap:70px}.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary{width:auto!important;float:none!important}.single-product div.product .woocommerce-product-gallery{background:#fff;padding:20px}.single-product div.product .product_title{font-size:clamp(2.1rem,4vw,3.7rem);line-height:1.05}.single-product div.product p.price{color:var(--md-ink)!important;font-size:22px!important}.single-product div.product .woocommerce-product-details__short-description{color:#5e656e;font-size:14px}.single-product div.product form.cart .button{background:var(--md-accent)!important;border-radius:5px!important;min-height:48px!important}.single-product .product_meta{font-size:11px;color:#777f87;border-top:1px solid var(--md-line);padding-top:16px}.single-product .woocommerce-tabs{grid-column:1/-1}.single-product .woocommerce-tabs ul.tabs{padding:0!important;border-bottom:1px solid var(--md-line)}.single-product .woocommerce-tabs ul.tabs:before{display:none!important}.single-product .woocommerce-tabs ul.tabs li{border:0!important;background:none!important;margin:0 30px 0 0!important;padding:0!important}.single-product .woocommerce-tabs ul.tabs li a{padding:16px 0!important}.single-product .woocommerce-tabs .panel{max-width:900px;padding-top:22px}.single-product .related.products{grid-column:1/-1}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--md-accent)!important;background:#f7f5f1!important}.woocommerce-message:before,.woocommerce-info:before{color:var(--md-accent)!important}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:5px!important}.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:var(--md-accent)!important}.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background:var(--md-accent-2)!important}

/* footer */
.md-footer{background:#0c0e12;color:#9da4ad}
.md-footer-main{display:grid;grid-template-columns:1.65fr repeat(3,1fr);gap:70px;padding:78px 0 64px}
.md-brand-footer{color:#fff}.md-footer-logo-card{display:inline-flex;background:#fff;padding:10px 12px;border-radius:3px}.md-brand-logo-footer{width:120px;max-height:none}.md-footer-brand p{max-width:430px;margin:3px 0 16px;color:#969da6;font-size:13px;line-height:1.75}.md-footer-location{font-size:11px;color:#747c86}.md-footer-col h2{margin:3px 0 18px;color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.md-footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.md-footer-col a{color:#959ca5;font-size:12px}.md-footer-col a:hover{color:#fff}.md-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:20px 0 24px;border-top:1px solid rgba(255,255,255,.08);font-size:10px;color:#666e77}

/* hide legacy plugin credit and Astra remnants that can leak in */
.site-footer,.ast-header-break-point .ast-mobile-header-wrap,.ast-above-header-wrap,.ast-below-header-wrap{display:none!important}
a[href*="xyzscripts.com"],a[href*="wp-twitter-auto-publish"]{display:none!important}

/* reveal */
.md-reveal{opacity:0;transform:translateY(22px);transition:opacity .65s cubic-bezier(.2,.7,.2,1),transform .65s cubic-bezier(.2,.7,.2,1)}
.md-reveal-delay{transition-delay:.12s}.md-reveal-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.md-reveal{opacity:1!important;transform:none!important;transition:none!important}.md-btn,.md-product-card-v2,.md-service-card-v2{transition:none!important}}

/* responsive */
@media (max-width:1100px){
  .md-header-inner{gap:20px}.md-nav-list,.md-nav .menu{gap:20px}.md-nav-list a,.md-nav .menu a{font-size:13px}.md-header-cta{display:none}
  .md-hero-v2-grid{grid-template-columns:1fr 430px;gap:50px}.md-hero-v2-copy h1{font-size:clamp(3.4rem,7vw,5.8rem)}.md-visual-frame{min-height:470px}.md-visual-frame img{height:350px}
  .md-services-grid{grid-template-columns:1.2fr 1fr}.md-service-feature{grid-row:span 3}.md-services-grid .md-service-card-v2{grid-column:2}
  .md-product-grid-v2,.md-shop-content ul.products{grid-template-columns:repeat(3,1fr)!important}
  .md-about-v2-grid,.md-case-v2-grid{gap:60px}.md-process-v2-layout{gap:70px}
  .md-footer-main{grid-template-columns:1.4fr repeat(3,1fr);gap:40px}
}
@media (max-width:900px){
  body.md-menu-open{overflow:hidden}
  .md-topline-services{display:none}.md-header-inner{grid-template-columns:auto auto 1fr;min-height:96px}.md-nav-toggle{display:block;order:2}.md-brand{order:1}.md-nav{position:fixed;inset:130px 0 0;background:#fff;display:none;padding:28px 24px;overflow:auto}.md-menu-open .md-nav{display:block}.md-nav-list,.md-nav .menu{display:block}.md-nav-list a,.md-nav .menu a{padding:17px 0;border-bottom:1px solid #ececee;font-size:17px}.md-nav .sub-menu{position:static;display:block!important;box-shadow:none;border:0;padding:0 0 0 18px}.md-nav .sub-menu a{font-size:14px}.md-header-actions{order:3;justify-self:end}.md-menu-open .md-nav-open{display:none}.md-menu-open .md-nav-close{display:inline-flex}
  .md-hero-v2-grid{grid-template-columns:1fr;gap:70px;padding:78px 0 90px}.md-hero-v2{min-height:auto}.md-hero-visual{max-width:620px}.md-hero-note{right:0}.md-hero-proof{max-width:620px}
  .md-trustbar-grid{grid-template-columns:repeat(2,1fr)}.md-trustbar-grid>div:nth-child(3){border-left:1px solid var(--md-line)}.md-trustbar-grid>div{border-bottom:1px solid var(--md-line)}
  .md-section{padding:90px 0}.md-section-head{grid-template-columns:1fr;gap:22px}.md-section-head h2{font-size:clamp(2.7rem,7vw,4.2rem)}
  .md-services-grid{grid-template-columns:1fr 1fr}.md-service-feature{grid-column:1/-1;grid-row:auto;min-height:430px}.md-services-grid .md-service-card-v2{grid-column:auto}
  .md-problem-v2-grid{grid-template-columns:40px 1fr;gap:30px}.md-problem-copy{grid-column:2}
  .md-process-v2-layout{grid-template-columns:1fr;gap:45px}.md-process-intro{position:static;max-width:700px}
  .md-case-v2-grid,.md-about-v2-grid,.md-inner-hero-grid,.md-about-story-grid,.md-contact-grid,.md-final-cta-grid{grid-template-columns:1fr;gap:55px}.md-case-image{min-height:480px}.md-inner-spec{border-left:0;border-top:1px solid rgba(255,255,255,.15);padding:30px 0 0}.md-contact-info{position:static}
  .md-product-grid-v2,.md-shop-content ul.products{grid-template-columns:repeat(2,1fr)!important}.md-review-grid{grid-template-columns:1fr}.md-review-card blockquote{min-height:auto}
  .md-service-detail{grid-template-columns:55px 1fr;gap:22px}.md-detail-icon{grid-column:2;grid-row:1}.md-service-detail>div:last-child{grid-column:2}.md-service-step-grid,.md-values-grid{grid-template-columns:repeat(2,1fr)}.md-values-grid article:nth-child(2){border-right:0}.md-values-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
  .single-product div.product{grid-template-columns:1fr;gap:40px}.single-product .woocommerce-tabs,.single-product .related.products{grid-column:auto}
  .md-footer-main{grid-template-columns:1.5fr 1fr 1fr}.md-footer-col:last-child{grid-column:2/4}.md-footer-brand{grid-row:span 2}
}
@media (max-width:640px){
  .md-shell{width:min(calc(100% - 32px),var(--md-shell))}.md-topline{height:30px}.md-topline-inner{height:30px;font-size:10px}.md-header-inner{min-height:84px}.md-nav{inset:114px 0 0}.md-brand{min-width:0}.md-brand-logo{width:92px;max-height:74px}.md-cart-link{width:39px;height:39px}.md-header-actions{gap:6px}
  .md-hero-v2-grid{padding:62px 0 74px;gap:48px}.md-hero-v2-copy h1{font-size:clamp(3rem,14vw,4.65rem)}.md-hero-intro{font-size:16px}.md-hero-buttons{display:grid}.md-btn{width:100%}.md-hero-proof{grid-template-columns:1fr;gap:14px;margin-top:38px}.md-hero-proof>div,.md-hero-proof>div+div{padding:0 0 14px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.md-hero-proof>div:last-child{border-bottom:0;padding-bottom:0}.md-visual-frame{min-height:390px;padding:28px}.md-visual-frame img{height:310px}.md-visual-tag{font-size:9px;padding:7px 9px}.md-hero-note{position:relative;right:auto;bottom:auto;width:100%;margin-top:10px}
  .md-trustbar-grid{grid-template-columns:1fr}.md-trustbar-grid>div,.md-trustbar-grid>div:nth-child(3){border-left:1px solid var(--md-line)}
  .md-section{padding:72px 0}.md-section-head{margin-bottom:38px}.md-section-head h2{font-size:clamp(2.35rem,11vw,3.3rem)}
  .md-services-grid{grid-template-columns:1fr}.md-service-feature{min-height:410px}.md-services-grid .md-service-card-v2{grid-column:auto}.md-service-card-v2{min-height:auto}
  .md-problem-v2{padding:62px 0}.md-problem-v2-grid{grid-template-columns:1fr;gap:20px}.md-problem-index{display:none}.md-problem-copy{grid-column:auto}.md-problem-v2 h2{font-size:clamp(2.7rem,12vw,4rem)}
  .md-process-step{grid-template-columns:42px 1fr;gap:14px;padding:27px 0}.md-process-step h3{font-size:20px}
  .md-case-image{min-height:360px;padding:38px}.md-case-copy h2,.md-about-copy h2{font-size:clamp(2.4rem,11vw,3.4rem)}
  .md-category-row{flex-wrap:nowrap;overflow:auto;padding-bottom:8px}.md-category-row a{flex:0 0 auto}.md-product-grid-v2,.md-shop-content ul.products{grid-template-columns:1fr!important}.md-product-info h3{min-height:auto}
  .md-about-panel{min-height:360px;padding:32px}.md-about-number{font-size:6.4rem}
  .md-final-cta{padding:70px 0}.md-final-cta h2{font-size:clamp(2.6rem,12vw,3.9rem)}
  .md-inner-hero{padding:72px 0}.md-inner-hero h1{font-size:clamp(3rem,13vw,4.7rem)}.md-inner-hero p{font-size:16px}.md-inner-hero-grid{gap:40px}
  .md-service-detail{grid-template-columns:1fr;padding:32px 24px}.md-detail-index,.md-detail-icon,.md-service-detail>div:last-child{grid-column:auto;grid-row:auto}.md-detail-icon{margin:5px 0 12px}.md-service-detail h2{font-size:clamp(2.1rem,10vw,3rem)}
  .md-service-step-grid,.md-values-grid{grid-template-columns:1fr}.md-service-step-grid>div,.md-values-grid article{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.md-service-step-grid>div:last-child,.md-values-grid article:last-child{border-bottom:0!important}.md-values-grid h3{margin-top:55px}
  .md-about-story-grid,.md-contact-grid{gap:45px}.md-contact-form{padding:26px 20px}
  .single-product div.product .product_title{font-size:2.35rem}.single-product div.product{gap:30px}
  .md-footer-main{grid-template-columns:1fr 1fr;gap:42px 24px;padding:60px 0 45px}.md-footer-brand{grid-column:1/-1;grid-row:auto}.md-footer-col:last-child{grid-column:auto}.md-footer-bottom{display:grid;gap:8px}
}

/* =========================================================
   v2.0.6 - Native dark design
   Dark is the standard theme appearance; no dark-mode plugin required.
   ========================================================= */
body.md-studio-body{
  --md-ink:#f2f4f6;
  --md-ink-2:#e4e8ec;
  --md-paper:#101318;
  --md-paper-2:#171b21;
  --md-white:#171b21;
  --md-muted:#aeb5be;
  --md-line:#303640;
  --md-shadow:0 26px 70px rgba(0,0,0,.38);
  color:#f2f4f6;
  background:#0d1014;
  color-scheme:dark;
}
body.md-studio-body .md-main{background:#0d1014}
body.md-studio-body .md-header{background:rgba(13,16,20,.96);border-bottom-color:rgba(255,255,255,.09)}
body.md-studio-body .md-header-scrolled{box-shadow:0 12px 32px rgba(0,0,0,.34)}
body.md-studio-body .md-nav-list a,body.md-studio-body .md-nav .menu a{color:#e8ebee}
body.md-studio-body .md-nav .sub-menu{background:#171b21;border-color:#303640}
body.md-studio-body .md-cart-link{color:#f2f4f6;border-color:#39414b}
body.md-studio-body .md-cart-link:hover{border-color:#f2f4f6}
body.md-studio-body .md-header-cta{background:#f2f4f6;color:#111318}
body.md-studio-body .md-header-cta:hover{background:var(--md-accent);color:#fff}
body.md-studio-body .md-nav-toggle{color:#f2f4f6}

/* Preserve the supplied 373 x 401 logo proportions exactly. */
body.md-studio-body .md-header-inner{min-height:132px}
body.md-studio-body .md-brand{min-width:108px}
body.md-studio-body .md-brand-logo{width:auto;height:104px;max-width:none;max-height:none;object-fit:contain;aspect-ratio:auto;background:#fff;border-radius:2px}
body.md-studio-body .md-brand-logo-footer{width:auto;height:112px;max-width:none;max-height:none}

body.md-studio-body .md-trustbar,
body.md-studio-body .md-process-v2,
body.md-studio-body .md-products-v2,
body.md-studio-body .md-reviews-v2,
body.md-studio-body .md-about-story{background:#0d1014}
body.md-studio-body .md-services-v2,
body.md-studio-body .md-about-v2,
body.md-studio-body .md-service-detail-wrap,
body.md-studio-body .md-contact-section,
body.md-studio-body .md-standard-hero,
body.md-studio-body .md-shop-hero{background:#101318}
body.md-studio-body .md-trustbar{border-bottom-color:#303640}
body.md-studio-body .md-trust-icon,body.md-studio-body .md-contact-cards>div>span{background:#2a201f}
body.md-studio-body .md-service-card-v2,
body.md-studio-body .md-service-detail,
body.md-studio-body .md-contact-cards>div,
body.md-studio-body .md-contact-form,
body.md-studio-body .md-review-card,
body.md-studio-body .md-product-card-v2{background:#171b21;border-color:#303640;color:#f2f4f6}
body.md-studio-body .md-service-card-v2:hover,body.md-studio-body .md-product-card-v2:hover{border-color:#48515d;box-shadow:0 18px 46px rgba(0,0,0,.34)}
body.md-studio-body .md-service-detail-list,body.md-studio-body .md-contact-cards{background:#303640;border-color:#303640}

/* Keep merchandise photography on a clean white presentation board. */
body.md-studio-body .md-product-image,
body.md-studio-body .single-product div.product .woocommerce-product-gallery,
body.md-studio-body .md-shop-content ul.products li.product a img{background:#fff!important}
body.md-studio-body .md-product-image img,
body.md-studio-body .md-shop-content ul.products li.product a img{mix-blend-mode:normal!important}
body.md-studio-body .md-case-image{background:#171b21;box-shadow:0 22px 60px rgba(0,0,0,.32)}
body.md-studio-body .md-case-image:before{border-color:#343b45}
body.md-studio-body .md-category-row a{background:#171b21;color:#f2f4f6;border-color:#343b45}
body.md-studio-body .md-category-row a:hover{background:#20252c;border-color:#69727e}
body.md-studio-body .md-product-bottom,body.md-studio-body .md-review-card footer{border-top-color:#303640}
body.md-studio-body .md-product-arrow{color:#f2f4f6;border-color:#4a535e}
body.md-studio-body .md-product-arrow:hover{background:#f2f4f6;color:#111318;border-color:#f2f4f6}
body.md-studio-body .md-review-card blockquote{color:#dce1e6}
body.md-studio-body .md-text-link-v2{color:#f2f4f6}
body.md-studio-body .md-btn-outline{background:transparent;color:#f2f4f6;border-color:#59636f}
body.md-studio-body .md-btn-outline:hover{border-color:#f2f4f6;color:#fff}
body.md-studio-body .md-btn-light,body.md-studio-body .md-btn-dark{background:#f2f4f6;color:#111318}
body.md-studio-body .md-btn-dark:hover{background:var(--md-accent);color:#fff}
body.md-studio-body .md-prose p,body.md-studio-body .md-prose li{color:#b9c0c8}

/* WooCommerce native dark styling */
body.md-studio-body .md-shop-content .woocommerce-breadcrumb,body.md-studio-body .md-shop-content .woocommerce-result-count{color:#aeb5be}
body.md-studio-body .md-shop-content .woocommerce-breadcrumb a{color:#c5cbd1}
body.md-studio-body .md-shop-content .woocommerce-ordering select{background:#171b21;color:#f2f4f6;border-color:#3a424c}
body.md-studio-body .md-shop-content ul.products li.product{background:#171b21!important;border-color:#303640!important}
body.md-studio-body .md-shop-content .woocommerce-loop-product__title,body.md-studio-body .md-shop-content ul.products li.product .price{color:#f2f4f6!important}
body.md-studio-body .single-product div.product p.price{color:#f2f4f6!important}
body.md-studio-body .single-product div.product .woocommerce-product-details__short-description{color:#b9c0c8}
body.md-studio-body .single-product .product_meta{color:#aeb5be}
body.md-studio-body .woocommerce-message,body.md-studio-body .woocommerce-info,body.md-studio-body .woocommerce-error{background:#171b21!important;color:#e7eaed!important}
body.md-studio-body .md-contact-form input[type=text],body.md-studio-body .md-contact-form input[type=email],body.md-studio-body .md-contact-form input[type=tel],body.md-studio-body .md-contact-form textarea,body.md-studio-body .md-contact-form select{background:#101318!important;color:#f2f4f6!important;border-color:#3a424c!important}
body.md-studio-body input,body.md-studio-body textarea,body.md-studio-body select{color-scheme:dark}

@media(max-width:1050px){
  body.md-studio-body .md-header-inner{min-height:102px}
  body.md-studio-body .md-nav{background:#0d1014;inset:132px 0 0}
  body.md-studio-body .md-nav-list a,body.md-studio-body .md-nav .menu a{border-bottom-color:#303640}
}
@media(max-width:600px){
  body.md-studio-body .md-header-inner{min-height:88px}
  body.md-studio-body .md-brand-logo{height:72px}
  body.md-studio-body .md-nav{inset:118px 0 0}
  body.md-studio-body .md-brand-logo-footer{height:92px}
}

/* v2.0.7 — transparent proportional logo + matched featured-product image panel */
body.md-studio-body .md-brand-logo{
  width:auto !important;
  height:104px !important;
  aspect-ratio:373 / 401 !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  background:transparent !important;
  border-radius:0 !important;
  filter:brightness(0) invert(1);
}
body.md-studio-body .md-footer-logo-card{
  background:transparent !important;
  padding:0 !important;
  border-radius:0 !important;
}
body.md-studio-body .md-brand-logo-footer{
  width:auto !important;
  height:112px !important;
  aspect-ratio:373 / 401 !important;
  background:transparent !important;
  filter:brightness(0) invert(1);
}
body.md-studio-body .md-case-image{
  background:#f2f0ec !important;
  box-shadow:0 36px 90px rgba(0,0,0,.34) !important;
}
body.md-studio-body .md-case-image:before{
  border-color:rgba(17,19,24,.14) !important;
}
body.md-studio-body .md-case-image img{
  mix-blend-mode:multiply !important;
}
@media(max-width:600px){
  body.md-studio-body .md-brand-logo{height:72px !important;}
  body.md-studio-body .md-brand-logo-footer{height:92px !important;}
}

/* v2.0.9 — original black logo on a clean white background. */
body.md-studio-body .md-brand-logo{
  width:auto !important;
  height:104px !important;
  aspect-ratio:373 / 401 !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  background:#fff !important;
  border-radius:2px !important;
  filter:none !important;
}
body.md-studio-body .md-footer-logo-card{
  display:inline-flex !important;
  background:#fff !important;
  padding:0 !important;
  border-radius:2px !important;
}
body.md-studio-body .md-brand-logo-footer{
  width:auto !important;
  height:112px !important;
  aspect-ratio:373 / 401 !important;
  background:#fff !important;
  border-radius:2px !important;
  filter:none !important;
}
@media(max-width:600px){
  body.md-studio-body .md-brand-logo{height:72px !important;}
  body.md-studio-body .md-brand-logo-footer{height:92px !important;}
}

/* =========================================================
   v2.1.0 — exact live implementation of the approved full-site preview
   ========================================================= */
body.md-studio-body .md-main h1,
body.md-studio-body .md-main h2,
body.md-studio-body .md-main h3{font-style:normal!important;text-transform:none!important}
body.md-studio-body .md-nav-list a.is-active{color:var(--md-accent)}

/* The site is natively dark, so plugin dark-mode toggles are intentionally hidden. */
body.md-studio-body .wp-dark-mode-switch,
body.md-studio-body .wp-dark-mode-switcher,
body.md-studio-body .wp-dark-mode-floating-switch,
body.md-studio-body #wp-dark-mode-switch,
body.md-studio-body [class*="wp-dark-mode-switch"]{display:none!important}

/* Approved catalogue layout */
.preview-shop-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.preview-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px;padding-bottom:18px;border-bottom:1px solid var(--md-line);font-size:13px;color:var(--md-muted)}
.preview-shop-toolbar select{min-height:42px;border:1px solid #3a424c;border-radius:4px;background:#171b21;color:#f2f4f6;padding:0 38px 0 12px;font:inherit}
.md-catalog-sort{margin:0}
.md-back-store{color:#c9cfd5;font-size:12px;font-weight:700}.md-back-store:hover{color:var(--md-accent)}
.md-live-catalogue{padding-top:70px}
.md-live-catalogue .md-category-row{margin-bottom:42px}
.md-empty-catalogue{padding:60px 0;border-top:1px solid var(--md-line)}
.md-empty-catalogue h2{font-size:34px;margin-bottom:10px}.md-empty-catalogue p{color:var(--md-muted)}

/* Product cards are the exact approved card system, not the default Woo loop. */
body.md-studio-body .md-live-catalogue .md-product-card-v2{background:#171b21!important;border-color:#303640!important;padding:0!important;margin:0!important;width:auto!important}
body.md-studio-body .md-live-catalogue .md-product-image{background:#fff!important}
body.md-studio-body .md-live-catalogue .md-product-image img{background:#fff!important;margin:0!important;padding:24px!important;mix-blend-mode:normal!important}
body.md-studio-body .md-live-catalogue .md-product-info{background:#171b21!important}
body.md-studio-body .md-live-catalogue .md-product-info h3 a{color:#f2f4f6!important}
body.md-studio-body .md-live-catalogue .md-product-bottom{border-top-color:#303640!important}

/* Approved single-product layout */
.preview-product-page{padding-top:60px}
.preview-breadcrumb{font-size:12px;color:#aeb5be;margin-bottom:34px}.preview-breadcrumb a{color:#c5cbd1}.preview-breadcrumb a:hover{color:var(--md-accent)}
.preview-single-product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:70px;align-items:start}
.preview-product-gallery{background:#fff;padding:28px;min-width:0}
.preview-product-summary h1{font-size:clamp(2.2rem,4.3vw,4rem);line-height:1.04;margin-bottom:14px;color:#f2f4f6}
.preview-rating{display:flex;align-items:center;gap:10px;font-size:13px;color:#c4513f;margin:12px 0 20px}.preview-rating>span:last-child{color:#aeb5be}.md-rating-stars{letter-spacing:.05em;color:#c4513f}
.preview-price{font-weight:800;font-size:24px!important;color:#f2f4f6!important;margin-bottom:20px!important}
.md-live-short-description,.md-live-short-description p{color:#b9c0c8!important;font-size:15px;line-height:1.72}
.preview-product-meta{border-top:1px solid #303640;padding-top:18px;display:grid;gap:8px;font-size:12px;color:#aeb5be}.preview-product-meta strong{color:#f2f4f6}

/* Woo product gallery inside the approved white presentation panel. */
.md-live-gallery .woocommerce-product-gallery{float:none!important;width:100%!important;margin:0!important;background:#fff!important;padding:0!important}
.md-live-gallery .woocommerce-product-gallery__wrapper{margin:0!important}
.md-live-gallery .woocommerce-product-gallery__image{background:#fff!important}
.md-live-gallery .woocommerce-product-gallery__image img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:1/1;object-fit:contain!important;background:#fff!important;margin:0!important;padding:0!important;mix-blend-mode:normal!important}
.md-live-gallery .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(4,70px)!important;gap:10px!important;margin:18px 0 0!important;padding:0!important;list-style:none!important}
.md-live-gallery .flex-control-thumbs li{float:none!important;width:70px!important;height:70px!important;margin:0!important;background:#fff!important;border:1px solid #dfe1e3!important;overflow:hidden}
.md-live-gallery .flex-control-thumbs li img{width:100%!important;height:100%!important;object-fit:contain!important;padding:5px!important;background:#fff!important}
.md-live-gallery .woocommerce-product-gallery__trigger{color:#111318!important;background:#fff!important}

/* Keep the real WooCommerce variation/quantity/cart behaviour while matching preview styling. */
.md-live-add-to-cart{margin:26px 0 26px}
.md-live-add-to-cart form.cart{margin:0!important}
.md-live-add-to-cart form.cart:not(.variations_form){display:flex;align-items:stretch;gap:12px;flex-wrap:wrap}
.md-live-add-to-cart .quantity .qty{width:72px!important;min-height:50px!important;background:#171b21!important;color:#f2f4f6!important;border:1px solid #3a424c!important;border-radius:4px!important;text-align:center}
.md-live-add-to-cart .single_add_to_cart_button{min-height:50px!important;padding:0 22px!important;background:var(--md-accent)!important;color:#fff!important;border-radius:6px!important;font-weight:760!important}
.md-live-add-to-cart .single_add_to_cart_button:hover{background:var(--md-accent-2)!important}
.md-live-add-to-cart table.variations{margin:0 0 18px!important;width:100%!important;border:0!important}
.md-live-add-to-cart table.variations th,.md-live-add-to-cart table.variations td{display:block!important;width:100%!important;padding:0!important;border:0!important;text-align:left!important}
.md-live-add-to-cart table.variations th.label{margin:0 0 7px!important;color:#f2f4f6!important;font-size:12px!important}
.md-live-add-to-cart table.variations select{width:100%!important;min-height:48px!important;margin:0 0 16px!important;background:#171b21!important;color:#f2f4f6!important;border:1px solid #3a424c!important;border-radius:4px!important;padding:0 12px!important}
.md-live-add-to-cart .reset_variations{color:#aeb5be!important;font-size:11px!important}
.md-live-add-to-cart .woocommerce-variation-price{margin:10px 0!important}
.md-live-add-to-cart .woocommerce-variation-add-to-cart{display:flex!important;align-items:stretch!important;gap:12px!important;flex-wrap:wrap!important}

/* Woo tabs restyled as the preview tabs. */
.md-live-product-tabs{margin-top:70px;border-top:1px solid #303640}
.md-live-product-tabs .woocommerce-tabs{margin:0!important}
.md-live-product-tabs .woocommerce-tabs ul.tabs{display:flex!important;gap:30px!important;margin:0!important;padding:0!important;border-bottom:1px solid #303640!important;list-style:none!important}
.md-live-product-tabs .woocommerce-tabs ul.tabs:before,.md-live-product-tabs .woocommerce-tabs ul.tabs:after{display:none!important}
.md-live-product-tabs .woocommerce-tabs ul.tabs li{background:none!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important}
.md-live-product-tabs .woocommerce-tabs ul.tabs li:before,.md-live-product-tabs .woocommerce-tabs ul.tabs li:after{display:none!important}
.md-live-product-tabs .woocommerce-tabs ul.tabs li a{display:block!important;padding:18px 0!important;color:#dfe3e7!important;font-weight:750!important}
.md-live-product-tabs .woocommerce-tabs ul.tabs li.active a{border-bottom:2px solid #f2f4f6!important;color:#fff!important}
.md-live-product-tabs .woocommerce-tabs .panel{max-width:900px!important;padding:30px 0!important;margin:0!important;color:#b9c0c8!important}
.md-live-product-tabs .woocommerce-tabs .panel h2{font-size:28px;color:#f2f4f6!important}
.md-live-product-tabs .woocommerce-tabs .panel p,.md-live-product-tabs .woocommerce-tabs .panel li{color:#b9c0c8!important}
.preview-related{margin-top:70px}

/* Utility WooCommerce pages: use the approved dark cards/forms instead of Astra's defaults. */
.md-commerce-hero{padding:96px 0 86px}.md-commerce-hero h1{margin:0 0 16px;max-width:850px;color:#fff;font-size:clamp(3rem,6vw,5.6rem);line-height:.98}.md-commerce-hero p{margin:0;max-width:720px;color:#aeb5be;font-size:16px}
.md-commerce-content{background:#0d1014}.md-commerce-shell{color:#f2f4f6}
.md-commerce-shell .woocommerce{color:#f2f4f6}
.md-commerce-shell table.shop_table{border:1px solid #303640!important;border-collapse:collapse!important;background:#171b21!important;border-radius:0!important}
.md-commerce-shell table.shop_table th,.md-commerce-shell table.shop_table td{border-color:#303640!important;color:#e7eaed!important;padding:16px!important}
.md-commerce-shell .cart_totals,.md-commerce-shell .woocommerce-checkout-review-order,.md-commerce-shell .woocommerce-form-login,.md-commerce-shell .woocommerce-MyAccount-content,.md-commerce-shell .woocommerce-MyAccount-navigation{background:#171b21!important;border:1px solid #303640!important;padding:26px!important}
.md-commerce-shell input.input-text,.md-commerce-shell textarea,.md-commerce-shell select,.md-commerce-shell .select2-selection{background:#101318!important;color:#f2f4f6!important;border:1px solid #3a424c!important;border-radius:4px!important;min-height:44px!important}
.md-commerce-shell .select2-selection__rendered{color:#f2f4f6!important;line-height:42px!important}.select2-dropdown{background:#171b21!important;color:#f2f4f6!important;border-color:#3a424c!important}
.md-commerce-shell .button,.md-commerce-shell button.button,.md-commerce-shell input.button{background:#f2f4f6!important;color:#111318!important;border-radius:6px!important}.md-commerce-shell .button.alt,.md-commerce-shell button.button.alt{background:var(--md-accent)!important;color:#fff!important}
.md-commerce-shell a{color:#f2f4f6}.md-commerce-shell a:hover{color:var(--md-accent)}
.md-commerce-shell .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}.md-commerce-shell .woocommerce-MyAccount-navigation li+li{border-top:1px solid #303640}.md-commerce-shell .woocommerce-MyAccount-navigation a{display:block;padding:12px 0}

/* WP/Woo notices */
body.md-studio-body .woocommerce-message,body.md-studio-body .woocommerce-info,body.md-studio-body .woocommerce-error{background:#171b21!important;color:#e7eaed!important;border-top-color:var(--md-accent)!important}

/* Prevent Astra archive/content styling from re-entering our custom catalogue. */
body.md-studio-body .md-live-catalogue .ast-container,
body.md-studio-body .md-live-product-page .ast-container{max-width:none!important;padding:0!important;margin:0!important}
body.md-studio-body .md-live-catalogue .entry-title,
body.md-studio-body .md-live-catalogue .woocommerce-products-header,
body.md-studio-body .md-live-catalogue .woocommerce-result-count,
body.md-studio-body .md-live-catalogue .woocommerce-ordering{display:none!important}

@media(max-width:1050px){
  .preview-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .preview-single-product{grid-template-columns:1fr;gap:35px}
  .preview-related .md-product-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .preview-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .preview-shop-toolbar{align-items:flex-start;flex-direction:column}
  .preview-single-product{gap:24px}
  .preview-product-summary h1{font-size:2.2rem}
  .preview-related .md-product-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.md-studio-body .md-nav-list a.is-active{color:#fff}
}
@media(max-width:520px){
  .preview-shop-grid,.preview-related .md-product-grid-v2{grid-template-columns:1fr}
}


/* =========================================================
   v2.1.1 — dark-theme heading contrast fix
   Astra can apply its own heading colour after the child theme.
   Force all content headings to the approved light colour.
   ========================================================= */
body.md-studio-body .md-main h1,
body.md-studio-body .md-main h2,
body.md-studio-body .md-main h3,
body.md-studio-body .md-main h4,
body.md-studio-body .md-main h5,
body.md-studio-body .md-main h6,
body.md-studio-body .md-shop-hero h1,
body.md-studio-body .md-service-detail h2,
body.md-studio-body .md-service-step-grid h3,
body.md-studio-body .md-commerce-shell h1,
body.md-studio-body .md-commerce-shell h2,
body.md-studio-body .md-commerce-shell h3{
  color:#f2f4f6!important;
}

/* Keep deliberately light-background controls readable. */
body.md-studio-body .md-btn-light,
body.md-studio-body .md-btn-dark,
body.md-studio-body .md-header-cta{color:#111318!important;}
body.md-studio-body .md-btn-light:hover,
body.md-studio-body .md-btn-dark:hover,
body.md-studio-body .md-header-cta:hover{color:#fff!important;}
\n\n/* =========================================================
   v2.1.2 — Astra heading override + reliable cache busting
   ========================================================= */
html body.md-studio-body main.md-main .md-service-detail h2,
html body.md-studio-body main.md-main .md-service-detail h2 *,
html body.md-studio-body main.md-main .md-service-step-grid h3,
html body.md-studio-body main.md-main .md-service-step-grid h3 *,
html body.md-studio-body main.md-main .md-shop-hero h1,
html body.md-studio-body main.md-main .md-shop-hero h1 *,
html body.md-studio-body main.md-main .md-section-head h2,
html body.md-studio-body main.md-main .md-section-head h2 *,
html body.md-studio-body main.md-main .md-commerce-shell h1,
html body.md-studio-body main.md-main .md-commerce-shell h2,
html body.md-studio-body main.md-main .md-commerce-shell h3 {
  color:#f2f4f6 !important;
  -webkit-text-fill-color:#f2f4f6 !important;
  opacity:1 !important;
}

/* Dark-theme defaults for all major headings inside custom content. */
html body.md-studio-body main.md-main h1,
html body.md-studio-body main.md-main h2,
html body.md-studio-body main.md-main h3 {
  color:#f2f4f6 !important;
  -webkit-text-fill-color:#f2f4f6 !important;
}


/* =========================================================
   v2.1.6 — approved socket-template grid render
   Use the clean, text-free engineering-grid image exactly as approved.
   ========================================================= */
body.md-studio-body .md-case-image.md-case-image-render{
  min-height:0;
  padding:0;
  background:transparent;
  box-shadow:none;
  overflow:hidden;
}
body.md-studio-body .md-case-image.md-case-image-render:before,
body.md-studio-body .md-case-image.md-case-image-render:after{display:none!important;}
body.md-studio-body .md-case-image.md-case-image-render img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  mix-blend-mode:normal;
}

/* v2.1.8 — Reverse Engineering feature: same product-on-grid visual language as the approved design panel. */
body.md-studio-body .md-service-feature{
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-rows:auto minmax(320px,1fr) auto;
  gap:22px;
  justify-content:stretch;
  align-items:start;
  background:#171a20;
  background-image:none;
}
body.md-studio-body .md-service-feature:after{display:none}
body.md-studio-body .md-service-feature>.md-service-number{grid-column:1;grid-row:1;align-self:center}
body.md-studio-body .md-service-feature>.md-service-icon{grid-column:2;grid-row:1;margin:0}
body.md-studio-body .md-service-feature-visual{
  grid-column:1/-1;
  grid-row:2;
  min-height:320px;
  overflow:hidden;
  border:1px solid #343b45;
  background:#f7f6f2;
}
body.md-studio-body .md-service-feature-visual img{
  display:block;
  width:100%;
  height:100%;
  min-height:320px;
  object-fit:cover;
  object-position:center;
}
body.md-studio-body .md-service-feature>div:last-child{grid-column:1/-1;grid-row:3;position:relative;z-index:1}

@media (max-width:1179px){
  body.md-studio-body .md-service-feature{grid-template-rows:auto minmax(280px,1fr) auto}
  body.md-studio-body .md-service-feature-visual,
  body.md-studio-body .md-service-feature-visual img{min-height:280px}
}
@media (max-width:720px){
  body.md-studio-body .md-service-feature{grid-template-rows:auto 250px auto;gap:18px}
  body.md-studio-body .md-service-feature-visual,
  body.md-studio-body .md-service-feature-visual img{min-height:250px}
}

/* v2.2.0 — Variable product option buttons: strong contrast on the permanent dark theme. */
.md-live-add-to-cart .variations_form .variable-items-wrapper{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  margin:0 0 16px!important;
  padding:0!important;
  list-style:none!important;
}
.md-live-add-to-cart .variations_form .variable-item,
.md-live-add-to-cart .variations_form .button-variable-item,
.md-live-add-to-cart .variations_form button:not(.single_add_to_cart_button),
.md-live-add-to-cart .variations_form .select_option,
.md-live-add-to-cart .variations_form .select_option_label{
  min-height:40px!important;
  padding:9px 13px!important;
  border:1px solid #3a424c!important;
  border-radius:4px!important;
  background:#171b21!important;
  color:#f2f4f6!important;
  -webkit-text-fill-color:#f2f4f6!important;
  box-shadow:none!important;
  font-weight:700!important;
  line-height:1.2!important;
  opacity:1;
}
.md-live-add-to-cart .variations_form .variable-item *,
.md-live-add-to-cart .variations_form .button-variable-item *,
.md-live-add-to-cart .variations_form .variable-item-span,
.md-live-add-to-cart .variations_form .variable-item-span-button,
.md-live-add-to-cart .variations_form .select_option *,
.md-live-add-to-cart .variations_form .select_option_label *{
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
}
.md-live-add-to-cart .variations_form .variable-item:hover,
.md-live-add-to-cart .variations_form .button-variable-item:hover,
.md-live-add-to-cart .variations_form button:not(.single_add_to_cart_button):hover,
.md-live-add-to-cart .variations_form .select_option:hover,
.md-live-add-to-cart .variations_form .select_option_label:hover{
  border-color:#c4513f!important;
  background:#20252c!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.md-live-add-to-cart .variations_form .variable-item.selected,
.md-live-add-to-cart .variations_form .button-variable-item.selected,
.md-live-add-to-cart .variations_form .variable-item[aria-checked="true"],
.md-live-add-to-cart .variations_form button[aria-pressed="true"],
.md-live-add-to-cart .variations_form .select_option.selected,
.md-live-add-to-cart .variations_form .select_option_label.selected{
  border-color:#c4513f!important;
  background:#c4513f!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.md-live-add-to-cart .variations_form .variable-item.disabled,
.md-live-add-to-cart .variations_form .variable-item[aria-disabled="true"],
.md-live-add-to-cart .variations_form button:disabled,
.md-live-add-to-cart .variations_form .select_option.disabled{
  opacity:.38!important;
  cursor:not-allowed!important;
  color:#d2d6da!important;
  -webkit-text-fill-color:#d2d6da!important;
}
.md-live-add-to-cart .single_add_to_cart_button.disabled,
.md-live-add-to-cart .single_add_to_cart_button:disabled{
  opacity:.58!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

/* v2.2.1 — broad fallback for third-party WooCommerce variation swatch plugins. */
body.single-product .md-live-add-to-cart form.variations_form .cfvsw-swatches-option,
body.single-product .md-live-add-to-cart form.variations_form .rtwpvs-term,
body.single-product .md-live-add-to-cart form.variations_form .thwvsf-wrapper-item-li,
body.single-product .md-live-add-to-cart form.variations_form .swatchly-swatch,
body.single-product .md-live-add-to-cart form.variations_form .wcboost-variation-swatches__item,
body.single-product .md-live-add-to-cart form.variations_form .tawcvs-swatches .swatch{
  background:#171b21!important;
  border-color:#46505c!important;
  color:#f2f4f6!important;
  -webkit-text-fill-color:#f2f4f6!important;
}

/* =========================================================
   v2.2.2 — Basket/cart contrast and action visibility
   Keep WooCommerce cart controls readable on the permanent dark theme.
   ========================================================= */
body.md-studio-body.woocommerce-cart .md-commerce-shell table.shop_table,
body.md-studio-body .md-commerce-shell .woocommerce-cart-form table.shop_table{
  background:#171b21!important;
  border-color:#39414b!important;
}
body.md-studio-body.woocommerce-cart .md-commerce-shell table.shop_table thead th,
body.md-studio-body .md-commerce-shell .woocommerce-cart-form table.shop_table thead th{
  background:#11151a!important;
  color:#f2f4f6!important;
  -webkit-text-fill-color:#f2f4f6!important;
  border-color:#39414b!important;
  font-weight:750!important;
  opacity:1!important;
}
body.md-studio-body.woocommerce-cart .md-commerce-shell table.shop_table tbody td,
body.md-studio-body .md-commerce-shell .woocommerce-cart-form table.shop_table tbody td{
  background:#171b21!important;
  color:#e7eaed!important;
  -webkit-text-fill-color:#e7eaed!important;
  border-color:#39414b!important;
}
body.md-studio-body .md-commerce-shell .woocommerce-cart-form .product-name a{
  color:#f2f4f6!important;
  -webkit-text-fill-color:#f2f4f6!important;
  font-weight:700!important;
}
body.md-studio-body .md-commerce-shell .woocommerce-cart-form .product-price,
body.md-studio-body .md-commerce-shell .woocommerce-cart-form .product-subtotal,
body.md-studio-body .md-commerce-shell .woocommerce-cart-form .amount{
  color:#f2f4f6!important;
  -webkit-text-fill-color:#f2f4f6!important;
}
body.md-studio-body .md-commerce-shell .woocommerce-cart-form a.remove{
  display:inline-grid!important;
  place-items:center!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  border:1px solid #59636f!important;
  border-radius:50%!important;
  background:#11151a!important;
  color:#f2f4f6!important;
  -webkit-text-fill-color:#f2f4f6!important;
  font-size:20px!important;
  font-weight:400!important;
  line-height:1!important;
  text-decoration:none!important;
  opacity:1!important;
}
body.md-studio-body .md-commerce-shell .woocommerce-cart-form a.remove:hover,
body.md-studio-body .md-commerce-shell .woocommerce-cart-form a.remove:focus{
  background:var(--md-accent)!important;
  border-color:var(--md-accent)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.md-studio-body .md-commerce-shell .woocommerce-cart-form .quantity .qty{
  background:#101318!important;
  color:#f2f4f6!important;
  -webkit-text-fill-color:#f2f4f6!important;
  border:1px solid #46515d!important;
}
body.md-studio-body .md-commerce-shell .woocommerce-cart-form .coupon #coupon_code{
  background:#101318!important;
  color:#f2f4f6!important;
  -webkit-text-fill-color:#f2f4f6!important;
  border:1px solid #46515d!important;
}
body.md-studio-body .md-commerce-shell .woocommerce-cart-form .coupon #coupon_code::placeholder{
  color:#aeb5be!important;
  opacity:1!important;
}
body.md-studio-body .md-commerce-shell .woocommerce-cart-form td.actions{
  background:#171b21!important;
}
body.md-studio-body .md-commerce-shell .woocommerce-cart-form button[name="update_cart"]:disabled,
body.md-studio-body .md-commerce-shell .woocommerce-cart-form button[name="update_cart"].disabled{
  background:#4b535d!important;
  color:#d8dde2!important;
  -webkit-text-fill-color:#d8dde2!important;
  opacity:.72!important;
}
body.md-studio-body .md-commerce-shell .cart_totals h2,
body.md-studio-body .md-commerce-shell .cart_totals table th,
body.md-studio-body .md-commerce-shell .cart_totals table td{
  background:#171b21!important;
  color:#f2f4f6!important;
  -webkit-text-fill-color:#f2f4f6!important;
  border-color:#39414b!important;
}
@media(max-width:768px){
  body.md-studio-body .md-commerce-shell .woocommerce-cart-form table.shop_table_responsive tr td:before{
    color:#aeb5be!important;
    -webkit-text-fill-color:#aeb5be!important;
  }
}

/* v2.2.5 - Trustindex review links */


/* v2.2.6 - Trustindex eBay review badge in footer */
.md-trustindex-footer-badge {
    display: inline-block;
    width: 207px;
    max-width: 100%;
    margin-top: 20px;
    line-height: 0;
    border-radius: 4px;
    transition: transform .2s ease, opacity .2s ease;
}

.md-trustindex-footer-badge img {
    display: block;
    width: 100%;
    height: auto;
}

.md-trustindex-footer-badge:hover,
.md-trustindex-footer-badge:focus-visible {
    transform: translateY(-2px);
    opacity: .92;
}

/* v2.2.8 - Trustindex/eBay footer badge without year */
.md-trustindex-footer-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    max-width: 100%;
    margin-top: 20px;
    padding: 8px 10px 9px;
    background: #101214;
    border: 1px solid #2b3138;
    border-radius: 5px;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    line-height: 1.15;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}
.md-trustindex-footer-badge:hover,
.md-trustindex-footer-badge:focus-visible {
    transform: translateY(-2px);
    border-color: #56606b;
    background: #15181b;
    opacity: 1;
}
.md-trustindex-badge-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-weight: 800;
}
.md-ebay-word {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 1;
}
.md-ebay-word .md-ebay-e { color: #e53238 !important; -webkit-text-fill-color: #e53238 !important; }
.md-ebay-word .md-ebay-b { color: #0064d2 !important; -webkit-text-fill-color: #0064d2 !important; }
.md-ebay-word .md-ebay-a { color: #f5af02 !important; -webkit-text-fill-color: #f5af02 !important; }
.md-ebay-word .md-ebay-y { color: #86b817 !important; -webkit-text-fill-color: #86b817 !important; }
.md-review-stars {
    color: #f5c21b !important;
    -webkit-text-fill-color: #f5c21b !important;
    font-size: 18px;
    letter-spacing: -1px;
}
.md-review-score {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 15px;
    font-weight: 800;
}
.md-trustindex-badge-title {
    margin-top: 4px;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.15;
}
.md-trustindex-badge-verified {
    margin-top: 4px;
    color: #eef1f4 !important;
    -webkit-text-fill-color: #eef1f4 !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}


/* v2.2.9 - simplify footer brand block */
.md-footer-brand .md-trustindex-footer-badge{margin-top:0;}

/* v2.3.0 - ensure legacy footer location row is never shown */
body.md-studio-body .md-footer .md-footer-location{display:none!important;}


/* =========================================================
   v2.3.1 — 3D-printing clarity + mobile navigation layering
   ========================================================= */

/* Dedicated homepage 3D-printing section. */
body.md-studio-body .md-printing-v2{
  background:#101318;
  border-top:1px solid #262c34;
  border-bottom:1px solid #262c34;
}
body.md-studio-body .md-printing-v2-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:78px;
  align-items:center;
}
body.md-studio-body .md-printing-copy h2{
  margin:0 0 24px;
  max-width:680px;
  font-size:clamp(2.7rem,4.8vw,4.8rem);
  line-height:1.01;
}
body.md-studio-body .md-printing-copy p{
  max-width:700px;
  color:#b9c0c8;
  font-size:16px;
}
body.md-studio-body .md-printing-copy .md-btn{margin-top:12px}
body.md-studio-body .md-printing-panel{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid #303640;
  background:#171b21;
}
body.md-studio-body .md-printing-panel>div{
  min-height:190px;
  padding:30px 26px;
  border-right:1px solid #303640;
}
body.md-studio-body .md-printing-panel>div:nth-child(3){border-right:0}
body.md-studio-body .md-printing-panel strong,
body.md-studio-body .md-printing-panel span{display:block}
body.md-studio-body .md-printing-panel strong{
  margin-bottom:12px;
  color:#f2f4f6;
  font-size:16px;
}
body.md-studio-body .md-printing-panel span{
  color:#aeb5be;
  font-size:13px;
  line-height:1.7;
}
body.md-studio-body .md-printing-panel .md-printing-materials{
  grid-column:1/-1;
  min-height:0;
  border-top:1px solid #303640;
  border-right:0;
  background:#12161b;
}

/* Give the Reverse Engineering image and copy a deliberate visual break. */
body.md-studio-body .md-service-feature>div:last-child{padding-top:10px}

/* Keep the mobile drawer above every homepage section/stacking context. */
@media (max-width:1050px){
  body.md-studio-body.md-menu-open .md-header,
  body.md-studio-body .md-header{z-index:10000!important}
  body.md-studio-body .md-nav{
    z-index:10020!important;
  }
  body.md-studio-body.md-menu-open .md-nav{
    display:block!important;
    z-index:10020!important;
    isolation:isolate;
    box-shadow:0 24px 60px rgba(0,0,0,.55);
  }
  body.md-studio-body.md-menu-open .md-nav:before{
    content:"";
    position:fixed;
    inset:0;
    z-index:-1;
    background:#0d1014;
  }
}

@media (max-width:900px){
  body.md-studio-body .md-printing-v2-grid{grid-template-columns:1fr;gap:42px}
}

@media (max-width:720px){
  body.md-studio-body .md-service-feature>div:last-child{padding-top:18px}
  body.md-studio-body .md-printing-panel{grid-template-columns:1fr}
  body.md-studio-body .md-printing-panel>div,
  body.md-studio-body .md-printing-panel>div:nth-child(3){
    min-height:0;
    border-right:0;
    border-bottom:1px solid #303640;
  }
  body.md-studio-body .md-printing-panel .md-printing-materials{border-bottom:0}
}


/* =========================================================
   v2.3.2 — mobile drawer starts directly below visible header
   ========================================================= */
@media (max-width:900px){
  /* Header must remain visible while the drawer is open. */
  body.md-studio-body .md-header,
  body.md-studio-body.md-menu-open .md-header{
    z-index:10030!important;
  }

  /* studio.js supplies the exact visible header bottom in this variable. */
  body.md-studio-body .md-nav{
    top:var(--md-mobile-nav-top, 130px)!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    padding:10px 24px 24px!important;
    z-index:10020!important;
    background:#0d1014!important;
  }

  body.md-studio-body.md-menu-open .md-nav{
    display:block!important;
    isolation:auto!important;
    box-shadow:0 20px 45px rgba(0,0,0,.45);
  }

  /* v2.3.1 used a full-viewport pseudo overlay. It covered the header and
     made the space before Home look like an empty menu. The drawer itself
     already provides the required opaque background, so remove it. */
  body.md-studio-body.md-menu-open .md-nav:before{
    content:none!important;
    display:none!important;
  }

  body.md-studio-body .md-nav-list a,
  body.md-studio-body .md-nav .menu a{
    padding:14px 0!important;
  }
}

@media (max-width:640px){
  body.md-studio-body .md-nav{
    top:var(--md-mobile-nav-top, 114px)!important;
    padding-top:8px!important;
  }
}

@media (max-width:600px){
  body.md-studio-body .md-nav{
    top:var(--md-mobile-nav-top, 118px)!important;
  }
}


/* =========================================================
   v2.3.3 — robust mobile menu positioning
   Use the sticky site header itself as the positioning anchor.
   This removes viewport/header-bottom calculations and makes
   the first menu item start immediately under the header.
   ========================================================= */
@media (max-width:900px){
  body.md-studio-body .md-header,
  body.md-studio-body.md-menu-open .md-header{
    position:sticky!important;
    top:0!important;
    overflow:visible!important;
    z-index:10000!important;
  }

  /* The drawer is anchored to the actual bottom edge of .md-header. */
  body.md-studio-body .md-nav{
    position:absolute!important;
    top:100%!important;
    right:0!important;
    bottom:auto!important;
    left:0!important;
    inset:auto 0 auto 0!important;
    width:100%!important;
    max-height:calc(100dvh - 84px)!important;
    margin:0!important;
    padding:8px 24px 24px!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    display:none!important;
    background:#0d1014!important;
    border-top:1px solid #303640!important;
    box-shadow:0 20px 45px rgba(0,0,0,.45)!important;
    z-index:10020!important;
    transform:none!important;
  }

  body.md-studio-body.md-menu-open .md-nav{
    display:block!important;
  }

  body.md-studio-body.md-menu-open .md-nav:before{
    content:none!important;
    display:none!important;
  }

  body.md-studio-body .md-nav-list,
  body.md-studio-body .md-nav .menu{
    display:block!important;
    margin:0!important;
    padding:0!important;
  }

  body.md-studio-body .md-nav-list li,
  body.md-studio-body .md-nav .menu li{
    margin:0!important;
    padding:0!important;
  }

  body.md-studio-body .md-nav-list a,
  body.md-studio-body .md-nav .menu a{
    display:block!important;
    margin:0!important;
    padding:14px 0!important;
    line-height:1.3!important;
  }

  body.md-studio-body .md-nav-list li:first-child > a,
  body.md-studio-body .md-nav .menu li:first-child > a{
    padding-top:10px!important;
  }
}

@media (max-width:600px){
  body.md-studio-body .md-nav{
    top:100%!important;
    inset:auto 0 auto 0!important;
    padding-top:6px!important;
    max-height:calc(100dvh - 72px)!important;
  }
}


/* =========================================================
   v2.3.5 - reliable mobile menu with always-visible close X
   ========================================================= */
.md-nav-drawer-top{display:none;}

@media (max-width:900px){
  body.md-studio-body.md-menu-open{
    overflow:hidden!important;
  }

  /* The open mobile menu is fixed to the browser viewport. This prevents
     page scroll or mobile browser chrome from hiding Home or the close X. */
  body.md-studio-body.md-menu-open .md-nav{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    height:100dvh!important;
    max-height:none!important;
    margin:0!important;
    padding:0 24px 28px!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    background:#0d1014!important;
    border:0!important;
    box-shadow:none!important;
    z-index:2147483000!important;
  }

  body.md-studio-body .md-nav-drawer-top{
    position:sticky!important;
    top:0!important;
    z-index:2147483001!important;
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    min-height:68px;
    margin:0 -24px 6px;
    padding:10px 18px 10px 24px;
    background:#0d1014;
    border-bottom:1px solid #303640;
  }

  body.md-studio-body .md-nav-drawer-label{
    color:#b9bec6;
    font-size:13px;
    font-weight:750;
    letter-spacing:.12em;
    text-transform:uppercase;
  }

  body.md-studio-body .md-nav-drawer-close{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    margin:0;
    padding:0;
    border:1px solid #4a515b;
    border-radius:50%;
    background:#171b21;
    color:#f2f4f6;
    cursor:pointer;
    appearance:none;
    -webkit-appearance:none;
  }

  body.md-studio-body .md-nav-drawer-close svg{
    display:block;
    width:24px;
    height:24px;
    fill:none;
    stroke:currentColor;
    stroke-width:2.2;
    stroke-linecap:round;
  }

  body.md-studio-body .md-nav-drawer-close:hover,
  body.md-studio-body .md-nav-drawer-close:focus-visible{
    border-color:var(--md-accent);
    color:#fff;
    outline:none;
  }

  body.md-studio-body .md-nav-list,
  body.md-studio-body .md-nav .menu{
    margin:0!important;
    padding:0!important;
  }

  body.md-studio-body .md-nav-list li:first-child > a,
  body.md-studio-body .md-nav .menu li:first-child > a{
    padding-top:14px!important;
  }
}
