@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@1,6..72,500&display=swap";:root{--dunelm-green:#3f9c35;--notice-yellow:#d9a514;--notice-yellow-dark:#936b00;color:#173e3a;font-synthesis:none;background:#f5f2eb;font-family:DM Sans,Arial,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 90% 5%,#dfe9df 0,#0000 31rem),#f5f2eb;min-width:320px;margin:0}button,input{font:inherit}button{cursor:pointer}.app{flex-direction:column;min-height:100vh;display:flex}.site-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f2ebdb;border-bottom:1px solid #173e3a24;justify-content:space-between;align-items:center;height:88px;padding:0 max(28px,50vw - 560px);display:flex}.brand{color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:12px;display:flex}.dunelm-logo{object-fit:contain;width:132px;height:auto;display:block}.header-note{text-transform:uppercase;letter-spacing:.12em;color:#627976;font-size:12px}.header-actions{align-items:center;gap:22px;display:flex}.home-button{border:1px solid var(--dunelm-green);color:#2f7f29;background:#fff;border-radius:7px;align-items:center;gap:8px;padding:9px 14px;font-size:13px;font-weight:700;display:inline-flex}.home-button:hover{background:#eef8ec}main{width:min(1120px,100% - 40px);margin:0 auto}.hero{color:#3f9c35;padding:86px 0 52px}.eyebrow{text-transform:uppercase;letter-spacing:.15em;color:#a24d36;align-items:center;gap:9px;font-size:12px;font-weight:700;display:flex}.eyebrow span{background:currentColor;width:24px;height:2px}.hero .eyebrow{color:var(--notice-yellow-dark)}h1{letter-spacing:-.045em;margin:20px 0 26px;font-size:clamp(42px,6vw,76px);font-weight:600;line-height:.98}h1 em{color:#a24d36;font-family:Newsreader,Georgia,serif;font-weight:500}.hero-copy{color:#324f4c;font-size:21px;line-height:1.55}.hero>p:last-child{color:#627976}.content-card{border:2px solid var(--dunelm-green);background:#fff;border-radius:24px;margin-bottom:64px;padding:clamp(28px,5vw,64px);box-shadow:0 20px 55px #3f9c351f}.section-heading{align-items:center;gap:18px;margin-bottom:24px;display:flex}.section-heading>span{background:#e7eee8;border-radius:50%;place-items:center;width:54px;height:54px;font-weight:700;display:grid}.section-heading p,.section-heading h2{margin:0}.section-heading p{color:#7b8d8a;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.section-heading h2{letter-spacing:-.03em;font-size:clamp(26px,4vw,38px)}.table-wrap{border:1px solid #cad5d0;border-radius:12px;margin:28px 0 36px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:720px;font-size:14px}th,td{text-align:left;border-bottom:1px solid #dbe3df;padding:14px 16px}th{color:#fff;letter-spacing:.04em;background:#173e3a;font-size:12px}tbody tr:nth-child(2n){background:#f5f7f3}tbody tr:last-child td{border-bottom:0}.example-panel{grid-template-columns:190px 190px 1fr;align-items:stretch;gap:18px;margin:0 0 48px;display:grid}.example-panel>div{min-width:0}.annotated-image{border-radius:12px;position:relative;overflow:hidden}.example-panel img{aspect-ratio:1;object-fit:cover;border:2px solid var(--notice-yellow);border-radius:12px;width:100%;display:block}.image-highlight{border:3px solid var(--notice-yellow);pointer-events:none;background:#d9a5143d;border-radius:4px;position:absolute;box-shadow:0 0 0 2px #ffffffe6,0 2px 8px #173e3a47}.barcode-highlight{width:16%;height:10%;top:78%;left:74%}.model-highlight{width:50%;height:17%;top:49%;left:26%}.batch-highlight{width:24%;height:7%;top:88%;left:73%}.example-panel>div>p{color:#71827f;margin:9px 0 0;font-size:12px}.example-panel .image-guidance{border:2px solid var(--dunelm-green);background:#f1f5f1;border-radius:14px;flex-direction:column;justify-content:center;padding:26px;display:flex}.image-guidance .eyebrow{margin:0}.image-guidance h3{margin:12px 0;font-size:24px;line-height:1.15}.image-guidance>p:last-child{color:#60736f;margin:0;font-size:14px;line-height:1.6}.action-box{color:#fff;background:#173e3a;border:2px solid;border-radius:18px;padding:clamp(24px,4vw,44px);box-shadow:0 10px 28px #303c42}.action-box .section-heading>span{color:#173e3a}.action-box .section-heading p{color:#acc2bd}.action-box>p{color:#d6e0de;max-width:730px;line-height:1.6}.action-list{counter-reset:action;max-width:820px;margin:28px 0 12px;padding:0;list-style:none}.action-list li{counter-increment:action;color:#f6f8f7;padding:0 0 22px 48px;line-height:1.55;position:relative}.action-list li:before{content:counter(action);color:#dce6e3;border:1px solid #77928d;border-radius:50%;place-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:grid;position:absolute;top:-3px;left:0}.action-list small{color:#b8cbc7;margin-top:5px;display:block}.primary,.secondary{border-radius:8px;justify-content:center;align-items:center;gap:18px;margin-top:16px;padding:15px 21px;font-weight:700;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.primary{color:#fff;background:var(--dunelm-green);border:0}.primary:hover{background:#327e2b;transform:translateY(-1px)}.secondary{border:2px solid var(--dunelm-green);color:#2f7f29;background:#fff}.secondary:hover{color:#fff;background:var(--dunelm-green);transform:translateY(-1px)}.form-shell{flex:1;place-items:start center;padding:72px 0;display:grid}.form-card,.result-card{border:2px solid var(--dunelm-green);background:#fff;border-radius:22px;width:min(590px,100%);padding:clamp(28px,5vw,52px);box-shadow:0 20px 55px #3f9c3521}.form-card.wide{width:min(760px,100%)}.form-card h1,.result-card h1{margin:12px 0 16px;font-size:clamp(34px,5vw,52px);line-height:1.05}.form-card>p,.result-card>p{color:#627976;line-height:1.6}.step-label{letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:700;color:var(--dunelm-green)!important}form{margin-top:32px}label{margin-bottom:22px;font-weight:700;display:block}input{color:#173e3a;background:#fff;border:1px solid #cad5d0;border-radius:8px;outline:0;width:100%;margin-top:8px;padding:14px 15px}input:focus{border-color:#a24d36;box-shadow:0 0 0 3px #a24d3621}label small{color:#83918e;margin-top:7px;font-weight:400;display:block}.full{width:100%}.details-grid{grid-template-columns:1fr 1fr;column-gap:18px;display:grid}.span-2{grid-column:1/-1}.privacy{color:#55716d;background:#f1f5f1;border-radius:10px;gap:13px;padding:16px;font-size:13px;display:flex}.privacy p{margin:0;line-height:1.55}.result-card{text-align:center;padding-top:60px;padding-bottom:60px}.result-icon{border-radius:50%;place-items:center;width:68px;height:68px;margin:0 auto 28px;font-size:32px;font-weight:700;display:grid}.safe .result-icon{color:#22614e;background:#dcf0e6}.alert .result-icon{color:#a24d36;background:#f7e4dc}.centered{justify-content:center}.result-card .primary,.result-card .secondary{margin-top:22px}.consent-card{width:min(790px,100%)}.data-protection{border:2px solid var(--dunelm-green);text-align:left;border-radius:14px;margin-top:32px;overflow:hidden}.data-protection h2{background:var(--dunelm-green);color:#fff;text-align:center;margin:0;padding:14px 22px;font-size:24px}.data-protection p{color:#405b57;margin:0;padding:22px 24px 10px;line-height:1.6}.data-protection ol{color:#405b57;margin:0;padding:8px 34px 24px 50px;line-height:1.6}.data-protection li+li{margin-top:8px}.data-protection a,.declined-card a{color:#287e2f;font-weight:700}.consent-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:8px;display:flex}.decline-button{border:2px solid var(--dunelm-green);color:#2f7f29;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:18px;margin-top:22px;padding:13px 21px;font-weight:700;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.decline-button:hover{background:var(--dunelm-green);color:#fff;transform:translateY(-1px)}.declined-card{width:min(760px,100%)}.declined-card>p{max-width:650px;margin-left:auto;margin-right:auto}@media (width<=820px){.example-panel{grid-template-columns:1fr 1fr}.example-panel .image-guidance{grid-column:1/-1}}@media (width<=680px){.site-header{height:74px;padding:0 20px}.header-note{display:none}.hero{padding:58px 0 38px}h1{font-size:45px}.hero-copy{font-size:18px}.details-grid{grid-template-columns:1fr}.span-2{grid-column:1}.example-panel{grid-template-columns:1fr 1fr}.form-shell{padding:38px 0}}@media (prefers-reduced-motion:no-preference){.content-card,.form-card,.result-card{animation:.45s ease-out rise}@keyframes rise{0%{opacity:0;transform:translateY(10px)}}}
