/* style.css */
@charset "UTF-8";
:root{--purple:#773484;--dark:#302137;--muted:#706776;--line:#e3dce4;--paper:#fcfaf8;--lilac:#f0e8f2;--mint:#dfecd8;--font:"Segoe UI",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--dark);background:var(--paper);font:16px/1.65 var(--font)}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:500;letter-spacing:-.045em;line-height:1.1}h1{font-size:clamp(48px,5.5vw,82px)}h2{font-size:clamp(32px,3.6vw,51px)}h3{font-size:27px}em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--purple)}a{color:inherit;text-decoration:none}p{color:var(--muted)}img{display:block;max-width:100%;object-fit:cover}button,input,textarea,select{font:inherit}button,a,input,select,textarea{outline-offset:5px}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--purple)}[hidden]{display:none!important}.wrap{width:min(1280px,calc(100% - 100px));margin-inline:auto}.section{padding-block:88px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.17em;color:var(--purple);margin-bottom:23px}.lead{font-size:19px;line-height:1.65;max-width:550px}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;border:1px solid var(--purple);padding:15px 24px;background:var(--purple);color:#fff;font-size:14px;font-weight:600;border-radius:4px;transition:background .2s,transform .2s}.button:hover{background:#54245e;transform:translateY(-2px)}.button span{font-size:21px;line-height:1}.button.small{padding:12px 20px;gap:24px}.button.light{background:var(--paper);color:var(--purple);border-color:var(--paper);flex-shrink:0}.text-link{display:inline-flex;align-items:center;gap:24px;font-weight:600;font-size:14px;color:var(--purple);padding:10px 0;border-bottom:1px solid currentColor}.text-link:hover{color:#3f2049}.actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.preview-bar{background:var(--dark);color:#f6edf8;font-size:10px;letter-spacing:.1em}.preview-bar .wrap{display:flex;justify-content:space-between;gap:16px;padding-block:7px}.preview-bar a{letter-spacing:0;text-decoration:underline;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:30;background:rgba(252,250,248,.97);border-bottom:1px solid var(--line)}.header-inner{display:flex;height:95px;align-items:center;justify-content:space-between;gap:30px}.brand img{width:190px;height:auto;background:transparent;filter:url(#ice-footer-logo-clear)}.brand{background:transparent;flex-shrink:0}.header-inner nav{display:flex;gap:30px;align-items:center}.nav-link{font-size:14px;white-space:nowrap}.nav-link:hover,.nav-link.current{color:var(--purple)}.nav-link.current{box-shadow:0 2px 0 var(--purple);padding-bottom:4px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1.04fr 1fr;gap:64px;padding-top:48px;padding-bottom:64px;align-items:center}.hero-copy{padding:32px 0 20px}.hero h1{margin-bottom:25px}.hero .lead{max-width:460px;margin-bottom:32px}.hero-note{display:flex;gap:15px;align-items:center;margin-top:48px;font-size:12px;color:var(--muted);line-height:1.5}.mini-star{font-size:40px;color:var(--purple);line-height:1}.hero-image{position:relative;border-radius:180px 10px 10px 10px;overflow:hidden;min-width:0;background:#dfd4c6;height:550px}.hero-image>img{height:100%;width:100%;object-position:58% center}.hero-image:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(26,20,16,.7));pointer-events:none}.hero-image figcaption{position:absolute;bottom:28px;left:32px;right:30px;display:flex;flex-direction:column;color:white;z-index:2;font-size:20px;line-height:1.4}.hero-image figcaption span:last-child{font-weight:650}.image-tag{position:absolute;right:20px;top:20px;background:var(--mint);padding:24px 18px;width:108px;height:108px;border-radius:50%;font-size:13px;line-height:1.45;transform:rotate(8deg);font-weight:600;text-align:center}.promise-strip{background:var(--lilac);border-block:1px solid #e4d8e7}.promise-strip .wrap{display:flex;justify-content:space-between;gap:18px;align-items:center;padding-block:19px;font-size:12px}.promise-strip i{color:var(--purple);font-size:21px;font-style:normal}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:55px;margin-bottom:42px}.section-heading>p{max-width:340px;font-size:16px;padding-bottom:4px}.section-heading .eyebrow{margin-bottom:18px}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.program{border-bottom:1px solid var(--line)}.program-photo{height:300px;overflow:hidden;border-radius:7px;background:#f0edf1}.program-photo img{height:100%;width:100%;transition:transform .4s}.program:hover img{transform:scale(1.025)}.machine-program .program-photo{background:#fff}.machine-program .program-photo img{object-fit:contain;padding:20px}.program-body{padding:24px 0 26px}.number{font-size:10px;letter-spacing:.12em;color:var(--muted);display:block;margin-bottom:16px}.program h3{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:26px;margin-bottom:16px}.program h3 b{font-weight:400;color:var(--purple);font-size:28px}.program p{font-size:14px;line-height:1.65}.support-link{display:flex;gap:25px;align-items:center;padding:26px 30px;margin-top:36px;background:var(--lilac);border-radius:7px}.support-link>div{flex:1}.support-link strong,.support-link div>span{display:block}.support-link strong{font-weight:600;font-size:19px}.support-link div>span{color:var(--muted);font-size:14px}.round-arrow{height:40px;width:40px;display:grid;place-items:center;border:1px solid #c6aecd;border-radius:50%;font-size:23px}.feature-section{padding-block:75px;background:#f0ece5}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.feature-photo{height:565px;border-radius:8px 8px 130px 8px;overflow:hidden}.feature-photo img{width:100%;height:100%;object-position:45%}.feature-copy>p:not(.eyebrow){margin-top:26px;max-width:465px}.feature-points{margin:25px 0}.feature-points>span{display:flex;gap:18px;padding:13px 0;border-bottom:1px solid #dbd5ce;font-size:14px}.feature-points b{color:var(--purple);font-weight:500}.partner-grid{display:grid;grid-template-columns:repeat(6,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}.partner-logo{height:130px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:24px;background:#fff}.partner-logo img{width:100%;height:85px;object-fit:contain;clip-path:inset(3px)}.cta{padding:60px;background:var(--purple);color:white;border-radius:8px;display:flex;gap:60px;justify-content:space-between;align-items:center}.cta h2{font-size:clamp(30px,3.3vw,46px);max-width:680px}.cta p{color:#f0e2f4;max-width:620px;margin-top:20px}.cta .eyebrow{color:#f1dff5;margin:0 0 20px}.section:has(>.cta){padding-top:0}.page-intro{padding-top:35px;padding-bottom:50px}.breadcrumb{font-size:12px;color:var(--muted);letter-spacing:0}.page-intro>.eyebrow{margin-top:46px;margin-bottom:22px}.page-intro h1{font-size:clamp(46px,5.2vw,73px)}.page-intro .lead{margin-top:25px;max-width:660px}.section.compact{padding-top:5px}.filter-group{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:35px}.filter-group button{background:transparent;border:1px solid #c9becd;border-radius:30px;padding:9px 20px;font-size:13px;color:var(--dark)}.filter-group button.active{background:var(--purple);border-color:var(--purple);color:white}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.product-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:white}.product-image{height:370px;background:#fff;padding:30px}.product-image img{width:100%;height:100%;object-fit:contain}.product-body{padding:25px;border-top:1px solid var(--line)}.product-body .eyebrow{font-size:9px;margin-bottom:14px}.product-body h2{font-size:31px;margin-bottom:18px}.product-body p{font-size:14px;min-height:110px}.source-link{font-size:11px;display:block;text-decoration:underline;text-underline-offset:3px;color:var(--muted);margin-top:22px}.note-panel{padding:35px 40px;background:var(--lilac);border-radius:7px;margin-top:45px}.note-panel h2{font-size:29px;margin-bottom:20px}.note-panel p{max-width:770px}.ingredient-grid{display:grid;gap:45px}.ingredient-card{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;padding-bottom:45px;border-bottom:1px solid var(--line)}.ingredient-card>img{width:100%;height:355px;border-radius:8px}.ingredient-card p:not(.eyebrow){margin:22px 0 20px;max-width:480px}.ingredient-card h2{font-size:40px}.supplier-note{display:flex;gap:65px;align-items:center;background:#f0ece5;border-radius:7px;padding:40px;margin-top:45px}.supplier-note img{width:180px;height:110px;object-fit:contain}.supplier-note h2{font-size:30px;margin-bottom:15px}.equipment-feature{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:38px;background:var(--lilac);border-radius:8px}.equipment-feature img{width:100%;height:310px;border-radius:6px}.equipment-feature p:not(.eyebrow){margin:22px 0}.equipment-feature h2{font-size:40px}.text-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:60px;margin-top:50px}.text-grid.three{grid-template-columns:repeat(3,1fr);margin-top:0;gap:40px}.text-grid h2{font-size:31px;margin-bottom:22px}.text-grid p{font-size:16px}.step-number{display:block;font-family:Georgia,serif;font-size:65px;line-height:1.1;color:#ab8bb3;margin-bottom:25px}.check-list{padding-left:20px;columns:2;column-gap:45px}.check-list li{margin-bottom:10px;color:var(--muted)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.contact-details h2{font-size:30px;margin-bottom:25px}.email{font-size:clamp(27px,3vw,40px);color:var(--purple);letter-spacing:-.03em}.contact-details>p{margin:30px 0 15px}.contact-details details{margin-top:35px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}details summary{cursor:pointer;padding:22px 0;font-size:15px;font-weight:600}details>div{padding-bottom:22px}details p+p{margin-top:20px}form{background:var(--lilac);padding:38px;border-radius:8px}form h2{font-size:33px}.form-intro{font-size:14px;margin:18px 0 25px}form label{display:block;font-weight:600;font-size:13px;margin:18px 0 7px}form label span{font-weight:400;color:var(--muted)}input,select,textarea{width:100%;padding:12px;border:1px solid #cbbdce;border-radius:4px;background:#fff;color:var(--dark)}textarea{resize:vertical}.form-privacy{font-size:12px;margin:15px 0 25px}.form-privacy a{text-decoration:underline}.form-privacy~.button{width:100%}#draft-result{margin-top:28px;border-top:1px solid #cbbdce;padding-top:24px}#draft-result p{font-size:14px}#draft-copy{margin-top:15px;font-size:13px}.copy-button{border:0;background:none;color:var(--purple);font-size:13px;text-decoration:underline;padding:12px 0;display:block}#copy-status{font-size:13px}footer{background:#f0ecef;padding:55px 0 23px;border-top:1px solid var(--line)}.footer-top{display:grid;grid-template-columns:1fr 1fr 1fr;gap:35px;align-items:center;padding-bottom:35px}.footer-brand{font-size:40px;font-weight:700;letter-spacing:.03em;color:var(--purple);line-height:1}.footer-brand span{display:block;font-size:10px;letter-spacing:.16em;font-weight:400;margin-top:9px}.footer-top p{font-size:14px}.footer-email{justify-self:end;font-size:20px;color:var(--purple)}.footer-links{display:flex;flex-wrap:wrap;gap:25px;font-size:13px;padding-bottom:35px}.footer-links>a:last-child{margin-left:auto}.footer-bottom{border-top:1px solid #d9cfdc;padding-top:24px;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:var(--muted)}.footer-bottom>div{display:flex;gap:19px;flex-wrap:wrap}.privacy-open{border:0;padding:0;background:none;color:inherit;font-size:inherit;text-decoration:underline}dialog{width:min(550px,calc(100% - 35px));padding:32px;border:1px solid var(--line);border-radius:10px;color:var(--dark);box-shadow:0 20px 100px #30213730}dialog::backdrop{background:#30213766}.dialog-heading{display:flex;align-items:start;gap:20px;justify-content:space-between;margin-bottom:25px}.dialog-heading h2{font-size:28px}.dialog-heading button{font-size:28px;border:0;background:none;line-height:1}.dialog-heading~p{font-size:14px;margin-bottom:18px}.skip{position:fixed;left:15px;top:-70px;z-index:200;background:white;padding:12px}.skip:focus{top:15px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(min-width:1600px){.hero-image{height:590px}.hero h1{font-size:82px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.header-inner nav{gap:20px}.brand img{width:160px}.hero{gap:35px}.hero-image{height:500px}.hero h1{font-size:60px}.feature-grid{gap:50px}.partner-grid{grid-template-columns:repeat(4,1fr)}.program h3{font-size:23px}.program-photo{height:250px}.contact-grid{gap:50px}.cta{padding:45px}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.section{padding-block:55px}.preview-bar{font-size:8px}.preview-bar .wrap{gap:8px}.header-inner{height:76px}.brand img{width:155px}.menu-toggle{display:flex;gap:15px;align-items:center;font-size:13px;border:1px solid var(--line);padding:8px 12px;background:transparent;border-radius:4px;color:var(--dark)}.header-inner nav{display:none;position:absolute;top:76px;left:0;right:0;flex-direction:column;align-items:stretch;padding:20px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 12px 20px #30213710;max-height:calc(100dvh - 120px);overflow-y:auto}.header-inner nav.open{display:flex}.nav-link{padding:8px 0}.nav-link.current{box-shadow:none}.hero{grid-template-columns:1fr;gap:26px;padding-top:25px;padding-bottom:35px}.hero-copy{padding:12px 0 0}.eyebrow{font-size:9px;margin-bottom:19px}.hero h1{font-size:clamp(44px,9vw,62px);margin-bottom:20px}.hero .lead{font-size:17px;margin-bottom:24px}.actions{gap:20px}.button{font-size:13px;padding:13px 19px;gap:25px}.text-link{font-size:13px}.hero-note{margin-top:23px;font-size:11px;gap:13px}.hero-note br{display:none}.hero-note .mini-star{font-size:28px}.hero-image{height:350px;border-top-left-radius:110px}.hero-image figcaption{left:24px;bottom:20px;font-size:18px}.image-tag{width:91px;height:91px;padding:19px 13px;font-size:11px}.promise-strip .wrap{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;font-size:10px;padding-block:18px}.promise-strip i{display:none}.promise-strip span:before{content:"✳";color:var(--purple);margin-right:8px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:20px;font-size:15px;max-width:450px}.section-heading h2{font-size:36px}.program-grid{grid-template-columns:1fr;gap:30px}.program-photo{height:290px}.program h3{font-size:29px}.program-body{padding-top:20px}.program p{font-size:15px}.support-link{padding:23px 18px;gap:15px}.support-link>.mini-star{font-size:28px}.support-link strong{font-size:17px}.support-link div>span{font-size:12px}.round-arrow{width:31px;height:31px;flex-shrink:0}.feature-section{padding-block:40px}.feature-grid{grid-template-columns:1fr;gap:35px}.feature-photo{height:360px;border-bottom-right-radius:95px}.feature-copy h2{font-size:40px}.feature-copy>p:not(.eyebrow){font-size:15px}.partner-grid{grid-template-columns:repeat(3,1fr)}.partner-logo{padding:12px;height:100px}.partner-logo img{height:72px}.cta{padding:30px 24px;flex-direction:column;align-items:flex-start;gap:28px}.cta h2{font-size:33px}.cta p{font-size:15px}.page-intro{padding-top:24px;padding-bottom:35px}.page-intro>.eyebrow{margin-top:30px}.page-intro h1{font-size:47px}.page-intro .lead{font-size:17px}.filter-group{gap:8px}.filter-group button{padding:8px 14px;font-size:12px}.product-grid{grid-template-columns:1fr}.product-image{height:335px}.product-body p{min-height:0;margin-bottom:18px}.note-panel{padding:27px 24px;margin-top:30px}.note-panel h2{font-size:27px}.note-panel p{font-size:15px}.ingredient-card{grid-template-columns:1fr;gap:27px;padding-bottom:35px}.ingredient-card>img{height:280px}.ingredient-card h2{font-size:34px}.ingredient-card p:not(.eyebrow){font-size:15px}.supplier-note{padding:28px;gap:20px;flex-direction:column;align-items:flex-start}.supplier-note img{height:65px;width:130px}.supplier-note h2{font-size:28px}.equipment-feature{grid-template-columns:1fr;gap:28px;padding:23px}.equipment-feature img{height:220px}.equipment-feature h2{font-size:32px}.text-grid,.text-grid.three{grid-template-columns:1fr;gap:36px;margin-top:35px}.text-grid.three{margin-top:0}.text-grid h2{font-size:29px;margin-bottom:18px}.text-grid p{font-size:15px}.step-number{font-size:48px;margin-bottom:15px}.check-list{columns:1;font-size:15px}.contact-grid{grid-template-columns:1fr;gap:35px}form{padding:26px 22px}form h2{font-size:30px}.footer-top{grid-template-columns:1fr 1fr;gap:25px}.footer-brand{font-size:31px}.footer-brand span{font-size:8px}.footer-top p{font-size:12px}.footer-email{grid-column:1/-1;justify-self:start}.footer-links{gap:15px 23px;font-size:12px}.footer-links>a:last-child{margin-left:0}.footer-bottom{flex-direction:column;font-size:9px}.footer-bottom>div{gap:14px}.contact-details .email{font-size:32px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* programmes.css */
/* Process-led ice cream programme and manufacturer reference pages. */
.nav-drop{position:relative;font-size:14px}.nav-drop summary{padding:12px 0;font-size:14px;font-weight:400;list-style:none}.nav-drop summary::-webkit-details-marker{display:none}.nav-drop summary span{margin-left:10px}.nav-drop>div{position:absolute;top:100%;left:-20px;width:285px;padding:10px;background:var(--paper);border:1px solid var(--line);box-shadow:0 15px 35px #30213718;border-radius:6px}.nav-sub-link{display:block;padding:11px 12px;font-size:13px;border-radius:3px}.nav-sub-link:hover,.nav-sub-link.current{background:var(--lilac);color:var(--purple)}
.programme-hero{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:65px;padding-block:56px 66px}.programme-hero .lead{margin:28px 0;max-width:520px}.programme-hero h1{font-size:clamp(48px,5.3vw,76px)}.programme-hero figure{height:480px;position:relative;overflow:hidden;border-radius:8px}.programme-hero figure>img{width:100%;height:100%;object-position:58% center}.programme-hero figcaption{position:absolute;bottom:0;left:0;right:0;padding:50px 25px 23px;background:linear-gradient(transparent,#2b202abb);color:white;font-size:10px;letter-spacing:.1em}.programme-section{border-top:1px solid var(--line)}.programme-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.programme-card{display:flex;flex-direction:column;border-bottom:1px solid var(--line)}.programme-image{height:250px;overflow:hidden;background:#fff;border-radius:5px}.programme-image img{width:100%;height:100%;transition:transform .3s}.programme-image.contain img{object-fit:contain;padding:22px}.programme-card:hover img{transform:scale(1.025)}.programme-info{padding:25px 0 22px;flex:1;display:flex;flex-direction:column}.programme-info h3{font-size:29px;margin-bottom:18px}.programme-info p{font-size:15px;margin-bottom:18px}.programme-info .text-link{margin-top:auto;align-self:flex-start}.supplement-section{background:#f0ece5}.supplement-section .programme-image{height:220px}.technology-explainer{max-width:880px}.technology-explainer>p:not(.eyebrow){max-width:770px;margin-top:25px;font-size:17px}.process-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));list-style:none;margin:45px 0 65px;padding:0;gap:28px;border-block:1px solid var(--line);padding-block:32px}.process-strip>li>span{color:var(--purple);font-size:13px;display:block;margin-bottom:20px}.process-strip h3{font-size:23px;letter-spacing:-.02em;margin-bottom:14px}.process-strip p{font-size:14px}.sector-split,.industrial-detail{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;margin-block:20px 50px}.sector-split figure img{width:100%;height:350px;border-radius:7px}.sector-split figcaption,.industrial-detail figcaption{font-size:11px;color:var(--muted);margin-top:12px}.sector-split h2,.industrial-detail h2{font-size:42px;margin-bottom:25px}.sector-split p+p,.industrial-detail p+p{margin-top:20px}.industrial-visual figure img,.industrial-detail figure img{object-fit:contain;background:#fff}.industrial-detail figure img{height:320px;width:100%;padding:20px}.related-row{display:flex;gap:30px;flex-wrap:wrap;margin-top:38px}.pastry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.pastry-image{height:290px;background:#fff;border:1px solid var(--line);border-radius:6px;margin-bottom:25px}.pastry-image img{width:100%;height:100%;object-fit:contain;padding:24px}.pastry-card h2{font-size:30px;margin-bottom:22px}.pastry-card p{font-size:15px}.ingredient-use{padding:20px 24px;background:var(--lilac);display:flex;flex-wrap:wrap;gap:12px 30px;margin-bottom:40px;font-size:13px}.ingredient-use strong{font-weight:600}.text-grid .check-list{columns:1}.partners-section{padding-top:0}
.manufacturer-hero{display:grid;grid-template-columns:1.12fr .88fr;gap:55px;align-items:center;padding-block:35px 60px}.manufacturer-hero h1{font-size:clamp(46px,5vw,72px)}.manufacturer-hero .lead{margin:28px 0}.manufacturer-logo{height:48px;max-width:210px;object-fit:contain;object-position:left;margin:35px 0 25px}.manufacturer-visual{height:490px;display:grid;place-items:center;background:#fff;border-radius:8px;border:1px solid var(--line);padding:35px}.manufacturer-visual img{height:100%;width:100%;object-fit:contain}.jump-links{display:flex;gap:10px 24px;flex-wrap:wrap;padding:23px 0;border-block:1px solid var(--line);margin-bottom:55px;font-size:13px}.jump-links a{color:var(--purple);text-decoration:underline;text-underline-offset:5px}.tech-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.tech-card{background:var(--lilac);padding:30px;border-radius:6px}.tech-card h3{font-size:27px;margin-bottom:18px}.tech-card p{font-size:15px}.tech-card .eyebrow{font-size:10px}.tech-card p+p{margin-top:15px}.family-list{display:grid;gap:20px;margin-block:35px}.family-row{display:grid;grid-template-columns:170px 1fr;gap:35px;border:1px solid var(--line);border-radius:6px;padding:28px;background:#fff;align-items:center}.family-row>img{height:195px;width:100%;object-fit:contain}.family-row h3{font-size:30px;margin-bottom:14px}.family-row p{font-size:15px;max-width:780px}.family-row .eyebrow{margin-bottom:12px;font-size:10px}.family-row .text-link{margin-top:7px}.spec-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:5px;margin-block:25px 15px;scrollbar-color:#b69bbb #f3edf4}.spec-table{width:100%;border-collapse:collapse;font-size:14px;text-align:left;min-width:620px}.spec-table th{background:var(--lilac);color:var(--dark);font-size:12px;font-weight:600}.spec-table td,.spec-table th{padding:15px 18px;border-bottom:1px solid var(--line);vertical-align:top}.spec-table tr:last-child td{border-bottom:0}.spec-table tbody tr:nth-child(even){background:#fff}.spec-table th:first-child,.spec-table td:first-child{font-weight:600;min-width:150px}.spec-note{font-size:12px;max-width:850px}.reading-block{margin-top:58px;max-width:940px}.reading-block h2{font-size:39px;margin-bottom:25px}.reading-block>p{margin-top:20px;max-width:850px}.reading-block h3{font-size:26px;margin:28px 0 14px}.detail-accordion{border-bottom:1px solid var(--line)}.detail-accordion summary{font-size:19px;letter-spacing:-.02em;font-weight:500;padding:23px 0}.detail-accordion>div{padding:0 0 25px}.detail-accordion p{max-width:830px;font-size:15px}.detail-accordion ul{color:var(--muted);font-size:15px;padding-left:20px}.detail-accordion li{margin:9px 0}.supplier-feature{display:grid;grid-template-columns:1fr 1fr;background:var(--lilac);border-radius:8px;overflow:hidden}.supplier-feature>div{padding:40px}.supplier-feature h2{font-size:39px;margin-bottom:25px}.supplier-feature p{margin-bottom:20px}.supplier-feature>img{width:100%;height:420px;object-fit:contain;background:#fff;padding:30px}.catalog-links{display:flex;gap:10px 28px;flex-wrap:wrap;margin-top:25px}.catalog-links a{font-size:13px;color:var(--purple);text-decoration:underline;text-underline-offset:4px}.source-notes{margin-top:55px;border-top:1px solid var(--line);padding-top:25px}.source-notes h2{font-size:25px;margin-bottom:15px}.source-notes p{font-size:12px}.source-notes .catalog-links{margin-top:15px}.content-section{padding-top:25px;padding-bottom:50px}.big-fact{font-size:38px;letter-spacing:-.04em;color:var(--purple);line-height:1.2;display:block;margin-bottom:10px}
@media(max-width:1100px){.programme-hero{gap:35px}.programme-hero figure{height:440px}.programme-image{height:205px}.programme-info h3{font-size:25px}.header-inner nav{gap:18px}.manufacturer-hero{gap:30px}.manufacturer-visual{height:420px}.tech-grid{gap:16px}.tech-card{padding:24px}.sector-split,.industrial-detail{gap:35px}}
@media(max-width:800px){.nav-drop>div{position:static;width:100%;box-shadow:none;background:var(--lilac);border:0;margin-top:6px}.nav-drop summary{padding:8px 0}.programme-hero,.manufacturer-hero{grid-template-columns:1fr;gap:30px;padding-block:28px 38px}.programme-hero h1,.manufacturer-hero h1{font-size:47px}.programme-hero .lead{font-size:17px;margin:22px 0}.programme-hero figure{height:330px}.programme-grid,.pastry-grid,.tech-grid{grid-template-columns:1fr;gap:30px}.programme-image,.supplement-section .programme-image{height:250px}.programme-info h3{font-size:30px}.programme-info p{font-size:15px}.programme-info{padding-top:22px}.process-strip{grid-template-columns:1fr 1fr;gap:25px 20px;margin-block:25px 45px}.process-strip h3{font-size:21px}.process-strip p{font-size:13px}.sector-split,.industrial-detail{grid-template-columns:1fr;gap:30px;margin-bottom:30px}.sector-split figure img{height:260px}.sector-split h2,.industrial-detail h2{font-size:35px}.pastry-image{height:280px}.pastry-card h2{font-size:31px}.ingredient-use{gap:10px 20px;padding:20px}.ingredient-use strong{width:100%}.related-row{gap:15px}.technology-explainer>p:not(.eyebrow){font-size:16px}.manufacturer-visual{height:360px}.manufacturer-logo{height:40px;margin-top:25px}.manufacturer-hero .lead{font-size:17px}.jump-links{margin-bottom:35px;font-size:12px;gap:14px 23px}.family-row{grid-template-columns:100px 1fr;gap:20px;padding:22px 18px;align-items:start}.family-row>img{height:155px}.family-row h3{font-size:26px}.family-row p{font-size:14px}.family-row .eyebrow{font-size:9px}.tech-card{padding:27px}.reading-block{margin-top:40px}.reading-block h2{font-size:33px}.reading-block>p{font-size:15px}.spec-table{font-size:12px}.spec-table td,.spec-table th{padding:12px}.spec-table th{font-size:11px}.detail-accordion summary{font-size:18px}.supplier-feature{grid-template-columns:1fr}.supplier-feature>div{padding:28px}.supplier-feature>img{height:310px}.supplier-feature h2{font-size:33px}.content-section{padding-bottom:30px}.preview-bar .wrap>span:last-child{display:none}}
@media(max-width:380px){.family-row{grid-template-columns:1fr}.family-row>img{height:180px}.programme-hero h1,.manufacturer-hero h1{font-size:42px}}

/* experience.css */
/* Food first, with a readable path from an idea to equipment. */
.taste-hero{display:grid;grid-template-columns:1.02fr 1fr;gap:55px;align-items:center;padding-block:52px 62px}.taste-hero h1{font-size:clamp(48px,5.5vw,78px);line-height:1.06}.taste-hero .lead{margin:29px 0 18px;max-width:500px;color:var(--dark);font-size:21px}.taste-explainer{max-width:470px;margin-bottom:30px;font-size:16px}.taste-photo{height:570px;border-radius:180px 12px 12px 12px;position:relative;overflow:hidden;background:#ded4c0}.taste-photo>img{height:100%;width:100%;object-position:49% center}.taste-photo:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,#30221bea)}.taste-photo figcaption{position:absolute;bottom:30px;left:32px;right:24px;z-index:1;color:#fff}.taste-photo figcaption span{font-size:9px;letter-spacing:.13em;display:block;margin-bottom:12px}.taste-photo figcaption strong{font:italic 29px/1.2 Georgia,serif;font-weight:400}.taste-promise{background:#e9eddf;border-block:1px solid #d9dfcd}.taste-promise .wrap{display:flex;justify-content:space-around;align-items:center;gap:15px;padding-block:20px;font-size:15px}.taste-promise i{font-style:normal;color:#889665}.desire-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.desire-card{min-width:0;display:flex;flex-direction:column}.desire-picture{height:290px;border-radius:8px;overflow:hidden;background:#f0e8f2;display:grid;place-items:center}.desire-picture>svg{height:100%;width:100%;padding:10px;transition:transform .3s}.industrial-card .desire-picture{background:#e8ecdf}.desire-picture>img{height:100%;width:100%;transition:transform .3s}.desire-card:hover .desire-picture>*{transform:scale(1.025)}.desire-copy{padding-block:25px;border-bottom:1px solid var(--line);flex:1;display:flex;flex-direction:column}.desire-copy .eyebrow{font-size:9px;letter-spacing:.1em;margin-bottom:16px}.desire-copy h3{font-size:33px;margin-bottom:20px}.desire-copy>p:not(.eyebrow){font-size:15px;margin-bottom:20px}.desire-copy .text-link{align-self:flex-start;margin-top:auto}.experience-process{border-top:1px solid var(--line)}.process-types{display:flex;gap:9px;margin-bottom:25px;flex-wrap:wrap}.process-types button{border:1px solid #c9becd;border-radius:30px;background:transparent;padding:11px 22px;color:var(--dark);font-size:14px}.process-types button[aria-pressed=true]{color:#fff;background:var(--purple);border-color:var(--purple)}.process-player{display:grid;grid-template-columns:1.15fr 1fr;background:#f1ece5;border:1px solid #e4dcd1;border-radius:10px;overflow:hidden}.process-picture{position:relative;display:grid;place-content:center;min-width:0;min-height:340px}.process-drawing{width:100%;height:auto;max-height:370px}.diagram-note{display:block;text-align:center;color:#887c71;font-size:10px;margin:0 20px 20px}.process-story{padding:37px 34px;background:#faf7f2;display:flex;flex-direction:column;align-items:flex-start}.process-count{font-size:12px;font-weight:600;color:var(--purple);letter-spacing:.13em;margin-bottom:19px}.process-story h3{font-size:32px;margin-bottom:20px}.process-story>p{font-size:15px;max-width:440px}.process-equipment{border-top:1px solid #e1d9cf;margin:24px 0;padding-top:16px;width:100%}.process-equipment>span{font-size:9px;font-weight:700;letter-spacing:.12em;color:var(--purple)}.process-equipment>p{font-size:13px;margin-top:8px;color:var(--dark)}.process-controls{display:flex;align-items:center;gap:17px;flex-wrap:wrap;margin-top:auto}.process-controls>span{font-size:10px;color:var(--muted);max-width:100px}.process-steps{display:grid;grid-template-columns:repeat(var(--step-count,3),1fr);gap:10px;margin-top:17px}.process-steps button{display:flex;gap:13px;align-items:center;text-align:left;padding:16px 12px;border:0;border-top:3px solid #dfd5e1;background:transparent;font-size:13px;color:var(--muted)}.process-steps button>span{font-size:12px;color:var(--purple)}.process-steps button[aria-pressed=true]{border-color:var(--purple);background:#f0e8f27d;color:var(--dark)}.process-footnote{font-size:11px;margin-top:20px;max-width:830px}.process-drawing [hidden]{display:none!important}.is-playing .rotor{animation:ice-turn 4s linear infinite;transform-origin:295px 184px}.is-playing .mixing-spoon{animation:ice-stir 2s ease-in-out infinite;transform-origin:300px 160px}.is-playing .ingredient-fall{animation:ice-fall 2s ease-in infinite}.is-playing .cream-stream{stroke-dasharray:12 8;animation:ice-flow 1.4s linear infinite}.is-playing .warm-air{animation:ice-warm 3s ease-in-out infinite}.is-playing .swirl-mark{animation:ice-glow 2s ease-in-out infinite}.is-playing .conveyor-cups{animation:ice-conveyor 4s ease-in-out infinite}.is-playing .soft-swirl{animation:ice-grow 4s ease-in-out infinite;transform-origin:300px 224px}
@keyframes ice-turn{to{transform:rotate(360deg)}}@keyframes ice-stir{0%,100%{transform:rotate(-8deg)}50%{transform:rotate(12deg)}}@keyframes ice-fall{0%{transform:translateY(-15px);opacity:0}30%{opacity:1}100%{transform:translateY(60px);opacity:0}}@keyframes ice-flow{to{stroke-dashoffset:-40}}@keyframes ice-warm{0%,100%{opacity:.45;transform:translateY(3px)}50%{opacity:1;transform:translateY(-4px)}}@keyframes ice-glow{0%,100%{opacity:.45}50%{opacity:1}}@keyframes ice-conveyor{0%,15%{transform:translateX(-12px)}65%,100%{transform:translateX(12px)}}@keyframes ice-grow{0%,100%{transform:scaleY(.93)}60%{transform:scaleY(1)}}
.guide-invitation{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center;border-top:1px solid var(--line)}.guide-number{font:80px/1.15 Georgia,serif;letter-spacing:-.04em;color:#bba4c0}.guide-number em{display:block;font-size:104px}.guide-invitation h2{font-size:45px}.guide-invitation p:not(.eyebrow){max-width:510px;margin:24px 0}.taste-ingredients{background:#e9eddf}.taste-ingredient-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.taste-ingredient-grid figure{height:430px;overflow:hidden;border-radius:8px 8px 110px 8px}.taste-ingredient-grid figure>img{height:100%;width:100%;object-fit:cover}.taste-ingredient-grid h2{font-size:43px}.taste-ingredient-grid p:not(.eyebrow){margin:25px 0 18px}.taste-extra{display:grid;grid-template-columns:1fr 1fr;gap:30px}.taste-extra>a{position:relative;padding:35px;background:#f0e8f2;border-radius:8px}.taste-extra>a:nth-child(2){background:#f0ece5}.taste-extra span{font-size:10px;letter-spacing:.12em;color:var(--purple)}.taste-extra h3{margin:23px 0 20px;font-size:34px}.taste-extra p{max-width:380px;font-size:15px}.taste-extra b{position:absolute;right:28px;top:25px;color:var(--purple);font-size:29px;font-weight:400}.taste-partners{padding-top:0}.brand-paths{display:grid;grid-template-columns:1fr 1fr;gap:28px}.brand-paths>a{padding:30px;border:1px solid var(--line);border-radius:8px;background:#fff;display:flex;align-items:center;gap:30px}.brand-paths img{width:145px;height:65px;object-fit:contain}.brand-paths span{font-size:14px;color:var(--purple)}.guide-intro{max-width:1040px}.guide-intro h1{font-size:60px}.guide-intro .lead{max-width:640px}.guide-wrap{max-width:1040px;padding-bottom:90px}.guide-progress{list-style:none;display:flex;gap:30px;margin:0 0 30px;padding:0;color:#918693;font-size:13px}.guide-progress li{display:flex;gap:12px;align-items:center}.guide-progress span{width:30px;height:30px;display:grid;place-items:center;border:1px solid #d3c6d6;border-radius:50%;font-size:12px}.guide-progress [aria-current=step]{color:var(--purple);font-weight:600}.guide-progress [aria-current=step] span{color:#fff;background:var(--purple);border-color:var(--purple)}form.guide-form{padding:36px;background:#f3eee7;border:1px solid #e4ddd3}.guide-form fieldset{border:0;padding:0;margin:0;min-width:0}.guide-form legend{font-size:31px;line-height:1.2;letter-spacing:-.03em;padding:0;font-weight:500}.guide-form .eyebrow{margin-bottom:18px}.guide-help{font-size:15px;margin:14px 0 25px}.guide-options{display:grid;grid-template-columns:1fr 1fr;gap:15px}.guide-form label.guide-option{display:flex;gap:13px;align-items:flex-start;padding:23px;border:1px solid #d9cfdc;border-radius:6px;background:#fff;margin:0;cursor:pointer;font-size:17px;font-weight:500}.guide-option:has(:checked){outline:2px solid var(--purple);border-color:transparent;background:#f8f1fa}.guide-option input{width:18px;height:18px;flex:0 0 18px;margin-top:5px;accent-color:var(--purple);padding:0}.guide-option strong{font-weight:600;display:block;line-height:1.35}.guide-option small{display:block;color:var(--muted);font-size:13px;font-weight:400;line-height:1.55;margin-top:9px}.guide-actions{display:flex;gap:20px;justify-content:space-between;align-items:center;margin-top:25px}.guide-actions #guide-next{margin-left:auto}.guide-actions .text-link,.guide-result button.text-link{border:0;background:transparent}.guide-actions button:disabled{opacity:.45;cursor:default;transform:none}.guide-error{font-size:13px;color:#7b354a;margin-top:15px}.guide-result{outline:none}.guide-result h2{font-size:48px;max-width:820px;margin-bottom:25px}.result-lead{font-size:19px;max-width:780px}.result-route{display:grid;grid-template-columns:220px 1fr;gap:40px;align-items:center;border:1px solid var(--line);border-radius:9px;padding:25px;margin:30px 0;background:#fff}.result-route img{width:220px;height:280px;object-fit:contain}.result-route h3{font-size:31px;margin-bottom:20px}.result-route p{font-size:16px;margin-bottom:20px}.result-consider{padding:28px 32px;background:#e9eddf;border-radius:7px}.result-consider h3{font-size:27px;margin-bottom:18px}.result-consider ul{margin:0;padding-left:20px;color:var(--muted);font-size:15px}.result-consider li{margin:9px 0}.guide-summary{border-block:1px solid var(--line);margin:25px 0}.guide-summary p{font-size:14px;margin:10px 0}.guide-fine{font-size:12px;margin-top:23px;max-width:740px}.guide-form:focus{outline:none}
@media(max-width:1100px){.taste-hero{gap:30px}.taste-photo{height:535px}.taste-hero .actions{gap:17px}.taste-hero .lead{font-size:19px}.desire-picture{height:250px}.desire-copy h3{font-size:29px}.process-story{padding:30px 26px}.process-story h3{font-size:28px}.brand-paths>a{gap:20px;padding:25px}.brand-paths img{width:120px}}
@media(max-width:800px){.taste-hero{grid-template-columns:1fr;gap:30px;padding-block:30px 35px}.taste-hero h1{font-size:clamp(44px,9.4vw,62px)}.taste-hero .lead{font-size:19px;margin-top:23px}.taste-explainer{font-size:15px}.taste-photo{height:390px;border-top-left-radius:110px}.taste-photo figcaption{bottom:24px;left:25px}.taste-photo figcaption strong{font-size:27px}.taste-photo figcaption span{font-size:8px}.taste-promise .wrap{font-size:12px;gap:10px;flex-wrap:wrap;justify-content:center;padding-block:17px}.taste-promise i{font-size:15px}.desire-grid{grid-template-columns:1fr;gap:30px}.desire-picture{height:280px}.desire-copy h3{font-size:34px}.desire-copy .eyebrow{font-size:10px}.process-player{grid-template-columns:1fr}.process-picture{min-height:245px}.process-drawing{height:245px}.diagram-note{margin-bottom:15px}.process-story{padding:27px 24px;min-height:360px}.process-story h3{font-size:29px}.process-story>p{font-size:15px}.process-types{gap:7px}.process-types button{padding:9px 13px;font-size:12px}.process-steps{grid-template-columns:1fr 1fr;gap:9px}.process-steps button{padding:12px 10px;font-size:12px;gap:9px}.guide-invitation{grid-template-columns:1fr;gap:25px}.guide-number{font-size:44px}.guide-number em{display:inline;font-size:55px}.guide-invitation h2{font-size:36px}.guide-invitation p:not(.eyebrow){font-size:15px}.taste-ingredient-grid{grid-template-columns:1fr;gap:35px}.taste-ingredient-grid figure{height:290px}.taste-ingredient-grid h2{font-size:35px}.taste-ingredient-grid p:not(.eyebrow){font-size:15px}.taste-extra,.brand-paths{grid-template-columns:1fr;gap:20px}.taste-extra>a{padding:28px}.taste-extra h3{font-size:31px}.brand-paths>a{padding:24px}.brand-paths img{width:120px}.brand-paths span{font-size:13px}.guide-intro h1{font-size:43px}.guide-wrap{padding-bottom:55px}.guide-progress{gap:12px;justify-content:space-between;font-size:10px}.guide-progress li{gap:6px}.guide-progress span{width:24px;height:24px;flex-shrink:0;font-size:11px}form.guide-form{padding:25px 21px}.guide-form legend{font-size:28px}.guide-options{grid-template-columns:1fr;gap:13px}.guide-form label.guide-option{padding:20px 17px;font-size:16px}.guide-help{font-size:14px}.guide-result h2{font-size:36px}.result-lead{font-size:17px}.result-route{grid-template-columns:1fr;gap:25px;padding:25px}.result-route img{height:210px;width:100%}.result-route h3{font-size:28px}.result-consider{padding:25px}.result-consider h3{font-size:26px}.result-consider ul{font-size:14px}.guide-result .actions{align-items:flex-start;flex-direction:column}}
.process-picture{display:flex;flex-direction:column;justify-content:center;align-items:center}.process-picture .process-drawing{flex-shrink:0}
@media(prefers-reduced-motion:reduce){.process-drawing *{animation:none!important}.desire-picture>*{transition:none!important}}

/* selection.css */
.selection-section{border-top:1px solid var(--line);scroll-margin-top:120px}.selection-intro{max-width:860px}.selection-intro h2{font-size:clamp(35px,4.4vw,57px);line-height:1.13}.selection-intro .lead{font-size:19px;margin-top:25px}.selection-axes{display:grid;grid-template-columns:1fr 1fr;gap:45px;margin:36px 0 50px}.selection-axes>div{position:relative;padding:23px 0 0 48px;border-top:1px solid var(--line)}.selection-axes span{position:absolute;left:0;top:26px;font-size:12px;color:var(--purple)}.selection-axes h3{font-size:26px;margin-bottom:16px}.selection-axes p{font-size:15px;max-width:450px}.batch-selector{background:#f3eee7;border:1px solid #e1d9cf;border-radius:12px;padding:32px}.batch-heading{display:grid;grid-template-columns:1fr 250px;gap:45px;align-items:center}.batch-heading h3{font-size:32px;margin-bottom:18px}.batch-heading p:not(.eyebrow){font-size:15px;max-width:520px}.batch-entry label{display:block;font-size:13px;margin-bottom:12px}.batch-entry>div{display:flex;align-items:center;gap:13px}.batch-entry input{min-width:0;width:180px;background:#fff;padding:17px;font-size:32px;border:1px solid #b5a9ba;border-radius:5px;color:var(--dark)}.batch-entry input[aria-invalid=true]{border:2px solid #8f3c44}.batch-entry span{font-size:25px}.batch-presets{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0 15px}.batch-presets button{font-size:13px;padding:11px 16px;background:transparent;border:1px solid #bcafc0;border-radius:25px;color:var(--dark)}.batch-presets button[aria-pressed=true]{background:var(--purple);border-color:var(--purple);color:white}.selection-note{font-size:12px;line-height:1.65;max-width:970px;margin:18px 0}.control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:28px}.control-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.control-card{background:white;border:1px solid #d8cddd;border-radius:8px;padding:25px 24px;display:flex;flex-direction:column;min-width:0}.control-card>.eyebrow{font-size:9px;letter-spacing:.08em;min-height:26px;margin-bottom:15px}.control-card h3{font-size:35px}.control-heading{font:italic 20px/1.35 Georgia,serif;color:var(--purple);margin:13px 0 22px;min-height:54px}.control-card figure{height:145px;margin:0 0 20px;background:#eff1f2;border-radius:4px;overflow:hidden}.control-card figure img{width:100%;height:100%;object-fit:cover}.control-tech{font-size:14px;min-height:100px}.control-fit{border-top:1px solid var(--line);padding-top:18px;margin-top:13px;flex:1}.control-fit h4{font-size:13px;font-weight:600;margin:5px 0 8px}.control-fit p{font-size:14px;margin-bottom:20px}.capacity-match{background:#e9eddf;padding:18px 16px;border-radius:5px;min-height:146px;margin:6px 0 22px}.capacity-label{display:block;font-size:9px;letter-spacing:.07em;margin-bottom:12px;color:#515c3b}.capacity-match strong{display:block;font-size:21px;font-weight:600;margin-bottom:9px;line-height:1.3}.capacity-match p{font-size:12px;line-height:1.55}.no-capacity-match .capacity-match{background:#f4e9de}.control-card>.text-link{font-size:12px;align-self:flex-start;margin-top:auto}.selection-proof{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:40px 0;border-bottom:1px solid var(--line)}.selection-proof h3{font-size:34px;line-height:1.17;margin:18px 0}.selection-proof p:not(.eyebrow){font-size:16px;max-width:470px}.selection-advice{background:#e9eddf;padding:35px;border-radius:8px;margin:35px 0 25px}.selection-advice h3{font-size:30px;margin-bottom:18px}.selection-advice p{font-size:16px;margin-bottom:18px;max-width:900px}.selection-advice>.text-link{font-size:14px}.gm-capacity-band{padding:35px 30px;margin-top:30px;background:#f3eee7;border-radius:8px}.gm-capacity-band h3{font-size:32px}.capacity-examples{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:32px 0}.capacity-examples>div+div{border-left:1px solid #d4c6d8;padding-left:30px}.capacity-examples span{font-size:12px;font-weight:600}.capacity-examples strong{display:block;font:60px/1.2 Georgia,serif;color:var(--purple);margin:12px 0}.capacity-examples strong small{font:20px/1 sans-serif}.capacity-examples p{font-size:13px}.selection-short{padding-block:32px;margin-bottom:38px;display:flex;gap:45px;justify-content:space-between;align-items:center;border-block:1px solid var(--line)}.selection-short h2{font-size:35px;margin-bottom:20px}.selection-short p:not(.eyebrow){max-width:660px;font-size:16px}.selection-short>.button{flex-shrink:0}.selection-model-link{margin:25px 0}.control-card a:focus-visible,.batch-presets button:focus-visible{outline:3px solid var(--purple);outline-offset:4px}
@media(max-width:1000px){.control-grid{gap:12px}.control-card{padding:23px 18px}.batch-selector{padding:24px}.control-card h3{font-size:30px}.control-heading{font-size:19px}.capacity-match{padding:16px 12px}.capacity-match strong{font-size:19px}.batch-heading{gap:20px}.selection-short{gap:30px}.selection-short>.button{flex-shrink:1}}
@media(max-width:760px){.selection-axes,.control-grid,.control-grid.two,.selection-proof,.batch-heading,.capacity-examples{grid-template-columns:1fr}.selection-axes{gap:25px;margin-bottom:30px}.selection-intro .lead{font-size:17px}.selection-axes h3{font-size:24px}.batch-selector{padding:22px 17px;margin-inline:-3px}.batch-heading{gap:23px}.batch-heading h3{font-size:29px}.batch-entry input{width:150px;font-size:27px;padding:12px}.batch-presets{gap:8px}.batch-presets button{font-size:12px;padding:10px 13px}.control-grid,.control-grid.two{gap:22px}.control-card{padding:26px}.control-card>.eyebrow,.control-heading,.control-tech{min-height:0}.control-card figure{height:180px}.control-card h3{font-size:33px}.control-tech{font-size:15px}.control-fit p{font-size:15px}.capacity-match{min-height:0;padding:20px}.capacity-match strong{font-size:23px}.selection-proof{gap:28px;padding-block:30px}.selection-proof h3{font-size:30px}.selection-advice{padding:26px}.selection-advice h3{font-size:28px}.selection-advice p{font-size:15px}.gm-capacity-band{padding:27px}.gm-capacity-band h3{font-size:28px}.capacity-examples{gap:22px}.capacity-examples>div+div{border-left:0;border-top:1px solid #d4c6d8;padding:22px 0 0}.capacity-examples strong{font-size:52px}.selection-short{flex-direction:column;align-items:flex-start;gap:25px}.selection-short h2{font-size:31px}.selection-section{scroll-margin-top:100px}}
.result-capacity{padding:26px 30px;border-left:4px solid var(--purple);margin:25px 0;background:#f3eee7}.result-capacity h3{font-size:27px;margin-bottom:15px}.result-capacity p{font-size:15px}
.batch-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0;padding:20px;background:#e9eddf;border-radius:6px}.batch-summary span{display:block;font-size:9px;letter-spacing:.07em;margin-bottom:8px;color:#515c3b}.batch-summary strong{font-size:18px;line-height:1.4;font-weight:600}.batch-summary>div{min-width:0}@media(max-width:760px){.batch-summary{grid-template-columns:1fr;gap:15px}.batch-summary>div+div{border-top:1px solid #ccd3be;padding-top:14px}.batch-summary span{margin-bottom:4px}.batch-summary strong{font-size:19px}}

/* catalogues.css */
.catalogue-library{padding-bottom:60px}.catalogue-toolbar{display:grid;grid-template-columns:1.45fr 1fr 1.2fr auto;gap:18px;align-items:end;padding:26px;background:#f2ece5;border:1px solid #e0d7cc;border-radius:9px}.catalogue-toolbar label{display:block;font-size:12px;font-weight:600;margin-bottom:10px}.catalogue-toolbar input,.catalogue-toolbar select{width:100%;min-width:0;height:49px;padding:11px 13px;background:#fff;border:1px solid #c6b9ca;border-radius:4px;color:var(--dark);font:inherit;font-size:14px}.catalogue-toolbar>div{min-width:0}.catalogue-toolbar button{height:49px;border:0;background:transparent;color:var(--purple);font-size:12px;text-decoration:underline;text-underline-offset:5px}.catalogue-info{display:flex;gap:35px;justify-content:space-between;padding:23px 0;font-size:12px}.catalogue-info #catalogue-count{font-weight:600;flex-shrink:0;color:var(--dark)}.catalogue-info>p:last-child{max-width:600px}.catalogue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:27px}.catalogue-card{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;min-width:0}.catalogue-card[hidden]{display:none}.catalogue-cover{height:270px;background:#f0eae2;display:flex;align-items:center;justify-content:center;position:relative;padding:24px}.catalogue-cover img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 5px 5px #382b3520);transition:transform .2s}.catalogue-cover:hover img{transform:translateY(-3px)}.catalogue-cover>span{position:absolute;right:12px;bottom:12px;font-size:10px;background:#fff;padding:5px 9px;border-radius:3px;color:var(--purple)}.catalogue-body{padding:26px;display:flex;flex-direction:column;flex:1}.catalogue-body>.eyebrow{font-size:10px;margin-bottom:13px}.catalogue-body h2{font-size:29px;line-height:1.15;margin-bottom:17px}.catalogue-description{font-size:14px;margin-bottom:19px}.catalogue-meta{font-size:12px;margin-top:auto;color:var(--muted)}.catalogue-edition{font-size:11px;margin-top:12px;color:#765438}.catalogue-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:22px;align-items:center}.catalogue-action{font-size:12px;font-weight:600;border-bottom:1px solid #c3aec9;padding:9px 0;color:var(--purple)}.catalogue-action.open{background:var(--purple);border-color:var(--purple);color:white;padding:10px 14px;border-radius:3px}.catalogue-action:focus-visible,.catalogue-toolbar :focus-visible{outline:3px solid #8a579c;outline-offset:4px}.catalogue-empty{background:#f3eee7;padding:35px;border-radius:8px}.catalogue-empty h2{font-size:30px;margin-bottom:15px}.catalogue-empty p{margin-bottom:20px}.catalogue-library-note{margin-top:40px;padding:30px;background:#e9eddf;border-radius:8px}.catalogue-library-note h2{font-size:29px;margin-bottom:18px}.catalogue-library-note p{font-size:14px;margin-top:14px;max-width:930px}.catalogue-library-note a{color:var(--purple);text-decoration:underline}.catalogue-band{padding-block:26px 30px;border-block:1px solid var(--line);margin-bottom:38px}.catalogue-band-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:23px}.catalogue-band-heading h2{font-size:29px}.catalogue-band-heading .eyebrow{margin-bottom:12px;font-size:9px}.catalogue-band-heading>.text-link{font-size:13px}.catalogue-mini-grid{display:flex;gap:25px;flex-wrap:wrap}.catalogue-mini{flex:1;min-width:230px;padding:21px;background:#f2eee8;border-radius:5px}.catalogue-mini>strong{display:block;font-size:17px;font-weight:600;margin-bottom:8px}.catalogue-mini>span{font-size:11px;color:var(--muted)}.catalogue-mini .catalogue-actions{margin-top:13px}.control-card>.catalogue-actions{margin-top:16px;padding-top:12px;border-top:1px solid var(--line)}.catalogue-home{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:55px;border-top:1px solid var(--line);padding-block:55px}.catalogue-home h2{font-size:42px;line-height:1.13;margin-bottom:25px}.catalogue-home p:not(.eyebrow){font-size:16px;max-width:520px;margin-bottom:25px}.catalogue-home-covers{display:flex;gap:22px;justify-content:center;padding:25px;background:#f1ebe3;border-radius:8px}.catalogue-home-covers img{height:245px;width:43%;object-fit:contain;filter:drop-shadow(0 5px 5px #382b3520)}
@media(max-width:1100px){.catalogue-toolbar{grid-template-columns:1.3fr 1fr 1fr;gap:15px}.catalogue-toolbar button{grid-column:1/-1;height:25px;text-align:left}.catalogue-grid{gap:20px}.catalogue-body{padding:22px}.catalogue-body h2{font-size:26px}.catalogue-cover{height:245px}.catalogue-actions{gap:10px}.catalogue-home{gap:30px}}
@media(max-width:760px){.catalogue-toolbar{grid-template-columns:1fr;padding:22px}.catalogue-toolbar input,.catalogue-toolbar select{font-size:16px}.catalogue-info{flex-direction:column;gap:12px;padding-block:20px}.catalogue-grid{grid-template-columns:1fr}.catalogue-cover{height:290px;padding:25px}.catalogue-body{padding:25px}.catalogue-body h2{font-size:29px}.catalogue-description{font-size:15px}.catalogue-action{font-size:13px}.catalogue-actions{gap:20px}.catalogue-library-note{padding:25px}.catalogue-library-note h2{font-size:27px}.catalogue-band-heading{flex-direction:column;align-items:flex-start;gap:17px}.catalogue-band-heading h2{font-size:26px}.catalogue-mini-grid{gap:15px;flex-direction:column}.catalogue-mini{min-width:0}.catalogue-home{grid-template-columns:1fr;gap:28px;padding-block:35px}.catalogue-home h2{font-size:35px}.catalogue-home-covers{gap:15px;padding:20px}.catalogue-home-covers img{height:190px;width:45%}}
@media(prefers-reduced-motion:reduce){.catalogue-cover img{transition:none}}
.guide-catalogues{display:table;margin-top:18px}

/* ingredients.css */
.pairing-section{padding-bottom:24px}.pairing-heading{display:flex;align-items:center;gap:35px;padding:5px 0 30px}.pairing-heading img{width:145px;height:65px;object-fit:contain}.pairing-heading .eyebrow{margin:0 0 7px}.pairing-heading p{font-size:15px}.pairing-switch{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:30px}.pairing-switch[hidden],.pairing-panel[hidden]{display:none}.pairing-switch button{text-align:left;padding:25px 30px;border:1px solid #cfc3d2;border-radius:9px;background:#fff;color:var(--dark);position:relative}.pairing-switch button[aria-pressed=true]{background:var(--purple);color:white;border-color:var(--purple)}.pairing-switch button:focus-visible{outline:3px solid #af82b9;outline-offset:4px}.pairing-switch button span{display:block;font-size:10px;letter-spacing:.12em;margin-bottom:13px}.pairing-switch button strong{display:block;font-size:24px;line-height:1.15;font-weight:600;letter-spacing:-.03em}.pairing-switch button small{display:block;font-size:13px;margin-top:12px}.pairing-panel{border:1px solid var(--line);border-radius:12px;background:#fff;scroll-margin-top:130px;overflow:hidden}.pairing-panel+.pairing-panel:not([hidden]){margin-top:25px}.pairing-overview{display:grid;grid-template-columns:1.05fr 1fr;gap:36px;padding:36px 38px}.pairing-overview h2{font-size:clamp(34px,3.4vw,48px);margin-bottom:22px}.pairing-overview p:not(.eyebrow){font-size:15px;max-width:520px}.pairing-overview .eyebrow{font-size:10px}.pairing-links{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:23px}.pairing-links .text-link{font-size:12px}.pairing-visual{display:grid;grid-template-columns:1fr 25px 1fr;align-items:center;gap:8px;margin:0;min-width:0}.pairing-visual>div{align-self:stretch;display:flex;flex-direction:column;justify-content:center;min-width:0}.pairing-visual img{height:230px;max-width:100%;object-fit:contain}.pairing-visual div>span{display:block;text-align:center;font-size:11px;color:var(--purple);margin-top:10px}.pairing-plus{text-align:center;font:36px Georgia,serif;color:#b099ad}.pairing-visual figcaption{grid-column:1/-1;text-align:center;font-size:10px;color:var(--muted);line-height:1.5;margin-top:10px}.pairing-flow{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;padding:0;margin:0;background:#f5f1ed}.pairing-flow li{padding:26px 22px;position:relative;border-top:1px solid var(--line)}.pairing-flow li+li{border-left:1px solid #e1d8d2}.pairing-flow li+li:before{content:'→';position:absolute;left:-13px;top:25px;background:#f5f1ed;color:var(--purple);width:25px;text-align:center}.pairing-step{display:block;font:34px Georgia,serif;color:#a184a9;line-height:1.15;margin-bottom:20px}.pairing-flow .eyebrow{font-size:9px;margin-bottom:15px}.pairing-flow h3{font-size:22px;line-height:1.2;letter-spacing:-.025em;margin-bottom:16px}.pairing-flow p:not(.eyebrow){font-size:13px;line-height:1.7}.pairing-close{padding:26px 32px;display:flex;align-items:center;gap:30px;justify-content:space-between;border-top:1px solid var(--line)}.pairing-close>p{font-size:12px;max-width:580px}.pairing-close .button{flex-shrink:0;font-size:12px}.rokmar-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.rokmar-product{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:white}.rokmar-product>img{height:235px;width:100%;object-fit:contain;padding:15px}.rokmar-product>div{border-top:1px solid var(--line);padding:22px}.rokmar-product .eyebrow{font-size:9px;margin-bottom:15px}.rokmar-product h3{font-size:22px;line-height:1.2}.rokmar-code{font-size:11px;color:var(--muted);display:block;margin:10px 0 17px}.rokmar-product p:not(.eyebrow){font-size:13px;min-height:68px}.rokmar-product .text-link{font-size:12px;margin-top:15px}.pairing-note{font-size:12px;margin-top:25px;max-width:780px}.ingredient-roles{background:#f2ece5}.ingredient-role-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.ingredient-role-grid article>span{font-size:10px;letter-spacing:.1em;color:#7e5c53}.ingredient-role-grid h3{font-size:26px;margin:20px 0 18px;line-height:1.2}.ingredient-role-grid p{font-size:14px}.ingredient-after{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding-top:60px;margin-top:55px;border-top:1px solid #dbcec2}.ingredient-after img{height:300px;width:100%;object-fit:cover;border-radius:8px}.ingredient-after h3{font-size:35px;line-height:1.2;margin-bottom:23px}.ingredient-after p:not(.eyebrow){font-size:14px}.ingredient-after .text-link{display:inline-block;margin:20px 20px 0 0;font-size:13px}.ingredient-practical{display:grid;grid-template-columns:1.1fr 1fr;gap:80px}.ingredient-practical h2{font-size:43px;margin-bottom:25px}.ingredient-practical>div>p:not(.eyebrow){font-size:15px;margin-bottom:20px}.ingredient-practical aside{border:1px solid #d9cfc9;padding:32px;border-radius:9px}.ingredient-practical aside h3{font-size:28px;margin-bottom:20px}.ingredient-practical aside p:not(.eyebrow){font-size:13px}.ingredient-practical aside .text-link{display:block;margin-top:20px;font-size:13px}.ingredient-practical hr{border:0;border-top:1px solid var(--line);margin-top:28px}.pairing-banner{display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:35px;padding:24px 30px;background:#f2ece5;border-radius:8px;margin-block:0 30px}.pairing-banner img{width:120px;height:65px;object-fit:contain}.pairing-banner .eyebrow{font-size:9px;margin-bottom:10px}.pairing-banner h2{font-size:25px;margin-bottom:10px}.pairing-banner p:not(.eyebrow){font-size:13px;max-width:580px}.pairing-banner>.text-link{font-size:13px;white-space:nowrap}.ingredient-home-links{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.catalogue-rokmar{background:#f2ece5;border-radius:8px;padding:35px;margin-bottom:55px}.catalogue-rokmar h2{font-size:34px;margin-bottom:20px}.catalogue-rokmar .text-link{margin-top:18px;display:inline-block}.guide-ingredients{margin-top:12px;display:block;font-size:13px}.guide-ingredients[hidden]{display:none}
@media(max-width:1050px){.pairing-overview{gap:24px;padding:30px}.pairing-visual img{height:200px}.pairing-close{align-items:start;flex-direction:column;gap:20px}.rokmar-product-grid{grid-template-columns:repeat(2,1fr)}.ingredient-role-grid{grid-template-columns:repeat(2,1fr)}.ingredient-practical{gap:40px}.pairing-banner{grid-template-columns:110px 1fr;gap:20px}.pairing-banner>.text-link{grid-column:2}.pairing-banner img{width:105px}.pairing-flow li{padding:24px 17px}}
@media(max-width:700px){.pairing-heading{gap:20px;padding-bottom:23px}.pairing-heading img{width:95px;height:50px}.pairing-heading p{font-size:12px}.pairing-heading .eyebrow{font-size:8px}.pairing-switch{gap:10px;margin-bottom:22px}.pairing-switch button{padding:18px 14px}.pairing-switch button strong{font-size:20px}.pairing-switch button span{font-size:8px;line-height:1.5;margin-bottom:9px}.pairing-switch button small{font-size:11px;line-height:1.5;margin-top:10px}.pairing-overview{grid-template-columns:1fr;padding:25px 22px;gap:25px}.pairing-overview h2{font-size:36px}.pairing-overview p:not(.eyebrow){font-size:14px}.pairing-visual img{height:185px}.pairing-visual figcaption{max-width:280px;margin:14px auto 0}.pairing-flow{grid-template-columns:1fr}.pairing-flow li{padding:23px 22px 23px 71px}.pairing-flow li+li{border-left:0}.pairing-step{position:absolute;left:22px;top:22px;font-size:27px}.pairing-flow li+li:before{content:'↓';top:-13px;left:24px}.pairing-flow .eyebrow{margin-bottom:12px}.pairing-flow h3{font-size:24px;margin-bottom:11px}.pairing-flow p:not(.eyebrow){font-size:14px}.pairing-close{padding:24px 22px}.pairing-close .button{width:100%;justify-content:space-between;white-space:normal}.rokmar-product-grid{grid-template-columns:1fr;gap:18px}.rokmar-product{display:grid;grid-template-columns:115px 1fr;align-items:center}.rokmar-product>img{height:155px;padding:8px}.rokmar-product>div{border-top:0;border-left:1px solid var(--line);padding:20px 16px}.rokmar-product h3{font-size:23px}.rokmar-product p:not(.eyebrow){min-height:0;font-size:13px}.rokmar-product .eyebrow{font-size:8px;margin-bottom:10px}.rokmar-code{margin:9px 0 12px}.ingredient-role-grid{grid-template-columns:1fr;gap:30px}.ingredient-role-grid article+article{border-top:1px solid #d9cec5;padding-top:28px}.ingredient-role-grid h3{margin:14px 0;font-size:28px}.ingredient-after{grid-template-columns:1fr;gap:28px;padding-top:35px;margin-top:35px}.ingredient-after img{height:235px}.ingredient-after h3{font-size:32px}.ingredient-practical{grid-template-columns:1fr;gap:30px}.ingredient-practical h2{font-size:37px}.ingredient-practical aside{padding:26px}.pairing-banner{padding:22px;grid-template-columns:1fr;gap:18px}.pairing-banner img{height:38px;width:105px}.pairing-banner>.text-link{grid-column:auto;white-space:normal}.pairing-banner h2{font-size:26px}.catalogue-rokmar{padding:27px}.catalogue-rokmar h2{font-size:31px}}
@media(prefers-reduced-motion:no-preference){.pairing-panel:not([hidden]) .pairing-visual{animation:pairing-reveal .28s ease-out}@keyframes pairing-reveal{from{opacity:.5;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}}

/* visuals.css */
/* Full edible silhouettes, short captions and restrained food photography. */
.taste-photo{height:auto;border-radius:70px 12px 12px 12px;background:#f0e9e0}.taste-photo>img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;object-position:center}.taste-photo:after{display:none}.taste-photo figcaption{position:static;padding:24px 28px;color:var(--dark)}.taste-photo figcaption span{font-size:9px;color:#75516a;margin-bottom:10px}.taste-photo figcaption strong{font-size:29px}.desire-card.soft-card .desire-picture,.desire-card.gelato-card .desire-picture{height:auto;aspect-ratio:3/2}.desire-card.soft-card .desire-picture>img,.desire-card.gelato-card .desire-picture>img{height:100%;width:100%;object-fit:cover}.taste-ingredient-grid figure{height:auto;aspect-ratio:3/2;border-radius:10px;overflow:hidden}.taste-ingredient-grid figure>img{width:100%;height:100%;object-fit:cover}.dessert-intro{display:grid;grid-template-columns:1fr 1.03fr;gap:55px;align-items:center;padding-top:38px;padding-bottom:45px}.dessert-intro>div>.eyebrow{margin-top:42px;margin-bottom:22px}.dessert-intro h1{font-size:clamp(39px,4.1vw,61px)}.dessert-intro .lead{font-size:17px;margin-top:24px}.dessert-intro figure{margin:0;border-radius:10px;overflow:hidden;background:#f0e9e0;align-self:center}.dessert-intro figure>img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.dessert-intro figcaption{font-size:12px;color:var(--dark);padding:16px 19px;line-height:1.6}.dessert-intro figcaption span{color:var(--muted);font-size:11px}.dessert-gallery{scroll-margin-top:125px}.dessert-gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px 30px}.dessert-card{display:block;min-width:0;border-radius:10px;overflow:hidden;border:1px solid #e4dcd6;background:#fff}.dessert-card-image{aspect-ratio:3/2;overflow:hidden;background:#eee5dc}.dessert-card-image>img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}.dessert-card:hover .dessert-card-image>img{transform:scale(1.018)}.dessert-card-copy{padding:24px 26px}.dessert-card h3{font-size:29px;margin-bottom:18px;letter-spacing:-.035em;line-height:1.2}.dessert-card-copy>span{font-size:13px;color:var(--purple);display:flex;justify-content:space-between;gap:15px}.dessert-card-copy b{font-size:18px;font-weight:400}.dessert-card:focus-visible{outline:3px solid #aa7ab5;outline-offset:4px}.dessert-serving{display:grid;grid-template-columns:1fr 1fr;align-items:center;background:#fbf8f3;border-top:1px solid var(--line)}.dessert-serving figure{margin:0;aspect-ratio:3/2;overflow:hidden}.dessert-serving figure>img{width:100%;height:100%;object-fit:cover}.dessert-serving>div{padding:30px 34px}.dessert-serving h3{font-size:30px;line-height:1.2;margin-bottom:20px}.dessert-serving p:not(.eyebrow){font-size:14px}.dessert-serving .eyebrow{font-size:9px}.ingredient-after img[src*="dessert-"]{height:auto;aspect-ratio:3/2}.dessert-gallery .section-heading p{max-width:425px}
@media(max-width:1100px){.dessert-intro{gap:30px}.dessert-intro h1{font-size:46px}.dessert-intro .lead{font-size:16px}.dessert-intro>div>.eyebrow{margin-top:30px}.taste-photo{height:auto}.dessert-serving>div{padding:25px}.dessert-serving h3{font-size:26px}.dessert-card h3{font-size:26px}}
@media(max-width:800px){.taste-photo{height:auto;border-radius:65px 10px 10px 10px}.taste-photo figcaption{padding:20px 24px}.taste-photo figcaption strong{font-size:26px}.taste-photo figcaption span{font-size:8px}.dessert-intro{grid-template-columns:1fr;gap:28px;padding-top:25px;padding-bottom:30px}.dessert-intro h1{font-size:clamp(42px,10vw,55px)}.dessert-intro .lead{font-size:17px}.dessert-intro>div>.eyebrow{margin-top:30px}.dessert-intro figcaption{padding:14px 17px;font-size:12px}.dessert-intro figcaption span{display:block;font-size:10px}.dessert-gallery-grid{grid-template-columns:1fr;gap:24px}.dessert-card-copy{padding:22px}.dessert-card h3{font-size:29px}.dessert-serving{grid-template-columns:1fr}.dessert-serving>div{padding:27px 23px}.dessert-serving h3{font-size:29px}.dessert-serving .eyebrow{margin-bottom:18px}.taste-ingredient-grid figure{height:auto}.dessert-gallery{scroll-margin-top:105px}}
@media(prefers-reduced-motion:reduce){.dessert-card-image>img{transition:none}}

/* ice-brand-motif.css */
/* Decorative, locally rendered purple ARHAR mark. */
.ice-motif-host{position:relative;isolation:isolate}
.ice-brand-motif{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none;user-select:none;contain:paint}
.ice-brand-art{position:absolute;width:clamp(410px,48vw,650px);height:auto;right:1%;top:50%;margin-top:clamp(-325px,-24vw,-205px);opacity:.16;transform-origin:53% 52%;animation:ice-a-float 20s ease-in-out infinite;animation-play-state:paused}
.ice-motif-with-media .ice-brand-art{right:auto;left:-72px;width:clamp(410px,49vw,630px);margin-top:clamp(-315px,-24.5vw,-205px);opacity:.145}
.ice-a-ribbons{transform-origin:145px 245px;animation:ice-a-ribbon 12s ease-in-out infinite;animation-play-state:paused}
.ice-brand-motif.is-moving .ice-brand-art,.ice-brand-motif.is-moving .ice-a-ribbons{animation-play-state:running}
.ice-motion-toggle{display:inline-flex;align-items:center;gap:7px;width:max-content;border:0;border-bottom:1px solid #dbccdf;background:transparent;padding:6px 0;color:#795d82;font-size:11px;line-height:1.5;margin-top:19px}
.ice-motion-toggle:hover{color:var(--purple);border-color:currentColor}.ice-motion-toggle:disabled{cursor:default;border-color:transparent;color:var(--muted)}
@keyframes ice-a-float{0%,100%{transform:translate3d(-4px,4px,0) rotate(-.7deg)}50%{transform:translate3d(7px,-6px,0) rotate(.8deg)}}
@keyframes ice-a-ribbon{0%,100%{transform:translate(0,0);opacity:.7}50%{transform:translate(3px,-1.5px);opacity:1}}
@media(max-width:800px){
 .ice-brand-art,.ice-motif-with-media .ice-brand-art{width:400px;left:-37px;right:auto;top:0;margin-top:0;opacity:.13}
 .ice-motion-toggle{margin-top:14px;font-size:10px}
}
@media(prefers-reduced-motion:reduce){.ice-brand-art,.ice-a-ribbons{animation:none!important;transform:none!important}}
@media print{.ice-brand-motif,.ice-motion-toggle{display:none}}

/* confectionery.css */
/* Original pastry seals and a piped contour unite actions across the ice-cream site. */
[data-sweet-icon]{--sweet-icon:url('sweet-icon-guide.svg')}
[data-sweet-icon="soft"]{--sweet-icon:url('sweet-icon-soft.svg')}
[data-sweet-icon="gelato"]{--sweet-icon:url('sweet-icon-gelato.svg')}
[data-sweet-icon="cake"]{--sweet-icon:url('sweet-icon-cake.svg')}
[data-sweet-icon="ingredients"]{--sweet-icon:url('sweet-icon-ingredients.svg')}
[data-sweet-icon="conversation"]{--sweet-icon:url('sweet-icon-conversation.svg')}
[data-sweet-icon="catalogue"]{--sweet-icon:url('sweet-icon-catalogue.svg')}
[data-sweet-icon="production"]{--sweet-icon:url('sweet-icon-production.svg')}
[data-sweet-icon="play"]{--sweet-icon:url('sweet-icon-play.svg')}
.button.sweet-action,.catalogue-action.open.sweet-action{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:62px;max-width:100%;padding:8px 22px 8px 8px;border:1px solid #82438e;border-radius:38px 19px 38px 19px;background:linear-gradient(115deg,#773484,#6a2e79);color:#fff;font-weight:600;line-height:1.4;text-align:left;box-shadow:0 4px 12px #5730610d;transition:transform .2s,box-shadow .2s,background .2s}
.sweet-action::before,.pairing-switch [data-sweet-icon]::before,.process-types [data-sweet-icon]::before{content:"";display:block;width:46px;height:46px;flex:0 0 46px;background:var(--sweet-icon) center/contain no-repeat;pointer-events:none;transition:transform .25s}
.sweet-action::after{content:"";position:absolute;inset:4px;border:1px solid #edcfe333;border-radius:inherit;pointer-events:none}
.button.sweet-action>span{font-size:21px;margin-left:4px}
.button.sweet-action:hover,.catalogue-action.open.sweet-action:hover{background:linear-gradient(115deg,#82408e,#652972);box-shadow:0 7px 18px #57306120;transform:translateY(-2px)}
.sweet-action:hover::before{transform:rotate(-5deg)}
.button.sweet-action:focus-visible,.catalogue-action.open.sweet-action:focus-visible{outline:3px solid #a675b6;outline-offset:5px}
.button.small.sweet-action,.catalogue-action.open.sweet-action{min-height:48px;padding:5px 16px 5px 5px;gap:9px;border-radius:29px 14px 29px 14px;font-size:12px}
.button.small.sweet-action::before,.catalogue-action.open.sweet-action::before{width:36px;height:36px;flex-basis:36px}
.button.light.sweet-action{background:#fff8ef;color:#743783;border-color:#ead8e1;box-shadow:none}
.button.light.sweet-action::after{border-color:#bc8ac343}.button.light.sweet-action:hover{background:#f9edf7}
.button.sweet-action:disabled{transform:none;box-shadow:none}
.header-inner .button.small.sweet-action{font-size:12px;gap:8px;padding-right:16px;white-space:nowrap}
.header-inner .button.small.sweet-action>span{margin-left:0;font-size:18px}
.pairing-switch button[data-sweet-icon]{padding:25px 30px 29px;border-radius:48px 16px 48px 16px;background:#fcf8f2;border:1px solid #d9c6dd;box-shadow:inset 0 0 0 5px #fff;transition:background .2s,border-color .2s}
.pairing-switch button[data-sweet-icon]::before{width:66px;height:66px;margin-bottom:16px;filter:drop-shadow(0 2px 3px #6a397010)}
.pairing-switch button[data-sweet-icon][aria-pressed=true]{background:#773484;border-color:#773484;box-shadow:inset 0 0 0 5px #773484,inset 0 0 0 6px #c391cf80;color:#fff}
.pairing-switch button[data-sweet-icon] span{font-size:9px;letter-spacing:.14em}.pairing-switch button[data-sweet-icon] strong{font-size:27px}.pairing-switch button[data-sweet-icon] small{opacity:.9}
.pairing-switch button[data-sweet-icon]:hover::before{transform:rotate(-4deg)}
.process-types [data-sweet-icon]{display:inline-flex;align-items:center;gap:8px;border-radius:27px 13px 27px 13px;border:1px solid #d9c6dd;padding:5px 17px 5px 5px;background:#fcf8f2;color:var(--dark);font-size:13px;min-height:48px}
.process-types [data-sweet-icon]::before{width:36px;height:36px;flex-basis:36px}.process-types [data-sweet-icon][aria-pressed=true]{background:#773484;border-color:#773484;color:white;box-shadow:inset 0 0 0 3px #773484,inset 0 0 0 4px #c391cf80}
.process-types [data-sweet-icon]:hover::before{transform:rotate(-5deg)}
.confection-kicker{display:flex;align-items:center;gap:13px}.confection-kicker::before{content:"";display:block;width:48px;height:48px;flex:0 0 48px;background:var(--sweet-icon) center/contain no-repeat}
@media(max-width:1100px){.header-inner nav{gap:20px}.header-inner .button.small.sweet-action{padding-right:12px;gap:5px}}
@media(max-width:800px){.taste-hero .actions{gap:18px}.button.sweet-action{font-size:13px;gap:11px;min-height:58px;padding-right:20px}.button.sweet-action::before{width:42px;height:42px;flex-basis:42px}.button.small.sweet-action,.catalogue-action.open.sweet-action{min-height:46px;font-size:12px;gap:8px;padding:5px 14px 5px 5px}.button.small.sweet-action::before,.catalogue-action.open.sweet-action::before{width:34px;height:34px;flex-basis:34px}.process-types{gap:9px}.process-types [data-sweet-icon]{font-size:12px;padding-right:14px}.pairing-switch button[data-sweet-icon]{padding:18px 15px 23px;border-radius:34px 12px 34px 12px}.pairing-switch button[data-sweet-icon]::before{width:53px;height:53px;margin-bottom:16px}.pairing-switch button[data-sweet-icon] strong{font-size:22px}.pairing-switch button[data-sweet-icon] span{font-size:8px;letter-spacing:.06em}.pairing-close .button.sweet-action{justify-content:flex-start}.pairing-close .button.sweet-action>span{margin-left:auto}.sweet-action::after{inset:4px}}
@media(prefers-reduced-motion:reduce){.sweet-action,.sweet-action::before,.pairing-switch button[data-sweet-icon],.pairing-switch button[data-sweet-icon]::before,.process-types [data-sweet-icon]::before{transition:none!important;transform:none!important}}
@media print{.sweet-action::before,.sweet-action::after{display:none}.button.sweet-action{color:#302137;background:#fff;box-shadow:none}}

/* legal.css */
.ice-legal{max-width:940px;padding-top:58px;padding-bottom:85px}.ice-legal>.eyebrow{margin-top:34px}.ice-legal h1{font-size:clamp(2.35rem,5vw,4.5rem);line-height:1.06;letter-spacing:-.045em;max-width:900px;margin:18px 0 24px}.legal-lead{font-size:1.18rem;line-height:1.65;max-width:770px;color:#605366}.legal-date{font-size:.86rem;color:#756478;margin:22px 0 30px}.legal-toc{border:1px solid #decce3;background:#fcf7fd;border-radius:22px;padding:23px 28px;margin-bottom:46px}.legal-toc summary{font-size:1rem;font-weight:700;color:#663173;cursor:pointer}.legal-toc nav{display:grid;gap:10px;margin-top:20px}.legal-toc a{font-size:.94rem;line-height:1.5;color:#63356d;text-decoration:underline;text-underline-offset:3px}.legal-body{font-size:1rem;line-height:1.8;color:#453d48;overflow-wrap:anywhere}.legal-chapter{padding:0 0 32px;margin:0 0 22px;border-bottom:1px solid #e9e0e9}.legal-body h2{font-size:clamp(1.45rem,3vw,1.85rem);line-height:1.3;letter-spacing:-.025em;color:#37253f;margin:0 0 22px;scroll-margin-top:135px}.legal-body h3{font-size:1.12rem;line-height:1.5;margin:26px 0 14px;color:#4d2e56}.legal-body p{margin:0 0 18px}.legal-body a:not(.button){color:#71347e;text-decoration:underline;text-underline-offset:3px}.legal-body .cookie-records>article,.legal-body .privacy-company,.terms-withdrawal{background:#fcf8f0;border:1px solid #e8dccb;border-radius:18px;padding:26px;margin:24px 0}.legal-body .cookie-records>article>h3:first-child{margin-top:0}.legal-body dl{display:grid;grid-template-columns:minmax(120px,1fr) minmax(0,2.5fr);gap:8px 24px;margin:16px 0 0}.legal-body dt{font-size:.9rem;color:#756477;font-weight:600}.legal-body dd{margin:0}.terms-withdrawal summary{font-weight:700;cursor:pointer;color:#673777;scroll-margin-top:135px}.terms-withdrawal[open] summary{margin-bottom:22px}.terms-form-copy{padding:20px;border:1px dashed #bdabbf;border-radius:10px;background:#fff}.legal-related{display:flex;flex-wrap:wrap;gap:14px 26px;padding-top:8px}.legal-related a{font-size:.9rem;color:#71347e;text-decoration:underline;text-underline-offset:4px}.privacy-policy-links{display:flex;flex-wrap:wrap;gap:10px 22px;margin:20px 0}.privacy-policy-links a{color:#71347e;text-decoration:underline;text-underline-offset:3px}@media(max-width:600px){.ice-legal{padding-top:32px;padding-bottom:50px}.ice-legal>.eyebrow{margin-top:25px}.legal-toc{padding:20px;margin-bottom:34px}.legal-body dl{grid-template-columns:1fr;gap:4px}.legal-body dd{margin-bottom:14px}.legal-body .cookie-records>article,.legal-body .privacy-company,.terms-withdrawal{padding:20px}.legal-body h2{scroll-margin-top:100px}.terms-form-copy{padding:15px}.legal-lead{font-size:1.06rem}}@media print{.site-header,.preview-bar,footer,.skip,.legal-toc,.legal-related,#privacy-dialog{display:none!important}.ice-legal{max-width:none;padding:0}.legal-body{font-size:10pt;color:#000}.legal-body h2{break-after:avoid}.legal-body article, .legal-body p{orphans:3;widows:3}.legal-chapter{border-color:#bbb}.legal-body a{color:#000}}
.legal-heading{padding-bottom:30px}.legal-heading>.eyebrow{margin-top:34px}.legal-heading .ice-brand-art{right:-10%;opacity:.09}.legal-heading .ice-motion-toggle{margin-top:0}.legal-heading h1{position:relative}.legal-heading .legal-date{margin-bottom:16px}@media(max-width:600px){.legal-heading>.eyebrow{margin-top:25px}.legal-heading .ice-brand-art{left:30px;top:45px}}

/* food-motion.css */
/* Locally hosted silent films, with visible pause controls and still fallbacks. */
.food-film{position:relative;isolation:isolate;display:block;width:100%;aspect-ratio:3/2;overflow:hidden;background:#eee5dc}.food-film>img,.food-film>video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.food-film>video{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}.food-film.has-played>video{opacity:1}.food-film.has-error>video{opacity:0}.food-film-toggle{position:absolute;z-index:2;right:13px;bottom:13px;display:inline-flex;align-items:center;gap:7px;min-height:37px;padding:7px 13px;border:1px solid #fff9;border-radius:23px 12px 23px 12px;background:#432349dd;backdrop-filter:blur(8px);color:#fff;font-size:11px;line-height:1.35;font-weight:600;cursor:pointer}.food-film-toggle>span:first-child{font-size:15px}.food-film-toggle:hover{background:#6c367c}.food-film-toggle:focus-visible{outline:3px solid #d3ade0;outline-offset:3px}.food-film-toggle[hidden]{display:none}.food-film.is-loading .food-film-toggle{opacity:.85}.food-film.has-error .food-film-toggle{background:#513b53}.taste-photo>.food-film{border-radius:inherit inherit 0 0}.dessert-card-image>.food-film{height:100%;aspect-ratio:auto}.dessert-card-destination{font-size:13px;color:var(--purple);display:flex;justify-content:space-between;align-items:center;gap:15px;text-decoration:underline;text-underline-offset:4px;min-height:40px}.dessert-card-destination b{font-weight:400;font-size:18px}.living-photo{position:relative;display:block;aspect-ratio:3/2;overflow:hidden;isolation:isolate;background:#eee5dc}.living-photo>img{display:block;width:100%;height:100%;object-fit:cover;animation:food-photo-drift 17s ease-in-out infinite alternate;animation-play-state:paused;transform:scale(1.035);transform-origin:center}.living-photo.is-moving>img{animation-play-state:running}.desire-picture>.living-photo,.dessert-card-image>.living-photo,.taste-ingredient-grid figure>.living-photo,.dessert-serving figure>.living-photo{height:100%;width:100%}.dessert-card:hover .living-photo>img{transform:scale(1.035)}.motion-story{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:center}.motion-story>figure{margin:0;border-radius:52px 12px 12px 12px;overflow:hidden;background:#f0e9e0}.motion-story .food-film{aspect-ratio:16/9}.motion-story figcaption{padding:15px 21px;font-size:11px;line-height:1.6;color:#715e75}.motion-story h2{font-size:clamp(32px,3.5vw,46px);line-height:1.15;letter-spacing:-.04em;margin:19px 0 23px}.motion-story h2 em{font-family:Georgia,serif;font-weight:400;color:var(--purple)}.motion-story p:not(.eyebrow){font-size:16px;line-height:1.8;margin-bottom:24px}.ice-motion-paused .living-photo>img{animation-play-state:paused!important}.food-film.has-error .food-film-poster{visibility:visible}@keyframes food-photo-drift{from{transform:scale(1.035) translate(-.45%,.3%)}to{transform:scale(1.075) translate(.45%,-.3%)}}@media(max-width:800px){.motion-story{grid-template-columns:1fr;gap:28px}.motion-story>figure{border-radius:38px 10px 10px 10px}.motion-story h2{font-size:36px}.food-film-toggle{right:10px;bottom:10px;min-height:38px}.motion-story p:not(.eyebrow){font-size:16px}}@media(prefers-reduced-motion:reduce){.living-photo>img{animation:none;transform:none}.food-film>video{transition:none}}@media print{.food-film>video,.food-film-toggle{display:none!important}.food-film .food-film-poster{visibility:visible!important}.living-photo>img{animation:none;transform:none}}
.ice-motion-paused .process-drawing *{animation-play-state:paused!important}
/* Food windows share a stable crop; playback controls are siblings of navigation links. */
.desire-card .desire-picture{height:auto!important;aspect-ratio:3/2;overflow:hidden;border-radius:10px}
.desire-picture>.food-film,.dessert-card-image>.food-film,.taste-ingredient-grid figure>.food-film,.dessert-serving figure>.food-film{height:100%;aspect-ratio:auto}
.desire-card .food-film>img,.desire-card .food-film>video{transform:none}
.food-card-destination{position:relative;min-height:44px;display:inline-flex;align-items:center;gap:20px;color:var(--purple)}
.dessert-card-copy>.food-card-destination{font-size:13px;display:flex;justify-content:space-between;text-decoration:underline;text-underline-offset:4px}
.food-card-destination:focus-visible{outline:3px solid #9b68b0;outline-offset:5px;border-radius:3px}
.desire-card:focus-within{border-color:var(--purple)}
.icb-choice-link.icb-motion-choice{display:flex;flex-direction:column;padding:0;overflow:hidden}
.icb-motion-choice>.food-film{flex-shrink:0;aspect-ratio:3/2;border-radius:inherit inherit 0 0}
.icb-motion-choice>div:not(.food-film){padding:24px 26px;display:flex;flex-direction:column;flex:1}
.icb-motion-choice .icb-choice-number{font-size:23px;margin:0 0 15px}
.icb-motion-choice .food-card-destination{margin-top:auto}
.equipment-feature>.living-photo,.equipment-feature>div>.living-photo{border-radius:inherit}
.ingredient-after .food-film{border-radius:10px}
@media(max-width:700px){.icb-motion-choice>div:not(.food-film){padding:22px}.icb-motion-choice .icb-choice-number{font-size:21px}.food-film-toggle{min-width:85px;min-height:44px}.desire-card .desire-picture{height:auto!important}}
/* Service illustrations use the same local video player and calm-motion controls. */
.text-grid.three.support-motion-grid{gap:28px;align-items:stretch}
.support-motion-card{min-width:0;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:42px 12px 12px 12px;overflow:hidden;background:#fffdfb}
.support-motion-card>.support-film{aspect-ratio:3/2;flex-shrink:0;background:#f4eef5}
.support-motion-copy{padding:27px 27px 32px}
.support-motion-copy .step-number{font-family:var(--font);font-size:12px;font-weight:600;letter-spacing:.12em;color:var(--purple);margin-bottom:17px}
.support-motion-copy h2{font-size:clamp(25px,2.25vw,31px);margin-bottom:20px;line-height:1.15}
.support-motion-copy p{font-size:15px;line-height:1.8}
@media(max-width:900px){.text-grid.three.support-motion-grid{grid-template-columns:1fr;gap:28px}.support-motion-card{display:grid;grid-template-columns:1fr 1fr;align-items:center;border-radius:35px 12px 12px 12px}.support-motion-copy{padding:25px}.support-motion-copy h2{font-size:29px}}
@media(max-width:600px){.support-motion-card{display:flex}.support-motion-copy{padding:24px 24px 28px}.support-motion-copy h2{font-size:28px}.support-motion-copy p{font-size:15px}}

/* icb.css */
/* ICB programme follows the shared cream, plum and confectionery design. */
.icb-hero{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding-top:42px;padding-bottom:32px}.icb-hero>div{min-width:0}.icb-hero h1{font-size:clamp(42px,4.25vw,66px);line-height:1.07}.icb-hero .lead{font-size:18px;line-height:1.75}.icb-hero>figure{margin:0;overflow:hidden;border-radius:70px 12px 12px;background:#f0e9e0}.icb-hero .food-film{aspect-ratio:4/3}.icb-hero figcaption,.icb-editorial figcaption,.icb-invitation figcaption{font-size:11px;color:#756379;padding:13px 20px}.icb-nav{display:flex;flex-wrap:wrap;gap:10px;padding-top:22px;padding-bottom:26px;border-bottom:1px solid #e6dce8}.icb-nav a{font-size:13px;padding:12px 18px;border:1px solid #e3d8e5;border-radius:24px 12px;background:#fff}.icb-nav a[aria-current]{color:white;background:var(--purple);border-color:var(--purple)}.icb-company{display:grid;grid-template-columns:180px 1fr;gap:46px;align-items:center;padding-top:45px;padding-bottom:25px}.icb-company>img{width:170px;height:100px;object-fit:contain}.icb-company p{font-size:16px;line-height:1.8;margin-bottom:13px}.icb-company strong{font-weight:600}.icb-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.icb-choice-link{display:block;padding:28px;border:1px solid #e3d8e4;border-radius:35px 12px;background:#f3eee6;transition:background .2s ease}.icb-choice-link:hover{background:#eee5f0}.icb-choice-number{display:block;color:#947397;font:italic 42px Georgia,serif;margin-bottom:38px}.icb-choice-link h3{font-size:25px;line-height:1.25;letter-spacing:-.03em;margin:0 0 20px}.icb-choice-link p{font-size:15px;line-height:1.75;color:#756979;margin:0 0 24px}.icb-choice-link .text-link{font-size:13px}.icb-editorial,.icb-invitation{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.icb-editorial>figure,.icb-invitation>figure{margin:0;border-radius:45px 10px 10px;overflow:hidden;background:#f0e9e0}.icb-editorial h2,.icb-invitation h2,.icb-pairing h2,.icb-difference h2{font-size:clamp(33px,3.5vw,48px);line-height:1.15;letter-spacing:-.04em;margin:17px 0 23px}.icb-editorial h2 em,.icb-invitation h2 em,.icb-pairing h2 em,.icb-difference h2 em{font-family:Georgia,serif;font-weight:400;color:var(--purple)}.icb-editorial p:not(.eyebrow),.icb-invitation p:not(.eyebrow),.icb-pairing p{font-size:16px;line-height:1.85;margin-bottom:20px}.icb-invitation .food-film{aspect-ratio:16/9}.icb-pairing{display:grid;grid-template-columns:1fr 1.15fr;gap:70px}.icb-pairing ol{margin:0;padding:0;list-style:none}.icb-pairing li{display:grid;grid-template-columns:40px 1fr;gap:25px;border-top:1px solid #e3d8e4;padding:24px 0}.icb-pairing li>span{font:italic 28px Georgia,serif;color:var(--purple)}.icb-pairing h3{font-size:20px;margin:0 0 12px}.icb-pairing p{font-size:15px;margin-bottom:12px}.icb-pairing .text-link{font-size:13px}.icb-selection-note{padding:23px 28px;background:#efe8f1;border-left:3px solid #9d72ab;border-radius:0 16px 16px 0;margin:25px 0}.icb-selection-note strong{font-size:17px;font-weight:600}.icb-selection-note p{font-size:14px;line-height:1.8;margin:10px 0 0;color:#6e6073}.icb-list-heading h2{font-size:34px;letter-spacing:-.035em}.icb-toc{display:flex;flex-wrap:wrap;gap:9px;margin:28px 0 40px}.icb-toc a{font-size:12px;border:1px solid #ddd1e0;padding:10px 13px;border-radius:20px;text-decoration:none;background:#fff}.icb-toc a:hover{color:var(--purple);border-color:var(--purple)}.icb-segments{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;align-items:start}.icb-segment{min-width:0;padding:28px;border:1px solid #e4dce6;border-radius:28px 10px;background:white;scroll-margin-top:125px}.icb-segment-head{display:grid;grid-template-columns:145px 1fr;gap:25px;align-items:center;min-width:0}.icb-machine-image{margin:0}.icb-machine-image img{width:145px;height:150px;object-fit:contain}.icb-machine-image figcaption{font-size:9px;line-height:1.5;color:#8c808e;padding:5px 0}.icb-segment h2{font-size:25px;line-height:1.22;letter-spacing:-.035em;margin:10px 0}.icb-segment-head .eyebrow{font-size:9px;letter-spacing:.14em}.icb-purpose{font-size:16px;line-height:1.7;margin:23px 0 16px;color:#413646}.icb-choice{font-size:13px;line-height:1.8;color:#796b7d;margin-bottom:20px}.icb-choice strong{color:#604365}.icb-models{border-top:1px solid #e9e1eb}.icb-model{padding:20px 0;border-bottom:1px solid #e9e1eb}.icb-model h3{font-size:20px;letter-spacing:-.02em;margin:0 0 8px}.icb-model p{font-size:13px;line-height:1.75;margin:7px 0;color:#7b6e80}.icb-model .icb-model-fact{font-size:13px;color:var(--purple);font-weight:500}.icb-model .source-link{font-size:11px;margin-top:10px}.icb-note{font-size:12px;line-height:1.8;color:#77657d;background:#f6f2f7;padding:16px;border-radius:10px;margin:20px 0}.icb-segment>.text-link{font-size:13px}.icb-intro-note{padding-top:38px;max-width:960px}.icb-intro-note h2{font-size:26px;letter-spacing:-.02em}.icb-intro-note p{font-size:16px;line-height:1.85}.icb-difference{scroll-margin-top:120px}.icb-difference-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.icb-difference-grid article{background:#f0eadf;border-radius:25px 10px;padding:28px}.icb-difference-grid article:last-child{background:#ede5f0}.icb-difference h3{font-size:22px;line-height:1.3;margin:0 0 16px}.icb-difference p{font-size:15px;line-height:1.8;margin-bottom:20px}.icb-difference .text-link{font-size:13px}.partner-logo[href]{display:flex}.icb-nav a:focus-visible,.icb-toc a:focus-visible,.icb-choice-link:focus-visible{outline:3px solid #9b68b0;outline-offset:4px}
@media(max-width:950px){.icb-hero{gap:35px}.icb-choices{gap:15px}.icb-choice-link{padding:22px}.icb-choice-link h3{font-size:23px}.icb-segment{padding:22px}.icb-segment-head{grid-template-columns:110px 1fr;gap:18px}.icb-machine-image img{width:110px;height:125px}.icb-segment h2{font-size:23px}.icb-editorial,.icb-invitation,.icb-pairing{gap:35px}}
@media(max-width:700px){.icb-hero,.icb-company,.icb-choices,.icb-editorial,.icb-invitation,.icb-pairing,.icb-difference-grid,.icb-segments{grid-template-columns:1fr}.icb-hero{padding-top:32px;gap:30px}.icb-hero h1{font-size:42px}.icb-hero>figure{border-radius:45px 10px 10px}.icb-hero .lead{font-size:17px}.icb-company{gap:12px;padding-top:28px}.icb-company>img{width:130px;height:75px}.icb-nav{gap:8px}.icb-nav a{font-size:11px;padding:11px 13px}.icb-choice-link{display:grid;grid-template-columns:35px 1fr;gap:18px}.icb-choice-number{font-size:29px;margin:0}.icb-choice-link h3{font-size:25px}.icb-choice-link p{margin-bottom:13px}.icb-segment-head{grid-template-columns:112px 1fr;gap:17px}.icb-segment h2{font-size:23px}.icb-selection-note{padding:20px}.icb-toc{margin-bottom:30px;gap:7px}.icb-toc a{font-size:11px;padding:9px 11px}.icb-pairing li{gap:16px}.icb-list-heading h2{font-size:30px}.icb-editorial,.icb-invitation{gap:25px}}
@media(prefers-reduced-motion:reduce){.icb-choice-link{transition:none}}
@media print{.icb-segments{display:block}.icb-segment{break-inside:avoid;margin-bottom:20px}.icb-toc{display:none}}
.icb-model .icb-demo{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--purple);margin-top:12px;line-height:1.5}.icb-demo:before{content:"";flex:0 0 27px;width:27px;height:27px;background:url("sweet-icon-play.svg") center/contain no-repeat}.icb-hero .breadcrumb+.eyebrow{margin-top:22px}

/* sweet-icon-motion.css */
/* Two registered layers: only the original drawing drifts inside its fixed pastry seal. */
[data-sweet-icon]{--sweet-motif:url('sweet-motif-guide.svg');--sweet-duration:6.8s}
[data-sweet-icon="soft"]{--sweet-motif:url('sweet-motif-soft.svg');--sweet-duration:6.2s}
[data-sweet-icon="gelato"]{--sweet-motif:url('sweet-motif-gelato.svg');--sweet-duration:6.7s}
[data-sweet-icon="cake"]{--sweet-motif:url('sweet-motif-cake.svg');--sweet-duration:7.2s}
[data-sweet-icon="ingredients"]{--sweet-motif:url('sweet-motif-ingredients.svg');--sweet-duration:6.5s}
[data-sweet-icon="conversation"]{--sweet-motif:url('sweet-motif-conversation.svg');--sweet-duration:7s}
[data-sweet-icon="catalogue"]{--sweet-motif:url('sweet-motif-catalogue.svg');--sweet-duration:7.4s}
[data-sweet-icon="production"]{--sweet-motif:url('sweet-motif-production.svg');--sweet-duration:6.4s}
[data-sweet-icon="play"],.icb-demo{--sweet-motif:url('sweet-motif-play.svg');--sweet-duration:6.9s}
.sweet-action::before,.pairing-switch [data-sweet-icon]::before,.process-types [data-sweet-icon]::before,.confection-kicker::before,.icb-demo::before{
 background-image:var(--sweet-motif),url('sweet-icon-plate.svg');
 background-repeat:no-repeat;
 background-size:contain,contain;
 background-position:center 0px,center center;
 transform:none!important;
 transition:none;
 animation:sweet-inner-drift var(--sweet-duration,7s) ease-in-out var(--sweet-phase,0s) infinite;
 animation-play-state:paused;
}
.is-sweet-moving[data-sweet-icon]::before,.icb-demo.is-sweet-moving::before{animation-play-state:running}
.ice-motion-paused .is-sweet-moving::before{animation-play-state:paused}
[data-sweet-icon]:disabled::before{animation-play-state:paused}
@keyframes sweet-inner-drift{
 0%,100%{background-position:center 0px,center center}
 50%{background-position:calc(50% + .4px) -1.4px,center center}
}
@media(prefers-reduced-motion:reduce){
 .sweet-action::before,.pairing-switch [data-sweet-icon]::before,.process-types [data-sweet-icon]::before,.confection-kicker::before,.icb-demo::before{animation:none!important;background-position:center 0px,center center}
}
@media print{.is-sweet-moving::before{animation:none!important;background-position:center 0px,center center}}

/* footer.css */
/* Shared wood/ice footer hierarchy. The original purple ARHAR artwork identifies this programme. */
footer.site-footer{background:#252725;color:#dedfd8;padding:64px 0 25px;border:0;border-radius:34px 34px 0 0;scroll-margin-top:110px}
.site-footer .footer-top{display:flex;justify-content:space-between;align-items:center;gap:32px;padding-bottom:65px}
.site-footer .footer-logo{display:inline-flex;flex:0 0 auto;align-items:center;width:210px;max-width:100%;line-height:0;background:transparent}
.site-footer .footer-logo img{display:block;width:100%;height:auto;max-width:230px;object-fit:contain;border:0;border-radius:0;background:transparent;filter:url(#ice-footer-logo-clear)}
.footer-brand-filter{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}
.site-footer .footer-slogan{color:#acafa5;font-size:17px;line-height:1.7;margin:0}
.site-footer .footer-contact{display:grid;gap:7px;max-width:310px;font-style:normal;font-size:15px;line-height:1.6}
.site-footer .footer-contact strong{font-size:15px;color:inherit;line-height:1.45}
.site-footer .footer-contact a{width:fit-content;font-weight:600;color:inherit}
.site-footer .footer-contact a:hover{text-decoration:underline;text-underline-offset:4px}
.site-footer .footer-bottom{border-top:1px solid #51554d;padding-top:20px;font-size:11px;line-height:1.6;color:#a3a79a;display:flex;justify-content:space-between;gap:25px}
.site-footer .footer-bottom nav{display:flex;flex-wrap:wrap;gap:15px 25px}
.site-footer .footer-bottom a:hover{color:white}
.site-footer .footer-legal{border-top:1px solid #ffffff26;margin-top:26px;padding-top:24px;display:grid;gap:15px;font-size:13px;line-height:1.6}
.site-footer .footer-legal p{margin:0;color:inherit}
.site-footer .footer-legal nav{display:flex;flex-wrap:wrap;gap:12px 25px}
.site-footer .footer-legal a,.site-footer .privacy-open{color:inherit;font:inherit;text-decoration:underline;text-underline-offset:4px}
.site-footer .privacy-open{border:0;background:none;padding:0;text-align:left;cursor:pointer}
.site-footer a:focus-visible,.site-footer button:focus-visible{outline:3px solid #c699d1;outline-offset:5px}
.site-footer .footer-motion-toggle{display:inline-flex;align-items:center;gap:8px;margin:16px 0 0;border:1px solid #898f85;border-radius:24px;padding:8px 12px;background:transparent;color:#dedfd8;font-size:11px;line-height:1.5;width:fit-content}
.site-footer .footer-motion-toggle::before{content:"";width:6px;height:6px;border-radius:50%;background:#ba87c5;flex:0 0 6px}
.site-footer .footer-motion-toggle[aria-pressed="true"]::before{background:#8d9489}
.site-footer .footer-motion-toggle:hover{color:white;border-color:#c699d1}
.site-footer .footer-motion-toggle:disabled{color:#acafa5;border-color:#697062}
.site-footer .footer-motion-toggle[hidden]{display:none}
@media(max-width:1000px){.site-footer .footer-slogan{font-size:15px}.site-footer .footer-top{gap:30px}}
@media(max-width:650px){
 footer.site-footer{padding:42px 0 24px}
 .site-footer .footer-top{display:grid;grid-template-columns:1fr 1fr;gap:25px;padding-bottom:35px}
 .site-footer .footer-logo{width:175px;grid-column:auto}
 .site-footer .footer-slogan{font-size:13px}
 .site-footer .footer-contact{grid-column:1/-1}
 .site-footer .footer-bottom{flex-direction:column;gap:16px;font-size:10px}
 .site-footer .footer-bottom nav{gap:15px 20px}
 .site-footer .footer-legal nav{flex-direction:column;align-items:flex-start;gap:12px}
}
@media print{.site-footer{display:none!important}}

/* process-video.css */
.experience-process .process-picture{padding:22px 0 22px 22px;align-self:center;min-height:0}
.process-cinema{width:100%;min-width:0;background:#f1eaf3;border:1px solid #e0d0e5;border-radius:24px 24px 8px 24px;overflow:hidden}
.process-film{position:relative;aspect-ratio:16/9;isolation:isolate;background:#ece8e3}
.process-film[hidden]{display:none!important}
.process-film video,.process-film .process-poster{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain}
.process-film video{opacity:0}
.process-film.has-frame video{opacity:1}
.process-film.has-frame .process-poster{visibility:hidden}
.process-film-label{position:absolute;z-index:2;top:15px;left:15px;max-width:calc(100% - 30px);border:1px solid #ffffff65;border-radius:30px;padding:8px 13px;background:#382443dd;color:#fff;font-size:11px;font-weight:500;line-height:1.4}
.process-film-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 18px;color:#51375c;font-size:12px;line-height:1.5}
[data-process-clock]{flex-shrink:0;font-variant-numeric:tabular-nums;font-size:11px}
.process-film-progress{height:3px;background:#dbc8e1;overflow:hidden}
.process-film-progress>span{display:block;height:100%;background:#a947bd;width:0}
.experience-process .diagram-note{font-size:10px;line-height:1.6;margin:13px 14px 0;color:#746478;text-align:left;align-self:flex-start}
.experience-process .process-controls{gap:13px;align-items:center;align-self:stretch;margin-top:17px;padding-inline:6px}
.experience-process .process-controls>span{max-width:155px}
.process-restart{border:0;background:transparent;color:var(--purple);padding:9px 0;font-size:12px;text-decoration:underline;text-underline-offset:4px}
.process-restart:hover{color:var(--dark)}
.process-restart:focus-visible,.process-steps button:focus-visible{outline:2px solid var(--purple);outline-offset:4px}
.process-load-message{margin:8px 0 0!important;font-size:12px!important;line-height:1.5;color:#704482;min-height:18px}
.experience-process .process-footnote{max-width:900px}
@media(max-width:800px){.experience-process .process-picture{width:100%;padding:0 0 15px}.process-cinema{border-radius:20px 20px 7px 20px}.process-film-label{top:10px;left:10px;max-width:calc(100% - 20px);font-size:10px;padding:7px 10px}.process-film-meta{padding:12px 14px;font-size:11px}.experience-process .process-story{min-height:0}.experience-process .process-controls>span{max-width:100%;flex-basis:100%}.experience-process .process-steps{gap:6px}.experience-process .diagram-note{margin:11px 12px 0}}

/* specifications.css */
/* Specifications share the site's purple/cream system; all key data stays visible. */
.machine-spec-card,.machine-spec-mini,.official-tech-gallery article{scroll-margin-top:140px}
.machine-spec-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;margin:28px 0 45px}
.machine-spec-card{min-width:0;background:#fff;border:1px solid #e3d7e5;border-top:3px solid #8b3b97;border-radius:14px;padding:28px}
.machine-spec-card h3{font-size:1.5rem;line-height:1.25;margin:6px 0 25px}
.machine-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;margin:18px 0 12px;line-height:1.45;font-size:.93rem}
.machine-spec-grid>div{border-top:1px solid #e8dfe9;padding:12px 0;min-width:0}
.machine-spec-grid dt{font-size:.76rem;line-height:1.45;color:#746277;margin:0 0 6px}
.machine-spec-grid dd{margin:0;color:#342238;font-weight:600;overflow-wrap:anywhere}
.spec-peak{background:#f7f1f7;padding:0 14px;border-radius:8px;grid-template-columns:1fr}
.machine-spec-note,.machine-spec-mini-note{font-size:.79rem;line-height:1.6;color:#746277;margin:16px 0}
.machine-spec-sources{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:.79rem;line-height:1.5;margin:16px 0}
.machine-spec-sources a{color:#793488;text-decoration:underline;text-underline-offset:3px}
.spec-inquiry{font-size:.85rem;margin-top:12px}
.spec-electrical{border-block:1px solid #e3d7e5;padding:12px 0;font-size:.84rem;margin-top:18px}
.spec-electrical summary{color:#713282;font-weight:600;cursor:pointer;padding:5px 0}
.spec-electrical .spec-wrap{margin:14px 0;max-width:100%}
.spec-electrical .spec-table{min-width:570px;font-size:.8rem}
.spec-electrical p{font-size:.76rem}
.spec-explainer{background:#efe6f0;border-radius:18px;padding:32px;display:grid;grid-template-columns:1.15fr 1fr;gap:40px;margin:25px 0 55px}
.spec-explainer h2{font-size:1.8rem;margin:0 0 18px}
.spec-explainer p{font-size:.91rem;line-height:1.65;margin-bottom:0}
.spec-filter{align-self:center}
.spec-filter label{display:block;font-weight:600;font-size:.93rem;margin-bottom:10px}
.spec-filter input{font:inherit;width:100%;border:1px solid #a787ae;border-radius:8px;padding:15px;background:#fff;color:#342238}
.spec-filter input:focus{outline:3px solid #d4b4db;outline-offset:3px}
[data-spec-count]{min-height:1.6em}
[data-spec-group][hidden],[data-machine-spec][hidden]{display:none!important}
.machine-spec-band .section-heading{align-items:end}
.machine-spec-band .section-heading>p{max-width:510px}
.machine-spec-examples{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:30px}
.machine-spec-examples>article{min-width:0;padding:24px;border:1px solid #e3d7e5;border-radius:14px;background:white}
.machine-spec-examples h3{font-size:1.28rem;line-height:1.35;margin:0}
.machine-spec-mini{margin:25px 0 8px;padding:20px;background:#f5eef5;border:1px solid #e7dce9;border-radius:10px}
.machine-spec-mini .machine-spec-grid{font-size:.84rem;gap:0 14px}
.machine-spec-mini .machine-spec-grid dt{font-size:.72rem}
.machine-spec-mini .text-link{font-size:.8rem;line-height:1.5}
.machine-spec-model{font-size:.84rem!important;line-height:1.6!important;color:#743883!important;margin:0!important}
.machine-spec-examples .machine-spec-mini{padding:0;background:transparent;border:0;margin:12px 0 0}
.machine-spec-mini-note{margin:10px 0;font-size:.72rem!important;line-height:1.5!important}
.official-tech-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:35px}
.official-tech-grid>article{min-width:0;border:1px solid #e3d7e5;border-radius:14px;overflow:hidden;background:#fff}
.official-tech-grid>article>div{padding:25px}
.official-tech-grid h3{font-size:1.45rem;line-height:1.3}
.official-tech-grid .source-link,.official-tech-grid .text-link{display:block;margin-top:14px;font-size:.86rem}
.official-tech-figure{margin:0!important;background:#fafafa;border-radius:9px;overflow:hidden}
.official-tech-figure img{display:block;width:100%;height:280px;object-fit:contain;background:#fff}
.official-tech-figure figcaption{font-size:.72rem;color:#77647a;padding:10px 15px;background:#f4eef5}
.control-card .official-tech-figure{margin-bottom:24px!important}
.control-card .official-tech-figure img{height:230px}
.capacity-match .machine-spec-grid{font-size:.82rem;margin-top:20px}
.capacity-match [data-match-spec-link]{font-size:.8rem}
.icb-model .machine-spec-grid{font-size:.86rem;gap:0 18px}
.desire-copy .machine-spec-mini{margin-top:24px}
@media(max-width:1050px){.machine-spec-examples{grid-template-columns:repeat(2,minmax(0,1fr))}.spec-explainer{gap:24px}.machine-spec-card{padding:22px}}
@media(max-width:700px){.machine-spec-cards,.machine-spec-examples,.official-tech-grid,.spec-explainer{grid-template-columns:1fr}.machine-spec-card{padding:22px 18px}.spec-explainer{padding:24px 20px;gap:25px}.machine-spec-grid{gap:0 14px}.official-tech-figure img{height:auto;max-height:300px}.machine-spec-examples>article{padding:22px}.machine-spec-mini{padding:16px}.machine-spec-card,.machine-spec-mini{scroll-margin-top:120px}}

[data-spec-group]{max-width:none;width:100%}
.spec-explainer{scroll-margin-top:125px}

/* visual-richness.css */
/* Appetizing imagery remains close to the equipment and its actual specifications. */
.maker-privacy-mini{font-size:.65rem!important;color:#796a7c;line-height:1.5!important;margin:0!important}.maker-privacy-mini a{text-decoration:underline;text-underline-offset:3px}
.sensory-intro{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(28px,5vw,80px);align-items:center;padding-block:55px 65px}
.sensory-intro-copy{position:relative;z-index:1;min-width:0}.sensory-intro-copy h1{font-size:clamp(2.25rem,4.3vw,4.8rem);max-width:16ch;line-height:1.08}.sensory-intro-copy .lead{max-width:51ch}.sensory-intro-art{position:relative;z-index:1;margin:0;min-width:0}.sensory-intro-art .food-film{border-radius:36% 9% 27% 9% / 17% 12% 18% 12%;box-shadow:0 20px 60px #652e7320}.sensory-intro-art figcaption{font-family:Georgia,serif;font-style:italic;font-size:1.08rem;color:#87418f;margin:18px 0 0;text-align:center}.sensory-intro>.ice-motion-toggle{grid-column:1/-1;justify-self:start;margin:0}.sensory-intro .ice-brand-motif{z-index:0}
.model-visual{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin:0 0 24px;min-width:0}.model-portrait{margin:0;min-width:0}.model-portrait-stage{height:230px;display:flex;justify-content:center;align-items:center;overflow:hidden;background:radial-gradient(ellipse at 50% 96%,#e8dce9 0,white 62%);border-radius:14px}.model-portrait-stage>img{width:100%;height:100%;max-width:100%;object-fit:contain;mix-blend-mode:multiply;transform-origin:center 75%;padding:12px}.model-portrait-stage.is-moving>img{animation:machine-photo-sway 9s ease-in-out infinite alternate}.model-portrait figcaption{font-size:.7rem;line-height:1.45;color:#7e6b82;text-align:center;padding:9px 6px}.machine-spec-card>.model-visual{margin-top:-5px}.machine-spec-examples .model-portrait-stage{height:210px}.machine-photo-drift{overflow:hidden}.machine-photo-drift.is-moving>img{animation:machine-photo-sway 10s ease-in-out infinite alternate}.machine-photo-drift>img{width:100%;height:auto}.official-tech-figure .machine-photo-drift{height:100%}.official-tech-figure .machine-photo-drift img{height:100%;object-fit:contain}
@keyframes machine-photo-sway{from{transform:translateY(1px) scale(.98)}to{transform:translateY(-3px) scale(1.015)}}
.maker-cinema{overflow:clip}.maker-reel{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/3);gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 0 24px;scrollbar-color:#a15aae #eae0eb;scrollbar-width:thin}.maker-video-card{min-width:0;scroll-snap-align:start;border:1px solid #e4d7e5;border-radius:18px;background:#fff;overflow:hidden}.maker-play{position:relative;display:block;padding:0;border:0;width:100%;aspect-ratio:16/9;overflow:hidden;cursor:pointer;background:#38253d}.maker-play>img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s ease,opacity .3s;opacity:.93}.maker-play:hover>img{transform:scale(1.035);opacity:1}.maker-play-circle{position:absolute;display:grid;place-items:center;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:44% 56% 58% 42%;background:#77368fea;border:1px solid #ffffffb3;color:#fff;box-shadow:0 5px 30px #0003;font-size:20px;padding-left:3px}.maker-play-label{position:absolute;bottom:12px;left:12px;background:#342138dd;color:white;padding:6px 11px;border-radius:20px;font-size:.7rem;line-height:1.2}.maker-play:focus-visible{outline:4px solid #ca92d7;outline-offset:-4px}.maker-video-copy{padding:22px}.maker-video-copy .eyebrow{font-size:.61rem;letter-spacing:.09em;line-height:1.6;margin:0 0 12px}.maker-video-copy h3{font-size:1.15rem;line-height:1.3;margin:0 0 12px}.maker-video-copy p{font-size:.78rem;line-height:1.6;margin:0 0 14px;color:#796a7c}.maker-video-copy>a{font-size:.74rem;text-underline-offset:4px;color:#803e8a}.maker-video-small{display:grid;grid-template-columns:118px minmax(0,1fr);gap:14px;align-items:center;border-top:1px solid #eadfed;padding-top:14px}.maker-video-small .maker-play{border-radius:9px}.maker-video-small .maker-play-label{display:none}.maker-video-small .maker-play-circle{width:34px;height:34px;font-size:13px}.maker-video-small .maker-video-copy{padding:0}.maker-video-small .maker-video-copy h3{font-size:.8rem;margin:0 0 6px}.maker-video-small .maker-video-copy .eyebrow{font-size:.57rem;margin:0 0 6px}.maker-video-small .maker-video-copy p{font-size:.69rem;margin:0 0 6px}.maker-video-small .maker-video-copy>a{font-size:.66rem}.maker-privacy{font-size:.74rem!important;line-height:1.6!important;color:#756278;max-width:900px;margin-top:12px}.maker-text-play:before{content:'▶ ';font-size:.8em}
.flavour-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.flavour-grid figure{min-width:0;margin:0}.flavour-grid .food-film{border-radius:22px 7px 22px 7px}.flavour-grid figcaption{font-family:Georgia,serif;font-size:1.15rem;font-style:italic;color:#783285;padding:18px 2px}.flavour-interlude{border-block:1px solid #e8ddeb;padding-block:55px}.flavour-interlude .section-heading{margin-bottom:30px}.flavour-interlude .section-heading>p{max-width:390px}.spec-family-heading{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:25px;align-items:center;margin:32px 0 24px}.spec-family-heading h2{margin:0!important;font-size:clamp(1.6rem,2.8vw,2.6rem)}.spec-family-heading figure{margin:0;min-width:0}.spec-family-heading .food-film{aspect-ratio:16/9;border-radius:22px 5px 22px 5px}.spec-family-heading figcaption{font-size:.64rem;line-height:1.4;margin:8px 0 0;color:#7e6380}.segment-sweet{margin:28px 0 0;max-width:640px}.segment-sweet .food-film{aspect-ratio:16/9;border-radius:15px}.segment-sweet figcaption{font-family:Georgia,serif;font-style:italic;color:#84418d;margin:10px 0;font-size:.92rem}.icb-model .model-visual{margin-top:20px}.icb-model .model-portrait-stage{height:210px}
.legal-heading{position:relative;padding-right:260px!important;min-height:260px}.legal-sweet-photo{position:absolute;right:0;top:45px;width:230px;aspect-ratio:1;overflow:hidden;border-radius:48% 20% 45% 20%;margin:0;z-index:1}.legal-sweet-photo img{width:100%;height:100%;object-fit:cover}.legal-sweet-photo.is-moving img{animation:sweet-photo-breathe 12s ease-in-out infinite alternate}@keyframes sweet-photo-breathe{from{transform:scale(1)}to{transform:scale(1.065)}}
.maker-dialog{width:min(1080px,95vw);max-width:1080px;max-height:94dvh;padding:22px;border:1px solid #dcc7e0;border-radius:20px;background:#fcf8fc;color:#39253d;overflow:auto}.maker-dialog::backdrop{background:#211427d9;backdrop-filter:blur(6px)}.maker-dialog-head{display:flex;align-items:start;gap:18px;justify-content:space-between;margin-bottom:16px}.maker-dialog-head h2{font-size:clamp(1.2rem,2.4vw,1.8rem);line-height:1.3;margin:0}.maker-close{font:inherit;cursor:pointer;border:1px solid #c7abcf;border-radius:12px;background:white;color:#753583;padding:10px 16px;min-height:44px}.maker-dialog-head .maker-close{font-size:1.6rem;line-height:1;padding:7px 14px}.maker-player-slot{aspect-ratio:16/9;background:#1b111e;border-radius:10px;overflow:hidden}.maker-player-slot iframe{display:block;width:100%;height:100%;border:0}.maker-dialog-scope{font-size:.85rem;line-height:1.6;color:#755d7b;margin:16px 0}.maker-dialog-links{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:.8rem}.maker-watch-external{color:#793689;text-decoration:underline;text-underline-offset:3px}
@media(min-width:1500px){.model-portrait-stage{height:275px}}
@media(max-width:1000px){.maker-reel{grid-auto-columns:calc((100% - 24px)/2)}.sensory-intro{gap:30px}.legal-heading{padding-right:210px!important}.legal-sweet-photo{width:180px}.spec-family-heading{grid-template-columns:minmax(0,1fr) 210px}}
@media(max-width:680px){.sensory-intro{grid-template-columns:1fr;padding-block:35px 45px;gap:25px}.sensory-intro-copy h1{font-size:2.7rem;max-width:17ch}.sensory-intro-art .food-film{aspect-ratio:16/10;border-radius:26px 7px 26px 7px}.sensory-intro-art figcaption{font-size:1rem;margin-top:12px}.maker-reel{grid-auto-columns:88%;gap:16px}.maker-video-copy{padding:18px}.flavour-grid{grid-template-columns:1fr;gap:25px}.flavour-grid .food-film{aspect-ratio:16/10}.flavour-grid figcaption{padding:12px 2px}.flavour-interlude{padding-block:35px}.spec-family-heading{grid-template-columns:1fr}.spec-family-heading figure{max-width:none}.spec-family-heading .food-film{aspect-ratio:16/8}.model-portrait-stage{height:225px}.maker-video-small{grid-template-columns:100px minmax(0,1fr);gap:10px}.maker-play-label{font-size:.64rem}.legal-heading{padding-right:0!important}.legal-sweet-photo{position:relative;top:auto;right:auto;width:100%;aspect-ratio:16/7;border-radius:26px 7px 26px 7px;margin:22px 0}.maker-dialog{padding:15px;max-height:94dvh}.maker-dialog-links{align-items:start;flex-direction:column}.maker-dialog-links .maker-close{align-self:end}.food-film-toggle{min-height:44px}.model-portrait-stage>img{padding:9px}}
@media(prefers-reduced-motion:reduce){.model-portrait-stage>img,.machine-photo-drift>img,.legal-sweet-photo img{animation:none!important}.maker-play>img{transition:none}}
.ice-motion-paused .model-portrait-stage>img,.ice-motion-paused .machine-photo-drift>img,.ice-motion-paused .legal-sweet-photo img{animation-play-state:paused!important}
.maker-dialog [hidden]{display:none!important}.maker-dialog:not(:has(.maker-player-slot iframe)){max-width:820px}.maker-consent{padding:clamp(18px,3vw,30px);border:1px solid #e1cce8;border-radius:30px 12px 30px 12px;background:#f4ecf7}.maker-consent h3{font-size:1.2rem;margin:0 0 16px;color:#4c2d59}.maker-consent p{font-size:.92rem;line-height:1.75;margin:0 0 18px;color:#56465c}.maker-consent a{text-decoration:underline;text-underline-offset:3px;color:#713183}.maker-consent-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.maker-consent-actions button,.maker-unload{font:inherit;font-weight:600;min-height:48px;padding:13px 22px;border:1px solid #9c69ae;border-radius:27px 12px 27px 12px;cursor:pointer;background:#fff;color:#713183;box-shadow:inset 0 0 0 4px #ffffff4d}.maker-consent-actions button{flex:1}.maker-consent-actions .maker-consent-accept{background:#763589;color:#fff}.maker-consent-actions button:hover,.maker-unload:hover{box-shadow:inset 0 0 0 4px #cba9d340}.maker-dialog button:focus-visible,.maker-dialog a:focus-visible{outline:3px solid #a95ac0;outline-offset:3px}.maker-privacy-settings{border-top:1px solid #dcc9e1;padding-top:20px;margin-top:24px}.maker-privacy-settings h3{font-size:1.2rem}.maker-revoke-status:empty{display:none}.maker-dialog-fallback[open]{position:fixed;inset:5vh 0 auto;z-index:10000;box-shadow:0 0 0 100vmax #211427d9}.maker-video-open{overflow:hidden}@media(max-width:480px){.maker-consent-actions{flex-direction:column}.maker-consent{padding:17px}.maker-consent p{font-size:.9rem;line-height:1.6}.maker-dialog-links{gap:18px}.maker-unload{width:100%;font-size:.85rem}.maker-consent-actions button{width:100%}}

/* simple-choice.css */
/* Use the screen, retaining only a comfortable outer gutter. */
.wrap{width:calc(100% - clamp(40px,6vw,112px));max-width:none}
.simple-intro-action{margin-top:25px}
.simple-choice{padding:42px 0 62px;scroll-margin-top:0}
.simple-form-area,.simple-result{scroll-margin-top:0}
.simple-choice-heading{display:flex;justify-content:space-between;gap:35px;align-items:end;margin-bottom:30px}
.simple-choice-heading h2{font-size:clamp(35px,3.6vw,58px);line-height:1.08}
.simple-choice-heading>p{max-width:390px;color:var(--muted);font-size:17px}
.simple-choice-app{padding:clamp(24px,3vw,48px);background:#f2eaf3;border:1px solid #decee2;border-radius:28px 8px 28px 8px}
.simple-choice [hidden]{display:none!important}
.simple-choice h3{font-size:clamp(25px,2.25vw,37px);line-height:1.18;margin:0 0 25px}
.simple-choice-form{padding:0;border-radius:0;background:none;max-width:1000px;margin:0}
.simple-choice-form h3:focus{outline:none}
.simple-choice-form label{font-size:15px;margin-top:18px}
.simple-choice-form input,.simple-choice-form select{font-size:17px;min-height:50px;border-radius:7px}
.simple-choice-form input[type=number]{max-width:360px}
.simple-choice-form>div>label:has(select){max-width:600px}
.simple-choice .simple-progress{font-size:12px;color:var(--purple);font-weight:600;letter-spacing:.08em;margin-bottom:23px}
.simple-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1050px}
.simple-options button{background:#fff;border:1px solid #d9c8df;border-radius:18px 5px 18px 5px;overflow:hidden;color:var(--dark);text-align:left;padding:25px;cursor:pointer;transition:border-color .2s,box-shadow .2s}
.simple-options button:hover,.simple-options button:focus-visible{border-color:var(--purple);box-shadow:0 6px 24px #70337f16}
.simple-options strong,.simple-options>button>span{font-size:23px;font-weight:600;line-height:1.3;display:block}
.simple-options strong+span,.simple-options small{display:block;font-size:15px;font-weight:400;color:var(--muted);margin-top:10px;line-height:1.5}
.simple-path .simple-options button{padding:0}
.simple-path .simple-options button>span{padding:20px 25px}
.simple-path .simple-options img{display:block;width:100%;height:190px;object-fit:cover}
.simple-text-link{border:0;background:none;padding:12px 0;color:var(--purple);font-size:15px;font-weight:600;text-decoration:underline;text-underline-offset:5px;cursor:pointer;display:inline-block}
.simple-path>.simple-text-link{margin-top:16px}
.simple-inputs{display:grid;grid-template-columns:200px minmax(220px,330px);gap:25px}
.simple-demand{font-size:19px;color:var(--purple);font-weight:600;padding:15px 0 0}
.simple-choice .demand-portions,.simple-choice .demand-ranges{padding:0;border:0;margin:0 0 24px;min-width:0}
.simple-choice .demand-portions legend,.simple-choice .demand-ranges legend{padding:0;margin-bottom:12px;font-size:16px;font-weight:600;color:var(--dark)}
.demand-portions legend span{font-weight:400;color:var(--muted);font-size:14px}
.demand-portion-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:540px}
.demand-range-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.simple-choice-form .demand-portion-options label,.simple-choice-form .demand-range-options label,.simple-choice-form .demand-more{position:relative;display:flex;align-items:center;gap:12px;margin:0;cursor:pointer;border:1px solid #d9c8df;background:#fff;border-radius:17px 6px 17px 6px;padding:17px 20px;color:var(--dark);transition:border-color .2s,background .2s}
.simple-choice-form .demand-portion-options label{padding:12px 15px}
.simple-choice-form .demand-more{margin-top:14px;background:transparent;padding:14px 20px}
.demand-more>span:last-child{margin-left:auto;color:var(--purple);font-size:24px}
.simple-choice-form .demand-portion-options input,.simple-choice-form .demand-range-options input,.simple-choice-form .demand-more input{width:18px;height:18px;min-height:18px;flex-shrink:0;margin:0;padding:0;accent-color:var(--purple)}
.demand-portion-options strong,.demand-range-options strong,.demand-more strong{display:block;font-size:22px;line-height:1.3;font-weight:600}
.demand-more strong{font-size:18px}
.demand-portion-options small,.demand-range-options small,.demand-more small{display:block;color:var(--muted);font-size:13px;line-height:1.45;font-weight:400;margin-top:5px}
.simple-choice-form :is(.demand-portion-options,.demand-range-options,.demand-ranges)>label:has(input:checked),.simple-choice-form :is(.demand-portion-options,.demand-range-options) label:has(input:checked){border-color:var(--purple);box-shadow:inset 0 0 0 1px var(--purple);background:#fbf7fc}
.simple-choice-form :is(.demand-portion-options,.demand-range-options,.demand-ranges) label:focus-within{outline:2px solid var(--purple);outline-offset:3px}
.simple-choice-form .simple-demand{font-size:15px;padding:0;margin:0 0 9px;line-height:1.5}
.demand-explanation{font-size:13px;color:var(--muted);line-height:1.6;max-width:780px;margin:0 0 20px}
.demand-custom{padding:2px 0 20px}
.demand-custom p{font-size:14px;line-height:1.5;margin-top:8px;max-width:620px}
@media(max-width:600px){.demand-range-options{grid-template-columns:1fr;gap:10px}.simple-choice-form .demand-range-options label{padding:12px 16px}.demand-range-options label>span{display:flex;align-items:center;justify-content:space-between;gap:10px;flex:1}.demand-range-options strong{font-size:19px}.demand-range-options small{font-size:12px;margin:0;text-align:right}.demand-portion-options{gap:8px}.simple-choice-form .demand-portion-options label{display:block;padding:10px;text-align:center}.demand-portion-options input{position:absolute;inset:0;opacity:0}.demand-portion-options strong{font-size:20px}.demand-portion-options small{font-size:12px}.simple-choice-form .demand-more{padding:13px 16px}.demand-portions legend span{display:block;margin-top:4px}.simple-choice .demand-portions,.simple-choice .demand-ranges{margin-bottom:20px}}
@media(max-width:360px){.demand-range-options label>span{display:block}.demand-range-options small{text-align:left;margin-top:3px}.demand-more strong{font-size:17px}}
.simple-hint{font-size:14px;margin:9px 0 18px;color:var(--muted)}
.simple-choice .simple-check{display:flex;align-items:center;gap:10px;font-weight:400}
.simple-check input{width:20px;min-height:20px;height:20px;accent-color:var(--purple)}
.simple-form-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:28px}
.simple-choice-form .simple-form-actions .button{width:auto}
.simple-error{color:#a02243;font-size:15px;margin-top:16px}
.simple-error:empty{display:none}
.simple-optional{max-width:600px;border-top:1px solid #ddcde0;margin-top:20px}
.simple-optional summary{font-size:14px;padding:16px 0;color:var(--purple)}
.simple-optional>div{padding-bottom:0}
.simple-result:focus{outline:none}
.simple-result-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.simple-result-bar .simple-progress{margin:0;letter-spacing:0;font-size:15px}
.simple-result-title{margin:22px 0 10px!important}
.simple-result-note{font-size:16px;max-width:850px;margin-bottom:28px}
.simple-model{display:grid;grid-template-columns:minmax(240px,.85fr) minmax(350px,1.3fr);gap:clamp(28px,4vw,65px);background:#fff;padding:clamp(22px,2.5vw,40px);border-radius:18px}
.simple-model .model-visual{margin:0}
.simple-model .model-portrait-stage{height:360px;background:#fff}
.simple-model .model-portrait-stage img{max-height:330px;object-fit:contain}
.simple-model .maker-video-small{max-width:350px;margin:24px auto 0}
.simple-model .model-portrait figcaption{font-size:12px}
.simple-model .model-visual .maker-privacy-mini{max-width:350px;margin:8px auto}
.simple-model h3{font-size:34px;margin-bottom:14px}
.simple-model-copy>p:not(.eyebrow){font-size:15px;line-height:1.6}
.simple-model-copy .simple-metric{font-size:clamp(27px,2.5vw,40px)!important;font-weight:600;line-height:1.1!important;color:var(--purple);margin:0 0 10px}
.simple-model-copy .simple-metric-note{margin-bottom:22px}
.simple-model-copy>.button{margin:15px 0 20px}
.simple-tech{border-top:1px solid var(--line);margin-top:4px}
.simple-tech summary{color:var(--purple);font-size:16px}
.simple-tech .text-link{display:block;margin-top:18px;max-width:max-content}
.simple-footnote{font-size:13px;max-width:980px;margin-top:24px;color:var(--muted);line-height:1.6}
.simple-no-match{background:#fff;border-radius:15px;padding:28px;max-width:850px}
.simple-no-match p{margin-bottom:22px}
.simple-reference{margin-block:15px 35px}
.simple-reference>details{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.simple-reference>details>summary{font-size:19px;color:var(--purple);padding:25px 0}
.simple-reference-body>.section{padding-block:30px}
.simple-reference-body .machine-spec-band{width:100%}
.simple-reference .section-heading{max-width:100%}
.simple-catalogue-model{padding:0;border-top-width:1px;align-self:start}
.simple-catalogue-model>summary{display:flex;align-items:center;gap:18px;padding:18px;list-style:none;min-height:125px}
.simple-catalogue-model>summary::-webkit-details-marker{display:none}
.simple-catalogue-model>summary img{width:80px;height:86px;object-fit:contain;flex-shrink:0}
.simple-catalogue-model>summary strong{display:block;font-size:19px;line-height:1.3}
.simple-catalogue-model>summary small{display:block;font-size:13px;font-weight:400;line-height:1.5;margin-top:6px;color:var(--muted)}
.simple-expand{margin-left:auto;color:var(--purple);font-size:25px;flex-shrink:0}
.simple-catalogue-model[open]>summary .simple-expand{transform:rotate(45deg)}
.simple-catalogue-body{padding:0 25px 25px;border-top:1px solid var(--line)}
.simple-catalogue-body>.eyebrow{padding-top:22px}
@media(max-width:800px){.simple-model-copy{order:0}.simple-model-media{order:1}.simple-form-area,.simple-result{scroll-margin-top:0}}
@media(min-width:1800px){.machine-spec-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.simple-choice-form,.simple-options{max-width:none}.simple-options button{padding:32px}}
@media(max-width:800px){.wrap{width:calc(100% - 36px)}.simple-choice{padding-block:20px 35px;scroll-margin-top:85px}.simple-choice-heading{display:block;margin-bottom:22px}.simple-choice-heading>p{margin-top:17px;font-size:15px}.simple-choice-app{padding:22px 18px}.simple-options{grid-template-columns:1fr;gap:13px}.simple-options button{padding:20px}.simple-options strong,.simple-options>button>span{font-size:21px}.simple-options strong+span{font-size:14px}.simple-inputs{grid-template-columns:1fr;gap:0}.simple-choice-form input[type=number]{max-width:none}.simple-choice h3{font-size:26px}.simple-form-actions{gap:8px;display:flex;align-items:stretch;flex-direction:column}.simple-model{grid-template-columns:1fr;padding:20px;gap:22px}.simple-model .model-portrait-stage{height:240px}.simple-model .model-portrait-stage img{max-height:220px}.simple-model .maker-video-small{max-width:280px}.simple-choice .machine-spec-grid{grid-template-columns:1fr}.simple-result-bar{gap:6px}.simple-result-bar .simple-progress{font-size:14px}.simple-model h3{font-size:28px}.simple-tech .machine-spec-grid{font-size:14px}.simple-reference>details>summary{font-size:16px}.simple-catalogue-model>summary{padding:13px;gap:12px}.simple-catalogue-model>summary img{width:58px}.simple-catalogue-model>summary strong{font-size:17px}.simple-catalogue-body{padding:0 18px 20px}.simple-choice .button{white-space:normal}}
/* Compact product and workflow choices; touch targets stay generous. */
.simple-choice-heading h2{font-size:clamp(32px,3.2vw,50px)}
.simple-choice h3{font-size:clamp(24px,2vw,31px);margin-bottom:20px}
.simple-choice-app{padding:clamp(20px,2.4vw,38px)}
.simple-options button{padding:20px}
.simple-options strong,.simple-options>button>span{font-size:20px}
.simple-options strong+span,.simple-options small{font-size:14px;margin-top:7px}
.simple-choice-form{max-width:1100px}
.workflow-menu{gap:14px}
.simple-choice-form .workflow-venue{max-width:500px;margin-top:23px}
.workflow-venue>span{font-weight:400;color:var(--muted)}
.workflow-venue select{display:block;width:100%;margin-top:8px;min-height:44px}
.workflow-context{font-size:14px;color:var(--purple);margin-top:-8px}
.simple-choice .workflow-fieldset{border:0;padding:0;margin:24px 0;min-width:0}
.workflow-fieldset legend{font-size:16px;font-weight:600;padding:0 0 12px}
.workflow-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.simple-choice-form .workflow-option{display:flex;align-items:flex-start;gap:10px;margin:0;padding:17px 16px;min-height:44px;background:#fff;border:1px solid #d9c8df;border-radius:18px 6px 18px 6px;cursor:pointer;color:var(--dark)}
.simple-choice-form .workflow-option input{width:18px;height:18px;min-height:18px;flex:0 0 18px;margin:3px 0 0;accent-color:var(--purple)}
.workflow-option strong{display:block;font-size:17px;line-height:1.35}
.workflow-option small{display:block;margin-top:7px;font-size:13px;line-height:1.55;color:var(--muted)}
.simple-choice-form .workflow-option:has(input:checked){border-color:var(--purple);background:#fcf8fd;box-shadow:0 0 0 1px var(--purple)}
.workflow-option:has(input:focus-visible){outline:3px solid #af76bf;outline-offset:3px}
.workflow-more{margin:15px 0;border-top:1px solid #decee2}
.workflow-more summary{font-size:14px;color:var(--purple);cursor:pointer;min-height:44px;padding:14px 0;line-height:1.5}
.workflow-more p,.workflow-more a{font-size:14px;line-height:1.65}
.workflow-more p{max-width:900px;margin:0 0 12px}
.workflow-fixed{background:#fcf8fd;border-left:3px solid var(--purple);padding:16px 20px;margin:20px 0;border-radius:0 12px 12px 0}
.workflow-fixed strong{font-size:16px}
.workflow-fixed p{font-size:14px;line-height:1.6;margin:7px 0 0}
.demand-portion-options strong,.demand-range-options strong{font-size:20px}
.simple-demand{font-size:17px}
.simple-choice [data-choice-summary]{white-space:pre-line;line-height:1.7;text-transform:none;letter-spacing:0;font-size:14px}
[data-choice-step="soft-drinks"] .demand-portion-options{grid-template-columns:repeat(2,minmax(0,1fr));max-width:360px}
[data-combi-demand] .workflow-options{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:800px){.simple-choice h3{font-size:24px}.simple-options button{padding:18px}.simple-options strong,.simple-options>button>span{font-size:19px}.workflow-options{grid-template-columns:1fr}.workflow-menu{grid-template-columns:1fr}.simple-choice-form .workflow-option{padding:15px}.workflow-option strong{font-size:16px}.workflow-option small{font-size:13px}.workflow-fieldset legend{font-size:15px}.workflow-fixed{padding:15px}.simple-choice-form{max-width:100%}[data-combi-demand] .workflow-options{grid-template-columns:1fr}}

/* brand-home.css */
/* The same orange, grey and purple ARHAR marks as the industry programme. */
.header-inner{gap:18px}
.header-inner .brand{margin-right:auto;order:0;min-height:44px;display:flex;align-items:center}
.header-inner #main-nav{order:1}
.header-inner .arhar-segments{order:2;display:flex;position:relative;top:auto;left:auto;right:auto;flex-direction:row;align-items:center;flex:0 0 auto;gap:4px;padding:0 0 0 12px;border:0;border-left:1px solid #ded6df;background:transparent;box-shadow:none;max-height:none;overflow:visible;line-height:1}
.header-inner .menu-toggle{order:3}
.arhar-segment{--segment-color:#f7931d;position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;border-radius:7px;color:var(--segment-color)!important;text-decoration:none;transition:background-color .15s ease}
.arhar-segment--steeal{--segment-color:#92999f}
.arhar-segment--ice{--segment-color:#842e82}
.arhar-segment svg{display:block;width:25px;height:25px;overflow:visible}
.arhar-segment:hover{background:#f0eee8}
.arhar-segment--steeal:hover{background:#e8ebed}
.arhar-segment--ice:hover{background:#f3eaf3}
.arhar-segment:focus-visible{outline:2px solid #48354d;outline-offset:2px}
.arhar-segment-label{position:absolute;top:calc(100% + 7px);right:0;z-index:100;white-space:nowrap;border-radius:4px;background:#342638;color:#fff;padding:9px 12px;font:500 12px/1.35 Arial,sans-serif;pointer-events:none;opacity:0;visibility:hidden}
.arhar-segment:focus-visible .arhar-segment-label{opacity:1;visibility:visible}
@media(hover:hover){.arhar-segment:hover .arhar-segment-label{opacity:1;visibility:visible}}
@media(max-width:1200px){
 .header-inner{height:76px;gap:12px}
 .header-inner .brand img{width:155px}
 .header-inner .menu-toggle{display:flex;gap:12px;align-items:center;font-size:13px;border:1px solid var(--line);padding:8px 12px;background:transparent;border-radius:4px;color:var(--dark)}
 .header-inner #main-nav{display:none;position:absolute;top:76px;left:0;right:0;flex-direction:column;align-items:stretch;padding:20px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 12px 20px #30213710;max-height:calc(100dvh - 120px);overflow-y:auto}
 .header-inner #main-nav.open{display:flex}
 .header-inner #main-nav .nav-link{padding:8px 0}
 .header-inner .arhar-segments{border-left:0;padding-left:0}
}
@media(max-width:650px){
 .header-inner{gap:8px}
 .header-inner .brand img{width:120px}
 .header-inner .arhar-segments{gap:0}
 .header-inner .menu-toggle{font-size:0;padding:0;width:44px;height:44px;justify-content:center;gap:0;flex:0 0 44px}
 .header-inner .menu-toggle span{font-size:18px}
}
@media(max-width:380px){
 .header-inner{gap:4px}
 .header-inner .brand img{width:100px}
 .arhar-segment{width:40px;flex-basis:40px}
 .header-inner .menu-toggle{width:40px;flex-basis:40px}
}
@media(prefers-reduced-motion:reduce){.arhar-segment{transition:none}}

/* ice-assistant.css */
/* ARHAR helper: isolated styles, no remote fonts, no motion by default. */
.arhar-help{--ah-ink:#252725;--ah-warm:#f8f3f9;--ah-line:#e3d8e5;--ah-accent:#842e82;font:15px/1.5 "Segoe UI",Arial,sans-serif;color:var(--ah-ink);position:fixed;right:24px;bottom:24px;z-index:80}
.arhar-help *{box-sizing:border-box}
.arhar-help [hidden]{display:none!important}
.arhar-help button,.arhar-help input{font:inherit;letter-spacing:normal;text-transform:none}
.arhar-help button{cursor:pointer}
.arhar-help button:focus-visible,.arhar-help a:focus-visible,.arhar-help input:focus-visible{outline:3px solid #842e82;outline-offset:3px}
.ah-launch{display:flex;gap:12px;align-items:center;min-height:62px;padding:9px 21px 9px 10px;border:1px solid #5c5e55;border-radius:19px;background:#252725;color:#fff;box-shadow:0 7px 28px #22231d26;text-align:left}
.ah-launch:hover{background:#373a33;transform:translateY(-2px)}
.ah-mark{flex:none;display:grid;place-items:center;width:43px;height:43px;color:#252725;background:#842e82;border-radius:12px}
.ah-mark svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.ah-launch strong{display:block;font-size:15px;font-weight:600;line-height:1.35}
.ah-launch small{display:block;font-size:11px;color:#dfdfd7;line-height:1.5}
.ah-panel{display:flex;flex-direction:column;width:410px;height:min(660px,calc(100dvh - 120px));min-height:280px;position:absolute;right:0;bottom:78px;border:1px solid #d3cfc4;border-radius:22px;background:#fff;box-shadow:0 18px 75px #22251f30;overflow:hidden;text-align:left}
.ah-head{display:flex;align-items:center;gap:11px;padding:17px 18px;background:var(--ah-warm);border-bottom:1px solid var(--ah-line)}
.ah-head .ah-mark{width:39px;height:39px;border-radius:11px;background:#f0dff3}
.ah-head h2{margin:0;font-size:17px;letter-spacing:-.3px;line-height:1.35;font-weight:650}
.ah-head p{margin:2px 0 0;color:#686b60;font-size:11px}
.ah-head-actions{display:flex;gap:4px;margin-left:auto}
.ah-icon-button{display:grid;place-items:center;width:34px;height:38px;padding:0;border:1px solid transparent;border-radius:9px;background:transparent;color:#4c5046}
.ah-icon-button:hover{background:#eae6dc;border-color:#d8d3c7}
.ah-icon-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.ah-context{margin:0;padding:9px 18px;border-bottom:1px solid #ebe9e3;background:#fff;color:#717468;font-size:10px;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;flex:none}
.ah-context strong{font-weight:600;color:#505347}
.ah-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:22px 18px 17px;scrollbar-width:thin;background:radial-gradient(ellipse at 100% 0,#f8f1fa,transparent 65%),#fff}
.ah-welcome h3{font-size:26px;line-height:1.2;font-weight:500;letter-spacing:-.8px;margin:0 0 10px;max-width:290px}
.ah-welcome p{font-size:13px;line-height:1.55;color:#64685b;margin:0 0 16px}
.ah-suggestions{display:grid;gap:8px;margin:17px 0}
.ah-suggestion{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;text-align:left;background:#fff;border:1px solid #dddcd3;border-radius:11px;padding:12px 13px;font-size:13px!important;color:#33382d;line-height:1.4!important}
.ah-suggestion span{color:#842e82;font-size:17px;flex:none}
.ah-suggestion:hover{border-color:#a66eae;background:#faf5fb}
.ah-demo-note{font-size:11px!important;color:#767268!important;margin:15px 0 0!important;padding-top:12px;border-top:1px solid #e6dbe8}
.ah-messages{display:flex;flex-direction:column;gap:17px;margin:0;padding:0;list-style:none}
.ah-message{max-width:100%;font-size:13px;line-height:1.65;overflow-wrap:anywhere}
.ah-message-name{display:block;font-size:10px;letter-spacing:.04em;font-weight:650;color:#74796b;margin-bottom:5px;text-transform:uppercase}
.ah-message-text{white-space:pre-wrap;margin:0}
.ah-message--user{align-self:flex-end;max-width:91%;padding:11px 14px;background:#f1e4f3;border-radius:14px 14px 3px 14px;color:#302f28}
.ah-message--assistant{padding:0 2px}
.ah-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}
.ah-links a{display:inline-flex;align-items:center;gap:9px;min-height:36px;border:1px solid #dfded5;border-radius:8px;padding:6px 9px;background:#fff;color:#4c5144;text-decoration:none;font-size:11px;font-weight:600}
.ah-links a:hover{border-color:#842e82;background:#f9f1fa}
.ah-links a::after{content:'↗';color:#842e82;font-size:14px}
.ah-composer-area{padding:12px 14px 13px;background:#fff;border-top:1px solid #e5e3da;flex:none}
.ah-status{min-height:0;margin:0;color:#776344;font-size:11px;line-height:1.4}
.ah-status:not(:empty){margin:0 3px 9px}
.ah-form{display:flex;align-items:center;gap:7px;border:1px solid #b9bbae;border-radius:12px;background:#fff;padding:5px 5px 5px 12px;margin:0}
.ah-form:focus-within{border-color:#842e82;box-shadow:0 0 0 2px #842e8221}
.ah-form input{min-width:0;width:100%;height:38px;padding:0;border:0;border-radius:0;background:transparent;font-size:13px!important;color:#2e3326;box-shadow:none}
.ah-form input::placeholder{color:#838679}
.ah-form input:focus{outline:0}
.ah-send{flex:none;display:grid;place-items:center;width:38px;height:38px;padding:0;background:var(--ah-accent);color:#292b22;border:0;border-radius:9px}
.ah-send svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ah-send:disabled{background:#deded3;color:#72766a;cursor:default}
.ah-fineprint{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;font-size:9px;line-height:1.5;margin:9px 2px 0;color:#797c71}
.ah-fineprint a{color:#666b5d;white-space:nowrap;text-decoration:underline;text-underline-offset:2px}
.ah-sr{position:absolute;width:1px;height:1px;margin:-1px;clip:rect(0,0,0,0);overflow:hidden;white-space:nowrap}
.ah-handoff{display:flex;flex-wrap:wrap;align-items:center;gap:9px 13px;margin-top:14px}
.ah-enquiry{display:inline-flex;align-items:center;min-height:42px;padding:10px 15px;border-radius:12px;background:#842e82;color:#242822;text-decoration:none;font-size:12px;font-weight:650}
.ah-enquiry:hover{background:#722970}.ah-enquiry::after{content:'↗';margin-left:10px}
.ah-email{font-size:12px;color:#5e6456;text-underline-offset:3px}
.ah-direct-contact{display:block;margin:10px 2px 0;color:#5e6456;font-size:11px;text-align:center;text-underline-offset:3px}
#inquiry-form{scroll-margin-top:135px}#inquiry-form h2{font-size:27px;line-height:1.2;margin:0 0 12px}
#inquiry-form .inquiry-intro{font-size:15px;line-height:1.55;margin:0 0 18px;color:#64685b}
#inquiry-form .inquiry-optional{font-weight:400;color:#74786b;font-size:12px}
#inquiry-form .inquiry-prefill{padding:12px 14px;border-left:3px solid #842e82;background:#faf2e6;border-radius:8px;font-size:13px}
#inquiry-form .inquiry-privacy{font-size:12px;line-height:1.6;color:#727668;margin:0 0 18px}
#inquiry-result pre{white-space:pre-wrap;overflow-wrap:anywhere;font-family:inherit;font-size:14px;line-height:1.7}
#inquiry-result .inquiry-mail-preview{margin-top:16px;border:1px solid #e1dccf;border-radius:16px;background:#fffdf8;overflow:hidden}
#inquiry-result .inquiry-mail-preview summary{cursor:pointer;padding:17px 20px;font-size:15px;font-weight:600;list-style-position:inside}
#inquiry-result .inquiry-mail-preview summary:focus-visible{outline:2px solid #842e82;outline-offset:-4px;border-radius:16px}
#inquiry-result .inquiry-mail-preview pre{padding:0 20px 20px;margin:0;font-size:13px}
@media(max-width:650px){
 .arhar-help{right:12px;bottom:max(12px,env(safe-area-inset-bottom))}
 .ah-launch{min-height:53px;padding:7px 15px 7px 7px;gap:9px;border-radius:16px}
 .ah-launch .ah-mark{width:36px;height:36px;border-radius:10px}
 .ah-launch .ah-mark svg{width:25px;height:25px}
 .ah-launch strong{font-size:13px}.ah-launch small{font-size:10px}
 .ah-panel{position:fixed;right:8px;left:8px;bottom:max(8px,env(safe-area-inset-bottom));width:auto;height:min(680px,calc(100dvh - 16px));max-height:calc(100dvh - 16px);border-radius:20px}
 .arhar-help.is-open .ah-launch{visibility:hidden}
 .ah-head{padding:14px 15px}.ah-scroll{padding:19px 16px 16px}
 .ah-form input{font-size:16px!important}.ah-fineprint{font-size:10px}
 .site-footer{padding-bottom:95px}
}
@media(prefers-reduced-motion:reduce){.ah-launch:hover{transform:none}}

/* The supplied A is the launcher itself; the caption keeps its purpose clear. */
.arhar-help .ah-launch{flex-direction:column;gap:0;min-height:0;width:182px;padding:0;background:transparent;border:0;box-shadow:none;border-radius:16px;text-align:center;color:#34382f}
.arhar-help .ah-launch:hover{background:transparent;transform:none;box-shadow:none}
.arhar-help .ah-launch .ah-mark{width:98px;height:94px;background:transparent;border-radius:0}
.ah-launch .ah-a-icon{width:98px;height:98px;filter:drop-shadow(0 2px 2px #fff) drop-shadow(0 3px 7px #51422a20)}
.ah-launch>span:last-child{padding:11px 18px;min-height:46px;background:#842e82;border:1px solid #672466;border-radius:24px;box-shadow:0 5px 20px #30261724;color:#252725}
.ah-launch strong{font-size:17px;font-weight:700;white-space:nowrap}.ah-launch small{display:none}
.ah-panel{bottom:154px;height:min(660px,calc(100dvh - 195px))}
.ah-head .ah-mark{background:transparent;width:45px;height:45px}.ah-head .ah-a-icon{width:45px;height:45px}
.ah-launch .ah-a-icon{animation:ah-a-float 9s ease-in-out infinite;animation-play-state:paused}
.ah-launch .ah-a-feed path{animation:ah-a-feed 7.2s ease-in-out infinite;animation-delay:calc(var(--line) * .28s);animation-play-state:paused}
.ah-motion-active .ah-launch .ah-a-icon,.ah-motion-active .ah-launch .ah-a-feed path{animation-play-state:running}
@keyframes ah-a-float{0%,100%{transform:translateY(1px) rotate(-1deg)}50%{transform:translateY(-3px) rotate(1deg)}}
@keyframes ah-a-feed{0%,65%,100%{opacity:.72;transform:translate(0,0)}30%{opacity:1;transform:translate(4px,-1.96px)}}
html.motion-reduced .ah-launch .ah-a-icon,html.motion-reduced .ah-launch .ah-a-feed path{animation:none!important;transform:none}
.inquiry-origin{display:grid;gap:5px;margin:18px 0 24px;padding:15px 17px;border:1px solid #e1dccf;border-radius:13px;background:#faf7ee}
.inquiry-origin>span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#777c70}
.inquiry-origin>strong{font-size:15px;font-weight:600;line-height:1.4}
.inquiry-origin>a{width:fit-content;font-size:12px;text-underline-offset:3px;text-decoration:underline}
.inquiry-origin>small{font-size:11px;line-height:1.5;color:#74786b}
@media(max-width:650px){
 .arhar-help .ah-launch{width:162px;padding:0;gap:0;min-height:0}
 .arhar-help .ah-launch .ah-mark,.arhar-help .ah-launch .ah-a-icon{width:78px;height:76px}
 .ah-launch strong{font-size:15px;font-weight:700}
 .ah-launch>span:last-child{padding:10px 15px;min-height:44px}
 .ah-panel{bottom:max(8px,env(safe-area-inset-bottom));height:min(680px,calc(100dvh - 16px))}
}
@media(prefers-reduced-motion:reduce){.ah-launch .ah-a-icon,.ah-launch .ah-a-feed path{animation:none!important;transform:none}}

/* Sladoled colours; panel geometry matches the industry guide. */
.arhar-help--ice .ah-launch>span:last-child,.arhar-help--ice .ah-enquiry,.arhar-help--ice .ah-send:not(:disabled){color:#fff}
.arhar-help--ice .ah-panel h2,.arhar-help--ice .ah-panel h3{font-family:"Segoe UI",Arial,sans-serif;color:#36233f}
.arhar-help--ice .ah-panel header{position:static}
.arhar-help--ice .ah-mark .ah-a-icon{stroke:none}
.arhar-help--ice .ah-launch .ice-a-ribbons{animation:ice-help-flow 7s ease-in-out infinite;animation-play-state:paused}
.arhar-help--ice.ah-motion-active .ah-launch .ice-a-ribbons{animation-play-state:running}
@keyframes ice-help-flow{0%,100%{opacity:.7;transform:translate(0,0)}50%{opacity:1;transform:translate(3px,-1px)}}
html.ice-motion-paused .arhar-help--ice .ah-a-icon,html.ice-motion-paused .arhar-help--ice .ice-a-ribbons{animation:none!important}
@media(prefers-reduced-motion:reduce){.arhar-help--ice .ice-a-ribbons{animation:none!important}}

/* header-contact.css */
/* Shared clarity in the ice programme header and contact information. */
.site-header #main-nav{gap:22px}
.site-header #main-nav>.nav-link,.site-header #main-nav>.nav-drop>summary,.site-header #main-nav>.button{font-size:15px;font-weight:600;line-height:1.35}
.site-header #main-nav>.nav-link,.site-header #main-nav>.nav-drop>summary{min-height:46px;display:flex;align-items:center}
.site-header #main-nav>.nav-drop>summary{gap:7px}
.site-header #main-nav .nav-sub-link{font-size:15px;font-weight:600;line-height:1.45}
.site-header #main-nav>.nav-home{gap:8px;white-space:nowrap}
.nav-home svg{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.site-header #main-nav>.button{min-height:48px}
.ice-company-contact .eyebrow{margin-bottom:22px}
.ice-company-contact .company-name{font-size:clamp(25px,2.7vw,35px);line-height:1.2;letter-spacing:-.025em;margin:0 0 24px}
.ice-company-contact address{font-style:normal}
.ice-company-contact address>p{font-size:17px;line-height:1.65;margin:0}
.ice-company-contact .contact-channels{display:grid;gap:22px;margin-top:25px}
.ice-company-contact .contact-channels .email{font-size:clamp(22px,2.5vw,31px);width:fit-content;margin:0;padding:0;border-bottom:2px solid var(--purple)}
.ice-company-contact .phone{font-size:24px;line-height:1.35;display:grid;gap:7px;width:fit-content}
.ice-company-contact .phone span{font-size:12px;color:var(--muted);letter-spacing:.02em}
.ice-company-contact .contact-channels a:hover{text-decoration:underline;text-underline-offset:5px}
.ice-company-contact>.text-link{margin-top:28px}
.ice-company-contact .contact-note{border-top:1px solid var(--line);padding-top:30px;margin-top:40px}
.ice-company-contact .contact-note h3{font-size:22px;line-height:1.25;margin:0}
.ice-company-contact .contact-note p{font-size:15px;line-height:1.65;margin:15px 0 0}
@media(max-width:1280px){
 .header-inner{height:76px;gap:12px}
 .header-inner .brand img{width:155px}
 .header-inner .menu-toggle{display:flex;gap:12px;align-items:center;font-size:13px;font-weight:600;border:1px solid var(--line);padding:8px 12px;background:transparent;border-radius:4px;color:var(--dark)}
 .header-inner #main-nav{display:none;position:absolute;top:76px;left:0;right:0;flex-direction:column;align-items:stretch;padding:20px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 12px 20px #30213710;max-height:calc(100dvh - 120px);overflow-y:auto;gap:7px}
 .header-inner #main-nav.open{display:flex}
 .header-inner #main-nav .nav-drop>div{position:static;left:auto;width:100%;box-shadow:none;background:var(--lilac);border:0;margin-top:6px}
 .header-inner #main-nav .nav-link{padding:8px 0}
 .header-inner #main-nav>.button{align-self:flex-start;margin-top:10px}
 .header-inner .arhar-segments{border-left:0;padding-left:0}
}
@media(max-width:650px){
 .header-inner{gap:8px}.header-inner .brand img{width:120px}
 .header-inner .menu-toggle{font-size:0;padding:0;width:44px;height:44px;justify-content:center;gap:0;flex:0 0 44px}
 .header-inner .menu-toggle span{font-size:18px}
 .ice-company-contact .contact-channels .email{font-size:28px}.ice-company-contact .phone{font-size:25px}
 .ice-company-contact .contact-note{margin-top:28px;padding-top:25px}
}
@media(max-width:380px){.header-inner{gap:4px}.header-inner .brand img{width:100px}.header-inner .menu-toggle{width:40px;flex-basis:40px}}

/* ice-partners.css */
/* Shared partner ribbon; the registry can grow without layout changes. */
.ice-partner-ribbon{padding:64px 0 32px;background:linear-gradient(120deg,#f1ecef,#f4f3e9);border-block:1px solid #e3dce2;overflow:hidden}
.ice-partner-ribbon .section-heading{margin-bottom:30px;align-items:end}.ice-partner-ribbon h2{font-size:clamp(30px,3.6vw,46px);line-height:1.12}
.ice-partner-rail{overflow-x:auto;scrollbar-width:none;overscroll-behavior-x:contain;padding:6px 0 12px;mask-image:linear-gradient(90deg,transparent,#000 12px,#000 calc(100% - 12px),transparent)}
.ice-partner-rail::-webkit-scrollbar{display:none}.ice-partner-track{display:flex;gap:18px;width:max-content}.ice-partner-group{display:flex;gap:18px}
.ice-partner-logo{width:var(--partner-width,260px);height:146px;padding:26px 24px 18px;background:#fff;border:1px solid #e7dce7;border-radius:28px 12px 28px 12px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px;color:#614966;transition:border-color .2s,box-shadow .2s}
.ice-partner-logo img{width:100%;max-width:190px;height:57px;object-fit:contain}.ice-partner-logo[data-partner="valmar"] img{max-width:160px}.ice-partner-logo[data-partner="icb"] img{max-width:145px}
.ice-partner-logo span{display:flex;align-items:center;gap:12px;font-size:12px;line-height:1.3}.ice-partner-logo b{color:var(--purple);font-size:17px;font-weight:400}
.ice-partner-logo:hover,.ice-partner-logo:focus-visible{border-color:var(--purple);box-shadow:0 5px 15px #842e8210;outline-offset:-4px}
.ice-partner-bottom{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:12px}.ice-partner-bottom p{font-size:13px;color:#6d6471;margin:0}
.ice-partner-controls{display:flex;gap:8px}.ice-partner-controls[hidden]{display:none}.ice-partner-controls button,.ice-promise-toggle{width:40px;height:40px;display:grid;place-items:center;border:1px solid #cdb9d0;border-radius:50%;background:transparent;color:#6d2870;font-size:18px;cursor:pointer;flex-shrink:0}
.ice-partner-controls button:hover,.ice-promise-toggle:hover{background:#fff}.ice-partner-controls button:focus-visible,.ice-promise-toggle:focus-visible{outline:2px solid var(--purple);outline-offset:3px}
.ice-partner-controls button:disabled{opacity:.4;cursor:default}.ice-partner-ribbon.is-reduced .ice-partner-repeat{display:none}
.ice-partner-directory{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.ice-partner-card{min-width:0;border:1px solid var(--line);border-radius:30px 12px 30px 12px;overflow:hidden;background:#fff;display:flex;flex-direction:column;scroll-margin-top:130px}
.ice-partner-card-copy{padding:36px;flex:1}.ice-partner-card-logo{width:200px;height:66px;object-fit:contain;object-position:left center;margin-bottom:30px}.ice-partner-card h2{font-size:clamp(27px,2.4vw,36px);line-height:1.16;margin:16px 0}.ice-partner-card-copy>p:not(.eyebrow){font-size:17px;max-width:540px}
.ice-partner-card-links{display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin-top:28px}.ice-partner-official{font-size:13px;color:var(--muted);text-decoration:underline;text-underline-offset:4px}.ice-partner-card figure{margin:0}.ice-partner-card figure [data-food-film]{aspect-ratio:2/1;border-radius:0}
/* All three phrases remain readable while the emphasis travels along the path. */
.taste-promise.ice-promise .wrap{position:relative;display:grid;grid-template-columns:1fr .28fr 1.15fr .28fr 1fr auto;gap:22px;padding-block:24px;align-items:center}
.ice-promise-step{display:flex;align-items:center;justify-content:center;gap:16px;position:relative;font-size:clamp(16px,1.25vw,20px);font-weight:500;color:#444935;line-height:1.35;animation:ice-promise-emphasis 9s ease-in-out infinite;animation-delay:calc(var(--step)*3s);animation-play-state:paused}
.ice-promise-step svg{width:38px;height:38px;flex-shrink:0;fill:none;stroke:#7f4280;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.ice-promise-connector{height:1px;background:#bac4a8;position:relative;overflow:visible}.ice-promise-connector::after{content:"";position:absolute;top:-3px;left:0;width:7px;height:7px;background:#954997;border-radius:50%;animation:ice-promise-flow 3s ease-in-out infinite;animation-play-state:paused}
.ice-promise.is-running .ice-promise-step,.ice-promise.is-running .ice-promise-connector::after{animation-play-state:running}.ice-promise-toggle{width:34px;height:34px;font-size:14px}.ice-promise-toggle[hidden]{display:none}
@keyframes ice-promise-emphasis{0%,36%,100%{transform:translateY(0);color:#444935}12%,24%{transform:translateY(-3px);color:#7d2e81}}
@keyframes ice-promise-flow{0%{left:0;opacity:0}15%{opacity:.8}85%{opacity:.8}100%{left:100%;opacity:0}}
html.ice-motion-paused .ice-promise-step,html.ice-motion-paused .ice-promise-connector::after{animation:none}
@media(max-width:800px){.ice-partner-ribbon{padding-top:40px}.ice-partner-ribbon .section-heading{gap:20px}.ice-partner-logo{height:132px;padding:22px 15px 16px}.ice-partner-logo img{height:49px}.ice-partner-logo span{font-size:11px;gap:7px}.ice-partner-directory{gap:24px;grid-template-columns:1fr}.ice-partner-card-copy{padding:28px}.taste-promise.ice-promise .wrap{grid-template-columns:1fr .12fr 1fr .12fr 1fr;gap:8px;padding-block:23px 37px}.ice-promise-step{flex-direction:column;gap:8px;text-align:center;font-size:14px}.ice-promise-step svg{width:30px;height:30px}.ice-promise-toggle{position:absolute;right:0;bottom:3px;width:28px;height:28px;font-size:12px}.ice-partner-bottom p{max-width:190px;line-height:1.5}}
@media(max-width:420px){.ice-partner-logo{height:124px;padding:20px 12px 15px}.ice-partner-logo img{height:45px}.ice-partner-logo span{font-size:10px}.ice-partner-ribbon .section-heading{align-items:start;flex-direction:column}.ice-partner-controls{gap:5px}.ice-partner-controls button{width:34px;height:34px}.ice-promise-step{font-size:13.5px}.ice-partner-card-copy{padding:24px}.ice-partner-card-links{gap:18px}}
@media(prefers-reduced-motion:reduce){.ice-promise-step,.ice-promise-connector::after{animation:none!important}.ice-partner-logo{transition:none}}

/* media-visibility.css */
/* The A belongs to the text column, outside every opaque photo/video window. */
.ice-motif-copy{position:relative;isolation:isolate;min-width:0}
.ice-motif-copy>.ice-brand-motif{inset:0;z-index:-1;overflow:visible;contain:none}
.ice-motif-copy .ice-brand-art{inset:10px;width:calc(100% - 20px);height:calc(100% - 20px);max-width:560px;max-height:510px;margin:auto;opacity:.22;transform-origin:50% 50%}
.ice-motif-copy>.ice-motion-toggle{margin-top:19px}

/* Only the picture window clips. Controls occupy normal document space below it. */
.food-film[data-food-film]{display:block;aspect-ratio:auto!important;height:auto!important;min-height:0;background:transparent;overflow:visible}
.food-media-container{height:auto!important;aspect-ratio:auto!important;min-height:0!important}
.food-film-window{position:relative;isolation:isolate;aspect-ratio:3/2;overflow:hidden;background:#eee5dc;border-radius:inherit}
.food-film-window>img,.food-film-window>video{display:block!important;width:100%!important;height:100%!important;object-fit:cover;object-position:center;transform:none!important}
.food-film-window>img{position:absolute;inset:0}
.food-film-window>video{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}
.food-film.has-played .food-film-window>video{opacity:1}
.food-film.has-error .food-film-window>video{opacity:0}
.food-film-controls{position:relative;display:flex;align-items:center;justify-content:flex-start;min-height:58px;padding:7px 12px;box-sizing:border-box;background:#f5eef6;border-top:1px solid #e4d7e7;border-radius:0;overflow:visible}
.food-film .food-film-toggle{position:relative;inset:auto;z-index:1;display:inline-flex;max-width:100%;min-height:44px;margin:0;padding:10px 16px;line-height:1.4;font-size:13px;white-space:normal;overflow:visible;border:1px solid #6c307b;border-radius:22px 8px 22px 8px;background:#71317f;color:#fff;backdrop-filter:none;box-shadow:none;transform:none}
.food-film .food-film-toggle:hover{background:#53235f}
.food-film .food-film-toggle:focus-visible{outline:2px solid #71317f;outline-offset:3px}
.food-film .food-film-toggle[hidden]{display:none}
.food-film-window{border-bottom-left-radius:0;border-bottom-right-radius:0}
.icb-hero .food-film-window{aspect-ratio:4/3}
.sensory-intro-art .food-film-window{aspect-ratio:16/10}
.motion-story .food-film-window,.icb-invitation .food-film-window,.spec-family-heading .food-film-window,.segment-sweet .food-film-window{aspect-ratio:16/9}
.support-film .food-film-window{aspect-ratio:3/2}
.food-media-container.icb-motion-choice>div.food-film{padding:0;display:block}

/* YouTube previews use the same clear separation between image and action label. */
.maker-play{aspect-ratio:auto;overflow:hidden}
.maker-play-window{display:block;position:relative;aspect-ratio:16/9;overflow:hidden}
.maker-play-window>img{width:100%;height:100%;display:block;object-fit:cover;opacity:.93;transition:transform .6s ease,opacity .3s}
.maker-play:hover .maker-play-window>img{transform:scale(1.035);opacity:1}
.maker-play .maker-play-label,.maker-video-small .maker-play-label{position:static;display:flex;justify-content:center;align-items:center;min-height:44px;padding:8px 10px;border-radius:0;background:#71317f;color:#fff;font-size:13px;line-height:1.4;white-space:normal}
.maker-video-small .maker-play-label{font-size:11px;padding:6px}
.maker-play-circle{z-index:1}
.maker-reel{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:auto;overflow:visible;scroll-snap-type:none}
@media(max-width:1000px){.maker-reel{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-columns:auto}}
@media(max-width:680px){.maker-reel{grid-template-columns:1fr;grid-auto-columns:auto}}
.soft-choice-motion button{min-height:44px;padding:10px 2px;font-size:12px}
.experience-process .process-controls{flex-wrap:wrap;overflow:visible}
.experience-process .process-controls>.button{max-width:100%;white-space:normal;min-height:44px}
@media(max-width:800px){.ice-motif-copy .ice-brand-art{inset:8px;width:calc(100% - 16px);height:calc(100% - 16px);max-height:410px;margin:auto;opacity:.22}.ice-motif-copy>.ice-motion-toggle{margin-top:14px}}
@media(max-width:680px){.sensory-intro-art .food-film-window,.flavour-grid .food-film-window{aspect-ratio:16/10}.spec-family-heading .food-film-window{aspect-ratio:16/8}}
@media(prefers-reduced-motion:reduce){.food-film-window>video,.maker-play-window>img{transition:none}.maker-play:hover .maker-play-window>img{transform:none}}
@media print{.food-film-controls{display:none}.food-film-window>video{display:none!important}}

/* ui-polish.css */
/* Shared pastry-shaped secondary actions, using the existing animated icon set. */
a.sweet-link{
 position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:flex-start;
 width:fit-content;max-width:100%;min-width:0;min-height:48px;gap:9px;padding:5px 17px 5px 5px;
 border:1px solid #c8a5d0;border-radius:29px 14px 29px 14px;
 background:#fbf5fc;color:#713380;font-size:13px;font-weight:600;line-height:1.45;
 text-decoration:none;text-align:left;vertical-align:middle;overflow-wrap:anywhere;
 box-shadow:0 3px 10px #57306108;transition:background .2s,border-color .2s,box-shadow .2s;
}
a.sweet-link::before{width:36px;height:36px;flex-basis:36px}
a.sweet-link::after{border-color:#c493cc36}
a.sweet-link>span[aria-hidden]{font-size:17px;flex:none;margin-left:1px}
a.sweet-link:hover{background:#f0e2f4;border-color:#9d6bac;box-shadow:0 4px 14px #57306115}
a.sweet-link:focus-visible{outline:3px solid #a675b6;outline-offset:4px}
a.sweet-link-primary{min-height:56px;padding:7px 20px 7px 7px;gap:11px;border-radius:34px 17px 34px 17px;background:linear-gradient(115deg,#773484,#6a2e79);border-color:#82438e;color:#fff;font-size:14px}
a.sweet-link-primary::before{width:40px;height:40px;flex-basis:40px}
a.sweet-link-primary::after{border-color:#edcfe344}
a.sweet-link-primary:hover{background:linear-gradient(115deg,#82408e,#652972);border-color:#82438e}
.machine-spec-mini a.sweet-link{font-size:12px;line-height:1.45;margin-top:12px}
.machine-spec-card a.sweet-link{margin-top:18px}
.dessert-card-copy a.sweet-link{align-self:flex-start;margin-top:16px}
a.sweet-link[hidden]{display:none!important}

/* Shared content rows align the three routes regardless of their specification count. */
.desire-copy>.food-card-destination{margin-top:12px;margin-bottom:0}
@supports(grid-template-rows:subgrid){
 @media(min-width:801px){
  .desire-grid{row-gap:0}
  .desire-grid>.desire-card{display:grid;grid-template-rows:subgrid;grid-row:span 6;row-gap:0}
  .desire-grid>.desire-card>.desire-copy{display:grid;grid-template-rows:subgrid;grid-row:span 5;row-gap:0;min-width:0}
  .desire-copy>.food-card-destination{justify-self:start;align-self:start}
  .desire-copy>.machine-spec-mini{display:flex;flex-direction:column;min-width:0;align-self:stretch}
  .desire-copy>.machine-spec-mini>.machine-spec-mini-note{margin-top:auto;padding-top:10px}
  .desire-copy>.machine-spec-mini>.sweet-link{align-self:flex-start}
 }
}

/* The A keeps its established shape; its caption shares the site's piped outline. */
.arhar-help--ice .ah-launch{width:auto;max-width:calc(100vw - 24px)}
.arhar-help--ice .ah-launch>span:last-child{
 position:relative;isolation:isolate;display:flex;align-items:center;gap:9px;min-height:54px;
 padding:6px 18px 6px 6px;background:linear-gradient(115deg,#773484,#6a2e79);border:1px solid #82438e;
 border-radius:33px 16px 33px 16px;box-shadow:0 5px 20px #57306126;color:#fff;
}
.arhar-help--ice .ah-launch>span:last-child::before{
 content:"";display:block;width:40px;height:40px;flex:0 0 40px;
 background-image:url('sweet-motif-conversation.svg'),url('sweet-icon-plate.svg');
 background-repeat:no-repeat;background-size:contain;background-position:center 0px,center center;
 animation:sweet-inner-drift 7s ease-in-out infinite;animation-play-state:paused;pointer-events:none;
}
.arhar-help--ice .ah-launch>span:last-child::after{content:"";position:absolute;inset:4px;border:1px solid #edcfe344;border-radius:inherit;pointer-events:none}
.arhar-help--ice .ah-launch strong{font-size:15px;line-height:1.35}
.arhar-help--ice .ah-launch:hover>span:last-child{background:linear-gradient(115deg,#82408e,#652972);box-shadow:0 7px 23px #57306130}
.arhar-help--ice.ah-motion-active .ah-launch>span:last-child::before{animation-play-state:running}
html.ice-motion-paused .arhar-help--ice .ah-launch>span:last-child::before{animation-play-state:paused}
@media(min-width:651px){.arhar-help--ice .ah-panel{bottom:162px}}
@media(max-width:800px){
 a.sweet-link-primary{min-height:52px;font-size:13px;padding-right:17px}
 a.sweet-link-primary::before{width:36px;height:36px;flex-basis:36px}
 .desire-copy>.food-card-destination{margin-top:8px}
}
@media(max-width:650px){
 .arhar-help--ice .ah-launch>span:last-child{min-height:48px;padding:5px 14px 5px 5px;gap:7px;border-radius:29px 14px 29px 14px}
 .arhar-help--ice .ah-launch>span:last-child::before{width:36px;height:36px;flex-basis:36px}
 .arhar-help--ice .ah-launch strong{font-size:13px}
}
@media(prefers-reduced-motion:reduce){a.sweet-link{transition:none}.arhar-help--ice .ah-launch>span:last-child::before{animation:none!important}}
@media print{a.sweet-link{background:white;color:#302137;box-shadow:none}}

/* Balanced first-step choice: two equal cards fill the panel. */
.simple-path{text-align:center}
.simple-path>.simple-options{width:100%;max-width:none;margin-inline:auto}
.simple-path>.simple-options>button{min-width:0}

/* valmar-choice.css */
.vm-choice{padding-block:50px 70px;scroll-margin-top:130px}.vm-choice [hidden]{display:none!important}.vm-app{background:#f3edf4;border:1px solid #decde4;border-radius:28px;padding:clamp(22px,3.5vw,52px);color:#272331}.vm-progress{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 36px;padding:0}.vm-progress li{border-bottom:3px solid #ddcfdf;padding:12px 4px;display:flex;gap:12px;color:#736177;font-size:14px}.vm-progress span{font-weight:600}.vm-progress .is-current{color:#742689;border-color:#742689}.vm-app h3{font-size:clamp(25px,2.5vw,36px);line-height:1.2;margin:0 0 15px}.vm-app h3:focus{outline:none}.vm-purposes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0}.vm-purpose{display:flex;position:relative;align-items:center;gap:14px;background:#fff;border:1px solid #decede;border-radius:20px;padding:24px 20px;text-align:left;color:inherit;cursor:pointer;min-height:168px;transition:transform .2s,border-color .2s,box-shadow .2s}.vm-purpose:hover{transform:translateY(-3px);border-color:#853594;box-shadow:0 10px 28px #54235b12}.vm-purpose img{width:74px;height:114px;object-fit:contain;flex-shrink:0;mix-blend-mode:multiply}.vm-purpose>span{display:grid;gap:8px;min-width:0}.vm-purpose strong{font-size:20px;line-height:1.2}.vm-purpose small{font-size:10px;letter-spacing:.08em;color:#7a427f}.vm-purpose span span{font-size:14px;line-height:1.5;color:#63576a}.vm-purpose b{position:absolute;bottom:10px;right:15px;color:#81368e;font-weight:400}.vm-help{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:24px 0 0;border-top:1px solid #ddcfdf}.vm-help>span{max-width:420px}.vm-choice .button{background:#7b298b;border:1px solid #7b298b;color:#fff;border-radius:15px;min-height:54px;font-size:16px;padding:16px 23px;display:inline-flex;align-items:center;justify-content:center;gap:18px}.vm-choice .button:hover{background:#61216e}.vm-context{padding:18px 22px;border-left:3px solid #a066aa;background:#ffffff80;border-radius:0 14px 14px 0;margin:25px 0;line-height:1.65}.vm-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.vm-app label{display:grid;gap:10px;font-weight:600;font-size:16px;margin:20px 0}.vm-app label small{font-weight:400;line-height:1.5;color:#6f6074;font-size:13px}.vm-app input:not([type=checkbox]),.vm-app select,.vm-app textarea{width:100%;box-sizing:border-box;border:1px solid #cbb8d0;border-radius:12px;background:#fff;color:#29232d;padding:15px 16px;font:inherit;font-size:16px;font-weight:400;min-height:54px}.vm-app textarea{resize:vertical}.vm-app .vm-check{display:flex;align-items:flex-start;font-weight:400;gap:12px}.vm-check input{margin-top:5px;width:19px;height:19px;flex-shrink:0;accent-color:#7b298b}.vm-actions{display:flex;flex-wrap:wrap;gap:24px;align-items:center;margin:28px 0 12px}.vm-small{font-size:13px!important;line-height:1.6;color:#6f6074}.vm-optional{margin-top:20px}.vm-optional summary,.vm-technical summary,.vm-more>summary{cursor:pointer;padding:16px 0;color:#722980;font-weight:600}.vm-error{color:#a32a35;font-weight:600}.vm-error:empty{display:none}.vm-summary{white-space:pre-line;line-height:1.65;border:1px solid #d9c9dd;border-radius:15px;padding:20px 24px;margin:25px 0;background:#ffffff7a}.vm-result-card{display:grid;grid-template-columns:minmax(200px,.8fr) minmax(0,1.2fr);background:#fff;border:1px solid #ded2e2;border-radius:22px;overflow:hidden;margin:24px 0}.vm-result-media{padding:30px;display:flex;align-items:flex-start;justify-content:center;background:#faf8fb}.vm-result-media img{width:100%;height:340px;object-fit:contain;mix-blend-mode:multiply}.vm-result-copy{padding:30px}.vm-result-copy h4{font-size:30px;line-height:1.2;margin:10px 0}.vm-result-copy>p{font-size:15px;line-height:1.7}.vm-result-copy .vm-metric{font-size:22px;color:#792888;font-weight:600}.vm-key-specs{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;font-size:14px;border-block:1px solid #eee4ef;padding:20px 0;margin:22px 0}.vm-key-specs dd{margin:0;font-weight:600}.vm-key-specs dt{color:#75627b}.vm-technical{margin-top:20px}.vm-technical dl{font-size:14px}.vm-technical dt{font-weight:600;margin-top:16px}.vm-technical dd{margin:6px 0;color:#605468}.vm-technical a{display:block;font-size:14px;color:#742689;margin:14px 0;text-decoration:underline;text-underline-offset:4px}.vm-option-note{padding:12px;background:#f4edf6;border-radius:10px}.vm-inquiry{padding:22px;background:#fff;border-radius:18px}.vm-choice :is(button,a,input,select,textarea,summary):focus-visible{outline:3px solid #ac62bb;outline-offset:4px}.simple-options>a{border:1px solid #d8c2df;border-radius:18px;background:#fff;text-decoration:none;color:inherit;overflow:hidden;text-align:left}.simple-options>a>img{width:100%;height:190px;object-fit:cover}.simple-options>a>span{display:block;padding:22px;font-size:21px;font-weight:600}.simple-options>a small{display:block;font-size:14px;font-weight:400;margin-top:7px}.simple-options>a:hover{border-color:#7b298b}
@media(max-width:1120px){.vm-purposes{grid-template-columns:repeat(2,minmax(0,1fr))}.vm-help{align-items:flex-start;flex-direction:column}}@media(max-width:650px){.vm-choice{scroll-margin-top:100px;padding-block:25px 45px}.vm-progress{gap:7px;margin-bottom:26px}.vm-progress li{font-size:11px;gap:4px;flex-direction:column}.vm-purposes,.vm-fields{grid-template-columns:1fr}.vm-purpose{min-height:138px;padding:18px}.vm-purpose img{height:96px;width:65px}.vm-fields{gap:0}.vm-app label{margin:15px 0}.vm-result-card{grid-template-columns:1fr}.vm-result-media{padding:20px}.vm-result-media img{height:230px}.vm-result-copy{padding:22px}.vm-result-copy h4{font-size:25px}.vm-choice .button{width:100%;text-align:center}.vm-actions{gap:18px}.vm-key-specs{grid-template-columns:1fr;gap:4px}.vm-key-specs dd{margin-bottom:10px}.vm-help{gap:18px}.simple-options>a>img{height:150px}}@media(prefers-reduced-motion:reduce){.vm-purpose{transition:none}.vm-purpose:hover{transform:none}}
.vm-app{scroll-margin-top:115px}.vm-app form{background:transparent;border:0;box-shadow:none;padding:0;border-radius:0;max-width:none;margin:0}.vm-app .vm-purpose>span{padding:0}@media(max-width:650px){.vm-app{scroll-margin-top:92px}}
.vm-select-group{min-width:0;margin:28px 0 34px;padding:0;border:0}.vm-select-group legend{font-size:19px;font-weight:600;margin-bottom:16px;padding:0;line-height:1.4}.vm-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.vm-app .vm-radio-card{display:flex;gap:13px;align-items:flex-start;margin:0;padding:22px 19px;background:#fff;border:1px solid #d8c5df;border-radius:18px;min-height:114px;cursor:pointer;position:relative;transition:border-color .18s,background .18s,box-shadow .18s}.vm-app .vm-radio-card:hover{border-color:#873799}.vm-app .vm-radio-card:has(input:checked){background:#ebe0ef;border:2px solid #7b298b;padding:21px 18px;box-shadow:0 3px 12px #54235b0b}.vm-app .vm-radio-card:has(input:focus-visible){outline:3px solid #ad6dbb;outline-offset:3px}.vm-app input[type=radio]{width:20px;height:20px;min-height:20px;padding:0;margin:3px 0 0;flex:0 0 20px;accent-color:#7b298b;cursor:pointer}.vm-radio-copy{display:grid;gap:8px;min-width:0;padding:0!important}.vm-radio-copy strong{font-size:18px;line-height:1.3}.vm-range-card .vm-radio-copy strong{font-size:27px;font-weight:600;letter-spacing:-.02em}.vm-radio-description{font-size:14px;line-height:1.55;font-weight:400;color:#6e5c75}.vm-app .vm-radio-card.is-unavailable{background:#eee9ef;border-color:#ded7e0;box-shadow:none;cursor:not-allowed}.vm-radio-card.is-unavailable .vm-radio-copy{opacity:.65}.vm-radio-card.is-unavailable .vm-radio-copy:after{content:'Ni na voljo v tej kombinaciji';font-size:12px;line-height:1.4;color:#77667c;font-weight:400}.vm-radio-card.is-unavailable input{cursor:not-allowed}.vm-other-ranges{margin-top:18px}.vm-other-ranges>summary{color:#742689;font-weight:600;cursor:pointer;padding:16px 0}.vm-other-ranges[open]>summary{margin-bottom:8px}.vm-selected-range{display:inline-block;border:1px solid #d4bfdc;background:#fff;border-radius:12px;padding:13px 18px;font-weight:600;color:#742689;margin-top:12px}.vm-help-options{align-items:flex-start}.vm-help-options>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px 24px;max-width:760px}.vm-help-options .simple-text-link{font-size:14px;line-height:1.55;text-align:left}.vm-help-options>span{flex:0 0 auto;font-weight:600}
@media(max-width:1000px){.vm-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vm-help-options>div{justify-content:flex-start}}@media(max-width:650px){.vm-option-grid{grid-template-columns:1fr;gap:12px}.vm-app .vm-radio-card{min-height:94px;padding:20px 17px}.vm-app .vm-radio-card:has(input:checked){padding:19px 16px}.vm-range-card .vm-radio-copy strong{font-size:26px}.vm-select-group{margin-block:24px 30px}.vm-help-options>div{flex-direction:column;gap:16px}.vm-selected-range{font-size:14px}.vm-help-options>span{flex-basis:auto}}@media(prefers-reduced-motion:reduce){.vm-app .vm-radio-card{transition:none}}

@media(max-width:600px){body:has(#inquiry :focus) .arhar-help--ice{visibility:hidden}body:has(#inquiry) .arhar-help--ice .ah-launch{min-height:52px;padding:6px 10px}body:has(#inquiry) .arhar-help--ice .ah-launch .ah-mark{width:44px;height:44px}body:has(#inquiry) .arhar-help--ice .ah-launch .ah-mark svg{width:44px;height:44px}body:has(#inquiry) .arhar-help--ice .ah-launch>span+span{display:none}}
