/*
Theme Name: EmbroMark
Theme URI: https://embromark.pk/
Author: EmbroMark
Description: Lightweight, responsive WordPress theme for EmbroMark custom apparel, embroidery, stitching and printing.
Version: 2.4.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: embromark
*/
:root{
  --em-ink:#2f3034;
  --em-deep:#1f2024;
  --em-gold:#bf8435;
  --em-gold-dark:#9f6925;
  --em-paper:#fff;
  --em-soft:#f5f2ec;
  --em-line:#e7e2d8;
  --em-muted:#6f7075;
  --em-max:1220px;
  --em-radius:18px;
  --em-shadow:0 20px 55px rgba(31,32,36,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--em-ink);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
.em-wrap{width:min(calc(100% - 48px),var(--em-max));margin-inline:auto}
.em-section{padding:104px 0}
.em-soft{background:var(--em-soft)}
.em-h1,.em-h2,.em-h3,h1,h2,h3{font-family:"Manrope",system-ui,sans-serif;color:var(--em-ink);margin:0;letter-spacing:-.035em}
.em-h1{font-size:clamp(3.2rem,5.4vw,5.35rem);line-height:1.03;font-weight:700;max-width:760px}
.em-h1 span{color:var(--em-gold-dark)}
.em-h2{font-size:clamp(2.25rem,3.8vw,3.65rem);line-height:1.08;font-weight:700;max-width:760px}
.em-h3{font-size:1.3rem;font-weight:700;line-height:1.2}
p{margin:0;color:var(--em-muted)}
.em-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--em-gold-dark);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.em-eyebrow:before{content:"";width:28px;height:1px;background:currentColor}
.em-eyebrow-light{color:#e6bc82}
.em-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 23px;border-radius:10px;border:1px solid transparent;font-size:.9rem;font-weight:700;transition:.2s ease}
.em-btn:hover{transform:translateY(-2px)}
.em-btn-gold{background:var(--em-gold);color:#fff;box-shadow:0 10px 25px rgba(191,132,53,.18)}
.em-btn-outline{background:#fff;border-color:var(--em-line);color:var(--em-ink)}
.em-btn-light{background:#fff;color:var(--em-deep)}
.em-title-row{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:72px;align-items:end;margin-bottom:46px}
.em-title-row>p{max-width:520px;font-size:.98rem;line-height:1.75}

/* Header */
.em-topbar{display:none}
.em-site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(231,226,216,.88)}
.em-nav{min-height:78px;display:flex;align-items:center;gap:28px}
.em-brand{width:170px;flex:0 0 auto}.em-brand img{width:100%;height:50px;object-fit:contain;object-position:left center}
.em-menu{margin-left:auto;display:flex;gap:25px;align-items:center;list-style:none;padding:0;font-size:.86rem;font-weight:600}.em-menu li{margin:0}.em-menu a:hover,.em-menu .current-menu-item>a{color:var(--em-gold-dark)}
.em-header-cta{margin-left:2px;min-height:44px;padding-inline:18px;border-radius:9px;font-size:.82rem}
.em-mobile-toggle{display:none;margin-left:auto;border:0;background:transparent;color:var(--em-ink);font-size:1.55rem}

/* Hero */
.em-hero-clean{background:#fbfaf7;padding:70px 0 76px;border-bottom:1px solid var(--em-line)}
.em-hero-clean-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:68px;align-items:center}
.em-hero-clean-copy{padding:24px 0}
.em-lead{max-width:680px;margin-top:26px;font-size:1.08rem;line-height:1.8}
.em-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.em-proof-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:720px;margin-top:44px;padding-top:22px;border-top:1px solid var(--em-line)}
.em-proof-row>div{display:flex;gap:10px;align-items:flex-start}.em-proof-row strong{color:var(--em-gold-dark);font-size:.72rem;letter-spacing:.08em}.em-proof-row span{font-size:.82rem;font-weight:600;line-height:1.35}
.em-hero-photo-wrap{position:relative;min-height:570px;border-radius:22px;overflow:hidden;background:#ddd;box-shadow:var(--em-shadow)}
.em-hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.em-hero-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,20,22,.03) 45%,rgba(20,20,22,.42) 100%)}
.em-hero-photo-note{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;background:rgba(255,255,255,.94);border-radius:12px;padding:18px 20px;display:flex;justify-content:space-between;gap:20px;align-items:center;box-shadow:0 14px 35px rgba(0,0,0,.08)}
.em-hero-photo-note small{font-size:.66rem;letter-spacing:.11em;font-weight:700;color:var(--em-gold-dark)}.em-hero-photo-note strong{font-size:.9rem}

