:root{--ink:#141619;--paper:#f7f5ef;--white:#fff;--accent:#c8a26a;--line:#dedbd2;--muted:#686b70;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.sc-container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.sc-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(20,22,25,.08)}.sc-header__inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.sc-brand{display:inline-flex;align-items:center;gap:11px;font-weight:800;font-size:22px;letter-spacing:-.02em}.sc-brand__mark{display:grid;place-items:center;width:42px;height:42px;background:var(--ink);color:#fff;border-radius:50%;font-size:13px;letter-spacing:.04em}.sc-nav{display:flex;align-items:center;gap:24px}.sc-nav__list{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0;font-size:14px}.sc-nav__list a:hover{color:#8a6b3f}.sc-menu-toggle{display:none;border:0;background:transparent;font-size:26px}.sc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:1px solid var(--ink);background:var(--white);font-weight:700;font-size:14px;transition:.2s}.sc-btn:hover{transform:translateY(-1px)}.sc-btn--dark{background:var(--ink);color:#fff}.sc-btn--light{background:#fff;color:var(--ink);border-color:#fff}.sc-btn--small{min-height:42px;padding:0 18px;background:var(--ink);color:#fff}.sc-kicker{font-size:12px;font-weight:800;letter-spacing:.16em;color:#86673d;margin-bottom:16px}.sc-hero{background:var(--paper);padding:92px 0 82px;overflow:hidden}.sc-hero__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.sc-hero h1,.sc-page-hero h1{font-size:clamp(48px,7vw,92px);line-height:.98;letter-spacing:-.055em;margin:0 0 28px}.sc-hero h1 span{color:#86673d}.sc-hero p{font-size:18px;max-width:700px;color:#45484d;margin:0 0 32px}.sc-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.sc-link{font-weight:750;border-bottom:1px solid currentColor;padding-bottom:3px}.sc-link--big{font-size:18px}.sc-machine-card{position:relative;min-height:500px;background:#e7e2d7;border-radius:2px;display:grid;place-items:center;box-shadow:0 30px 70px rgba(0,0,0,.08)}.sc-machine-illustration{width:90%;max-width:470px}.sc-machine-card__tag{position:absolute;right:20px;bottom:20px;background:#fff;padding:12px 16px;font-size:12px;font-weight:800;letter-spacing:.08em}.sc-stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.sc-stats__grid{display:grid;grid-template-columns:repeat(3,1fr)}.sc-stats__grid>div{padding:26px 36px;border-right:1px solid var(--line)}.sc-stats__grid>div:last-child{border-right:0}.sc-stats strong,.sc-stats span{display:block}.sc-stats strong{font-size:20px;letter-spacing:-.02em}.sc-stats span{font-size:13px;color:var(--muted);margin-top:3px}.sc-section{padding:100px 0}.sc-section__head{max-width:780px;margin-bottom:50px}.sc-section h2,.sc-band h2,.sc-cta h2{font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.045em;margin:0 0 20px}.sc-cards{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.sc-card{padding:36px;min-height:340px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;transition:.2s;background:#fff}.sc-card:hover{background:var(--paper);transform:translateY(-2px)}.sc-card>span{font-size:12px;font-weight:800;color:#86673d}.sc-card h3{font-size:30px;letter-spacing:-.03em;margin:70px 0 16px}.sc-card p{color:#55595e}.sc-card b{margin-top:auto;font-size:14px}.sc-band{background:var(--ink);color:#fff;padding:100px 0}.sc-band__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.sc-band p{color:#c9cacc;max-width:620px}.sc-steps{list-style:none;margin:0;padding:0;border-top:1px solid #373a3f}.sc-steps li{display:grid;grid-template-columns:72px 1fr;gap:18px;padding:24px 0;border-bottom:1px solid #373a3f}.sc-steps b{color:var(--accent);font-size:13px}.sc-section--illy{background:#f4f0e7}.sc-split{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.sc-split p{font-size:17px;color:#55595e}.sc-panel{background:var(--ink);color:#fff;padding:48px;min-height:320px;display:flex;flex-direction:column;justify-content:flex-end}.sc-panel__eyebrow{font-size:12px;letter-spacing:.14em;color:var(--accent);font-weight:800}.sc-panel strong{font-size:30px;line-height:1.15;margin:18px 0}.sc-panel p{color:#d3d4d5}.sc-cta{padding:85px 0;border-top:1px solid var(--line)}.sc-cta__inner{display:flex;justify-content:space-between;gap:50px;align-items:end}.sc-cta p{max-width:620px;color:#565a5e}.sc-footer{background:#0f1113;color:#fff;padding:70px 0 22px}.sc-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.sc-footer h4{font-size:13px;color:#b8b9bc;text-transform:uppercase;letter-spacing:.12em}.sc-footer a{display:block;margin:10px 0;color:#e7e7e7}.sc-footer p{color:#b8b9bc;max-width:430px}.sc-brand--footer .sc-brand__mark{background:#fff;color:#111}.sc-muted{color:var(--muted)!important;font-size:13px}.sc-footer__bottom{margin-top:60px;padding-top:20px;border-top:1px solid #292c30;color:#85888d;font-size:12px}.sc-page-hero{background:var(--paper);padding:90px 0 70px;border-bottom:1px solid var(--line)}.sc-page-hero h1{font-size:clamp(48px,6vw,78px)}.sc-prose{max-width:840px}.sc-prose h2{font-size:42px;line-height:1.08;letter-spacing:-.035em}.sc-prose h3{font-size:28px;margin-top:42px}.sc-prose p,.sc-prose li{font-size:17px;color:#44484c}.sc-prose li{margin:10px 0}.sc-callout{margin:36px 0;padding:28px;border-left:4px solid var(--accent);background:var(--paper);font-size:18px}.sc-form{margin-top:38px}.sc-grid{display:grid;gap:18px}.sc-grid--2{grid-template-columns:repeat(2,1fr)}.sc-form label{display:grid;gap:7px;font-size:13px;font-weight:700}.sc-form input,.sc-form select,.sc-form textarea{width:100%;border:1px solid #cfd0d2;background:#fff;padding:13px 14px;font:inherit;color:var(--ink)}.sc-form textarea{resize:vertical}.sc-check{grid-template-columns:auto 1fr!important;align-items:start!important;font-weight:500!important}.sc-check input{width:auto;margin-top:5px}.sc-alert{padding:16px 18px;margin-bottom:20px}.sc-alert--success{background:#edf7ef;border:1px solid #b6dabb}.sc-alert--error{background:#fff0f0;border:1px solid #efbbbb}
@media(max-width:980px){.sc-menu-toggle{display:block}.sc-nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:22px;box-shadow:0 20px 40px rgba(0,0,0,.08);flex-direction:column;align-items:stretch}.sc-nav.is-open{display:flex}.sc-nav__list{flex-direction:column;align-items:flex-start}.sc-hero__grid,.sc-band__grid,.sc-split{grid-template-columns:1fr}.sc-machine-card{min-height:360px}.sc-cards{grid-template-columns:1fr}.sc-stats__grid{grid-template-columns:1fr}.sc-stats__grid>div{border-right:0;border-bottom:1px solid var(--line)}.sc-cta__inner{align-items:flex-start;flex-direction:column}.sc-footer__grid{grid-template-columns:1fr 1fr}.sc-grid--2{grid-template-columns:1fr}}
@media(max-width:640px){.sc-container{width:min(calc(100% - 28px),var(--max))}.sc-header__inner{height:70px}.sc-nav{top:70px}.sc-hero{padding:70px 0 60px}.sc-hero h1{font-size:48px}.sc-section{padding:72px 0}.sc-card{min-height:280px}.sc-card h3{margin-top:46px}.sc-band{padding:72px 0}.sc-footer__grid{grid-template-columns:1fr}.sc-page-hero{padding:64px 0 48px}.sc-prose h2{font-size:34px}}

