:root{--ink:#181713;--muted:#6c6961;--paper:#f7f4ef;--card:#fff;--line:#ded9d0;--accent:#8c3f28;--soft:#f1e4db;--success:#1d704e}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}.brand{height:70px;padding:0 max(24px,5vw);display:flex;align-items:center;justify-content:space-between;background:#171612;color:white}.brand a{color:white;text-decoration:none;font-family:Georgia,serif;letter-spacing:.24em;font-size:21px}.brand span{font-size:13px;color:#d6d1c7}.shell{width:min(1040px,calc(100% - 32px));margin:38px auto 80px}.steps{display:flex;justify-content:space-between;gap:8px;margin-bottom:24px;font-size:12px;color:#918b81}.steps span{border-top:2px solid var(--line);padding-top:9px;flex:1}.steps .active{border-color:var(--accent);color:var(--ink)}.card,.hero{background:var(--card);padding:clamp(24px,5vw,52px);border:1px solid var(--line);border-radius:4px;margin-bottom:20px}.hero h1{font:clamp(38px,7vw,68px)/.98 Georgia,serif;max-width:760px;margin:8px 0 16px}.hero>p:not(.eyebrow){max-width:650px;color:var(--muted);font-size:17px;line-height:1.6}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--accent);font-size:12px;font-weight:700}h2{font:32px/1.1 Georgia,serif;margin:6px 0 20px}label{display:block;font-size:13px;font-weight:650}input,select,textarea{width:100%;margin-top:7px;border:1px solid var(--line);background:white;border-radius:3px;padding:13px;font:inherit;color:var(--ink)}textarea{min-height:82px;resize:vertical}button,.submit{border:0;border-radius:3px;background:var(--ink);color:white;padding:14px 22px;font-weight:700;cursor:pointer}button:disabled{opacity:.5}#lookup-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;margin-top:30px}.line-item{display:grid;grid-template-columns:auto minmax(200px,1fr);gap:16px;padding:20px 0;border-top:1px solid var(--line)}.line-item.selected{grid-template-columns:auto minmax(200px,.7fr) 1.3fr}.select-item{width:20px;height:20px}.product-main{display:flex;gap:15px}.product-main img{width:85px;height:108px;object-fit:cover;background:#eee}.product-main span{display:flex;flex-direction:column;gap:5px}.product-main small,.muted,small{color:var(--muted);font-weight:400}.item-fields{display:none;grid-template-columns:90px 1fr;gap:12px}.selected .item-fields{display:grid}.detail-label{grid-column:1/-1}.detail-label.required:after{content:' — verplicht';color:var(--accent)}.choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.choice{position:relative;border:1px solid var(--line);padding:18px;min-height:140px;cursor:pointer}.choice:has(input:checked){border:2px solid var(--accent);background:var(--soft)}.choice input{width:auto;margin:0 0 20px}.choice strong,.choice small{display:block}.choice small{line-height:1.4;margin-top:8px}.choice em{position:absolute;right:8px;top:8px;font-size:10px;background:var(--accent);color:white;padding:4px 6px;font-style:normal}.product-search{display:flex;gap:8px;margin:24px 0 12px}.product-search input{margin:0}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;max-height:460px;overflow:auto}.product{border:1px solid var(--line);padding:10px;display:flex;flex-direction:column;gap:9px}.product.chosen{outline:3px solid var(--success)}.product img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#eee}.product select{font-size:12px}.product button{padding:10px}.method-list label{display:flex;gap:14px;align-items:start;border-top:1px solid var(--line);padding:17px 4px;cursor:pointer}.method-list input{width:auto;margin:3px 0}.method-list span{display:flex;flex-direction:column;gap:4px}.submit{width:100%;font-size:16px;padding:17px}.error{background:#fde9e4;color:#8a2d1d;padding:14px;margin:15px 0}.success{text-align:center}.check{margin:auto;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#e1f2e9;color:var(--success);font-size:30px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:20px}.stats div{background:var(--ink);color:white;padding:28px}.stats strong,.stats span{display:block}.stats strong{font:38px Georgia,serif}.stats span{color:#cfc9bf;margin-top:7px}.bar{display:grid;grid-template-columns:190px 1fr 40px;gap:12px;align-items:center;margin:15px 0}.bar i{display:block;height:12px;background:var(--accent)}table{border-collapse:collapse;width:100%;text-align:left}th,td{padding:13px;border-bottom:1px solid var(--line);font-size:13px}th{color:var(--muted)}@media(max-width:760px){#lookup-form,.choice-grid,.products,.stats{grid-template-columns:1fr}.steps span{font-size:0}.steps span:before{content:'●';font-size:12px}.line-item.selected{grid-template-columns:auto 1fr}.item-fields{grid-column:2;grid-template-columns:1fr}.products{max-height:none}.bar{grid-template-columns:1fr 1fr 25px}.table-wrap{overflow:auto}}
/* Multilingual brand header */
.brand{height:auto;min-height:86px;padding:10px max(24px,5vw);gap:20px}.brand a{display:block;letter-spacing:0;font-size:0}.brand img{display:block;width:clamp(170px,22vw,245px);height:auto}.brand-tools{display:flex;align-items:center;gap:18px}.language select{width:auto;min-width:118px;margin:0;padding:9px 32px 9px 11px;background:#26241f;color:#fff;border-color:#5c574d}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:560px){.brand{align-items:center}.brand-tools>span{display:none}.brand img{width:165px}.language select{min-width:105px}}
/* Match the primary call-to-action colour used on subellotti.com */
:root{--accent:#a18a5c;--soft:#f1ece2}
button,.submit{background:#a18a5c;color:#fff}
.product button{background:#a18a5c}
/* Lago di Como packaging story */
.hero-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.72fr);gap:clamp(26px,5vw,60px);align-items:stretch}.hero-content{align-self:center}.hero-photo{margin:0;min-height:520px;overflow:hidden;background:#1a1916}.hero-photo img{display:block;width:100%;height:100%;object-fit:cover}.hero-layout #lookup-form{grid-template-columns:1fr 1fr}.hero-layout #lookup-form button{grid-column:1/-1}.hero-layout h1{font-size:clamp(38px,5.2vw,62px)}
@media(max-width:820px){.hero-layout{grid-template-columns:1fr}.hero-photo{min-height:0;aspect-ratio:4/5;order:-1}.hero-layout #lookup-form{grid-template-columns:1fr}}
/* Return approval dashboard */
.section-heading,.request-top,.request-meta,.decision-actions{display:flex;align-items:center}.section-heading,.request-top{justify-content:space-between;gap:18px}.section-heading h2{margin-bottom:0}.request-list{display:grid;gap:14px}.request-card{border:1px solid var(--line);padding:20px;background:#fff}.request-card.requested{border-left:5px solid #a18a5c}.request-card.approved{border-left:5px solid var(--success)}.request-card.rejected{border-left:5px solid #a13d35}.request-top>div{display:flex;align-items:center;gap:12px}.request-top a{color:var(--accent);font-weight:700}.status{border-radius:999px;background:var(--paper);padding:6px 10px;font-size:12px;font-weight:700}.request-meta{flex-wrap:wrap;gap:8px 18px;color:var(--muted);font-size:12px;margin:12px 0}.request-items{display:grid;gap:8px;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.request-items div{display:flex;flex-direction:column;gap:3px}.request-items span,.request-items small{color:var(--muted)}.replacement{margin:13px 0}.decision-actions{gap:8px;margin-top:15px}.decision-actions .approve{background:var(--success)}.decision-actions .reject{background:#fff;color:#8a2d1d;border:1px solid #cda39b}
@media(max-width:680px){.section-heading,.request-top{align-items:flex-start}.request-top>div{align-items:flex-start;flex-direction:column;gap:4px}.decision-actions{display:grid;grid-template-columns:1fr 1fr}.request-meta{display:grid;grid-template-columns:1fr 1fr}}
.withdrawal-entry{margin-top:22px}.withdrawal-entry a{color:#20201e;text-decoration:underline;text-underline-offset:4px}.withdraw-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.withdraw-actions button{width:auto;min-width:180px}.withdraw-actions .secondary{background:#fff;color:#20201e;border:1px solid #20201e}.withdrawal-shell dl{display:grid;grid-template-columns:minmax(110px,auto) 1fr;gap:12px}.withdrawal-shell dt{font-weight:700}.withdrawal-shell dd{margin:0}
