:root {
  --ink: #1d1b17;
  --espresso: #241713;
  --coffee: #5c392b;
  --rust: #a64b2a;
  --sage: #788268;
  --cream: #f2eadc;
  --paper: #fbf8f1;
  --line: rgba(29, 27, 23, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Aptos", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
body, button, a { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-shell { width: min(100% - 48px, 1380px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--espresso); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.announcement-bar { min-height: 34px; padding: 7px 24px; display: flex; justify-content: center; gap: 52px; color: #f8f0e5; background: var(--espresso); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.announcement-bar p { margin: 0; }
.announcement-bar a { color: #f8f0e5; }
.announcement-bar a span { margin-left: 6px; border-bottom: 1px solid currentColor; }

.site-header { position: absolute; z-index: 50; top: 34px; left: 0; width: 100%; color: white; transition: background .3s ease, color .3s ease, box-shadow .3s ease, transform .3s ease; }
.site-header.is-scrolled { position: fixed; top: 0; color: var(--ink); background: rgba(251, 248, 241, .96); box-shadow: 0 8px 30px rgba(29, 27, 23, .08); backdrop-filter: blur(14px); }
.site-nav { min-height: 86px; padding: 0; }
.site-nav__inner { display: flex; min-height: 86px; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; }
.brand__mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.brand__mark svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 500; letter-spacing: .09em; }
.brand__text small { margin-top: 5px; font-size: .55rem; letter-spacing: .24em; }
.site-nav__collapse { justify-content: flex-end; }
.site-nav__links { margin-right: clamp(22px, 5vw, 76px); gap: clamp(10px, 2vw, 34px); }
.site-nav .nav-link { position: relative; padding: 12px 4px !important; color: inherit; font-size: .78rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.site-nav__links .nav-link::after, .account-link::after { position: absolute; right: 4px; bottom: 7px; left: 4px; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav__links .nav-link:hover::after, .site-nav__links .nav-link:focus::after, .account-link:hover::after, .account-link:focus::after { transform: scaleX(1); transform-origin: left; }
.site-nav__account { align-items: center; gap: 18px; }
.account-form { margin: 0; }
.account-form button { border: 0; background: transparent; }
.button { min-height: 52px; padding: 14px 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: .75rem; font-weight: 700; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--nav { min-height: 40px; padding: 10px 18px; color: var(--espresso); background: white; }
.is-scrolled .button--nav { color: white; background: var(--espresso); }
.button--cream { color: var(--espresso); background: var(--cream); }
.button--cream:hover { color: white; background: var(--rust); }
.button--outline-light { color: white; border-color: rgba(255, 255, 255, .72); }
.button--outline-light:hover { color: var(--espresso); background: white; }
.site-nav__toggle { width: 44px; height: 44px; padding: 11px; border: 1px solid currentColor; border-radius: 0; }
.site-nav__toggle span { width: 100%; height: 1px; display: block; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: max(720px, 100svh); overflow: hidden; color: white; background: var(--espresso); }
.hero__slides, .hero__slide, .hero__shade { position: absolute; inset: 0; }
.hero__slide { background-position: center; background-size: cover; opacity: 0; transform: scale(1.04); transition: opacity 1s ease, transform 7s linear; }
.hero__slide.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.hero__shade { z-index: 2; background: linear-gradient(90deg, rgba(19, 12, 9, .78) 0%, rgba(19, 12, 9, .5) 42%, rgba(19, 12, 9, .12) 72%), linear-gradient(0deg, rgba(20, 13, 10, .44), transparent 55%); }
.hero__content { position: relative; z-index: 3; min-height: max(720px, 100svh); padding-top: 220px; padding-bottom: 155px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { margin: 0 0 24px; color: var(--rust); font-size: .7rem; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow--light { color: #f1d4bd; }
.hero h1 { max-width: 820px; margin: 0; font-family: var(--serif); font-size: clamp(4.6rem, 9.5vw, 9.4rem); font-weight: 400; letter-spacing: -.055em; line-height: .83; }
.hero__intro { max-width: 490px; margin: 34px 0 0; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.6; }
.hero__actions { margin-top: 38px; display: flex; align-items: center; gap: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: gap .2s ease, color .2s ease; }
.text-link:hover { gap: 18px; color: var(--rust); }
.text-link--light { color: white; }
.text-link--light:hover { color: #f1d4bd; }
.hero__controls { position: absolute; z-index: 4; right: 0; bottom: 54px; left: 0; display: flex; gap: 10px; }
.hero__dot { width: 35px; height: 16px; padding: 0; border: 0; background: transparent; }
.hero__dot::before { width: 100%; height: 2px; display: block; background: rgba(255, 255, 255, .45); content: ""; transition: background .25s ease; }
.hero__dot.is-active::before { background: white; }
.hero__scroll { position: absolute; z-index: 4; right: 33px; bottom: 48px; display: flex; align-items: center; gap: 14px; color: white; font-size: .67rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; transform: rotate(90deg) translateX(-100%); transform-origin: left bottom; }

.promise-strip { overflow: hidden; color: var(--cream); background: var(--rust); }
.promise-strip__track { min-width: max-content; padding: 18px 4vw; display: flex; align-items: center; justify-content: space-around; gap: clamp(30px, 5vw, 80px); font-family: var(--serif); font-size: clamp(1rem, 1.5vw, 1.28rem); font-style: italic; }
.promise-strip i { width: 5px; height: 5px; display: block; border-radius: 50%; background: currentColor; }

.section { padding: clamp(90px, 10vw, 150px) 0; }
.section--cream { background: var(--cream); }
.section--paper { background: var(--paper); }
.section-heading { margin-bottom: 56px; display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 60px; }
.section-heading h2, .story h2, .catering h2, .values-heading h2, .closing-banner h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 6.2vw, 6.7rem); font-weight: 400; letter-spacing: -.052em; line-height: .93; }
.section-heading__copy { max-width: 460px; margin: 0 0 5px; font-size: 1.02rem; line-height: 1.75; }
.our-story-hero { position: relative; padding: clamp(190px, 18vw, 270px) 0 clamp(100px, 10vw, 150px); overflow: hidden; color: white; background: var(--espresso); border-bottom: 1px solid rgba(255, 255, 255, .16); }
.our-story-hero--history { background: var(--espresso) url('/images/home/coffee-hero-farm-to-cup.jpg') center / cover no-repeat; }
.our-story-hero--catering { background: var(--espresso) url('/images/home/coffee-hero-two-cups.jpg') center / cover no-repeat; }
.our-story-hero > .site-shell { position: relative; z-index: 2; }
.our-story-hero h1 { max-width: 1100px; margin: 0; font-family: var(--serif); font-size: clamp(4.6rem, 12vw, 10.5rem); font-weight: 400; letter-spacing: -.055em; line-height: .82; }
.our-story-hero__subtitle { margin: 36px 0 0; color: #f1d4bd; font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.5rem); }
.our-story-hero__intro { max-width: 650px; margin: 24px 0 0; color: rgba(255, 255, 255, .76); font-size: 1.04rem; line-height: 1.8; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { position: relative; aspect-ratio: 1672 / 941; overflow: hidden; color: white; background: var(--espresso); }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.category-card:hover img { transform: scale(1.045); }
.category-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20, 12, 9, .78) 0%, rgba(20, 12, 9, .05) 55%); }
.category-card__content { position: absolute; right: 34px; bottom: 36px; left: 34px; }
.category-card__content p { margin: 0 0 13px; font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.category-card__content h3 { margin: 0 0 10px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.25rem); font-weight: 400; letter-spacing: -.035em; }
.category-card__content span { font-size: .77rem; letter-spacing: .06em; }
.menu-note { margin-top: 34px; padding-top: 25px; display: flex; justify-content: space-between; gap: 32px; border-top: 1px solid var(--line); }
.menu-note p { margin: 0; }
.menu-note p span { margin-right: 10px; color: var(--rust); }

.story { min-height: 830px; display: grid; grid-template-columns: 1.08fr .92fr; background: #d7c9b2; }
.story__image { position: relative; width: 100%; aspect-ratio: 1672 / 941; align-self: center; overflow: hidden; }
.story__image img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.story__stamp { position: absolute; right: -65px; bottom: 70px; width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; background: var(--rust); border-radius: 50%; line-height: 1; text-align: center; transform: rotate(-8deg); }
.story__stamp span { font-size: .56rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.story__stamp strong { margin: 7px 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.story__content { padding: clamp(70px, 10vw, 160px) clamp(42px, 8vw, 130px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.story__content p:not(.eyebrow) { max-width: 550px; margin: 32px 0 0; font-size: 1.04rem; line-height: 1.8; }
.story__content .text-link { margin-top: 38px; }

.catering { min-height: 810px; display: grid; grid-template-columns: 1.1fr .9fr; color: white; background: var(--espresso); }
.catering__image { width: 100%; aspect-ratio: 1672 / 941; align-self: center; background-image: url('/images/home/coffee-hero-two-cups.jpg'); background-position: center; background-size: contain; background-repeat: no-repeat; }
.catering__panel { padding: clamp(70px, 9vw, 145px) clamp(40px, 7vw, 110px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.catering__panel > p:not(.eyebrow) { max-width: 580px; margin: 34px 0; color: rgba(255, 255, 255, .78); font-size: 1.04rem; line-height: 1.8; }
.catering__features { width: 100%; max-width: 570px; margin: 0 0 42px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.catering__features li { padding: 17px 0; display: flex; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.22); font-family: var(--serif); font-size: 1.23rem; }
.catering__features span { color: #d9ae8b; font-family: var(--sans); font-size: .65rem; font-weight: 700; letter-spacing: .12em; }

.values-heading { margin-bottom: 60px; display: flex; align-items: flex-end; justify-content: space-between; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-card { min-height: 310px; padding: 38px clamp(24px, 4vw, 58px) 42px; border-right: 1px solid var(--line); }
.value-card:first-child { padding-left: 0; }
.value-card:last-child { border-right: 0; }
.value-card__number { color: var(--rust); font-size: .66rem; font-weight: 700; letter-spacing: .16em; }
.value-card h3 { margin: 72px 0 16px; font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.7rem); font-weight: 400; }
.value-card p { max-width: 330px; margin: 0; color: rgba(29, 27, 23, .72); line-height: 1.7; }

.closing-banner { position: relative; min-height: 690px; display: grid; place-items: center; overflow: hidden; color: white; text-align: center; }
.closing-banner > img, .closing-banner__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.closing-banner > img { object-fit: cover; }
.closing-banner__shade { background: rgba(22, 12, 8, .58); }
.closing-banner__content { position: relative; z-index: 1; width: min(100% - 48px, 980px); }
.closing-banner h2 { font-size: clamp(3.7rem, 7.2vw, 7.8rem); }
.closing-banner .button { margin-top: 38px; }

.site-footer { padding: 90px 0 24px; color: rgba(255,255,255,.76); background: #171310; }
.site-footer__grid { padding-bottom: 70px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.brand--footer { margin-bottom: 28px; color: white; }
.site-footer__brand p, .site-footer p { margin: 0; }
.site-footer__label { margin-bottom: 20px !important; color: white; font-size: .67rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: .88rem; }
.site-footer__grid a { border-bottom: 1px solid transparent; }
.site-footer__grid a:hover { color: white; border-color: currentColor; }
.site-footer__bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.16); font-size: .7rem; letter-spacing: .06em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.category-grid .reveal:nth-child(2), .values-grid .reveal:nth-child(2) { transition-delay: .1s; }
.category-grid .reveal:nth-child(3), .values-grid .reveal:nth-child(3) { transition-delay: .2s; }

.menu-hero { position: relative; min-height: 620px; overflow: hidden; color: white; background: var(--espresso) url('/images/home/coffee-hero-top-view.jpg') center 46% / cover no-repeat; }
.menu-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19, 12, 9, .82) 0%, rgba(19, 12, 9, .54) 48%, rgba(19, 12, 9, .2) 100%), linear-gradient(0deg, rgba(20, 13, 10, .48), transparent 58%); }
.menu-hero__content { position: relative; z-index: 2; min-height: 620px; padding-top: 185px; padding-bottom: 95px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.page-hero__video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; pointer-events: none; transform: translate3d(0, var(--hero-parallax, 0), 0) scale(1.04); will-change: transform, opacity; }
.page-hero__overlay { position: absolute; z-index: 1; inset: 0; background: rgba(19, 12, 9, .42); pointer-events: none; }
.page-hero--animated .page-hero__video { animation: hero-media-fade 1.1s ease-out both; }
.page-hero--animated .page-hero__overlay { animation: hero-overlay-fade .9s ease-out both; }
.page-hero--animated .page-hero__copy > * { opacity: 0; transform: translateY(18px); animation: hero-copy-reveal .7s cubic-bezier(.2, .7, .2, 1) forwards; }
.page-hero--animated .page-hero__copy > :nth-child(1) { animation-delay: .18s; }
.page-hero--animated .page-hero__copy > :nth-child(2) { animation-delay: .3s; }
.page-hero--animated .page-hero__copy > :nth-child(3) { animation-delay: .42s; }
.page-hero--animated .page-hero__copy > :nth-child(4) { animation-delay: .54s; }
@keyframes hero-media-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes hero-overlay-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes hero-copy-reveal { to { opacity: 1; transform: translateY(0); } }
.menu-hero h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(4.7rem, 9vw, 8.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .84; }
.menu-hero__content > p:last-child { max-width: 520px; margin: 32px 0 0; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.7; }

.menu-catalog { padding: clamp(82px, 9vw, 135px) 0 clamp(100px, 11vw, 160px); background: var(--paper); }
.menu-tools { padding: 30px 34px; display: grid; grid-template-columns: minmax(280px, 1fr) auto; align-items: end; gap: 25px 55px; background: var(--cream); border: 1px solid var(--line); }
.menu-search label, .menu-filters legend { margin: 0 0 12px; padding: 0; color: var(--rust); font-size: .67rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.menu-search__field { min-height: 48px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--ink); }
.menu-search__field span { color: var(--rust); font-family: var(--serif); font-size: 1.7rem; line-height: 1; transform: rotate(-15deg); }
.menu-search input { width: 100%; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-radius: 0; outline: 0; font-size: 1rem; }
.menu-search input::placeholder { color: rgba(29, 27, 23, .52); }
.menu-search__field:focus-within { border-color: var(--rust); box-shadow: 0 1px 0 var(--rust); }
.menu-filters { min-width: 360px; margin: 0; padding: 0; border: 0; }
.menu-filters__buttons { display: flex; gap: 8px; }
.menu-filter { min-width: 104px; min-height: 48px; padding: 10px 20px; color: var(--ink); background: transparent; border: 1px solid var(--line); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.menu-filter:hover, .menu-filter:focus-visible { border-color: var(--espresso); transform: translateY(-2px); }
.menu-filter.is-active { color: white; background: var(--espresso); border-color: var(--espresso); }
.menu-results { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid var(--line); color: rgba(29, 27, 23, .65); font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.menu-empty { padding: 100px 24px 30px; text-align: center; }
.menu-empty h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4.5rem); font-weight: 400; letter-spacing: -.045em; }
.menu-empty > p:last-child { margin: 18px 0 0; color: rgba(29, 27, 23, .68); }

.menu-group { margin-top: clamp(80px, 9vw, 130px); }
.menu-group__heading { margin-bottom: 42px; padding-bottom: 30px; display: grid; grid-template-columns: 1fr minmax(280px, 430px); align-items: end; gap: 50px; border-bottom: 1px solid var(--line); }
.menu-group__heading .eyebrow { margin-bottom: 14px; }
.menu-group__heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 7vw, 7rem); font-weight: 400; letter-spacing: -.055em; line-height: .86; }
.menu-group__heading > p { margin: 0; color: rgba(29, 27, 23, .7); line-height: 1.75; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .35s ease; }
.product-card[hidden], .menu-group[hidden], .menu-pagination[hidden], .menu-empty[hidden] { display: none !important; }
.product-card:hover { border-color: rgba(29, 27, 23, .34); box-shadow: 0 20px 45px rgba(29, 27, 23, .11); transform: translateY(-7px); }
.product-card__image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--espresso); }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-card__image img { transform: scale(1.05); }
.product-card__category { position: absolute; top: 18px; left: 18px; padding: 7px 10px; color: white; background: rgba(36, 23, 19, .88); font-size: .61rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; backdrop-filter: blur(8px); }
.product-card__body { flex: 1; padding: 27px 28px 25px; display: flex; flex-direction: column; }
.product-card__heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 18px; }
.product-card__heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.65rem, 2.3vw, 2.25rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
.product-card__price { color: var(--rust); font-family: var(--serif); font-size: 1.3rem; line-height: 1.15; white-space: nowrap; }
.product-card__description { min-height: 76px; margin: 18px 0 20px; color: rgba(29, 27, 23, .7); line-height: 1.65; }
.product-card__badges { min-height: 60px; display: flex; flex-wrap: wrap; align-content: flex-start; gap: 7px; }
.dietary-badge { padding: 6px 8px; display: inline-flex; align-items: center; border: 1px solid; font-size: .59rem; font-weight: 700; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; }
.dietary-badge--vegetarian { color: var(--coffee); background: rgba(92, 57, 43, .06); border-color: rgba(92, 57, 43, .33); }
.dietary-badge--vegan { color: var(--espresso); background: rgba(120, 130, 104, .1); border-color: rgba(120, 130, 104, .48); }
.dietary-badge--allergy { color: var(--rust); background: rgba(166, 75, 42, .06); border-color: rgba(166, 75, 42, .32); }
.product-card__footer { margin-top: 22px; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); }
.product-card__stock { margin: 0; display: flex; align-items: center; gap: 8px; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.product-card__stock span { width: 7px; height: 7px; display: block; border-radius: 50%; background: var(--sage); }
.product-card__stock--low { color: var(--rust); }
.product-card__stock--low span { background: var(--rust); }
.product-card__stock--unavailable { color: rgba(29, 27, 23, .5); }
.product-card__stock--unavailable span { background: rgba(29, 27, 23, .35); }
.product-card__button { min-height: 44px; padding: 11px 16px; color: white; background: var(--espresso); font-size: .66rem; }
.product-card__button:hover { color: white; background: var(--rust); }
.product-card__button:disabled { color: rgba(255, 255, 255, .65); background: rgba(36, 23, 19, .6); cursor: not-allowed; transform: none; }
.product-card__button.is-added { color: var(--espresso); background: var(--cream); border-color: var(--coffee); }
.portal-surface { animation: portal-page-enter .55s ease-out both; }
.portal-card, .auth-card { border-radius: 18px; box-shadow: 0 12px 32px rgba(29, 27, 23, .07); }
.portal-card:hover { box-shadow: 0 24px 54px rgba(29, 27, 23, .14); transform: translateY(-8px); }
.auth-status { margin-bottom: 0; padding: 16px 18px; color: var(--coffee); background: rgba(120, 130, 104, .12); border: 1px solid rgba(120, 130, 104, .42); line-height: 1.65; white-space: pre-line; }
.auth-status.is-error { color: var(--rust); background: rgba(166, 75, 42, .07); border-color: rgba(166, 75, 42, .35); }
.auth-check { display: flex; align-items: center; gap: 10px; color: rgba(29, 27, 23, .72); font-size: .88rem; cursor: pointer; }
.auth-check .form-check-input { width: 1.05rem; height: 1.05rem; margin: 0; border-color: rgba(29, 27, 23, .4); border-radius: 0; }
.auth-check .form-check-input:checked { background-color: var(--coffee); border-color: var(--coffee); }
.auth-message { display: grid; gap: 25px; text-align: center; }
.auth-message > p { max-width: 500px; margin: 0 auto; color: rgba(29, 27, 23, .72); line-height: 1.75; }
.auth-message .button { justify-self: center; }

.coffee-recommendations { margin: clamp(52px, 7vw, 92px) 0 0; padding: clamp(30px, 5vw, 54px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px, 6vw, 92px); color: white; background: var(--coffee); }
.coffee-recommendations .eyebrow { margin-bottom: 16px; color: #f1d4bd; }
.coffee-recommendations h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.65rem, 5.1vw, 5.1rem); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.coffee-recommendations__answer { align-self: center; padding-left: clamp(0px, 5vw, 52px); border-left: 1px solid rgba(255,255,255,.28); }
.coffee-recommendations__answer p { margin: 0 0 16px; color: rgba(255,255,255,.82); line-height: 1.75; white-space: pre-line; }
.coffee-recommendations__answer p:last-child { margin-bottom: 0; }
.coffee-recommendation-grid { grid-column: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-self: stretch; padding-left: clamp(0px, 5vw, 52px); border-left: 1px solid rgba(255,255,255,.28); }
.coffee-recommendation-card { min-width: 0; display: flex; flex-direction: column; color: var(--ink); background: var(--paper); border: 1px solid rgba(255,255,255,.18); }
.coffee-recommendation-card__image { width: 100%; aspect-ratio: 1.42; object-fit: cover; }
.coffee-recommendation-card__content { min-height: 100%; padding: 17px; display: flex; flex: 1; flex-direction: column; }
.coffee-recommendation-card__category { margin: 0 0 9px; color: var(--rust); font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.coffee-recommendation-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.42rem, 2vw, 2rem); font-weight: 400; letter-spacing: -.04em; line-height: .96; }
.coffee-recommendation-card__price { margin: 12px 0 0; color: var(--rust); font-size: 1.05rem; }
.coffee-recommendation-card__description { margin: 12px 0 18px; color: rgba(29,27,23,.72); font-size: .87rem; line-height: 1.55; }
.coffee-recommendation-card__button { width: 100%; margin-top: auto; padding: 11px 12px; font-size: .62rem; }

.coffee-agency { position: fixed; z-index: 100; right: 24px; bottom: 24px; display: flex; flex-direction: column; align-items: flex-end; gap: 13px; }
.coffee-agency__launcher { max-width: min(315px, calc(100vw - 48px)); min-height: 52px; padding: 13px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: white; background: var(--espresso); border: 1px solid rgba(255,255,255,.35); box-shadow: 0 14px 32px rgba(22, 12, 8, .26); font-size: .68rem; font-weight: 700; letter-spacing: .11em; line-height: 1.25; text-transform: uppercase; }
.coffee-agency__launcher:hover { color: var(--espresso); background: var(--cream); transform: translateY(-2px); }
.coffee-agency__launcher--guest { position: fixed; z-index: 100; right: 24px; bottom: 24px; }
.coffee-agency__panel { width: min(390px, calc(100vw - 32px)); overflow: hidden; color: var(--ink); background: var(--paper); border: 1px solid rgba(29,27,23,.18); box-shadow: 0 24px 70px rgba(18,11,9,.28); }
.coffee-agency__header { padding: 20px 22px; display: flex; align-items: start; justify-content: space-between; gap: 18px; color: white; background: var(--espresso); }
.coffee-agency__header p { margin: 0 0 6px; color: #f1d4bd; font-size: .6rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.coffee-agency__header h2 { margin: 0; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }
.coffee-agency__close { width: 32px; height: 32px; padding: 0; color: white; background: transparent; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 1.35rem; line-height: 1; }
.coffee-agency__messages { max-height: min(48vh, 390px); min-height: 215px; padding: 20px; display: flex; flex-direction: column; gap: 12px; overflow-y: auto; }
.coffee-agency__intro, .coffee-agency__message { max-width: 88%; margin: 0; padding: 12px 14px; line-height: 1.55; white-space: pre-line; }
.coffee-agency__intro, .coffee-agency__message--assistant { align-self: flex-start; background: var(--cream); }
.coffee-agency__message--user { align-self: flex-end; color: white; background: var(--coffee); }
.coffee-agency__form { padding: 16px; display: grid; grid-template-columns: 1fr auto; gap: 10px; border-top: 1px solid var(--line); }
.coffee-agency__form textarea { min-height: 48px; padding: 12px; resize: vertical; color: var(--ink); background: white; border: 1px solid rgba(29,27,23,.28); border-radius: 0; font: inherit; line-height: 1.4; }
.coffee-agency__form textarea:focus { outline: 0; border-color: var(--coffee); box-shadow: 0 0 0 3px rgba(92,57,43,.12); }
.coffee-agency__form .button { min-height: 48px; padding-inline: 15px; }

/* Style Identity pages that are still supplied by ASP.NET, such as password recovery. */
.identity-area main:not(:has(.auth-page)) { min-height: 72vh; padding: 180px max(24px, calc((100vw - 760px) / 2)) 100px; color: var(--ink); background: linear-gradient(to bottom, var(--espresso) 0, var(--espresso) 330px, var(--cream) 330px, var(--cream) 100%); }
.identity-area main:not(:has(.auth-page)) > h1,
.identity-area main:not(:has(.auth-page)) > h2 { margin: 0 0 34px; color: white; font-family: var(--serif); font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 400; letter-spacing: -.05em; line-height: .9; text-align: center; }
.identity-area main:not(:has(.auth-page)) .row { margin: 0; justify-content: center; }
.identity-area main:not(:has(.auth-page)) [class*="col-md-"] { width: min(100%, 650px); padding: 0; }
.identity-area main:not(:has(.auth-page)) section,
.identity-area main:not(:has(.auth-page)) form { padding: clamp(28px, 5vw, 48px); background: var(--paper); border: 1px solid rgba(29, 27, 23, .14); box-shadow: 0 24px 70px rgba(18, 11, 9, .22); }
.identity-area main:not(:has(.auth-page)) form { padding: 0; background: transparent; border: 0; box-shadow: none; }
.identity-area main:not(:has(.auth-page)) .form-floating { margin-bottom: 18px; }
.identity-area main:not(:has(.auth-page)) .form-control { min-height: 56px; border-radius: 0; border-color: rgba(29, 27, 23, .24); box-shadow: none; }
.identity-area main:not(:has(.auth-page)) .btn-primary { width: 100%; min-height: 52px; color: white; background: var(--espresso); border: 0; border-radius: 0; font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.identity-area main:not(:has(.auth-page)) a:not(.btn) { color: var(--coffee); }
@keyframes portal-page-enter { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.menu-pagination { margin-top: 72px; padding-top: 28px; display: flex; align-items: center; justify-content: center; gap: 24px; border-top: 1px solid var(--line); }
.menu-pagination__pages { display: flex; gap: 8px; }
.menu-pagination button { min-width: 44px; min-height: 44px; padding: 8px 12px; color: var(--ink); background: transparent; border: 1px solid var(--line); font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.menu-pagination button:hover:not(:disabled), .menu-pagination button:focus-visible { border-color: var(--espresso); transform: translateY(-2px); }
.menu-pagination button.is-active { color: white; background: var(--espresso); border-color: var(--espresso); }
.menu-pagination button:disabled { opacity: .38; cursor: not-allowed; }
.menu-pagination__direction { min-width: 116px !important; }
.menu-closing { padding: clamp(75px, 8vw, 115px) 0; color: white; background: var(--coffee); }
.menu-closing__inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.menu-closing h2 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(3.1rem, 5.8vw, 6rem); font-weight: 400; letter-spacing: -.05em; line-height: .94; }
.menu-closing__inner > p { max-width: 510px; margin: 0 0 6px; color: rgba(255, 255, 255, .76); font-size: 1.02rem; line-height: 1.8; }

.cart-items { display: grid; gap: 36px; }
.cart-item > .row { margin: 0; display: grid; grid-template-columns: clamp(280px, 28vw, 320px) minmax(0, 1fr); }
.cart-item > .row > * { width: auto; max-width: none; padding: 0; }
.cart-item__media { min-height: 280px; }
.cart-item__media .product-card__image { aspect-ratio: auto; }
.cart-item__content { min-width: 0; }
.cart-item .product-card__body { padding: 32px 34px; }
.cart-item .product-card__heading { display: block; }
.cart-item .product-card__heading h3 { max-width: none; overflow-wrap: anywhere; }
.cart-item .product-card__description { min-height: 0; margin-bottom: auto; }
.cart-item__footer { display: grid; grid-template-columns: auto auto minmax(72px, 1fr); align-items: end; gap: 24px; }
.cart-item__quantity, .cart-item__unit-price { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.cart-item__label { color: rgba(29, 27, 23, .6); font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cart-item__quantity-value { min-width: 44px; }
.cart-item__unit-price .product-card__price { line-height: 44px; }
.cart-item__remove { align-self: end; justify-self: end; margin-bottom: 11px; }

@media (max-width: 991.98px) {
  .site-shell { width: min(100% - 36px, 1380px); }
  .site-header:has(.show) { color: var(--ink); background: var(--paper); }
  .site-nav__collapse { position: absolute; top: 86px; right: 0; left: 0; padding: 25px 24px 30px; color: var(--ink); background: var(--paper); box-shadow: 0 18px 30px rgba(29,27,23,.12); }
  .site-nav__links { margin: 0 0 18px; gap: 2px; }
  .site-nav__links .nav-link { padding-block: 12px !important; border-bottom: 1px solid var(--line); }
  .site-nav__account { align-items: stretch; gap: 8px; }
  .site-nav__account .button { width: 100%; color: white; background: var(--espresso); }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .story { grid-template-columns: 1fr; }
  .story__stamp { right: 28px; bottom: -50px; }
  .catering { grid-template-columns: 1fr; }
  .menu-tools { grid-template-columns: 1fr; align-items: stretch; }
  .menu-filters { min-width: 0; }
  .menu-results { grid-column: auto; }
  .menu-group__heading { grid-template-columns: 1fr; gap: 20px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-closing__inner { grid-template-columns: 1fr; gap: 30px; }
  .coffee-recommendations { grid-template-columns: 1fr; gap: 26px; }
  .coffee-recommendations__answer { padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.28); border-left: 0; }
  .coffee-recommendation-grid { grid-column: auto; padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.28); border-left: 0; }
  .site-footer__grid { grid-template-columns: 1.7fr 1fr 1fr; }
  .site-footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 767.98px) {
  html { scroll-padding-top: 82px; }
  .site-shell { width: min(100% - 28px, 1380px); }
  .announcement-bar { min-height: 30px; padding: 6px 12px; }
  .announcement-bar p { display: none; }
  .site-header { top: 30px; }
  .site-header.is-scrolled { top: 0; }
  .site-nav, .site-nav__inner { min-height: 76px; }
  .site-nav__collapse { top: 76px; }
  .brand__mark { width: 37px; height: 37px; }
  .brand__mark svg { width: 27px; height: 27px; }
  .brand__text strong { font-size: 1.15rem; }
  .brand__text small { font-size: .46rem; }
  .menu-hero, .menu-hero__content { min-height: 560px; }
  .menu-hero__content { padding-top: 150px; padding-bottom: 72px; }
  .menu-hero h1 { font-size: clamp(3.8rem, 17vw, 5.4rem); }
  .menu-tools { padding: 24px 20px; gap: 24px; }
  .coffee-agency { right: 14px; bottom: 14px; }
  .coffee-agency__launcher--guest { right: 14px; bottom: 14px; }
  .coffee-agency__form { grid-template-columns: 1fr; }
  .coffee-recommendation-grid { grid-template-columns: 1fr; }
  .menu-filters__buttons { display: grid; grid-template-columns: repeat(3, 1fr); }
  .menu-filter { min-width: 0; padding-inline: 10px; }
  .menu-group { margin-top: 75px; }
  .menu-group__heading { margin-bottom: 28px; }
  .product-grid { grid-template-columns: 1fr; gap: 20px; }
  .product-card__body { padding: 24px 22px 22px; }
  .product-card__description, .product-card__badges { min-height: 0; }
  .product-card__footer { align-items: stretch; flex-direction: column; }
  .product-card__button { width: 100%; }
  .menu-pagination { gap: 8px; justify-content: space-between; }
  .menu-pagination button { min-width: 40px; padding-inline: 9px; }
  .menu-pagination__direction { min-width: 92px !important; font-size: .6rem !important; }
  .cart-items { gap: 26px; }
  .cart-item > .row { grid-template-columns: 1fr; }
  .cart-item__media { min-height: 0; }
  .cart-item__media .product-card__image { height: auto !important; aspect-ratio: 4 / 3; }
  .cart-item .product-card__body { padding: 26px 22px 24px; }
  .cart-item__footer { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
  .cart-item__quantity { grid-column: 1 / -1; }
  .cart-item__remove { justify-self: end; }
  .hero, .hero__content { min-height: 740px; }
  .hero__content { padding-top: 170px; padding-bottom: 120px; justify-content: flex-end; }
  .hero h1 { width: 100%; max-width: 100%; font-size: clamp(3.45rem, 15vw, 4.5rem); line-height: .9; }
  .hero__intro { max-width: 390px; margin-top: 26px; font-size: .96rem; }
  .hero__actions { width: 100%; margin-top: 30px; flex-direction: column; align-items: flex-start; gap: 24px; }
  .hero__scroll { display: none; }
  .hero__controls { bottom: 28px; }
  .promise-strip__track { padding-block: 13px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2, .story h2, .catering h2, .values-heading h2, .closing-banner h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .category-grid { grid-template-columns: 1fr; }
  .category-card__content { right: 24px; bottom: 27px; left: 24px; }
  .menu-note { flex-direction: column; }
  .story__content { padding: 90px 28px 75px; }
  .catering__panel { padding: 75px 28px; }
  .values-heading { align-items: flex-start; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card, .value-card:first-child { min-height: 250px; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-card:last-child { border-bottom: 0; }
  .value-card h3 { margin-top: 50px; }
  .closing-banner { min-height: 600px; }
  .site-footer { padding-top: 70px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 45px 28px; }
  .site-footer__brand { grid-column: 1 / 3; }
  .site-footer__grid > div:last-child { grid-column: 1 / 3; }
  .site-footer__bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
