.epk-page{background:var(--bg-light);color:var(--text-dark)}
.epk-page a{pointer-events:auto;text-decoration:none}
.epk-page h1,.epk-page h2,.epk-page h3,.epk-page h4{font-family:var(--font-heading)}
.epk-page p{color:var(--text-mid);line-height:1.75}
.epk-hero{position:relative;overflow:hidden;padding:92px 0 82px;background:linear-gradient(118deg,#172d1d 0%,#284932 53%,#604b13 100%);isolation:isolate}
.epk-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 30%,rgba(255,215,91,.18),transparent 32%),linear-gradient(90deg,rgba(8,20,12,.16),transparent);z-index:-2}
.epk-hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;border:1px solid rgba(255,255,255,.1);right:-180px;top:-220px;box-shadow:0 0 0 60px rgba(255,255,255,.03),0 0 0 120px rgba(255,255,255,.02);z-index:-1}
.epk-hero-vector{position:absolute;right:-65px;bottom:-50px;width:280px;opacity:.22;z-index:-1}
.epk-hero-vector--left{right:auto;left:-90px;transform:rotate(8deg)}
.epk-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:70px;align-items:center}
.epk-hero-copy{position:relative;z-index:2;color:#fff}
.epk-kicker{display:inline-flex;align-items:center;gap:9px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);font:700 12px/1 var(--font-subheading);letter-spacing:.11em;text-transform:uppercase;color:#f6d66f}
.epk-hero-copy h1{margin:22px 0 18px;font-size:clamp(42px,5.2vw,72px);line-height:1.08;letter-spacing:-.02em;color:#fff}
.epk-hero-copy h1 span{color:#f1c94e}
.epk-hero-copy>p{font-size:18px;max-width:690px;color:rgba(255,255,255,.83);margin-bottom:28px}
.epk-hero-points{display:flex;gap:18px;flex-wrap:wrap;color:#fff;font-size:13px;font-weight:700}
.epk-hero-points span{display:flex;gap:7px;align-items:center}.epk-hero-points i{color:#f3ce5b}
.epk-primary-btn,.epk-secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 23px;border-radius:999px;font-weight:800;font-family:var(--font-subheading);transition:.25s;border:1px solid transparent}
.epk-primary-btn{background:var(--primary);color:#fff;box-shadow:0 10px 28px rgba(201,162,39,.25)}
.epk-primary-btn:hover{background:var(--primary-dark);color:#fff;transform:translateY(-2px)}
.epk-secondary-btn{background:#fff;color:var(--secondary);border-color:#e7d5a1}
.epk-secondary-btn:hover{background:#fff6db;color:var(--secondary);transform:translateY(-2px)}
.epk-hero-art{position:relative;min-height:390px;display:grid;place-items:center}
.epk-honey-orbit{position:absolute;width:340px;height:340px;border:1px dashed rgba(255,220,108,.55);border-radius:50%;animation:epkSpin 28s linear infinite}
.epk-honey-orbit:before,.epk-honey-orbit:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:#f4cf54;box-shadow:0 0 22px rgba(244,207,84,.8)}
.epk-honey-orbit:before{top:33px;left:62px}.epk-honey-orbit:after{bottom:42px;right:45px}
@keyframes epkSpin{to{transform:rotate(360deg)}}
.epk-hero-jar{position:relative;z-index:2;max-height:360px;filter:drop-shadow(0 28px 30px rgba(0,0,0,.35))}
.epk-floating-card{position:absolute;z-index:3;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;min-width:180px;background:rgba(255,255,255,.94);padding:13px 15px;border-radius:15px;box-shadow:0 18px 45px rgba(0,0,0,.2);color:var(--secondary)}
.epk-floating-card i{grid-row:1/3;font-size:27px;color:var(--primary-dark)}.epk-floating-card strong{font-size:14px}.epk-floating-card small{font-size:11px;color:var(--text-light)}
.epk-floating-card--one{left:-30px;top:75px}.epk-floating-card--two{right:-20px;bottom:55px}
.epk-trace-search-wrap{position:relative;z-index:5;margin-top:-42px;padding-bottom:35px}
.epk-trace-search-card{background:#fff;border:1px solid #ead9a8;border-radius:25px;box-shadow:0 24px 70px rgba(56,44,11,.14);padding:30px 34px;display:grid;grid-template-columns:minmax(260px,.8fr) minmax(420px,1.2fr);column-gap:35px;align-items:center}
.epk-mini-label{display:block;font:800 12px/1.2 var(--font-subheading);letter-spacing:.1em;text-transform:uppercase;color:var(--primary-dark);margin-bottom:9px}
.epk-trace-search-card h2{font-size:30px;margin-bottom:8px}.epk-trace-search-card p{font-size:14px;margin:0}
.epk-trace-form{display:flex;gap:12px;align-items:center}.epk-input-shell{flex:1;display:flex;align-items:center;gap:12px;border:1.5px solid #dec984;background:#fffdf7;border-radius:999px;padding:4px 5px 4px 18px;min-height:55px}.epk-input-shell:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px rgba(201,162,39,.12)}
.epk-input-shell i{font-size:22px;color:var(--primary-dark)}.epk-input-shell input{width:100%;border:0;outline:0;background:transparent;font-size:18px;font-weight:800;letter-spacing:.1em;color:var(--text-dark)}
.epk-search-helper{grid-column:2;margin-top:12px;display:flex;flex-wrap:wrap;gap:15px;font-size:12px;color:var(--text-light)}.epk-search-helper a{font-weight:900;color:var(--primary-dark)}
.epk-batch-result{padding:35px 0 78px}.epk-result-header{display:grid;grid-template-columns:1fr 280px;align-items:center;gap:45px;background:linear-gradient(135deg,#fffdf7,#fff4d5);border:1px solid #ead7a0;border-radius:28px;padding:40px 48px;box-shadow:0 20px 65px rgba(89,64,0,.08)}
.epk-result-status{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#e9f5e9;color:#2f653a;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.epk-result-header h2{font-size:clamp(34px,4vw,52px);margin:17px 0 5px}.epk-batch-number{font-weight:900;color:var(--primary-dark)!important;font-family:var(--font-subheading);letter-spacing:.08em}.epk-result-description{max-width:760px;margin-top:16px}.epk-product-visual{position:relative;display:grid;place-items:center;height:270px}.epk-product-glow{position:absolute;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,#f5d873 0%,rgba(245,216,115,.15) 64%,transparent 70%)}.epk-product-visual img{position:relative;z-index:1;max-height:255px;width:auto;object-fit:contain;filter:drop-shadow(0 20px 20px rgba(60,42,0,.2))}
.epk-promise-grid{display:grid;grid-template-columns:repeat(3,1fr);margin:25px 0 32px;border-radius:22px;overflow:hidden;box-shadow:0 15px 40px rgba(70,45,0,.08)}.epk-promise{padding:27px 30px;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto auto;gap:2px 15px;align-items:center}.epk-promise i{grid-row:1/4;font-size:35px}.epk-promise>span{font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.1em}.epk-promise strong{font:700 31px/1 var(--font-heading)}.epk-promise small{font-size:12px}.epk-promise--honest{background:#efb532;color:#533b00}.epk-promise--undamaged{background:#a4ca92;color:#173d25}.epk-promise--traceable{background:#de8252;color:#fff}
.epk-analysis-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:26px}.epk-analysis-panel,.epk-origin-card{background:#fff;border:1px solid #ebddb5;border-radius:25px;padding:32px;box-shadow:0 16px 45px rgba(80,59,5,.07)}
.epk-section-heading{text-align:center;max-width:760px;margin:0 auto 42px}.epk-section-heading>span,.epk-section-heading--left>span{font:800 12px/1.2 var(--font-subheading);letter-spacing:.12em;text-transform:uppercase;color:var(--primary-dark)}.epk-section-heading h2{font-size:clamp(32px,4vw,48px);margin:10px 0}.epk-section-heading p{font-size:17px}.epk-section-heading--left{text-align:left;margin:0 0 25px}.epk-section-heading--left h2{font-size:32px}.epk-section-heading--left p{font-size:14px}
.epk-metric-list{display:grid;grid-template-columns:1fr 1fr;gap:22px 30px}.epk-metric-row{min-width:0}.epk-metric-topline{display:flex;justify-content:space-between;gap:15px;align-items:center;font-family:var(--font-subheading);margin-bottom:8px}.epk-metric-topline span{font-weight:800;color:var(--text-dark)}.epk-metric-topline strong{color:var(--primary-dark)}.epk-meter{height:7px;border-radius:999px;background:#f1e9d3;overflow:hidden}.epk-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#e6cf58,#c8860a,#653013)}.epk-metric-row small{display:block;color:var(--text-light);font-size:11px;margin-top:7px;line-height:1.45}
.epk-map-frame{position:relative;border-radius:18px;overflow:hidden;background:#faf8f0;border:1px solid #eee1bc;min-height:280px;display:grid;place-items:center}.epk-map-frame img{width:100%;height:290px;object-fit:contain}.epk-map-badge{position:absolute;left:15px;bottom:15px;display:flex;align-items:center;gap:7px;background:var(--secondary);color:#fff;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800}.epk-origin-list{list-style:none;padding:0;margin:18px 0 0}.epk-origin-list li{display:flex;gap:9px;align-items:center;padding:8px 0;border-bottom:1px dashed #eadfbf;color:var(--text-mid);font-size:13px}.epk-origin-list i{color:#498251;font-size:18px}.epk-source-notice{display:flex;gap:14px;align-items:flex-start;margin-top:25px;padding:18px 20px;border-radius:16px;background:#fff8e6;border-left:4px solid var(--primary)}.epk-source-notice i{color:var(--primary-dark);font-size:21px}.epk-source-notice p{margin:0;font-size:13px}
.epk-result-error{padding:35px 0 80px}.epk-error-card{display:grid;grid-template-columns:70px 1fr auto;gap:20px;align-items:center;background:#fff;border:1px solid #ecc8b9;border-radius:24px;padding:30px;box-shadow:0 18px 50px rgba(120,50,20,.08)}.epk-error-icon{width:62px;height:62px;border-radius:18px;background:#fff1ec;color:#b94b2f;display:grid;place-items:center;font-size:30px}.epk-error-card span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#b94b2f}.epk-error-card h2{margin:4px 0;font-size:30px}.epk-error-card p{margin:0}
.epk-how-to-section,.epk-standard-pillars,.epk-process-proof{padding:78px 0}.epk-three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.epk-info-card{position:relative;background:#fff;border:1px solid #eadbb2;border-radius:22px;padding:28px;box-shadow:0 14px 42px rgba(80,58,5,.06);overflow:hidden}.epk-info-card>b{position:absolute;right:18px;top:12px;font:700 54px/1 var(--font-heading);color:#f5ead0}.epk-info-card>i{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:#fff3c3;color:var(--primary-dark);font-size:23px;margin-bottom:20px}.epk-info-card h3{font-size:23px}.epk-info-card p{margin:0;font-size:14px}
.epk-bottom-cta{padding:0 0 78px}.epk-bottom-cta-inner{position:relative;overflow:hidden;display:flex;justify-content:space-between;gap:30px;align-items:center;padding:38px 44px;border-radius:25px;background:linear-gradient(120deg,#203826,#3c5e41);color:#fff}.epk-bottom-cta-inner:after{content:"";position:absolute;width:260px;height:260px;border:45px solid rgba(255,255,255,.05);border-radius:50%;right:-80px;top:-100px}.epk-bottom-cta-inner>div{position:relative;z-index:1}.epk-bottom-cta-inner span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#e8c653;font-weight:800}.epk-bottom-cta-inner h2{font-size:34px;color:#fff;margin:6px 0 0}.epk-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
/* FAQ */
.epk-faq-hero-art{position:relative;min-height:360px;display:grid;place-items:center}.epk-faq-hero-art img{max-height:330px;filter:drop-shadow(0 28px 25px rgba(0,0,0,.3));z-index:2}.epk-faq-bubble{position:absolute;display:grid;place-items:center;border-radius:50%;font-family:var(--font-heading);font-weight:700;color:#fff;background:var(--primary);box-shadow:0 20px 40px rgba(0,0,0,.2)}.epk-faq-bubble--big{width:120px;height:120px;font-size:76px;right:25px;top:10px}.epk-faq-bubble--small{width:68px;height:68px;font-size:40px;left:35px;bottom:45px;background:#fff;color:var(--primary-dark)}
.epk-faq-intro{margin-top:-35px;position:relative;z-index:4}.epk-faq-stats{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid #ead9aa;border-radius:20px;box-shadow:0 18px 55px rgba(77,54,0,.12);overflow:hidden}.epk-faq-stats div{padding:26px;text-align:center;border-right:1px solid #eadfbe}.epk-faq-stats div:last-child{border-right:0}.epk-faq-stats strong{display:block;font:700 34px/1 var(--font-heading);color:var(--primary-dark)}.epk-faq-stats span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light)}
.epk-faq-section{padding:75px 0}.epk-faq-layout{display:grid;grid-template-columns:280px 1fr;gap:45px;align-items:start}.epk-faq-sidebar{position:sticky;top:110px;background:#fff8e7;border:1px solid #ead9a8;border-radius:22px;padding:22px}.epk-faq-sidebar>span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--primary-dark);padding:0 8px 10px}.epk-faq-sidebar>a{display:flex;align-items:center;gap:7px;padding:10px 8px;color:var(--text-mid);font-size:13px;font-weight:700;border-radius:9px}.epk-faq-sidebar>a:hover{background:#fff;color:var(--primary-dark)}.epk-help-card{margin-top:18px;background:var(--secondary);color:#fff;border-radius:17px;padding:20px}.epk-help-card i{font-size:27px;color:#f0cb51}.epk-help-card h3{font-size:20px;margin:10px 0 5px;color:#fff}.epk-help-card p{font-size:12px;color:rgba(255,255,255,.75)}.epk-help-card a{color:#f0cb51;font-weight:900;font-size:13px}.epk-faq-group{scroll-margin-top:105px;margin-bottom:45px}.epk-faq-group-heading{display:flex;gap:14px;align-items:center;margin-bottom:18px}.epk-faq-group-heading>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--secondary);color:#fff;font-weight:900}.epk-faq-group-heading h2{font-size:30px;margin:0}.epk-faq-item{background:#fff;border:1px solid #eadbb3;border-radius:15px;margin-bottom:12px;overflow:hidden;transition:.2s}.epk-faq-item:hover{border-color:#d2b459;box-shadow:0 10px 30px rgba(93,65,0,.06)}.epk-faq-question{width:100%;border:0;background:#fff;color:var(--text-dark);display:flex;justify-content:space-between;gap:20px;align-items:center;text-align:left;padding:19px 21px;font-weight:900;font-family:var(--font-subheading)}.epk-faq-question i{width:30px;height:30px;min-width:30px;display:grid;place-items:center;border-radius:50%;background:#fff3c7;color:var(--primary-dark)}.epk-faq-question[aria-expanded="true"]{color:var(--primary-dark)}.epk-faq-answer{padding:0 21px 20px}.epk-faq-answer p{margin:0;font-size:14px}
/* Standard */
.epk-standard-seal{display:grid;place-items:center}.epk-seal-ring{width:330px;height:330px;border-radius:50%;padding:18px;background:repeating-conic-gradient(#f2cb50 0 8deg,#b88a11 8deg 12deg);box-shadow:0 25px 60px rgba(0,0,0,.25);animation:epkFloat 5s ease-in-out infinite}.epk-seal-ring>div{width:100%;height:100%;border-radius:50%;border:3px solid rgba(255,255,255,.7);background:radial-gradient(circle,#fff9df,#e8c34f);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#4b3700;text-align:center}.epk-seal-ring i{font-size:45px}.epk-seal-ring strong{font:700 43px/1.05 var(--font-heading)}.epk-seal-ring span{margin-top:10px;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}@keyframes epkFloat{50%{transform:translateY(-10px)}}
.epk-pillar-card{position:relative;border-radius:24px;padding:32px;background:#fff;border:1px solid #eadbb1;box-shadow:0 15px 45px rgba(80,58,3,.06);overflow:hidden}.epk-pillar-card>span{position:absolute;right:22px;top:17px;font:700 45px/1 var(--font-heading);opacity:.11}.epk-pillar-icon{width:60px;height:60px;display:grid;place-items:center;border-radius:18px;font-size:27px;margin-bottom:22px}.epk-pillar-card h3{font-size:31px;margin-bottom:8px}.epk-pillar-card h4{font:800 13px/1.4 var(--font-subheading);text-transform:uppercase;letter-spacing:.06em}.epk-pillar-card p{font-size:14px;margin:15px 0 0}.epk-pillar-card--honest .epk-pillar-icon{background:#fff0bc;color:#8b6700}.epk-pillar-card--undamaged .epk-pillar-icon{background:#e5f2df;color:#3f7147}.epk-pillar-card--traceable .epk-pillar-icon{background:#f8dfd0;color:#a4512c}
.epk-standard-proof{padding:78px 0;background:#fff7e4}.epk-proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.epk-proof-copy h2,.epk-process-intro-copy h2,.epk-filter-copy h2,.epk-codex-copy h2{font-size:clamp(34px,4vw,50px);margin:10px 0 18px}.epk-check-list{list-style:none;padding:0;margin:24px 0 0}.epk-check-list li{display:flex;align-items:flex-start;gap:10px;margin:11px 0;color:var(--text-mid)}.epk-check-list i{color:#4e8553;margin-top:2px}.epk-hmf-visual{background:#fff;border:1px solid #e5d39d;border-radius:25px;padding:28px;box-shadow:0 18px 50px rgba(91,63,0,.08)}.epk-hmf-header{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:22px}.epk-hmf-header span{font:700 23px var(--font-heading)}.epk-hmf-header strong{font-size:12px;color:#46744c;background:#e9f4e8;padding:7px 10px;border-radius:999px}.epk-hmf-scale{display:grid;grid-template-columns:1fr 1fr 1fr;border-radius:18px;overflow:hidden}.epk-hmf-zone{min-height:190px;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;color:#fff}.epk-hmf-zone span{font-size:11px;text-transform:uppercase;letter-spacing:.1em}.epk-hmf-zone b{font:700 45px/1 var(--font-heading)}.epk-hmf-zone--best{background:#5d9362}.epk-hmf-zone--nz{background:#d4a52c}.epk-hmf-zone--codex{background:#b75b37}.epk-hmf-visual>p{font-size:12px;margin:18px 0 0}
.epk-batch-code-section{padding:78px 0}.epk-code-card{max-width:900px;margin:auto;background:var(--secondary);color:#fff;border-radius:26px;padding:38px;text-align:center;box-shadow:0 20px 55px rgba(25,51,31,.2)}.epk-code-example{display:flex;justify-content:center;gap:9px;margin-bottom:28px}.epk-code-example span{width:67px;height:78px;border-radius:14px;background:#fff;color:var(--secondary);display:grid;place-items:center;font:700 35px var(--font-heading);box-shadow:inset 0 -7px 0 #f2d36c}.epk-code-legend{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.epk-code-legend div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:13px;padding:15px}.epk-code-legend b{display:block;color:#f0cc54;font-size:19px}.epk-code-legend span{font-size:11px;color:rgba(255,255,255,.72)}.epk-code-card p{color:rgba(255,255,255,.74);font-size:13px;margin:20px 0 0}
.epk-codex-section{padding:75px 0;background:#fff7e5}.epk-codex-grid{display:grid;grid-template-columns:300px 1fr;gap:50px;align-items:center}.epk-codex-badge{aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,#c9a227,#7c5a00);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 24px 55px rgba(132,92,0,.2)}.epk-codex-badge i{font-size:50px}.epk-codex-badge strong{font:700 35px var(--font-heading)}.epk-codex-badge span{font-size:11px;text-transform:uppercase;letter-spacing:.11em}
/* Process */
.epk-process-hero-art{position:relative;display:grid;place-items:center;min-height:380px}.epk-process-hero-art>img{max-height:360px;border-radius:45% 55% 48% 52%/53% 44% 56% 47%;box-shadow:0 25px 60px rgba(0,0,0,.28);border:7px solid rgba(255,255,255,.13)}.epk-process-stamp{position:absolute;right:0;bottom:15px;width:115px;height:115px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f0c846;color:#533b00;text-align:center;font-weight:900;box-shadow:0 15px 35px rgba(0,0,0,.2);transform:rotate(8deg)}.epk-process-stamp i{font-size:25px}.epk-process-stamp span{font-size:12px;line-height:1.2;text-transform:uppercase}
.epk-process-intro{padding:75px 0;background:#fff7e5}.epk-process-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.epk-process-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.epk-process-facts div{background:#fff;border:1px solid #e7d6a5;border-radius:18px;padding:22px 16px;text-align:center}.epk-process-facts i{display:block;font-size:28px;color:var(--primary-dark);margin-bottom:10px}.epk-process-facts strong{display:block;font-size:14px}.epk-process-facts span{display:block;color:var(--text-light);font-size:11px;margin-top:5px}
.epk-process-steps{padding:80px 0}.epk-timeline{position:relative;max-width:950px;margin:auto}.epk-timeline:before{content:"";position:absolute;top:30px;bottom:30px;left:75px;width:2px;background:linear-gradient(var(--primary),#e7d8ad)}.epk-timeline-step{position:relative;display:grid;grid-template-columns:58px 70px 1fr;gap:18px;align-items:center;margin-bottom:18px}.epk-timeline-number{font:700 18px var(--font-heading);color:var(--primary-dark);text-align:center}.epk-timeline-icon{position:relative;z-index:2;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:var(--secondary);color:#fff;border:6px solid #fff8e8;font-size:22px}.epk-timeline-copy{background:#fff;border:1px solid #e9dab0;border-radius:18px;padding:22px 25px}.epk-timeline-copy h3{font-size:22px;margin-bottom:5px}.epk-timeline-copy p{font-size:14px;margin:0}
.epk-filter-section{padding:78px 0;background:#fff7e4}.epk-filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.epk-filter-visual{display:flex;align-items:center;justify-content:center;gap:18px}.epk-filter-circle{width:190px;height:190px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid #e4d19b;box-shadow:0 18px 45px rgba(79,58,0,.08);text-align:center}.epk-filter-circle i{font-size:47px;color:var(--primary-dark)}.epk-filter-circle span{font-weight:900;margin-top:10px}.epk-filter-circle--clean{background:var(--secondary);color:#fff}.epk-filter-circle--clean i{color:#edcb59}.epk-filter-arrow{font-size:33px;color:var(--primary-dark)}
@media(max-width:1199px){.epk-hero-grid{gap:35px}.epk-floating-card--one{left:0}.epk-floating-card--two{right:0}.epk-trace-search-card{grid-template-columns:1fr}.epk-trace-form,.epk-search-helper{grid-column:1}.epk-trace-form{margin-top:20px}.epk-analysis-layout{grid-template-columns:1fr}.epk-origin-card{display:grid;grid-template-columns:1fr 1fr;gap:25px}.epk-origin-list{grid-column:1/3}.epk-map-frame{grid-column:2;grid-row:1}.epk-origin-card .epk-section-heading{grid-column:1;grid-row:1}}
@media(max-width:991px){.epk-hero{padding:72px 0}.epk-hero-grid{grid-template-columns:1fr}.epk-hero-copy{text-align:center}.epk-hero-copy>p{margin-left:auto;margin-right:auto}.epk-hero-points{justify-content:center}.epk-hero-art,.epk-faq-hero-art,.epk-process-hero-art{min-height:300px}.epk-hero-jar{max-height:280px}.epk-honey-orbit{width:270px;height:270px}.epk-trace-search-wrap{margin-top:-25px}.epk-result-header{grid-template-columns:1fr;text-align:center}.epk-product-visual{height:230px}.epk-promise-grid,.epk-three-grid{grid-template-columns:1fr}.epk-metric-list{grid-template-columns:1fr 1fr}.epk-faq-layout{grid-template-columns:1fr}.epk-faq-sidebar{position:static}.epk-help-card{display:none}.epk-proof-grid,.epk-process-intro-grid,.epk-filter-grid,.epk-codex-grid{grid-template-columns:1fr}.epk-standard-seal{padding-top:20px}.epk-codex-badge{width:260px;margin:auto}.epk-process-facts{max-width:680px;margin:auto}.epk-bottom-cta-inner{flex-direction:column;text-align:center}.epk-cta-actions{justify-content:center}}
@media(max-width:767px){.epk-hero{padding:58px 0 68px}.epk-hero-copy h1{font-size:39px}.epk-hero-copy>p{font-size:16px}.epk-hero-art,.epk-faq-hero-art,.epk-process-hero-art{display:none}.epk-trace-search-card{padding:24px 20px}.epk-trace-form{flex-direction:column}.epk-input-shell,.epk-trace-form .epk-primary-btn{width:100%}.epk-result-header{padding:28px 22px}.epk-result-header h2{font-size:34px}.epk-promise-grid{display:block}.epk-promise{border-bottom:1px solid rgba(255,255,255,.25)}.epk-analysis-panel,.epk-origin-card{padding:23px 18px}.epk-metric-list{grid-template-columns:1fr}.epk-origin-card{display:block}.epk-map-frame{margin-top:20px}.epk-origin-list{margin-top:14px}.epk-error-card{grid-template-columns:1fr;text-align:center}.epk-error-icon{margin:auto}.epk-faq-stats{grid-template-columns:1fr}.epk-faq-stats div{border-right:0;border-bottom:1px solid #eadfbe}.epk-faq-stats div:last-child{border-bottom:0}.epk-faq-section,.epk-standard-pillars,.epk-process-steps,.epk-how-to-section{padding:58px 0}.epk-faq-group-heading h2{font-size:24px}.epk-standard-seal{display:none}.epk-hmf-scale{grid-template-columns:1fr}.epk-hmf-zone{min-height:115px}.epk-code-card{padding:26px 15px}.epk-code-example{gap:5px}.epk-code-example span{width:45px;height:58px;font-size:26px}.epk-code-legend{grid-template-columns:1fr 1fr}.epk-process-facts{grid-template-columns:1fr}.epk-timeline:before{left:29px}.epk-timeline-step{grid-template-columns:60px 1fr;gap:12px}.epk-timeline-number{display:none}.epk-timeline-copy{padding:18px}.epk-filter-visual{flex-direction:column}.epk-filter-arrow{transform:rotate(90deg)}.epk-bottom-cta{padding-bottom:55px}.epk-bottom-cta-inner{padding:30px 20px}.epk-bottom-cta-inner h2{font-size:28px}.epk-cta-actions{width:100%;flex-direction:column}.epk-cta-actions a{width:100%}}
