/* Warm Monday Juice accent and a deliberately restrained fridge kiosk. */
:root { --lime: #f6c391; --coral: #df795b; }
.gear { color: #b6755f; }
.eyebrow { color: #a26954; }
.home-people { max-width: 1080px; margin: clamp(52px, 9vh, 118px) auto 0; }
.home-copy { display: flex; align-items: end; justify-content: space-between; margin: 0 0 31px; padding-bottom: 18px; border-bottom: 1px solid #d9d7cc; }
.home-copy .eyebrow { margin: 0 0 7px; }
.home-copy h1 { margin: 0; color: var(--ink); font-size: clamp(33px, 4.3vw, 57px); font-weight: 700; line-height: .98; letter-spacing: -3.2px; }
.home-copy::after { content: 'SELECT'; margin: 0 2px 3px 0; color: #9a7869; font: 11px 'DM Mono'; letter-spacing: 1.5px; }
.home .people { max-width: none; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.home .person { height: 86px; border-radius: 5px; padding: 0 22px; gap: 0; background: #fffefa; border-color: #dfddd3; box-shadow: none; }
.home .person::after { content: '→'; margin-left: auto; color: #c8c4b7; font-size: 19px; font-weight: 400; transition: color .16s, transform .16s; }
.home .person:hover, .home .person:active { border-color: var(--ink); background: var(--ink); box-shadow: none; transform: none; }
.home .person:hover span, .home .person:active span { color: #fff; }
.home .person:hover::after, .home .person:active::after { color: var(--lime); transform: translateX(3px); }
.home .person span { font-size: 19px; font-weight: 700; letter-spacing: -.7px; }
.home .connection { position: absolute; right: 54px; bottom: 27px; margin: 0; color: #a27b68; font-size: 10px; letter-spacing: .9px; text-transform: uppercase; }
.home .connection::before { content: '•'; margin-right: 5px; font-size: 15px; vertical-align: -1px; }
.purpose:first-child, .kpis .top-product { background: #fde1cc; }
.check { background: #f6c391; }
@media (max-width: 720px) { .home-people { margin-top: 54px; } .home-copy { display:block; margin-bottom: 22px; padding-bottom: 14px; } .home-copy h1 { font-size: 38px; } .home-copy::after { display: none; } .home .people { grid-template-columns: repeat(2, 1fr); gap: 8px; } .home .person { height: 76px; padding: 0 15px; } .home .person span { font-size: 17px; } .home .connection { right: 20px; bottom: 18px; } }
