:root{
  --teal:#069ca3;--teal-2:#00b4bb;--teal-dark:#05777c;--ink:#101719;--text:#20272a;--muted:#667177;
  --line:#dfe6e8;--soft:#f5f8f9;--soft-blue:#eef8f8;--white:#fff;--shadow:0 12px 35px rgba(14,34,40,.08);
  --radius:18px;--radius-sm:12px;--container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:#fff;font-family:Inter,Montserrat,"Segoe UI",Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.container--narrow{max-width:900px}.site-main{overflow:hidden}.section{padding:70px 0}.section--tight-top{padding-top:10px}.eyebrow{display:block;font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--teal);text-transform:uppercase;margin-bottom:10px}.eyebrow--light{color:#77f4f7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 20px;border-radius:8px;border:1px solid transparent;font-size:14px;font-weight:800;transition:.2s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn--primary{background:linear-gradient(135deg,var(--teal),#02b3b9);color:#fff;box-shadow:0 8px 18px rgba(0,157,164,.18)}.btn--primary:hover{filter:brightness(.96)}.btn--outline{border-color:var(--teal);color:var(--teal);background:#fff}.btn--ghost{border-color:#c9d4d7;background:rgba(255,255,255,.7);color:var(--ink)}.btn--light{background:#fff;color:var(--teal-dark)}.btn--small{min-height:32px;padding:0 12px;border-radius:7px;font-size:12px}.btn--full{width:100%}.text-button{border:0;background:none;color:var(--teal);font-weight:700;padding:0}.icon-button{width:34px;height:34px;border-radius:50%;border:1px solid var(--accent,var(--teal));background:#fff;color:var(--accent,var(--teal));font-size:22px;line-height:1}

/* Header */
.site-header{position:relative;top:auto;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,230,232,.9)}.header-inner{height:82px;display:flex;align-items:center;gap:30px}.brand{width:190px;flex:0 0 auto}.brand img,.custom-logo{width:100%;height:auto;max-height:58px;object-fit:contain}.brand .custom-logo-link{display:block}.primary-nav{margin-left:auto}.lm-menu{display:flex;align-items:center;gap:30px;margin:0;padding:0;list-style:none}.lm-menu li{list-style:none}.lm-menu a{font-size:14px;font-weight:750;color:#1b2427;position:relative;padding:30px 0}.lm-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:22px;height:2px;background:var(--teal);transition:.2s}.lm-menu a:hover:after,.current-menu-item>a:after{right:0}.lm-menu a:hover{color:var(--teal)}.header-request{display:inline-flex;align-items:center;gap:7px;background:var(--teal);color:#fff;border-radius:8px;padding:11px 14px;font-size:13px;font-weight:800}.header-request .dashicons{font-size:17px;width:17px;height:17px}.header-request strong{display:grid;place-items:center;min-width:22px;height:22px;background:#fff;color:var(--teal);border-radius:20px;font-size:11px}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle>span:not(.screen-reader-text){display:block;width:25px;height:2px;background:var(--ink);margin:5px 0}

/* Home hero */
.hero-home{position:relative;min-height:510px;background:linear-gradient(105deg,#f7f8f8 0%,#eef1f2 56%,#e6ecee 100%);overflow:hidden}.hero-home:after{content:"";position:absolute;inset:auto -5% -42% 40%;height:380px;background:radial-gradient(ellipse at center,rgba(0,177,184,.14),transparent 68%);pointer-events:none}.hero-home__grid{min-height:510px;display:grid;grid-template-columns:.95fr 1.3fr;align-items:center;gap:20px;position:relative;z-index:2}.hero-home__copy{padding:60px 0 80px}.hero-home h1{font-size:clamp(43px,5.2vw,72px);line-height:.96;letter-spacing:-.055em;color:var(--ink);margin:0 0 24px;max-width:660px}.hero-home h1 em{font-style:normal;color:var(--teal)}.hero-home p{font-size:16px;max-width:570px;color:#536065;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-home__visual{position:relative;align-self:stretch;display:flex;align-items:flex-end;justify-content:center}.hero-home__visual>img{position:relative;z-index:3;width:110%;max-width:950px;transform:translateY(-50px);filter:drop-shadow(0 25px 20px rgba(0,0,0,.13))}.hero-outline{position:absolute;width:77%;height:65%;right:0;top:19%;border:7px solid rgba(0,155,162,.85);transform:skew(-9deg) rotate(-2deg);z-index:1}.hero-geometry{position:absolute;opacity:.35;pointer-events:none}.hero-geometry--left{width:270px;height:270px;left:-135px;bottom:-40px;border:2px solid var(--teal);transform:rotate(45deg)}.hero-geometry--right{width:320px;height:320px;right:-170px;top:-130px;background:linear-gradient(135deg,transparent 45%,rgba(0,156,163,.25) 46%,rgba(0,156,163,.25) 52%,transparent 53%);transform:rotate(22deg)}
.home-service-overlap{margin-top:-54px;position:relative;z-index:5}.service-intro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.service-intro-card{display:grid;grid-template-columns:72px 1fr;gap:15px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:0 12px 25px rgba(14,34,40,.08)}.icon-badge{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#04abb2,#077f85);color:#fff}.icon-badge .dashicons{font-size:30px;width:30px;height:30px}.service-intro-card h2{font-size:18px;line-height:1.08;margin:0 0 7px;color:var(--ink)}.service-intro-card p{font-size:12px;line-height:1.45;color:#687277;margin:0 0 10px}.service-intro-card a{font-size:12px;color:var(--teal);font-weight:800}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-heading h2{font-size:30px;line-height:1.08;letter-spacing:-.03em;margin:0;color:var(--ink)}.section-heading p{color:var(--muted);margin:8px auto 0;max-width:670px}.section-heading>a{font-size:13px;font-weight:800;color:var(--teal)}.section-heading--line{padding-bottom:12px;border-bottom:1px solid var(--line)}.section-heading--center{text-align:center;display:block}.featured-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{position:relative;background:#fff;border:1px solid #dce4e6;border-radius:16px;overflow:hidden;box-shadow:0 4px 14px rgba(21,45,51,.045);transition:.22s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--accent) 28%,#dce4e6)}.product-card__image{height:215px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 9%,#fff),#f8fbfb);display:grid;place-items:center;padding:12px;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:contain;transition:.25s ease}.product-card:hover .product-card__image img{transform:scale(1.035)}.product-card__body{padding:16px;position:relative}.product-card__number{font-size:24px;font-weight:900;line-height:1;color:var(--accent);display:block;margin-bottom:4px}.product-card h3{font-size:19px;margin:0 0 6px;color:var(--ink)}.product-card p{font-size:12px;color:var(--muted);min-height:36px;margin:0 0 12px}.product-card__actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-card .btn--outline{border-color:var(--accent);color:var(--accent)}.product-card--compact .product-card__image{height:180px;background:#fff}.product-card--compact .product-card__number,.product-card--compact .icon-button{display:none}.product-card--compact .product-card__body{text-align:center;padding:10px 14px 14px}.product-card--compact h3{font-size:16px}.product-card--compact .product-card__actions{justify-content:center}.product-card--compact .btn{min-width:130px}
.pack-banner{display:grid;grid-template-columns:1.05fr 1fr;min-height:260px;background:linear-gradient(110deg,#07828a,#079ea5 56%,#006e75);border-radius:18px;overflow:hidden;position:relative;color:#fff}.pack-banner:before,.pack-banner:after{content:"";position:absolute;border:3px solid rgba(80,255,255,.35);transform:rotate(-14deg);pointer-events:none}.pack-banner:before{width:340px;height:180px;right:120px;top:28px}.pack-banner:after{width:250px;height:130px;right:65px;top:60px}.pack-banner__copy{padding:42px 50px;position:relative;z-index:2}.pack-banner h2{font-size:34px;line-height:1;margin:0 0 12px}.pack-banner p{max-width:520px;margin:0 0 20px;color:#d7f6f7}.pack-banner__visual{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:center}.pack-banner__visual img{width:100%;max-height:260px;object-fit:contain;object-position:bottom}.why-us{padding-top:28px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.why-grid article{text-align:center;padding:24px 18px;border:1px solid var(--line);border-radius:15px;background:#fff}.why-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#e7f7f7;color:var(--teal);margin:0 auto 11px}.why-icon .dashicons{font-size:26px;width:26px;height:26px}.why-grid h3{font-size:15px;margin:0 0 6px;color:var(--ink)}.why-grid p{font-size:12px;color:var(--muted);margin:0}.start-order-strip{padding:0 0 36px}.start-order-strip__inner{display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:16px;background:#f2f8f8;border:1px solid #dce7e9;border-radius:14px;padding:18px 22px}.start-order-strip__icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff}.start-order-strip__icon .dashicons{font-size:25px;width:25px;height:25px}.start-order-strip h2{font-size:18px;margin:0 0 3px}.start-order-strip p{font-size:12px;color:var(--muted);margin:0}.start-order-strip__actions{display:flex;gap:9px}

/* Generic page hero */
.page-hero{position:relative;background:linear-gradient(110deg,#f8fafb,#edf3f4);min-height:235px;border-bottom:1px solid #dfe8ea;overflow:hidden}.page-hero:before,.page-hero:after{content:"";position:absolute;border:1px solid rgba(0,156,163,.28);width:240px;height:240px;transform:rotate(45deg)}.page-hero:before{left:-160px;bottom:-155px}.page-hero:after{right:-160px;top:-165px}.page-hero__grid{min-height:235px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;position:relative;z-index:2}.page-hero h1{font-size:48px;letter-spacing:-.04em;line-height:1;margin:0 0 12px;color:var(--ink)}.page-hero p{margin:0;max-width:620px;color:#5e696e}.page-hero__grid>img{justify-self:end;max-height:215px;max-width:560px;object-fit:contain}.catalog-search-wrap{justify-self:end;width:min(100%,520px)}.catalog-search{height:50px;border-radius:28px;background:#fff;border:1px solid #d7e0e3;display:flex;align-items:center;gap:10px;padding:0 18px;box-shadow:0 5px 20px rgba(0,0,0,.03)}.catalog-search .dashicons{color:#7f8b90}.catalog-search input{border:0;outline:0;width:100%;font-size:14px;background:transparent}.catalog-search-wrap p{text-align:center;font-size:12px;margin-top:12px}.catalog-search-wrap a{color:var(--teal);font-weight:700}
.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.catalog-filters{display:flex;gap:9px;flex-wrap:wrap}.filter-chip{border:1px solid #d7dfe2;background:#fff;color:#424d51;border-radius:24px;padding:8px 17px;font-size:12px;font-weight:700}.filter-chip.is-active,.filter-chip:hover{background:var(--teal);color:#fff;border-color:var(--teal)}.catalog-order{display:flex;align-items:center;gap:8px;font-size:11px;color:#606c71}.catalog-order select{border:1px solid #d7dfe2;border-radius:22px;padding:8px 30px 8px 12px;background:#fff}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.catalog-grid .product-card__image{height:185px}.catalog-grid .product-card{min-height:330px}.catalog-empty{text-align:center;padding:30px;color:var(--muted)}.help-strip{margin-top:34px;display:grid;grid-template-columns:58px 1fr auto;gap:16px;align-items:center;border:1px solid #dbe4e6;border-radius:14px;padding:18px 22px}.help-strip__icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff}.help-strip__icon .dashicons{font-size:28px;width:28px;height:28px}.help-strip h2{font-size:18px;margin:0}.help-strip p{font-size:12px;color:var(--muted);margin:3px 0 0}

/* Packs */
.pack-hero{background:linear-gradient(108deg,#101719,#121d20 55%,#061f22);color:#fff;overflow:hidden}.pack-hero__grid{min-height:250px;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:40px}.pack-hero h1{font-size:54px;line-height:1;margin:0 0 12px}.pack-hero p{color:#d4dfe1;margin:0}.pack-hero strong{color:#56f1f5}.pack-hero img{max-height:250px;justify-self:end}.packs-section{background:#f4f8f9}.packs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.pack-card{background:#fff;border-radius:14px;border:1px solid #dbe3e5;overflow:hidden;box-shadow:0 8px 24px rgba(15,40,48,.06);display:flex;flex-direction:column}.pack-card__head{padding:22px 20px 8px}.pack-card__head>span{font-size:11px;color:var(--accent);font-weight:900}.pack-card h3{font-size:26px;color:var(--accent);margin:0 0 6px}.pack-card__head p{font-size:12px;color:#647075;margin:0;min-height:36px}.pack-card__image{height:245px;background:linear-gradient(155deg,#fff 40%,color-mix(in srgb,var(--accent) 18%,#fff) 41%,color-mix(in srgb,var(--accent) 7%,#fff));display:grid;place-items:end center;overflow:hidden}.pack-card__image img{width:100%;height:100%;object-fit:contain;object-position:center bottom}.pack-card__items{list-style:none;margin:18px 20px;padding:0;display:grid;gap:8px}.pack-card__items li{font-size:12px;display:flex;gap:8px;align-items:center}.pack-card__items li span{width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:10px;font-weight:900}.pack-card__footer{margin-top:auto;padding:0 20px 20px}.pack-card__footer strong{display:block;color:var(--accent);font-size:18px;margin-bottom:10px}.btn--pack{width:100%;background:var(--accent);color:#fff;border-radius:8px;border:0;min-height:40px;font-weight:800}.pack-benefits{background:#eef9fa;padding-top:42px;padding-bottom:42px}.benefit-grid{display:grid;grid-template-columns:repeat(6,1fr)}.benefit-grid article{text-align:center;padding:10px 18px;border-right:1px solid #cae5e7}.benefit-grid article:last-child{border-right:0}.benefit-grid .dashicons{width:45px;height:45px;line-height:45px;font-size:23px;border-radius:50%;background:var(--teal);color:#fff;margin-bottom:9px}.benefit-grid h3{font-size:13px;margin:0 0 4px}.benefit-grid p{font-size:10px;color:var(--muted);margin:0}.dark-cta{background:linear-gradient(90deg,#092c30,#061e21);color:#fff;padding:22px 0}.dark-cta__inner{display:flex;justify-content:space-between;align-items:center;gap:24px}.dark-cta__inner>div{display:flex;gap:14px;align-items:center}.dark-cta .dashicons{width:44px;height:44px;border-radius:50%;background:var(--teal);display:grid;place-items:center;font-size:22px}.dark-cta h2{font-size:18px;margin:0 0 3px}.dark-cta p{font-size:12px;color:#c8d7da;margin:0}

/* Services */
.services-grid-section{background:#fbfcfc}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{border:1px solid #dce4e6;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 7px 20px rgba(18,40,47,.05)}.service-card__top{padding:19px 18px 14px;display:flex;gap:12px;min-height:134px}.service-card__icon{width:48px;height:48px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff}.service-card__icon .dashicons{font-size:24px;width:24px;height:24px}.service-card h2{font-size:16px;line-height:1.1;margin:3px 0 7px;color:var(--ink)}.service-card p{font-size:11px;color:var(--muted);margin:0}.service-card>img{width:100%;height:210px;object-fit:cover}.process-section{position:relative;background:linear-gradient(110deg,#edfafa,#fff);padding:60px 0}.process-section:before{content:"";position:absolute;left:-100px;top:-90px;width:280px;height:280px;border:1px solid rgba(0,156,163,.28);transform:rotate(45deg)}.process-grid{display:grid;grid-template-columns:250px 1fr;gap:45px;align-items:center;position:relative}.process-intro h2{font-size:31px;line-height:1.05;margin:0 0 10px}.process-intro p{font-size:12px;color:var(--muted)}.process-steps{list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin:0;padding:0}.process-steps li{position:relative;text-align:center}.process-steps li:not(:last-child):after{content:"";position:absolute;top:24px;left:63%;width:76%;height:1px;background:#a9d5d7}.process-steps li>span{position:relative;z-index:2;width:48px;height:48px;border:2px solid var(--teal);border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:#fff;color:var(--teal);font-size:18px;font-weight:900}.process-steps h3{font-size:12px;margin:0 0 4px}.process-steps p{font-size:9.5px;color:var(--muted);margin:0}.teal-cta{background:linear-gradient(105deg,#08a1a7,#00b7be);color:#fff}.teal-cta__inner{min-height:150px;display:grid;grid-template-columns:230px 1fr auto;align-items:center;gap:25px}.teal-cta__inner>img{align-self:end;max-height:145px}.teal-cta h2{font-size:25px;margin:0 0 5px}.teal-cta p{font-size:13px;margin:0;color:#dbfeff}.teal-cta--simple .teal-cta__inner{grid-template-columns:1fr auto;min-height:105px}

/* About */
.about-story{padding-bottom:35px}.about-story__grid{display:grid;grid-template-columns:1.1fr 1fr 1.1fr;gap:22px;align-items:stretch}.about-story__visual img{width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:15px}.about-story__copy{padding:5px 5px}.about-story__copy h2{font-size:26px;margin:0 0 12px}.about-story__copy p{font-size:12px;color:#606c71}.about-story__cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.about-story__cards article{background:#eef8f9;border-radius:14px;padding:22px 18px}.about-story__cards .dashicons{font-size:30px;width:30px;height:30px;color:var(--teal)}.about-story__cards h3{color:var(--teal);font-size:16px;margin:10px 0 7px}.about-story__cards p,.about-story__cards li{font-size:10px;color:#566368}.about-story__cards ul{padding-left:16px;margin:0}.dark-metrics{padding:28px 0;background:#0f1518;color:#fff}.dark-metrics__grid{display:grid;grid-template-columns:repeat(4,1fr)}.dark-metrics article{display:grid;grid-template-columns:50px 1fr;grid-template-rows:auto auto;column-gap:13px;padding:10px 28px;border-right:1px solid #2f3b3f}.dark-metrics article:last-child{border-right:0}.dark-metrics .dashicons{grid-row:1/3;align-self:center;font-size:35px;width:35px;height:35px;color:#00c1c8}.dark-metrics strong{font-size:17px;color:#00c1c8}.dark-metrics small{font-size:10px;color:#c1c9cc}.story-steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.story-steps-grid article{text-align:center}.story-steps-grid img{height:150px;width:100%;object-fit:cover;border-radius:12px;margin-bottom:12px}.story-steps-grid h3{font-size:13px;margin:0 0 5px}.story-steps-grid p{font-size:10px;color:var(--muted);margin:0}.about-reasons{padding:42px 0;background:#eefafa}.reason-row{display:grid;grid-template-columns:repeat(5,1fr)}.reason-row article{text-align:center;padding:8px 20px}.reason-row .dashicons{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--teal);color:#fff;font-size:22px;margin:0 auto 8px}.reason-row h3{font-size:12px;margin:0 0 4px}.reason-row p{font-size:9px;color:var(--muted);margin:0}

/* Contact + forms */
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:start}.contact-info h2{font-size:38px;letter-spacing:-.03em;margin:0 0 12px}.contact-info>p{color:var(--muted);max-width:520px}.contact-list{list-style:none;padding:0;margin:32px 0;display:grid;gap:16px}.contact-list li{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center}.contact-list>li>.dashicons{width:46px;height:46px;border-radius:50%;background:#e6f7f7;color:var(--teal);display:grid;place-items:center;font-size:22px}.contact-list small{display:block;color:#7c898e;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.contact-list a,.contact-list span{font-size:13px;font-weight:700}.form-card{background:#fff;border:1px solid #dce4e6;border-radius:18px;padding:30px;box-shadow:var(--shadow)}.form-card h2{font-size:27px;margin:0 0 5px}.form-card>p{font-size:12px;color:var(--muted);margin-top:0}.lm-form{margin-top:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label{font-size:11px;font-weight:800;color:#4d595d}.form-grid input,.form-grid textarea{width:100%;margin-top:6px;border:1px solid #d7e0e3;border-radius:8px;padding:12px 13px;outline:0;background:#fbfcfc;color:var(--ink);font-size:13px}.form-grid input:focus,.form-grid textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(6,156,163,.08)}.form-span-2{grid-column:1/-1}.lm-form>.btn{margin-top:18px}.form-alert{padding:12px 14px;border-radius:9px;font-size:12px;font-weight:700;margin-bottom:18px}.form-alert--success{background:#e8f8f1;color:#19764c;border:1px solid #bde8d2}.form-alert--error{background:#fff0f0;color:#9c3030;border:1px solid #f0c4c4}

/* Request */
.request-section{background:#f4f7f8}.request-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:start}.request-basket{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px}.request-items{display:grid;gap:10px}.request-empty{padding:35px;text-align:center;background:#f6f9fa;border-radius:12px;color:var(--muted);font-size:13px}.request-empty a{color:var(--teal);font-weight:800}.request-item{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;padding:14px;border:1px solid #e0e6e8;border-radius:12px}.request-item strong{font-size:14px}.qty-control{display:flex;align-items:center;border:1px solid #d7dfe1;border-radius:8px;overflow:hidden}.qty-control button{border:0;background:#f4f8f8;width:30px;height:30px}.qty-control span{width:34px;text-align:center;font-size:12px;font-weight:800}.remove-item{border:0;background:none;color:#a33;font-size:12px}.request-suggestion{display:flex;gap:12px;background:#eef8f8;border-radius:12px;padding:15px;margin-top:20px}.request-suggestion>.dashicons{color:var(--teal)}.request-suggestion strong{font-size:12px}.request-suggestion p{font-size:10px;color:var(--muted);margin:3px 0 0}.request-form-card{position:sticky;top:104px}

/* Product detail */
.product-detail-hero{padding:75px 0;background:linear-gradient(120deg,#f8fafb,color-mix(in srgb,var(--accent) 7%,#fff))}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.product-detail-visual{min-height:430px;border-radius:20px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;padding:35px;box-shadow:var(--shadow)}.product-detail-visual img{max-height:390px}.product-detail-copy h1{font-size:50px;line-height:1;letter-spacing:-.04em;margin:0 0 15px}.product-detail-copy>p{font-size:17px;color:var(--muted)}.product-detail-content{font-size:14px;color:#536065;margin:24px 0}.product-detail-actions{display:flex;gap:10px;flex-wrap:wrap}.product-benefits{padding-top:35px}

/* Footer */
.site-footer{background:#10171a;color:#d6dddf}.footer-grid{display:grid;grid-template-columns:1.2fr .75fr .9fr 1.15fr;gap:55px;padding-top:48px;padding-bottom:42px}.footer-brand img{width:180px;margin-bottom:14px}.footer-brand p{font-size:11px;color:#9eaaae;max-width:280px}.site-footer h3{font-size:13px;color:#fff;margin:3px 0 14px}.footer-menu{list-style:none;margin:0;padding:0;display:grid;gap:7px}.footer-menu li{list-style:none}.footer-menu a{font-size:11px;color:#aeb9bd}.footer-menu a:hover{color:#fff}.footer-contact{list-style:none;margin:0;padding:0;display:grid;gap:10px}.footer-contact li{display:flex;gap:9px;align-items:flex-start;font-size:10.5px;color:#aeb9bd}.footer-contact .dashicons{font-size:15px;width:15px;height:15px;color:#62dbe0}.social-links{display:flex;gap:8px;margin-top:18px}.social-links a{width:30px;height:30px;border:1px solid #536065;border-radius:50%;display:grid;place-items:center;font-size:10px}.footer-bottom{border-top:1px solid #263135}.footer-bottom-inner{min-height:52px;display:flex;align-items:center;justify-content:space-between;color:#7e8a8e;font-size:9px}

/* Generic */
.generic-page{min-height:55vh}.generic-page h1,.not-found h1{font-size:44px;letter-spacing:-.03em}.entry-content{font-size:16px}.post-summary{padding:20px 0;border-bottom:1px solid var(--line)}.not-found{text-align:center;padding:120px 0}.not-found h1{max-width:700px;margin:0 auto 14px}.not-found p{color:var(--muted)}

@media (max-width:1100px){
  .container{width:min(calc(100% - 32px),var(--container))}.lm-menu{gap:18px}.lm-menu a{font-size:12px}.brand{width:165px}.catalog-grid,.packs-grid{grid-template-columns:repeat(3,1fr)}.services-grid{grid-template-columns:repeat(2,1fr)}.story-steps-grid{grid-template-columns:repeat(3,1fr)}.about-story__grid{grid-template-columns:1fr 1fr}.about-story__cards{grid-column:1/-1}.benefit-grid{grid-template-columns:repeat(3,1fr);row-gap:24px}.benefit-grid article:nth-child(3){border-right:0}.reason-row{grid-template-columns:repeat(3,1fr);row-gap:25px}.process-grid{grid-template-columns:1fr}.process-intro{text-align:center;max-width:640px;margin:auto}.hero-home h1{font-size:56px}.hero-home__grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:35px}.footer-grid>div:last-child{grid-column:1/-1}.teal-cta__inner{grid-template-columns:180px 1fr auto}
}

@media (max-width:850px){
  .header-inner{height:70px}.brand{width:155px}.menu-toggle{display:block;margin-left:auto}.primary-nav{position:absolute;left:0;right:0;top:70px;background:#fff;border-top:1px solid var(--line);box-shadow:0 15px 30px rgba(0,0,0,.08);padding:0 20px;max-height:0;overflow:hidden;transition:max-height .25s ease}.primary-nav.is-open{max-height:460px}.lm-menu{display:grid;gap:0;padding:10px 0}.lm-menu a{display:block;padding:12px 4px}.lm-menu a:after{display:none}.header-request{padding:9px 10px}.header-request>span:nth-child(2){display:none}.hero-home__grid{grid-template-columns:1fr;min-height:auto}.hero-home__copy{padding:55px 0 15px;text-align:center}.hero-home h1{margin-inline:auto}.hero-home p{margin-inline:auto}.hero-actions{justify-content:center}.hero-home__visual{height:330px}.hero-home__visual>img{max-width:570px}.hero-outline{width:65%;height:70%;right:17%;top:8%}.home-service-overlap{margin-top:-10px}.service-intro-grid{grid-template-columns:1fr}.service-intro-card{grid-template-columns:62px 1fr}.featured-products-grid{grid-template-columns:repeat(2,1fr)}.pack-banner{grid-template-columns:1fr}.pack-banner__visual{height:220px}.pack-banner__copy{text-align:center;padding-bottom:10px}.why-grid{grid-template-columns:repeat(2,1fr)}.start-order-strip__inner,.help-strip{grid-template-columns:52px 1fr}.start-order-strip__actions,.help-strip>.btn{grid-column:1/-1;justify-self:stretch}.start-order-strip__actions .btn{flex:1}.page-hero__grid{grid-template-columns:1fr;gap:20px;padding-top:45px;padding-bottom:35px}.page-hero__grid>img{display:none}.catalog-search-wrap{justify-self:stretch;width:100%}.catalog-grid,.packs-grid{grid-template-columns:repeat(2,1fr)}.pack-hero__grid{grid-template-columns:1fr;min-height:auto;padding-top:45px;text-align:center}.pack-hero img{justify-self:center;max-height:210px}.process-steps{grid-template-columns:1fr;gap:12px}.process-steps li{text-align:left;display:grid;grid-template-columns:50px 1fr;gap:12px;align-items:start}.process-steps li>span{margin:0}.process-steps li:not(:last-child):after{left:24px;top:48px;width:1px;height:calc(100% + 12px)}.process-steps h3{font-size:14px}.process-steps p{font-size:11px}.teal-cta__inner{grid-template-columns:1fr;text-align:center;padding:28px 0}.teal-cta__inner>img{display:none}.teal-cta .btn{justify-self:center}.about-story__grid{grid-template-columns:1fr}.about-story__cards{grid-column:auto}.dark-metrics__grid{grid-template-columns:repeat(2,1fr);row-gap:20px}.dark-metrics article:nth-child(2){border-right:0}.story-steps-grid{grid-template-columns:repeat(2,1fr)}.reason-row{grid-template-columns:repeat(2,1fr)}.contact-grid,.request-layout,.product-detail-grid{grid-template-columns:1fr}.request-form-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:auto}.product-detail-copy h1{font-size:42px}.product-detail-visual{min-height:330px}.product-detail-visual img{max-height:290px}
}

@media (max-width:560px){
  .container{width:min(calc(100% - 24px),var(--container))}.section{padding:48px 0}.header-request{gap:3px}.header-request .dashicons{display:none}.hero-home h1{font-size:43px}.hero-home p{font-size:14px}.hero-home__visual{height:260px}.hero-home__visual>img{max-width:460px}.home-service-overlap{margin-top:0;padding-top:12px}.service-intro-card{padding:16px}.featured-products-grid,.catalog-grid,.packs-grid,.services-grid,.why-grid{grid-template-columns:1fr}.product-card--compact .product-card__image{height:220px}.section-heading h2{font-size:26px}.pack-banner__copy{padding:32px 22px 8px}.pack-banner h2{font-size:29px}.start-order-strip__inner,.help-strip{grid-template-columns:1fr;text-align:center}.start-order-strip__icon,.help-strip__icon{margin:auto}.start-order-strip__actions{display:grid}.page-hero h1{font-size:41px}.catalog-toolbar{align-items:flex-start;flex-direction:column}.catalog-order{width:100%;justify-content:space-between}.catalog-order select{flex:1}.catalog-grid .product-card{min-height:0}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid article{border-right:0}.dark-cta__inner{display:grid;text-align:center}.dark-cta__inner>div{display:grid}.dark-cta .dashicons{margin:auto}.dark-cta .btn{justify-self:stretch}.service-card>img{height:245px}.about-story__cards{grid-template-columns:1fr}.dark-metrics__grid,.story-steps-grid,.reason-row{grid-template-columns:1fr}.dark-metrics article{border-right:0;border-bottom:1px solid #2f3b3f}.form-grid{grid-template-columns:1fr}.form-span-2{grid-column:auto}.form-card{padding:22px 18px}.request-basket{padding:20px 15px}.request-item{grid-template-columns:1fr auto}.request-item .remove-item{grid-column:1/-1;justify-self:end}.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{display:grid;text-align:center;justify-content:center;padding:14px 0;gap:5px}.product-detail-hero{padding:45px 0}.product-detail-copy h1{font-size:37px}.product-detail-actions{display:grid}.page-hero__grid{padding-top:35px;padding-bottom:30px}.pack-hero h1{font-size:46px}.header-inner{gap:10px}.brand{width:135px}
}


/* ===== Catálogo por famílias > referências (v1.0.2) ===== */
.product-card__image-link{display:grid;color:inherit}.product-card h3 a{color:inherit;text-decoration:none}.product-card__actions--category{justify-content:flex-start}.product-card__actions--category .btn{width:100%;justify-content:center}.references-section{background:#fff}.references-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.reference-card{background:#fff;border:1px solid #dce4e6;border-radius:18px;overflow:hidden;box-shadow:0 5px 18px rgba(21,45,51,.055);transition:.22s ease}.reference-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--accent) 30%,#dce4e6)}.reference-card__image{height:275px;display:grid;place-items:center;padding:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 8%,#fff),#f8fbfb);overflow:hidden}.reference-card__image img{width:100%;height:100%;object-fit:contain;transition:.25s ease}.reference-card:hover .reference-card__image img{transform:scale(1.025)}.reference-card__body{padding:19px}.reference-card__brand{display:inline-flex;color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;margin-bottom:5px}.reference-card h3{font-size:23px;margin:0 0 5px;color:var(--ink)}.reference-card h3 a{color:inherit;text-decoration:none}.reference-card__code{font-size:11px!important;min-height:0!important;margin:0 0 10px!important}.reference-card__specs{display:grid;gap:5px;padding:11px 0;margin:8px 0 14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:11px;color:var(--muted)}.reference-card__specs strong{color:var(--ink)}.reference-card__actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.reference-card__actions .btn{flex:1;min-width:135px;justify-content:center}.references-empty{border:1px dashed #cfdadd;border-radius:18px;text-align:center;padding:48px 24px;background:#fafcfc}.references-empty h3{font-size:24px;margin:0 0 8px}.references-empty p{color:var(--muted);margin:0 auto 20px;max-width:580px}.reference-detail-brand{color:var(--accent);font-weight:900;font-size:15px;text-transform:uppercase;letter-spacing:.08em;margin:8px 0 4px}.reference-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:22px 0}.reference-spec-grid>div{padding:13px 15px;border:1px solid #dce4e6;border-radius:11px;background:#fff}.reference-spec-grid span{display:block;font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:3px}.reference-spec-grid strong{display:block;color:var(--ink);font-size:13px;line-height:1.4}.family-hero .product-detail-actions{margin-top:18px}
@media(max-width:980px){.references-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.references-grid{grid-template-columns:1fr}.reference-card__image{height:250px}.reference-card__actions{display:grid}.reference-spec-grid{grid-template-columns:1fr}}


/* ===== Referências com variantes (v1.0.3) ===== */
.reference-card__meta-line{display:flex;flex-wrap:wrap;gap:7px;margin:2px 0 13px;color:var(--muted);font-size:11px;font-weight:700}.reference-card__meta-line span+span:before{content:"•";margin-right:7px}.reference-mini-section{margin:11px 0}.reference-mini-section>strong{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:7px}.reference-mini-section p{font-size:11px!important;line-height:1.45!important;min-height:0!important;margin:0!important;color:var(--muted)}.mini-pills{display:flex;gap:5px;flex-wrap:wrap}.mini-pills span{display:inline-flex;align-items:center;justify-content:center;min-width:29px;height:27px;padding:0 8px;border:1px solid #dbe4e6;border-radius:8px;background:#fff;font-size:10px;font-weight:800;color:var(--ink)}.reference-spec-wide{grid-column:1/-1}.reference-choice-box{margin:20px 0;padding:19px;border:1px solid color-mix(in srgb,var(--accent) 32%,#dce4e6);border-radius:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 6%,#fff),#fff)}.reference-choice-box h3{font-size:18px;margin:0 0 13px}.reference-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.reference-choice-grid label{font-size:11px;font-weight:900;color:var(--ink);text-transform:uppercase;letter-spacing:.05em}.reference-choice-grid select{display:block;width:100%;margin-top:6px;border:1px solid #cfdadd;border-radius:10px;background:#fff;padding:11px 12px;font:600 12px/1.2 inherit;color:var(--ink)}.reference-choice-note{font-size:10px!important;line-height:1.45!important;margin:10px 0 14px!important;color:var(--muted)!important}.request-item__name{display:grid;gap:3px}.request-item__name small{font-size:10px;color:var(--muted);font-weight:700}@media(max-width:640px){.reference-choice-grid{grid-template-columns:1fr}}

/* v1.0.4 — famílias mais limpas + seletor de variantes por cor/tamanho */
.family-backbar{background:#fff;padding:30px 0 8px}.family-backbar .btn{background:#fff}.references-section--family{padding-top:28px}.references-section--family .section-heading h1{font-size:34px;line-height:1.08;margin:4px 0 8px;color:var(--ink)}

.reference-page{background:#fff;padding:28px 0 70px}.reference-page__back{margin-bottom:28px}.reference-shop-grid{display:grid;grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr);gap:58px;align-items:start}.reference-shop-visual{position:sticky;top:105px}.reference-shop-image{min-height:560px;border:1px solid #e0e7e9;border-radius:22px;background:linear-gradient(145deg,#fff,#f7fbfb);display:grid;place-items:center;padding:38px;box-shadow:0 18px 42px rgba(21,45,51,.07)}.reference-shop-image img{display:block;width:100%;height:100%;max-height:490px;object-fit:contain}.reference-source-link{display:inline-flex;margin:14px 2px 0;color:var(--muted);font-size:11px;font-weight:800;text-decoration:none}.reference-source-link:hover{color:var(--accent)}.reference-shop-copy{padding-top:10px}.reference-shop-brand{display:inline-flex;color:var(--accent);font-size:12px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}.reference-shop-copy h1{font-size:52px;line-height:1;margin:0 0 12px;color:var(--ink)}.reference-shop-subline{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:18px}.reference-shop-subline span{display:inline-flex;align-items:center;min-height:29px;padding:0 10px;border-radius:999px;background:#eef7f7;color:#385057;font-size:11px;font-weight:800}.reference-shop-lead{font-size:17px;line-height:1.55;color:#34464c;margin:0 0 12px}.reference-shop-material,.reference-shop-description{font-size:13px;line-height:1.65;color:var(--muted);margin:0 0 12px}.reference-shop-description p{margin:0 0 10px}

.variant-builder{margin-top:26px;border:1px solid #dce5e7;border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(21,45,51,.07);overflow:hidden}.variant-builder__section{padding:22px 24px;border-bottom:1px solid #e6ecee}.variant-builder__heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:17px}.variant-builder__heading>div{display:flex;align-items:center;gap:11px}.variant-builder__heading strong{display:block;color:var(--ink);font-size:14px}.variant-builder__heading small{display:block;color:var(--muted);font-size:10px;font-weight:600;margin-top:2px}.variant-builder__heading>.js-active-color-label{color:var(--accent);font-size:12px;text-align:right}.variant-step{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-weight:900;font-size:12px;flex:0 0 auto}

.color-swatches{display:flex;flex-wrap:wrap;gap:9px}.color-swatch{position:relative;width:34px;height:34px;border:0;background:transparent;padding:0;border-radius:50%;cursor:pointer;display:grid;place-items:center}.color-swatch__dot{display:block;width:28px;height:28px;border-radius:50%;background:var(--swatch);border:2px solid #fff;box-shadow:0 0 0 1px #b8c3c6;transition:.16s ease}.color-swatch:hover .color-swatch__dot{transform:scale(1.08);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 55%,#b8c3c6)}.color-swatch.is-active .color-swatch__dot{box-shadow:0 0 0 3px var(--accent);transform:scale(1.04)}.color-swatch.is-active:after{content:'✓';position:absolute;inset:0;display:grid;place-items:center;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.55);font-size:12px;font-weight:900}.color-swatch__qty{position:absolute;right:-5px;top:-5px;display:none;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:#11191b;color:#fff;font-size:9px;line-height:18px;font-weight:900;text-align:center;box-shadow:0 2px 7px rgba(0,0,0,.18)}.color-swatch.has-qty .color-swatch__qty{display:block}

.size-quantity-grid{display:grid;grid-template-columns:repeat(7,minmax(62px,1fr));gap:9px}.size-quantity-item{display:grid;grid-template-rows:auto 42px;border:1px solid #dce4e6;border-radius:11px;overflow:hidden;background:#fafcfc;transition:.15s}.size-quantity-item:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 13%,transparent);background:#fff}.size-quantity-item>span{display:grid;place-items:center;min-height:31px;padding:4px 5px;background:#f1f5f6;color:var(--ink);font-size:11px;font-weight:900;border-bottom:1px solid #e1e7e9}.size-quantity-item input{width:100%;height:42px;border:0;background:#fff;text-align:center;color:var(--ink);font:900 14px/1 Inter,Arial,sans-serif;outline:0;padding:0 4px}.size-quantity-item input::-webkit-inner-spin-button,.size-quantity-item input::-webkit-outer-spin-button{opacity:.45}

.variant-builder__footer{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:19px 24px;background:#f8fbfb}.variant-builder__summary{min-width:0}.variant-builder__summary>span{display:block;color:var(--muted);font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.variant-builder__summary>strong{display:block;color:var(--ink);font-size:20px;margin:2px 0}.variant-builder__summary>small{display:block;max-width:590px;color:var(--muted);font-size:10px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.variant-builder__actions{display:flex;gap:9px}.variant-builder__actions .btn:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.3)}.variant-stock-note{margin:0;padding:11px 24px 13px;background:#fff;color:#77858a;font-size:9px;line-height:1.4}

@media(max-width:1050px){.reference-shop-grid{grid-template-columns:1fr;gap:30px}.reference-shop-visual{position:static}.reference-shop-image{min-height:430px}.reference-shop-image img{max-height:370px}.reference-shop-copy{padding-top:0}.size-quantity-grid{grid-template-columns:repeat(5,minmax(62px,1fr))}}
@media(max-width:700px){.family-backbar{padding-top:20px}.references-section--family{padding-top:20px}.references-section--family .section-heading h1{font-size:29px}.reference-page{padding-top:20px}.reference-page__back{margin-bottom:18px}.reference-shop-image{min-height:330px;padding:22px}.reference-shop-image img{max-height:285px}.reference-shop-copy h1{font-size:40px}.variant-builder__section{padding:18px 16px}.variant-builder__heading{align-items:flex-start}.variant-builder__heading>.js-active-color-label{max-width:130px}.size-quantity-grid{grid-template-columns:repeat(3,minmax(72px,1fr))}.variant-builder__footer{grid-template-columns:1fr;padding:17px 16px}.variant-builder__actions{display:grid;grid-template-columns:1fr 1fr}.variant-builder__actions .btn{justify-content:center}.variant-builder__summary>small{white-space:normal}.variant-stock-note{padding:11px 16px 13px}.color-swatches{gap:8px}}
@media(max-width:420px){.size-quantity-grid{grid-template-columns:repeat(2,minmax(80px,1fr))}.variant-builder__actions{grid-template-columns:1fr}}


/* v1.0.5 — página de referência simplificada, inspirada na lógica de catálogo/orçamento */
.reference-card-swatches{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-height:28px}
.reference-card-swatch{width:20px;height:20px;border-radius:50%;background:var(--swatch);border:2px solid #fff;box-shadow:0 0 0 1px #c2cccf;display:inline-block}
.reference-card-swatches b{display:inline-flex;align-items:center;height:22px;padding:0 7px;border-radius:999px;background:#eef4f5;color:var(--ink);font-size:10px}
.reference-mini-section--colors{margin-bottom:14px}

.reference-page--simple{padding-top:28px}
.reference-product-layout{display:grid;grid-template-columns:minmax(390px,.92fr) minmax(0,1.08fr);gap:68px;align-items:start;padding:16px 0 62px}
.reference-product-media{position:sticky;top:105px}
.reference-product-image{min-height:540px;display:grid;place-items:center;padding:34px;background:#fff;border:1px solid #e0e7e9;border-radius:18px}
.reference-product-image img{display:block;width:100%;height:100%;max-height:470px;object-fit:contain}
.reference-product-info{padding-top:16px}
.reference-product-info h1{font-size:46px;line-height:1;margin:0 0 12px;color:var(--ink)}
.reference-product-info h2{font-size:18px;line-height:1.35;margin:0 0 20px;color:var(--ink)}
.reference-product-lead,.reference-product-description,.reference-product-material{font-size:14px;line-height:1.65;color:#394d54}
.reference-product-lead{font-weight:700}
.reference-product-description p{margin:0 0 10px}
.reference-product-code{font-size:11px;font-weight:800;color:var(--muted);margin:13px 0 0}

.simple-reference-builder{margin-top:26px}
.simple-reference-colors{padding:18px;background:#f5f5f5;border-radius:2px}
.simple-reference-label{font-size:13px;color:var(--ink);margin-bottom:15px}
.simple-reference-label strong{font-weight:800}
.simple-color-swatches{display:flex;flex-wrap:wrap;gap:9px}
.simple-color-swatch{position:relative;width:34px;height:34px;border-radius:50%;border:0;padding:0;background:transparent;cursor:pointer;display:grid;place-items:center}
.simple-color-swatch span{display:block;width:29px;height:29px;border-radius:50%;background:var(--swatch);border:2px solid #fff;box-shadow:0 0 0 1px #aeb9bd;transition:.15s}
.simple-color-swatch:hover span{transform:scale(1.08);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 55%,#aeb9bd)}
.simple-color-swatch.is-active span{box-shadow:0 0 0 3px var(--accent)}
.simple-color-swatch.is-active:after{content:'✓';position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:900;text-shadow:0 1px 3px rgba(0,0,0,.7)}
.simple-reference-order{margin-top:18px}
.simple-reference-qty-label{display:block;font-size:12px;font-weight:800;color:var(--ink);margin-bottom:8px}
.simple-reference-order-row{display:flex;gap:11px;align-items:stretch;flex-wrap:wrap}
.simple-qty-control{display:grid;grid-template-columns:38px 56px 38px;height:46px;border:1px solid #cbd5d8;border-radius:8px;overflow:hidden;background:#fff}
.simple-qty-control button{border:0;background:#f3f6f7;color:var(--ink);font-size:20px;cursor:pointer;font-weight:700}
.simple-qty-control button:hover{background:#e7eff0}
.simple-qty-control input{width:100%;border:0;border-left:1px solid #dbe3e5;border-right:1px solid #dbe3e5;text-align:center;font:800 14px/1 Inter,Arial,sans-serif;color:var(--ink);outline:0;-moz-appearance:textfield}
.simple-qty-control input::-webkit-inner-spin-button,.simple-qty-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.simple-add-quote{min-height:46px;padding-left:20px;padding-right:22px;gap:7px}
.simple-add-quote span{font-size:20px;line-height:1}
.simple-add-quote:disabled{opacity:.42;cursor:not-allowed}
.simple-reference-note{display:block;margin-top:9px;color:var(--muted);font-size:10px;line-height:1.45}
.reference-details-panel{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid #d8e0e2;margin-bottom:70px}
.reference-details-panel>div{padding:28px 24px 18px 0}
.reference-details-panel>div+div{padding-left:28px;border-left:1px solid #e2e8ea}
.reference-details-panel span{display:block;color:var(--accent);font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;margin-bottom:7px}
.reference-details-panel h3{font-size:18px;margin:0 0 8px}
.reference-details-panel p{font-size:12px;line-height:1.6;color:var(--muted);margin:0 0 8px}

@media(max-width:900px){
  .reference-product-layout{grid-template-columns:1fr;gap:28px}
  .reference-product-media{position:static}
  .reference-product-image{min-height:390px}
}
@media(max-width:640px){
  .reference-product-layout{padding-bottom:38px}
  .reference-product-image{min-height:320px;padding:20px}
  .reference-product-info h1{font-size:38px}
  .simple-reference-order-row{display:grid;grid-template-columns:1fr}
  .simple-qty-control{width:132px}
  .simple-add-quote{justify-content:center}
  .reference-details-panel{grid-template-columns:1fr}
  .reference-details-panel>div+div{padding-left:0;border-left:0;border-top:1px solid #e2e8ea}
}
.simple-reference-builder--generic .js-generic-color{width:100%;min-height:46px;border:1px solid #d8dddd;border-radius:8px;background:#fff;padding:0 13px;font:600 13px/1.2 Inter,Arial,sans-serif;color:var(--ink);outline:none;transition:.2s}
.simple-reference-builder--generic .js-generic-color:focus{border-color:var(--accent,#08a6ad);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent,#08a6ad) 12%,transparent)}


/* v1.2.1 footer style similar to legal/info footer */
.site-footer--legal-style .footer-grid--legal{grid-template-columns:1.15fr .9fr .9fr;gap:70px;padding-top:42px;padding-bottom:32px}
.site-footer--legal-style .footer-brand--legal img{width:220px;margin-bottom:22px}
.site-footer--legal-style .footer-contact--stacked{gap:14px}
.site-footer--legal-style .footer-contact--stacked li{font-size:12px;line-height:1.45}
.site-footer--legal-style .footer-contact--stacked .dashicons{font-size:28px;width:28px;height:28px;color:#4b5563;flex:0 0 28px}
.site-footer--legal-style h3{font-size:18px;margin:8px 0 22px;color:inherit}
.site-footer--legal-style .footer-menu{gap:16px}
.site-footer--legal-style .footer-menu a{font-size:13px;font-weight:700;color:inherit}
.site-footer--legal-style .footer-menu a:hover{color:var(--teal)}
.site-footer--legal-style .footer-bottom{margin-top:10px}
.site-footer--legal-style .footer-bottom-inner{min-height:46px;font-size:10px}
@media(max-width:980px){.site-footer--legal-style .footer-grid--legal{grid-template-columns:1fr 1fr;gap:40px}.site-footer--legal-style .footer-grid--legal>div:first-child{grid-column:1/-1}}
@media(max-width:640px){.site-footer--legal-style .footer-grid--legal{grid-template-columns:1fr;gap:26px}.site-footer--legal-style .footer-brand--legal img{width:180px}.site-footer--legal-style h3{margin-bottom:14px}.site-footer--legal-style .footer-menu{gap:12px}.site-footer--legal-style .footer-contact--stacked li{font-size:11px}.site-footer--legal-style .footer-contact--stacked .dashicons{font-size:22px;width:22px;height:22px;flex-basis:22px}}


/* v1.2.2 footer contacts */
.site-footer--legal-style .footer-contact-separator{opacity:.55;margin:0 3px}
.site-footer--legal-style .footer-contact-label{font-size:10px;opacity:.7;margin-left:4px}
.site-footer--legal-style .footer-address-row strong{letter-spacing:.06em}
.site-footer--legal-style .footer-contact--stacked a{text-decoration:none}
.site-footer--legal-style .footer-contact--stacked a:hover{color:var(--teal)}


/* v1.2.4 footer alignment refinements */
.site-footer--legal-style .footer-grid--legal{
  grid-template-columns:minmax(390px,1.45fr) minmax(170px,.8fr) minmax(220px,.95fr);
  gap:86px;
  align-items:start;
}
.site-footer--legal-style .footer-brand--legal{max-width:430px}
.site-footer--legal-style .footer-brand--legal img{display:block;width:205px;margin-bottom:26px}
.site-footer--legal-style h3{font-size:17px;line-height:1.2;margin:10px 0 28px}
.site-footer--legal-style .footer-contact--stacked{margin-top:2px;gap:16px}
.site-footer--legal-style .footer-contact--stacked li{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  column-gap:16px;
  align-items:start;
  font-size:13px;
  line-height:1.45;
}
.site-footer--legal-style .footer-contact--stacked li > span:last-child,
.site-footer--legal-style .footer-contact--stacked li > a,
.site-footer--legal-style .footer-contact--stacked li > span{min-width:0}
.site-footer--legal-style .footer-contact--stacked .dashicons{
  font-size:24px;
  width:30px;
  height:30px;
  color:#5b6980;
  flex:0 0 30px;
  margin-top:1px;
}
.site-footer--legal-style .footer-menu{gap:18px;align-content:start}
.site-footer--legal-style .footer-menu li{line-height:1.35}
.site-footer--legal-style .footer-menu a{font-size:13px;font-weight:700;display:inline-block}
.site-footer--legal-style .footer-bottom{margin-top:18px}
.site-footer--legal-style .footer-bottom-inner{min-height:48px}

@media(max-width:1100px){
  .site-footer--legal-style .footer-grid--legal{
    grid-template-columns:minmax(320px,1.2fr) .8fr .9fr;
    gap:48px;
  }
}
@media(max-width:980px){
  .site-footer--legal-style .footer-grid--legal{
    grid-template-columns:1fr 1fr;
    gap:38px;
  }
  .site-footer--legal-style .footer-brand--legal{max-width:none}
}
@media(max-width:640px){
  .site-footer--legal-style .footer-grid--legal{grid-template-columns:1fr;gap:28px}
  .site-footer--legal-style .footer-brand--legal img{width:180px;margin-bottom:20px}
  .site-footer--legal-style h3{font-size:16px;margin:6px 0 16px}
  .site-footer--legal-style .footer-contact--stacked{gap:14px}
  .site-footer--legal-style .footer-contact--stacked li{grid-template-columns:24px 1fr;column-gap:12px;font-size:11.5px}
  .site-footer--legal-style .footer-contact--stacked .dashicons{font-size:20px;width:24px;height:24px;flex-basis:24px}
  .site-footer--legal-style .footer-menu{gap:12px}
}


/* v1.2.4 — footer nivelado/alinhado */
.site-footer--legal-style .footer-grid--legal{
  display:grid;
  grid-template-columns:minmax(360px,1.35fr) minmax(220px,.72fr) minmax(250px,.82fr);
  align-items:start;
  gap:clamp(52px,6vw,96px);
  padding-top:52px;
  padding-bottom:42px;
}
.site-footer--legal-style .footer-brand--legal,
.site-footer--legal-style .footer-column{
  align-self:start;
  min-width:0;
}
.site-footer--legal-style .footer-brand--legal img{
  width:300px;
  max-width:100%;
  height:86px;
  object-fit:contain;
  object-position:left center;
  margin:0 0 20px;
}
.site-footer--legal-style .footer-column>h3{
  min-height:86px;
  display:flex;
  align-items:flex-start;
  margin:0 0 22px;
  padding-top:4px;
  font-size:18px;
  line-height:1.25;
}
.site-footer--legal-style .footer-contact--stacked,
.site-footer--legal-style .footer-menu{
  margin-top:0;
}
.site-footer--legal-style .footer-contact--stacked{
  gap:15px;
  max-width:430px;
}
.site-footer--legal-style .footer-contact--stacked li{
  display:grid;
  grid-template-columns:27px minmax(0,1fr);
  align-items:start;
  column-gap:12px;
  font-size:12px;
  line-height:1.45;
}
.site-footer--legal-style .footer-contact--stacked .dashicons{
  width:27px;
  height:27px;
  font-size:25px;
  line-height:27px;
  margin-top:0;
}
.site-footer--legal-style .footer-menu{
  gap:15px;
}
.site-footer--legal-style .footer-menu li{
  min-height:25px;
  display:flex;
  align-items:flex-start;
}
.site-footer--legal-style .footer-menu a{
  line-height:1.45;
}
.site-footer--legal-style .footer-bottom{
  margin-top:0;
}
.site-footer--legal-style .footer-bottom-inner{
  min-height:52px;
  align-items:center;
}
@media(max-width:1050px){
  .site-footer--legal-style .footer-grid--legal{
    grid-template-columns:1.2fr .8fr .9fr;
    gap:38px;
  }
}
@media(max-width:850px){
  .site-footer--legal-style .footer-grid--legal{
    grid-template-columns:1fr 1fr;
    gap:36px 44px;
  }
  .site-footer--legal-style .footer-brand--legal{grid-column:1/-1}
  .site-footer--legal-style .footer-brand--legal img{width:260px;height:76px}
  .site-footer--legal-style .footer-column>h3{min-height:76px;height:auto}
}
@media(max-width:600px){
  .site-footer--legal-style .footer-grid--legal{
    grid-template-columns:1fr;
    gap:30px;
    padding-top:38px;
  }
  .site-footer--legal-style .footer-column>h3{margin-bottom:14px;padding-top:0}
  .site-footer--legal-style .footer-brand--legal img{height:auto;width:225px;margin-bottom:20px}
  .site-footer--legal-style .footer-column>h3{min-height:auto}
}


/* v1.3.0 — homepage mais compacta */
.page-template-page-lamibrinde-home .section{padding:46px 0}.page-template-page-lamibrinde-home .section--tight-top{padding-top:18px}.page-template-page-lamibrinde-home .section-heading{margin-bottom:20px}.page-template-page-lamibrinde-home .pack-banner-wrap{padding-top:38px;padding-bottom:38px}.page-template-page-lamibrinde-home .why-us{padding-top:24px;padding-bottom:42px}.page-template-page-lamibrinde-home .start-order-strip{padding-bottom:28px}

/* v1.3.0 — carrossel de campanhas */
.campaign-section{padding-top:38px!important;padding-bottom:42px!important}.campaign-heading{margin-bottom:18px!important}.campaign-carousel{position:relative}.campaign-carousel__viewport{overflow:hidden;border-radius:18px}.campaign-carousel__track{display:flex;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}.campaign-slide{flex:0 0 100%;min-width:100%}.campaign-slide__link{display:block}.campaign-slide__media{position:relative;aspect-ratio:16/5;min-height:260px;background:#eef4f5;overflow:hidden;border:1px solid #dbe4e6;border-radius:18px;box-shadow:0 10px 28px rgba(14,34,40,.08)}.campaign-slide__media>img{width:100%;height:100%;object-fit:cover}.campaign-slide__overlay{position:absolute;left:0;right:0;bottom:0;padding:52px 38px 28px;color:#fff;background:linear-gradient(0deg,rgba(4,17,20,.84),rgba(4,17,20,.44) 55%,transparent);pointer-events:none}.campaign-slide__overlay h3{font-size:30px;line-height:1.05;margin:0 0 7px}.campaign-slide__overlay p{max-width:720px;font-size:13px;margin:0 0 14px;color:#edf7f7}.campaign-slide__button{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:8px;background:var(--teal);font-size:12px;font-weight:900;color:#fff}.campaign-slide__placeholder{height:100%;display:grid;place-items:center;align-content:center;gap:8px;color:#7a898e}.campaign-slide__placeholder .dashicons{font-size:40px;width:40px;height:40px}.campaign-carousel__arrow{position:absolute;top:50%;z-index:4;width:44px;height:44px;margin-top:-22px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:var(--ink);box-shadow:0 8px 22px rgba(0,0,0,.18);font-size:30px;line-height:1;display:grid;place-items:center}.campaign-carousel__arrow:hover{background:#fff;color:var(--teal)}.campaign-carousel__arrow--prev{left:14px}.campaign-carousel__arrow--next{right:14px}.campaign-carousel__dots{display:flex;justify-content:center;gap:7px;padding-top:14px}.campaign-carousel__dot{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:#c4d0d3;transition:.2s}.campaign-carousel__dot.is-active{width:24px;border-radius:999px;background:var(--teal)}
@media(max-width:700px){.campaign-section{padding-top:28px!important;padding-bottom:34px!important}.campaign-slide__media{aspect-ratio:4/3;min-height:0}.campaign-slide__overlay{padding:50px 20px 20px}.campaign-slide__overlay h3{font-size:23px}.campaign-slide__overlay p{font-size:12px}.campaign-carousel__arrow{width:38px;height:38px;margin-top:-19px}.campaign-carousel__arrow--prev{left:8px}.campaign-carousel__arrow--next{right:8px}.page-template-page-lamibrinde-home .section{padding:38px 0}}

/* CSS adicional da versão atual incorporado no tema */
.footer-grid--legal{display:grid;grid-template-columns:1.25fr .8fr .8fr;align-items:start}.footer-brand--legal,.footer-column--pages,.footer-column--legal{padding-top:0!important;margin-top:0!important}.footer-column--pages>h3,.footer-column--legal>h3{min-height:auto!important;height:auto!important;margin:0 0 18px!important;padding:0!important;line-height:1.2}.footer-brand--legal img{margin-top:0!important}.footer-column .footer-menu{margin-top:0!important;padding-top:0!important}.footer-column--pages,.footer-column--legal{padding-top:30px!important}.site-footer--legal-style .footer-brand--legal img{width:230px!important;max-width:100%!important;height:auto!important}


/* v1.3.1 — campanhas visíveis desde a instalação */
.campaign-slide__media>img[src$=".svg"]{object-fit:contain;padding:18px 42px;background:linear-gradient(110deg,#f3f7f8,#e8f1f2)}
@media(max-width:700px){.campaign-slide__media>img[src$=".svg"]{padding:18px}}

/* v1.3.2 — Rodapé: ícones e títulos no turquesa da Lamibrinde */
.site-footer--legal-style .footer-contact--stacked .dashicons{
    color:var(--teal) !important;
}
.site-footer--legal-style .footer-column>h3{
    color:var(--teal) !important;
}
.site-footer--legal-style .footer-column--pages>h3,
.site-footer--legal-style .footer-column--legal>h3{
    color:var(--teal) !important;
}


/* v1.4.0 — imagem da referência muda conforme a cor escolhida */
.reference-product-image .js-reference-main-image{transition:opacity .18s ease,transform .18s ease}.reference-product-image .js-reference-main-image.is-changing{opacity:.35;transform:scale(.985)}


/* ===== v1.5.1 — Pedido de orçamento + upload + WhatsApp ===== */
.header-request{white-space:nowrap}
.quote-notice{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start;margin:14px 0 22px;padding:13px 14px;border:1px solid #cfe7e8;border-radius:12px;background:#f0f9f9;color:#37565a}
.quote-notice .dashicons{color:var(--teal);font-size:22px;width:22px;height:22px;margin-top:1px}.quote-notice p{margin:0;font-size:12px;line-height:1.55}.quote-notice strong{color:var(--ink)}
.quote-upload-field{display:block;border:1px dashed #b9cfd2;border-radius:12px;padding:15px;background:#fbfdfd}.quote-upload-field>span{display:block;font-weight:800;color:var(--ink);margin-bottom:8px}.quote-upload-field>span small{font-weight:600;color:var(--muted)}.quote-upload-field input[type=file]{width:100%;padding:10px;border:1px solid #dbe5e7;border-radius:9px;background:#fff;color:var(--text)}.quote-upload-field input[type=file]::file-selector-button{border:0;border-radius:7px;padding:8px 11px;margin-right:10px;background:#e7f6f6;color:var(--teal-dark);font-weight:800;cursor:pointer}.field-help{display:block;margin-top:8px;color:var(--muted);font-size:10px;line-height:1.5;font-weight:600}.quote-submit-note{margin:10px 2px 0;text-align:center;color:var(--muted);font-size:10px;line-height:1.45}.lm-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}

.lm-whatsapp-widget{position:fixed;right:22px;bottom:22px;z-index:9998;font-family:Inter,Montserrat,"Segoe UI",Arial,sans-serif}.lm-whatsapp-fab{display:flex;align-items:center;gap:8px;min-height:54px;padding:0 17px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--teal),var(--teal-2));color:#fff;box-shadow:0 14px 34px rgba(0,122,128,.28);font-weight:900;cursor:pointer;transition:.2s ease}.lm-whatsapp-fab:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(0,122,128,.34)}.lm-whatsapp-fab .dashicons{font-size:25px;width:25px;height:25px}.lm-whatsapp-fab__label{font-size:13px}.lm-whatsapp-panel{position:absolute;right:0;bottom:68px;width:min(330px,calc(100vw - 32px));padding:18px;border:1px solid #d9e7e8;border-radius:18px;background:#fff;box-shadow:0 20px 55px rgba(13,34,39,.18);transform-origin:bottom right;animation:lmWhatsappIn .16s ease-out}.lm-whatsapp-panel[hidden]{display:none}.lm-whatsapp-close{position:absolute;right:10px;top:9px;width:29px;height:29px;border:0;border-radius:50%;background:#f1f5f5;color:#536065;font-size:20px;line-height:1;cursor:pointer}.lm-whatsapp-panel__head{display:flex;align-items:center;gap:11px;padding-right:28px}.lm-whatsapp-panel__head>.dashicons{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#e8f8f7;color:var(--teal);font-size:24px}.lm-whatsapp-panel__head div{display:grid}.lm-whatsapp-panel__head strong{font-size:16px;color:var(--ink)}.lm-whatsapp-panel__head small{font-size:10px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.lm-whatsapp-panel>p{margin:14px 0;color:#536065;font-size:12px;line-height:1.55}.lm-whatsapp-open{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:9px;background:var(--teal);color:#fff;font-size:13px;font-weight:900}.lm-whatsapp-open:hover{filter:brightness(.96)}.lm-whatsapp-open .dashicons{font-size:20px;width:20px;height:20px}@keyframes lmWhatsappIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:1050px){.header-request span:not(.dashicons){font-size:0}.header-request span:not(.dashicons):after{content:'Orçamento';font-size:13px}}
@media(max-width:600px){.lm-whatsapp-widget{right:14px;bottom:14px}.lm-whatsapp-fab{width:54px;height:54px;padding:0;justify-content:center}.lm-whatsapp-fab__label{display:none}.lm-whatsapp-panel{bottom:64px}.lm-toast{right:14px!important;bottom:82px!important}}

/* Destaques têxteis — ajustes que já estavam aprovados no site */
.page-template-page-lamibrinde-home .featured-products-grid{gap:20px}
.page-template-page-lamibrinde-home .product-card--compact{border-radius:18px;overflow:hidden;background:#fff}
.page-template-page-lamibrinde-home .product-card--compact .product-card__image{height:340px;padding:0;background:#f3f3f3;overflow:hidden}
.page-template-page-lamibrinde-home .product-card--compact .product-card__image img{width:100%;height:100%;object-fit:cover;object-position:center top}
.page-template-page-lamibrinde-home .product-card--compact .product-card__body{padding:16px 14px 15px;text-align:center;background:#fff}
.page-template-page-lamibrinde-home .product-card--compact h3{font-size:20px;margin:0 0 14px;font-weight:800}
.page-template-page-lamibrinde-home .product-card--compact .btn{width:100%;min-height:42px}
.page-template-page-lamibrinde-home .product-card--compact:hover .product-card__image img{transform:scale(1.025)}
@media(max-width:900px){.page-template-page-lamibrinde-home .product-card--compact .product-card__image{height:300px}}
@media(max-width:700px){.page-template-page-lamibrinde-home .product-card--compact .product-card__image{height:360px}}

/* Espaçamento Campanhas > Têxteis > Packs — ajustes já aprovados */
body .site-main .section.campaign-section{padding-bottom:10px!important}
body .site-main .section.section--products{padding-top:18px!important;padding-bottom:18px!important}
body .site-main .section.pack-banner-wrap{padding-top:18px!important}


/* ===== v1.5.2 — Chat Lamibrinde no canto inferior direito ===== */
.lm-chat-widget{position:fixed;right:22px;bottom:22px;z-index:9998;font-family:Inter,Montserrat,"Segoe UI",Arial,sans-serif}
.lm-chat-launcher{display:flex;align-items:center;gap:11px;border:0;border-radius:999px;background:#fff;color:var(--ink);padding:8px 15px 8px 8px;box-shadow:0 12px 36px rgba(19,48,53,.20);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.lm-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 16px 42px rgba(19,48,53,.24)}
.lm-chat-launcher__icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--teal),var(--teal-2));color:#fff}
.lm-chat-launcher__icon .dashicons{font-size:25px;width:25px;height:25px}
.lm-chat-launcher__text{display:grid;text-align:left;line-height:1.18}.lm-chat-launcher__text strong{font-size:13px}.lm-chat-launcher__text small{font-size:10px;color:var(--muted);margin-top:3px}

.lm-chat-window{position:absolute;right:0;bottom:72px;width:min(370px,calc(100vw - 32px));height:min(560px,calc(100vh - 120px));border-radius:20px;background:#f4f6f6;box-shadow:0 22px 65px rgba(11,39,43,.24);overflow:hidden;border:1px solid #d8e5e6;display:flex;flex-direction:column;animation:lmChatIn .18s ease-out}
.lm-chat-window[hidden]{display:none}
@keyframes lmChatIn{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}

.lm-chat-header{display:flex;align-items:center;gap:11px;padding:15px 15px 14px;background:linear-gradient(135deg,#009ba2,#00b4b7);color:#fff}
.lm-chat-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--teal);font-weight:950;font-size:18px;box-shadow:0 3px 10px rgba(0,0,0,.08)}
.lm-chat-header__copy{display:grid;flex:1}.lm-chat-header__copy strong{font-size:15px}.lm-chat-header__copy span{font-size:10px;opacity:.92;margin-top:3px;display:flex;align-items:center;gap:5px}
.lm-chat-header__copy span i{width:7px;height:7px;border-radius:50%;background:#7fffb1;box-shadow:0 0 0 2px rgba(255,255,255,.18)}
.lm-chat-close{width:32px;height:32px;border:0;border-radius:50%;background:rgba(255,255,255,.16);color:#fff;font-size:22px;line-height:1;cursor:pointer}

.lm-chat-body{flex:1;overflow-y:auto;padding:17px 14px 14px;background:linear-gradient(180deg,#edf3f3 0%,#f7f9f9 100%);scroll-behavior:smooth}
.lm-chat-day{text-align:center;color:#7b898b;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin:0 0 13px}
.lm-chat-message{display:flex;flex-direction:column;margin:8px 0;max-width:86%}
.lm-chat-message--bot{align-items:flex-start}.lm-chat-message--user{align-items:flex-end;margin-left:auto}
.lm-chat-bubble{padding:10px 12px;border-radius:14px;font-size:12px;line-height:1.48;box-shadow:0 2px 8px rgba(31,61,65,.05)}
.lm-chat-message--bot .lm-chat-bubble{background:#fff;color:#3f5053;border-bottom-left-radius:4px}
.lm-chat-message--user .lm-chat-bubble{background:#d8f2f1;color:#183c3f;border-bottom-right-radius:4px}

.lm-chat-quick{display:grid;gap:7px;margin-top:12px}
.lm-chat-quick[hidden]{display:none}
.lm-chat-quick button{border:1px solid #b9dddd;border-radius:999px;background:#fff;color:var(--teal-dark);padding:9px 12px;text-align:left;font-size:11px;font-weight:800;cursor:pointer;transition:.16s ease}
.lm-chat-quick button:hover{background:#eaf8f7;border-color:var(--teal)}

.lm-chat-whatsapp-link{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:8px;padding:10px 12px;border-radius:10px;background:var(--teal);color:#fff;font-size:11px;font-weight:900}
.lm-chat-whatsapp-link:hover{filter:brightness(.96)}.lm-chat-whatsapp-link .dashicons{font-size:18px;width:18px;height:18px}

.lm-chat-composer{display:flex;align-items:flex-end;gap:8px;padding:10px;background:#fff;border-top:1px solid #e1e8e9}
.lm-chat-composer textarea{flex:1;resize:none;min-height:42px;max-height:96px;border:1px solid #d5e0e1;border-radius:14px;padding:11px 12px;font:inherit;font-size:12px;line-height:1.35;outline:none;background:#f9fbfb}
.lm-chat-composer textarea:focus{border-color:#8acfd0;box-shadow:0 0 0 3px rgba(0,155,162,.08)}
.lm-chat-send{width:42px;height:42px;flex:0 0 42px;border:0;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff;cursor:pointer}
.lm-chat-send .dashicons{font-size:20px;width:20px;height:20px}

.lm-chat-footer{text-align:center;padding:7px 10px;background:#fff;color:#879294;font-size:8.5px;border-top:1px solid #f0f2f2}

@media(max-width:600px){
    .lm-chat-widget{right:14px;bottom:14px}
    .lm-chat-launcher{padding:7px}
    .lm-chat-launcher__text{display:none}
    .lm-chat-launcher__icon{width:50px;height:50px}
    .lm-chat-window{right:0;bottom:64px;width:min(370px,calc(100vw - 28px));height:min(540px,calc(100vh - 92px))}
    .lm-toast{right:14px!important;bottom:80px!important}
}


/* ===== v1.5.3 — Widget de contacto WhatsApp simples ===== */
.lm-contact-widget{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:9998;
    font-family:Inter,Montserrat,"Segoe UI",Arial,sans-serif;
}

.lm-contact-launcher{
    width:58px;
    height:58px;
    border:0;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,var(--teal),var(--teal-2));
    color:#fff;
    box-shadow:0 14px 34px rgba(0,122,128,.28);
    cursor:pointer;
    transition:transform .18s ease,box-shadow .18s ease;
}

.lm-contact-launcher:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 38px rgba(0,122,128,.34);
}

.lm-contact-launcher .dashicons{
    width:27px;
    height:27px;
    font-size:27px;
}

.lm-contact-popover{
    position:absolute;
    right:0;
    bottom:72px;
    width:min(400px,calc(100vw - 32px));
    border-radius:22px;
    background:#f5fbf8;
    overflow:hidden;
    box-shadow:0 20px 52px rgba(19,48,53,.22);
    border:1px solid rgba(6,156,163,.10);
    animation:lmContactIn .17s ease-out;
}

.lm-contact-popover[hidden]{
    display:none;
}

@keyframes lmContactIn{
    from{opacity:0;transform:translateY(9px) scale(.985)}
    to{opacity:1;transform:none}
}

.lm-contact-popover__header{
    min-height:70px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 18px 0 25px;
    background:linear-gradient(135deg,var(--teal),var(--teal-2));
    color:#fff;
}

.lm-contact-popover__header strong{
    font-size:18px;
    font-weight:850;
}

.lm-contact-popover__close{
    width:40px;
    height:40px;
    border:0;
    border-radius:50%;
    background:rgba(0,0,0,.15);
    color:#fff;
    font-size:27px;
    line-height:1;
    display:grid;
    place-items:center;
    cursor:pointer;
}

.lm-contact-popover__body{
    min-height:190px;
    padding:20px 24px 22px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:22px;
}

.lm-contact-message{
    position:relative;
    align-self:flex-start;
    max-width:260px;
    padding:15px 20px;
    border-radius:22px;
    background:#fff;
    color:#303d40;
    font-size:15px;
    line-height:1.45;
    box-shadow:0 4px 10px rgba(20,48,53,.11);
}

.lm-contact-message:before{
    content:"";
    position:absolute;
    left:-9px;
    bottom:17px;
    width:20px;
    height:20px;
    background:#fff;
    transform:rotate(45deg);
    border-radius:2px;
    z-index:-1;
}

.lm-contact-start{
    align-self:flex-end;
    min-height:58px;
    display:flex;
    align-items:center;
    gap:14px;
    padding:6px 8px 6px 24px;
    border-radius:999px;
    background:linear-gradient(135deg,var(--teal),var(--teal-2));
    color:#fff;
    font-size:14px;
    font-weight:900;
    box-shadow:0 7px 15px rgba(0,155,162,.20);
}

.lm-contact-start:hover{
    filter:brightness(.96);
    transform:translateY(-1px);
}

.lm-contact-start__icon{
    width:45px;
    height:45px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#fff;
    color:var(--teal);
}

.lm-contact-start__icon .dashicons{
    width:25px;
    height:25px;
    font-size:25px;
}

/* Header — manter Pedido curto e aproximar ligeiramente o logo da esquerda */
.header-request span:not(.dashicons){
    font-size:13px !important;
}

.header-request span:not(.dashicons):after{
    content:none !important;
}

.header-inner > .brand{
    transform:translateX(-18px);
}

@media(max-width:1220px){
    .header-inner > .brand{
        transform:none;
    }
}

@media(max-width:600px){
    .lm-contact-widget{
        right:14px;
        bottom:14px;
    }

    .lm-contact-launcher{
        width:54px;
        height:54px;
    }

    .lm-contact-popover{
        right:0;
        bottom:65px;
        width:min(370px,calc(100vw - 28px));
    }

    .lm-contact-popover__header{
        min-height:64px;
    }

    .lm-contact-popover__body{
        min-height:180px;
        padding:18px;
    }
}

/* =========================================================
   Lamibrinde 1.6.0 — Packs profissionais + Contactos simples
   ========================================================= */

/* Packs — hero mais comercial */
.pack-hero--v160{background:linear-gradient(118deg,#0a1920 0%,#0d3137 55%,#087f85 100%);position:relative;overflow:hidden}
.pack-hero--v160:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(76,231,236,.24);right:-110px;top:-250px;transform:rotate(24deg);pointer-events:none}
.pack-hero--v160 .pack-hero__grid{min-height:330px;grid-template-columns:.9fr 1.1fr;gap:55px;position:relative;z-index:1}
.pack-hero--v160 h1{font-size:52px;line-height:1.02;max-width:650px;margin:7px 0 17px}
.pack-hero--v160 p{font-size:15px;line-height:1.65;max-width:650px}
.pack-hero--v160 img{width:100%;max-width:660px;max-height:330px;object-fit:contain;justify-self:end;filter:drop-shadow(0 24px 28px rgba(0,0,0,.28));transform:translateY(16px)}
.pack-hero__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.pack-hero__tags span{padding:7px 11px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#eafcfd;background:rgba(255,255,255,.07);font-size:10px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}

.packs-section--promo{background:#f6f8f9;padding-top:62px}
.section-heading--packs{margin-bottom:26px}
.section-heading--packs>div{max-width:760px}
.section-heading--packs p{color:var(--muted);margin:8px 0 0;line-height:1.6}
.packs-grid--promo{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.pack-card--promo{border:1px solid #dfe6e8;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 15px 34px rgba(18,41,47,.08);display:grid;grid-template-columns:1fr;position:relative;transition:transform .2s ease,box-shadow .2s ease}
.pack-card--promo:hover{transform:translateY(-3px);box-shadow:0 21px 42px rgba(18,41,47,.12)}
.pack-card__promo-head{padding:25px 26px 20px;border-bottom:1px solid #e7edef;position:relative}
.pack-card__promo-head:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--accent)}
.pack-card__type{display:inline-flex;align-items:center;min-height:25px;padding:0 10px;border-radius:999px;background:color-mix(in srgb,var(--accent) 14%,#fff);color:color-mix(in srgb,var(--accent) 78%,#101719);font-size:9px;font-weight:950;letter-spacing:.12em;margin-bottom:8px}
.pack-card--highvis .pack-card__type{color:#1b2427}
.pack-card__promo-head h3{font-size:30px;line-height:1.05;margin:0 0 8px;color:#121b1e}
.pack-card__promo-head p{font-size:12px;line-height:1.55;color:#6c777a;margin:0;max-width:560px}
.pack-card__promo-visual{height:280px;position:relative;overflow:hidden;background:linear-gradient(145deg,#eff4f5,#e4eff0);display:grid;place-items:center}
.pack-card__promo-visual:after{content:"";position:absolute;right:-60px;bottom:-90px;width:260px;height:260px;border:2px solid color-mix(in srgb,var(--accent) 45%,transparent);transform:rotate(18deg);opacity:.45}
.pack-card__promo-visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;position:relative;z-index:1}
.pack-card--work .pack-card__promo-visual img{object-fit:contain;transform:scale(1.04);filter:drop-shadow(0 18px 18px rgba(0,0,0,.14))}
.pack-card--highvis .pack-card__promo-visual img{object-fit:cover;object-position:center 52%}
.pack-card__visual-badge{position:absolute;left:20px;top:18px;z-index:3;background:#101719;color:#fff;border-radius:8px;padding:7px 11px;font-size:10px;font-weight:950;letter-spacing:.16em;box-shadow:0 8px 18px rgba(0,0,0,.15)}
.pack-card--highvis .pack-card__visual-badge{background:#e4ec11;color:#182024}
.pack-card__promo-content{padding:20px 24px 24px}
.pack-card__items-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:20px}
.pack-item-chip{min-height:58px;border:1px solid #e0e7e9;border-radius:13px;padding:10px 12px;display:flex;align-items:center;gap:11px;background:#fbfcfc}
.pack-item-chip strong{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;flex:0 0 auto;background:var(--accent);color:#fff;font-size:18px;font-weight:950}
.pack-card--highvis .pack-item-chip strong{color:#121819}
.pack-item-chip span{font-size:11px;line-height:1.25;font-weight:800;color:#253035}
.pack-card__promo-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:17px;border-top:1px solid #edf1f2}
.pack-card__promo-footer>span{display:flex;align-items:center;gap:6px;color:#667276;font-size:10px;font-weight:700;max-width:210px}
.pack-card__promo-footer .dashicons{color:var(--accent)}
.pack-card__promo-footer .btn--pack{width:auto;min-width:210px;padding:11px 16px;background:var(--accent);border-radius:9px;color:#fff;cursor:pointer}
.pack-card--highvis .pack-card__promo-footer .btn--pack{color:#172023}
.pack-benefits--v160{background:#eef7f8}
.benefit-grid--packs{grid-template-columns:repeat(4,1fr);max-width:1050px;margin:0 auto}

/* Contactos — apenas mapa + formulário */
.contact-simple-hero{padding:54px 0 20px;background:linear-gradient(180deg,#f6f9f9 0%,#fff 100%)}
.contact-simple-hero h1{font-size:48px;line-height:1;margin:7px 0 11px;color:var(--ink)}
.contact-simple-hero p{max-width:670px;color:var(--muted);font-size:14px;line-height:1.65;margin:0}
.contact-section--simple{padding-top:28px;background:#fff}
.contact-simple-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:26px;align-items:stretch}
.contact-map-card,.contact-form-card{border:1px solid #dfe7e9;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(20,47,54,.07)}
.contact-map-card{padding:20px;display:flex;flex-direction:column}
.contact-map-card__head{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.contact-map-card__head>.dashicons{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#e9f8f8;color:var(--teal);font-size:22px}
.contact-map-card__head h2{font-size:24px;margin:2px 0 0}
.contact-map-frame{position:relative;min-height:500px;flex:1;border-radius:14px;overflow:hidden;background:#edf3f4}
.contact-map-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.contact-map-link{margin-top:14px;align-self:flex-start;display:inline-flex;align-items:center;gap:6px}
.contact-form-card{padding:28px}
.contact-form-card h2{font-size:30px;margin:5px 0 7px}
.contact-form-card>p{margin:0 0 21px;color:var(--muted);font-size:12px;line-height:1.55}

/* Verificação anti-robô nos formulários */
.lm-robot-check{display:grid;grid-template-columns:42px 1fr;gap:11px;align-items:center;padding:12px 14px;border:1px solid #cfe3e5;border-radius:12px;background:#f4fbfb;margin-top:2px}
.lm-robot-check__icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff}
.lm-robot-check__icon .dashicons{font-size:19px;width:19px;height:19px}
.lm-robot-check label{display:grid;grid-template-columns:1fr 86px;align-items:center;gap:12px;font-size:11px;margin:0}
.lm-robot-check label>span{display:flex;flex-direction:column;gap:2px}
.lm-robot-check label small{font-size:10px;color:#647277;font-weight:600}
.lm-robot-check input[type=number]{width:86px;margin:0;text-align:center;font-weight:900;font-size:16px;background:#fff}

@media(max-width:1050px){
    .pack-hero--v160 .pack-hero__grid{grid-template-columns:1fr 1fr;gap:30px}
    .pack-hero--v160 h1{font-size:43px}
    .contact-simple-grid{grid-template-columns:1fr}
    .contact-map-frame{min-height:420px}
}
@media(max-width:820px){
    .packs-grid--promo{grid-template-columns:1fr}
    .benefit-grid--packs{grid-template-columns:repeat(2,1fr)}
    .pack-hero--v160 .pack-hero__grid{grid-template-columns:1fr;min-height:auto;padding-top:46px}
    .pack-hero--v160 img{justify-self:center;max-height:280px}
    .pack-card__promo-visual{height:260px}
}
@media(max-width:600px){
    .pack-hero--v160 h1{font-size:36px}
    .pack-hero__tags{display:none}
    .pack-card__promo-head h3{font-size:25px}
    .pack-card__promo-visual{height:235px}
    .pack-card__items-grid{grid-template-columns:1fr}
    .pack-card__promo-footer{align-items:stretch;flex-direction:column}
    .pack-card__promo-footer .btn--pack{width:100%;min-width:0}
    .benefit-grid--packs{grid-template-columns:1fr}
    .benefit-grid--packs article{border-right:0;border-bottom:1px solid #cae5e7}
    .contact-simple-hero h1{font-size:39px}
    .contact-form-card{padding:20px}
    .contact-map-card{padding:14px}
    .contact-map-frame{min-height:350px}
    .lm-robot-check{grid-template-columns:1fr}
    .lm-robot-check__icon{display:none}
    .lm-robot-check label{grid-template-columns:1fr 78px}
}

/* Pequenos ajustes já validados no site antes desta versão */
html,body{max-width:100%;overflow-x:hidden}
.page-template-page-lamibrinde-home .pack-banner__visual img{width:100%!important;max-height:200px!important;transform:translateY(-20px) scale(1.18)!important;transform-origin:center center!important}


/* v1.6.5 — Sobre Nós e Serviços mais fáceis de gerir */
.page-hero--about .page-hero__grid--text-only{grid-template-columns:1fr;min-height:235px}
.page-hero--about .page-hero__grid--text-only>div{max-width:760px}
@media(min-width:1051px){
  .about-story__grid{grid-template-columns:1.42fr 1fr .95fr;gap:28px}
  .about-story__visual img{min-height:330px}
}
.about-portfolio{background:#fff;padding-top:54px;padding-bottom:58px}
.about-portfolio__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.about-portfolio__item{margin:0;border-radius:14px;overflow:hidden;background:#eef3f4;box-shadow:0 8px 24px rgba(15,40,48,.08);aspect-ratio:4/3}
.about-portfolio__item img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s ease}
.about-portfolio__item:hover img{transform:scale(1.035)}
@media(max-width:820px){.about-portfolio__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.about-portfolio__grid{grid-template-columns:1fr}}
/* v1.6.6 — Portfólio Sobre Nós */
.about-portfolio__empty{max-width:760px;margin:8px auto 0;padding:28px 24px;border:1px dashed #9bcfd2;border-radius:14px;background:#f3fbfb;text-align:center;color:var(--muted)}
.about-portfolio__empty .dashicons{width:44px;height:44px;font-size:44px;color:var(--teal);margin-bottom:8px}.about-portfolio__empty strong{display:block;color:var(--ink);font-size:16px;margin-bottom:5px}.about-portfolio__empty p{margin:0;font-size:12px}


/* v1.6.7 — Estatísticas Sobre Nós */
.about-stats{position:relative;overflow:hidden;background:linear-gradient(180deg,#f5fbfb 0%,#ffffff 100%);padding-top:58px;padding-bottom:64px}
.about-stats:before{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(0,156,163,.14);transform:rotate(45deg);left:-170px;top:20px;pointer-events:none}
.about-stats:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;background:rgba(0,156,163,.045);right:-75px;bottom:-85px;pointer-events:none}
.about-stats__heading{position:relative;z-index:1;max-width:720px;margin-left:auto;margin-right:auto}
.about-stats__heading p{max-width:650px;margin-left:auto;margin-right:auto}
.about-stats__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.about-stat-card{background:#fff;border:1px solid #dce8e9;border-radius:18px;padding:24px 24px 22px;box-shadow:0 12px 30px rgba(15,40,48,.065);min-height:230px;display:flex;flex-direction:column}
.about-stat-card__top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}
.about-stat-card__icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#e7f8f8;color:var(--teal);font-size:24px;line-height:48px}
.about-stat-card__value{font-size:48px;line-height:.9;letter-spacing:-2px;color:var(--ink);font-weight:900}
.about-stat-card__value small{font-size:20px;color:var(--teal);letter-spacing:0;margin-left:2px}
.about-stat-card h3{font-size:17px;margin:0 0 7px;color:var(--ink)}
.about-stat-card p{font-size:11px;line-height:1.55;color:var(--muted);margin:0 0 22px;max-width:330px}
.about-stat-card__track{height:7px;border-radius:999px;background:#e8edef;overflow:hidden;margin-top:auto}
.about-stat-card__track span{display:block;width:var(--stat-value);height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--teal),var(--teal-2))}
@media(max-width:820px){.about-stats__grid{grid-template-columns:1fr}.about-stat-card{min-height:0}}
@media(max-width:560px){.about-stats{padding-top:46px;padding-bottom:48px}.about-stat-card{padding:20px}.about-stat-card__value{font-size:42px}}


/* v1.6.9 — tamanhos das referências em chips, sem interferir no pedido de orçamento */
.reference-mini-section--sizes{margin:-2px 0 14px}.reference-mini-section--sizes>strong,.reference-mini-section--colors>strong{display:block;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:#69777c;margin-bottom:7px}.reference-card-sizes{display:flex;flex-wrap:wrap;gap:5px}.reference-card-sizes span,.reference-card-sizes b{display:inline-flex;min-width:29px;height:25px;padding:0 7px;align-items:center;justify-content:center;border:1px solid #d8e1e3;border-radius:7px;background:#f8fafb;color:#263338;font-size:9px;font-weight:800}.reference-card-sizes b{border-style:dashed;color:var(--accent);background:color-mix(in srgb,var(--accent) 5%,#fff)}
.reference-sizes-panel{margin-top:22px;padding:17px 18px 18px;border:1px solid #dbe5e7;border-radius:12px;background:linear-gradient(135deg,#fbfdfd,#f4f9f9)}.reference-sizes-panel__heading{display:flex;align-items:baseline;justify-content:space-between;gap:15px;margin-bottom:13px}.reference-sizes-panel__heading>span{font-size:11px;font-weight:900;letter-spacing:.08em;color:var(--teal)}.reference-sizes-panel__heading>small{font-size:9px;color:#738086;text-align:right}.reference-size-chips{display:flex;flex-wrap:wrap;gap:7px}.reference-size-chips span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:36px;padding:0 10px;border:1px solid #ccdadd;border-radius:9px;background:#fff;color:var(--ink);font-size:11px;font-weight:900;box-shadow:0 2px 5px rgba(17,35,40,.035)}
@media(max-width:640px){.reference-sizes-panel__heading{display:block}.reference-sizes-panel__heading>small{display:block;margin-top:4px;text-align:left}.reference-size-chips span{min-width:38px;height:34px;padding:0 8px}}
