:root {
  --ink: #251817;
  --brown: #3f1c1a;
  --brown-2: #542522;
  --brown-3: #6a332e;
  --caramel: #b87b4b;
  --gold: #cfa46a;
  --cream: #f5eee5;
  --cream-2: #fbf8f3;
  --paper: #fffdf9;
  --muted: #756966;
  --line: rgba(63, 28, 26, .13);
  --shadow: 0 24px 70px rgba(57, 31, 25, .12);
  --radius: 24px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-2); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body.review-mode [data-review-id] { position: relative; outline: 2px dashed rgba(207, 164, 106, .75); outline-offset: -4px; cursor: pointer; }
body.review-mode [data-review-id]::after { content: "+"; position: absolute; z-index: 20; top: 12px; right: 12px; width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; font-size: 21px; line-height: 1; color: #fff; background: var(--brown); box-shadow: 0 8px 24px rgba(37,24,23,.25); }
body.panel-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--caramel); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.eyebrow--light { color: #e7cba6; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(48px, 6.6vw, 88px); line-height: .98; margin: 22px 0 28px; }
h1 em { display: block; color: var(--caramel); font-style: italic; }
h2 { font-size: clamp(38px, 4.4vw, 60px); line-height: 1.05; margin: 15px 0 0; }
.button { min-height: 54px; padding: 0 25px; display: inline-flex; justify-content: center; align-items: center; border: 1px solid transparent; border-radius: 999px; font-weight: 750; transition: .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--brown); box-shadow: 0 14px 34px rgba(63,28,26,.22); }
.button--primary:hover { background: var(--brown-2); }
.button--ghost { border-color: rgba(63,28,26,.25); background: rgba(255,255,255,.5); }
.button--ghost:hover { border-color: var(--brown); }
.button--cream { color: var(--brown); background: #f7e7d1; }
.button--cream:hover { background: #fff; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-weight: 800; color: var(--brown); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.topbar { color: rgba(255,255,255,.8); background: #2b1615; font-size: 12px; }
.topbar__inner { min-height: 37px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.topbar p { margin: 0; }
.topbar__links { display: flex; gap: 25px; }
.topbar a:hover { color: #fff; }
.header { position: sticky; z-index: 100; top: 0; background: rgba(251,248,243,.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.header__inner { min-height: 86px; display: flex; align-items: center; gap: 30px; }
.brand { width: 155px; flex: 0 0 auto; }
.brand img { width: 100%; height: 60px; object-fit: contain; }
.nav { margin-left: auto; display: flex; gap: clamp(16px, 2vw, 30px); align-items: center; }
.nav a { position: relative; font-size: 14px; font-weight: 700; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--caramel); transition: .25s ease; }
.nav a:hover::after { right: 0; }
.header__actions { display: flex; gap: 8px; }
.icon-button, .cart-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--brown); background: transparent; }
.icon-button svg, .cart-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.cart-button { position: relative; }
.cart-button span { position: absolute; top: -4px; right: -3px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--caramel); font-size: 10px; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle span { width: 25px; height: 2px; background: var(--brown); display: block; margin: 5px auto; }

.hero { position: relative; min-height: 745px; overflow: hidden; background: linear-gradient(120deg,#f8f1e8 0%,#f7eee4 55%,#efe0d2 100%); }
.hero__grain { position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: radial-gradient(rgba(63,28,26,.13) .55px, transparent .55px); background-size: 5px 5px; }
.hero__grid { min-height: 745px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 52px; position: relative; }
.hero__content { padding: 75px 0 85px; position: relative; z-index: 2; }
.hero__content > p { max-width: 650px; color: #655957; font-size: 17px; }
.hero__buttons { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.hero__trust { margin-top: 58px; display: flex; flex-wrap: wrap; gap: 40px; }
.hero__trust div { display: grid; gap: 2px; }
.hero__trust strong { font-family: Georgia, serif; color: var(--brown); font-size: 28px; }
.hero__trust span { color: var(--muted); font-size: 12px; }
.hero__visual { min-height: 650px; display: grid; place-items: center; position: relative; }
.hero__circle { position: absolute; width: min(530px, 43vw); height: min(530px, 43vw); border-radius: 50%; background: linear-gradient(145deg,#562722,#2d1615); box-shadow: 0 45px 85px rgba(63,28,26,.28); }
.hero__circle::before { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: inherit; }
.hero__machine { position: relative; z-index: 2; width: min(500px, 42vw); max-height: 590px; object-fit: contain; filter: drop-shadow(0 32px 30px rgba(0,0,0,.33)); transform: translate(4px, 22px); }
.hero__label { position: absolute; z-index: 3; top: 90px; left: -5px; padding: 12px 17px; border-radius: 999px; color: var(--brown); background: #fff; box-shadow: var(--shadow); font-size: 12px; font-weight: 800; }
.hero__label::before { content: "✓"; margin-right: 7px; color: var(--caramel); }
.hero__card { position: absolute; z-index: 4; right: -2px; bottom: 70px; width: 205px; padding: 20px; border-radius: 20px; color: white; background: rgba(63,28,26,.94); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero__card span, .hero__card small { display: block; color: rgba(255,255,255,.7); }
.hero__card strong { display: block; margin: 5px 0 8px; font-family: Georgia,serif; font-size: 27px; }
.hero__card small { font-size: 9px; }
.hero__bean { position: absolute; z-index: 1; width: 46px; height: 64px; border-radius: 50%; background: #7b4930; box-shadow: inset -11px -6px 0 rgba(40,18,13,.25); transform: rotate(32deg); }
.hero__bean::after { content: ""; position: absolute; width: 4px; height: 46px; left: 50%; top: 9px; border-radius: 50%; background: #bb8053; transform: rotate(7deg); }
.hero__bean--one { left: 15px; bottom: 170px; }
.hero__bean--two { right: 20px; top: 145px; transform: rotate(-25deg) scale(.7); }

.benefits { position: relative; z-index: 4; margin-top: -1px; border-bottom: 1px solid var(--line); background: var(--paper); }
.benefits__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.benefits article { min-height: 145px; display: flex; align-items: center; gap: 19px; padding: 25px 34px; border-right: 1px solid var(--line); }
.benefits article:first-child { border-left: 1px solid var(--line); }
.benefit-icon { color: var(--caramel); font-family: Georgia,serif; font-size: 30px; font-style: italic; }
.benefits h3 { margin-bottom: 5px; font-size: 16px; }
.benefits p { margin: 0; color: var(--muted); font-size: 13px; }

.section-heading { margin-bottom: 44px; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.section-heading--center { justify-content: center; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.categories { background: var(--paper); }
.categories__grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: repeat(2, 280px); gap: 18px; }
.category-card { position: relative; min-height: 280px; overflow: hidden; border-radius: var(--radius); background: #eee; box-shadow: 0 10px 35px rgba(40,22,18,.08); }
.category-card--large { grid-row: span 2; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.category-card--large img { object-position: 56% center; }
.category-card:hover img { transform: scale(1.05); }
.category-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 15%,rgba(31,14,12,.8) 100%); }
.category-card__shade--light { background: linear-gradient(180deg,rgba(255,255,255,.02),rgba(243,235,226,.95)); }
.category-card__content { position: absolute; inset: auto 28px 27px; z-index: 2; color: white; }
.category-card__content > span { font-size: 11px; opacity: .7; }
.category-card__content h3 { margin: 5px 0 2px; font-family: Georgia,serif; font-size: 29px; font-weight: 500; }
.category-card__content p { margin-bottom: 12px; opacity: .78; font-size: 13px; }
.category-card__content b { font-size: 12px; }
.category-card__content--dark { color: var(--brown); }
.category-card--accent { color: white; background: linear-gradient(135deg,#8f4935,#4a201d); }
.category-card__pattern { position: absolute; inset: 0; opacity: .2; background: radial-gradient(circle at 20% 25%,#fff 0 2px,transparent 3px), radial-gradient(circle at 75% 70%,#fff 0 2px,transparent 3px); background-size: 33px 33px; }
.category-card--paper { background: #efe6da; }
.category-card__line-art { position: absolute; right: 10px; top: -65px; color: rgba(63,28,26,.1); font-family: Georgia,serif; font-size: 260px; transform: rotate(25deg); }

.products { background: #f4eee7; }
.tabs { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55); }
.tab { padding: 9px 17px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 800; }
.tab.is-active { color: white; background: var(--brown); }
.products__grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 15px; }
.product-card { overflow: hidden; border: 1px solid rgba(63,28,26,.08); border-radius: 19px; background: white; transition: .25s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(63,28,26,.12); }
.product-card[hidden] { display: none; }
.product-card__media { position: relative; aspect-ratio: 1/1; display: grid; place-items: center; padding: 22px; background: #f8f5f1; }
.product-card__media img { width: 90%; height: 90%; object-fit: contain; mix-blend-mode: multiply; }
.product-card--machine .product-card__media img { width: 100%; height: 100%; }
.product-card__media > button { position: absolute; z-index: 2; top: 13px; right: 13px; width: 32px; height: 32px; border: 0; border-radius: 50%; background: white; font-size: 18px; }
.badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 10px; border-radius: 999px; color: white; background: var(--brown); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.badge--new { background: var(--caramel); }
.product-card__body { padding: 17px; }
.product-card__brand { color: var(--caramel); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.product-card h3 { min-height: 43px; margin: 6px 0 17px; font-size: 14px; line-height: 1.45; }
.product-card__bottom { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.product-card__bottom strong { font-size: 12px; }
.product-card__bottom button { padding: 8px 10px; border: 0; border-radius: 999px; color: white; background: var(--brown); font-size: 10px; font-weight: 800; }

.horeca { overflow: hidden; color: white; background: linear-gradient(118deg,#2e1514,#50231f); }
.horeca__grid { min-height: 665px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.horeca__media { align-self: stretch; position: relative; display: grid; place-items: end center; }
.horeca__blob { position: absolute; width: 550px; height: 550px; bottom: -130px; border-radius: 50%; background: #e7c49a; opacity: .9; }
.horeca__media img { position: relative; z-index: 2; width: 520px; max-height: 630px; object-fit: contain; filter: drop-shadow(0 28px 30px rgba(0,0,0,.35)); }
.horeca__stamp { position: absolute; z-index: 4; right: 2%; top: 90px; width: 125px; height: 125px; display: flex; justify-content: center; align-items: center; gap: 7px; border-radius: 50%; color: var(--brown); background: #f5e1c5; transform: rotate(8deg); }
.horeca__stamp strong { font-family: Georgia,serif; font-size: 33px; }
.horeca__stamp span { font-size: 10px; line-height: 1.1; text-transform: uppercase; }
.horeca__content { padding: 90px 0; }
.horeca__content h2 { max-width: 570px; }
.horeca__content > p { max-width: 570px; margin-top: 25px; color: rgba(255,255,255,.7); font-size: 16px; }
.horeca__content ul { margin: 30px 0 35px; padding: 0; list-style: none; }
.horeca__content li { position: relative; padding: 13px 0 13px 34px; border-bottom: 1px solid rgba(255,255,255,.12); }
.horeca__content li::before { content: "✓"; position: absolute; left: 0; color: #e7cba6; }

.roasting { background: var(--paper); }
.roasting__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.roasting__content > p { max-width: 570px; margin: 25px 0 30px; color: var(--muted); }
.roasting__features { margin: 0 0 32px; }
.roasting__features div { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.roasting__features strong { color: var(--caramel); font-family: Georgia,serif; font-size: 23px; }
.roasting__media { position: relative; min-height: 590px; overflow: hidden; border-radius: 180px 180px 28px 28px; }
.roasting__media img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; }
.roasting__note { position: absolute; left: 30px; bottom: 30px; width: 120px; height: 120px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: white; background: var(--brown); box-shadow: 0 20px 45px rgba(0,0,0,.22); }
.roasting__note span { font-size: 10px; text-transform: uppercase; }
.roasting__note strong { font-family: Georgia,serif; font-size: 29px; }

.services { background: #efe6dc; }
.services__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.services article { min-height: 335px; display: flex; flex-direction: column; padding: 31px; border-radius: 22px; background: rgba(255,255,255,.65); border: 1px solid rgba(63,28,26,.08); transition: .25s ease; }
.services article:hover { color: white; background: var(--brown); transform: translateY(-6px); }
.services article > span { color: var(--caramel); font-family: Georgia,serif; font-size: 27px; }
.services h3 { margin: 55px 0 15px; font-family: Georgia,serif; font-size: 25px; font-weight: 500; }
.services p { color: var(--muted); font-size: 13px; }
.services article:hover p { color: rgba(255,255,255,.65); }
.services a { margin-top: auto; font-size: 12px; font-weight: 800; }

.brands { padding: 40px 0; border-block: 1px solid var(--line); background: white; }
.brands p { margin-bottom: 26px; color: var(--muted); font-size: 11px; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .14em; }
.brands__list { display: flex; justify-content: space-between; align-items: center; gap: 30px; overflow: auto; color: #7d706d; font-family: Georgia,serif; font-size: 21px; font-weight: 700; white-space: nowrap; }

.consultation { padding: 105px 0; color: white; background: #3c1b19; }
.consultation__grid { display: grid; grid-template-columns: 1fr .9fr; gap: 85px; align-items: center; }
.consultation h2 { max-width: 650px; }
.consultation p { max-width: 620px; margin-top: 25px; color: rgba(255,255,255,.65); }
.consultation__form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.06); }
.consultation__form label:nth-child(3), .consultation__form small { grid-column: 1/-1; }
.consultation__form label { display: grid; gap: 7px; }
.consultation__form label span { color: rgba(255,255,255,.6); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.consultation__form input, .consultation__form select { width: 100%; height: 50px; padding: 0 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; color: white; background: rgba(255,255,255,.07); outline: 0; }
.consultation__form select option { color: var(--ink); }
.consultation__form input:focus, .consultation__form select:focus { border-color: #e7cba6; }
.consultation__form .button { grid-column: 1/-1; }
.consultation__form small { color: rgba(255,255,255,.42); font-size: 9px; text-align: center; }

.footer { padding: 70px 0 25px; color: rgba(255,255,255,.7); background: #211110; }
.footer__grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 55px; }
.footer__brand img { width: 165px; height: 90px; object-fit: contain; filter: brightness(0) invert(1); opacity: .92; }
.footer__brand p { max-width: 290px; }
.footer h3 { margin-bottom: 20px; color: white; font-size: 13px; }
.footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 13px; }
.footer a:hover { color: white; }
.socials { display: flex; gap: 8px; }
.socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; font-size: 10px; }
.footer__bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

.review-toggle { position: fixed; z-index: 250; right: 22px; bottom: 22px; min-height: 50px; display: flex; align-items: center; gap: 10px; padding: 0 17px; border: 0; border-radius: 999px; color: white; background: var(--brown); box-shadow: 0 16px 45px rgba(38,18,16,.3); font-weight: 800; }
.review-toggle.is-active { color: var(--brown); background: #e9c99f; }
.review-toggle__icon { font-size: 19px; }
.review-overlay { position: fixed; z-index: 400; inset: 0; background: rgba(20,9,8,.45); backdrop-filter: blur(2px); }
.review-panel { position: fixed; z-index: 420; top: 0; right: 0; width: min(470px,100%); height: 100dvh; display: flex; flex-direction: column; background: #fffdfa; box-shadow: -20px 0 70px rgba(20,9,8,.24); transform: translateX(105%); transition: transform .3s ease; }
.review-panel.is-open { transform: translateX(0); }
.review-panel__header { min-height: 95px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 25px; color: white; background: var(--brown); }
.review-panel__header span { color: rgba(255,255,255,.6); font-size: 10px; text-transform: uppercase; }
.review-panel__header h2 { margin: 3px 0 0; font-family: inherit; font-size: 22px; font-weight: 800; letter-spacing: 0; }
.review-panel__header button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: white; background: transparent; font-size: 27px; }
.review-panel__body { overflow: auto; padding: 24px; }
.review-link { display: flex; margin-bottom: 22px; }
.review-link input { min-width: 0; flex: 1; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px 0 0 10px; color: var(--muted); background: #f7f1e9; font-size: 11px; }
.review-link button { min-height: 42px; border: 0; border-radius: 0 10px 10px 0; color: white; background: var(--brown); font-size: 11px; font-weight: 800; }
.review-field { display: grid; gap: 8px; }
.review-field span { font-size: 11px; font-weight: 800; }
.review-field textarea { width: 100%; resize: vertical; padding: 13px; border: 1px solid var(--line); border-radius: 12px; outline: 0; }
.review-field textarea:focus { border-color: var(--caramel); }
.upload-zone { margin-top: 17px; min-height: 125px; display: grid; place-content: center; gap: 4px; padding: 20px; border: 1px dashed rgba(63,28,26,.3); border-radius: 14px; text-align: center; background: #faf5ef; }
.upload-zone input { display: none; }
.upload-zone strong { font-size: 13px; }
.upload-zone span { color: var(--muted); font-size: 10px; }
.upload-preview { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 12px; }
.upload-preview__item { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 10px; background: #eee; }
.upload-preview__item img, .upload-preview__item video { width: 100%; height: 100%; object-fit: cover; }
.upload-preview__item span { position: absolute; left: 4px; right: 4px; bottom: 4px; padding: 3px 5px; overflow: hidden; border-radius: 5px; color: white; background: rgba(0,0,0,.65); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.review-save { width: 100%; margin-top: 18px; }
.review-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.saved-comments { margin-top: 25px; }
.saved-comment { padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.saved-comment + .saved-comment { margin-top: 10px; }
.saved-comment p { margin: 0 0 8px; font-size: 12px; white-space: pre-wrap; }
.saved-comment small { color: var(--muted); }
.toast { position: fixed; z-index: 600; left: 50%; bottom: 28px; padding: 12px 18px; border-radius: 999px; color: white; background: #1f1110; box-shadow: var(--shadow); opacity: 0; transform: translate(-50%,20px); transition: .25s ease; pointer-events: none; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1100px) {
  .nav { gap: 16px; }
  .nav a { font-size: 12px; }
  .products__grid { grid-template-columns: repeat(3,1fr); }
  .categories__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 380px repeat(2,260px); }
  .category-card--large { grid-column: 1/-1; grid-row: auto; }
  .services__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  .topbar__links a:last-child { display: none; }
  .header__inner { min-height: 72px; }
  .brand { width: 135px; }
  .brand img { height: 50px; }
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 100%; left: 0; right: 0; margin: 0; padding: 18px 20px 26px; display: none; flex-direction: column; align-items: flex-start; background: #fffaf4; box-shadow: 0 18px 40px rgba(45,22,18,.15); }
  .nav.is-open { display: flex; }
  .header__actions { margin-left: 0; }
  .icon-button { display: none; }
  .hero, .hero__grid { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; gap: 0; }
  .hero__content { padding: 70px 0 30px; }
  .hero__visual { min-height: 540px; }
  .hero__circle { width: 450px; height: 450px; }
  .hero__machine { width: 430px; max-width: 90vw; }
  .hero__label { left: 2%; }
  .hero__card { right: 3%; bottom: 35px; }
  .benefits__grid { grid-template-columns: 1fr; }
  .benefits article, .benefits article:first-child { border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .categories__grid { grid-template-columns: 1fr; grid-template-rows: 380px repeat(4,260px); }
  .category-card--large { grid-column: auto; }
  .products__grid { grid-template-columns: 1fr 1fr; }
  .horeca__grid, .roasting__grid, .consultation__grid { grid-template-columns: 1fr; }
  .horeca__grid { gap: 0; }
  .horeca__media { min-height: 540px; order: 2; }
  .horeca__content { padding: 80px 0 10px; }
  .roasting__grid { gap: 55px; }
  .roasting__media { min-height: 480px; border-radius: 120px 120px 24px 24px; }
  .roasting__media img { min-height: 480px; }
  .consultation__grid { gap: 45px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .topbar p { display: none; }
  .topbar__inner { justify-content: center; }
  .header__actions { display: none; }
  h1 { font-size: 48px; }
  h2 { font-size: 38px; }
  .hero__trust { gap: 20px; justify-content: space-between; }
  .hero__trust span { max-width: 86px; }
  .hero__visual { min-height: 450px; }
  .hero__circle { width: 360px; height: 360px; }
  .hero__machine { width: 355px; }
  .hero__label { top: 40px; }
  .hero__card { width: 175px; bottom: 25px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .categories__grid { grid-template-rows: 330px repeat(4,235px); }
  .products__grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .product-card__body { padding: 12px; }
  .product-card h3 { font-size: 12px; }
  .product-card__bottom { align-items: flex-start; flex-direction: column; }
  .horeca__media { min-height: 440px; }
  .horeca__blob { width: 420px; height: 420px; }
  .horeca__media img { width: 400px; }
  .horeca__stamp { width: 98px; height: 98px; top: 40px; }
  .services__grid { grid-template-columns: 1fr; }
  .services article { min-height: 270px; }
  .services h3 { margin-top: 35px; }
  .consultation__form { grid-template-columns: 1fr; padding: 22px; }
  .consultation__form label:nth-child(3), .consultation__form small, .consultation__form .button { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; }
  .review-toggle span:last-child { display: none; }
  .review-toggle { width: 52px; padding: 0; justify-content: center; }
}
