.home-page{display:flex;flex-direction:column;gap:0;margin:-32px -24px -48px}.home-sec{padding:34px 24px}.home-shead{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:18px}.home-shead h3{font-family:var(--font-display);font-size:19px;font-weight:800;color:var(--ink);margin:0}.home-shead a{font-size:12.5px;font-weight:600;color:var(--brand-fg);text-decoration:none;white-space:nowrap}.home-shead a:hover{text-decoration:underline}.home-hero{display:grid;grid-template-columns:1fr;grid-gap:28px;gap:28px;align-items:center;padding-block:24px 34px}.home-hero-copy h1{font-family:var(--font-display);font-size:21px;font-weight:900;line-height:1.7;color:var(--brand-fg);margin:0}.home-hero-copy p{color:var(--muted);max-width:380px;margin:10px 0 20px;font-size:12px;line-height:1.8}.home-hero-actions{display:flex;flex-direction:column;gap:10px}.home-hero-actions .btn{justify-content:center;min-height:44px;width:100%}.home-hero-art{display:none;align-items:center;justify-content:center;position:relative;min-height:260px}.home-hero-art .home-hero-circle{position:absolute;width:250px;height:250px;border-radius:50%;background:var(--gold-tint);border:1.5px solid var(--gold)}.home-hero-art .home-hero-pouches{position:relative;z-index:1;display:flex;align-items:flex-end}.home-hero-art .home-hero-pouches .pouch{width:120px;filter:drop-shadow(0 10px 16px rgba(38,21,18,.25))}.home-hero-art .home-hero-pouches .pouch.light{width:104px;-webkit-margin-start:-18px;margin-inline-start:-18px;-webkit-margin-before:40px;margin-block-start:40px}.home-cats-row{display:flex;gap:14px;padding-block:6px 18px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.home-cats-row::-webkit-scrollbar{display:none}.home-cats-row .cat{flex-shrink:0;scroll-snap-align:start;text-decoration:none;color:inherit}.home-cats-row .cat:last-child{opacity:.55}.home-band-dark{background:var(--espresso);color:#e8dcc7;padding:36px 24px;width:100vw;max-width:100vw;margin-inline:calc(50% - 50vw)}.home-coffee-world{display:grid;grid-template-columns:1fr;grid-gap:26px;gap:26px;align-items:center}.home-coffee-world .kicker{font-size:10.5px;font-weight:700;letter-spacing:.16em;color:var(--gold-deep)}.home-coffee-world h2{font-family:var(--font-display);font-size:23px;font-weight:800;color:var(--gold);margin:4px 0 0;line-height:1.5}.home-coffee-world .desc{color:#e8dcc7;font-size:12.5px;max-width:430px;margin:8px 0 14px;opacity:.92;line-height:1.8}.home-coffee-world .chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.home-coffee-world .chips span{border:1px solid rgba(246,239,227,.35);color:#f6efe3;border-radius:var(--r-full);padding:4px 14px;font-size:11.5px;font-weight:600}.home-coffee-world .actions{display:flex;flex-wrap:wrap;gap:10px}.home-coffee-world .actions .btn{min-height:44px}.home-coffee-world .btn.outline-dark{background:transparent;color:#f6efe3;border:1px solid rgba(246,239,227,.4)}.home-coffee-world .btn.outline-dark:hover{background:rgba(246,239,227,.08);border-color:rgba(246,239,227,.55)}.home-coffee-art{display:none;align-items:center;justify-content:center;position:relative;min-height:220px}.home-coffee-art .ring{position:absolute;width:210px;height:210px;border-radius:50%;border:1.5px solid rgba(215,181,109,.4)}.home-coffee-art .pouches{position:relative;z-index:1;display:flex;align-items:flex-end}.home-coffee-art .pouch{width:104px;filter:drop-shadow(0 10px 16px rgba(0,0,0,.4))}.home-hero-pouches .pouch+.pouch{width:104px;-webkit-margin-start:-18px;margin-inline-start:-18px;-webkit-margin-before:40px;margin-block-start:40px}.home-coffee-art .pouch+.pouch{width:88px;-webkit-margin-start:-16px;margin-inline-start:-16px;-webkit-margin-before:36px;margin-block-start:36px;opacity:.85}.home-bestsellers-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.home-bestsellers-grid .pcard{width:100%}.home-narrative{text-align:center;padding-block:44px}.home-narrative h2{font-family:var(--font-display);font-size:23px;font-weight:800;color:var(--gold);margin:0;line-height:1.5}.home-narrative .desc{color:#e8dcc7;max-width:520px;margin:8px auto 24px;font-size:13px;opacity:.9;line-height:1.8}.home-narrative .stats{display:flex;flex-direction:column;gap:20px;align-items:center;color:#e8dcc7;font-size:12.5px}.home-narrative .stats span{display:block}.home-narrative .stats b{color:var(--gold);font-size:20px;display:block;margin-bottom:4px}.home-guide-grid{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}.home-guide-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:18px;text-decoration:none;color:inherit;min-height:44px}.home-guide-card svg{width:26px;height:26px;stroke:var(--gold-deep)}.home-guide-card b{display:block;margin-top:8px;font-size:14px}.home-guide-card small{color:var(--muted);display:block;margin-top:4px;line-height:1.7}.home-wholesale-bar{background:var(--surface);border:1px solid var(--gold);border-radius:var(--r-lg);padding:18px 22px;display:flex;flex-direction:column;gap:14px}.home-wholesale-bar .copy b{font-size:13.5px;display:block}.home-wholesale-bar .copy div{font-size:12px;color:var(--muted);margin-top:4px;line-height:1.7}.home-wholesale-bar .btn{justify-content:center;min-height:44px;width:100%}@media (min-width:760px){.home-page{margin:-32px -24px -48px}.home-sec{padding:34px 28px}.home-hero{grid-template-columns:1.15fr 1fr;padding-block:44px}.home-hero-copy h1{font-size:34px;line-height:1.6}.home-hero-copy p{font-size:var(--fs-body)}.home-hero-copy .sub-desktop{display:block}.home-hero-copy .sub-mobile{display:none}.home-hero-actions{flex-direction:row}.home-hero-actions .btn{width:auto}.home-hero-actions .btn.mobile-only{display:none}.home-hero-actions .btn.desktop-only{display:inline-flex}.home-hero-art{display:flex}.home-cats-row{flex-wrap:wrap;justify-content:center;overflow-x:visible;gap:20px}.home-cats-row .cat:last-child{opacity:1}.home-coffee-world{grid-template-columns:1.25fr 1fr}.home-coffee-art{display:flex}.home-bestsellers-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.home-narrative .stats{flex-direction:row;justify-content:center;gap:40px}.home-guide-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-wholesale-bar{flex-direction:row;align-items:center;justify-content:space-between}.home-wholesale-bar .btn{width:auto;flex-shrink:0}}@media (max-width:759px){.home-hero-copy .sub-desktop{display:none}.home-hero-copy .sub-mobile{display:block}.home-hero-actions .btn.desktop-only{display:none}}