/* ServiceCoop visual refresh v2 */
:root{--accent:#a97639;--accent-dark:#855823;--paper:#f4f0e8;--ink:#15171a}
.sc-topbar{background:#1b1e22;color:#f5f5f5;font-size:12px;border-bottom:1px solid rgba(255,255,255,.08)}
.sc-topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.sc-topbar__items{display:flex;align-items:center;gap:16px;white-space:nowrap}
.sc-topbar__item{display:inline-flex;align-items:center;gap:7px;color:#dddfe2}.sc-topbar__icon{color:#fff;font-size:15px}.sc-topbar__sep{width:1px;height:16px;background:#4b4e52}.sc-topbar__link{font-weight:700;color:#fff;border-bottom:1px solid transparent}.sc-topbar__link:hover{border-bottom-color:#fff}
.sc-header{top:0;background:rgba(255,255,255,.97)}
.admin-bar .sc-header{top:32px}
.sc-header__inner{height:76px}.sc-brand--logo{min-width:255px}.sc-brand--logo img,.sc-brand--logo .custom-logo{display:block;width:245px;max-height:54px;object-fit:contain;object-position:left center}.sc-brand--logo .custom-logo-link{display:block}
.sc-nav__list{gap:21px;font-size:13px;font-weight:600}.sc-nav__list a{padding:27px 0 25px;position:relative}.sc-nav__list .current-menu-item>a:after,.sc-nav__list a:hover:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:var(--accent)}
.sc-btn--accent{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 6px 18px rgba(135,87,33,.16)}.sc-btn--accent:hover{background:var(--accent-dark);border-color:var(--accent-dark)}
.sc-btn--small.sc-btn--accent{min-height:46px;padding:0 20px;gap:8px}
.sc-hero--photo{padding:38px 0 34px;background:linear-gradient(90deg,#f5f2eb 0%,#f5f2eb 50%,#f7f6f2 100%)}.sc-hero--photo .sc-hero__grid{grid-template-columns:.86fr 1.14fr;gap:42px}.sc-hero--photo .sc-hero__copy{padding:28px 0 24px}.sc-hero--photo h1{font-size:clamp(56px,6.3vw,92px);line-height:.86;margin-bottom:26px}.sc-hero--photo h1 span{color:var(--accent)}.sc-hero--photo p{font-size:16px;line-height:1.55;max-width:610px;margin-bottom:28px}.sc-hero-photo{position:relative;min-height:520px;overflow:hidden;border-radius:18px 0 0 18px;box-shadow:0 30px 70px rgba(20,22,25,.12)}.sc-hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.sc-hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,17,19,.03),transparent 50%)}.sc-hero-photo__badge{position:absolute;right:28px;bottom:28px;z-index:2;display:flex;align-items:center;gap:14px;background:rgba(255,255,255,.96);padding:14px 18px;box-shadow:0 12px 30px rgba(0,0,0,.12);font-size:13px;line-height:1.25}.sc-hero-photo__badge strong{font-size:20px}.sc-map{color:var(--accent);font-size:28px;transform:rotate(45deg)}
.sc-trust{background:#17191c;color:#fff;border-top:1px solid #2d3034}.sc-trust__grid{display:grid;grid-template-columns:repeat(5,1fr)}.sc-trust__item{min-height:112px;padding:22px 20px;display:flex;align-items:center;gap:14px;border-right:1px solid #34373b}.sc-trust__item:last-child{border-right:0}.sc-trust__icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid #9f774a;color:#d1a66f;border-radius:10px;font-size:20px}.sc-trust__item strong,.sc-trust__item span{display:block}.sc-trust__item strong{font-size:15px}.sc-trust__item div span{font-size:11.5px;color:#b8babd;line-height:1.35;margin-top:3px}.sc-illy-mark{display:grid;place-items:center;background:#d9232e;color:#fff;width:48px;height:48px;border-radius:6px;font-family:Georgia,serif;font-style:italic;font-weight:700;font-size:17px}.sc-illy-mark--large{width:74px;height:74px;font-size:26px;margin-bottom:24px}.sc-trust__item--illy .sc-illy-mark{flex:0 0 auto}
.sc-panel--illy{background:linear-gradient(145deg,#16181b,#24272b);position:relative;overflow:hidden}.sc-panel--illy:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(169,118,57,.12);right:-80px;top:-80px}
@media(max-width:1100px){.sc-topbar__items .sc-topbar__item:nth-child(3),.sc-topbar__items .sc-topbar__sep:nth-of-type(2){display:none}.sc-brand--logo{min-width:200px}.sc-brand--logo img,.sc-brand--logo .custom-logo{width:200px}.sc-nav__list{gap:15px;font-size:12px}.sc-trust__grid{grid-template-columns:repeat(3,1fr)}.sc-trust__item:nth-child(3){border-right:0}.sc-trust__item:nth-child(-n+3){border-bottom:1px solid #34373b}}
@media(max-width:980px){.sc-topbar__inner{padding:0 4px}.sc-topbar__items .sc-topbar__item:nth-child(2),.sc-topbar__items .sc-topbar__sep{display:none}.sc-header__inner{height:72px}.sc-brand--logo img,.sc-brand--logo .custom-logo{width:205px}.sc-nav{top:110px}.admin-bar .sc-nav{top:142px}.sc-hero--photo .sc-hero__grid{grid-template-columns:1fr}.sc-hero-photo{min-height:430px;border-radius:12px}.sc-trust__grid{grid-template-columns:1fr 1fr}.sc-trust__item:nth-child(3){border-right:1px solid #34373b}.sc-trust__item:nth-child(even){border-right:0}}
@media(max-width:640px){.sc-topbar{display:none}.admin-bar .sc-header{top:46px}.sc-brand--logo{min-width:170px}.sc-brand--logo img,.sc-brand--logo .custom-logo{width:170px}.sc-hero--photo{padding-top:20px}.sc-hero--photo h1{font-size:54px}.sc-hero-photo{min-height:330px}.sc-hero-photo__badge{right:14px;bottom:14px;padding:10px 12px}.sc-hero-photo__badge strong{font-size:16px}.sc-trust__grid{grid-template-columns:1fr}.sc-trust__item{border-right:0!important;border-bottom:1px solid #34373b!important}.sc-trust__item:last-child{border-bottom:0!important}}

.sc-illy-logo{width:48px;height:48px;object-fit:contain;display:block;flex:0 0 auto;border-radius:6px}.sc-illy-logo--large{width:74px;height:74px;margin-bottom:24px}.sc-trust__item--illy .sc-illy-logo{flex:0 0 auto}

/* V4 refinements */
.sc-topbar__right{display:flex;align-items:center;gap:18px}.sc-topbar__phone{font-weight:700;color:#fff}.sc-brand--footer-logo{display:block;margin-bottom:18px}.sc-brand--footer-logo img{display:block;width:230px;max-height:56px;object-fit:contain;object-position:left center;filter:invert(1)}.sc-footer__contacts{display:flex;gap:18px;align-items:center;margin-top:18px}.sc-footer__contacts a{font-weight:700;color:#fff;margin:0}.sc-contact-direct{margin:22px 0 28px;padding:20px 22px;background:var(--paper);border-left:4px solid var(--accent)}.sc-contact-direct a{font-weight:800;text-decoration:underline;text-underline-offset:3px}
@media(max-width:640px){.sc-topbar__right{display:none}.sc-brand--footer-logo img{width:200px}}

.sc-topbar__email{font-weight:700;color:#fff}.sc-form__hint{font-weight:500;color:var(--muted);font-size:12px}.sc-form input[type=file]{padding:10px;background:var(--paper)}
@media(max-width:1180px){.sc-topbar__email{display:none}.sc-footer__contacts{flex-wrap:wrap}}

/* V12 content refinements */
.sc-page-cta{margin-top:26px!important}.sc-callout .sc-page-cta{margin-bottom:0!important}.sc-contact-card{margin:26px 0 30px;padding:28px 30px;background:var(--paper);border-left:4px solid var(--accent);display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:28px}.sc-contact-card p{margin:0}.sc-contact-card a{font-weight:800;text-decoration:underline;text-underline-offset:3px}@media(max-width:700px){.sc-contact-card{grid-template-columns:1fr}}
