:root{--teal:#0f3f3f;
    --teal-deep:#0a2e2e;
    --sage:#b6d298;
    --cream:#dce2c8;
    --olive:#646940;
    --cacao:#5d2410;
    --paper:#f7f4ec;
    --ink:#1d2624;
    --muted:#5b665f;
    --display:'Mont',sans-serif;
    --body:'Inter',sans-serif;
    --maxw:1200px;}
.mrq-proto *{margin:0;padding:0;box-sizing:border-box}
.mrq-proto{scroll-behavior:smooth}
.mrq-proto{font-family:var(--body);background:var(--paper);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.mrq-proto h1, .mrq-proto h2, .mrq-proto h3, .mrq-proto h4{font-family:var(--display);font-weight:800;line-height:1.05;letter-spacing:-0.02em}
.mrq-proto a{text-decoration:none;color:inherit}
.mrq-proto img{max-width:100%;display:block}
.mrq-proto .wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}
.mrq-proto .eyebrow{font-family:var(--body);font-weight:600;font-size:12px;letter-spacing:0.18em;text-transform:uppercase;color:var(--olive)}
.mrq-proto .nav-shell{position:fixed;top:18px;left:0;right:0;z-index:100;display:flex;justify-content:center;padding:0 20px;transition:top .3s ease}
.mrq-proto .nav{display:flex;align-items:center;gap:28px;background:rgba(247,244,236,.82);backdrop-filter:blur(14px);border:1px solid rgba(15,63,63,.08);border-radius:60px;padding:10px 14px 10px 22px;box-shadow:0 8px 30px rgba(15,63,63,.08);width:100%;max-width:920px}
.mrq-proto .nav-logo{height:26px;width:auto;transition:transform .3s ease}
.mrq-proto .nav-logo:hover{transform:scale(1.04)}
.mrq-proto .nav-links{display:flex;gap:26px;margin-left:auto;font-size:14px;font-weight:500;color:var(--teal)}
.mrq-proto .nav-links a{position:relative;padding:4px 0;transition:color .2s}
.mrq-proto .nav-links a::after{content:'';position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--olive);transition:width .25s ease;border-radius:2px}
.mrq-proto .nav-links a:hover{color:var(--olive)}
.mrq-proto .nav-links a:hover::after{width:100%}
.mrq-proto .nav-cta{background:var(--sage);color:var(--teal);font-weight:600;font-size:13px;padding:11px 20px;border-radius:40px;transition:all .25s ease;white-space:nowrap}
.mrq-proto .nav-cta:hover{background:var(--teal);color:var(--cream);transform:translateY(-1px)}
.mrq-proto .nav-burger{display:none}
.mrq-proto .hero{position:relative;width:100%;height:100vh;min-height:580px;overflow:hidden;background:var(--teal-deep)}
.mrq-proto .hs-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.04);animation:hsZoom 12s ease forwards}
@keyframes hsZoom{to{transform:scale(1)}}
.mrq-proto .hs-scrim-side{position:absolute;inset:0;background:linear-gradient(97deg,rgba(10,46,46,.92) 0%,rgba(10,46,46,.74) 40%,rgba(10,46,46,.18) 72%,transparent 100%);z-index:1}
.mrq-proto .hs-scrim-btm{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,46,46,.6) 0%,transparent 50%);z-index:1}
.mrq-proto .hs-float-ing{position:absolute;top:10%;right:11%;z-index:2;width:clamp(120px,12vw,192px);height:clamp(120px,12vw,192px);border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.22);box-shadow:0 20px 54px rgba(10,46,46,.44);animation:hsFloatA 7s ease-in-out infinite}
.mrq-proto .hs-float-ing img{width:100%;height:100%;object-fit:cover}
.mrq-proto .hs-glass{position:absolute;top:50%;right:6%;transform:translateY(-50%);z-index:2;width:clamp(150px,16vw,228px);border-radius:20px;overflow:hidden;background:rgba(255,255,255,.12);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.24);box-shadow:0 18px 50px rgba(10,46,46,.4);animation:hsFloatB 6.5s ease-in-out infinite .5s}
.mrq-proto .hs-glass img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.mrq-proto .hs-glass-cap{padding:12px 16px 15px}
.mrq-proto .gc-eyebrow{font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--sage);margin-bottom:4px}
.mrq-proto .gc-name{font-family:var(--display);font-weight:700;font-size:14px;color:#fff;line-height:1.25}
.mrq-proto .hs-float-blob{position:absolute;bottom:20%;right:28%;z-index:2;width:clamp(80px,7.5vw,118px);height:clamp(80px,7.5vw,118px);border-radius:14px;overflow:hidden;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 28px rgba(10,46,46,.34);animation:hsFloatC 8.5s ease-in-out infinite .9s}
.mrq-proto .hs-float-blob img{width:100%;height:100%;object-fit:cover}
@keyframes hsFloatA{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-16px) rotate(-2deg)}}
@keyframes hsFloatB{0%,100%{transform:translateY(-50%) translateX(0)}50%{transform:translateY(calc(-50% - 10px)) translateX(-3px)}}
@keyframes hsFloatC{0%,100%{transform:translateY(0) rotate(3deg)}50%{transform:translateY(-12px) rotate(3deg)}}
.mrq-proto .hs-content{position:absolute;left:0;top:0;bottom:0;z-index:5;display:flex;flex-direction:column;justify-content:center;padding:100px max(36px,5vw) 60px;max-width:min(620px,52%)}
.mrq-proto .hs-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--sage);opacity:0;animation:hsFadeUp .8s ease .3s forwards}
.mrq-proto .hs-eyebrow::before{content:'';width:26px;height:1px;background:var(--sage)}
.mrq-proto .hs-h1{font-family:var(--display);font-weight:800;font-size:clamp(40px,4.4vw,68px);color:#fff;line-height:1.04;letter-spacing:-.03em;margin-top:14px;opacity:0;animation:hsFadeUp .9s cubic-bezier(.16,1,.3,1) .42s forwards}
.mrq-proto .hs-sub{max-width:500px;margin-top:16px;font-size:16px;color:rgba(255,255,255,.84);line-height:1.65;opacity:0;animation:hsFadeUp .8s ease .54s forwards}
.mrq-proto .hs-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px;opacity:0;animation:hsFadeUp .8s ease .66s forwards}
.mrq-proto .btn-hero-primary{background:var(--sage);color:var(--teal);font-weight:700;font-size:15px;padding:14px 26px;border-radius:50px;display:inline-flex;align-items:center;gap:10px;border:none;cursor:pointer;font-family:var(--body);transition:all .25s ease;text-decoration:none}
.mrq-proto .btn-hero-primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 12px 28px rgba(10,46,46,.28)}
.mrq-proto .btn-hero-primary .arr{transition:transform .25s}
.mrq-proto .btn-hero-primary:hover .arr{transform:translateX(5px)}
.mrq-proto .btn-hero-ghost{background:rgba(255,255,255,.1);color:#fff;font-weight:600;font-size:15px;padding:13px 24px;border-radius:50px;display:inline-flex;align-items:center;gap:10px;border:1.5px solid rgba(255,255,255,.38);cursor:pointer;font-family:var(--body);backdrop-filter:blur(6px);transition:all .25s ease;text-decoration:none}
.mrq-proto .btn-hero-ghost:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.7)}
.mrq-proto .hs-certs{display:flex;align-items:center;gap:18px;margin-top:28px;opacity:0;animation:hsFadeUp .8s ease .78s forwards;flex-wrap:wrap}
.mrq-proto .hs-cert{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;letter-spacing:.06em;color:rgba(255,255,255,.75)}
.mrq-proto .hs-cert svg{width:14px;height:14px;stroke:var(--sage);fill:none;stroke-width:2;flex-shrink:0}
@keyframes hsFadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.mrq-proto .btn{display:inline-flex;align-items:center;gap:10px;font-weight:600;font-size:15px;padding:16px 28px;border-radius:50px;transition:all .25s ease;cursor:pointer;border:none;font-family:var(--body)}
.mrq-proto .btn-primary{background:var(--teal);color:var(--cream)}
.mrq-proto .btn-primary:hover{background:var(--teal-deep);transform:translateY(-2px);box-shadow:0 12px 28px rgba(15,63,63,.25)}
.mrq-proto .btn-primary .arr{transition:transform .25s ease}
.mrq-proto .btn-primary:hover .arr{transform:translateX(5px)}
.mrq-proto .btn-ghost{background:transparent;color:var(--teal);border:1.5px solid rgba(15,63,63,.25)}
.mrq-proto .btn-ghost:hover{border-color:var(--teal);background:rgba(15,63,63,.04)}
.mrq-proto .marquee-sec{background:var(--teal);padding:30px 0;overflow:hidden}
.mrq-proto .marquee-label{text-align:center;color:var(--sage);font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:600;margin-bottom:20px;opacity:.85}
.mrq-proto .marquee{display:flex;width:max-content;animation:scroll 28s linear infinite}
.mrq-proto .marquee-sec:hover .marquee{animation-play-state:paused}
@keyframes scroll{to{transform:translateX(-50%)}}
.mrq-proto .marquee .cert{display:flex;align-items:center;gap:12px;padding:0 44px;color:var(--cream);font-family:var(--display);font-weight:700;font-size:22px;white-space:nowrap;opacity:.9}
.mrq-proto .cert .dot{width:7px;height:7px;border-radius:50%;background:var(--sage)}
.mrq-proto section{position:relative}
.mrq-proto .pad{padding:110px 0}
.mrq-proto .reveal{opacity:0;transform:translateY(34px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}
.mrq-proto .reveal.in{opacity:1;transform:none}
.mrq-proto .reveal.d1{transition-delay:.08s}
.mrq-proto .reveal.d2{transition-delay:.16s}
.mrq-proto .reveal.d3{transition-delay:.24s}
.mrq-proto .reveal.d4{transition-delay:.32s}
.mrq-proto .care{background:var(--paper)}
.mrq-proto .care-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.mrq-proto .care h2{font-size:clamp(38px,5.5vw,72px);color:var(--teal);margin-top:18px}
.mrq-proto .care h2 em{font-style:normal;color:var(--olive)}
.mrq-proto .care-body{font-size:18px;color:var(--muted);max-width:440px}
.mrq-proto .care-body p{margin-bottom:16px}
.mrq-proto .care-visual{aspect-ratio:1/1;border-radius:28px;background:linear-gradient(150deg,var(--sage),var(--cream));position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.mrq-proto .care-visual .ring{position:absolute;border:1.5px solid rgba(15,63,63,.18);border-radius:50%}
.mrq-proto .care-visual img{width:48%;position:relative;z-index:2}
.mrq-proto .services{background:var(--cream)}
.mrq-proto .svc-bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center;opacity:0;transition:opacity .65s cubic-bezier(.4,0,.2,1);border-radius:inherit;pointer-events:none}
.mrq-proto .svc-ovl{position:absolute;inset:0;z-index:1;background:linear-gradient(155deg,rgba(10,46,46,.85) 0%,rgba(10,46,46,.72) 100%);opacity:0;transition:opacity .65s cubic-bezier(.4,0,.2,1);border-radius:inherit;pointer-events:none}
.mrq-proto .svc:hover .svc-bg{opacity:1}
.mrq-proto .svc:hover .svc-ovl{opacity:1}
.mrq-proto .svc-num, .mrq-proto .svc h3, .mrq-proto .svc p, .mrq-proto .svc .svc-arr{position:relative;z-index:2;transition:color .4s ease}
.mrq-proto .svc:hover .svc-num{color:var(--sage)}
.mrq-proto .svc:hover h3{color:#fff}
.mrq-proto .svc:hover p{color:rgba(255,255,255,.88)}
.mrq-proto .svc:hover .svc-arr{color:var(--sage);opacity:1;gap:14px}
.mrq-proto .sec-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:54px;gap:30px;flex-wrap:wrap}
.mrq-proto .sec-head h2{font-size:clamp(34px,4.6vw,58px);color:var(--teal)}
.mrq-proto .sec-head p{max-width:360px;color:var(--muted);font-size:16px}
.mrq-proto .svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.mrq-proto .svc{background:var(--paper);border:1px solid rgba(15,63,63,.08);border-radius:22px;padding:38px 34px;transition:all .3s ease;cursor:default;position:relative;overflow:hidden}
.mrq-proto .svc::before{content:'';position:absolute;left:0;top:0;height:100%;width:4px;background:var(--olive);transform:scaleY(0);transform-origin:bottom;transition:transform .35s ease}
.mrq-proto .svc:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(15,63,63,.12);border-color:transparent}
.mrq-proto .svc:hover::before{transform:scaleY(1)}
.mrq-proto .svc-num{font-family:var(--display);font-weight:700;font-size:14px;color:var(--olive);letter-spacing:.05em}
.mrq-proto .svc h3{font-size:26px;color:var(--teal);margin:16px 0 12px}
.mrq-proto .svc p{color:var(--muted);font-size:15px}
.mrq-proto .svc .svc-arr{margin-top:22px;display:inline-flex;align-items:center;gap:8px;color:var(--teal);font-weight:600;font-size:14px;opacity:.55;transition:opacity .3s,gap .3s}
.mrq-proto .svc:hover .svc-arr{opacity:1;gap:13px}
.mrq-proto .story{background:var(--paper)}
.mrq-proto .story-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:30px}
.mrq-proto .story-row:last-child{margin-bottom:0}
.mrq-proto .story-row.flip .story-text{order:2}
.mrq-proto .story-text .step{font-family:var(--display);font-weight:700;color:var(--olive);font-size:14px;letter-spacing:.05em}
.mrq-proto .story-text h3{font-size:clamp(30px,4vw,46px);color:var(--teal);margin:14px 0 18px}
.mrq-proto .story-text p{color:var(--muted);font-size:17px;max-width:440px}
.mrq-proto .story-card{aspect-ratio:4/3;border-radius:24px;overflow:hidden;position:relative;display:flex;align-items:flex-end;padding:30px}
.mrq-proto .sc-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.06);transition:none;z-index:0}
.mrq-proto .sc-tint{position:absolute;inset:0;background:linear-gradient(162deg,rgba(10,46,46,.84) 0%,rgba(10,46,46,.6) 60%,rgba(10,46,46,.84) 100%);opacity:0;transition:none;z-index:1}
.mrq-proto .story-card .tag{z-index:2;position:relative}
.mrq-proto .story-card .ghost{z-index:1}
.mrq-proto .pc-grid{position:absolute;inset:0;width:100%;height:100%;z-index:10;pointer-events:none}
.mrq-proto .pc-pixel{position:absolute;display:none}
.mrq-proto .sc1{background:linear-gradient(150deg,#13524e,var(--teal))}
.mrq-proto .sc2{background:linear-gradient(150deg,var(--cacao),#7a3318)}
.mrq-proto .sc3{background:linear-gradient(150deg,var(--olive),#4f5530)}
.mrq-proto .story-card .tag{color:var(--cream);font-family:var(--display);font-weight:700;font-size:20px;z-index:2}
.mrq-proto .story-card .ghost{position:absolute;right:-6%;bottom:-14%;width:55%;opacity:.14}
.mrq-proto .stats{background:var(--teal);color:var(--cream)}
.mrq-proto .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}
.mrq-proto .stat .num{font-family:var(--display);font-weight:800;font-size:clamp(44px,6vw,76px);color:var(--sage);line-height:1}
.mrq-proto .stat .cap{margin-top:12px;font-size:15px;color:var(--cream);opacity:.82}
.mrq-proto .stats-head{text-align:center;margin-bottom:60px}
.mrq-proto .stats-head h2{font-size:clamp(32px,4.4vw,54px);color:var(--cream)}
.mrq-proto .stats-head p{color:var(--sage);max-width:520px;margin:16px auto 0;opacity:.9}
.mrq-proto .why{background:var(--cream)}
.mrq-proto .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.mrq-proto .why-card{background:var(--paper);border-radius:20px;padding:34px 30px;transition:transform .3s ease,box-shadow .3s ease}
.mrq-proto .why-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(15,63,63,.10)}
.mrq-proto .why-ico{width:50px;height:50px;border-radius:14px;background:var(--sage);display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.mrq-proto .why-ico svg{width:24px;height:24px;stroke:var(--teal)}
.mrq-proto .why-card h3{font-size:21px;color:var(--teal);margin-bottom:10px}
.mrq-proto .why-card p{color:var(--muted);font-size:15px}
.mrq-proto .products{background:var(--paper)}
.mrq-proto .cta{background:var(--teal-deep);color:var(--cream);text-align:center;overflow:hidden;position:relative}
.mrq-proto .cta .ghost{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:70%;opacity:.06}
.mrq-proto .cta h2{font-size:clamp(40px,6vw,88px);color:var(--cream);position:relative;z-index:2}
.mrq-proto .cta p{color:var(--sage);font-size:19px;margin:22px 0 38px;position:relative;z-index:2}
.mrq-proto .cta .btn-primary{background:var(--sage);color:var(--teal);position:relative;z-index:2}
.mrq-proto .cta .btn-primary:hover{background:var(--cream)}
.mrq-proto footer{background:var(--teal);color:var(--cream);padding:70px 0 36px}
.mrq-proto .foot-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:50px;border-bottom:1px solid rgba(220,226,200,.16)}
.mrq-proto .foot-logo{height:34px;margin-bottom:20px}
.mrq-proto .foot-brand p{color:var(--sage);font-size:14px;max-width:260px;opacity:.85}
.mrq-proto .foot-col h4{font-family:var(--body);font-weight:600;font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--sage);margin-bottom:18px}
.mrq-proto .foot-col a{display:block;color:var(--cream);font-size:15px;opacity:.82;margin-bottom:12px;transition:opacity .2s,padding-left .2s}
.mrq-proto .foot-col a:hover{opacity:1;padding-left:4px}
.mrq-proto .foot-bot{display:flex;justify-content:space-between;align-items:center;padding-top:28px;font-size:13px;color:var(--sage);opacity:.75;flex-wrap:wrap;gap:12px}
@media(max-width:980px){
.mrq-proto .hs-float-ing{width:100px;height:100px;top:9%;right:6%}
.mrq-proto .hs-glass{width:138px;right:3%}
.mrq-proto .hs-float-blob{display:none}
}
@media(max-width:860px){
.mrq-proto .nav-links{display:none}
.mrq-proto .nav-burger{display:flex;margin-left:auto;width:42px;height:42px;border-radius:50%;background:var(--sage);align-items:center;justify-content:center}
.mrq-proto .care-grid, .mrq-proto .story-row, .mrq-proto .story-row.flip .story-text{grid-template-columns:1fr;gap:34px}
.mrq-proto .story-row.flip .story-text{order:0}
.mrq-proto .svc-grid, .mrq-proto .stats-grid, .mrq-proto .why-grid, .mrq-proto .foot-top{grid-template-columns:1fr}
.mrq-proto .stats-grid{grid-template-columns:1fr 1fr}
.mrq-proto .wrap{padding:0 22px}
.mrq-proto .pad{padding:80px 0}
.mrq-proto .sec-head{flex-direction:column;align-items:flex-start}
}
@media(max-width:560px){
.mrq-proto .hs-float-ing, .mrq-proto .hs-glass, .mrq-proto .hs-float-blob, .mrq-proto .hs-slide-cap{display:none}
.mrq-proto .hs-h1{font-size:clamp(38px,10.5vw,54px)}
}
.mrq-proto .sf-h2{overflow:visible}
.mrq-proto .sf-char{display:inline-block;will-change:opacity,transform}
.mrq-proto .spec-sec{background:var(--cream);padding:54px 0;text-align:center;overflow:hidden}
.mrq-proto .spec-inner{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
.mrq-proto .hr-prefix{font-family:var(--display);font-size:clamp(22px,3vw,36px);font-weight:700;color:var(--teal);letter-spacing:-.01em}
.mrq-proto .hr-word-wrap{overflow:hidden;display:inline-block;vertical-align:middle;height:clamp(44px,5vw,60px)}
.mrq-proto .hr-word{display:inline-block;font-family:var(--display);font-size:clamp(22px,3vw,36px);font-weight:800;
            color:var(--olive);padding:4px 20px;border:2px solid rgba(100,105,64,.3);
            border-radius:40px;background:rgba(182,210,152,.2);line-height:clamp(40px,4.6vw,56px);
            transform:translateY(0);transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s ease}
.mrq-proto .hr-word.out-up{transform:translateY(-120%);opacity:0}
.mrq-proto .hr-word.in-from-down{transform:translateY(120%);opacity:0}
.mrq-proto .cp-cards{display:flex;flex-direction:column;gap:14px;margin-top:26px}
.mrq-proto .cp-card{display:flex;align-items:flex-start;gap:16px;padding:18px 20px;
            border-radius:16px;background:#fff;border:1px solid rgba(15,63,63,.08);
            box-shadow:0 4px 16px rgba(15,63,63,.06);
            transition:transform .3s ease,box-shadow .3s ease;cursor:default}
.mrq-proto .cp-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(15,63,63,.12)}
.mrq-proto .cp-ico{min-width:46px;height:46px;border-radius:13px;display:flex;
           align-items:center;justify-content:center;flex-shrink:0}
.mrq-proto .cp-ico svg{width:22px;height:22px;fill:none;stroke-width:2}
.mrq-proto .cp-ico.halal{background:rgba(15,63,63,.08)}
.mrq-proto .cp-ico.halal svg{stroke:var(--teal)}
.mrq-proto .cp-ico.organic{background:rgba(100,105,64,.1)}
.mrq-proto .cp-ico.organic svg{stroke:var(--olive)}
.mrq-proto .cp-ico.clean{background:rgba(182,210,152,.3)}
.mrq-proto .cp-ico.clean svg{stroke:var(--teal)}
.mrq-proto .cp-title{font-size:13.5px;font-weight:700;color:var(--teal);margin-bottom:4px}
.mrq-proto .cp-desc{font-size:13px;color:var(--muted);line-height:1.55}
.mrq-proto .sr-word{display:inline-block;opacity:.1;transition:none}
.mrq-proto .ss-outer{padding:0 0 40px}
.mrq-proto .ss-track{position:relative;display:flex;flex-direction:column;gap:0;
             padding:0 32px 200px;max-width:1240px;margin:0 auto}
.mrq-proto .ss-card{position:sticky;top:88px;border-radius:22px;overflow:hidden;
            display:grid;grid-template-columns:1fr 1fr;height:380px;
            margin-bottom:18px;transform-origin:top center;
            box-shadow:0 22px 60px rgba(10,46,46,.18);
            transition:filter .2s ease;will-change:transform,filter}
.mrq-proto .ss-card.flip{direction:rtl}
.mrq-proto .ss-card.flip .ss-content{direction:ltr}
.mrq-proto .ss-card.flip .ss-img-wrap{direction:ltr}
.mrq-proto .ss-img-wrap{position:relative;overflow:hidden;height:100%}
.mrq-proto .ss-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.mrq-proto .ss-content{padding:38px 36px;display:flex;flex-direction:column;justify-content:center;height:100%;overflow:hidden;box-sizing:border-box}
.mrq-proto .ss-range{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;
             margin-bottom:12px;opacity:.8}
.mrq-proto .ss-content h3{font-family:var(--display);font-weight:800;font-size:clamp(22px,2.6vw,34px);
                  line-height:1.1;margin-bottom:14px}
.mrq-proto .ss-content p{font-size:15px;line-height:1.65;margin-bottom:18px}
.mrq-proto .ss-chips{display:flex;flex-wrap:wrap;gap:7px}
.mrq-proto .ss-chip{font-size:12px;font-weight:500;padding:5px 12px;border-radius:20px;opacity:.85}
.mrq-proto .ss-sage{background:var(--sage)}
.mrq-proto .ss-sage .ss-range{color:var(--teal)}
.mrq-proto .ss-sage .ss-content h3{color:var(--teal)}
.mrq-proto .ss-sage .ss-content p{color:var(--olive)}
.mrq-proto .ss-sage .ss-chip{background:rgba(15,63,63,.12);color:var(--teal)}
.mrq-proto .ss-cream{background:var(--cream)}
.mrq-proto .ss-cream .ss-range{color:var(--olive)}
.mrq-proto .ss-cream .ss-content h3{color:var(--teal)}
.mrq-proto .ss-cream .ss-content p{color:var(--muted)}
.mrq-proto .ss-cream .ss-chip{background:rgba(15,63,63,.1);color:var(--teal)}
.mrq-proto .ss-cacao{background:var(--cacao)}
.mrq-proto .ss-cacao .ss-range{color:var(--sage)}
.mrq-proto .ss-cacao .ss-content h3, .mrq-proto .ss-cacao .ss-content p{color:var(--cream)}
.mrq-proto .ss-cacao .ss-chip{background:rgba(220,226,200,.18);color:var(--cream)}
.mrq-proto .ss-teal{background:var(--teal)}
.mrq-proto .ss-teal .ss-range{color:var(--sage)}
.mrq-proto .ss-teal .ss-content h3, .mrq-proto .ss-teal .ss-content p{color:var(--cream)}
.mrq-proto .ss-teal .ss-chip{background:rgba(182,210,152,.2);color:var(--sage)}
.mrq-proto .ss-olive{background:var(--olive)}
.mrq-proto .ss-olive .ss-range{color:var(--cream)}
.mrq-proto .ss-olive .ss-content h3, .mrq-proto .ss-olive .ss-content p{color:var(--cream)}
.mrq-proto .ss-olive .ss-chip{background:rgba(255,255,255,.18);color:#fff}
.mrq-proto .ss-card-head{padding:110px 0 36px}
.mrq-proto .cta-stepper{position:relative;background:var(--teal-deep);color:var(--cream);
                overflow:hidden;padding:100px 0}
.mrq-proto .cta-ghost{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
              width:60%;opacity:.05;pointer-events:none}
.mrq-proto .stp-wrap{position:relative;z-index:2;max-width:760px;margin:0 auto;padding:0 32px}
.mrq-proto .stp-header{text-align:center;margin-bottom:50px}
.mrq-proto .stp-header h2{font-family:var(--display);font-weight:800;
                  font-size:clamp(34px,5vw,64px);color:#fff;letter-spacing:-.02em}
.mrq-proto .stp-header p{color:var(--sage);font-size:17px;margin-top:14px}
.mrq-proto .stp-indicators{display:flex;align-items:center;justify-content:center;
                   gap:0;margin-bottom:44px}
.mrq-proto .stp-ind{width:36px;height:36px;border-radius:50%;display:flex;
            align-items:center;justify-content:center;font-size:14px;
            font-weight:700;border:2px solid rgba(182,210,152,.35);
            color:rgba(255,255,255,.45);font-family:var(--body);
            cursor:pointer;transition:all .3s ease;flex-shrink:0}
.mrq-proto .stp-ind.active{border-color:var(--sage);color:var(--teal);background:var(--sage)}
.mrq-proto .stp-ind.done{border-color:var(--sage);background:rgba(182,210,152,.2);color:var(--sage)}
.mrq-proto .stp-connector{height:1px;flex:1;max-width:60px;
                  background:rgba(182,210,152,.25)}
.mrq-proto .stp-panels{position:relative;overflow:hidden}
.mrq-proto .stp-panel{display:none;opacity:0;transform:translateX(30px);
              transition:opacity .4s ease,transform .4s ease}
.mrq-proto .stp-panel.active{display:block;opacity:1;transform:translateX(0)}
.mrq-proto .stp-panel-title{font-family:var(--display);font-weight:700;font-size:22px;
                    color:#fff;margin-bottom:22px;text-align:center}
.mrq-proto .stp-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.mrq-proto .stp-grid.cols1{grid-template-columns:1fr}
.mrq-proto .stp-field{display:flex;flex-direction:column;gap:6px}
.mrq-proto .stp-field label{font-size:12px;font-weight:600;letter-spacing:.08em;
                    text-transform:uppercase;color:var(--sage)}
.mrq-proto .stp-field input, .mrq-proto .stp-field select, .mrq-proto .stp-field textarea{width:100%;padding:13px 16px;border-radius:12px;border:1.5px solid rgba(182,210,152,.25);
    background:rgba(255,255,255,.07);color:#fff;font-size:15px;font-family:var(--body);
    outline:none;transition:border-color .25s ease,background .25s ease}
.mrq-proto .stp-field input:focus, .mrq-proto .stp-field select:focus, .mrq-proto .stp-field textarea:focus{border-color:var(--sage);background:rgba(255,255,255,.12)}
.mrq-proto .stp-field input::placeholder, .mrq-proto .stp-field textarea::placeholder{color:rgba(255,255,255,.35)}
.mrq-proto .stp-field select option{background:var(--teal-deep);color:#fff}
.mrq-proto .stp-field textarea{resize:vertical;min-height:90px}
.mrq-proto .stp-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}
.mrq-proto .stp-check{display:flex;align-items:center;gap:10px;padding:12px 14px;
              border-radius:12px;border:1.5px solid rgba(182,210,152,.25);
              background:rgba(255,255,255,.07);cursor:pointer;
              transition:all .25s ease;font-size:14px;color:rgba(255,255,255,.8)}
.mrq-proto .stp-check:hover{border-color:var(--sage);background:rgba(182,210,152,.12)}
.mrq-proto .stp-check:has(input:checked){border-color:var(--sage);background:rgba(182,210,152,.18)}
.mrq-proto .stp-check input{width:16px;height:16px;accent-color:var(--sage);flex-shrink:0}
.mrq-proto .stp-review{background:rgba(255,255,255,.07);border:1px solid rgba(182,210,152,.2);
               border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:12px}
.mrq-proto .stp-review-row{display:flex;gap:14px;font-size:14px;border-bottom:1px solid rgba(182,210,152,.12);padding-bottom:10px}
.mrq-proto .stp-review-row:last-child{border:none;padding:0}
.mrq-proto .stp-review-label{font-weight:600;color:var(--sage);min-width:120px;flex-shrink:0}
.mrq-proto .stp-review-val{color:rgba(255,255,255,.85)}
.mrq-proto .stp-footer{display:flex;justify-content:space-between;align-items:center;
               margin-top:28px;gap:12px}
.mrq-proto .stp-back{background:transparent;color:rgba(255,255,255,.6);
             border:1.5px solid rgba(255,255,255,.2);padding:13px 24px;
             border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;
             font-family:var(--body);transition:all .25s ease}
.mrq-proto .stp-back:hover{border-color:rgba(255,255,255,.5);color:#fff}
.mrq-proto .stp-back:disabled{opacity:.3;cursor:default}
.mrq-proto .stp-next{background:var(--sage);color:var(--teal);border:none;
             padding:13px 28px;border-radius:50px;font-size:15px;font-weight:700;
             cursor:pointer;font-family:var(--body);transition:all .25s ease;
             display:inline-flex;align-items:center;gap:8px}
.mrq-proto .stp-next:hover{background:#fff;transform:translateY(-2px);
                   box-shadow:0 10px 24px rgba(10,46,46,.3)}
.mrq-proto .stp-success{display:none;text-align:center;padding:30px 0}
.mrq-proto .stp-success.show{display:block}
.mrq-proto .stp-success-ico{width:70px;height:70px;border-radius:50%;background:rgba(182,210,152,.2);
                    border:2px solid var(--sage);display:flex;align-items:center;
                    justify-content:center;margin:0 auto 20px}
.mrq-proto .stp-success h3{font-family:var(--display);font-size:26px;color:#fff;margin-bottom:10px}
.mrq-proto .stp-success p{color:var(--sage);font-size:16px}
.mrq-proto .foot-pressure{padding:20px 0 0;text-align:center;overflow:hidden;position:relative;border-top:1px solid rgba(220,226,200,.08)}
.mrq-proto .tp-h1{font-family:'Roboto Flex',var(--display);text-transform:uppercase;
          font-size:clamp(70px,12vw,160px);font-weight:100;line-height:1;
          color:var(--sage);white-space:nowrap;margin:0;user-select:none;
          width:100%;display:flex;justify-content:space-between}
.mrq-proto .tp-h1 span{display:inline-block;transition:font-variation-settings .08s ease}
.mrq-proto .mobile-nav{display:none;position:fixed;inset:0;z-index:200;
              background:rgba(247,244,236,.97);backdrop-filter:blur(18px);
              flex-direction:column;align-items:center;justify-content:center;gap:28px}
.mrq-proto .mobile-nav.open{display:flex}
.mrq-proto .mobile-nav a{font-family:var(--display);font-weight:800;font-size:clamp(24px,7vw,36px);
                color:var(--teal);text-decoration:none;transition:color .2s}
.mrq-proto .mobile-nav a:hover{color:var(--olive)}
.mrq-proto .mobile-nav .nav-cta{font-size:15px;margin-top:8px}
.mrq-proto .mobile-nav-close{position:absolute;top:22px;right:22px;width:44px;height:44px;
                    border-radius:50%;background:var(--sage);border:none;cursor:pointer;
                    display:flex;align-items:center;justify-content:center}
@media(max-width:860px){
.mrq-proto .hs-content{max-width:82%;padding-top:120px}
.mrq-proto .ss-card{grid-template-columns:1fr;height:auto}
.mrq-proto .ss-card.flip{direction:ltr}
.mrq-proto .ss-img-wrap{height:220px}
.mrq-proto .ss-content{height:auto;overflow:visible}
.mrq-proto .ss-track{padding:0 20px 160px}
.mrq-proto .stp-grid{grid-template-columns:1fr}
.mrq-proto .stp-checks{grid-template-columns:1fr}
.mrq-proto .cp-cards{gap:10px}
}
@media(max-width:560px){
.mrq-proto .hs-content{max-width:96%;padding:110px 22px 40px}
.mrq-proto .tp-h1{font-size:clamp(40px,14vw,80px)}
}
@media print{
.mrq-proto .nav-shell, .mrq-proto .hero, .mrq-proto .marquee-sec, .mrq-proto .foot-pressure, .mrq-proto .hs-float-ing, .mrq-proto .hs-glass, .mrq-proto .hs-float-blob{display:none!important}
.mrq-proto{background:#fff;color:#000}
.mrq-proto .pad{padding:40px 0}
.mrq-proto img{max-height:200px;object-fit:contain}
}

/* ============================================================
   OEM FRAMEWORK — truck journey section (added after Services)
   Scoped to .mrq-proto .oem-framework
   Cards are native Elementor containers; JS layers animation.
   ============================================================ */
.mrq-proto .oem-framework{
  position:relative;
  background:var(--teal-deep);
  padding:0;
  overflow:hidden;
}

/* ---- HEADER ---- */
.mrq-proto .oem-head{
  padding:clamp(48px,6vw,88px) clamp(48px,7vw,100px) clamp(52px,7vw,88px);
  align-items:flex-start;
  text-align:left;
  gap:6px;
}
.mrq-proto .oem-eyebrow .elementor-heading-title{
  font-family:var(--body);font-weight:700;font-size:.68rem;
  letter-spacing:.36em;text-transform:uppercase;color:var(--sage);opacity:.8;
  position:relative;padding-left:42px;
}
.mrq-proto .oem-eyebrow .elementor-heading-title::before{
  content:"";position:absolute;left:0;top:50%;
  width:28px;height:1.5px;background:var(--sage);opacity:.7;
}
.mrq-proto .oem-h .elementor-heading-title{
  font-family:var(--display);font-weight:800;
  font-size:clamp(3.2rem,10.5vw,10rem);
  line-height:.9;letter-spacing:-.035em;color:var(--cream);
  text-transform:uppercase;margin-top:14px;
}
.mrq-proto .oem-h .elementor-heading-title span{color:var(--sage)}
.mrq-proto .oem-sub .elementor-widget-container{
  margin-top:clamp(16px,2.2vw,24px);
  font-size:clamp(.86rem,1.1vw,.98rem);line-height:1.72;
  color:rgba(182,210,152,.6);max-width:420px;
}

/* ---- JOURNEY CANVAS ---- */
.mrq-proto .oem-journey{
  position:relative;
  height:180vh;
  padding:0!important;
  display:block!important;   /* override Elementor flex */
}

/* road SVG injected by JS sits at z-index behind everything (prepended) */
.mrq-proto .oem-journey > .oem-road-svg{z-index:0}

/* ---- TRUCK ---- */
.mrq-proto .oem-truck{
  position:absolute;
  right:8%;top:2%;
  width:170px;height:82px;
  z-index:50;pointer-events:none;
  margin:0!important;
}
.mrq-proto .oem-truck .elementor-widget-container{padding:0!important;margin:0!important}
.mrq-proto .oem-truck-inner{
  width:170px;height:82px;
  filter:drop-shadow(0 8px 20px rgba(0,0,0,.5));
}
.mrq-proto .oem-truck-inner svg{width:100%;height:100%;overflow:visible;display:block}

/* ---- STAGE CONTAINERS (absolute-positioned waypoints) ---- */
.mrq-proto .oem-stage{
  position:absolute;
  width:clamp(220px,28vw,380px);
  z-index:2;
  padding:0!important;
}
.mrq-proto .oem-stage.s1{left:4%;   top:6%}
.mrq-proto .oem-stage.s2{right:4%;  top:18%}
.mrq-proto .oem-stage.s3{left:4%;   top:30%}
.mrq-proto .oem-stage.s4{right:4%;  top:43%}
.mrq-proto .oem-stage.s5{left:4%;   top:56%}
.mrq-proto .oem-stage.s6{right:8%;  top:68%}

/* exit waypoint — invisible, off right edge */
.mrq-proto .oem-exit{
  position:absolute;
  left:115%;top:68%;
  width:1px;height:1px;
  pointer-events:none;padding:0!important;
}
.mrq-proto .oem-marker{
  position:absolute;left:50%;top:50%;
  transform:translate(-50%,-50%);
  width:1px;height:1px;pointer-events:none;padding:0!important;
}
/* stage marker centres the card */
.mrq-proto .oem-stage > .oem-marker{left:50%;top:50%}

/* ---- CARD ---- */
.mrq-proto .oem-card{
  position:relative;z-index:2;
  border-radius:clamp(12px,1.6vw,20px);
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.5),0 4px 14px rgba(0,0,0,.3);
  padding:clamp(18px,2.4vw,28px)!important;
  gap:9px;
  opacity:0;transform:translateY(24px) scale(.94);
  will-change:transform,opacity;
}
/* card colour themes */
.mrq-proto .oem-stage.s1 .oem-card{background:#dce2c8}
.mrq-proto .oem-stage.s2 .oem-card{background:#b6d298}
.mrq-proto .oem-stage.s3 .oem-card{background:#f5f3ec}
.mrq-proto .oem-stage.s4 .oem-card{background:#f5f3ec}
.mrq-proto .oem-stage.s5 .oem-card{background:#646940}
.mrq-proto .oem-stage.s6 .oem-card{background:#5d2410}

/* text colours per theme */
.mrq-proto .oem-stage.s1 .oem-card *{color:var(--teal)}
.mrq-proto .oem-stage.s2 .oem-card *{color:var(--teal)}
.mrq-proto .oem-stage.s3 .oem-card *{color:var(--olive)}
.mrq-proto .oem-stage.s4 .oem-card *{color:var(--teal)}
.mrq-proto .oem-stage.s5 .oem-card *{color:#f5f3ec}
.mrq-proto .oem-stage.s6 .oem-card *{color:#eddcca}

/* index line */
.mrq-proto .oem-idx .elementor-widget-container{
  font-family:var(--body);font-weight:700;font-size:.56rem;
  letter-spacing:.22em;text-transform:uppercase;opacity:.36;
}
/* big outline number */
.mrq-proto .oem-num .elementor-heading-title{
  font-family:var(--display);font-weight:800;
  font-size:clamp(2rem,4.2vw,3.8rem);
  line-height:.9;letter-spacing:-.04em;
  color:transparent!important;
  -webkit-text-stroke:1.5px currentColor;
  opacity:.32;
}
.mrq-proto .oem-stage.s1 .oem-num .elementor-heading-title{-webkit-text-stroke-color:var(--teal)}
.mrq-proto .oem-stage.s2 .oem-num .elementor-heading-title{-webkit-text-stroke-color:var(--teal)}
.mrq-proto .oem-stage.s3 .oem-num .elementor-heading-title{-webkit-text-stroke-color:var(--olive)}
.mrq-proto .oem-stage.s4 .oem-num .elementor-heading-title{-webkit-text-stroke-color:var(--teal)}
.mrq-proto .oem-stage.s5 .oem-num .elementor-heading-title{-webkit-text-stroke-color:#f5f3ec}
.mrq-proto .oem-stage.s6 .oem-num .elementor-heading-title{-webkit-text-stroke-color:#eddcca}

/* title */
.mrq-proto .oem-title .elementor-heading-title{
  font-family:var(--display);font-weight:800;
  font-size:clamp(.95rem,1.9vw,1.75rem);
  line-height:1.02;letter-spacing:-.02em;text-transform:uppercase;
  margin-top:4px;
}
/* desc */
.mrq-proto .oem-desc .elementor-widget-container{
  font-size:clamp(.68rem,.82vw,.8rem);line-height:1.62;opacity:.7;
  margin-top:6px;
  padding-top:10px;border-top:1px solid currentColor;
}
.mrq-proto .oem-desc{border-top:0}
/* pill */
.mrq-proto .oem-pill .elementor-widget-container{
  display:inline-block;
  border:1.5px solid currentColor;border-radius:100px;
  padding:3px 10px;font-size:.52rem;font-weight:700;
  letter-spacing:.18em;text-transform:uppercase;opacity:.36;
  margin-top:2px;
}

/* ---- MOBILE: no animation, plain stack ---- */
@media(max-width:768px){
  .mrq-proto .oem-journey{
    height:auto!important;
    display:flex!important;flex-direction:column;gap:14px;
    padding:0 16px 32px!important;
  }
  .mrq-proto .oem-truck,.mrq-proto .oem-exit{display:none!important}
  .mrq-proto .oem-stage{
    position:relative!important;
    left:auto!important;right:auto!important;top:auto!important;
    width:100%!important;
    transform:none!important;
  }
  .mrq-proto .oem-card{
    opacity:1!important;transform:none!important;
    border-radius:18px;padding:20px!important;
  }
  .mrq-proto .oem-stage > .oem-marker{display:none}
}


/* ============================================================
   OUR CLIENTS — placeholder logo strip
   Sits between Why Choose Us and Products.
   Replace placeholder images with real logos in Elementor.
   ============================================================ */
.mrq-proto .mrq-clients{
  background:var(--paper);
  padding:clamp(64px,8vw,100px) 0;
}
.mrq-proto .mrq-clients .clients-head{
  text-align:center;
  margin-bottom:clamp(40px,5vw,64px);
  gap:10px;
}
.mrq-proto .mrq-clients .clients-eyebrow .elementor-heading-title{
  font-family:var(--body);font-weight:700;
  font-size:.7rem;letter-spacing:.34em;text-transform:uppercase;
  color:var(--olive);opacity:.7;
  display:inline-flex;align-items:center;gap:14px;
}
.mrq-proto .mrq-clients .clients-eyebrow .elementor-heading-title::before,
.mrq-proto .mrq-clients .clients-eyebrow .elementor-heading-title::after{
  content:"";width:28px;height:1.5px;background:var(--olive);opacity:.5;
}
.mrq-proto .mrq-clients .clients-h .elementor-heading-title{
  font-family:var(--display);font-weight:800;
  font-size:clamp(1.8rem,3.5vw,3.2rem);
  line-height:1.05;letter-spacing:-.02em;color:var(--teal);
}
.mrq-proto .mrq-clients .clients-grid{
  display:flex!important;
  flex-direction:row!important;
  align-items:center;
  justify-content:center;
  gap:clamp(24px,4vw,60px);
  flex-wrap:wrap;
}
.mrq-proto .mrq-clients .clients-slot{
  flex:0 0 auto;
  width:clamp(200px,26vw,320px);
  border-radius:16px;
  overflow:hidden;
}
.mrq-proto .mrq-clients .client-logo-img img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  filter:grayscale(20%) opacity(0.85);
  transition:filter .3s;
}
.mrq-proto .mrq-clients .client-logo-img img:hover{
  filter:grayscale(0%) opacity(1);
}
/* Mobile */
@media(max-width:768px){
  .mrq-proto .mrq-clients .clients-grid{
    flex-direction:column!important;
    align-items:center;
    gap:20px;
  }
  .mrq-proto .mrq-clients .clients-slot{width:clamp(180px,70vw,280px);}
}
