:root{--navy:#0d1b33;--teal:#0b6b70;--aqua:#63c5c4;--line:#d7e5e7;--soft:#f2f7f7;--white:#fff;--muted:#5c6d80;--danger:#a2382c}*{box-sizing:border-box}html{background:#f7fafb}body{margin:0;background:#f7fafb;color:var(--navy);font-family:Aptos,"Segoe UI",Arial,sans-serif;letter-spacing:0}button,input,select,textarea{font:inherit}.hcp-boot{min-height:100vh;display:grid;place-items:center;color:var(--muted)}.hcp-shell{min-height:100vh}.hcp-preview-banner{display:flex;align-items:center;justify-content:center;gap:12px;min-height:44px;padding:8px 20px;background:#e9f6f4;color:#174c50;border-bottom:1px solid #b9dcd9;font-size:14px}.hcp-preview-banner button{border:0;background:transparent;color:var(--teal);font-weight:800;cursor:pointer}.hcp-header{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(20px,4vw,64px);background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.hcp-preview-banner+.hcp-header{top:44px}.hcp-brand{display:flex;align-items:center;gap:18px;flex:0 0 auto}.hcp-brand img{width:170px;height:auto}.hcp-brand span{padding-left:18px;border-left:1px solid var(--line);font-weight:700}.hcp-nav{display:flex;align-self:stretch;gap:4px;overflow:auto}.hcp-nav button,.hcp-link,.hcp-link-button{border:0;background:transparent;color:var(--muted);padding:12px 13px;font-weight:700;cursor:pointer;text-decoration:none;white-space:nowrap}.hcp-nav button[aria-current="page"]{color:var(--teal);box-shadow:inset 0 -2px var(--teal)}.hcp-main{width:min(1260px,calc(100% - 40px));margin:0 auto;padding:clamp(40px,6vw,72px) 0 80px}.hcp-intro{margin-bottom:38px}.hcp-kicker{display:block;color:var(--teal);font-size:12px;font-weight:800;text-transform:uppercase;margin-bottom:10px}.hcp-intro h1{font-size:clamp(34px,5vw,62px);line-height:1.02;margin:0 0 14px;letter-spacing:0}.hcp-intro p{color:var(--muted);font-size:18px;line-height:1.55;max-width:720px}.hcp-grid,.hcp-overview-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}.hcp-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:26px;grid-column:span 4;min-width:0}.hcp-card--wide{grid-column:span 8}.hcp-card--full{grid-column:1/-1}.hcp-card h2,.hcp-card h3{margin:0 0 12px;font-size:21px}.hcp-card p{color:var(--muted);line-height:1.55}.hcp-card .hcp-price-summary{margin-top:4px}.hcp-metric{display:block;font-size:36px;font-weight:800;line-height:1}.hcp-link-button{padding:6px 0;color:var(--teal)}.hcp-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hcp-product-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;padding:26px}.hcp-product-card>.hcp-status{position:absolute;top:22px;right:22px}.hcp-product-art{height:300px;display:grid;place-items:center;margin:-26px -26px 24px;background:linear-gradient(145deg,#f8fbfb,#eaf5f4)}.hcp-product-art img{width:100%;height:100%;object-fit:contain;padding:18px}.hcp-product-card h2{margin:8px 0 4px}.hcp-product-card>p{margin:0 0 20px;color:var(--muted)}.hcp-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0}.hcp-facts>div{border-top:1px solid var(--line);padding:13px 0}.hcp-facts>div:nth-child(odd){padding-right:14px}.hcp-facts>div:nth-child(even){padding-left:14px}.hcp-facts dt{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.hcp-facts dd{margin:5px 0 0;font-weight:700;overflow-wrap:anywhere}.hcp-price-summary>span{display:block;color:var(--teal);font-size:12px;font-weight:800;text-transform:uppercase}.hcp-price-summary>strong{display:block;margin:8px 0;font-size:clamp(26px,4vw,38px)}.hcp-table-wrap{overflow-x:auto}.hcp-table{width:100%;border-collapse:collapse}.hcp-table th,.hcp-table td{text-align:left;padding:14px;border-bottom:1px solid var(--line);vertical-align:top}.hcp-table th{font-size:11px;text-transform:uppercase;color:var(--muted)}.hcp-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--navy);padding:11px 17px;font-weight:800;cursor:pointer;text-decoration:none}.hcp-btn--primary{background:var(--teal);border-color:var(--teal);color:#fff}.hcp-btn:disabled{opacity:.55;cursor:wait}.hcp-btn:focus-visible,.hcp-nav button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.hcp-link:focus-visible{outline:3px solid #72cbd2;outline-offset:2px}.hcp-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hcp-field{display:grid;gap:7px}.hcp-field--full{grid-column:1/-1}.hcp-field>span,.hcp-field>label,.hcp-field legend{font-size:12px;font-weight:800;text-transform:uppercase;color:var(--muted)}.hcp-field input,.hcp-field select,.hcp-field textarea{width:100%;padding:13px;border:1px solid #bfd3d6;border-radius:7px;background:#fff;color:var(--navy)}.hcp-choice-field{border:1px solid var(--line);border-radius:7px;padding:16px}.hcp-choice-field label{display:inline-flex;align-items:center;gap:8px;margin:7px 22px 0 0}.hcp-choice-field input{width:auto}.hcp-product-row{display:grid;grid-template-columns:minmax(0,1fr) 120px 120px;gap:14px;align-items:end;padding:17px 0;border-bottom:1px solid var(--line)}.hcp-product-row small{display:block;margin-top:5px;color:var(--muted)}.hcp-product-row label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:700}.hcp-order-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:18px 0;background:var(--line);border:1px solid var(--line);border-radius:7px;overflow:hidden}.hcp-order-summary>div{display:grid;gap:5px;background:#f8fbfb;padding:14px}.hcp-order-summary span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.hcp-order-summary strong{font-size:17px}.hcp-status{display:inline-flex;padding:5px 9px;border:1px solid #aed2d5;border-radius:999px;color:var(--teal);font-size:11px;font-weight:800;text-transform:uppercase}.hcp-list{display:grid;gap:12px}.hcp-list article{display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:22px}.hcp-list h2{margin:0 0 5px}.hcp-list p{margin:0;color:var(--muted)}.hcp-demo-label{display:inline-flex;margin-top:10px;padding:5px 8px;border:1px solid #e3c987;border-radius:999px;background:#fff8e8;color:#735514;font-size:11px;font-weight:800;text-transform:uppercase}.hcp-muted{color:var(--muted)}.hcp-media{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hcp-media article{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.hcp-media img{width:100%;aspect-ratio:4/3;object-fit:contain;background:var(--soft)}.hcp-media article>div{padding:18px}.hcp-media h2{margin:0 0 12px;font-size:20px}.hcp-actions{display:flex;gap:8px;flex-wrap:wrap}.hcp-empty{display:grid;gap:8px;min-height:180px;align-content:center;border:1px solid var(--line);border-radius:8px;background:#fff;padding:30px}.hcp-empty p{margin:0;color:var(--muted)}.hcp-state{width:min(680px,calc(100% - 32px));margin:8vh auto;background:#fff;border:1px solid var(--line);border-radius:8px;padding:clamp(26px,5vw,44px)}.hcp-state--application{width:min(860px,calc(100% - 32px));margin:4vh auto}.hcp-state-logo{display:block;width:190px;margin:0 auto 34px}.hcp-state h1{margin:0 0 10px;font-size:clamp(32px,5vw,46px)}.hcp-state>p{color:var(--muted);line-height:1.55}.hcp-message{margin-top:14px;color:var(--teal);font-weight:700}.hcp-message--error{color:var(--danger)}
@media(max-width:980px){.hcp-header{align-items:flex-start;flex-wrap:wrap;padding:18px 20px}.hcp-nav{order:3;width:100%}.hcp-card,.hcp-card--wide{grid-column:span 6}.hcp-media{grid-template-columns:repeat(2,minmax(0,1fr))}.hcp-order-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.hcp-preview-banner{align-items:flex-start;flex-direction:column;padding:10px 16px}.hcp-preview-banner+.hcp-header{top:0}.hcp-brand img{width:135px}.hcp-brand span{font-size:14px}.hcp-header>.hcp-btn{display:none}.hcp-main{width:min(100% - 28px,1260px);padding-top:32px}.hcp-card,.hcp-card--wide{grid-column:1/-1;padding:20px}.hcp-form{grid-template-columns:1fr}.hcp-field--full{grid-column:auto}.hcp-product-grid,.hcp-media{grid-template-columns:1fr}.hcp-product-art{height:250px}.hcp-product-row{grid-template-columns:1fr 1fr}.hcp-product-row>div{grid-column:1/-1}.hcp-order-summary{grid-template-columns:1fr 1fr}.hcp-list article{align-items:flex-start;flex-direction:column}.hcp-facts{grid-template-columns:1fr}.hcp-facts>div:nth-child(n){padding-left:0;padding-right:0}.hcp-table-wrap{overflow-x:auto}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

.hcp-mobile-nav{display:none}
@media(max-width:760px){.hcp-header{align-items:center}.hcp-nav{display:none}.hcp-mobile-nav{display:grid;order:3;width:100%;gap:6px}.hcp-mobile-nav span{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.hcp-mobile-nav select{width:100%;min-height:46px;border:1px solid #bfd3d6;border-radius:7px;background:#fff;padding:10px 38px 10px 12px;color:var(--navy);font-weight:750}.hcp-header>.hcp-btn{display:inline-flex}}
@media(max-width:430px){.hcp-header{gap:14px;padding:14px}.hcp-brand img{width:126px}.hcp-brand span{display:none}.hcp-header>.hcp-btn{min-height:38px;padding:8px 12px}}

/* Customer portal editorial hierarchy. */
.hcp-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:32px}
.hcp-intro>div:first-child{min-width:0}
.hcp-intro p{margin-bottom:0}
.hcp-intro-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.hcp-price-lines{display:flex;align-items:baseline;gap:10px 22px;flex-wrap:wrap;margin:8px 0 16px}
.hcp-price-lines strong{font-size:clamp(24px,3vw,34px);line-height:1.15}
.hcp-price-lines small{color:var(--muted);font-size:13px;font-weight:700}
.hcp-manager{display:grid;gap:6px}
.hcp-manager strong{font-size:20px}
.hcp-manager span{color:var(--muted)}
.hcp-manager a{width:max-content;max-width:100%;color:var(--teal);font-weight:700;overflow-wrap:anywhere}
@media(max-width:680px){.hcp-intro{align-items:flex-start;flex-direction:column;gap:20px}.hcp-intro-actions{width:100%;justify-content:space-between}.hcp-intro-actions .hcp-btn{flex:1}}

/* Product-specific single-can presentation. */
.hcp-product-card{display:grid;grid-template-rows:auto auto auto 1fr;align-content:start}
.hcp-product-card .hcp-product-art{height:360px;overflow:hidden;margin:0 0 24px;border:1px solid #e4eeee;border-radius:7px;background:linear-gradient(145deg,#f8fbfb,#eaf5f4)}
.hcp-product-card .hcp-product-art img{display:block;width:auto;max-width:100%;height:100%;margin:auto;object-fit:contain;object-position:center;padding:14px}
@media(max-width:680px){.hcp-product-card .hcp-product-art{height:320px}.hcp-product-card .hcp-product-art img{padding:12px}}

.hcp-technical{margin-top:clamp(36px,5vw,64px);border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.hcp-technical>header{padding:clamp(22px,3vw,34px);border-bottom:1px solid var(--line)}.hcp-technical h2{margin:0 0 8px;font-size:clamp(25px,3vw,34px)}.hcp-technical header p{max-width:680px;margin:0;color:var(--muted);line-height:1.55}.hcp-spec-table{width:100%}.hcp-spec-head,.hcp-spec-row{display:grid;grid-template-columns:minmax(190px,1.15fr) repeat(2,minmax(150px,1fr));gap:20px;align-items:start;padding:14px clamp(18px,3vw,34px)}.hcp-spec-head{background:#f4f8f9;color:var(--navy);font-size:12px;text-transform:uppercase}.hcp-spec-row{border-top:1px solid var(--line)}.hcp-spec-row>span:first-child{color:var(--muted);font-weight:700}.hcp-spec-row>span:not(:first-child){color:var(--navy);font-weight:700}.hcp-spec-row span:empty{min-height:1em}.hcp-spec-row span:empty::after{content:""}
@media(max-width:680px){.hcp-spec-head{display:none}.hcp-spec-row{grid-template-columns:1fr 1fr;gap:10px 18px;padding:18px 20px}.hcp-spec-row>span:first-child{grid-column:1/-1;color:var(--navy);font-weight:800}.hcp-spec-row>span:not(:first-child){display:grid;gap:4px;font-weight:700}.hcp-spec-row>span:not(:first-child)::before{content:attr(data-product);color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.hcp-spec-row>span:empty{display:none}}

/* Trade Programme 2026. Product, retail packaging and logistics costs remain distinct. */
.hcp-currency{display:inline-flex;align-items:center;padding:4px;border:1px solid var(--line);border-radius:7px;background:#fff}.hcp-currency button{min-width:68px;border:0;border-radius:5px;background:transparent;color:var(--muted);padding:10px 16px;font-weight:800;cursor:pointer}.hcp-currency button[aria-pressed="true"]{background:var(--teal);color:#fff}.hcp-currency button:focus-visible{outline:3px solid #72cbd2;outline-offset:2px}
.hcp-agreed-pricing{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px;padding:18px 22px;border:1px solid #add6d4;border-radius:8px;background:#eef8f7}.hcp-agreed-pricing .hcp-kicker{margin:0}.hcp-agreed-pricing>div{display:flex;gap:14px 24px;flex-wrap:wrap}.hcp-agreed-pricing p{display:flex;align-items:baseline;gap:9px;margin:0}.hcp-agreed-pricing span{color:var(--teal);font-weight:800}
.hcp-pricing-table-wrap{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.hcp-pricing-table{width:100%;border-collapse:collapse}.hcp-pricing-table th,.hcp-pricing-table td{padding:16px 13px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.hcp-pricing-table th{background:#f3f8f8;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.hcp-pricing-table tbody tr:last-child td{border-bottom:0}.hcp-pricing-table tbody tr.is-current{background:#eef8f7}.hcp-pricing-table td strong{white-space:nowrap}.hcp-pricing-table td small{display:block;margin-top:5px;color:var(--muted);font-size:11px;line-height:1.35}.hcp-pricing-table .hcp-btn{min-width:112px;white-space:nowrap}.hcp-current-level{display:block;width:max-content;margin-top:7px;padding:4px 7px;border-radius:999px;background:var(--teal);color:#fff;font-size:9px;font-weight:800;text-transform:uppercase}
.hcp-pricing-note{margin:18px 0 34px;padding-left:16px;border-left:2px solid var(--teal);color:var(--muted);line-height:1.65}
.hcp-strategic-volume{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr) auto;gap:28px;align-items:center;margin-bottom:18px;padding:26px 28px;border:1px solid var(--line);border-radius:8px;background:#f4f9f9}.hcp-strategic-volume h2{margin:0 0 8px}.hcp-strategic-volume p{margin:0;color:var(--muted);line-height:1.55}.hcp-strategic-volume ul{display:grid;grid-template-columns:1fr 1fr;gap:7px 20px;margin:0;padding-left:18px;color:var(--muted);font-size:13px}.hcp-strategic-volume .hcp-btn{white-space:nowrap}
.hcp-commercial-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:18px}.hcp-packaging-feature,.hcp-cost-separation article,.hcp-commercial-terms{border:1px solid var(--line);border-radius:8px;background:#fff}.hcp-packaging-feature{display:grid;grid-template-columns:minmax(190px,.72fr) minmax(0,1fr);overflow:hidden}.hcp-packaging-feature>div:first-child{display:grid;min-height:280px;place-items:center;background:var(--soft)}.hcp-packaging-feature img{display:block;width:100%;height:280px;object-fit:contain;padding:24px}.hcp-packaging-feature>div:last-child{padding:28px}.hcp-packaging-feature h2{margin:0 0 12px}.hcp-packaging-feature>div>strong{display:block;color:var(--teal);font-size:clamp(28px,3.5vw,42px)}.hcp-packaging-feature>div>strong small{font-size:13px}.hcp-packaging-feature p{color:var(--muted);line-height:1.55}.hcp-packaging-feature dl{margin:20px 0 0;border-top:1px solid var(--line)}.hcp-packaging-feature dl div{display:flex;justify-content:space-between;gap:20px;padding-top:14px}.hcp-packaging-feature dt{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.hcp-packaging-feature dd{margin:0;font-weight:800}.hcp-cost-separation{display:grid;gap:18px}.hcp-cost-separation article{padding:26px}.hcp-cost-separation h2{margin:0 0 10px;font-size:24px}.hcp-cost-separation p{margin:0;color:var(--muted);line-height:1.55}
.hcp-packaging-feature--no-media{grid-template-columns:1fr}.hcp-packaging-feature--no-media>div:first-child{display:none}
.hcp-commercial-terms{margin-top:18px;overflow:hidden}.hcp-commercial-terms header{padding:26px 28px;border-bottom:1px solid var(--line)}.hcp-commercial-terms h2{margin:0}.hcp-commercial-terms dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0}.hcp-commercial-terms dl div{min-height:106px;padding:20px 24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.hcp-commercial-terms dl div:nth-child(3n){border-right:0}.hcp-commercial-terms dt{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.hcp-commercial-terms dd{margin:7px 0 0;font-weight:700;line-height:1.45}
.hcp-order-programme{display:flex;align-items:center;gap:12px 22px;flex-wrap:wrap;margin-bottom:10px;padding:16px 18px;border:1px solid var(--line);border-radius:7px;background:var(--soft)}.hcp-order-programme .hcp-kicker{margin:0}.hcp-order-programme .hcp-link-button{margin-left:auto}.hcp-order-summary{display:block;margin:22px 0;background:#fff;border:1px solid var(--line);overflow:hidden}.hcp-order-counts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:var(--line);gap:1px}.hcp-order-counts>div{display:grid;gap:5px;background:#f8fbfb;padding:14px}.hcp-order-counts span,.hcp-order-breakdown dt{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.hcp-order-counts strong{font-size:16px}.hcp-order-breakdown{margin:0;padding:5px 18px}.hcp-order-breakdown>div{display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding:13px 0;border-bottom:1px solid var(--line)}.hcp-order-breakdown>div:last-child{border-bottom:0}.hcp-order-breakdown dd{margin:0;text-align:right;font-weight:800}.hcp-order-breakdown dd small{display:block;margin-top:4px;color:var(--muted);font-weight:600}.hcp-order-breakdown .hcp-order-total{padding:17px 0}.hcp-order-breakdown .hcp-order-total dt,.hcp-order-breakdown .hcp-order-total dd{color:var(--navy);font-size:17px}.hcp-order-summary>p{margin:0;padding:0 18px 17px;color:var(--muted);font-size:12px;line-height:1.5}
@media(max-width:1100px){.hcp-pricing-table thead{display:none}.hcp-pricing-table,.hcp-pricing-table tbody{display:block}.hcp-pricing-table tr{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:18px}.hcp-pricing-table td{display:grid;align-content:start;gap:5px;padding:11px;border:0}.hcp-pricing-table td::before{content:attr(data-label);color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.hcp-pricing-table td:first-child,.hcp-pricing-table td:last-child{grid-column:span 2}.hcp-strategic-volume{grid-template-columns:1fr 1fr}.hcp-strategic-volume .hcp-btn{width:max-content}.hcp-commercial-grid{grid-template-columns:1fr}.hcp-commercial-terms dl{grid-template-columns:repeat(2,minmax(0,1fr))}.hcp-commercial-terms dl div:nth-child(n){border-right:1px solid var(--line)}.hcp-commercial-terms dl div:nth-child(2n){border-right:0}}
@media(max-width:680px){.hcp-currency{width:100%}.hcp-currency button{flex:1}.hcp-agreed-pricing{align-items:flex-start;flex-direction:column}.hcp-agreed-pricing>div,.hcp-agreed-pricing p{display:grid}.hcp-pricing-table tr{grid-template-columns:1fr 1fr;padding:14px 10px}.hcp-pricing-table td:first-child,.hcp-pricing-table td:last-child{grid-column:1/-1}.hcp-pricing-table .hcp-btn{width:100%}.hcp-strategic-volume{grid-template-columns:1fr;padding:22px}.hcp-strategic-volume ul{grid-template-columns:1fr}.hcp-strategic-volume .hcp-btn{width:100%}.hcp-packaging-feature{grid-template-columns:1fr}.hcp-packaging-feature>div:first-child:empty{display:none}.hcp-packaging-feature>div:first-child{min-height:210px}.hcp-packaging-feature img{height:220px}.hcp-commercial-terms dl{grid-template-columns:1fr}.hcp-commercial-terms dl div:nth-child(n){min-height:0;border-right:0}.hcp-order-counts{grid-template-columns:1fr 1fr}.hcp-order-breakdown>div{align-items:flex-start;flex-direction:column;gap:5px}.hcp-order-breakdown dd{text-align:left}.hcp-order-programme{align-items:flex-start;flex-direction:column}.hcp-order-programme .hcp-link-button{margin:0}.hcp-commercial-grid{gap:14px}}

/* Stable customer-order quantity controls. */
.hcp-product-row{grid-template-columns:minmax(0,1fr) minmax(120px,140px) minmax(120px,140px)}
.hcp-product-row label{min-width:0}
.hcp-product-row input{width:100%;min-width:0;min-height:44px;padding:10px 8px 10px 12px;border:1px solid #bfd3d6;border-radius:7px;background:#fff;color:var(--navy);font-variant-numeric:tabular-nums}
@media(max-width:680px){.hcp-product-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}

/* Customer product catalogue and grouped technical workspace. */
.hcp-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.hcp-product-card--packaging .hcp-product-art img{padding:18px 24px}
.hcp-fact-wide{grid-column:1/-1;padding-left:0!important;padding-right:0!important}
.hcp-technical-groups{display:grid;gap:18px}
.hcp-spec-group{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}
.hcp-spec-group>h2{margin:0;padding:22px clamp(18px,3vw,34px);border-bottom:1px solid var(--line);font-size:clamp(20px,2.4vw,27px)}
@media(max-width:980px){.hcp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.hcp-product-grid{grid-template-columns:1fr}}

/* Customer Dashboard mirrors the light THIC HUB operating overview. */
.hcp-customer-dashboard{display:grid;gap:clamp(30px,4vw,52px)}
.hcp-customer-dashboard-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:clamp(28px,4vw,46px);border:1px solid var(--line);border-radius:8px;background:linear-gradient(115deg,#edf7f7,rgba(255,255,255,.97) 58%,#f4f9fa)}
.hcp-customer-dashboard-hero .hcp-kicker{margin-bottom:9px}
.hcp-customer-dashboard-hero h1{max-width:900px;margin:0;color:var(--navy);font-size:clamp(36px,5vw,58px);line-height:1.03}
.hcp-customer-dashboard-hero p{margin:13px 0 0;color:var(--muted);font-size:clamp(16px,1.5vw,18px);line-height:1.5}
.hcp-customer-dashboard-summary,.hcp-customer-dashboard-orders{padding:clamp(24px,3vw,38px);border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,rgba(240,248,248,.72),rgba(255,255,255,.55))}
.hcp-customer-dashboard-summary-head{margin-bottom:22px}
.hcp-customer-dashboard-summary-head>span{display:block;margin-bottom:8px;color:#2f747b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.hcp-customer-dashboard-summary-head h2{margin:0;color:var(--navy);font-size:clamp(25px,3vw,34px);line-height:1.1}
.hcp-customer-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hcp-dashboard-card{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr);grid-template-rows:auto auto;gap:18px;min-width:0;min-height:220px;padding:24px;overflow:hidden;border:1px solid #d8e5e7;border-radius:8px;background:linear-gradient(145deg,#fff,#f2f8f8);color:var(--navy);font:inherit;text-align:left;box-shadow:0 10px 24px rgba(19,50,60,.045)}
button.hcp-dashboard-card{cursor:pointer;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
button.hcp-dashboard-card:hover{transform:translateY(-2px);border-color:#75b8bd;box-shadow:0 16px 34px rgba(19,50,60,.08)}
button.hcp-dashboard-card:focus-visible{outline:3px solid rgba(24,174,176,.28);outline-offset:3px}
.hcp-dashboard-card-visual{display:grid;place-items:center;width:72px;height:72px;border:1px solid rgba(47,116,123,.12);border-radius:8px;background:#e7f3f3;color:#27838a}
.hcp-dashboard-card-visual svg{display:block;width:72px;height:72px}
.hcp-dashboard-card-copy{display:block;min-width:0}
.hcp-dashboard-card-copy>small{display:block;margin-bottom:7px;color:#2f747b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.hcp-dashboard-card-copy>strong{display:block;color:var(--navy);font-size:19px;line-height:1.2}
.hcp-dashboard-card-copy>span{display:block;margin-top:8px;color:var(--muted);font-size:14px;line-height:1.45}
.hcp-dashboard-card-metrics{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:10px;align-self:end;padding-top:16px;border-top:1px solid #e3ecee}
.hcp-dashboard-card-metrics>span{display:grid;gap:4px;min-width:0}
.hcp-dashboard-card-metrics b{color:var(--navy);font-size:21px;line-height:1;overflow-wrap:anywhere}
.hcp-dashboard-card-metrics small{color:#66788a;font-size:11px;line-height:1.25}
.hcp-dashboard-card--manager{cursor:default}
.hcp-dashboard-manager-details{grid-column:1/-1;align-self:end;padding-top:16px;border-top:1px solid #e3ecee}
.hcp-dashboard-manager-details .hcp-manager>strong,.hcp-dashboard-manager-details .hcp-manager>span{display:none}
.hcp-dashboard-manager-details .hcp-manager{gap:7px}
.hcp-customer-dashboard-orders{background:#fff}
.hcp-customer-dashboard-orders .hcp-table-wrap{border-top:1px solid var(--line)}
@media(max-width:1100px){.hcp-customer-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hcp-dashboard-card{grid-template-columns:64px minmax(0,1fr)}.hcp-dashboard-card-visual,.hcp-dashboard-card-visual svg{width:64px;height:64px}}
@media(max-width:680px){.hcp-customer-dashboard{gap:24px}.hcp-customer-dashboard-hero{align-items:flex-start;flex-direction:column;padding:24px 20px}.hcp-customer-dashboard-hero .hcp-intro-actions{width:auto}.hcp-customer-dashboard-summary,.hcp-customer-dashboard-orders{padding:20px}.hcp-customer-dashboard-grid{grid-template-columns:1fr}.hcp-dashboard-card{grid-template-columns:56px minmax(0,1fr);min-height:0;padding:20px}.hcp-dashboard-card-visual,.hcp-dashboard-card-visual svg{width:56px;height:56px}.hcp-dashboard-card-metrics b{font-size:19px}}
@media(prefers-reduced-motion:reduce){button.hcp-dashboard-card{transition:none}}

/* Shared customer profile. The approved account row feeds both portal and THIC HUB. */
.hcp-account-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hcp-account-card{grid-column:auto;min-height:100%}
.hcp-account-facts{display:grid;margin:0}
.hcp-account-facts>div{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(0,1.3fr);gap:18px;padding:13px 0;border-top:1px solid var(--line)}
.hcp-account-facts>div:first-child{border-top:0}
.hcp-account-facts dt{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}
.hcp-account-facts dd{margin:0;color:var(--navy);font-weight:700;overflow-wrap:anywhere}
.hcp-account-form{display:grid;gap:18px}
.hcp-account-form>section{border:1px solid var(--line);border-radius:8px;background:#fff;padding:clamp(20px,3vw,30px)}
.hcp-account-form h2{margin:0 0 20px;font-size:22px}
.hcp-account-form input:disabled{background:#f2f5f6;color:#66788a}
.hcp-field-note{margin:12px 0 0;color:var(--muted);font-size:13px;line-height:1.45}
.hcp-field>small{color:var(--muted);font-size:12px;line-height:1.4;text-transform:none}.hcp-field select[multiple]{min-height:190px;padding:7px}.hcp-field select[multiple] option{padding:8px 10px;border-radius:4px}.hcp-field select[multiple] option:checked{background:linear-gradient(var(--teal),var(--teal));color:#fff}.hcp-phone-field{display:grid;grid-template-columns:minmax(180px,.95fr) minmax(160px,1.05fr);gap:8px}.hcp-phone-field select,.hcp-phone-field input{min-width:0}
@media(max-width:680px){.hcp-phone-field{grid-template-columns:1fr}.hcp-field select[multiple]{min-height:170px}}
.hcp-account-actions{position:sticky;bottom:0;display:flex;align-items:center;gap:10px;flex-wrap:wrap;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.96);padding:14px 16px;box-shadow:0 -8px 20px rgba(13,27,51,.04)}
.hcp-account-actions .hcp-message{margin:0 0 0 6px}
.hcp-state--application-success{text-align:center}.hcp-state--application-success>p{max-width:560px;margin:0 auto 16px;font-size:17px}.hcp-state--application-success .hcp-return-note{margin:24px auto;color:var(--teal);font-size:14px;font-weight:700}
@media(max-width:760px){.hcp-account-sections{grid-template-columns:1fr}.hcp-account-facts>div{grid-template-columns:1fr;gap:5px}.hcp-account-actions{position:static}.hcp-account-actions .hcp-message{width:100%;margin-left:0}}

/* Controlled customer document centre. */
.hcp-document-library{display:grid;gap:34px}.hcp-document-group{display:grid;gap:14px}.hcp-document-group>header{display:flex;align-items:end;justify-content:space-between;gap:20px;padding-bottom:10px;border-bottom:1px solid var(--line)}.hcp-document-group h2{margin:0;font-size:24px}.hcp-document-group>header span{color:var(--muted);font-size:13px}.hcp-document-list{display:grid;gap:10px}.hcp-document-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:18px 20px;border:1px solid var(--line);border-radius:8px;background:#fff}.hcp-document-item h3{margin:4px 0 7px;font-size:18px}.hcp-document-item p{margin:0;color:var(--muted);font-size:13px}.hcp-document-actions{display:flex;gap:8px;flex-wrap:wrap}.hcp-document-overlay{position:fixed;inset:0;z-index:80;overflow:auto;background:#eef3f4;padding:34px}.hcp-document-toolbar{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(940px,100%);margin:0 auto 16px;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 24px rgba(13,27,51,.08)}.hcp-document-toolbar>div{display:flex;gap:8px;flex-wrap:wrap}.hcp-controlled-document{width:min(940px,100%);min-height:1180px;margin:0 auto;background:#fff;color:var(--navy);padding:54px 60px 38px;box-shadow:0 16px 50px rgba(13,27,51,.10)}.hcp-doc-header{display:grid;grid-template-columns:190px minmax(0,1fr);gap:40px;align-items:center;padding-bottom:28px;border-bottom:2px solid var(--teal)}.hcp-doc-header img{display:block;width:180px;height:auto}.hcp-doc-header span{display:block;margin-bottom:8px;color:var(--teal);font-size:11px;font-weight:800;text-transform:uppercase}.hcp-doc-header h1{margin:0;font-size:32px;line-height:1.15}.hcp-doc-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:22px 0 38px;border:1px solid var(--line)}.hcp-doc-meta>div{padding:12px 14px;border-right:1px solid var(--line)}.hcp-doc-meta>div:last-child{border-right:0}.hcp-doc-meta dt{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.hcp-doc-meta dd{margin:5px 0 0;font-size:12px;font-weight:700;text-transform:capitalize}.hcp-controlled-document main{display:grid;gap:30px}.hcp-doc-section,.hcp-doc-product-spec,.hcp-doc-note{break-inside:avoid}.hcp-doc-section h2,.hcp-doc-product-spec h2,.hcp-doc-note h2{margin:0 0 13px;font-size:20px}.hcp-doc-section>p{margin:-4px 0 14px;color:var(--muted)}.hcp-doc-table{width:100%;border-collapse:collapse}.hcp-doc-table th,.hcp-doc-table td{padding:10px 12px;border:1px solid var(--line);text-align:left;vertical-align:top}.hcp-doc-table th{width:38%;background:#f3f8f8;font-size:11px}.hcp-doc-price-table thead th{width:auto;background:#eaf4f4}.hcp-doc-product,.hcp-doc-packaging{display:grid;place-items:center;min-height:280px;margin:0;background:#f5f9f9}.hcp-doc-product img{display:block;max-width:220px;max-height:300px;object-fit:contain}.hcp-doc-packaging img{display:block;max-width:520px;max-height:300px;object-fit:contain}.hcp-doc-note{padding:18px 20px;border-left:3px solid var(--teal);background:#f3f8f8}.hcp-doc-note p{margin:0;line-height:1.55}.hcp-doc-steps{display:grid;gap:12px;margin:0;padding-left:22px}.hcp-controlled-document>footer{display:grid;grid-template-columns:1fr auto auto;gap:20px;margin-top:46px;padding-top:14px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}.hcp-doc-page::after{content:counter(page)}
@media(max-width:760px){.hcp-document-overlay{padding:0}.hcp-document-toolbar{border-radius:0;margin:0;padding:10px}.hcp-controlled-document{min-height:0;padding:28px 20px;box-shadow:none}.hcp-doc-header{grid-template-columns:1fr;gap:20px}.hcp-doc-header img{width:150px}.hcp-doc-header h1{font-size:27px}.hcp-doc-meta{grid-template-columns:1fr 1fr}.hcp-doc-meta>div:nth-child(2){border-right:0}.hcp-doc-meta>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.hcp-document-item{grid-template-columns:1fr}.hcp-document-actions .hcp-btn{flex:1}.hcp-doc-table{font-size:13px}.hcp-controlled-document>footer{grid-template-columns:1fr}.hcp-doc-page{display:none}}
@media print{body.hcp-document-print{background:#fff}body.hcp-document-print>#customerPortalApp>.hcp-preview-banner,body.hcp-document-print>#customerPortalApp>.hcp-header,body.hcp-document-print>#customerPortalApp>.hcp-main,body.hcp-document-print .hcp-document-toolbar{display:none!important}body.hcp-document-print .hcp-document-overlay{position:static;overflow:visible;background:#fff;padding:0}body.hcp-document-print .hcp-controlled-document{width:100%;min-height:0;margin:0;padding:14mm 13mm 10mm;box-shadow:none}.hcp-controlled-document{page:controlled}.hcp-doc-header h1{font-size:25pt}.hcp-doc-section,.hcp-doc-product-spec,.hcp-doc-note,.hcp-doc-table tr{break-inside:avoid}@page controlled{size:A4;margin:0}}

/* Customer application sales-channel selection. */
.hcp-choice-field--channels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 18px}
.hcp-choice-field--channels legend{margin-bottom:4px}
.hcp-choice-field--channels label{min-height:42px;margin:0;padding:9px 11px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--navy);font-size:14px;font-weight:700;text-transform:none}
.hcp-choice-field--channels label:has(input:checked){border-color:var(--teal);background:#edf7f6}
@media(max-width:820px){.hcp-choice-field--channels{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.hcp-choice-field--channels{grid-template-columns:1fr}}

/* Safety Data Sheet controlled-document treatment. */
.hcp-doc-issuer{margin:16px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.hcp-doc-issuer strong{color:var(--navy)}.hcp-controlled-document--sds main{gap:28px}.hcp-sds-section h2{display:flex;align-items:baseline;gap:10px;padding-bottom:9px;border-bottom:1px solid var(--line)}.hcp-sds-section h2>span{display:inline-grid;place-items:center;flex:0 0 28px;height:28px;border-radius:50%;background:#eaf5f4;color:var(--teal);font-size:13px}.hcp-sds-section>p{margin:0;line-height:1.6}.hcp-sds-list{display:grid;gap:7px;margin:0;padding-left:20px;line-height:1.55}.hcp-sds-table thead th{width:auto;background:#eaf4f4}.hcp-controlled-document--sds>footer span:first-child{line-height:1.45}
@media print{.hcp-sds-section h2{break-after:avoid}.hcp-sds-section h2+*{break-before:avoid}.hcp-controlled-document--sds>footer{break-inside:avoid}}