.em-cap-strip{background:#fff;border-bottom:1px solid var(--em-line)}
.em-cap-strip .em-wrap{min-height:64px;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.em-cap-strip i{width:4px;height:4px;border-radius:50%;background:var(--em-gold)}

/* Services */
.em-photo-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.em-photo-service{background:#fff;border:1px solid var(--em-line);border-radius:var(--em-radius);overflow:hidden;transition:.22s ease}
.em-photo-service:hover{transform:translateY(-5px);box-shadow:var(--em-shadow)}
.em-photo-service-img{aspect-ratio:4/3;overflow:hidden;background:#ddd}.em-photo-service-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.em-photo-service:hover img{transform:scale(1.025)}
.em-photo-service-body{padding:24px 24px 26px}.em-photo-service-body h3{font-size:1.25rem;margin:0 0 10px;font-weight:700;letter-spacing:-.025em}.em-photo-service-body p{font-size:.91rem;line-height:1.7;min-height:78px}.em-photo-service-body span{display:inline-block;margin-top:18px;color:var(--em-gold-dark);font-size:.82rem;font-weight:700}

/* Product gallery */
.em-product-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.em-product-photo-card{position:relative;min-height:300px;border-radius:16px;overflow:hidden;background:#333;color:#fff;isolation:isolate}
.em-product-photo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.em-product-photo-card:hover img{transform:scale(1.035)}
.em-product-photo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,12,.03),rgba(10,10,12,.66));z-index:1}
.em-product-photo-copy{position:absolute;left:22px;right:22px;bottom:20px;z-index:2}.em-product-photo-copy small{display:block;font-size:.65rem;text-transform:uppercase;letter-spacing:.11em;opacity:.8;font-weight:700;margin-bottom:5px}.em-product-photo-copy h3{font-size:1.3rem;margin:0;color:#fff;font-weight:700;letter-spacing:-.02em}

/* Business split */
.em-business-clean{background:var(--em-deep);color:#fff}
.em-business-clean-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:0;min-height:610px}
.em-business-photo{border-radius:22px 0 0 22px;overflow:hidden;background:#333}.em-business-photo img{width:100%;height:100%;object-fit:cover}
.em-business-content{border-radius:0 22px 22px 0;background:#27282c;padding:62px 58px;display:flex;flex-direction:column;justify-content:center}.em-business-content .em-h2{color:#fff;font-size:clamp(2.25rem,3.6vw,3.45rem)}.em-business-content>p{margin-top:20px;color:rgba(255,255,255,.66);max-width:580px}
.em-business-list{display:grid;gap:0;margin:34px 0}.em-business-list>div{display:grid;grid-template-columns:170px 1fr;gap:24px;padding:18px 0;border-top:1px solid rgba(255,255,255,.11)}.em-business-list>div:last-child{border-bottom:1px solid rgba(255,255,255,.11)}.em-business-list b{font-size:.9rem}.em-business-list span{color:rgba(255,255,255,.58);font-size:.84rem;line-height:1.55}
.em-business-content .em-btn{align-self:flex-start}

/* Process */
.em-process-line{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--em-line);border-bottom:1px solid var(--em-line)}
.em-process-line article{padding:30px 26px 34px;border-right:1px solid var(--em-line)}.em-process-line article:last-child{border-right:0}.em-process-line span{color:var(--em-gold-dark);font-size:.72rem;font-weight:700;letter-spacing:.1em}.em-process-line h3{font-size:1rem;margin:34px 0 8px;font-weight:700}.em-process-line p{font-size:.84rem;line-height:1.65}

/* Work */
.em-work-clean{padding-top:96px}
.em-work-masonry{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:270px 270px;gap:14px}
.em-work-tile{position:relative;border-radius:16px;overflow:hidden;background:#ddd;isolation:isolate}.em-work-tall{grid-row:1/3}.em-work-wide{grid-column:2/4}
.em-work-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.em-work-tile:hover img{transform:scale(1.03)}
.em-work-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(15,15,17,.72) 100%);z-index:1}
.em-work-tile span{position:absolute;left:20px;right:20px;bottom:18px;z-index:2;color:#fff;font-size:1.05rem;font-weight:700}.em-work-tile small{display:block;font-size:.64rem;text-transform:uppercase;letter-spacing:.11em;margin-bottom:4px;opacity:.75}

/* Why */
.em-why-section{background:#fff;border-top:1px solid var(--em-line)}
.em-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.em-why-list{border-top:1px solid var(--em-line)}.em-why-list article{display:grid;grid-template-columns:45px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid var(--em-line)}.em-why-list strong{color:var(--em-gold-dark);font-size:.72rem}.em-why-list h3{font-size:1.05rem;margin:0 0 7px}.em-why-list p{font-size:.88rem}

/* CTA */
.em-cta-clean{padding-top:42px}.em-cta-clean-box{background:var(--em-deep);border-radius:20px;padding:48px 52px;color:#fff;display:grid;grid-template-columns:1fr auto;gap:46px;align-items:center}.em-cta-clean-box h2{font-size:clamp(2rem,3.4vw,3.25rem);line-height:1.06;margin:0;color:#fff;letter-spacing:-.035em}.em-cta-clean-box p{margin-top:12px;color:rgba(255,255,255,.62);max-width:660px}.em-cta-actions{display:flex;flex-direction:column;align-items:center;gap:12px}.em-cta-link{font-size:.8rem;color:rgba(255,255,255,.72);font-weight:600}

/* Footer */
.em-site-footer{background:#1d1e22;color:#fff;padding:56px 0 24px}.em-footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:48px}.em-foot-logo{font-size:1.45rem;font-weight:700}.em-foot-logo span{color:var(--em-gold)}.em-site-footer p,.em-site-footer a{color:rgba(255,255,255,.61);font-size:.84rem}.em-site-footer h4{font-size:.84rem;margin:0 0 14px}.em-footer-links{display:grid;gap:8px}.em-copyright{border-top:1px solid rgba(255,255,255,.09);margin-top:42px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.42);font-size:.73rem}

/* Content pages / forms */
.em-page-hero{padding:90px 0 60px;background:var(--em-soft)}.em-page-content{padding:80px 0}.em-page-content .em-wrap{max-width:940px}.em-page-content h2{font-size:2rem;margin:38px 0 14px}.em-page-content h3{font-size:1.3rem;margin:30px 0 10px}.em-page-content p,.em-page-content li{color:var(--em-muted)}
.em-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.em-field{display:grid;gap:7px}.em-field-full{grid-column:1/-1}.em-field label{font-size:.82rem;font-weight:700}.em-field input,.em-field select,.em-field textarea{width:100%;border:1px solid var(--em-line);border-radius:9px;padding:13px 14px;font:inherit;background:#fff}.em-field textarea{min-height:140px}.em-alert{padding:14px 16px;border-radius:10px;margin-bottom:20px}.em-alert-success{background:#eef8ef}.em-alert-error{background:#fff1f1}

@media(max-width:1000px){
  .em-menu{display:none;position:absolute;left:24px;right:24px;top:78px;background:#fff;border:1px solid var(--em-line);border-radius:14px;padding:18px;box-shadow:var(--em-shadow);flex-direction:column;align-items:stretch}.em-menu.is-open{display:flex}.em-mobile-toggle{display:block}.em-header-cta{display:none}
  .em-hero-clean-grid,.em-business-clean-grid,.em-why-grid{grid-template-columns:1fr}.em-hero-photo-wrap{min-height:520px}.em-title-row{grid-template-columns:1fr;gap:18px}.em-photo-service-grid{grid-template-columns:1fr 1fr}.em-business-photo{border-radius:22px 22px 0 0;min-height:430px}.em-business-content{border-radius:0 0 22px 22px}.em-product-photo-grid{grid-template-columns:1fr 1fr}.em-process-line{grid-template-columns:1fr 1fr}.em-process-line article:nth-child(2){border-right:0}.em-process-line article:nth-child(-n+2){border-bottom:1px solid var(--em-line)}.em-work-masonry{grid-template-columns:1fr 1fr;grid-template-rows:340px 240px 240px}.em-work-tall{grid-column:1/3;grid-row:auto}.em-work-wide{grid-column:1/3}.em-cta-clean-box{grid-template-columns:1fr}.em-cta-actions{align-items:flex-start}.em-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .em-wrap{width:min(calc(100% - 28px),var(--em-max))}.em-section{padding:74px 0}.em-nav{min-height:70px}.em-brand{width:150px}.em-brand img{height:46px}.em-menu{top:70px;left:14px;right:14px}
  .em-hero-clean{padding:48px 0 54px}.em-h1{font-size:clamp(2.7rem,12vw,4.3rem)}.em-h2{font-size:clamp(2rem,9vw,3.1rem)}.em-lead{font-size:1rem}.em-proof-row{grid-template-columns:1fr;gap:12px}.em-hero-photo-wrap{min-height:430px}.em-hero-photo-note{display:block}.em-hero-photo-note strong{display:block;margin-top:4px}.em-cap-strip .em-wrap{justify-content:flex-start;padding-block:14px;gap:12px}
  .em-photo-service-grid,.em-product-photo-grid{grid-template-columns:1fr}.em-photo-service-body p{min-height:0}.em-product-photo-card{min-height:320px}.em-business-content{padding:40px 28px}.em-business-list>div{grid-template-columns:1fr;gap:6px}.em-process-line{grid-template-columns:1fr}.em-process-line article{border-right:0;border-bottom:1px solid var(--em-line)!important}.em-process-line article:last-child{border-bottom:0!important}.em-work-masonry{grid-template-columns:1fr;grid-template-rows:repeat(4,300px)}.em-work-tall,.em-work-wide{grid-column:auto;grid-row:auto}.em-cta-clean-box{padding:36px 28px}.em-footer-grid{grid-template-columns:1fr}.em-copyright{display:block}.em-copyright span{display:block;margin-top:6px}.em-form{grid-template-columns:1fr}
}

/* ===== v1.4 Professional inner pages ===== */
.em-inner-main{overflow:hidden}
.em-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:34px;color:#919197;font-size:.72rem;font-weight:600}.em-breadcrumb a:hover{color:var(--em-gold-dark)}.em-breadcrumb span:last-child{color:var(--em-ink)}
.em-simple-hero{padding:88px 0 76px;background:linear-gradient(180deg,#fbfaf7 0%,#fff 100%);border-bottom:1px solid var(--em-line)}.em-simple-hero .em-h1{max-width:930px}.em-simple-hero .em-lead{max-width:760px}

.em-service-hero{padding:72px 0 78px;background:#fbfaf7;border-bottom:1px solid var(--em-line)}
.em-service-hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);gap:74px;align-items:center}
.em-service-hero-copy .em-h1{max-width:760px}.em-service-hero-copy .em-lead{max-width:680px}
.em-service-mini-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:40px}.em-service-mini-points span{padding:9px 12px;border:1px solid var(--em-line);border-radius:7px;background:#fff;color:#5f6065;font-size:.74rem;font-weight:650}
.em-service-hero-media{position:relative;min-height:590px;border-radius:20px;overflow:hidden;background:#ddd;box-shadow:var(--em-shadow)}.em-service-hero-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.em-service-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,20,22,.01) 55%,rgba(20,20,22,.48) 100%)}
.em-service-media-caption{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;padding:18px 20px;background:rgba(255,255,255,.94);border-radius:11px;display:flex;align-items:center;justify-content:space-between;gap:22px}.em-service-media-caption small{font-size:.63rem;letter-spacing:.12em;font-weight:700;color:var(--em-gold-dark)}.em-service-media-caption strong{font-size:.88rem}

.em-service-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:86px;align-items:start}.em-service-overview-copy{display:grid;gap:20px;padding-top:35px}.em-service-overview-copy p{font-size:1rem;line-height:1.85}
.em-capability-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--em-line);border-bottom:1px solid var(--em-line)}.em-capability-card{padding:32px 28px 34px;border-right:1px solid var(--em-line);min-height:270px}.em-capability-card:last-child{border-right:0}.em-capability-card>span{font-size:.69rem;letter-spacing:.1em;font-weight:700;color:var(--em-gold-dark)}.em-capability-card h3{font-size:1.05rem;margin:62px 0 10px}.em-capability-card p{font-size:.86rem;line-height:1.7}

.em-media-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:78px;align-items:center}.em-media-story-image{min-height:570px;border-radius:20px;overflow:hidden;background:#ddd}.em-media-story-image img{width:100%;height:570px;object-fit:cover}.em-media-story-copy .em-h2{font-size:clamp(2.2rem,3.5vw,3.35rem)}.em-media-story-copy>p{font-size:.98rem;line-height:1.8;margin-top:22px;max-width:580px}
.em-check-list{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:0}.em-check-list li{position:relative;padding:13px 0 13px 27px;border-top:1px solid var(--em-line);color:#55565b;font-size:.9rem}.em-check-list li:last-child{border-bottom:1px solid var(--em-line)}.em-check-list li:before{content:"";position:absolute;left:2px;top:19px;width:8px;height:4px;border-left:2px solid var(--em-gold-dark);border-bottom:2px solid var(--em-gold-dark);transform:rotate(-45deg)}
.em-text-link{display:inline-block;margin-top:25px;color:var(--em-gold-dark);font-size:.85rem;font-weight:700}

.em-dark-feature{background:var(--em-deep);color:#fff}.em-dark-feature-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:64px;align-items:stretch}.em-dark-feature-copy{padding:24px 0}.em-dark-feature-copy .em-h2{color:#fff}.em-dark-feature-copy>p{margin-top:22px;color:rgba(255,255,255,.65);max-width:610px}.em-use-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:36px;border-top:1px solid rgba(255,255,255,.12)}.em-use-grid>div{padding:22px 22px 22px 0;border-bottom:1px solid rgba(255,255,255,.12)}.em-use-grid>div:nth-child(odd){border-right:1px solid rgba(255,255,255,.12);padding-right:26px}.em-use-grid>div:nth-child(even){padding-left:26px}.em-use-grid strong{display:block;font-size:.92rem;color:#fff;margin-bottom:6px}.em-use-grid span{display:block;color:rgba(255,255,255,.57);font-size:.82rem;line-height:1.6}.em-dark-feature-image{min-height:560px;border-radius:18px;overflow:hidden}.em-dark-feature-image img{width:100%;height:100%;object-fit:cover}

.em-faq-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:start}.em-faq-grid>div:first-child>p{margin-top:18px;max-width:430px}.em-faq-list{border-top:1px solid var(--em-line)}.em-faq-list details{border-bottom:1px solid var(--em-line);padding:0}.em-faq-list summary{cursor:pointer;list-style:none;padding:23px 42px 23px 0;font-size:.98rem;font-weight:700;position:relative}.em-faq-list summary::-webkit-details-marker{display:none}.em-faq-list summary:after{content:"+";position:absolute;right:2px;top:19px;color:var(--em-gold-dark);font-size:1.4rem;font-weight:400}.em-faq-list details[open] summary:after{content:"–"}.em-faq-list details p{padding:0 46px 22px 0;font-size:.88rem;line-height:1.75}

.em-product-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.em-product-detail-card{border:1px solid var(--em-line);border-radius:16px;overflow:hidden;background:#fff}.em-product-detail-image{aspect-ratio:4/3;overflow:hidden;background:#ddd}.em-product-detail-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.em-product-detail-card:hover img{transform:scale(1.03)}.em-product-detail-body{padding:24px}.em-product-detail-body h3{font-size:1.12rem;margin:0 0 9px}.em-product-detail-body p{font-size:.87rem;line-height:1.7;min-height:72px}.em-product-detail-body a{display:inline-block;margin-top:18px;font-size:.81rem;font-weight:700;color:var(--em-gold-dark)}

.em-service-directory{display:grid;grid-template-columns:1fr 1fr;gap:18px}.em-service-directory-card{display:grid;grid-template-columns:230px 1fr;border:1px solid var(--em-line);border-radius:16px;overflow:hidden;background:#fff;min-height:260px;transition:.2s ease}.em-service-directory-card:hover{transform:translateY(-3px);box-shadow:var(--em-shadow)}.em-service-directory-image{background:#ddd}.em-service-directory-image img{width:100%;height:100%;object-fit:cover}.em-service-directory-copy{padding:28px}.em-service-directory-copy>span{font-size:.68rem;letter-spacing:.1em;font-weight:700;color:var(--em-gold-dark)}.em-service-directory-copy h2{font-size:1.35rem;margin:38px 0 8px}.em-service-directory-copy p{font-size:.86rem;line-height:1.65}.em-service-directory-copy b{display:inline-block;margin-top:16px;color:var(--em-gold-dark);font-size:.8rem}

.em-industry-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--em-line);border-left:1px solid var(--em-line)}.em-industry-detail-grid article{padding:28px 24px;min-height:240px;border-right:1px solid var(--em-line);border-bottom:1px solid var(--em-line)}.em-industry-detail-grid span{font-size:.68rem;color:var(--em-gold-dark);font-weight:700;letter-spacing:.1em}.em-industry-detail-grid h3{font-size:1rem;margin:45px 0 8px}.em-industry-detail-grid p{font-size:.83rem;line-height:1.65}

.em-portfolio-page-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:300px;gap:14px}.em-portfolio-page-grid figure{position:relative;margin:0;border-radius:16px;overflow:hidden;background:#ddd;isolation:isolate}.em-portfolio-page-grid .em-portfolio-featured{grid-row:span 2}.em-portfolio-page-grid figure:nth-child(5){grid-column:2/4}.em-portfolio-page-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.em-portfolio-page-grid figure:hover img{transform:scale(1.025)}.em-portfolio-page-grid figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(10,10,12,.7));z-index:1}.em-portfolio-page-grid figcaption{position:absolute;left:22px;right:22px;bottom:20px;z-index:2;color:#fff}.em-portfolio-page-grid figcaption small{display:block;font-size:.63rem;text-transform:uppercase;letter-spacing:.11em;opacity:.72;margin-bottom:4px}.em-portfolio-page-grid figcaption strong{font-size:1rem}

.em-value-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--em-line);border-bottom:1px solid var(--em-line)}.em-value-grid article{padding:30px 26px 34px;border-right:1px solid var(--em-line)}.em-value-grid article:last-child{border-right:0}.em-value-grid span{color:var(--em-gold-dark);font-size:.7rem;font-weight:700}.em-value-grid h3{font-size:1rem;margin:42px 0 8px}.em-value-grid p{font-size:.84rem;line-height:1.65}

.em-contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:start}.em-contact-cards{display:grid;border-top:1px solid var(--em-line)}.em-contact-cards article{padding:22px 0;border-bottom:1px solid var(--em-line);display:grid;gap:6px}.em-contact-cards small{font-size:.67rem;letter-spacing:.1em;text-transform:uppercase;color:var(--em-gold-dark);font-weight:700}.em-contact-cards a,.em-contact-cards strong{font-size:1rem;font-weight:650}.em-contact-main{background:var(--em-soft);border-radius:18px;padding:48px}.em-contact-main .em-h2{font-size:clamp(2.2rem,3.5vw,3.35rem)}.em-contact-main>p{margin-top:20px;line-height:1.8}.em-contact-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.em-contact-note{display:grid;grid-template-columns:120px 1fr;gap:20px;border-top:1px solid var(--em-line);margin-top:36px;padding-top:22px}.em-contact-note strong{font-size:.82rem}.em-contact-note span{font-size:.82rem;color:var(--em-muted);line-height:1.65}

.em-quote-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.em-quote-sidebar{position:sticky;top:110px}.em-quote-sidebar h2{font-size:2rem;line-height:1.15;margin:0 0 22px}.em-quote-side-note{margin-top:35px;padding:26px;background:var(--em-deep);border-radius:14px;color:#fff}.em-quote-side-note small{color:#e4b774;font-size:.64rem;letter-spacing:.11em;font-weight:700}.em-quote-side-note strong{display:block;margin-top:20px;font-size:1.05rem}.em-quote-side-note p{margin-top:7px;color:rgba(255,255,255,.58);font-size:.82rem}.em-quote-form-panel{border:1px solid var(--em-line);border-radius:18px;padding:42px;background:#fff}.em-quote-form-panel>h2{font-size:1.8rem;margin:0 0 8px}.em-quote-form-panel>p{font-size:.9rem}

@media(max-width:1000px){
 .em-service-hero-grid,.em-service-overview-grid,.em-media-story-grid,.em-dark-feature-grid,.em-faq-grid,.em-contact-grid,.em-quote-layout{grid-template-columns:1fr;gap:48px}
 .em-service-hero-media{min-height:520px}.em-media-story-image,.em-media-story-image img{min-height:480px;height:480px}.em-dark-feature-image{min-height:460px}.em-capability-grid,.em-value-grid{grid-template-columns:1fr 1fr}.em-capability-card:nth-child(2),.em-value-grid article:nth-child(2){border-right:0}.em-capability-card:nth-child(-n+2),.em-value-grid article:nth-child(-n+2){border-bottom:1px solid var(--em-line)}
 .em-product-detail-grid{grid-template-columns:1fr 1fr}.em-service-directory{grid-template-columns:1fr}.em-industry-detail-grid{grid-template-columns:1fr 1fr}.em-portfolio-page-grid{grid-template-columns:1fr 1fr;grid-auto-rows:280px}.em-portfolio-page-grid .em-portfolio-featured{grid-column:1/3;grid-row:auto}.em-portfolio-page-grid figure:nth-child(5){grid-column:1/3}.em-quote-sidebar{position:static}
}
@media(max-width:680px){
 .em-simple-hero{padding:62px 0 54px}.em-service-hero{padding:52px 0 56px}.em-breadcrumb{margin-bottom:28px}.em-service-hero-media{min-height:430px}.em-service-media-caption{display:block}.em-service-media-caption strong{display:block;margin-top:5px}.em-service-mini-points{margin-top:28px}
 .em-capability-grid,.em-value-grid,.em-product-detail-grid,.em-industry-detail-grid{grid-template-columns:1fr}.em-capability-card,.em-value-grid article{border-right:0!important;border-bottom:1px solid var(--em-line)!important;min-height:auto}.em-capability-card h3{margin-top:30px}.em-media-story-image,.em-media-story-image img{min-height:390px;height:390px}.em-use-grid{grid-template-columns:1fr}.em-use-grid>div{border-right:0!important;padding-left:0!important;padding-right:0!important}.em-dark-feature-image{min-height:380px}
 .em-service-directory-card{grid-template-columns:1fr}.em-service-directory-image{height:230px}.em-service-directory-copy h2{margin-top:22px}.em-portfolio-page-grid{grid-template-columns:1fr;grid-auto-rows:300px}.em-portfolio-page-grid .em-portfolio-featured,.em-portfolio-page-grid figure:nth-child(5){grid-column:auto}.em-contact-main,.em-quote-form-panel{padding:30px 24px}.em-contact-note{grid-template-columns:1fr}.em-quote-sidebar h2{font-size:1.65rem}
}
.em-floating-wa{position:fixed;right:22px;bottom:22px;z-index:99;display:inline-flex;align-items:center;gap:9px;padding:10px 14px 10px 10px;border-radius:999px;background:#fff;color:var(--em-ink);box-shadow:0 12px 34px rgba(0,0,0,.14);border:1px solid var(--em-line);font-size:.78rem;font-weight:700}.em-floating-wa span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:var(--em-deep);color:#fff;font-size:.65rem;letter-spacing:.04em}.em-floating-wa:hover{transform:translateY(-2px)}
@media(max-width:680px){.em-floating-wa{right:14px;bottom:14px;padding-right:10px}.em-floating-wa b{display:none}}

/* =========================================================
   EmbroMark v1.5 — commercial header, image-led hero & premium footer
   ========================================================= */
:root{
  --em-wide:1460px;
  --em-black:#111215;
  --em-black-2:#18191d;
  --em-gold-2:#c78931;
  --em-gold-soft:#e3b56c;
}
.em-wide-wrap{width:min(calc(100% - 52px),var(--em-wide));margin-inline:auto}

/* Commercial top bar */
.em-commerce-topbar{background:linear-gradient(90deg,#101114,#17181b);color:#fff;border-bottom:1px solid rgba(255,255,255,.06)}
.em-commerce-topbar-inner{min-height:38px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:28px;font-size:.73rem;font-weight:600}
.em-top-item{display:flex;align-items:center;gap:8px;white-space:nowrap;color:rgba(255,255,255,.82)}
.em-top-item a{color:#fff}.em-top-item a:hover{color:var(--em-gold-soft)}
.em-top-item svg{width:15px;height:15px;fill:var(--em-gold)}
.em-top-dot{width:6px;height:6px;border:1px solid var(--em-gold);border-radius:50%}
.em-top-last{justify-self:end}.em-top-last i{width:3px;height:3px;border-radius:50%;background:var(--em-gold)}

/* Main header */
.em-commerce-header{position:sticky;top:0;z-index:110;background:rgba(255,255,255,.985);border-bottom:1px solid #ece8e0;box-shadow:0 8px 28px rgba(23,24,27,.035)}
.em-commerce-nav{min-height:92px;display:flex;align-items:center;gap:22px}
.em-commerce-brand{width:205px;flex:0 0 auto}.em-commerce-brand img{width:100%;height:66px;object-fit:contain;object-position:left center}
.em-commerce-menu{margin:0 0 0 auto;display:flex;align-items:center;gap:18px;list-style:none;padding:0;font-size:.78rem;font-weight:700;color:#232429;white-space:nowrap}
.em-commerce-menu li{margin:0}.em-commerce-menu a{display:flex;align-items:center;gap:5px;padding:34px 0 31px;position:relative;transition:.18s ease}
.em-commerce-menu a:after{content:"";position:absolute;left:0;bottom:22px;width:0;height:2px;background:var(--em-gold);transition:.18s ease}
.em-commerce-menu a:hover{color:var(--em-gold-dark)}.em-commerce-menu a:hover:after{width:100%}
.em-menu-chevron{font-size:.8rem;line-height:1;transform:translateY(-1px);color:#8c8d91}
.em-header-actions{display:flex;align-items:center;gap:11px;margin-left:8px}
.em-round-action{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;border:1px solid #dad7d0;background:#fff;transition:.18s ease}
.em-round-action svg{width:22px;height:22px;fill:#159447}.em-round-action:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(20,20,22,.08)}
.em-commerce-quote{height:48px;min-height:48px;padding-inline:21px;border-radius:10px;white-space:nowrap;font-size:.78rem;text-transform:uppercase;letter-spacing:.025em}

/* Image-led commercial hero */
.em-commerce-hero{background:#fbfaf7;padding:42px 0 76px;border-bottom:1px solid var(--em-line)}
.em-commerce-hero-grid{display:grid;grid-template-columns:minmax(0,1.07fr) minmax(0,.93fr);gap:13px;align-items:stretch}
.em-commerce-main-card{position:relative;min-height:620px;border-radius:26px;overflow:hidden;background:var(--em-black);color:#fff;box-shadow:0 18px 42px rgba(14,15,18,.09);isolation:isolate}
.em-commerce-main-image{position:absolute;top:0;right:0;width:57%;height:calc(100% - 112px);z-index:0;overflow:hidden}
.em-commerce-main-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.em-commerce-main-shade{position:absolute;inset:0 0 112px 0;z-index:1;background:linear-gradient(90deg,rgba(12,13,15,.99) 0%,rgba(12,13,15,.94) 39%,rgba(12,13,15,.48) 68%,rgba(12,13,15,.15) 100%)}
.em-commerce-main-content{position:relative;z-index:2;width:57%;padding:70px 0 30px 52px}
.em-commerce-kicker{display:block;color:var(--em-gold-soft);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.105em;margin-bottom:20px}
.em-commerce-main-content h1{font-size:clamp(3rem,4vw,4.75rem);line-height:1.02;letter-spacing:-.045em;color:#fff;font-weight:750;margin:0;max-width:620px}
.em-commerce-main-content h1 span{color:var(--em-gold)}
.em-commerce-rule{width:72px;height:2px;background:var(--em-gold);margin:25px 0 20px}
.em-commerce-main-content p{max-width:520px;color:rgba(255,255,255,.76);font-size:.98rem;line-height:1.72}
.em-commerce-main-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:28px}
.em-commerce-main-actions .em-btn{min-height:50px}.em-commerce-main-actions .em-btn span{font-size:1rem;margin-left:7px}
.em-commerce-outline{border:1px solid rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.02)}.em-commerce-outline:hover{background:#fff;color:var(--em-ink)}
.em-commerce-main-features{position:absolute;z-index:3;left:0;right:0;bottom:0;height:112px;padding:0 34px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:rgba(14,15,17,.94);border-top:1px solid rgba(255,255,255,.11);backdrop-filter:blur(10px)}
.em-commerce-main-features>div{min-height:62px;display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;align-content:center;column-gap:9px;padding:0 14px;border-right:1px solid rgba(255,255,255,.11)}
.em-commerce-main-features>div:last-child{border-right:0}.em-commerce-main-features span{grid-row:1/3;color:var(--em-gold);font-size:1.35rem;align-self:center}.em-commerce-main-features b{font-size:.76rem;color:#fff;line-height:1.25}.em-commerce-main-features small{font-size:.65rem;color:rgba(255,255,255,.56);line-height:1.3;margin-top:3px}

.em-commerce-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:13px}
.em-commerce-category-card{position:relative;min-height:303px;border-radius:24px;overflow:hidden;background:#202126;color:#fff;isolation:isolate;box-shadow:0 16px 34px rgba(15,16,18,.07)}
.em-commerce-category-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.em-commerce-category-card:hover>img{transform:scale(1.045)}
.em-commerce-card-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,9,11,.02) 22%,rgba(8,9,11,.82) 76%,rgba(8,9,11,.96) 100%);z-index:1}
.em-commerce-card-content{position:absolute;left:25px;right:25px;bottom:22px;z-index:2}.em-commerce-card-content h2{color:#fff;font-size:1.5rem;line-height:1.07;font-weight:750;letter-spacing:-.03em;margin:0 0 8px}.em-commerce-card-content p{font-size:.76rem;line-height:1.52;color:rgba(255,255,255,.72);max-width:270px;margin-bottom:14px}.em-commerce-explore{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border-radius:999px;background:#fff;color:#1b1c20;font-size:.69rem;font-weight:800;text-transform:uppercase;letter-spacing:.035em}.em-commerce-explore b{font-size:.9rem;color:var(--em-gold-dark)}

.em-commerce-benefits{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e8e3d9;background:#fff;border-radius:18px;box-shadow:0 12px 34px rgba(24,25,28,.035)}
.em-commerce-benefits>div{display:flex;gap:14px;align-items:center;padding:22px 24px;border-right:1px solid #ebe6dc}.em-commerce-benefits>div:last-child{border-right:0}.em-benefit-icon{width:39px;height:39px;border:1px solid rgba(191,132,53,.38);color:var(--em-gold-dark);border-radius:12px;display:grid;place-items:center;flex:0 0 auto;font-size:.69rem;font-weight:800}.em-commerce-benefits p{display:grid;gap:2px}.em-commerce-benefits b{color:var(--em-ink);font-size:.83rem}.em-commerce-benefits small{color:var(--em-muted);font-size:.7rem;line-height:1.4}

/* Premium footer */
.em-premium-footer{background:#17181c;color:#fff;padding:0 0 24px;border-top:3px solid var(--em-gold)}
.em-footer-cta{transform:translateY(-1px);display:grid;grid-template-columns:72px 1fr auto;gap:28px;align-items:center;padding:38px 42px;background:linear-gradient(115deg,#232429,#191a1e);border-bottom:1px solid rgba(255,255,255,.08)}
.em-footer-cta-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:var(--em-gold);color:#fff;font-weight:800;font-size:1rem;letter-spacing:-.03em}.em-footer-cta-copy>span{font-size:.66rem;color:#dcb072;letter-spacing:.13em;font-weight:800}.em-footer-cta-copy h2{color:#fff;font-size:1.75rem;font-weight:700;margin:3px 0 5px;letter-spacing:-.03em}.em-footer-cta-copy p{color:rgba(255,255,255,.59);font-size:.8rem}.em-footer-cta-actions{display:flex;align-items:center;gap:20px}.em-footer-cta-actions .em-btn{min-height:46px}.em-footer-wa{color:#fff;font-size:.78rem;font-weight:700}.em-footer-wa:hover{color:var(--em-gold-soft)}
.em-footer-main{display:grid;grid-template-columns:1.5fr .85fr .78fr 1.1fr;gap:60px;padding:58px 0 52px}
.em-footer-brand-col{padding-right:30px}.em-foot-logo{font-size:2rem;font-weight:750;letter-spacing:-.04em;color:#fff}.em-foot-logo span{color:var(--em-gold)}.em-foot-tag{margin-top:5px;font-size:.62rem;font-weight:700;letter-spacing:.11em;color:rgba(255,255,255,.54)}.em-footer-brand-col p{margin-top:20px;max-width:390px;color:rgba(255,255,255,.58);font-size:.82rem;line-height:1.75}
.em-footer-col h4{font-size:.72rem;text-transform:uppercase;letter-spacing:.11em;color:#e4b775;margin:7px 0 18px}.em-footer-links{display:grid;gap:10px}.em-footer-links a,.em-footer-location{font-size:.8rem;color:rgba(255,255,255,.62);transition:.18s ease}.em-footer-links a:hover{color:#fff;transform:translateX(2px)}
.em-footer-contact .em-footer-links{gap:15px}.em-footer-contact a,.em-footer-location{display:grid;gap:2px}.em-footer-contact b,.em-footer-location b{color:rgba(255,255,255,.39);font-size:.62rem;text-transform:uppercase;letter-spacing:.09em}.em-footer-contact span{color:rgba(255,255,255,.78);font-size:.78rem}
.em-footer-socials{display:flex;gap:8px;margin-top:22px}.em-footer-socials a{width:35px;height:35px;border-radius:10px;border:1px solid rgba(255,255,255,.13);display:grid;place-items:center;color:#fff;font-size:.74rem;font-weight:700}.em-footer-socials a:hover{border-color:var(--em-gold);color:var(--em-gold-soft)}
.em-premium-footer .em-copyright{border-top:1px solid rgba(255,255,255,.09);margin:0;padding-top:21px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.36);font-size:.68rem}.em-footer-legal{display:flex;align-items:center;gap:8px}.em-footer-legal a{color:rgba(255,255,255,.48)}.em-footer-legal a:hover{color:#fff}

/* Mobile / tablet */
@media(max-width:1260px){
  .em-commerce-menu{gap:13px;font-size:.72rem}.em-commerce-brand{width:178px}.em-commerce-quote{padding-inline:16px}.em-top-last{display:none}.em-commerce-topbar-inner{grid-template-columns:auto 1fr auto}.em-commerce-hero-grid{grid-template-columns:1fr .92fr}.em-commerce-main-content{width:60%;padding-left:42px}.em-commerce-main-card{min-height:590px}.em-commerce-category-card{min-height:287px}.em-footer-main{gap:36px}
}
@media(max-width:1080px){
  .em-commerce-topbar-inner{grid-template-columns:auto 1fr auto}.em-top-email{justify-self:end}.em-commerce-menu{display:none;position:absolute;left:26px;right:26px;top:90px;background:#fff;border:1px solid var(--em-line);border-radius:16px;padding:17px 20px;box-shadow:var(--em-shadow);flex-direction:column;align-items:stretch;gap:0;white-space:normal}.em-commerce-menu.is-open{display:flex}.em-commerce-menu a{padding:11px 3px}.em-commerce-menu a:after{bottom:4px}.em-menu-chevron{display:none}.em-mobile-toggle{display:block}.em-commerce-quote{display:none}.em-header-actions{margin-left:auto}.em-commerce-hero-grid{grid-template-columns:1fr}.em-commerce-main-card{min-height:620px}.em-commerce-card-grid{grid-template-columns:repeat(2,1fr)}.em-commerce-category-card{min-height:310px}.em-commerce-benefits{grid-template-columns:1fr 1fr}.em-commerce-benefits>div:nth-child(2){border-right:0}.em-commerce-benefits>div:nth-child(-n+2){border-bottom:1px solid #ebe6dc}.em-footer-main{grid-template-columns:1.3fr 1fr 1fr}.em-footer-contact{grid-column:1/4}.em-footer-contact .em-footer-links{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:760px){
  .em-wide-wrap{width:min(calc(100% - 28px),var(--em-wide))}.em-commerce-topbar{display:none}.em-commerce-nav{min-height:76px}.em-commerce-brand{width:155px}.em-commerce-brand img{height:50px}.em-round-action{width:40px;height:40px}.em-commerce-menu{top:76px;left:14px;right:14px}.em-commerce-hero{padding:18px 0 58px}.em-commerce-main-card{min-height:650px;border-radius:20px}.em-commerce-main-image{width:100%;height:52%;top:0;right:0}.em-commerce-main-shade{inset:0 0 110px;background:linear-gradient(180deg,rgba(10,11,13,.08) 0%,rgba(10,11,13,.5) 36%,rgba(10,11,13,.98) 57%,rgba(10,11,13,1) 100%)}.em-commerce-main-content{position:absolute;left:0;right:0;bottom:110px;width:auto;padding:0 26px 25px}.em-commerce-kicker{margin-bottom:10px}.em-commerce-main-content h1{font-size:2.75rem}.em-commerce-rule{margin:17px 0 14px}.em-commerce-main-content p{font-size:.88rem;line-height:1.58}.em-commerce-main-actions{margin-top:18px}.em-commerce-main-features{height:110px;padding:0 14px;grid-template-columns:1fr 1fr}.em-commerce-main-features>div{min-height:46px;padding:0 8px;border-right:0}.em-commerce-main-features>div:nth-child(odd){border-right:1px solid rgba(255,255,255,.1)}.em-commerce-main-features span{font-size:1rem}.em-commerce-main-features b{font-size:.67rem}.em-commerce-main-features small{display:none}.em-commerce-card-grid{grid-template-columns:1fr 1fr;gap:9px}.em-commerce-category-card{min-height:250px;border-radius:18px}.em-commerce-card-content{left:16px;right:16px;bottom:15px}.em-commerce-card-content h2{font-size:1.12rem}.em-commerce-card-content p{display:none}.em-commerce-explore{padding:7px 10px;font-size:.61rem}.em-commerce-benefits{grid-template-columns:1fr;margin-top:12px}.em-commerce-benefits>div{border-right:0!important;border-bottom:1px solid #ebe6dc!important;padding:17px 18px}.em-commerce-benefits>div:last-child{border-bottom:0!important}.em-footer-cta{grid-template-columns:1fr;padding:34px 24px;gap:18px}.em-footer-cta-icon{display:none}.em-footer-cta-actions{align-items:flex-start;flex-wrap:wrap}.em-footer-main{grid-template-columns:1fr 1fr;gap:34px;padding:44px 0}.em-footer-brand-col{grid-column:1/3}.em-footer-contact{grid-column:1/3}.em-footer-contact .em-footer-links{grid-template-columns:1fr 1fr}.em-premium-footer .em-copyright{display:block}.em-footer-legal{margin-top:8px}.em-floating-wa{bottom:14px;right:14px}
}
@media(max-width:480px){
  .em-commerce-card-grid{grid-template-columns:1fr}.em-commerce-category-card{min-height:275px}.em-commerce-main-card{min-height:690px}.em-commerce-main-content h1{font-size:2.42rem}.em-commerce-main-actions .em-btn{width:100%}.em-footer-main{grid-template-columns:1fr}.em-footer-brand-col,.em-footer-contact{grid-column:auto}.em-footer-contact .em-footer-links{grid-template-columns:1fr}.em-footer-col{padding-bottom:5px}
}

body.admin-bar .em-commerce-header{top:32px}
@media(max-width:782px){body.admin-bar .em-commerce-header{top:46px}}

/* =========================================================
   EmbroMark v1.6 — premium global-brand system
   Reference-led header + editorial inner landing pages
   ========================================================= */
:root{
  --em-ink:#17181b;
  --em-deep:#151619;
  --em-gold:#c78a2f;
  --em-gold-dark:#a86f1e;
  --em-gold-soft:#e2b86f;
  --em-paper:#ffffff;
  --em-soft:#f7f5f0;
  --em-line:#e7e3da;
  --em-muted:#676970;
  --em-max:1320px;
  --em-wide:1560px;
  --em-radius:24px;
  --em-shadow:0 24px 70px rgba(17,18,20,.09);
}
body{font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--em-ink);font-size:16px;line-height:1.65;background:#fff}
.em-h1,.em-h2,.em-h3,h1,h2,h3{font-family:"Manrope",system-ui,sans-serif;letter-spacing:-.045em}
.em-h1{font-weight:700}.em-h2{font-weight:700}
.em-wide-wrap{width:min(calc(100% - 64px),var(--em-wide));margin-inline:auto}
.em-wrap{width:min(calc(100% - 64px),var(--em-max));margin-inline:auto}
.em-btn{border-radius:13px;min-height:52px;padding:0 25px;font-size:.88rem;letter-spacing:-.01em}

/* Reference-matched top bar */
.em-ref-topbar{background:#202237;color:#fff;min-height:43px;display:flex;align-items:center;font-size:.78rem;font-weight:600;letter-spacing:-.01em}
.em-ref-topbar-inner{display:grid;grid-template-columns:auto 1fr 1fr auto;gap:34px;align-items:center;min-height:43px}
.em-ref-top-item{display:flex;align-items:center;gap:8px;white-space:nowrap;color:rgba(255,255,255,.83)}
.em-ref-top-item a{color:#fff}.em-ref-top-item a:hover{color:var(--em-gold-soft)}
.em-ref-top-center{justify-content:center}.em-ref-top-end{justify-content:flex-end;gap:18px}
.em-ref-icon{color:var(--em-gold-soft);font-size:.9rem}
.em-ref-socials{display:flex;gap:10px;align-items:center}.em-ref-socials a{display:grid;place-items:center;width:24px;height:24px;border:1px solid rgba(255,255,255,.18);border-radius:50%;font-size:.62rem;text-transform:uppercase}

/* Reference-matched commercial header */
.em-ref-header{position:sticky;top:0;z-index:120;background:#fff;border-bottom:1px solid #eeeae3;box-shadow:0 4px 18px rgba(13,14,17,.025);backdrop-filter:none}
.em-ref-nav{min-height:116px;display:grid;grid-template-columns:250px 1fr auto;gap:34px;align-items:center}
.em-ref-brand{width:238px;display:flex;align-items:center;flex:0 0 auto}
.em-ref-brand img{width:100%;height:84px;object-fit:contain;object-position:left center}
.em-ref-menu{margin:0;display:flex;align-items:center;justify-content:center;gap:28px;list-style:none;padding:0;font-size:.87rem;font-weight:700;color:#24252b;white-space:nowrap}
.em-ref-menu>li{position:relative;margin:0}.em-ref-menu>li>a{display:flex;align-items:center;gap:6px;min-height:116px;position:relative;transition:.18s ease}
.em-ref-menu>li>a:after{content:"";position:absolute;left:0;right:100%;bottom:28px;height:2px;background:var(--em-gold);transition:.22s ease}
.em-ref-menu>li:hover>a,.em-ref-menu>li>a:hover{color:var(--em-gold-dark)}.em-ref-menu>li:hover>a:after{right:0}
.em-menu-arrow{width:10px;height:7px;transition:transform .18s ease}.em-has-submenu:hover .em-menu-arrow{transform:rotate(180deg)}
.em-submenu{position:absolute;top:86px;left:-22px;width:260px;padding:10px;background:#fff;border:1px solid #ece8df;border-radius:15px;box-shadow:0 22px 60px rgba(19,20,23,.13);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;z-index:30}
.em-has-submenu:hover>.em-submenu{opacity:1;visibility:visible;transform:translateY(0)}
.em-submenu a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border-radius:10px;font-size:.79rem;font-weight:650;color:#3c3d42}.em-submenu a:hover{background:#f7f4ee;color:var(--em-gold-dark)}.em-submenu a span{color:var(--em-gold-dark)}
.em-ref-actions{display:flex;align-items:center;gap:14px;justify-content:flex-end}
.em-ref-round{width:46px;height:46px;border:1px solid #dcd8cf;border-radius:50%;display:grid;place-items:center;color:#149447;background:#fff;transition:.18s ease}.em-ref-round svg{width:22px;height:22px;fill:currentColor}.em-ref-round:hover{border-color:#149447;transform:translateY(-1px)}
.em-ref-quote{min-height:50px;padding:0 24px;border-radius:12px;background:var(--em-gold);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.83rem;font-weight:800;box-shadow:0 12px 30px rgba(199,138,47,.22);transition:.2s ease}.em-ref-quote:hover{background:var(--em-gold-dark);transform:translateY(-1px)}
.em-ref-mobile-toggle{display:none;width:44px;height:44px;padding:10px;border:1px solid #e7e2d9;border-radius:11px;background:#fff}.em-ref-mobile-toggle span{display:block;height:2px;background:#1e1f23;margin:5px 0;border-radius:2px}
body.admin-bar .em-ref-header{top:32px}

/* Home hero: closer to supplied reference */
.em-commerce-hero{padding:30px 0 72px;background:#fbfaf7}
.em-commerce-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:16px;align-items:stretch}
.em-commerce-main-card{min-height:650px;border-radius:28px;box-shadow:none;overflow:hidden}
.em-commerce-main-image{position:absolute;inset:0;width:100%;height:100%}.em-commerce-main-image img{width:100%;height:100%;object-fit:cover}
.em-commerce-main-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,9,11,.94) 0%,rgba(8,9,11,.82) 45%,rgba(8,9,11,.16) 100%)}
.em-commerce-main-content{position:absolute;left:0;top:0;bottom:112px;width:58%;padding:70px 44px 48px 58px;display:flex;flex-direction:column;justify-content:center;z-index:2}
.em-commerce-kicker{font-size:.72rem;letter-spacing:.12em;color:#dfa944;font-weight:800;text-transform:uppercase;margin-bottom:18px}
.em-commerce-main-content h1{font-size:clamp(3rem,4.3vw,5.15rem);line-height:1.02;letter-spacing:-.055em;font-weight:750;color:#fff;margin:0}.em-commerce-main-content h1 span{color:#d49736}
.em-commerce-rule{width:76px;height:2px;background:var(--em-gold);margin:24px 0 22px}
.em-commerce-main-content p{color:rgba(255,255,255,.82);font-size:1rem;line-height:1.72;max-width:560px}
.em-commerce-main-actions{display:flex;gap:13px;margin-top:29px}.em-commerce-main-actions .em-btn{min-height:51px;border-radius:12px}.em-commerce-outline{background:rgba(10,10,12,.2);border:1px solid rgba(255,255,255,.45);color:#fff}
.em-commerce-main-features{height:112px;position:absolute;left:0;right:0;bottom:0;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(15,16,18,.9);backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.12);padding:0 18px}
.em-commerce-main-features>div{display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;align-content:center;column-gap:10px;padding:0 17px;border-right:1px solid rgba(255,255,255,.12)}.em-commerce-main-features>div:last-child{border-right:0}.em-commerce-main-features span{grid-row:1/3;color:#d8a144;font-size:1.35rem}.em-commerce-main-features b{font-size:.76rem;color:#fff}.em-commerce-main-features small{font-size:.66rem;color:rgba(255,255,255,.58);line-height:1.35;margin-top:3px}
.em-commerce-card-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:16px}
.em-commerce-category-card{min-height:317px;border-radius:28px;box-shadow:none;border:1px solid rgba(28,29,32,.04)}
.em-commerce-card-gradient{background:linear-gradient(180deg,rgba(8,9,11,.02) 35%,rgba(8,9,11,.22) 62%,rgba(8,9,11,.76) 100%)}
.em-commerce-card-content{left:24px;right:24px;bottom:22px;text-align:center}.em-commerce-card-content h2{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:999px;background:#fff;color:#25262a;font-size:.96rem;font-weight:750;letter-spacing:-.025em;box-shadow:0 8px 28px rgba(0,0,0,.12);margin:0}.em-commerce-card-content p,.em-commerce-explore{display:none}
.em-commerce-benefits{margin-top:18px;border-radius:17px;box-shadow:none}.em-commerce-benefits>div{padding:20px 22px}.em-benefit-icon{border-radius:50%}

/* Premium service landing pages */
.em-luxe-page{background:#fff;overflow:hidden}
.em-luxe-hero{padding:44px 0 82px;background:#fbfaf7}
.em-luxe-hero-shell{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);min-height:700px;background:#17181b;border-radius:30px;overflow:hidden;box-shadow:0 28px 90px rgba(14,15,17,.12)}
.em-luxe-hero-copy{padding:72px 64px 44px;display:flex;flex-direction:column;justify-content:center;color:#fff;position:relative;z-index:2}
.em-luxe-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:46px;font-size:.7rem;color:rgba(255,255,255,.46);font-weight:600}.em-luxe-breadcrumb a{color:rgba(255,255,255,.68)}.em-luxe-breadcrumb a:hover{color:#fff}
.em-luxe-kicker{display:block;color:#dda548;text-transform:uppercase;letter-spacing:.145em;font-size:.7rem;font-weight:800;margin-bottom:18px}.em-luxe-kicker-dark{color:var(--em-gold-dark)}
.em-luxe-hero-copy h1{font-size:clamp(3.1rem,4.7vw,5.25rem);line-height:1.025;color:#fff;font-weight:700;letter-spacing:-.055em;margin:0;max-width:760px}.em-luxe-hero-copy h1 span{color:#d69a3d}
.em-luxe-hero-copy>p{max-width:650px;margin-top:24px;color:rgba(255,255,255,.7);font-size:1rem;line-height:1.82}
.em-luxe-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.em-luxe-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:0 24px;border-radius:12px;font-size:.82rem;font-weight:800;transition:.2s ease}.em-luxe-btn:hover{transform:translateY(-2px)}.em-luxe-btn-gold{background:var(--em-gold);color:#fff;box-shadow:0 12px 30px rgba(199,138,47,.22)}.em-luxe-btn-ghost{border:1px solid rgba(255,255,255,.3);color:#fff;background:rgba(255,255,255,.03)}.em-luxe-btn-dark{background:#191a1e;color:#fff;margin-top:30px}
.em-luxe-trust-row{display:grid;grid-template-columns:repeat(3,1fr);margin-top:46px;padding-top:25px;border-top:1px solid rgba(255,255,255,.13);gap:12px}.em-luxe-trust-row div{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:8px}.em-luxe-trust-row strong{font-size:.62rem;color:#d9a351;letter-spacing:.08em}.em-luxe-trust-row span{font-size:.72rem;color:rgba(255,255,255,.68);font-weight:650;line-height:1.4}
.em-luxe-hero-media{position:relative;overflow:hidden;min-height:700px}.em-luxe-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.em-luxe-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,24,27,.22),transparent 34%),linear-gradient(180deg,transparent 58%,rgba(13,14,16,.38) 100%)}
.em-luxe-media-badge{position:absolute;left:28px;right:28px;bottom:28px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-radius:14px;padding:18px 21px;display:flex;justify-content:space-between;align-items:center;gap:24px;box-shadow:0 18px 50px rgba(0,0,0,.12)}.em-luxe-media-badge small{font-size:.61rem;letter-spacing:.12em;color:var(--em-gold-dark);font-weight:800}.em-luxe-media-badge strong{font-size:.84rem;font-weight:700;color:#27282c;text-align:right}

.em-luxe-intro{padding:112px 0 104px}.em-luxe-intro-grid{display:grid;grid-template-columns:150px minmax(0,1.1fr) minmax(360px,.9fr);gap:56px;align-items:start}.em-luxe-section-label{display:flex;flex-direction:column;gap:12px;padding-top:8px}.em-luxe-section-label span{color:var(--em-gold-dark);font-size:.7rem;font-weight:800;letter-spacing:.1em}.em-luxe-section-label b{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#777980;font-weight:750}.em-luxe-intro-heading h2,.em-luxe-heading-row h2,.em-luxe-story-copy h2,.em-luxe-app-copy h2,.em-luxe-faq-intro h2{font-size:clamp(2.45rem,3.6vw,4.1rem);line-height:1.08;letter-spacing:-.05em;font-weight:700;color:#1d1e22;margin:0}.em-luxe-intro-copy{display:grid;gap:20px;padding-top:8px}.em-luxe-intro-copy p{font-size:.98rem;line-height:1.88;color:#6a6c72}

.em-luxe-capabilities{padding:100px 0 110px;background:#f6f4ef}.em-luxe-heading-row{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:72px;align-items:end;margin-bottom:46px}.em-luxe-heading-row>p{max-width:520px;font-size:.94rem;line-height:1.78;color:#6c6e74}
.em-luxe-cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.em-luxe-cap-card{min-height:330px;padding:28px;border-radius:20px;background:#fff;border:1px solid #e9e5dc;display:flex;flex-direction:column;justify-content:space-between;transition:.25s ease}.em-luxe-cap-card:hover{transform:translateY(-5px);box-shadow:0 22px 60px rgba(20,21,24,.08);border-color:#ded5c6}.em-luxe-cap-top{display:flex;justify-content:space-between;align-items:center}.em-luxe-cap-top span{font-size:.66rem;color:var(--em-gold-dark);font-weight:800;letter-spacing:.1em}.em-luxe-cap-top i{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;border:1px solid #e2ded5;font-style:normal;color:#6e7075}.em-luxe-cap-card h3{font-size:1.28rem;line-height:1.2;letter-spacing:-.03em;margin:0 0 11px;color:#222327}.em-luxe-cap-card p{font-size:.85rem;line-height:1.7;color:#777980}

.em-luxe-story{padding:116px 0}.em-luxe-story-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);gap:86px;align-items:center}.em-luxe-story-media{position:relative;min-height:650px;border-radius:26px;overflow:hidden;background:#e8e4db}.em-luxe-story-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.em-luxe-story-stamp{position:absolute;left:24px;bottom:24px;padding:18px 21px;border-radius:14px;background:#fff;display:grid;gap:2px;box-shadow:0 16px 42px rgba(0,0,0,.13)}.em-luxe-story-stamp span{font-size:.61rem;text-transform:uppercase;letter-spacing:.11em;color:var(--em-gold-dark);font-weight:800}.em-luxe-story-stamp b{font-size:.85rem}.em-luxe-story-copy{padding-right:20px}.em-luxe-story-lead{font-size:1rem;line-height:1.84;color:#686a70;margin-top:24px}.em-luxe-checks{margin-top:34px;border-top:1px solid #e6e2d9}.em-luxe-checks>div{display:grid;grid-template-columns:38px 1fr;gap:17px;padding:17px 0;border-bottom:1px solid #e6e2d9}.em-luxe-checks span{font-size:.64rem;color:var(--em-gold-dark);font-weight:800;letter-spacing:.08em}.em-luxe-checks p{font-size:.87rem;color:#4f5157;font-weight:600}.em-luxe-text-link{display:inline-flex;align-items:center;gap:9px;margin-top:28px;font-size:.82rem;font-weight:800;color:var(--em-gold-dark)}

.em-luxe-applications{padding:20px 0 110px}.em-luxe-app-shell{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);background:#18191d;border-radius:30px;overflow:hidden;min-height:650px}.em-luxe-app-copy{padding:70px 62px;color:#fff}.em-luxe-app-copy h2{color:#fff;max-width:700px}.em-luxe-app-copy>p{margin-top:20px;color:rgba(255,255,255,.62);max-width:650px;font-size:.94rem;line-height:1.78}.em-luxe-app-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:38px;border-top:1px solid rgba(255,255,255,.12)}.em-luxe-app-grid article{padding:24px 26px 25px 0;border-bottom:1px solid rgba(255,255,255,.12)}.em-luxe-app-grid article:nth-child(odd){border-right:1px solid rgba(255,255,255,.12);padding-right:28px}.em-luxe-app-grid article:nth-child(even){padding-left:28px}.em-luxe-app-grid span{font-size:.62rem;color:#d6a154;font-weight:800}.em-luxe-app-grid h3{font-size:1rem;color:#fff;margin:20px 0 7px;letter-spacing:-.02em}.em-luxe-app-grid p{font-size:.79rem;line-height:1.62;color:rgba(255,255,255,.56)}.em-luxe-app-media{min-height:650px;overflow:hidden}.em-luxe-app-media img{width:100%;height:100%;object-fit:cover}

.em-luxe-process{padding:108px 0 120px}.em-luxe-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #e4e0d7;border-bottom:1px solid #e4e0d7}.em-luxe-process-grid article{padding:34px 28px 38px;border-right:1px solid #e4e0d7}.em-luxe-process-grid article:last-child{border-right:0}.em-luxe-step-no{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#f3ede3;color:var(--em-gold-dark);font-size:.68rem;font-weight:800}.em-luxe-process-grid h3{font-size:1rem;letter-spacing:-.02em;margin:48px 0 8px;color:#25262a}.em-luxe-process-grid p{font-size:.81rem;line-height:1.65;color:#76787e}

.em-luxe-faq{padding:110px 0;background:#f8f7f3}.em-luxe-faq-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:start}.em-luxe-faq-intro>p{margin-top:20px;max-width:430px;font-size:.93rem;line-height:1.78}.em-luxe-faq-list{background:#fff;border:1px solid #e7e3da;border-radius:22px;padding:0 28px}.em-luxe-faq-list details{border-bottom:1px solid #ebe7df}.em-luxe-faq-list details:last-child{border-bottom:0}.em-luxe-faq-list summary{cursor:pointer;list-style:none;padding:24px 4px;display:flex;justify-content:space-between;gap:22px;align-items:center;font-size:.91rem;font-weight:700;color:#2b2c30}.em-luxe-faq-list summary::-webkit-details-marker{display:none}.em-luxe-faq-list summary span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#f5f1e9;color:var(--em-gold-dark);font-size:1rem;font-weight:500;flex:0 0 auto}.em-luxe-faq-list details[open] summary span{transform:rotate(45deg)}.em-luxe-faq-list details p{padding:0 45px 24px 4px;font-size:.84rem;line-height:1.75;color:#74767c}

.em-luxe-cta{padding:84px 0;background:#fff}.em-luxe-cta-shell{background:linear-gradient(115deg,#1b1c20,#121316);border-radius:28px;padding:52px 58px;display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center;color:#fff;position:relative;overflow:hidden}.em-luxe-cta-shell:after{content:"";position:absolute;width:330px;height:330px;border:1px solid rgba(199,138,47,.18);border-radius:50%;right:-90px;top:-150px}.em-luxe-cta-shell>div{position:relative;z-index:2}.em-luxe-cta-shell>div>span{font-size:.64rem;color:#d6a154;letter-spacing:.14em;font-weight:800}.em-luxe-cta-shell h2{color:#fff;font-size:clamp(2rem,3vw,3.2rem);line-height:1.08;letter-spacing:-.05em;margin:7px 0 10px;max-width:760px}.em-luxe-cta-shell p{font-size:.85rem;color:rgba(255,255,255,.59);max-width:650px}.em-luxe-cta-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}

/* Existing non-service inner pages: elevate instead of looking like default templates */
.em-simple-hero,.em-service-hero{background:#fff;border:0;padding:52px 0 82px}
.em-simple-hero>.em-wrap{background:#18191d;border-radius:28px;padding:72px 68px;color:#fff}.em-simple-hero .em-breadcrumb,.em-simple-hero .em-breadcrumb span:last-child{color:rgba(255,255,255,.48)}.em-simple-hero .em-breadcrumb a{color:rgba(255,255,255,.72)}.em-simple-hero .em-eyebrow{color:#d9a24d}.em-simple-hero .em-h1{color:#fff;max-width:1000px}.em-simple-hero .em-lead{color:rgba(255,255,255,.66);max-width:780px}
.em-service-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:0;background:#18191d;border-radius:28px;overflow:hidden;min-height:650px;align-items:stretch}.em-service-hero-copy{padding:66px 58px;display:flex;flex-direction:column;justify-content:center}.em-service-hero-copy .em-breadcrumb,.em-service-hero-copy .em-breadcrumb span:last-child{color:rgba(255,255,255,.46)}.em-service-hero-copy .em-breadcrumb a{color:rgba(255,255,255,.72)}.em-service-hero-copy .em-eyebrow{color:#d9a24d}.em-service-hero-copy .em-h1{color:#fff}.em-service-hero-copy .em-lead{color:rgba(255,255,255,.68)}.em-service-mini-points span{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.04);color:rgba(255,255,255,.72);border-radius:999px;padding:9px 13px}.em-service-hero-media{min-height:650px;border-radius:0;box-shadow:none}.em-service-media-caption{left:22px;right:22px;bottom:22px;border-radius:13px}
.em-product-detail-grid{gap:20px}.em-product-detail-card{border:0;border-radius:22px;background:#f7f5f0;overflow:hidden}.em-product-detail-image{aspect-ratio:4/3}.em-product-detail-body{padding:28px}.em-product-detail-body h3{font-size:1.18rem}.em-product-detail-body a{font-weight:800}
.em-service-directory{gap:20px}.em-service-directory-card{grid-template-columns:280px 1fr;border:0;border-radius:22px;background:#f7f5f0;min-height:300px}.em-service-directory-copy{padding:34px}.em-service-directory-copy h2{font-size:1.55rem;margin:46px 0 10px}.em-service-directory-copy b{font-weight:800}
.em-industry-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;border:0}.em-industry-detail-grid article{border:1px solid #e8e4dc!important;border-radius:18px;background:#fff;min-height:260px;padding:30px 26px}.em-industry-detail-grid h3{font-size:1.05rem;margin:55px 0 9px}
.em-contact-main,.em-quote-form-panel{border-radius:22px;border:1px solid #e8e4dc;background:#faf9f6;box-shadow:none}

/* Premium footer refinement */
.em-premium-footer{background:#151619;border-top:0;padding-top:34px}.em-premium-footer>.em-wide-wrap{width:min(calc(100% - 64px),var(--em-wide))}
.em-footer-cta{border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(120deg,#23252a,#18191d);padding:34px 36px;margin-bottom:10px}.em-footer-cta-icon{background:transparent;border:1px solid rgba(199,138,47,.55);color:#e0ad5a;border-radius:50%}.em-footer-main{padding:62px 8px 54px;grid-template-columns:1.55fr .8fr .8fr 1.05fr}.em-foot-logo{font-size:2.25rem}.em-footer-brand-col p{font-size:.84rem;max-width:430px}.em-footer-col h4{font-size:.68rem}.em-footer-links a,.em-footer-location{font-size:.81rem}.em-premium-footer .em-copyright{padding:22px 8px 0}

@media(max-width:1320px){
  .em-ref-nav{grid-template-columns:205px 1fr auto;gap:22px}.em-ref-brand{width:200px}.em-ref-menu{gap:17px;font-size:.78rem}.em-ref-quote{padding-inline:17px}.em-commerce-main-content{width:62%;padding-left:46px}.em-commerce-main-card{min-height:620px}.em-commerce-category-card{min-height:302px}
  .em-luxe-hero-copy{padding:62px 50px 40px}.em-luxe-intro-grid{grid-template-columns:120px 1fr 380px;gap:40px}.em-luxe-cap-card{padding:24px}.em-luxe-app-copy{padding:60px 50px}
}
@media(max-width:1100px){
  .em-ref-topbar-inner{grid-template-columns:auto 1fr auto}.em-ref-top-item:nth-child(2){display:none}.em-ref-nav{min-height:90px;grid-template-columns:190px 1fr auto}.em-ref-brand{width:185px}.em-ref-brand img{height:68px}.em-ref-menu{display:none;position:absolute;top:90px;left:28px;right:28px;background:#fff;border:1px solid #e8e4dc;border-radius:18px;padding:12px;box-shadow:0 24px 70px rgba(16,17,19,.14);flex-direction:column;align-items:stretch;gap:0;white-space:normal}.em-ref-menu.is-open{display:flex}.em-ref-menu>li>a{min-height:0;padding:13px 10px;justify-content:space-between}.em-ref-menu>li>a:after{display:none}.em-submenu{position:static;width:auto;padding:0 0 8px 16px;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none;display:none}.em-has-submenu:hover>.em-submenu{display:block}.em-submenu a{padding:9px 12px}.em-ref-quote{display:none}.em-ref-mobile-toggle{display:block}.em-ref-round{width:43px;height:43px}
  .em-commerce-hero-grid{grid-template-columns:1fr}.em-commerce-main-card{min-height:650px}.em-commerce-card-grid{grid-template-columns:repeat(2,1fr)}.em-commerce-category-card{min-height:320px}
  .em-luxe-hero-shell{grid-template-columns:1fr;min-height:0}.em-luxe-hero-copy{padding:60px 54px}.em-luxe-hero-media{min-height:620px}.em-luxe-intro-grid{grid-template-columns:1fr;gap:24px}.em-luxe-section-label{flex-direction:row;align-items:center}.em-luxe-intro-copy{max-width:800px}.em-luxe-heading-row{grid-template-columns:1fr;gap:20px}.em-luxe-cap-grid{grid-template-columns:1fr 1fr}.em-luxe-story-grid{grid-template-columns:1fr;gap:52px}.em-luxe-story-media{min-height:580px}.em-luxe-app-shell{grid-template-columns:1fr}.em-luxe-app-media{min-height:540px}.em-luxe-process-grid{grid-template-columns:1fr 1fr}.em-luxe-process-grid article:nth-child(2){border-right:0}.em-luxe-process-grid article:nth-child(-n+2){border-bottom:1px solid #e4e0d7}.em-luxe-faq-grid{grid-template-columns:1fr;gap:46px}.em-luxe-cta-shell{grid-template-columns:1fr;gap:30px}
  .em-service-hero-grid{grid-template-columns:1fr}.em-service-hero-copy{padding:58px 50px}.em-service-hero-media{min-height:520px}.em-industry-detail-grid{grid-template-columns:1fr 1fr}.em-footer-main{grid-template-columns:1.25fr 1fr 1fr}.em-footer-contact{grid-column:1/4}
}
@media(max-width:782px){body.admin-bar .em-ref-header{top:46px}}
@media(max-width:760px){
  .em-wide-wrap,.em-wrap{width:min(calc(100% - 28px),var(--em-wide))}.em-wrap{--em-wide:var(--em-max)}
  .em-ref-topbar{display:none}.em-ref-nav{min-height:76px;grid-template-columns:150px 1fr auto}.em-ref-brand{width:148px}.em-ref-brand img{height:54px}.em-ref-menu{top:76px;left:14px;right:14px}.em-ref-round{display:none}
  .em-commerce-hero{padding:14px 0 58px}.em-commerce-main-card{min-height:650px;border-radius:20px}.em-commerce-main-shade{background:linear-gradient(180deg,rgba(8,9,11,.06) 0%,rgba(8,9,11,.48) 34%,rgba(8,9,11,.95) 62%,rgba(8,9,11,1) 100%)}.em-commerce-main-content{left:0;right:0;bottom:112px;top:auto;width:auto;padding:0 25px 28px}.em-commerce-main-content h1{font-size:2.72rem}.em-commerce-main-content p{font-size:.87rem}.em-commerce-main-actions{flex-direction:column;align-items:stretch}.em-commerce-main-actions .em-btn{width:100%}.em-commerce-main-features{grid-template-columns:1fr 1fr;height:112px}.em-commerce-main-features>div{border-right:0;padding:0 8px}.em-commerce-main-features>div:nth-child(odd){border-right:1px solid rgba(255,255,255,.1)}.em-commerce-main-features small{display:none}.em-commerce-card-grid{gap:9px}.em-commerce-category-card{min-height:245px;border-radius:18px}.em-commerce-card-content{left:12px;right:12px;bottom:13px}.em-commerce-card-content h2{min-height:40px;padding:0 15px;font-size:.78rem}.em-commerce-benefits{grid-template-columns:1fr}.em-commerce-benefits>div{border-right:0;border-bottom:1px solid #ebe6dc}.em-commerce-benefits>div:last-child{border-bottom:0}
  .em-luxe-hero{padding:20px 0 64px}.em-luxe-hero-shell{border-radius:22px}.em-luxe-hero-copy{padding:42px 26px 34px}.em-luxe-breadcrumb{margin-bottom:28px}.em-luxe-hero-copy h1{font-size:2.75rem}.em-luxe-hero-copy>p{font-size:.9rem;line-height:1.72}.em-luxe-actions{flex-direction:column}.em-luxe-actions .em-luxe-btn{width:100%}.em-luxe-trust-row{grid-template-columns:1fr;gap:9px;margin-top:34px}.em-luxe-hero-media{min-height:460px}.em-luxe-media-badge{left:16px;right:16px;bottom:16px;display:block}.em-luxe-media-badge strong{display:block;text-align:left;margin-top:4px}.em-luxe-intro{padding:76px 0}.em-luxe-intro-heading h2,.em-luxe-heading-row h2,.em-luxe-story-copy h2,.em-luxe-app-copy h2,.em-luxe-faq-intro h2{font-size:2.35rem}.em-luxe-capabilities{padding:74px 0 80px}.em-luxe-cap-grid{grid-template-columns:1fr}.em-luxe-cap-card{min-height:250px}.em-luxe-story{padding:80px 0}.em-luxe-story-media{min-height:430px;border-radius:20px}.em-luxe-story-copy{padding:0}.em-luxe-applications{padding:0 0 80px}.em-luxe-app-shell{border-radius:22px}.em-luxe-app-copy{padding:44px 26px}.em-luxe-app-grid{grid-template-columns:1fr}.em-luxe-app-grid article,.em-luxe-app-grid article:nth-child(odd),.em-luxe-app-grid article:nth-child(even){border-right:0;padding:20px 0}.em-luxe-app-media{min-height:420px}.em-luxe-process{padding:78px 0}.em-luxe-process-grid{grid-template-columns:1fr}.em-luxe-process-grid article{border-right:0!important;border-bottom:1px solid #e4e0d7!important}.em-luxe-process-grid article:last-child{border-bottom:0!important}.em-luxe-process-grid h3{margin-top:30px}.em-luxe-faq{padding:78px 0}.em-luxe-faq-list{padding:0 18px}.em-luxe-cta{padding:62px 0}.em-luxe-cta-shell{border-radius:22px;padding:38px 26px}.em-luxe-cta-actions{flex-direction:column;align-items:stretch}.em-luxe-cta-actions .em-luxe-btn{width:100%}
  .em-simple-hero>.em-wrap{padding:44px 28px;border-radius:20px}.em-service-hero{padding:20px 0 64px}.em-service-hero-grid{border-radius:20px}.em-service-hero-copy{padding:42px 26px}.em-service-hero-media{min-height:430px}.em-service-directory-card{grid-template-columns:1fr}.em-service-directory-image{height:260px}.em-industry-detail-grid{grid-template-columns:1fr}.em-footer-cta{grid-template-columns:1fr;padding:30px 24px}.em-footer-cta-icon{display:none}.em-footer-main{grid-template-columns:1fr 1fr;padding:46px 0}.em-footer-brand-col,.em-footer-contact{grid-column:1/3}.em-footer-contact .em-footer-links{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .em-commerce-card-grid{grid-template-columns:1fr}.em-commerce-category-card{min-height:280px}.em-luxe-hero-copy h1{font-size:2.42rem}.em-footer-main{grid-template-columns:1fr}.em-footer-brand-col,.em-footer-contact{grid-column:auto}.em-footer-contact .em-footer-links{grid-template-columns:1fr}
}


/* =========================================================
   v1.7 — Hybrid shop + custom WhatsApp ordering
   ========================================================= */
.em-ref-topbar-inner .em-ref-top-center:first-of-type{font-weight:700;letter-spacing:.02em}
.em-ref-cart{position:relative}
.em-ref-cart svg{width:21px;height:21px}
.em-cart-count{position:absolute;right:-3px;top:-3px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:var(--em-gold,#b98035);color:#fff;font-size:10px;font-weight:800;display:grid;place-items:center;border:2px solid #fff}

.em-home-shop{padding-top:88px;padding-bottom:88px;background:#fff}
.em-shop-title-row{align-items:flex-end}
.em-shop-title-actions{max-width:520px}
.em-shop-title-actions p{margin-bottom:12px}
.em-shop-title-actions>a{font-weight:800;color:var(--em-gold,#b98035);font-size:.92rem}
.em-home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:36px}
.em-home-product-card{background:#fff;border:1px solid #e9e5de;border-radius:20px;overflow:hidden;transition:.25s ease}
.em-home-product-card:hover{transform:translateY(-5px);box-shadow:0 22px 60px rgba(28,29,31,.10)}
.em-home-product-image{display:block;aspect-ratio:1/1.08;background:#f4f2ed;overflow:hidden}
.em-home-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.em-home-product-card:hover .em-home-product-image img{transform:scale(1.035)}
.em-home-product-copy{padding:18px 19px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.em-home-product-copy h3{font-size:1rem;line-height:1.3;margin:5px 0 0;letter-spacing:-.02em}
.em-home-product-copy h3 a:hover{color:var(--em-gold,#b98035)}
.em-home-product-copy span{font-size:.86rem;font-weight:800;color:var(--em-gold,#b98035)}
.em-product-arrow{width:38px;height:38px;border:1px solid #e3ded6;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;font-weight:800;transition:.2s}
.em-product-arrow:hover{background:#252629;color:#fff;border-color:#252629}

.em-whatsapp-path{padding:0 0 90px;background:#fff}
.em-whatsapp-path-shell{background:#242529;color:#fff;border-radius:24px;padding:38px 44px;display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden;position:relative}
.em-whatsapp-path-shell:after{content:"EM";position:absolute;right:170px;top:-40px;font-size:11rem;font-weight:800;line-height:1;color:rgba(255,255,255,.025);pointer-events:none}
.em-whatsapp-path-shell h2{font-size:clamp(1.8rem,3vw,2.65rem);margin:5px 0 8px;letter-spacing:-.04em}
.em-whatsapp-path-shell p{color:rgba(255,255,255,.67);max-width:700px}
.em-whatsapp-path-shell .em-btn{position:relative;z-index:2;white-space:nowrap}

/* WooCommerce core surfaces */
.em-woo-main{background:#faf9f6;padding:62px 0 100px;min-height:60vh}
.em-woo-shell{max-width:1240px}
.woocommerce .woocommerce-breadcrumb{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#8a877f;margin:0 0 28px}
.woocommerce .woocommerce-breadcrumb a{color:#585a5f}
.woocommerce-products-header{margin-bottom:36px}
.woocommerce-products-header__title.page-title,.woocommerce div.product .product_title{font-family:Manrope,Arial,sans-serif;font-weight:700;letter-spacing:-.045em;color:#27282c}
.woocommerce-products-header__title.page-title{font-size:clamp(2.5rem,5vw,4.7rem);line-height:1.02;margin:0 0 14px}
.woocommerce .woocommerce-result-count{color:#77736d;font-size:.9rem;margin-top:12px}
.woocommerce .woocommerce-ordering select{border:1px solid #ddd8d0;border-radius:10px;background:#fff;padding:11px 38px 11px 13px;font:inherit;color:#333}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:34px!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;background:#fff;border:1px solid #e7e2da;border-radius:18px;overflow:hidden;padding-bottom:18px;transition:.25s ease}
.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(31,32,35,.09)}
.woocommerce ul.products li.product a img{margin:0!important;width:100%;aspect-ratio:1/1.06;object-fit:cover;background:#f4f2ee}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1rem!important;line-height:1.35!important;padding:17px 18px 5px!important;font-weight:700!important;letter-spacing:-.02em;color:#292a2e}
.woocommerce ul.products li.product .price{padding:0 18px!important;color:var(--em-gold,#b98035)!important;font-size:.93rem!important;font-weight:800!important}
.woocommerce ul.products li.product .button{margin:12px 18px 0!important;border-radius:9px!important;background:#28292d!important;color:#fff!important;padding:11px 15px!important;font-size:.82rem!important;font-weight:800!important;text-transform:none!important}
.woocommerce ul.products li.product .button:hover{background:var(--em-gold,#b98035)!important}
.woocommerce span.onsale{background:var(--em-gold,#b98035)!important;color:#fff!important;min-height:auto!important;min-width:auto!important;line-height:1!important;border-radius:99px!important;padding:8px 10px!important;left:12px!important;top:12px!important;font-size:.72rem!important}

/* Single product */
.woocommerce div.product{background:#fff;border-radius:24px;padding:32px;border:1px solid #e8e3db}
.woocommerce div.product div.images,.woocommerce div.product div.summary{margin-bottom:0}
.woocommerce div.product .product_title{font-size:clamp(2rem,4vw,3.45rem);line-height:1.04;margin-bottom:14px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--em-gold,#b98035);font-size:1.45rem;font-weight:800}
.woocommerce div.product .woocommerce-product-details__short-description{color:#696a6e;font-size:1rem;line-height:1.75;margin:20px 0}
.woocommerce div.product form.cart{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:28px 0 0}
.woocommerce .quantity .qty{min-height:48px;border:1px solid #ddd8d0;border-radius:9px;padding:8px;width:74px}
.woocommerce div.product form.cart .button{min-height:48px;border-radius:9px;background:#28292d;color:#fff;padding:0 24px;font-weight:800}
.woocommerce div.product form.cart .button:hover{background:var(--em-gold,#b98035)}
.woocommerce div.product .product_meta{border-top:1px solid #eee9e1;margin-top:28px;padding-top:20px;color:#777;font-size:.84rem}
.woocommerce div.product .woocommerce-tabs{margin-top:70px}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;border-bottom:1px solid #e5e0d8}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;margin:0 24px 0 0!important;padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:14px 0!important;font-weight:800!important;color:#777!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#292a2e!important;border-bottom:2px solid var(--em-gold,#b98035)}
.woocommerce div.product .woocommerce-tabs .panel{padding:26px 0 0;line-height:1.75;color:#65666a}
.em-product-custom-order{margin-top:18px;padding:18px 20px;border:1px solid #e6dfd5;background:#fbf8f1;border-radius:14px;display:grid;gap:5px}
.em-product-custom-order span{font-weight:700;color:#343539;font-size:.9rem}
.em-product-custom-order a{font-weight:800;color:var(--em-gold,#b98035)}
.em-product-custom-order small{color:#77736d}

/* Cart / checkout */
.woocommerce-cart .entry-content,.woocommerce-checkout .entry-content,.woocommerce-account .entry-content{max-width:1240px;margin:0 auto;padding:55px 20px 90px}
.woocommerce table.shop_table{border:1px solid #e3ded6!important;border-radius:14px!important;background:#fff;overflow:hidden}
.woocommerce table.shop_table th{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:#6f6c66}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:#28292d!important;color:#fff!important;border-radius:9px!important;font-weight:800!important}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{background:var(--em-gold,#b98035)!important;color:#fff!important}
.woocommerce .cart-collaterals .cart_totals,.woocommerce-checkout #payment,.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{background:#fff;border:1px solid #e3ded6;border-radius:16px;padding:22px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid #ddd8d0;border-radius:9px;padding:12px 13px;background:#fff;min-height:46px}
.woocommerce-info,.woocommerce-message,.woocommerce-error{border-top-color:var(--em-gold,#b98035)!important;background:#fff!important;border-radius:10px!important}
.woocommerce-info:before,.woocommerce-message:before{color:var(--em-gold,#b98035)!important}

@media(max-width:1050px){
  .em-home-product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .em-whatsapp-path-shell{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){
  .em-home-shop{padding-top:62px;padding-bottom:62px}
  .em-home-product-grid,.woocommerce ul.products{grid-template-columns:1fr!important}
  .em-whatsapp-path{padding-bottom:64px}
  .em-whatsapp-path-shell{padding:28px 24px;border-radius:18px}
  .em-woo-main{padding:38px 0 70px}
  .woocommerce div.product{padding:18px;border-radius:16px}
  .woocommerce div.product form.cart{align-items:stretch}
  .woocommerce div.product form.cart .button{flex:1}
}

@media(max-width:1100px){.em-has-submenu.submenu-open>.em-submenu{display:block!important}.em-has-submenu.submenu-open .em-menu-arrow{transform:rotate(180deg)}}

/* =========================================================
   EmbroMark v1.8 — Luxury / Gen Z professional system
   Premium ecommerce + low-MOQ customization positioning
   ========================================================= */
:root{
  --lux-ink:#0f1012;
  --lux-charcoal:#17181b;
  --lux-warm:#f6f3ed;
  --lux-ivory:#fbfaf7;
  --lux-gold:#c68a31;
  --lux-gold-2:#e0b35f;
  --lux-line:#e8e2d8;
  --lux-muted:#6d6b68;
  --lux-wide:1680px;
  --lux-wrap:1420px;
  --lux-r:22px;
}
html{scroll-behavior:smooth}
body{font-family:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--lux-ink);background:#fff;font-size:16px;line-height:1.62;letter-spacing:-.012em}
body,button,input,select,textarea{font-family:"Plus Jakarta Sans",system-ui,sans-serif}
h1,h2,h3,h4,h5,.em-h1,.em-h2,.em-h3{font-family:"Plus Jakarta Sans",system-ui,sans-serif;letter-spacing:-.052em;color:var(--lux-ink)}
em{font-family:"Cormorant Garamond",Georgia,serif;font-weight:600;font-style:italic;letter-spacing:-.02em}
.em-lux-wide{width:min(calc(100% - 64px),var(--lux-wide));margin-inline:auto}
.em-lux-wrap{width:min(calc(100% - 64px),var(--lux-wrap));margin-inline:auto}

/* premium announcement bar */
.em-lux-topbar{height:42px;background:var(--lux-ink);color:#fff;font-size:12px;font-weight:600;letter-spacing:.01em;display:flex;align-items:center}
.em-lux-topbar-inner{display:grid;grid-template-columns:1fr auto 1fr;gap:28px;align-items:center}
.em-lux-top-left,.em-lux-top-right,.em-lux-top-message{display:flex;align-items:center;gap:17px;white-space:nowrap}
.em-lux-top-left a,.em-lux-top-right a{color:rgba(255,255,255,.86);display:inline-flex;align-items:center;gap:8px}
.em-lux-top-left svg{width:14px;height:14px;fill:none;stroke:var(--lux-gold-2);stroke-width:1.7}
.em-lux-top-divider{width:1px;height:14px;background:rgba(255,255,255,.25)}
.em-lux-top-message{justify-content:center;color:#fff;text-transform:uppercase;font-size:10.5px;letter-spacing:.12em}
.em-lux-top-message i{color:var(--lux-gold);font-style:normal}
.em-lux-top-right{justify-content:flex-end}.em-lux-top-wa{color:var(--lux-gold-2)!important;text-transform:uppercase;font-size:10px;letter-spacing:.1em}

/* luxury ecommerce header matching reference proportions */
.em-lux-header{position:sticky;top:0;z-index:150;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(18,18,18,.075);backdrop-filter:blur(18px)}
body.admin-bar .em-lux-header{top:32px}
.em-lux-nav{height:108px;display:grid;grid-template-columns:260px 1fr auto;gap:32px;align-items:center}
.em-lux-brand{width:248px;display:flex;align-items:center}.em-lux-brand img{display:block;width:100%;height:82px;object-fit:contain;object-position:left center}
.em-lux-menu{display:flex;align-items:center;justify-content:center;gap:30px;margin:0;padding:0;list-style:none;font-size:13px;font-weight:700;white-space:nowrap}
.em-lux-menu>li{position:relative}.em-lux-menu>li>a{min-height:108px;display:flex;align-items:center;gap:6px;color:#202124;position:relative}
.em-lux-menu>li>a:after{content:"";position:absolute;height:1.5px;left:0;right:100%;bottom:30px;background:var(--lux-gold);transition:.24s ease}
.em-lux-menu>li:hover>a{color:#8f5c14}.em-lux-menu>li:hover>a:after{right:0}.em-menu-arrow{width:9px;height:6px}
.em-lux-submenu{position:absolute;top:86px;left:-26px;width:280px;padding:12px;border-radius:16px;background:#fff;border:1px solid #eee8df;box-shadow:0 28px 75px rgba(10,11,13,.12);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}
.em-has-submenu:hover>.em-lux-submenu{opacity:1;visibility:visible;transform:none}
.em-lux-submenu a{display:flex;justify-content:space-between;align-items:center;padding:14px 14px;border-radius:10px;color:#363638;font-size:12px;font-weight:650}.em-lux-submenu a:hover{background:var(--lux-warm);color:#8e5a11}.em-lux-submenu b{font-weight:500;color:var(--lux-gold)}
.em-lux-actions{display:flex;align-items:center;gap:10px}.em-lux-round{width:44px;height:44px;border:1px solid #ded8ce;border-radius:50%;display:grid;place-items:center;color:#222;background:#fff;position:relative;transition:.2s ease}.em-lux-round:hover{border-color:#9c6a24;transform:translateY(-1px)}.em-lux-round svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.em-lux-cart>span{position:absolute;right:-3px;top:-4px;background:var(--lux-gold);color:#fff;min-width:17px;height:17px;border-radius:999px;font-size:9px;display:grid;place-items:center;border:2px solid #fff}
.em-lux-order{height:48px;padding:0 22px;border-radius:12px;background:var(--lux-gold);color:#fff;display:inline-flex;align-items:center;gap:12px;font-size:12px;font-weight:800;letter-spacing:.01em;box-shadow:0 12px 28px rgba(198,138,49,.2);transition:.2s ease}.em-lux-order:hover{background:#a76c1d;transform:translateY(-1px)}.em-lux-order span{font-size:15px}
.em-lux-mobile-toggle{display:none}

/* luxury home */
.em-lux-home{overflow:hidden;background:#fff}.em-lux-hero{background:var(--lux-ivory);padding:28px 0 46px}.em-lux-hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);gap:14px;min-height:690px}.em-lux-hero-main{position:relative;border-radius:26px;overflow:hidden;background:#111;min-height:690px}.em-lux-hero-main>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.em-lux-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,9,10,.96) 0%,rgba(8,9,10,.84) 44%,rgba(8,9,10,.25) 77%,rgba(8,9,10,.06) 100%)}
.em-lux-hero-copy{position:absolute;z-index:2;left:58px;top:0;bottom:72px;width:min(620px,66%);display:flex;flex-direction:column;justify-content:center}.em-lux-kicker,.em-lux-kicker-dark{display:block;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--lux-gold-2);margin-bottom:20px}.em-lux-kicker-dark{color:#9c681d}
.em-lux-hero-copy h1{color:#fff;font-size:clamp(3.8rem,5vw,6.25rem);line-height:.94;font-weight:700;letter-spacing:-.07em;margin:0;max-width:660px}.em-lux-hero-copy h1 em{color:#e1b86e;font-size:1.04em}.em-lux-hero-copy p{max-width:600px;color:rgba(255,255,255,.74);font-size:15px;line-height:1.8;margin:28px 0 0}.em-lux-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:31px}.em-lux-btn{min-height:52px;padding:0 22px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:12px;font-weight:800;letter-spacing:.01em;transition:.2s ease}.em-lux-btn-gold{background:var(--lux-gold);color:#fff}.em-lux-btn-gold:hover{background:#a66a18;transform:translateY(-1px)}.em-lux-btn-glass{color:#fff;border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}.em-lux-btn-glass:hover{background:#fff;color:#111}.em-lux-btn-light{background:#fff;color:#111;border:1px solid rgba(255,255,255,.15)}
.em-lux-hero-meta{height:72px;position:absolute;z-index:2;left:0;right:0;bottom:0;background:rgba(11,12,13,.86);backdrop-filter:blur(8px);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;border-top:1px solid rgba(255,255,255,.1)}.em-lux-hero-meta span{height:100%;display:flex;align-items:center;padding:0 22px;border-right:1px solid rgba(255,255,255,.1);font-size:10px;color:rgba(255,255,255,.64);text-transform:uppercase;letter-spacing:.09em}.em-lux-hero-meta span:last-child{border-right:0}
.em-lux-hero-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:14px}.em-lux-hero-card{position:relative;border-radius:26px;overflow:hidden;background:#222;min-height:338px;color:#fff}.em-lux-hero-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1)}.em-lux-hero-card:hover>img{transform:scale(1.035)}.em-lux-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 28%,rgba(0,0,0,.18) 56%,rgba(0,0,0,.83) 100%)}.em-lux-card-copy{position:absolute;z-index:2;inset:auto 25px 24px 25px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:end}.em-lux-card-copy>span{font-size:9px;letter-spacing:.12em;color:#e1b86e;margin-bottom:7px}.em-lux-card-copy h2{font-size:22px;color:#fff;letter-spacing:-.045em;margin:0 0 5px}.em-lux-card-copy p{font-size:11px;line-height:1.5;color:rgba(255,255,255,.7);margin:0;max-width:220px}.em-lux-card-copy>b{width:42px;height:42px;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;font-weight:500;font-size:16px;transition:.2s ease}.em-lux-hero-card:hover .em-lux-card-copy>b{background:var(--lux-gold);color:#fff}
.em-lux-proofbar{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--lux-line);border-radius:18px;overflow:hidden}.em-lux-proofbar>div{padding:21px 24px;border-right:1px solid var(--lux-line);display:flex;align-items:center;gap:16px}.em-lux-proofbar>div:last-child{border-right:0}.em-lux-proofbar b{font-size:10px;letter-spacing:.09em;color:#99641b;white-space:nowrap}.em-lux-proofbar span{font-size:11px;color:#6e6a64}

.em-lux-section{padding:120px 0}.em-lux-section-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:80px;align-items:end;margin-bottom:50px}.em-lux-section-head h2{font-size:clamp(3.25rem,4.4vw,5.1rem);line-height:.98;margin:0;font-weight:650}.em-lux-section-head h2 em{color:#9d6b23}.em-lux-section-head>p,.em-lux-section-head>div:last-child p{color:#77736c;max-width:500px;font-size:14px;line-height:1.8;margin:0}.em-lux-section-head>div:last-child{display:grid;gap:14px}.em-lux-section-head a,.em-lux-text-link{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#9d681c}

.em-lux-shop{background:#fff}.em-lux-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.em-lux-product-card{min-width:0}.em-lux-product-media{aspect-ratio:.84;position:relative;display:block;overflow:hidden;border-radius:18px;background:#f3f0ea}.em-lux-product-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.em-lux-product-card:hover img{transform:scale(1.025)}.em-lux-product-media>span{position:absolute;right:16px;bottom:16px;background:#fff;color:#111;padding:10px 13px;border-radius:999px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;opacity:0;transform:translateY(6px);transition:.2s ease}.em-lux-product-card:hover .em-lux-product-media>span{opacity:1;transform:none}.em-lux-product-info{display:flex;justify-content:space-between;gap:20px;padding:17px 2px 0}.em-lux-product-info h3{font-size:15px;margin:0 0 4px;letter-spacing:-.03em}.em-lux-product-info small{font-size:10px;color:#8b877f;text-transform:uppercase;letter-spacing:.08em}.em-lux-product-info>b{font-size:13px;font-weight:700;color:#252525;white-space:nowrap}.em-lux-product-info ins{text-decoration:none}

.em-lux-pathways{background:var(--lux-warm)}.em-lux-path-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.em-lux-path{min-height:440px;border-radius:24px;padding:38px;display:grid;grid-template-rows:auto 1fr auto;position:relative;overflow:hidden}.em-lux-path>span{font-size:10px;letter-spacing:.12em}.em-lux-path small{display:block;font-size:9px;letter-spacing:.13em;margin-bottom:18px}.em-lux-path h3{font-size:clamp(2.4rem,3.1vw,3.8rem);line-height:1.02;margin:0 0 20px;max-width:560px}.em-lux-path p{max-width:520px;font-size:13px;line-height:1.75}.em-lux-path>b{font-size:11px;text-transform:uppercase;letter-spacing:.08em}.em-lux-path-light{background:#fff;border:1px solid var(--lux-line);color:#111}.em-lux-path-light p{color:#77736c}.em-lux-path-dark{background:#17181a;color:#fff}.em-lux-path-dark h3{color:#fff}.em-lux-path-dark p{color:rgba(255,255,255,.58)}.em-lux-path-dark>span,.em-lux-path-dark small,.em-lux-path-dark>b{color:#d8aa5e}

.em-lux-editorial{padding:130px 0;background:#fff}.em-lux-editorial-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:0;min-height:760px}.em-lux-editorial-media{position:relative;overflow:hidden;border-radius:24px 0 0 24px;background:#222}.em-lux-editorial-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.em-lux-editorial-media>span{position:absolute;left:30px;bottom:26px;background:rgba(17,17,17,.84);color:#fff;padding:11px 14px;border-radius:999px;font-size:9px;letter-spacing:.12em}.em-lux-editorial-copy{background:var(--lux-ivory);border:1px solid var(--lux-line);border-left:0;border-radius:0 24px 24px 0;padding:78px 70px;display:flex;flex-direction:column;justify-content:center}.em-lux-editorial-copy h2{font-size:clamp(3.4rem,4.5vw,5.2rem);line-height:.98;margin:0;max-width:650px;font-weight:650}.em-lux-editorial-copy h2 em{color:#9c681f}.em-lux-editorial-copy>p{font-size:14px;color:#737069;line-height:1.85;max-width:590px;margin:28px 0 32px}.em-lux-editorial-points{display:grid;gap:0;border-top:1px solid var(--lux-line);margin-bottom:28px}.em-lux-editorial-points>div{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:17px 0;border-bottom:1px solid var(--lux-line)}.em-lux-editorial-points b{color:#a56c1d;font-size:10px}.em-lux-editorial-points span{font-size:11px;color:#77736c}.em-lux-editorial-points strong{display:block;font-size:12px;color:#222;margin-bottom:3px}

.em-lux-services{background:#fff}.em-lux-service-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:16px}.em-lux-service-card{position:relative;min-height:560px;border-radius:22px;overflow:hidden;background:#191a1c;color:#fff}.em-lux-service-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.em-lux-service-card:hover>img{transform:scale(1.03)}.em-lux-service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 30%,rgba(0,0,0,.86) 100%)}.em-lux-service-card>div{position:absolute;z-index:2;left:28px;right:28px;bottom:26px}.em-lux-service-card span{font-size:9px;letter-spacing:.12em;color:#dfb260}.em-lux-service-card h3{color:#fff;font-size:29px;line-height:1.05;margin:10px 0 9px}.em-lux-service-card p{color:rgba(255,255,255,.65);font-size:12px;line-height:1.65;max-width:430px;margin:0 0 15px}.em-lux-service-card b{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#fff}.em-lux-service-wide{min-height:640px}

.em-lux-dark-story{background:#151619;padding:118px 0;color:#fff}.em-lux-dark-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.em-lux-dark-copy{padding-left:55px}.em-lux-dark-copy h2{color:#fff;font-size:clamp(3.7rem,4.7vw,5.6rem);line-height:.95;margin:0;max-width:650px}.em-lux-dark-copy h2 em{color:#dfb260}.em-lux-dark-copy p{color:rgba(255,255,255,.62);max-width:560px;font-size:14px;line-height:1.85;margin:26px 0 30px}.em-lux-dark-media{position:relative;height:680px;border-radius:22px;overflow:hidden}.em-lux-dark-media img{width:100%;height:100%;object-fit:cover}.em-lux-dark-media>div{position:absolute;left:20px;right:20px;bottom:20px;background:rgba(14,15,17,.82);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);border-radius:14px;display:grid;grid-template-columns:repeat(4,1fr)}.em-lux-dark-media span{padding:17px 14px;text-align:center;color:rgba(255,255,255,.75);font-size:9px;letter-spacing:.1em;border-right:1px solid rgba(255,255,255,.1)}.em-lux-dark-media span:last-child{border-right:0}

.em-lux-process{background:var(--lux-ivory)}.em-lux-process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--lux-line);border-bottom:1px solid var(--lux-line)}.em-lux-process-grid article{min-height:240px;padding:30px 28px;border-right:1px solid var(--lux-line);display:flex;flex-direction:column}.em-lux-process-grid article:last-child{border-right:0}.em-lux-process-grid span{font-size:10px;color:#a36b1c;letter-spacing:.1em}.em-lux-process-grid h3{font-size:20px;margin:auto 0 9px}.em-lux-process-grid p{font-size:12px;color:#77736c;line-height:1.65;margin:0}

.em-lux-work{background:#fff}.em-lux-work-grid{display:grid;grid-template-columns:1.18fr .82fr .82fr;grid-template-rows:300px 300px;gap:14px}.em-lux-work-grid>a{position:relative;border-radius:20px;overflow:hidden;background:#eee}.em-lux-work-grid>a:first-child{grid-row:1/3}.em-lux-work-grid>a:last-child{grid-column:2/4}.em-lux-work-grid img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.em-lux-work-grid>a:hover img{transform:scale(1.025)}.em-lux-work-grid>a:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.62))}.em-lux-work-grid span{position:absolute;left:20px;bottom:18px;z-index:2;color:#fff;font-size:11px;font-weight:700}

.em-lux-final{padding:20px 0 90px;background:#fff}.em-lux-final-shell{min-height:440px;border-radius:26px;background:#111214;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:55px;position:relative;overflow:hidden}.em-lux-final-shell:before{content:"EM";position:absolute;right:-1vw;bottom:-5vw;font-size:20vw;line-height:.8;font-weight:800;letter-spacing:-.1em;color:rgba(255,255,255,.025)}.em-lux-final-shell>span{position:relative;font-size:10px;letter-spacing:.14em;color:#d9a653}.em-lux-final-shell h2{position:relative;color:#fff;font-size:clamp(3.3rem,4.7vw,5.8rem);line-height:.96;margin:18px 0 30px}.em-lux-final-shell h2 em{color:#e0b35f}.em-lux-final-shell>div{position:relative;display:flex;gap:12px}

/* premium footer */
.em-lux-footer{background:#0e0f11;color:#fff;padding:78px 0 26px}.em-lux-footer-top{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;padding-bottom:70px;border-bottom:1px solid rgba(255,255,255,.11);align-items:end}.em-lux-footer-brand img{width:245px;height:88px;object-fit:contain;object-position:left center;background:#fff;border-radius:12px;padding:6px 10px}.em-lux-footer-brand p{max-width:430px;color:rgba(255,255,255,.48);font-size:12px;line-height:1.8;margin:20px 0 0}.em-lux-footer-note{text-align:right}.em-lux-footer-note>span{font-size:9px;letter-spacing:.14em;color:#dba84e}.em-lux-footer-note h2{color:#fff;font-size:clamp(2.8rem,3.5vw,4.4rem);line-height:.98;margin:12px 0 20px}.em-lux-footer-note a{font-size:11px;color:#e0b35f;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.em-lux-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:55px;padding:58px 0}.em-lux-footer-grid h4{color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.12em;margin:0 0 20px}.em-lux-footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.em-lux-footer-grid a,.em-lux-footer-grid span{color:rgba(255,255,255,.5);font-size:11px}.em-lux-footer-grid a:hover{color:#fff}.em-lux-socials{display:flex;gap:13px;flex-wrap:wrap;margin-top:10px}.em-lux-socials a{color:#d8a958}.em-lux-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;color:rgba(255,255,255,.32);font-size:9px;letter-spacing:.04em;text-transform:uppercase}.em-lux-floating-wa{width:52px;height:52px;border-radius:50%;padding:0;display:grid;place-items:center;background:#1fb55a;border:4px solid #fff;box-shadow:0 10px 32px rgba(0,0,0,.16)}.em-lux-floating-wa svg{width:24px;height:24px;fill:#fff}.em-lux-floating-wa span,.em-lux-floating-wa b{display:none}

/* Premium inner service pages — editorial, less boxy */
.em-luxe-page{font-family:"Plus Jakarta Sans",system-ui,sans-serif;background:#fff}.em-luxe-page .em-luxe-hero{padding:34px 0 86px;background:var(--lux-ivory)}.em-luxe-page .em-luxe-hero-shell{min-height:760px;grid-template-columns:.9fr 1.1fr;border-radius:28px;background:#111214;box-shadow:none}.em-luxe-page .em-luxe-hero-copy{padding:74px 68px}.em-luxe-page .em-luxe-breadcrumb{margin-bottom:60px;font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:rgba(255,255,255,.35)}.em-luxe-page .em-luxe-kicker{font-size:10px;letter-spacing:.14em;color:#dca950}.em-luxe-page .em-luxe-hero-copy h1{font-family:"Plus Jakarta Sans",sans-serif;font-size:clamp(3.8rem,4.8vw,5.8rem);line-height:.96;font-weight:650;letter-spacing:-.065em}.em-luxe-page .em-luxe-hero-copy h1 span{font-family:"Cormorant Garamond",serif;font-style:italic;font-weight:600;color:#dfb15f}.em-luxe-page .em-luxe-hero-copy>p{font-size:14px;line-height:1.85;max-width:580px;color:rgba(255,255,255,.6)}.em-luxe-page .em-luxe-actions{gap:10px;margin-top:30px}.em-luxe-page .em-luxe-btn{border-radius:12px;font-size:11px;min-height:51px}.em-luxe-page .em-luxe-trust-row{border-top:1px solid rgba(255,255,255,.12);margin-top:46px;padding-top:24px;display:grid;grid-template-columns:repeat(3,1fr)}.em-luxe-page .em-luxe-trust-row>div{border-right:1px solid rgba(255,255,255,.1);padding-right:16px}.em-luxe-page .em-luxe-trust-row>div:last-child{border-right:0}.em-luxe-page .em-luxe-trust-row strong{font-size:9px;color:#dca950}.em-luxe-page .em-luxe-trust-row span{font-size:10px;color:rgba(255,255,255,.53)}.em-luxe-page .em-luxe-hero-media img{transition:transform .9s ease}.em-luxe-page .em-luxe-hero-shell:hover .em-luxe-hero-media img{transform:scale(1.015)}.em-luxe-page .em-luxe-hero-overlay{background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.45))}.em-luxe-page .em-luxe-media-badge{left:24px;right:auto;bottom:22px;border:1px solid rgba(255,255,255,.13);background:rgba(15,16,18,.72);backdrop-filter:blur(10px);border-radius:12px;padding:15px 17px}.em-luxe-page .em-luxe-media-badge small{font-size:8px;letter-spacing:.13em;color:#dba94f}.em-luxe-page .em-luxe-media-badge strong{font-size:12px;color:#fff}
.em-luxe-page .em-luxe-intro{padding:120px 0}.em-luxe-page .em-luxe-intro-grid{grid-template-columns:120px 1.05fr .95fr;gap:55px;align-items:start}.em-luxe-page .em-luxe-section-label{font-size:9px;letter-spacing:.11em;color:#9c681e;text-transform:uppercase}.em-luxe-page .em-luxe-intro-heading h2{font-size:clamp(3rem,4vw,4.8rem);line-height:.98;font-weight:650}.em-luxe-page .em-luxe-intro-copy p{font-size:13px;line-height:1.9;color:#77736d}.em-luxe-page .em-luxe-capabilities{padding:115px 0;background:var(--lux-warm)}.em-luxe-page .em-luxe-heading-row{align-items:end;margin-bottom:48px}.em-luxe-page .em-luxe-heading-row h2{font-size:clamp(3rem,3.8vw,4.5rem);line-height:.98;font-weight:650}.em-luxe-page .em-luxe-heading-row>p{font-size:13px;color:#79756e;line-height:1.8}.em-luxe-page .em-luxe-cap-grid{gap:0;border-top:1px solid #dcd5ca;border-bottom:1px solid #dcd5ca}.em-luxe-page .em-luxe-cap-card{background:transparent;border:0;border-radius:0;box-shadow:none;min-height:330px;border-right:1px solid #dcd5ca;padding:28px}.em-luxe-page .em-luxe-cap-card:last-child{border-right:0}.em-luxe-page .em-luxe-cap-card:hover{transform:none;background:rgba(255,255,255,.34)}.em-luxe-page .em-luxe-cap-top span{font-size:9px;color:#a16b20}.em-luxe-page .em-luxe-cap-top i{font-size:15px;color:#9b681e}.em-luxe-page .em-luxe-cap-card h3{font-size:24px;margin-top:auto}.em-luxe-page .em-luxe-cap-card p{font-size:12px;color:#77736c;line-height:1.7}.em-luxe-page .em-luxe-story{padding:135px 0}.em-luxe-page .em-luxe-story-grid{grid-template-columns:1.05fr .95fr;gap:85px}.em-luxe-page .em-luxe-story-media{min-height:720px;border-radius:22px}.em-luxe-page .em-luxe-story-copy{padding-right:40px}.em-luxe-page .em-luxe-story-copy h2{font-size:clamp(3.1rem,4vw,4.8rem);line-height:.98;font-weight:650}.em-luxe-page .em-luxe-story-lead{font-size:14px;line-height:1.9;color:#74716b}.em-luxe-page .em-luxe-checks>div{grid-template-columns:34px 1fr;border-bottom:1px solid var(--lux-line);padding:15px 0}.em-luxe-page .em-luxe-checks span{font-size:9px;color:#a06a1d}.em-luxe-page .em-luxe-checks p{font-size:12px;color:#55534f}.em-luxe-page .em-luxe-applications{padding:0 0 130px;background:#fff}.em-luxe-page .em-luxe-app-shell{border-radius:26px;background:#111214;min-height:690px;overflow:hidden}.em-luxe-page .em-luxe-app-copy{padding:65px}.em-luxe-page .em-luxe-app-copy h2{font-size:clamp(3rem,3.8vw,4.6rem);line-height:.98}.em-luxe-page .em-luxe-app-copy>p{font-size:13px;color:rgba(255,255,255,.58);line-height:1.8}.em-luxe-page .em-luxe-app-grid{gap:0;border-top:1px solid rgba(255,255,255,.12);margin-top:35px}.em-luxe-page .em-luxe-app-grid article{border:0;border-bottom:1px solid rgba(255,255,255,.1);border-radius:0;padding:17px 0}.em-luxe-page .em-luxe-app-grid h3{font-size:15px}.em-luxe-page .em-luxe-app-grid p{font-size:10px;color:rgba(255,255,255,.46)}.em-luxe-page .em-luxe-process{padding:120px 0;background:var(--lux-ivory)}.em-luxe-page .em-luxe-process-grid{gap:0;border-top:1px solid var(--lux-line);border-bottom:1px solid var(--lux-line)}.em-luxe-page .em-luxe-process-grid article{border:0;border-right:1px solid var(--lux-line);border-radius:0;background:transparent;padding:27px;min-height:235px}.em-luxe-page .em-luxe-process-grid article:last-child{border-right:0}.em-luxe-page .em-luxe-process-grid h3{font-size:18px;margin-top:auto}.em-luxe-page .em-luxe-process-grid p{font-size:11px;color:#77736c}.em-luxe-page .em-luxe-faq{padding:120px 0}.em-luxe-page .em-luxe-faq-grid{grid-template-columns:.8fr 1.2fr;gap:90px}.em-luxe-page .em-luxe-faq-intro h2{font-size:clamp(3rem,3.6vw,4.3rem);line-height:.98}.em-luxe-page .em-luxe-faq-list details{border:0;border-bottom:1px solid var(--lux-line);border-radius:0;background:transparent;padding:0}.em-luxe-page .em-luxe-faq-list summary{padding:20px 0;font-size:13px}.em-luxe-page .em-luxe-faq-list details p{padding:0 0 20px;font-size:12px;color:#77736c}.em-luxe-page .em-luxe-cta{padding:20px 0 95px}.em-luxe-page .em-luxe-cta-shell{border-radius:26px;padding:68px;background:#111214}.em-luxe-page .em-luxe-cta-shell h2{font-size:clamp(3rem,4vw,4.9rem);line-height:.98}.em-luxe-page .em-luxe-cta-shell>div>span{font-size:9px;letter-spacing:.14em;color:#d8a64d}

/* WooCommerce luxury refinements */
.woocommerce .woocommerce-breadcrumb{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#97928a}.woocommerce-products-header__title.page-title{font-family:"Plus Jakarta Sans",sans-serif!important;font-size:clamp(3rem,4vw,5rem)!important;font-weight:650!important;letter-spacing:-.06em!important}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important}.woocommerce ul.products li.product a img{aspect-ratio:.84;object-fit:cover;border-radius:18px;background:#f2efe9;margin-bottom:15px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important;font-weight:700!important;letter-spacing:-.03em!important;padding:0!important}.woocommerce ul.products li.product .price{font-size:12px!important;color:#6d6963!important}.woocommerce ul.products li.product .button{border-radius:10px!important;background:#111214!important;color:#fff!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.07em!important;padding:12px 15px!important}.woocommerce div.product .product_title{font-family:"Plus Jakarta Sans",sans-serif!important;font-size:clamp(2.7rem,3.5vw,4.4rem)!important;line-height:.98!important;font-weight:650!important;letter-spacing:-.06em!important}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#9c681d!important;font-size:18px!important}.woocommerce div.product form.cart .button{background:var(--lux-gold)!important;color:#fff!important;border-radius:10px!important;min-height:50px!important}.woocommerce div.product .woocommerce-product-gallery__wrapper img{border-radius:18px}

@media(max-width:1380px){
 .em-lux-nav{grid-template-columns:220px 1fr auto;gap:22px}.em-lux-brand{width:210px}.em-lux-menu{gap:19px;font-size:12px}.em-lux-order{padding:0 18px}.em-lux-hero-copy{left:44px;width:65%}.em-lux-hero-grid{min-height:630px}.em-lux-hero-main{min-height:630px}.em-lux-hero-card{min-height:308px}.em-lux-dark-copy{padding-left:20px}
}
@media(max-width:1120px){
 body.admin-bar .em-lux-header{top:46px}.em-lux-topbar{display:none}.em-lux-nav{height:84px;grid-template-columns:200px 1fr auto}.em-lux-brand{width:185px}.em-lux-brand img{height:65px}.em-lux-menu{position:absolute;left:20px;right:20px;top:84px;background:#fff;border:1px solid #ebe5db;border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,.12);display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;white-space:normal}.em-lux-menu.is-open{display:flex}.em-lux-menu>li>a{min-height:48px;padding:0 10px}.em-lux-menu>li>a:after{display:none}.em-lux-submenu{position:static;width:auto;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:10px;background:#f7f4ef;margin:0 0 8px}.em-has-submenu.submenu-open>.em-lux-submenu{display:block}.em-lux-mobile-toggle{display:block;width:44px;height:44px;padding:10px;border:1px solid #ddd7cd;border-radius:11px;background:#fff}.em-lux-mobile-toggle span{display:block;height:2px;background:#111;margin:5px 0}.em-lux-actions{gap:8px}.em-lux-order{display:none}.em-lux-hero-grid{grid-template-columns:1fr;min-height:auto}.em-lux-hero-main{min-height:650px}.em-lux-hero-cards{grid-template-columns:repeat(2,1fr);grid-template-rows:none}.em-lux-hero-card{min-height:340px}.em-lux-section{padding:90px 0}.em-lux-section-head{gap:45px}.em-lux-section-head h2{font-size:3.8rem}.em-lux-product-grid{grid-template-columns:repeat(2,1fr)}.em-lux-editorial-grid,.em-lux-dark-grid{grid-template-columns:1fr}.em-lux-editorial-media{min-height:620px;border-radius:22px 22px 0 0}.em-lux-editorial-copy{border-left:1px solid var(--lux-line);border-top:0;border-radius:0 0 22px 22px}.em-lux-dark-copy{padding:0 30px}.em-lux-dark-media{height:600px}.em-lux-service-grid{grid-template-columns:1fr 1fr}.em-lux-service-wide{grid-column:1/3}.em-lux-process-grid{grid-template-columns:repeat(2,1fr)}.em-lux-process-grid article:nth-child(2){border-right:0}.em-lux-process-grid article:nth-child(-n+2){border-bottom:1px solid var(--lux-line)}.em-lux-work-grid{grid-template-columns:1fr 1fr}.em-lux-work-grid>a:first-child{grid-row:auto;grid-column:1/3;height:520px}.em-lux-work-grid>a:last-child{grid-column:auto}.em-luxe-page .em-luxe-hero-shell{grid-template-columns:1fr;min-height:auto}.em-luxe-page .em-luxe-hero-copy{min-height:650px}.em-luxe-page .em-luxe-hero-media{min-height:620px}.em-luxe-page .em-luxe-intro-grid{grid-template-columns:80px 1fr}.em-luxe-page .em-luxe-intro-copy{grid-column:2}.em-luxe-page .em-luxe-story-grid,.em-luxe-page .em-luxe-faq-grid{grid-template-columns:1fr}.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
 .em-lux-wide,.em-lux-wrap{width:min(calc(100% - 28px),var(--lux-wrap))}.em-lux-nav{grid-template-columns:155px 1fr auto;height:74px}.em-lux-brand{width:145px}.em-lux-brand img{height:54px}.em-lux-menu{top:74px}.em-lux-round{display:none}.em-lux-hero{padding:14px 0 30px}.em-lux-hero-main{min-height:680px;border-radius:20px}.em-lux-hero-copy{left:24px;right:24px;width:auto;bottom:78px}.em-lux-hero-copy h1{font-size:3.55rem}.em-lux-hero-copy p{font-size:13px}.em-lux-hero-actions{flex-direction:column;align-items:stretch}.em-lux-btn{width:100%}.em-lux-hero-meta{grid-template-columns:1fr 1fr;height:auto}.em-lux-hero-meta span{height:42px}.em-lux-hero-cards{grid-template-columns:1fr 1fr;gap:10px}.em-lux-hero-card{min-height:250px;border-radius:18px}.em-lux-card-copy{left:16px;right:16px;bottom:15px;grid-template-columns:1fr auto}.em-lux-card-copy>span,.em-lux-card-copy p{display:none}.em-lux-card-copy h2{font-size:16px}.em-lux-card-copy>b{width:34px;height:34px}.em-lux-proofbar{grid-template-columns:1fr 1fr}.em-lux-proofbar>div:nth-child(2){border-right:0}.em-lux-proofbar>div:nth-child(-n+2){border-bottom:1px solid var(--lux-line)}.em-lux-proofbar>div{padding:15px;display:block}.em-lux-proofbar b,.em-lux-proofbar span{display:block}.em-lux-proofbar span{margin-top:4px}.em-lux-section{padding:76px 0}.em-lux-section-head{grid-template-columns:1fr;gap:24px;margin-bottom:34px}.em-lux-section-head h2{font-size:3rem}.em-lux-product-grid{grid-template-columns:1fr 1fr;gap:12px}.em-lux-product-info{display:block}.em-lux-product-info>b{display:block;margin-top:6px}.em-lux-path-grid{grid-template-columns:1fr}.em-lux-path{min-height:390px;padding:27px}.em-lux-path h3{font-size:2.7rem}.em-lux-editorial{padding:78px 0}.em-lux-editorial-media{min-height:430px}.em-lux-editorial-copy{padding:48px 26px}.em-lux-editorial-copy h2{font-size:3rem}.em-lux-service-grid{grid-template-columns:1fr}.em-lux-service-wide{grid-column:auto}.em-lux-service-card,.em-lux-service-wide{min-height:450px}.em-lux-dark-story{padding:78px 0}.em-lux-dark-grid{gap:45px}.em-lux-dark-copy{padding:0}.em-lux-dark-copy h2{font-size:3.25rem}.em-lux-dark-media{height:480px}.em-lux-dark-media>div{grid-template-columns:1fr 1fr}.em-lux-dark-media span:nth-child(2){border-right:0}.em-lux-dark-media span:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}.em-lux-process-grid{grid-template-columns:1fr}.em-lux-process-grid article{border-right:0;border-bottom:1px solid var(--lux-line);min-height:190px}.em-lux-work-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:330px 220px 220px}.em-lux-work-grid>a:first-child{grid-column:1/3;height:auto}.em-lux-work-grid>a:last-child{grid-column:1/3}.em-lux-final{padding-bottom:60px}.em-lux-final-shell{min-height:420px;padding:38px 22px}.em-lux-final-shell h2{font-size:3.1rem}.em-lux-final-shell>div{flex-direction:column;width:100%;max-width:360px}.em-lux-footer{padding-top:60px}.em-lux-footer-top{grid-template-columns:1fr;gap:45px}.em-lux-footer-note{text-align:left}.em-lux-footer-note h2{font-size:3rem}.em-lux-footer-grid{grid-template-columns:1fr 1fr;gap:40px 25px}.em-lux-footer-bottom{display:block}.em-lux-footer-bottom span{display:block;margin-top:7px}.em-luxe-page .em-luxe-hero{padding:14px 0 55px}.em-luxe-page .em-luxe-hero-shell{border-radius:20px}.em-luxe-page .em-luxe-hero-copy{min-height:600px;padding:45px 26px}.em-luxe-page .em-luxe-breadcrumb{margin-bottom:36px}.em-luxe-page .em-luxe-hero-copy h1{font-size:3.45rem}.em-luxe-page .em-luxe-hero-media{min-height:440px}.em-luxe-page .em-luxe-intro{padding:80px 0}.em-luxe-page .em-luxe-intro-grid{grid-template-columns:1fr;gap:22px}.em-luxe-page .em-luxe-intro-copy{grid-column:auto}.em-luxe-page .em-luxe-capabilities,.em-luxe-page .em-luxe-story,.em-luxe-page .em-luxe-process,.em-luxe-page .em-luxe-faq{padding:80px 0}.em-luxe-page .em-luxe-cap-grid,.em-luxe-page .em-luxe-process-grid{grid-template-columns:1fr}.em-luxe-page .em-luxe-cap-card,.em-luxe-page .em-luxe-process-grid article{border-right:0;border-bottom:1px solid #dcd5ca;min-height:240px}.em-luxe-page .em-luxe-story-grid{gap:45px}.em-luxe-page .em-luxe-story-media{min-height:470px}.em-luxe-page .em-luxe-story-copy{padding-right:0}.em-luxe-page .em-luxe-applications{padding-bottom:80px}.em-luxe-page .em-luxe-app-shell{grid-template-columns:1fr}.em-luxe-page .em-luxe-app-copy{padding:42px 26px}.em-luxe-page .em-luxe-app-media{min-height:420px}.em-luxe-page .em-luxe-cta-shell{padding:48px 26px}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:480px){.em-lux-hero-card{min-height:220px}.em-lux-hero-copy h1{font-size:3.05rem}.em-lux-product-grid{grid-template-columns:1fr}.em-lux-proofbar{grid-template-columns:1fr}.em-lux-proofbar>div{border-right:0!important;border-bottom:1px solid var(--lux-line)!important}.em-lux-proofbar>div:last-child{border-bottom:0!important}.em-lux-footer-grid{grid-template-columns:1fr}.woocommerce ul.products{grid-template-columns:1fr!important}}


/* =========================================================
   EmbroMark v1.9 — reference-matched premium hero refinement
   ========================================================= */
.em-v19-hero{padding:30px 0 52px;background:#fbfaf7}
.em-v19-hero-grid{height:680px;min-height:680px;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:12px}
.em-v19-hero-main{height:680px;min-height:680px;border-radius:24px}
.em-v19-hero-overlay{background:linear-gradient(90deg,rgba(5,6,7,.96) 0%,rgba(5,6,7,.88) 43%,rgba(5,6,7,.52) 67%,rgba(5,6,7,.18) 100%),linear-gradient(180deg,rgba(0,0,0,.02) 50%,rgba(0,0,0,.32) 100%)}
.em-v19-hero-copy{left:54px;top:0;bottom:104px;width:min(640px,68%);justify-content:center}
.em-v19-hero-copy .em-lux-kicker{font-size:10px;letter-spacing:.15em;color:#d9a64e;margin-bottom:20px}
.em-v19-hero-copy h1{font-size:clamp(3.9rem,4.65vw,5.75rem);line-height:.96;letter-spacing:-.065em;font-weight:750;max-width:670px}
.em-v19-hero-copy h1 span{color:#d69a38}
.em-v19-hero-copy p{font-size:15px;line-height:1.75;max-width:610px;color:rgba(255,255,255,.82);margin-top:24px}
.em-v19-hero-copy .em-lux-hero-actions{margin-top:28px}
.em-v19-hero-copy .em-lux-btn{min-height:50px;border-radius:10px;padding-inline:21px}
.em-v19-hero-benefits{position:absolute;z-index:3;left:0;right:0;bottom:0;height:88px;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(10,11,12,.9);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.11)}
.em-v19-hero-benefits>div{display:flex;align-items:center;gap:12px;padding:0 18px;border-right:1px solid rgba(255,255,255,.1)}
.em-v19-hero-benefits>div:last-child{border-right:0}
.em-v19-hero-benefits b{font-size:9px;color:#dba84e;letter-spacing:.12em}
.em-v19-hero-benefits span{display:grid;gap:2px}
.em-v19-hero-benefits strong{font-size:11px;color:#fff;line-height:1.25}
.em-v19-hero-benefits small{font-size:9.5px;color:rgba(255,255,255,.54);line-height:1.25}
.em-v19-hero-cards{height:680px;grid-template-rows:repeat(2,minmax(0,1fr));gap:12px}
.em-v19-hero-card{min-height:0;height:auto;border-radius:24px}
.em-v19-hero-card>img{object-position:center}
.em-v19-card-shade{background:linear-gradient(180deg,rgba(0,0,0,.04) 25%,rgba(0,0,0,.18) 52%,rgba(0,0,0,.86) 100%)}
.em-v19-card-index{position:absolute;z-index:2;left:22px;top:20px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(18,18,18,.55);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(8px);font-size:9px;letter-spacing:.08em;color:#e4b15d}
.em-v19-card-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;color:#fff}
.em-v19-card-copy h2{font-size:23px;line-height:1.05;letter-spacing:-.045em;color:#fff;margin:0 0 7px}
.em-v19-card-copy p{max-width:245px;color:rgba(255,255,255,.72);font-size:11.5px;line-height:1.55;margin:0 0 14px}
.em-v19-card-copy>span{display:inline-flex;align-items:center;gap:12px;min-height:38px;padding:0 15px;border-radius:999px;background:#fff;color:#151515;font-size:9.5px;text-transform:uppercase;letter-spacing:.07em;font-weight:800;transition:.2s ease}
.em-v19-card-copy>span b{font-size:13px;font-weight:500}
.em-v19-hero-card:hover .em-v19-card-copy>span{background:#c8892f;color:#fff}
.em-v19-choicebar{margin-top:12px;min-height:84px;display:grid;grid-template-columns:1.25fr repeat(4,1fr);background:#fff;border:1px solid #e4ded3;border-radius:18px;overflow:hidden}
.em-v19-choicebar>div{padding:18px 22px;border-right:1px solid #e7e1d7;display:flex;flex-direction:column;justify-content:center}
.em-v19-choicebar>div:last-child{border-right:0}
.em-v19-choice-title{background:#141517;color:#fff}
.em-v19-choice-title span{font-size:8.5px;letter-spacing:.14em;color:#d4a04c;text-transform:uppercase}
.em-v19-choice-title strong{font-size:17px;letter-spacing:-.035em;margin-top:3px}
.em-v19-choice b{font-size:9px;letter-spacing:.1em;color:#9a641b}
.em-v19-choice span{font-size:10.5px;color:#777169;margin-top:3px}

.em-v19-custom-order{padding:22px 0 92px;background:#fff}
.em-v19-custom-shell{min-height:320px;border-radius:24px;background:linear-gradient(125deg,#101113 0%,#18191c 100%);color:#fff;padding:54px 58px;display:grid;grid-template-columns:minmax(0,1.25fr) auto;gap:70px;align-items:center;position:relative;overflow:hidden}
.em-v19-custom-shell:after{content:"EM";position:absolute;right:-2vw;bottom:-5vw;font-size:18vw;font-weight:800;letter-spacing:-.11em;line-height:.8;color:rgba(255,255,255,.025);pointer-events:none}
.em-v19-custom-copy,.em-v19-custom-actions{position:relative;z-index:2}
.em-v19-custom-copy>span{display:block;font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:#d7a34d;margin-bottom:12px;font-weight:800}
.em-v19-custom-copy h2{color:#fff;font-size:clamp(2.9rem,4.2vw,5.2rem);line-height:.97;letter-spacing:-.055em;margin:0;max-width:880px}
.em-v19-custom-copy h2 em{color:#d9ad63}
.em-v19-custom-copy p{margin-top:18px;max-width:720px;color:rgba(255,255,255,.6);font-size:13px;line-height:1.75}
.em-v19-custom-actions{display:flex;flex-direction:column;gap:10px;min-width:230px}
.em-v19-custom-actions .em-lux-btn{width:100%;white-space:nowrap}

/* slightly more reference-like header rhythm */
.em-lux-topbar{height:44px}
.em-lux-nav{height:104px;grid-template-columns:255px 1fr auto}
.em-lux-menu>li>a{min-height:104px}
.em-lux-brand{width:242px}.em-lux-brand img{height:78px}

@media(max-width:1380px){
 .em-v19-hero-grid,.em-v19-hero-main,.em-v19-hero-cards{height:620px;min-height:620px}
 .em-v19-hero-copy{left:42px;bottom:96px;width:67%}
 .em-v19-hero-copy h1{font-size:4.45rem}
 .em-v19-hero-benefits{height:82px}
 .em-v19-card-copy{left:20px;right:20px;bottom:18px}.em-v19-card-copy h2{font-size:20px}.em-v19-card-copy p{font-size:10.5px}
 .em-v19-choicebar>div{padding:16px}
}
@media(max-width:1120px){
 .em-v19-hero-grid{height:auto;min-height:0}
 .em-v19-hero-main{height:650px;min-height:650px}
 .em-v19-hero-cards{height:auto;min-height:0;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,320px)}
 .em-v19-hero-card{height:320px}
 .em-v19-choicebar{grid-template-columns:1fr 1fr}.em-v19-choice-title{grid-column:1/3}.em-v19-choicebar>div:nth-child(3),.em-v19-choicebar>div:nth-child(5){border-right:0}.em-v19-choicebar>div{border-bottom:1px solid #e7e1d7}.em-v19-choicebar>div:nth-last-child(-n+2){border-bottom:0}
 .em-v19-custom-shell{grid-template-columns:1fr;gap:34px}.em-v19-custom-actions{flex-direction:row;min-width:0}.em-v19-custom-actions .em-lux-btn{width:auto}
}
@media(max-width:760px){
 .em-v19-hero{padding-top:14px}
 .em-v19-hero-main{height:650px;min-height:650px;border-radius:20px}
 .em-v19-hero-copy{left:24px;right:24px;width:auto;bottom:112px}
 .em-v19-hero-copy h1{font-size:3.45rem;line-height:.96}
 .em-v19-hero-copy p{font-size:13px;margin-top:19px}
 .em-v19-hero-benefits{height:96px;grid-template-columns:1fr 1fr}.em-v19-hero-benefits>div{padding:0 13px}.em-v19-hero-benefits>div:nth-child(2){border-right:0}.em-v19-hero-benefits>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}.em-v19-hero-benefits small{display:none}
 .em-v19-hero-cards{grid-template-rows:repeat(2,240px);gap:10px}.em-v19-hero-card{height:240px;border-radius:18px}.em-v19-card-index{left:14px;top:14px;width:29px;height:29px}.em-v19-card-copy{left:16px;right:16px;bottom:14px}.em-v19-card-copy h2{font-size:16px}.em-v19-card-copy p{display:none}.em-v19-card-copy>span{min-height:32px;padding-inline:12px;font-size:8px}
 .em-v19-choicebar{grid-template-columns:1fr}.em-v19-choice-title{grid-column:auto}.em-v19-choicebar>div{border-right:0!important;border-bottom:1px solid #e7e1d7!important}.em-v19-choicebar>div:last-child{border-bottom:0!important}
 .em-v19-custom-order{padding-bottom:60px}.em-v19-custom-shell{padding:38px 24px;min-height:0}.em-v19-custom-copy h2{font-size:3rem}.em-v19-custom-actions{flex-direction:column}.em-v19-custom-actions .em-lux-btn{width:100%}
}
@media(max-width:480px){
 .em-v19-hero-main{height:620px;min-height:620px}.em-v19-hero-copy h1{font-size:3rem}.em-v19-hero-cards{grid-template-columns:1fr;grid-template-rows:repeat(4,235px)}.em-v19-hero-card{height:235px}.em-v19-hero-benefits strong{font-size:10px}
}

/* =========================================================
   EmbroMark v2.0 — precision hero / premium first-fold polish
   ========================================================= */
.em-v20-hero{padding:24px 0 64px;background:#fbfaf7;border-bottom:1px solid #eee8df}
.em-v20-hero-grid{display:grid;grid-template-columns:minmax(0,1.055fr) minmax(0,.945fr);gap:12px;height:650px}
.em-v20-main{position:relative;height:650px;border-radius:22px;overflow:hidden;background:#0d0e10;color:#fff;isolation:isolate}
.em-v20-main>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:60% center;z-index:-2}
.em-v20-main-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,6,7,.97) 0%,rgba(5,6,7,.91) 39%,rgba(5,6,7,.61) 64%,rgba(5,6,7,.12) 100%),linear-gradient(180deg,transparent 55%,rgba(0,0,0,.28) 100%)}
.em-v20-main-copy{position:absolute;left:48px;top:48px;bottom:94px;width:min(640px,74%);display:flex;flex-direction:column;justify-content:center;z-index:2}
.em-v20-kicker{display:block;color:#e0ad54;font-size:9.5px;font-weight:800;letter-spacing:.145em;text-transform:uppercase;margin-bottom:20px}
.em-v20-main-copy h1{margin:0;color:#fff;font-family:"Plus Jakarta Sans",system-ui,sans-serif;font-size:clamp(3.55rem,4.25vw,4.55rem);font-weight:720;line-height:.98;letter-spacing:-.062em;max-width:650px}
.em-v20-main-copy h1 span{color:#d79832}
.em-v20-main-copy p{max-width:590px;color:rgba(255,255,255,.79);font-size:13.5px;line-height:1.75;margin:24px 0 0}
.em-v20-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:27px}
.em-v20-btn{min-height:48px;padding:0 19px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:10.5px;font-weight:800;letter-spacing:.015em;transition:.22s ease}
.em-v20-btn-gold{background:#c9892f;color:#fff;box-shadow:0 12px 28px rgba(201,137,47,.18)}
.em-v20-btn-gold:hover{background:#aa6e1e;transform:translateY(-1px)}
.em-v20-btn-outline{border:1px solid rgba(255,255,255,.4);color:#fff;background:rgba(255,255,255,.035);backdrop-filter:blur(6px)}
.em-v20-btn-outline:hover{background:#fff;color:#111}
.em-v20-main-meta{position:absolute;left:0;right:0;bottom:0;height:82px;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(8,9,10,.9);border-top:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px);z-index:3}
.em-v20-main-meta>div{display:flex;align-items:center;gap:10px;padding:0 14px;border-right:1px solid rgba(255,255,255,.1)}
.em-v20-main-meta>div:last-child{border-right:0}.em-v20-main-meta i{width:18px;height:18px;border:1px solid #c9892f;border-radius:50%;position:relative;flex:0 0 auto}.em-v20-main-meta i:after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:#c9892f;left:6px;top:6px}
.em-v20-main-meta span{display:grid;gap:2px}.em-v20-main-meta strong{color:#fff;font-size:10.5px;line-height:1.2}.em-v20-main-meta small{color:rgba(255,255,255,.5);font-size:8.7px;line-height:1.25}

.em-v20-card-grid{height:650px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:12px}
.em-v20-card{position:relative;min-width:0;min-height:0;border-radius:22px;overflow:hidden;background:#1b1c1f;color:#fff;isolation:isolate}
.em-v20-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.em-v20-card:hover>img{transform:scale(1.035)}
.em-v20-card-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.03) 26%,rgba(0,0,0,.18) 52%,rgba(0,0,0,.88) 100%)}
.em-v20-card-no{position:absolute;left:20px;top:18px;font-size:8.5px;color:#deb05b;letter-spacing:.12em;border:1px solid rgba(255,255,255,.3);border-radius:999px;min-width:30px;height:30px;padding:0 7px;display:grid;place-items:center;background:rgba(12,13,15,.38);backdrop-filter:blur(7px)}
.em-v20-card-content{position:absolute;left:22px;right:20px;bottom:19px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;z-index:2}
.em-v20-card-content>div{min-width:0}.em-v20-card-content h2{margin:0 0 6px;color:#fff;font-size:20px;font-weight:700;line-height:1.05;letter-spacing:-.04em}.em-v20-card-content p{margin:0;max-width:215px;color:rgba(255,255,255,.68);font-size:10.2px;line-height:1.42}
.em-v20-card-content>b{flex:0 0 auto;min-height:36px;padding:0 13px;border-radius:999px;background:#fff;color:#131416;display:inline-flex;align-items:center;gap:10px;font-size:8.5px;text-transform:uppercase;letter-spacing:.08em;transition:.2s ease}.em-v20-card-content>b span{font-size:12px;font-weight:500}.em-v20-card:hover .em-v20-card-content>b{background:#c9892f;color:#fff}

.em-v20-proof{margin-top:12px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e5ded3;border-radius:16px;background:#fff;overflow:hidden}
.em-v20-proof>div{min-height:78px;padding:14px 18px;display:flex;align-items:center;gap:12px;border-right:1px solid #e8e1d7}.em-v20-proof>div:last-child{border-right:0}.em-v20-proof-icon{width:29px;height:29px;border:1px solid #d7b071;border-radius:50%;display:grid;place-items:center;color:#a66c1c;font-size:8px;letter-spacing:.05em;flex:0 0 auto}.em-v20-proof p{display:grid;gap:2px}.em-v20-proof strong{font-size:10.5px;color:#171719;line-height:1.2}.em-v20-proof small{font-size:9px;color:#837d74;line-height:1.3}

.em-v20-wa-strip{margin-top:12px;min-height:110px;border-radius:18px;background:linear-gradient(120deg,#111214,#191a1e);color:#fff;padding:19px 22px;display:grid;grid-template-columns:minmax(300px,1.4fr) repeat(3,minmax(130px,.65fr)) auto;gap:18px;align-items:center;box-shadow:0 16px 42px rgba(15,16,18,.08)}
.em-v20-wa-intro{display:flex;align-items:center;gap:15px;padding-right:20px;border-right:1px solid rgba(255,255,255,.11)}.em-v20-wa-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#c9892f;flex:0 0 auto}.em-v20-wa-icon svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.em-v20-wa-intro>div{display:grid;gap:4px}.em-v20-wa-intro strong{font-size:16px;line-height:1.15;letter-spacing:-.035em}.em-v20-wa-intro small{font-size:9.5px;color:rgba(255,255,255,.58);line-height:1.45}
.em-v20-wa-point{display:flex;gap:9px;align-items:center}.em-v20-wa-point i{width:27px;height:27px;border-radius:50%;border:1px solid rgba(201,137,47,.7);color:#e0ad54;display:grid;place-items:center;font-style:normal;font-size:10px;flex:0 0 auto}.em-v20-wa-point span{display:grid;gap:2px}.em-v20-wa-point strong{font-size:9.5px;color:#fff}.em-v20-wa-point small{font-size:8.5px;color:rgba(255,255,255,.5);line-height:1.3}
.em-v20-wa-btn{height:46px;padding:0 18px;border-radius:10px;background:#c9892f;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:9px;white-space:nowrap;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.055em;transition:.2s ease}.em-v20-wa-btn:hover{background:#a96b1a;transform:translateY(-1px)}

/* slightly more editorial inner-page rhythm */
.em-luxe-page .em-luxe-hero-shell{border-radius:24px;overflow:hidden;box-shadow:0 18px 55px rgba(18,18,20,.07)}
.em-luxe-page .em-luxe-hero-copy{background:#111214}.em-luxe-page .em-luxe-hero-copy h1{font-weight:650;letter-spacing:-.06em}.em-luxe-page .em-luxe-intro{background:#fff}.em-luxe-page .em-luxe-capabilities{background:#f7f4ee}.em-luxe-page .em-luxe-cap-card{background:transparent;border-color:#ded7cc}.em-luxe-page .em-luxe-story-copy h2,.em-luxe-page .em-luxe-heading-row h2{font-weight:620}.em-luxe-page .em-luxe-app-shell{border-radius:24px;overflow:hidden}.em-luxe-page .em-luxe-process-grid{border-radius:18px;overflow:hidden}.em-luxe-page .em-luxe-faq-list{border-radius:18px;background:#faf8f4}

@media(max-width:1380px){
 .em-v20-hero-grid,.em-v20-main,.em-v20-card-grid{height:610px}.em-v20-main-copy{left:40px;bottom:90px;width:72%}.em-v20-main-copy h1{font-size:3.85rem}.em-v20-card-content{left:18px;right:16px}.em-v20-card-content h2{font-size:18px}.em-v20-card-content p{font-size:9.5px}.em-v20-wa-strip{grid-template-columns:minmax(290px,1.35fr) repeat(2,minmax(125px,.65fr)) auto}.em-v20-wa-point:nth-of-type(4){display:none}
}
@media(max-width:1120px){
 .em-v20-hero-grid{height:auto;grid-template-columns:1fr}.em-v20-main{height:640px}.em-v20-card-grid{height:auto;grid-template-rows:repeat(2,300px)}.em-v20-card{height:300px}.em-v20-proof{grid-template-columns:1fr 1fr}.em-v20-proof>div:nth-child(2){border-right:0}.em-v20-proof>div:nth-child(-n+2){border-bottom:1px solid #e8e1d7}.em-v20-wa-strip{grid-template-columns:1.25fr 1fr 1fr}.em-v20-wa-intro{grid-column:1/4;border-right:0;border-bottom:1px solid rgba(255,255,255,.1);padding:0 0 16px}.em-v20-wa-point:nth-of-type(4){display:flex}.em-v20-wa-btn{grid-column:1/4}
}
@media(max-width:760px){
 .em-v20-hero{padding:12px 0 44px}.em-v20-main{height:625px;border-radius:18px}.em-v20-main-copy{left:22px;right:22px;top:30px;bottom:110px;width:auto;justify-content:center}.em-v20-main-copy h1{font-size:3.15rem;line-height:.97}.em-v20-main-copy p{font-size:12px;line-height:1.65}.em-v20-actions{flex-direction:column}.em-v20-btn{width:100%}.em-v20-main-meta{height:96px;grid-template-columns:1fr 1fr}.em-v20-main-meta>div{padding:0 11px}.em-v20-main-meta>div:nth-child(2){border-right:0}.em-v20-main-meta>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}.em-v20-main-meta small{display:none}.em-v20-card-grid{grid-template-rows:repeat(2,240px);gap:9px}.em-v20-card{height:240px;border-radius:16px}.em-v20-card-no{left:13px;top:13px}.em-v20-card-content{left:14px;right:13px;bottom:13px;display:block}.em-v20-card-content h2{font-size:15px}.em-v20-card-content p{display:none}.em-v20-card-content>b{margin-top:10px;min-height:31px;padding-inline:11px;font-size:7.5px}.em-v20-proof{grid-template-columns:1fr}.em-v20-proof>div{border-right:0!important;border-bottom:1px solid #e8e1d7!important}.em-v20-proof>div:last-child{border-bottom:0!important}.em-v20-wa-strip{grid-template-columns:1fr;padding:22px 18px}.em-v20-wa-intro{grid-column:auto}.em-v20-wa-point{display:flex!important}.em-v20-wa-btn{grid-column:auto;width:100%}
}
@media(max-width:480px){
 .em-v20-main{height:600px}.em-v20-main-copy h1{font-size:2.8rem}.em-v20-card-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,225px)}.em-v20-card{height:225px}
}

/* =========================================================
   EmbroMark v2.1 — master reference / premium commerce system
   ========================================================= */
:root{
  --v21-ink:#101113;
  --v21-ink-2:#17181b;
  --v21-gold:#c8892f;
  --v21-gold-soft:#dda94e;
  --v21-ivory:#fbfaf7;
  --v21-warm:#f6f2ea;
  --v21-line:#e7e0d5;
  --v21-muted:#746f68;
  --v21-wide:1488px;
  --v21-radius:18px;
}
.em-v21-wide{width:min(calc(100% - 54px),var(--v21-wide));margin-inline:auto}

/* Top utility bar */
.em-v21-topbar{height:44px;background:#0d0e10;color:#fff;display:flex;align-items:center;font-size:11.5px;font-weight:600;letter-spacing:-.005em}
.em-v21-topbar-inner{height:44px;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:34px}
.em-v21-top-item{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.76);white-space:nowrap;min-width:0}
.em-v21-top-item strong{color:#fff;font-weight:650}.em-v21-top-item i{font-style:normal;color:rgba(255,255,255,.35)}
.em-v21-top-item a{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.88)}
.em-v21-top-item svg{width:17px;height:17px;fill:none;stroke:#d79a35;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.em-v21-gold-dot{width:7px;height:7px;border-radius:50%;border:1px solid #d79a35;box-shadow:inset 0 0 0 2px #0d0e10;background:#d79a35}
.em-v21-top-phone{padding-right:24px;border-right:1px solid rgba(255,255,255,.18)}
.em-v21-top-email{justify-self:center}.em-v21-top-promise{justify-self:end}
.em-v21-top-socials{display:flex;gap:13px;justify-content:flex-end}.em-v21-top-socials a{width:26px;height:26px;display:grid;place-items:center;color:#fff;opacity:.82;transition:.2s ease}.em-v21-top-socials a:hover{opacity:1;color:#dba74e}.em-v21-top-socials svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.em-v21-top-socials a:first-child svg{fill:currentColor;stroke:none}

/* Main commercial header */
.em-v21-header{position:sticky;top:0;z-index:160;background:rgba(255,255,255,.985);border-bottom:1px solid rgba(17,18,20,.075);backdrop-filter:blur(18px)}
body.admin-bar .em-v21-header{top:32px}
.em-v21-nav{height:104px;display:grid;grid-template-columns:265px minmax(0,1fr) auto;align-items:center;gap:28px}
.em-v21-brand{width:238px;display:block}.em-v21-brand img{width:100%;height:78px;object-fit:contain;object-position:left center}
.em-v21-menu{display:flex;align-items:center;justify-content:center;gap:23px;margin:0;padding:0;list-style:none;font-size:12.4px;font-weight:650;white-space:nowrap}
.em-v21-menu>li{position:relative}.em-v21-menu>li>a{min-height:104px;display:flex;align-items:center;gap:6px;color:#1b1c1f;position:relative;transition:.2s ease}.em-v21-menu>li>a:after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:28px;background:var(--v21-gold);transition:.24s ease}.em-v21-menu>li:hover>a,.em-v21-menu>li:first-child>a{color:#9a6115}.em-v21-menu>li:hover>a:after,.em-v21-menu>li:first-child>a:after{right:0}.em-menu-arrow{width:8px;height:6px}
.em-v21-submenu{position:absolute;left:-18px;top:86px;width:250px;background:#fff;border:1px solid #ece5da;border-radius:14px;padding:9px;box-shadow:0 24px 58px rgba(13,14,16,.14);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease;display:grid;z-index:30}.em-has-submenu:hover>.em-v21-submenu{opacity:1;visibility:visible;transform:none}.em-v21-submenu a{min-height:44px;border-radius:9px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:15px;color:#343438;font-size:11.5px}.em-v21-submenu a:hover{background:#f7f3ec;color:#8d5813}.em-v21-submenu b{font-weight:500;color:#b47b2a}
.em-v21-actions{display:flex;align-items:center;gap:9px}.em-v21-round{width:43px;height:43px;border:1px solid #d8d3ca;border-radius:50%;display:grid;place-items:center;background:#fff;position:relative;color:#1a1b1d;transition:.2s ease}.em-v21-round:hover{border-color:#c8892f;color:#a66a19;transform:translateY(-1px)}.em-v21-round svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.em-v21-wa{border-color:#2bab62;color:#1eaa5a}.em-v21-cart span{position:absolute;right:-4px;top:-4px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#c8892f;color:#fff;font-size:8px;display:grid;place-items:center;border:2px solid #fff}.em-v21-order{height:48px;padding:0 20px;border-radius:10px;background:var(--v21-gold);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:11px;font-weight:800;letter-spacing:.015em;box-shadow:0 12px 28px rgba(200,137,47,.16);transition:.2s ease}.em-v21-order:hover{background:#a86c1c;transform:translateY(-1px)}.em-v21-mobile-toggle{display:none}

/* Reference-matched first fold */
.em-v21-hero{padding:28px 0 72px;background:#fff}
.em-v21-hero-grid{display:grid;grid-template-columns:minmax(0,1.055fr) minmax(0,.945fr);gap:12px;height:620px}
.em-v21-main{position:relative;height:620px;border-radius:var(--v21-radius);overflow:hidden;background:#0b0c0e;color:#fff;isolation:isolate}
.em-v21-main>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:62% center;z-index:-2;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.em-v21-main:hover>img{transform:scale(1.012)}
.em-v21-main-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,6,7,.96) 0%,rgba(5,6,7,.90) 39%,rgba(5,6,7,.64) 61%,rgba(5,6,7,.14) 100%),linear-gradient(180deg,rgba(0,0,0,.02) 50%,rgba(0,0,0,.38) 100%)}
.em-v21-main-copy{position:absolute;left:42px;top:0;bottom:91px;width:min(590px,73%);display:flex;flex-direction:column;justify-content:center;z-index:2}
.em-v21-kicker{font-size:9px;letter-spacing:.145em;text-transform:uppercase;color:#e3ac4d;font-weight:800;margin-bottom:19px}
.em-v21-main-copy h1{margin:0;color:#fff;font-size:clamp(3.55rem,4.15vw,4.45rem);line-height:.99;letter-spacing:-.058em;font-weight:750;max-width:590px}.em-v21-main-copy h1 span{color:#d89531}.em-v21-main-copy p{max-width:545px;margin:22px 0 0;color:rgba(255,255,255,.78);font-size:12.8px;line-height:1.72}
.em-v21-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:27px}.em-v21-btn{min-height:48px;padding:0 19px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:10.2px;font-weight:800;letter-spacing:.015em;transition:.2s ease}.em-v21-btn-gold{background:#c8892f;color:#fff}.em-v21-btn-gold:hover{background:#a96c1b;transform:translateY(-1px)}.em-v21-btn-ghost{border:1px solid rgba(255,255,255,.58);color:#fff;background:rgba(0,0,0,.08);backdrop-filter:blur(8px)}.em-v21-btn-ghost:hover{background:#fff;color:#151515}
.em-v21-main-meta{position:absolute;left:0;right:0;bottom:0;height:86px;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(10,11,12,.91);border-top:1px solid rgba(255,255,255,.11);backdrop-filter:blur(10px);z-index:3}.em-v21-main-meta>div{display:grid;grid-template-columns:31px 1fr;align-items:center;gap:10px;padding:0 15px;border-right:1px solid rgba(255,255,255,.1)}.em-v21-main-meta>div:last-child{border-right:0}.em-v21-main-meta svg{width:28px;height:28px;fill:none;stroke:#d89b35;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.em-v21-main-meta span{display:grid;gap:2px}.em-v21-main-meta strong{font-size:9.5px;color:#fff;line-height:1.25}.em-v21-main-meta small{font-size:7.8px;color:rgba(255,255,255,.5);line-height:1.3}

.em-v21-card-grid{height:620px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:12px}.em-v21-card{position:relative;min-width:0;min-height:0;border-radius:var(--v21-radius);overflow:hidden;background:#151619;color:#fff;isolation:isolate}.em-v21-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.em-v21-card:hover>img{transform:scale(1.035)}.em-v21-card-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.05) 20%,rgba(0,0,0,.20) 53%,rgba(0,0,0,.9) 100%)}.em-v21-card-icon{position:absolute;left:20px;top:18px;width:43px;height:43px;border-radius:50%;background:rgba(19,20,22,.48);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(7px);display:grid;place-items:center;color:#fff}.em-v21-card:nth-child(2) .em-v21-card-icon,.em-v21-card:nth-child(4) .em-v21-card-icon{background:rgba(200,137,47,.82);border-color:rgba(255,255,255,.16)}.em-v21-card-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.em-v21-card-content{position:absolute;left:22px;right:20px;bottom:20px;z-index:2}.em-v21-card-content h2{color:#fff;margin:0 0 7px;font-size:19px;line-height:1.06;letter-spacing:-.04em;font-weight:720}.em-v21-card-content p{color:rgba(255,255,255,.72);font-size:10px;line-height:1.45;max-width:225px;margin:0 0 14px}.em-v21-explore{min-height:35px;padding:0 14px;border-radius:999px;background:#fff;color:#141517;display:inline-flex;align-items:center;gap:10px;font-size:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;transition:.2s ease}.em-v21-explore b{font-size:11px;font-weight:500}.em-v21-card:hover .em-v21-explore{background:#c8892f;color:#fff}

/* Premium substitute for fake trust-logo strip */
.em-v21-proof{margin-top:12px;min-height:78px;display:grid;grid-template-columns:1.1fr repeat(4,1fr);border:1px solid var(--v21-line);border-radius:15px;overflow:hidden;background:#fff}.em-v21-proof>div{padding:14px 18px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--v21-line)}.em-v21-proof>div:last-child{border-right:0}.em-v21-proof-lead{background:#f8f5ef}.em-v21-proof-lead span{font-size:7.8px;letter-spacing:.14em;color:#a16a1b;text-transform:uppercase;font-weight:800}.em-v21-proof-lead strong{font-size:15px;margin-top:3px;color:#171719}.em-v21-proof b{font-size:8.5px;letter-spacing:.1em;text-transform:uppercase;color:#a56b1a}.em-v21-proof span{font-size:9px;color:#817a70;margin-top:3px}

/* Dark custom-order strip — reference rhythm, EmbroMark message */
.em-v21-custom-bar{margin-top:14px;min-height:106px;border-radius:16px;background:linear-gradient(112deg,#111214,#191a1d);color:#fff;padding:18px 20px;display:grid;grid-template-columns:minmax(340px,1.4fr) repeat(3,minmax(145px,.62fr)) auto;gap:18px;align-items:center;box-shadow:0 16px 40px rgba(15,16,18,.08)}.em-v21-custom-intro{display:flex;align-items:center;gap:15px;padding-right:18px;border-right:1px solid rgba(255,255,255,.12)}.em-v21-custom-icon{width:48px;height:48px;border-radius:50%;background:#c8892f;display:grid;place-items:center;flex:0 0 auto}.em-v21-custom-icon svg{width:25px;height:25px;fill:none;stroke:#fff;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.em-v21-custom-intro>div{display:grid;gap:3px}.em-v21-custom-intro strong{font-size:16px;letter-spacing:-.035em;line-height:1.1}.em-v21-custom-intro small{font-size:9px;color:rgba(255,255,255,.56);line-height:1.4}.em-v21-custom-point{display:flex;align-items:center;gap:9px}.em-v21-custom-point>span{width:26px;height:26px;border-radius:50%;border:1px solid rgba(200,137,47,.62);display:grid;place-items:center;font-size:7px;color:#dda84e}.em-v21-custom-point>div{display:grid;gap:2px}.em-v21-custom-point strong{font-size:9px;color:#fff}.em-v21-custom-point small{font-size:7.8px;color:rgba(255,255,255,.48);line-height:1.3}.em-v21-custom-btn{height:46px;padding:0 17px;border-radius:9px;background:#c8892f;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:9px;white-space:nowrap;font-size:9px;text-transform:uppercase;letter-spacing:.055em;font-weight:800;transition:.2s ease}.em-v21-custom-btn:hover{background:#a96b1a;transform:translateY(-1px)}

/* Inner landing pages: more international/editorial, less boxy */
.em-luxe-page{background:#fff}.em-luxe-page .em-luxe-hero{padding:34px 0 86px;background:#fff}.em-luxe-page .em-wide-wrap{width:min(calc(100% - 54px),1488px)}.em-luxe-page .em-wrap{width:min(calc(100% - 54px),1280px)}
.em-luxe-page .em-luxe-hero-shell{min-height:660px;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);border-radius:18px;box-shadow:none;background:#111214}.em-luxe-page .em-luxe-hero-copy{min-height:660px;padding:56px 54px;background:#111214}.em-luxe-page .em-luxe-breadcrumb{margin-bottom:60px;color:rgba(255,255,255,.42)}.em-luxe-page .em-luxe-kicker{font-size:9px;letter-spacing:.145em}.em-luxe-page .em-luxe-hero-copy h1{font-size:clamp(3.8rem,4.7vw,5.5rem);line-height:.97;font-weight:700;letter-spacing:-.06em;max-width:610px}.em-luxe-page .em-luxe-hero-copy h1 span{color:#d79a35}.em-luxe-page .em-luxe-hero-copy>p{font-size:13px;line-height:1.8;max-width:540px;color:rgba(255,255,255,.62)}.em-luxe-page .em-luxe-actions{margin-top:30px}.em-luxe-page .em-luxe-btn{border-radius:9px;min-height:48px}.em-luxe-page .em-luxe-trust-row{margin-top:auto;padding-top:30px;border-top:1px solid rgba(255,255,255,.12)}.em-luxe-page .em-luxe-trust-row strong{color:#d8a14a}.em-luxe-page .em-luxe-hero-media{min-height:660px}.em-luxe-page .em-luxe-media-badge{left:30px;right:auto;bottom:30px;max-width:330px;background:rgba(16,17,19,.82);color:#fff;border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(14px);border-radius:12px}.em-luxe-page .em-luxe-media-badge small{color:#d9a348}.em-luxe-page .em-luxe-media-badge strong{color:#fff}
.em-luxe-page .em-luxe-intro{padding:110px 0}.em-luxe-page .em-luxe-intro-grid{grid-template-columns:90px minmax(0,1.12fr) minmax(320px,.72fr);gap:58px;align-items:start}.em-luxe-page .em-luxe-section-label{padding-top:7px}.em-luxe-page .em-luxe-intro-heading h2{font-size:clamp(2.7rem,3.4vw,4.1rem);line-height:1.04;letter-spacing:-.05em;font-weight:650}.em-luxe-page .em-luxe-intro-copy{grid-column:auto}.em-luxe-page .em-luxe-intro-copy p{font-size:13.5px;line-height:1.9;color:#6e6962}
.em-luxe-page .em-luxe-capabilities{padding:105px 0;background:#f6f2ea}.em-luxe-page .em-luxe-heading-row{margin-bottom:52px}.em-luxe-page .em-luxe-heading-row h2{font-size:clamp(2.8rem,3.6vw,4.2rem);font-weight:650;letter-spacing:-.05em}.em-luxe-page .em-luxe-cap-grid{gap:0;border-top:1px solid #dcd3c6;border-left:1px solid #dcd3c6}.em-luxe-page .em-luxe-cap-card{min-height:300px;padding:30px;background:transparent;border:0;border-right:1px solid #dcd3c6;border-bottom:1px solid #dcd3c6;border-radius:0}.em-luxe-page .em-luxe-cap-card:hover{background:#fff;transform:none;box-shadow:none}.em-luxe-page .em-luxe-cap-card h3{font-size:22px}.em-luxe-page .em-luxe-cap-card p{font-size:12px;line-height:1.7}
.em-luxe-page .em-luxe-story{padding:120px 0}.em-luxe-page .em-luxe-story-grid{gap:90px;align-items:center}.em-luxe-page .em-luxe-story-media{min-height:660px;border-radius:18px}.em-luxe-page .em-luxe-story-copy h2{font-size:clamp(3rem,3.7vw,4.4rem);letter-spacing:-.055em;font-weight:650}.em-luxe-page .em-luxe-story-lead{font-size:14px;line-height:1.9}.em-luxe-page .em-luxe-checks>div{padding:18px 0}.em-luxe-page .em-luxe-checks p{font-size:12.5px}
.em-luxe-page .em-luxe-applications{padding:0 0 110px}.em-luxe-page .em-luxe-app-shell{border-radius:18px;min-height:650px}.em-luxe-page .em-luxe-app-copy{padding:60px 58px}.em-luxe-page .em-luxe-app-copy h2{font-size:clamp(3rem,4vw,4.7rem);letter-spacing:-.055em}.em-luxe-page .em-luxe-app-grid article{padding:22px 0}.em-luxe-page .em-luxe-app-grid h3{font-size:18px}.em-luxe-page .em-luxe-app-grid p{font-size:11px}.em-luxe-page .em-luxe-process{padding:110px 0}.em-luxe-page .em-luxe-process-grid{border-radius:0;border-top:1px solid #ded7cc;border-left:1px solid #ded7cc}.em-luxe-page .em-luxe-process-grid article{min-height:250px;border-radius:0}.em-luxe-page .em-luxe-faq{padding:110px 0;background:#f8f5ef}.em-luxe-page .em-luxe-faq-list{border-radius:0;background:transparent}.em-luxe-page .em-luxe-faq-list details{border-bottom-color:#ded7cc}.em-luxe-page .em-luxe-cta{padding:0 0 110px;background:#f8f5ef}.em-luxe-page .em-luxe-cta-shell{border-radius:18px;min-height:330px;padding:50px 54px}

/* Premium footer */
.em-v21-footer{background:#0d0e10;color:#fff;padding:34px 0 24px}.em-v21-footer-cta{min-height:290px;border-radius:18px;background:linear-gradient(112deg,#151619,#202126);padding:50px 54px;display:grid;grid-template-columns:minmax(0,1.3fr) auto;gap:60px;align-items:center;position:relative;overflow:hidden}.em-v21-footer-cta:after{content:"EM";position:absolute;right:-2vw;bottom:-5vw;font-size:16vw;font-weight:800;letter-spacing:-.12em;color:rgba(255,255,255,.025);line-height:.8;pointer-events:none}.em-v21-footer-cta-copy,.em-v21-footer-cta-actions{position:relative;z-index:2}.em-v21-footer-cta-copy>span{font-size:8.5px;letter-spacing:.15em;color:#d8a24b;font-weight:800}.em-v21-footer-cta h2{color:#fff;font-size:clamp(3rem,4.1vw,5rem);line-height:.96;letter-spacing:-.055em;margin:12px 0 16px;font-weight:700}.em-v21-footer-cta h2 em{font-family:"Cormorant Garamond",serif;font-weight:600;color:#e1b567}.em-v21-footer-cta p{max-width:680px;color:rgba(255,255,255,.55);font-size:12px;line-height:1.75}.em-v21-footer-cta-actions{display:flex;gap:10px;flex-direction:column;min-width:220px}.em-v21-footer-gold,.em-v21-footer-outline{height:48px;padding:0 18px;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:9px;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.055em}.em-v21-footer-gold{background:#c8892f;color:#fff}.em-v21-footer-outline{border:1px solid rgba(255,255,255,.22);color:#fff}.em-v21-footer-main{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:62px;padding:68px 0 54px;border-bottom:1px solid rgba(255,255,255,.1)}.em-v21-footer-logo img{width:230px;height:76px;object-fit:contain;object-position:left center;background:#fff;border-radius:9px;padding:5px 8px}.em-v21-footer-brand p{max-width:390px;margin:20px 0 0;color:rgba(255,255,255,.48);font-size:11px;line-height:1.8}.em-v21-footer-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.em-v21-footer-badges span{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:7px 10px;color:rgba(255,255,255,.58);font-size:8px;text-transform:uppercase;letter-spacing:.07em}.em-v21-footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.em-v21-footer-col h4{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#fff;margin:0 0 11px}.em-v21-footer-col a,.em-v21-footer-col>span{font-size:10.5px;color:rgba(255,255,255,.5);transition:.2s ease}.em-v21-footer-col a:hover{color:#fff}.em-v21-footer-socials{display:flex;gap:13px;flex-wrap:wrap;margin-top:8px}.em-v21-footer-socials a{color:#d7a348}.em-v21-footer-bottom{min-height:66px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;color:rgba(255,255,255,.3);font-size:8.5px;text-transform:uppercase;letter-spacing:.055em}.em-v21-footer-bottom>div{display:flex;gap:18px}.em-v21-footer-bottom>div a{color:rgba(255,255,255,.42)}.em-v21-footer-bottom>span:last-child{text-align:right}.em-v21-floating-wa{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#21b55d;border:4px solid #fff;box-shadow:0 12px 30px rgba(0,0,0,.16)}.em-v21-floating-wa svg{width:25px;height:25px;fill:#fff}

@media(max-width:1380px){
  .em-v21-topbar-inner{gap:22px}.em-v21-top-promise{display:none}.em-v21-nav{grid-template-columns:225px 1fr auto;gap:18px}.em-v21-brand{width:210px}.em-v21-menu{gap:16px;font-size:11.5px}.em-v21-account{display:none}.em-v21-hero-grid,.em-v21-main,.em-v21-card-grid{height:590px}.em-v21-main-copy{left:36px;bottom:87px;width:72%}.em-v21-main-copy h1{font-size:3.65rem}.em-v21-card-content h2{font-size:17px}.em-v21-card-content p{font-size:9px}.em-v21-custom-bar{grid-template-columns:minmax(310px,1.35fr) repeat(2,minmax(130px,.62fr)) auto}.em-v21-custom-point:nth-of-type(4){display:none}
}
@media(max-width:1120px){
  body.admin-bar .em-v21-header{top:46px}.em-v21-topbar{display:none}.em-v21-nav{height:84px;grid-template-columns:190px 1fr auto}.em-v21-brand{width:175px}.em-v21-brand img{height:63px}.em-v21-menu{position:absolute;left:22px;right:22px;top:84px;background:#fff;border:1px solid #e9e2d8;border-radius:15px;box-shadow:0 24px 55px rgba(0,0,0,.14);display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px;white-space:normal}.em-v21-menu.is-open{display:flex}.em-v21-menu>li>a{min-height:47px;padding:0 10px}.em-v21-menu>li>a:after{display:none}.em-v21-submenu{position:static;width:auto;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:#f7f3ec;margin-bottom:7px}.em-has-submenu.submenu-open>.em-v21-submenu{display:grid}.em-v21-mobile-toggle{display:block;width:43px;height:43px;padding:10px;border:1px solid #ddd5c9;border-radius:10px;background:#fff}.em-v21-mobile-toggle span{display:block;height:2px;background:#111;margin:5px 0}.em-v21-order{display:none}.em-v21-account{display:grid}.em-v21-hero-grid{height:auto;grid-template-columns:1fr}.em-v21-main{height:640px}.em-v21-card-grid{height:auto;grid-template-rows:repeat(2,300px)}.em-v21-card{height:300px}.em-v21-proof{grid-template-columns:1fr 1fr}.em-v21-proof-lead{grid-column:1/3}.em-v21-proof>div:nth-child(3),.em-v21-proof>div:nth-child(5){border-right:0}.em-v21-proof>div{border-bottom:1px solid var(--v21-line)}.em-v21-proof>div:nth-last-child(-n+2){border-bottom:0}.em-v21-custom-bar{grid-template-columns:1fr 1fr 1fr}.em-v21-custom-intro{grid-column:1/4;border-right:0;border-bottom:1px solid rgba(255,255,255,.1);padding:0 0 16px}.em-v21-custom-point:nth-of-type(4){display:flex}.em-v21-custom-btn{grid-column:1/4}.em-luxe-page .em-luxe-hero-shell{grid-template-columns:1fr}.em-luxe-page .em-luxe-hero-copy,.em-luxe-page .em-luxe-hero-media{min-height:590px}.em-luxe-page .em-luxe-intro-grid{grid-template-columns:75px 1fr}.em-luxe-page .em-luxe-intro-copy{grid-column:2}.em-v21-footer-main{grid-template-columns:1.2fr 1fr 1fr}.em-v21-footer-contact{grid-column:2/4}.em-v21-footer-cta{grid-template-columns:1fr;gap:30px}.em-v21-footer-cta-actions{flex-direction:row;min-width:0}.em-v21-footer-gold,.em-v21-footer-outline{min-width:190px}
}
@media(max-width:760px){
  .em-v21-wide{width:min(calc(100% - 28px),var(--v21-wide))}.em-v21-nav{height:74px;grid-template-columns:150px 1fr auto}.em-v21-brand{width:142px}.em-v21-brand img{height:52px}.em-v21-menu{top:74px;left:14px;right:14px}.em-v21-round{width:39px;height:39px}.em-v21-account,.em-v21-cart{display:none}.em-v21-hero{padding:14px 0 50px}.em-v21-main{height:620px;border-radius:16px}.em-v21-main-copy{left:22px;right:22px;top:30px;bottom:106px;width:auto}.em-v21-main-copy h1{font-size:3.05rem;line-height:.98}.em-v21-main-copy p{font-size:11.5px}.em-v21-hero-actions{flex-direction:column}.em-v21-btn{width:100%}.em-v21-main-meta{height:96px;grid-template-columns:1fr 1fr}.em-v21-main-meta>div{grid-template-columns:25px 1fr;padding:0 10px}.em-v21-main-meta>div:nth-child(2){border-right:0}.em-v21-main-meta>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}.em-v21-main-meta svg{width:23px;height:23px}.em-v21-main-meta small{display:none}.em-v21-card-grid{grid-template-rows:repeat(2,240px);gap:9px}.em-v21-card{height:240px;border-radius:15px}.em-v21-card-icon{width:34px;height:34px;left:13px;top:13px}.em-v21-card-icon svg{width:19px;height:19px}.em-v21-card-content{left:14px;right:13px;bottom:13px}.em-v21-card-content h2{font-size:15px}.em-v21-card-content p{display:none}.em-v21-explore{min-height:31px;padding:0 11px;font-size:7.4px;margin-top:2px}.em-v21-proof{grid-template-columns:1fr}.em-v21-proof-lead{grid-column:auto}.em-v21-proof>div{border-right:0!important;border-bottom:1px solid var(--v21-line)!important}.em-v21-proof>div:last-child{border-bottom:0!important}.em-v21-custom-bar{grid-template-columns:1fr;padding:22px 18px}.em-v21-custom-intro{grid-column:auto}.em-v21-custom-point{display:flex!important}.em-v21-custom-btn{grid-column:auto;width:100%}.em-luxe-page .em-wide-wrap,.em-luxe-page .em-wrap{width:min(calc(100% - 28px),1280px)}.em-luxe-page .em-luxe-hero{padding:14px 0 60px}.em-luxe-page .em-luxe-hero-shell{border-radius:16px}.em-luxe-page .em-luxe-hero-copy{min-height:570px;padding:40px 24px}.em-luxe-page .em-luxe-breadcrumb{margin-bottom:38px}.em-luxe-page .em-luxe-hero-copy h1{font-size:3.2rem}.em-luxe-page .em-luxe-hero-media{min-height:450px}.em-luxe-page .em-luxe-intro{padding:76px 0}.em-luxe-page .em-luxe-intro-grid{grid-template-columns:1fr;gap:20px}.em-luxe-page .em-luxe-intro-copy{grid-column:auto}.em-luxe-page .em-luxe-capabilities,.em-luxe-page .em-luxe-story,.em-luxe-page .em-luxe-process,.em-luxe-page .em-luxe-faq{padding:78px 0}.em-luxe-page .em-luxe-cap-grid,.em-luxe-page .em-luxe-process-grid{grid-template-columns:1fr}.em-luxe-page .em-luxe-cap-card{min-height:240px}.em-luxe-page .em-luxe-story-grid{gap:38px}.em-luxe-page .em-luxe-story-media{min-height:450px}.em-luxe-page .em-luxe-applications{padding-bottom:78px}.em-luxe-page .em-luxe-app-shell{grid-template-columns:1fr}.em-luxe-page .em-luxe-app-copy{padding:42px 24px}.em-v21-footer{padding-top:20px}.em-v21-footer-cta{padding:38px 24px;min-height:0}.em-v21-footer-cta h2{font-size:3rem}.em-v21-footer-cta-actions{flex-direction:column}.em-v21-footer-gold,.em-v21-footer-outline{width:100%}.em-v21-footer-main{grid-template-columns:1fr 1fr;gap:40px 25px;padding:52px 0}.em-v21-footer-brand{grid-column:1/3}.em-v21-footer-contact{grid-column:auto}.em-v21-footer-bottom{grid-template-columns:1fr;gap:8px;padding-top:22px}.em-v21-footer-bottom>div{order:2}.em-v21-footer-bottom>span:last-child{text-align:left;order:3}
}
@media(max-width:480px){.em-v21-main{height:590px}.em-v21-main-copy h1{font-size:2.72rem}.em-v21-card-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,220px)}.em-v21-card{height:220px}.em-v21-footer-main{grid-template-columns:1fr}.em-v21-footer-brand{grid-column:auto}.em-v21-footer-contact{grid-column:auto}}

/* =========================================================
   EmbroMark v2.2 — premium polish pass
   ========================================================= */
:root{--v21-wide:1540px;--v22-radius:20px;--v22-shadow:0 24px 70px rgba(17,18,20,.08)}

/* Header: stronger, calmer commercial proportions */
.em-v21-topbar{height:46px;font-size:12px}
.em-v21-topbar-inner{height:46px;gap:38px}
.em-v21-nav{height:112px;grid-template-columns:278px minmax(0,1fr) auto;gap:34px}
.em-v21-brand{width:252px}.em-v21-brand img{height:84px}
.em-v21-menu{gap:25px;font-size:12.8px;font-weight:650}
.em-v21-menu>li>a{min-height:112px}.em-v21-menu>li>a:after{bottom:30px}
.em-v21-submenu{top:94px;width:260px;padding:10px}
.em-v21-round{width:45px;height:45px}.em-v21-order{height:50px;padding:0 22px;font-size:11.2px;border-radius:11px}

/* First fold */
.em-v21-hero{padding:32px 0 68px;background:#fff}
.em-v21-hero-grid{grid-template-columns:minmax(0,1.07fr) minmax(0,.93fr);gap:14px;height:650px}
.em-v21-main,.em-v21-card-grid{height:650px}
.em-v21-main{border-radius:var(--v22-radius)}
.em-v21-main>img{object-position:64% center}
.em-v21-main-copy{left:48px;bottom:98px;width:min(620px,74%)}
.em-v21-kicker{font-size:9.5px;margin-bottom:20px}
.em-v21-main-copy h1{font-size:clamp(3.8rem,4.25vw,4.7rem);max-width:620px;line-height:.985}
.em-v21-main-copy p{font-size:13.3px;line-height:1.74;max-width:560px;margin-top:23px}
.em-v21-hero-actions{margin-top:29px;gap:11px}.em-v21-btn{min-height:50px;padding:0 21px;font-size:10.5px}
.em-v21-main-meta{height:92px}.em-v21-main-meta>div{grid-template-columns:33px 1fr;gap:11px;padding:0 17px}.em-v21-main-meta svg{width:29px;height:29px}.em-v21-main-meta strong{font-size:9.8px}.em-v21-main-meta small{font-size:8px}
.em-v21-card-grid{gap:14px}.em-v21-card{border-radius:var(--v22-radius)}.em-v21-card-content{left:24px;right:22px;bottom:22px}.em-v21-card-content h2{font-size:20px}.em-v21-card-content p{font-size:10.5px;line-height:1.5;max-width:240px;margin-bottom:15px}.em-v21-card-icon{left:22px;top:20px;width:45px;height:45px}.em-v21-explore{min-height:36px;padding:0 15px;font-size:8.2px}

/* Proof and custom-order strip */
.em-v21-proof{margin-top:14px;min-height:84px;border-radius:16px;grid-template-columns:1.15fr repeat(4,1fr)}
.em-v21-proof>div{padding:16px 20px}.em-v21-proof-lead span{font-size:8px}.em-v21-proof-lead strong{font-size:16px}.em-v21-proof b{font-size:8.8px}.em-v21-proof span{font-size:9.2px}
.em-v21-custom-bar{margin-top:16px;min-height:138px;border-radius:18px;padding:24px 26px;grid-template-columns:minmax(380px,1.5fr) repeat(3,minmax(145px,.62fr)) auto;gap:22px;box-shadow:0 20px 48px rgba(13,14,16,.08)}
.em-v21-custom-intro{gap:16px;padding-right:22px}.em-v21-custom-icon{width:48px;height:48px}.em-v21-custom-icon svg{width:24px;height:24px}.em-v21-custom-intro strong{font-size:18px;letter-spacing:-.025em}.em-v21-custom-intro small{font-size:10.3px;line-height:1.55;margin-top:4px}.em-v21-custom-point{gap:10px}.em-v21-custom-point>span{font-size:8.5px}.em-v21-custom-point strong{font-size:10.5px}.em-v21-custom-point small{font-size:8.8px;line-height:1.45}.em-v21-custom-btn{min-height:50px;padding:0 18px;font-size:9.3px}

/* Overall homepage breathing room */
.em-lux-section{padding:104px 0}.em-lux-section-head{margin-bottom:48px}.em-lux-section-head h2{font-size:clamp(3.2rem,4vw,4.8rem);line-height:.98}.em-lux-section-head p{font-size:13.5px;line-height:1.85;max-width:550px}

/* Shop / WhatsApp pathways: visual, not empty boxes */
.em-v22-path-grid{gap:18px}.em-v22-path{min-height:510px;padding:0!important;display:grid!important;grid-template-columns:minmax(0,1.03fr) minmax(260px,.97fr)!important;grid-template-rows:1fr!important;overflow:hidden;border-radius:22px!important}
.em-v22-path-copy{padding:40px 36px;display:grid;grid-template-rows:auto 1fr auto;min-width:0;position:relative;z-index:2}
.em-v22-path-copy>span{font-size:10px;letter-spacing:.12em;color:#aa721f}.em-v22-path-copy small{font-size:9px;letter-spacing:.14em;margin-bottom:18px}.em-v22-path-copy h3{font-size:clamp(2.35rem,2.8vw,3.45rem);line-height:1.02;margin:0 0 18px}.em-v22-path-copy p{font-size:12.5px;line-height:1.75;max-width:430px}.em-v22-path-copy>b{font-size:10px;text-transform:uppercase;letter-spacing:.08em;align-self:end}
.em-v22-path-media{position:relative;min-height:510px;overflow:hidden}.em-v22-path-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.16),transparent 38%)}.em-lux-path-dark .em-v22-path-media:after{background:linear-gradient(90deg,rgba(23,24,26,.34),transparent 45%)}.em-v22-path-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1)}.em-v22-path:hover .em-v22-path-media img{transform:scale(1.025)}

/* Editorial promise */
.em-lux-editorial{padding:116px 0}.em-lux-editorial-grid{min-height:720px}.em-lux-editorial-media{min-height:720px}.em-lux-editorial-copy{padding:72px 68px}.em-lux-editorial-copy h2{font-size:clamp(3.3rem,4.2vw,5rem);line-height:.98}.em-lux-editorial-copy>p{font-size:13.5px;line-height:1.9;max-width:590px}.em-lux-editorial-points{margin-top:32px}.em-lux-editorial-points>div{padding:17px 0}.em-lux-editorial-points strong{font-size:12px}.em-lux-editorial-points span{font-size:11px}

/* Service imagery */
.em-lux-service-grid{gap:16px}.em-lux-service-card,.em-lux-service-wide{min-height:540px;border-radius:20px}.em-lux-service-card div{padding:24px}.em-lux-service-card h3{font-size:23px}.em-lux-service-card p{font-size:11px;line-height:1.6}

/* Audience section: premium/lifestyle rather than industrial */
.em-lux-dark-story{padding:112px 0}.em-lux-dark-grid{grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:78px}.em-lux-dark-copy h2{font-size:clamp(3.5rem,4.4vw,5.2rem)}.em-lux-dark-copy>p{font-size:13.5px;line-height:1.85;max-width:560px}.em-lux-dark-media{height:650px;border-radius:20px}.em-lux-dark-media img{object-position:center 35%}

/* Process: tighter section, larger readable steps */
.em-lux-process{padding:96px 0}.em-lux-process-grid{margin-top:10px}.em-lux-process-grid article{min-height:225px;padding:28px 26px;position:relative;justify-content:flex-end}.em-lux-process-grid article>span{position:absolute;top:24px;left:26px;font-size:34px;line-height:1;font-weight:500;letter-spacing:-.05em;color:#d7b16f}.em-lux-process-grid h3{font-size:21px;margin:0 0 10px}.em-lux-process-grid p{font-size:12.3px;line-height:1.7;max-width:250px}

/* Portfolio: more editorial and user-facing */
.em-lux-work{padding-top:98px}.em-lux-work-grid{gap:14px}.em-lux-work-grid>a{border-radius:18px}.em-lux-work-grid>a:first-child{min-height:610px}.em-lux-work-grid>a:not(:first-child){min-height:295px}.em-lux-work-grid span{font-size:10px;letter-spacing:.04em}

/* Inner service pages — less boxed, more editorial */
.em-luxe-page .em-luxe-hero{padding:36px 0 100px}.em-luxe-page .em-luxe-hero-shell{min-height:720px;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);border-radius:20px}.em-luxe-page .em-luxe-hero-copy,.em-luxe-page .em-luxe-hero-media{min-height:720px}.em-luxe-page .em-luxe-hero-copy{padding:66px 62px}.em-luxe-page .em-luxe-hero-copy h1{font-size:clamp(4rem,4.9vw,5.9rem);max-width:650px}.em-luxe-page .em-luxe-hero-copy>p{font-size:13.8px;line-height:1.9}.em-luxe-page .em-luxe-media-badge{left:34px;bottom:34px;padding:18px 20px;max-width:350px}
.em-luxe-page .em-luxe-intro{padding:124px 0}.em-luxe-page .em-luxe-intro-grid{grid-template-columns:90px minmax(0,1.1fr) minmax(340px,.72fr);gap:64px}.em-luxe-page .em-luxe-intro-heading h2{font-size:clamp(3rem,3.7vw,4.5rem)}.em-luxe-page .em-luxe-intro-copy p{font-size:14px;line-height:1.95}
.em-luxe-page .em-luxe-capabilities{padding:118px 0}.em-luxe-page .em-luxe-cap-card{min-height:330px;padding:34px}.em-luxe-page .em-luxe-cap-card h3{font-size:24px}.em-luxe-page .em-luxe-cap-card p{font-size:12.5px;line-height:1.75}
.em-luxe-page .em-luxe-story{padding:132px 0}.em-luxe-page .em-luxe-story-grid{gap:100px}.em-luxe-page .em-luxe-story-media{min-height:710px;border-radius:20px}.em-luxe-page .em-luxe-story-copy h2{font-size:clamp(3.2rem,4vw,4.8rem)}.em-luxe-page .em-luxe-story-lead{font-size:14.2px;line-height:1.95}
.em-luxe-page .em-luxe-applications{padding:0 0 124px}.em-luxe-page .em-luxe-app-shell{min-height:700px;border-radius:20px}.em-luxe-page .em-luxe-app-copy{padding:70px 66px}.em-luxe-page .em-luxe-app-copy h2{font-size:clamp(3.2rem,4.2vw,5rem)}
.em-luxe-page .em-luxe-process{padding:118px 0}.em-luxe-page .em-luxe-process-grid article{min-height:280px;padding:34px}.em-luxe-page .em-luxe-faq{padding:120px 0}.em-luxe-page .em-luxe-cta{padding-bottom:124px}.em-luxe-page .em-luxe-cta-shell{min-height:360px;padding:58px 60px;border-radius:20px}

/* Footer: stronger brand ending */
.em-v21-footer{padding:42px 0 26px}.em-v21-footer-cta{min-height:320px;padding:58px 62px;border-radius:20px}.em-v21-footer-cta h2{font-size:clamp(3.4rem,4.35vw,5.3rem)}.em-v21-footer-cta p{font-size:12.8px}.em-v21-footer-cta-actions{min-width:240px}.em-v21-footer-gold,.em-v21-footer-outline{height:52px;font-size:9.8px}.em-v21-footer-main{grid-template-columns:1.5fr repeat(3,1fr);gap:72px;padding:76px 0 60px}.em-v21-footer-logo img{width:250px;height:82px}.em-v21-footer-brand p{font-size:11.5px;max-width:420px}.em-v21-footer-col{gap:12px}.em-v21-footer-col h4{font-size:9.5px}.em-v21-footer-col a,.em-v21-footer-col>span{font-size:11px}.em-v21-footer-bottom{min-height:72px;font-size:8.8px}

@media(max-width:1380px){
  .em-v21-nav{grid-template-columns:230px 1fr auto;gap:18px;height:96px}.em-v21-brand{width:215px}.em-v21-brand img{height:72px}.em-v21-menu{gap:16px;font-size:11.4px}.em-v21-menu>li>a{min-height:96px}.em-v21-submenu{top:80px}.em-v21-hero-grid,.em-v21-main,.em-v21-card-grid{height:600px}.em-v21-main-copy{left:38px;bottom:92px;width:74%}.em-v21-main-copy h1{font-size:3.8rem}.em-v21-card-content h2{font-size:18px}.em-v21-custom-bar{grid-template-columns:minmax(330px,1.45fr) repeat(2,minmax(135px,.62fr)) auto}.em-v21-custom-point:nth-of-type(4){display:none}
  .em-v22-path{grid-template-columns:1.15fr .85fr!important}.em-v22-path-copy{padding:34px 30px}.em-v22-path-media{min-height:480px}.em-v22-path{min-height:480px}
}
@media(max-width:1120px){
  .em-v21-topbar{display:none}.em-v21-nav{height:86px;grid-template-columns:190px 1fr auto}.em-v21-brand{width:178px}.em-v21-brand img{height:64px}.em-v21-menu{top:86px}.em-v21-hero-grid{height:auto;grid-template-columns:1fr}.em-v21-main{height:660px}.em-v21-card-grid{height:auto;grid-template-rows:repeat(2,310px)}.em-v21-card{height:310px}.em-v21-custom-bar{grid-template-columns:1fr 1fr 1fr}.em-v21-custom-intro{grid-column:1/4}.em-v21-custom-btn{grid-column:1/4}.em-v22-path{grid-template-columns:1fr!important;grid-template-rows:auto 280px!important}.em-v22-path-media{min-height:280px;order:-1}.em-v22-path-copy{min-height:380px}.em-lux-dark-grid{grid-template-columns:1fr}.em-lux-dark-media{height:580px}.em-luxe-page .em-luxe-hero-shell{grid-template-columns:1fr}.em-luxe-page .em-luxe-hero-copy,.em-luxe-page .em-luxe-hero-media{min-height:610px}.em-v21-footer-main{grid-template-columns:1.2fr 1fr 1fr}.em-v21-footer-contact{grid-column:2/4}
}
@media(max-width:760px){
  .em-v21-wide{width:min(calc(100% - 28px),var(--v21-wide))}.em-v21-nav{height:74px;grid-template-columns:150px 1fr auto}.em-v21-brand{width:142px}.em-v21-brand img{height:52px}.em-v21-menu{top:74px}.em-v21-hero{padding:14px 0 48px}.em-v21-main{height:630px}.em-v21-main-copy{left:22px;right:22px;top:30px;bottom:106px;width:auto}.em-v21-main-copy h1{font-size:3.05rem}.em-v21-main-copy p{font-size:11.8px}.em-v21-card-grid{grid-template-rows:repeat(2,245px)}.em-v21-card{height:245px}.em-v21-proof{grid-template-columns:1fr}.em-v21-proof-lead{grid-column:auto}.em-v21-custom-bar{grid-template-columns:1fr;padding:24px 20px}.em-v21-custom-intro,.em-v21-custom-btn{grid-column:auto}.em-v21-custom-intro strong{font-size:16px}.em-lux-section{padding:78px 0}.em-lux-section-head h2{font-size:3rem}.em-v22-path{grid-template-rows:220px auto!important;min-height:0}.em-v22-path-media{min-height:220px}.em-v22-path-copy{min-height:360px;padding:28px 24px}.em-v22-path-copy h3{font-size:2.7rem}.em-lux-editorial{padding:82px 0}.em-lux-editorial-grid{min-height:0}.em-lux-editorial-media{min-height:460px}.em-lux-editorial-copy{padding:50px 26px}.em-lux-service-card,.em-lux-service-wide{min-height:450px}.em-lux-dark-story{padding:82px 0}.em-lux-dark-media{height:480px}.em-lux-process{padding:76px 0}.em-lux-process-grid{grid-template-columns:1fr}.em-lux-process-grid article{min-height:180px;border-right:0}.em-lux-process-grid article>span{font-size:28px}.em-lux-work-grid>a:first-child{min-height:420px}.em-lux-work-grid>a:not(:first-child){min-height:220px}.em-luxe-page .em-luxe-hero{padding:14px 0 64px}.em-luxe-page .em-luxe-hero-copy{min-height:580px;padding:42px 25px}.em-luxe-page .em-luxe-hero-media{min-height:460px}.em-luxe-page .em-luxe-hero-copy h1{font-size:3.25rem}.em-luxe-page .em-luxe-intro,.em-luxe-page .em-luxe-capabilities,.em-luxe-page .em-luxe-story,.em-luxe-page .em-luxe-process,.em-luxe-page .em-luxe-faq{padding:82px 0}.em-luxe-page .em-luxe-intro-grid{grid-template-columns:1fr;gap:22px}.em-luxe-page .em-luxe-intro-copy{grid-column:auto}.em-luxe-page .em-luxe-story-media{min-height:470px}.em-luxe-page .em-luxe-applications{padding-bottom:82px}.em-luxe-page .em-luxe-app-copy{padding:44px 25px}.em-v21-footer{padding-top:24px}.em-v21-footer-cta{padding:42px 26px;min-height:0}.em-v21-footer-cta h2{font-size:3.1rem}.em-v21-footer-main{grid-template-columns:1fr 1fr;gap:42px 26px;padding:56px 0}.em-v21-footer-brand{grid-column:1/3}.em-v21-footer-bottom{grid-template-columns:1fr;gap:8px}
}
@media(max-width:480px){.em-v21-main{height:600px}.em-v21-card-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,225px)}.em-v21-card{height:225px}.em-v21-footer-main{grid-template-columns:1fr}.em-v21-footer-brand{grid-column:auto}.em-v21-footer-contact{grid-column:auto}}

/* =========================================================
   EmbroMark v2.3 — premium typography & readability pass
   Keeps the approved layout; improves legibility everywhere.
   ========================================================= */
:root{
  --em-text:#202126;
  --em-text-soft:#5d5f64;
  --em-text-faint:#777971;
  --em-gold-readable:#9b661e;
}
body,
.em-lux-home,
.em-luxe-page,
.woocommerce,
.woocommerce-page{
  font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--em-text);
  font-size:16.5px;
  line-height:1.68;
  letter-spacing:-.008em;
  text-rendering:optimizeLegibility;
}
h1,h2,h3,h4,h5,h6,
.em-h1,.em-h2,.em-h3,
.em-v21-main-copy h1,
.em-v21-card-content h2,
.em-lux-section-head h2,
.em-v22-path-copy h3,
.em-lux-editorial-copy h2,
.em-lux-dark-copy h2,
.em-lux-process-grid h3,
.em-luxe-page h1,
.em-luxe-page h2,
.em-luxe-page h3,
.em-v21-footer h2{
  font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-feature-settings:"kern" 1,"liga" 1;
}
/* Serif is an accent, never body copy. */
.em-lux-section-head em,
.em-v22-path-copy em,
.em-lux-editorial-copy em,
.em-lux-dark-copy em,
.em-lux-process em,
.em-v21-footer-cta h2 em,
.em-luxe-page em{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-weight:600;
  letter-spacing:-.025em;
}

/* Header: premium but readable */
.em-v21-topbar{font-size:12.5px;line-height:1.35}
.em-v21-menu{font-size:13.8px;font-weight:650;letter-spacing:-.01em}
.em-v21-submenu a{font-size:13px;line-height:1.35}
.em-v21-order{font-size:12px;font-weight:800}

/* Hero */
.em-v21-kicker{font-size:10.5px;line-height:1.4;letter-spacing:.13em}
.em-v21-main-copy h1{font-size:clamp(4rem,4.45vw,5rem);font-weight:750;line-height:.99;letter-spacing:-.058em}
.em-v21-main-copy p{font-size:15.5px;line-height:1.72;color:rgba(255,255,255,.86);max-width:590px}
.em-v21-btn{font-size:11.5px;font-weight:800;min-height:52px}
.em-v21-main-meta strong{font-size:11px;line-height:1.25}
.em-v21-main-meta small{font-size:9.5px;line-height:1.35;color:rgba(255,255,255,.64)}
.em-v21-card-content h2{font-size:22px;line-height:1.08;font-weight:750}
.em-v21-card-content p{font-size:12px;line-height:1.55;color:rgba(255,255,255,.82);max-width:255px}
.em-v21-explore{font-size:9.5px;font-weight:800}
.em-v21-card-icon{font-size:11px}

/* Proof / custom order strip */
.em-v21-proof-lead span{font-size:9.5px}
.em-v21-proof-lead strong{font-size:18px;line-height:1.2}
.em-v21-proof b{font-size:10px;line-height:1.3}
.em-v21-proof span{font-size:10.5px;line-height:1.4;color:#69655f}
.em-v21-custom-intro strong{font-size:19px;line-height:1.25}
.em-v21-custom-intro small{font-size:11.5px;line-height:1.55;color:rgba(255,255,255,.68)}
.em-v21-custom-point>span{font-size:9.5px;color:#dbaa57}
.em-v21-custom-point strong{font-size:11.5px;line-height:1.3}
.em-v21-custom-point small{font-size:10px;line-height:1.4;color:rgba(255,255,255,.62)}
.em-v21-custom-btn{font-size:10.5px;min-height:52px}

/* Section titles and supporting copy */
.em-lux-kicker,.em-lux-kicker-dark{font-size:10.5px;line-height:1.4;letter-spacing:.12em}
.em-lux-section-head h2{font-size:clamp(3.25rem,4.05vw,4.75rem);font-weight:720;line-height:1.01;letter-spacing:-.05em}
.em-lux-section-head>p,
.em-lux-section-head>div:last-child p{font-size:15.5px;line-height:1.8;color:#5f5d59}
.em-lux-section-head a,.em-lux-text-link{font-size:11.5px}

/* Shop / Woo cards */
.em-lux-product-info h3{font-size:16.5px;line-height:1.35;font-weight:700}
.em-lux-product-info small{font-size:10.5px}
.em-lux-product-info>b{font-size:14px}

/* Shop online / send the idea cards */
.em-v22-path-copy>span{font-size:10.5px}
.em-v22-path-copy small{font-size:10px}
.em-v22-path-copy h3{font-size:clamp(2.45rem,2.85vw,3.5rem);font-weight:720;line-height:1.04;letter-spacing:-.045em}
.em-v22-path-copy p{font-size:14.5px;line-height:1.78;color:#5c5b58}
.em-lux-path-dark .em-v22-path-copy p{color:rgba(255,255,255,.76)}
.em-v22-path-copy>b{font-size:10.8px}

/* Premium promise/editorial */
.em-lux-editorial-copy h2{font-size:clamp(3.25rem,4.05vw,4.85rem);font-weight:700;line-height:1.01;letter-spacing:-.05em}
.em-lux-editorial-copy>p{font-size:15.5px;line-height:1.85;color:#5e5d59}
.em-lux-editorial-points b{font-size:10.5px}
.em-lux-editorial-points strong{font-size:13.5px;line-height:1.35}
.em-lux-editorial-points span{font-size:12.3px;line-height:1.55;color:#65635e}

/* Feed/services */
.em-lux-service-card h3{font-size:24px;line-height:1.12}
.em-lux-service-card p{font-size:12.8px;line-height:1.65;color:rgba(255,255,255,.78)}
.em-lux-service-card small,.em-lux-service-card span{line-height:1.45}

/* Audience/business story */
.em-lux-dark-copy h2{font-size:clamp(3.4rem,4.25vw,5rem);font-weight:700;line-height:1}
.em-lux-dark-copy>p{font-size:15.5px;line-height:1.82;color:rgba(255,255,255,.73)}

/* Process */
.em-lux-process-grid article>span{font-size:36px}
.em-lux-process-grid h3{font-size:22px;line-height:1.25;font-weight:700}
.em-lux-process-grid p{font-size:13.5px;line-height:1.7;color:#5f5d59;max-width:270px}

/* Work/portfolio labels */
.em-lux-work-grid span{font-size:11.5px;line-height:1.4;letter-spacing:.02em;font-weight:650}

/* Inner service pages */
.em-luxe-page .em-luxe-breadcrumb{font-size:10px;line-height:1.45}
.em-luxe-page .em-luxe-kicker{font-size:10.5px}
.em-luxe-page .em-luxe-hero-copy h1{font-weight:720;line-height:.99;letter-spacing:-.052em}
.em-luxe-page .em-luxe-hero-copy>p{font-size:15.5px;line-height:1.82;color:rgba(255,255,255,.78)}
.em-luxe-page .em-luxe-intro-copy p{font-size:15.5px;line-height:1.9;color:#5b5b58}
.em-luxe-page .em-luxe-cap-card h3{font-size:24px;line-height:1.25}
.em-luxe-page .em-luxe-cap-card p{font-size:13.5px;line-height:1.78;color:#5e5d59}
.em-luxe-page .em-luxe-story-lead{font-size:15.5px;line-height:1.9;color:#5b5a57}
.em-luxe-page .em-luxe-faq-list summary{font-size:15px;line-height:1.45;font-weight:650}
.em-luxe-page .em-luxe-faq-list details p{font-size:13.5px;line-height:1.75;color:#5f5d59}

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb{font-size:11px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px!important;line-height:1.35!important}
.woocommerce ul.products li.product .price{font-size:14px!important;line-height:1.4!important}
.woocommerce ul.products li.product .button{font-size:11px!important;line-height:1.2!important}
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-Tabs-panel,
.woocommerce div.product form.cart{font-size:15px;line-height:1.75}

/* Footer */
.em-v21-footer-cta-copy>span{font-size:9.5px}
.em-v21-footer-cta h2{font-weight:700;line-height:.98;letter-spacing:-.05em}
.em-v21-footer-cta p{font-size:14px;line-height:1.75;color:rgba(255,255,255,.68)}
.em-v21-footer-gold,.em-v21-footer-outline{font-size:10.8px}
.em-v21-footer-brand p{font-size:13px;line-height:1.75;color:rgba(255,255,255,.62)}
.em-v21-footer-badges span{font-size:9px}
.em-v21-footer-col h4{font-size:10.5px}
.em-v21-footer-col a,.em-v21-footer-col>span{font-size:12.5px;line-height:1.45;color:rgba(255,255,255,.67)}
.em-v21-footer-bottom{font-size:9.5px;color:rgba(255,255,255,.48)}

/* Stronger small-copy contrast on light backgrounds */
.em-lux-home p,
.em-luxe-page p{color:var(--em-text-soft)}
.em-lux-home .em-v21-main p,
.em-lux-home .em-v21-card p,
.em-lux-home .em-v21-custom-bar p,
.em-lux-home .em-lux-dark-story p,
.em-luxe-page .em-luxe-hero p,
.em-luxe-page .em-luxe-applications p,
.em-v21-footer p{color:inherit}

@media(max-width:1120px){
  .em-v21-menu{font-size:13.5px}
  .em-v21-main-copy h1{font-size:4rem}
  .em-v21-main-copy p{font-size:15px}
  .em-v21-card-content h2{font-size:21px}
  .em-v21-card-content p{font-size:11.8px}
  .em-lux-section-head>p,.em-lux-section-head>div:last-child p{font-size:15px}
}
@media(max-width:760px){
  body,.em-lux-home,.em-luxe-page,.woocommerce,.woocommerce-page{font-size:16px;line-height:1.7}
  .em-v21-main-copy h1{font-size:3.25rem;line-height:1.01}
  .em-v21-main-copy p{font-size:14.5px;line-height:1.7}
  .em-v21-card-content h2{font-size:18px}
  .em-v21-card-content p{font-size:11.5px;display:block}
  .em-v21-proof-lead strong{font-size:17px}
  .em-v21-proof b{font-size:10px}.em-v21-proof span{font-size:10.5px}
  .em-v21-custom-intro small{font-size:11px}
  .em-lux-section-head h2{font-size:2.85rem;line-height:1.02}
  .em-lux-section-head>p,.em-lux-section-head>div:last-child p{font-size:15px;line-height:1.75}
  .em-v22-path-copy h3{font-size:2.45rem}
  .em-v22-path-copy p{font-size:14px}
  .em-lux-editorial-copy h2{font-size:2.9rem}
  .em-lux-editorial-copy>p{font-size:15px}
  .em-lux-process-grid h3{font-size:20px}.em-lux-process-grid p{font-size:13.5px}
  .em-v21-footer-cta h2{font-size:3rem}.em-v21-footer-cta p{font-size:13.5px}
  .em-v21-footer-brand p{font-size:12.5px}.em-v21-footer-col a,.em-v21-footer-col>span{font-size:12.5px}
  .em-luxe-page .em-luxe-hero-copy h1{font-size:3.35rem}.em-luxe-page .em-luxe-hero-copy>p{font-size:15px}
}
@media(max-width:480px){
  .em-v21-main-copy h1{font-size:2.85rem}
  .em-v21-main-copy p{font-size:14px}
  .em-lux-section-head h2{font-size:2.6rem}
  .em-v22-path-copy h3{font-size:2.2rem}
  .em-lux-editorial-copy h2{font-size:2.65rem}
  .em-luxe-page .em-luxe-hero-copy h1{font-size:3rem}
}


/* =========================================================
   EmbroMark v2.4 — final premium polish pass
   More breathing room, stronger process/footer, refined type.
   ========================================================= */
:root{
  --em-v24-ink:#17181b;
  --em-v24-muted:#55585d;
  --em-v24-ivory:#f7f4ee;
  --em-v24-line:#e3ddd2;
}

/* Header — a little more presence without becoming bulky */
.em-v21-nav{height:116px;grid-template-columns:286px minmax(0,1fr) auto;gap:38px}
.em-v21-brand{width:262px}.em-v21-brand img{height:86px}
.em-v21-menu{gap:22px;font-size:14px}.em-v21-menu>li>a{min-height:116px}
.em-v21-actions{gap:10px}.em-v21-round{width:45px;height:45px}.em-v21-order{min-height:48px;padding:0 20px;font-size:11.5px}

/* Hero — increase breathing room and visual hierarchy */
.em-v21-hero{padding:38px 0 82px}
.em-v21-hero-grid{height:690px;gap:16px;grid-template-columns:minmax(0,1.07fr) minmax(0,.93fr)}
.em-v21-main,.em-v21-card-grid{height:690px}
.em-v21-main{border-radius:24px}.em-v21-card{border-radius:22px}
.em-v21-main-copy{left:54px;bottom:108px;width:min(650px,74%)}
.em-v21-kicker{margin-bottom:19px}
.em-v21-main-copy h1{font-size:clamp(4.15rem,4.55vw,5.2rem);line-height:.985;max-width:650px}
.em-v21-main-copy p{font-size:16px;line-height:1.76;max-width:600px;margin-top:25px}
.em-v21-hero-actions{margin-top:30px;gap:12px}.em-v21-btn{min-height:54px;padding:0 23px;font-size:11.8px}
.em-v21-main-meta{height:98px}.em-v21-main-meta>div{padding:0 19px;grid-template-columns:35px 1fr;gap:12px}.em-v21-main-meta svg{width:31px;height:31px}.em-v21-main-meta strong{font-size:11.5px}.em-v21-main-meta small{font-size:9.8px}
.em-v21-card-content{left:26px;right:24px;bottom:24px}.em-v21-card-content h2{font-size:23px}.em-v21-card-content p{font-size:12.5px;line-height:1.58;max-width:270px}.em-v21-explore{min-height:38px;padding:0 16px;font-size:9.8px}

/* Proof & WhatsApp bar — clearer and less compressed */
.em-v21-proof{margin-top:16px;min-height:92px}.em-v21-proof>div{padding:18px 22px}.em-v21-proof-lead strong{font-size:19px}.em-v21-proof b{font-size:10.5px}.em-v21-proof span{font-size:11px}
.em-v21-custom-bar{margin-top:18px;min-height:154px;padding:28px 30px;gap:26px;border-radius:20px}
.em-v21-custom-intro strong{font-size:21px}.em-v21-custom-intro small{font-size:12px}.em-v21-custom-point strong{font-size:12px}.em-v21-custom-point small{font-size:10.5px}.em-v21-custom-btn{min-height:54px;padding:0 21px;font-size:10.8px}

/* Global editorial spacing */
.em-lux-section{padding:118px 0}.em-lux-section-head{margin-bottom:54px;align-items:end}.em-lux-section-head h2{font-size:clamp(3.45rem,4.2vw,4.95rem)}.em-lux-section-head>p,.em-lux-section-head>div:last-child p{font-size:16px;line-height:1.82}
.em-lux-kicker,.em-lux-kicker-dark{font-size:10.8px}

/* Ordering pathways */
.em-v22-path{min-height:540px!important}.em-v22-path-media{min-height:540px}.em-v22-path-copy{padding:46px 40px}.em-v22-path-copy h3{font-size:clamp(2.65rem,3vw,3.65rem)}.em-v22-path-copy p{font-size:15px;line-height:1.82}

/* Premium promise */
.em-lux-editorial{padding:128px 0}.em-lux-editorial-grid,.em-lux-editorial-media{min-height:760px}.em-lux-editorial-copy{padding:78px 74px}.em-lux-editorial-copy h2{font-size:clamp(3.45rem,4.25vw,5.05rem)}.em-lux-editorial-copy>p{font-size:16px;line-height:1.9}.em-lux-editorial-points strong{font-size:14px}.em-lux-editorial-points span{font-size:12.8px}

/* Lifestyle/service cards */
.em-lux-service-grid{gap:18px}.em-lux-service-card,.em-lux-service-wide{min-height:570px;border-radius:22px}.em-lux-service-card div{padding:28px}.em-lux-service-card h3{font-size:25px}.em-lux-service-card p{font-size:13.5px}

/* Audience story */
.em-lux-dark-story{padding:124px 0}.em-lux-dark-grid{gap:88px}.em-lux-dark-copy h2{font-size:clamp(3.65rem,4.5vw,5.35rem)}.em-lux-dark-copy>p{font-size:16px;line-height:1.86}.em-lux-dark-media{height:690px;border-radius:22px}

/* Process — stronger numbers, readable copy, reduced dead space */
.em-lux-process{padding:106px 0}
.em-lux-process-grid{margin-top:18px;border-radius:18px;overflow:hidden;border:1px solid var(--em-v24-line);background:#fff}
.em-lux-process-grid article{min-height:250px;padding:34px 30px 30px;border-top:0;border-bottom:0;display:flex;flex-direction:column;justify-content:flex-end;background:#fff}
.em-lux-process-grid article>span{top:30px;left:30px;font-size:42px;color:#c78a32;font-weight:550}
.em-lux-process-grid h3{font-size:23px;margin-bottom:11px}.em-lux-process-grid p{font-size:14.5px;line-height:1.75;max-width:285px;color:#595b60}

/* Portfolio — stronger captions */
.em-lux-work{padding-top:108px}.em-lux-work-grid{gap:16px}.em-lux-work-grid>a{border-radius:20px}.em-lux-work-grid>a:first-child{min-height:640px}.em-lux-work-grid>a:not(:first-child){min-height:310px}.em-lux-work-grid span{font-size:12px;padding:8px 12px;background:rgba(12,13,15,.68);backdrop-filter:blur(8px);border-radius:999px;width:max-content;max-width:calc(100% - 30px);margin:0 0 4px}

/* Footer — more premium scale and breathing room */
.em-v21-footer{padding:52px 0 30px}
.em-v21-footer-cta{min-height:350px;padding:66px 70px;border-radius:22px;gap:72px}
.em-v21-footer-cta-copy>span{font-size:10px}.em-v21-footer-cta h2{font-size:clamp(3.65rem,4.55vw,5.55rem)}.em-v21-footer-cta p{font-size:15px;line-height:1.8;max-width:720px}.em-v21-footer-cta-actions{min-width:255px}.em-v21-footer-gold,.em-v21-footer-outline{height:56px;font-size:11.2px}
.em-v21-footer-main{grid-template-columns:1.55fr repeat(3,1fr);gap:80px;padding:84px 0 68px}.em-v21-footer-logo img{width:270px;height:88px}.em-v21-footer-brand p{font-size:13.8px;max-width:440px}.em-v21-footer-badges span{font-size:9.5px;padding:8px 11px}.em-v21-footer-col{gap:14px}.em-v21-footer-col h4{font-size:11px;margin-bottom:13px}.em-v21-footer-col a,.em-v21-footer-col>span{font-size:13.2px;line-height:1.5}.em-v21-footer-socials{margin-top:12px}.em-v21-footer-bottom{min-height:78px;font-size:10px}

/* Inner landing pages — final readability and editorial rhythm */
.em-luxe-page .em-luxe-hero{padding:44px 0 110px}.em-luxe-page .em-luxe-hero-shell{min-height:760px}.em-luxe-page .em-luxe-hero-copy,.em-luxe-page .em-luxe-hero-media{min-height:760px}.em-luxe-page .em-luxe-hero-copy{padding:72px 68px}.em-luxe-page .em-luxe-hero-copy h1{font-size:clamp(4.2rem,5vw,6rem)}.em-luxe-page .em-luxe-hero-copy>p{font-size:16px}
.em-luxe-page .em-luxe-intro{padding:132px 0}.em-luxe-page .em-luxe-intro-copy p{font-size:16px}.em-luxe-page .em-luxe-capabilities{padding:124px 0}.em-luxe-page .em-luxe-cap-card{min-height:350px;padding:38px}.em-luxe-page .em-luxe-cap-card p{font-size:14px}.em-luxe-page .em-luxe-story{padding:140px 0}.em-luxe-page .em-luxe-story-lead{font-size:16px}.em-luxe-page .em-luxe-process{padding:124px 0}.em-luxe-page .em-luxe-faq{padding:126px 0}

@media(max-width:1380px){
  .em-v21-nav{height:100px;grid-template-columns:230px 1fr auto;gap:20px}.em-v21-brand{width:215px}.em-v21-brand img{height:73px}.em-v21-menu{gap:16px;font-size:12.8px}.em-v21-menu>li>a{min-height:100px}
  .em-v21-hero-grid,.em-v21-main,.em-v21-card-grid{height:630px}.em-v21-main-copy{left:40px;bottom:96px;width:75%}.em-v21-main-copy h1{font-size:3.95rem}.em-v21-main-copy p{font-size:15px}.em-v21-card-content h2{font-size:20px}
  .em-v21-footer-main{gap:60px}.em-v21-footer-cta{padding:56px 54px}
}
@media(max-width:1120px){
  .em-v21-nav{height:88px;grid-template-columns:190px 1fr auto}.em-v21-brand{width:178px}.em-v21-brand img{height:64px}.em-v21-menu{top:88px}
  .em-v21-hero-grid{height:auto}.em-v21-main{height:680px}.em-v21-card-grid{height:auto}.em-v21-card{height:320px}.em-v21-main-copy{width:76%}
  .em-v21-footer-main{grid-template-columns:1.2fr 1fr 1fr}.em-v21-footer-contact{grid-column:2/4}
}
@media(max-width:760px){
  .em-v21-nav{height:76px;grid-template-columns:150px 1fr auto}.em-v21-brand{width:142px}.em-v21-brand img{height:52px}.em-v21-menu{top:76px}
  .em-v21-hero{padding:16px 0 54px}.em-v21-main{height:650px}.em-v21-main-copy{left:24px;right:24px;top:34px;bottom:110px;width:auto}.em-v21-main-copy h1{font-size:3.1rem}.em-v21-main-copy p{font-size:14.5px}.em-v21-btn{min-height:50px;font-size:11px}
  .em-v21-card{height:255px}.em-v21-custom-bar{min-height:0;padding:26px 22px}
  .em-lux-section{padding:84px 0}.em-lux-section-head{margin-bottom:38px}.em-lux-section-head h2{font-size:2.95rem}.em-lux-section-head>p,.em-lux-section-head>div:last-child p{font-size:15px}
  .em-v22-path{min-height:0!important}.em-v22-path-media{min-height:250px}.em-v22-path-copy{padding:30px 25px;min-height:380px}.em-v22-path-copy h3{font-size:2.55rem}
  .em-lux-editorial{padding:88px 0}.em-lux-editorial-grid,.em-lux-editorial-media{min-height:0}.em-lux-editorial-media{min-height:480px}.em-lux-editorial-copy{padding:52px 28px}.em-lux-editorial-copy h2{font-size:2.95rem}
  .em-lux-dark-story{padding:88px 0}.em-lux-dark-media{height:500px}.em-lux-process{padding:82px 0}.em-lux-process-grid article{min-height:205px;border-bottom:1px solid var(--em-v24-line)!important}.em-lux-process-grid article:last-child{border-bottom:0!important}.em-lux-process-grid article>span{font-size:34px}.em-lux-process-grid h3{font-size:21px}.em-lux-process-grid p{font-size:14px}
  .em-v21-footer{padding-top:28px}.em-v21-footer-cta{padding:44px 28px;min-height:0}.em-v21-footer-cta h2{font-size:3.05rem}.em-v21-footer-main{grid-template-columns:1fr 1fr;gap:46px 28px;padding:60px 0}.em-v21-footer-brand{grid-column:1/3}.em-v21-footer-logo img{width:230px;height:78px}.em-v21-footer-bottom{grid-template-columns:1fr;gap:8px;padding-top:20px}
  .em-luxe-page .em-luxe-hero{padding:16px 0 70px}.em-luxe-page .em-luxe-hero-copy{min-height:600px;padding:46px 28px}.em-luxe-page .em-luxe-hero-media{min-height:470px}.em-luxe-page .em-luxe-hero-copy h1{font-size:3.35rem}.em-luxe-page .em-luxe-intro,.em-luxe-page .em-luxe-capabilities,.em-luxe-page .em-luxe-story,.em-luxe-page .em-luxe-process,.em-luxe-page .em-luxe-faq{padding:88px 0}
}
@media(max-width:480px){
  .em-v21-main{height:620px}.em-v21-main-copy h1{font-size:2.88rem}.em-v21-card-grid{grid-template-columns:1fr}.em-v21-card{height:230px}
  .em-lux-section-head h2{font-size:2.65rem}.em-v22-path-copy h3{font-size:2.28rem}.em-lux-editorial-copy h2{font-size:2.7rem}
  .em-v21-footer-main{grid-template-columns:1fr}.em-v21-footer-brand{grid-column:auto}.em-v21-footer-contact{grid-column:auto}.em-v21-footer-col a,.em-v21-footer-col>span{font-size:13px}
}
