/** Shopify CDN: Minification failed

Line 23:0 All "@import" rules must come first

**/
/* Smooth scrolling & performance */
html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }
img { will-change: auto; }

/* Smooth page transitions */
.product-card { will-change: transform; }
.product-card__image { will-change: transform; }
.category-grid__card img { will-change: transform; }
.hero__slide { will-change: opacity; }
.hero__slide img { will-change: transform; transform-origin: center center; transform: scale(1); }
.hero__slide.active img { animation: heroZoomIn 8s linear forwards; }
@keyframes heroZoomIn {
  from { transform: scale(1); }
  to { transform: scale(1.1); }
}

@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap');

:root {
  --brand: #79593a;
  --brand-dark: #5e4630;
  --gold: #c89530;
  --gold-light: #d4a017;
  --green: #22883a;
  --red: #c0392b;
  --amber: #e8a020;
  --dark: #1a1a1a;
  --gray: #888;
  --gray-light: #999;
  --light-bg: #f5f5f3;
  --warm-bg: #f5f3f0;
  --border: #e5e5e5;
  --border-light: #eee;
  --text-secondary: #555;
  --text-muted: #666;
  --divider: #d4c9b8;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Zilla Slab', serif; color: var(--dark); background: #fff; min-height: 100vh; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { font-family: 'Zilla Slab', serif; cursor: pointer; }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: var(--brand); color: #fff; border: none; font-family: 'Zilla Slab', serif; font-size: 14px; font-weight: 500; cursor: pointer; letter-spacing: .5px; transition: background .2s; text-decoration: none; }
.btn:hover { background: var(--brand-dark); }
.btn--outline { background: transparent; color: var(--dark); border: 1px solid var(--brand); }
.btn--outline:hover { background: var(--brand); color: #fff; border-color: var(--brand); }

.announcement-bar { background: var(--amber); color: #fff; text-align: center; padding: 10px 48px; font-size: 14px; position: fixed; top: 0; left: 0; right: 0; line-height: 1.4; z-index: 200; transition: transform .3s ease; }
.announcement-bar__close { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); background: none; border: none; color: #fff; font-size: 20px; cursor: pointer; opacity: .85; }
.announcement-bar__close:hover { opacity: 1; }

.site-header { display: flex; align-items: center; justify-content: space-between; padding: 10px 40px; background: transparent; border-bottom: none; position: sticky; top: 0; z-index: 150; transition: background .3s ease, box-shadow .3s ease; }

.site-header--sticky .site-header__logo { height: var(--logo-height, 80px) !important; }
#header-spacer { display: none !important; }
.site-header__logo { height: var(--logo-height, 80px) !important; min-height: 56px; object-fit: contain; transition: opacity .3s; max-width: 360px; width: auto; }
.site-header__logo--transparent { display: block; }
.site-header__logo--scrolled { display: none; }
.site-header--transparent:hover .site-header__logo--transparent,
.site-header--sticky .site-header__logo--transparent { display: none; }
.site-header--transparent:hover .site-header__logo--scrolled,
.site-header--sticky .site-header__logo--scrolled { display: block; }
.site-header__icons { display: flex; align-items: center; gap: 20px; }
.site-header__btn { background: none; border: none; padding: 4px; color: var(--dark); display: flex; transition: opacity .2s, color .3s; position: relative; }
.site-header__btn:hover { opacity: .6; }
.site-header--transparent .site-header__btn { color: #fff; }
.site-header--transparent .site-header__btn svg { stroke: #fff; }
.site-header--transparent:hover .site-header__btn,
.site-header--sticky .site-header__btn { color: var(--dark); }
.site-header--transparent:hover .site-header__btn svg,
.site-header--sticky .site-header__btn svg { stroke: var(--dark); }
.cart-badge { position: absolute; top: -4px; right: -6px; background: var(--amber); color: #fff; font-size: 10px; font-weight: 600; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

.hero { position: relative; width: 100%; height: 100vh; min-height: 520px; overflow: hidden; background: #2a2a2a; padding-top: 0; }
.hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity .8s; }
.hero__slide.active { opacity: 1; }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.18); }
.hero__content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; z-index: 2; }
.hero__text { font-size: 48px; font-weight: 400; color: #fff; text-align: center; line-height: 1.25; white-space: pre-line; }
.hero__btn { padding: 14px 40px; background: var(--brand); color: #fff; border: none; font-family: 'Zilla Slab', serif; font-size: 14px; font-weight: 500; cursor: pointer; letter-spacing: 1px; transition: background .3s; text-transform: uppercase; text-decoration: none; display: inline-block; }
.hero__btn:hover { background: var(--brand-dark); }
.hero__controls { position: absolute; bottom: 24px; left: 28px; display: flex; align-items: center; gap: 12px; z-index: 10; }
.hero__pause { background: none; border: none; cursor: pointer; padding: 2px; display: flex; }
.hero__dot { width: 10px; height: 10px; border-radius: 50%; border: 1.5px solid #fff; background: transparent; cursor: pointer; padding: 0; transition: background .3s; }
.hero__dot.active { background: #fff; }
.hero__progress { position: absolute; bottom: 28px; right: 40px; width: 80px; height: 2px; background: rgba(255,255,255,.3); z-index: 10; }
.hero__progress-fill { height: 100%; background: #fff; transition: width .3s; }

.description-section { padding: 80px 40px; background: var(--light-bg); }
.description-section__inner { max-width: 860px; margin: 0 auto; }
.description-section__text { font-size: 26px; font-weight: 400; line-height: 1.55; }

.products-section { padding: 60px 40px 80px; background: #fff; }
.products-section__inner { max-width: 1100px; margin: 0 auto; }
.products-tabs { display: flex; border-bottom: 1px solid var(--border); margin-bottom: 48px; align-items: center; }
.products-tab { padding: 14px 24px; background: none; border: none; cursor: pointer; font-family: 'Zilla Slab', serif; font-size: 16px; font-weight: 500; color: var(--gray-light); position: relative; transition: color .3s; }
.products-tab:first-child { padding-left: 0; }
.products-tab.active { color: var(--dark); }
.products-tab.active::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: var(--brand); }
.products-tab:hover { color: var(--dark); }
.products-tabs__viewall { margin-left: auto; font-size: 15px; text-decoration: none; color: var(--dark); transition: opacity .2s; padding: 14px 0; }
.products-tabs__viewall:hover { opacity: .6; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card { cursor: pointer; text-decoration: none; color: inherit; display: block; }
.product-card__image-wrap { position: relative; overflow: hidden; background: var(--warm-bg); margin-bottom: 12px; aspect-ratio: 1; }
.product-card__image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.product-card:hover .product-card__image { transform: scale(1.03); }
.product-card__badge { position: absolute; top: 14px; left: 14px; font-size: 12px; font-weight: 500; color: var(--gold); background: rgba(255,255,255,.92); padding: 4px 10px; z-index: 2; }
.product-card__badge--bestseller, .product-card__badge--popular { color: var(--gold-light); }
.product-card__badge--new { color: var(--green); }
.product-card__badge--classic { color: var(--dark); }
.product-card__sold-out { position: absolute; top: 14px; right: 14px; font-size: 12px; font-weight: 500; color: var(--dark); background: rgba(255,255,255,.92); padding: 4px 10px; z-index: 2; }
.product-card__sale-badge { position: absolute; top: 14px; right: 14px; font-size: 11px; font-weight: 600; color: #fff; background: var(--red); padding: 4px 10px; z-index: 2; letter-spacing: .5px; text-transform: uppercase; }
.product-card__footer { display: flex; justify-content: space-between; align-items: flex-start; }
.product-card__meta { flex: 1; }
.product-card__name { font-family: Helvetica, Arial, sans-serif; font-size: 15px; margin-bottom: 4px; }
.product-card__price { font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: 700; color: var(--brand); }
.product-card__price--old { font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: 400; color: #aaa; text-decoration: line-through; margin-right: 6px; }
.product-card__price--sale { font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: 700; color: var(--red); }
.product-card__add { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; color: var(--dark); transition: opacity .2s; }
.product-card__add:hover { opacity: .5; }

.location-section { padding: 100px 40px; background: var(--light-bg); }
.location-section__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; background: #fff; }
.location-section__image-wrap { position: relative; min-height: 460px; }
.location-section__image { width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; inset: 0; }
.location-section__content { padding: 56px 52px; display: flex; flex-direction: column; justify-content: center; }
.location-section__label { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gray-light); margin-bottom: 12px; }
.location-section__title { font-size: 32px; font-weight: 400; margin-bottom: 24px; line-height: 1.3; }
.location-section__divider { width: 40px; height: 1px; background: var(--divider); margin-bottom: 24px; }
.location-section__address { font-size: 15px; line-height: 1.7; color: var(--text-secondary); margin-bottom: 6px; }
.location-section__hours-label { font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 20px; margin-bottom: 10px; }
.location-section__hours { font-size: 14px; line-height: 1.8; color: var(--text-secondary); }
.location-section__buttons { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.location-section__map { max-width: 1100px; margin: 0 auto; }
.location-section__map iframe { width: 100%; height: 280px; border: 0; display: block; }

.dual-banner { position: relative; width: 100%; }
.dual-banner__grid { display: grid; grid-template-columns: 1fr 1fr; }
.dual-banner__image { height: 520px; overflow: hidden; }
.dual-banner__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dual-banner__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.15); display: flex; align-items: center; justify-content: center; z-index: 2; pointer-events: none; }
.dual-banner__heading { font-size: 40px; font-weight: 400; color: #fff; }
.dual-banner__dots { position: absolute; bottom: 22px; right: 28px; display: flex; gap: 10px; z-index: 3; }
.dual-banner__dot { width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid #fff; background: transparent; }
.dual-banner__dot.active { background: #fff; }

.story-text { padding: 80px 40px; background: #fff; }
.story-text__inner { max-width: 860px; margin: 0 auto; }
.story-text__content { font-size: 24px; font-weight: 400; line-height: 1.6; }

.category-grid { padding: 80px 40px; background: #fff; }
.category-grid__inner { max-width: 1100px; margin: 0 auto; }
.category-grid__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.category-grid__card { position: relative; overflow: hidden; cursor: pointer; aspect-ratio: 4/3; display: block; }
.category-grid__card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s; }
.category-grid__card:hover img { transform: scale(1.04); }
.category-grid__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.12); transition: background .3s; }
.category-grid__card:hover .category-grid__overlay { background: rgba(0,0,0,.22); }
.category-grid__title { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; font-size: 22px; font-weight: 500; color: #fff; pointer-events: none; padding-bottom: 6px; border-bottom: 2px solid transparent; transition: border-color .3s; text-align: center; white-space: nowrap; }
.category-grid__card:hover .category-grid__title { border-bottom-color: #fff; }
.category-grid__label { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; text-align: center; }
.category-grid__label-text { font-size: 22px; font-weight: 500; color: #fff; padding-bottom: 6px; border-bottom: 2px solid transparent; transition: border-color .3s; white-space: nowrap; }
.category-grid__card:hover .category-grid__label-text { border-bottom-color: #fff; }

.full-width-images { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
.full-width-images__item { height: 580px; overflow: hidden; }
.full-width-images__item img { width: 100%; height: 100%; object-fit: cover; display: block; }

.about-section { padding: 100px 40px; background: #fff; }
.about-section__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-section__image { width: 100%; height: 520px; object-fit: cover; display: block; }
.about-section__text p { font-size: 15px; line-height: 1.75; color: #444; margin-bottom: 20px; }
.about-section__text p:last-child { margin-bottom: 0; }

.chef-banner { width: 100%; height: 680px; overflow: hidden; background: #f0eeeb; margin-bottom: 80px; }
.chef-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }

.wholesale-section { padding: 100px 40px; background: var(--light-bg); }
.wholesale-section__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.wholesale-section__label { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; font-weight: 500; }
.wholesale-section__title { font-size: 32px; font-weight: 400; margin-bottom: 20px; line-height: 1.3; }
.wholesale-section__desc { font-size: 15px; line-height: 1.75; color: var(--text-secondary); margin-bottom: 32px; }
.wholesale-section__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 32px; }
.wholesale-section__card { display: flex; align-items: center; gap: 12px; padding: 16px 20px; background: #fff; border: 1px solid #e8e4de; transition: border-color .3s; }
.wholesale-section__card:hover { border-color: var(--gold); }
.wholesale-section__card-icon { font-size: 22px; flex-shrink: 0; }
.wholesale-section__card-text { font-size: 14px; font-weight: 500; color: var(--dark); }
.wholesale-section__image-wrap { overflow: hidden; height: 520px; }
.wholesale-section__image { width: 100%; height: 100%; object-fit: cover; display: block; }

.blog-section { padding: 80px 40px 100px; background: #fff; }
.blog-section__inner { max-width: 1100px; margin: 0 auto; }
.blog-section__title { font-size: 20px; font-weight: 500; margin-bottom: 48px; }
.blog-section__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 32px; }
.blog-card { cursor: pointer; text-decoration: none; color: inherit; display: block; }
.blog-card__image { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; margin-bottom: 16px; transition: opacity .3s; }
.blog-card:hover .blog-card__image { opacity: .9; }
.blog-card__meta { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; font-size: 13px; color: var(--gray); }
.blog-card__tag { color: var(--gold); font-weight: 500; cursor: pointer; transition: opacity .2s; }
.blog-card__tag:hover { opacity: .7; }
.blog-card__title { font-size: 20px; font-weight: 500; margin-bottom: 8px; line-height: 1.4; }
.blog-card__read-more { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 400; color: var(--dark); text-decoration: none; cursor: pointer; transition: opacity .2s; }
.blog-card__read-more:hover { opacity: .6; }
.blog-card__arrow { display: inline-block; transition: transform .3s; }
.blog-card:hover .blog-card__arrow { transform: translateX(4px); }

.newsletter-section { padding: 100px 40px; background: var(--dark); text-align: center; }
.newsletter-section__inner { max-width: 520px; margin: 0 auto; }
.newsletter-section__label { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 500; }
.newsletter-section__title { font-size: 30px; font-weight: 400; color: #fff; margin-bottom: 14px; line-height: 1.3; }
.newsletter-section__desc { font-size: 15px; line-height: 1.7; color: var(--gray-light); margin-bottom: 36px; }
.newsletter-section__form { display: flex; gap: 0; border: 1px solid #444; overflow: hidden; }
.newsletter-section__input { flex: 1; padding: 16px 20px; background: transparent; border: none; font-family: 'Zilla Slab', serif; font-size: 15px; color: #fff; outline: none; }
.newsletter-section__input::placeholder { color: var(--text-muted); }
.newsletter-section__btn { padding: 16px 32px; background: var(--brand); color: #fff; border: none; font-family: 'Zilla Slab', serif; font-size: 14px; font-weight: 500; cursor: pointer; letter-spacing: .5px; transition: background .2s; white-space: nowrap; }
.newsletter-section__btn:hover { background: var(--brand-dark); }
.newsletter-section__note { font-size: 12px; color: var(--text-secondary); margin-top: 16px; letter-spacing: .3px; }

.site-footer { background: var(--light-bg); padding: 80px 40px 40px; }
.site-footer__inner { max-width: 1100px; margin: 0 auto; }
.site-footer__top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 60px; border-bottom: 1px solid #ddd; }
.site-footer__heading { font-size: 16px; font-weight: 500; margin-bottom: 16px; }
.site-footer__text { font-size: 14px; line-height: 1.7; color: var(--text-muted); }
.site-footer__col { display: flex; flex-direction: column; gap: 8px; }
.site-footer__link { font-size: 14px; color: var(--text-muted); text-decoration: none; transition: color .2s; }
.site-footer__link:hover { color: var(--dark); }
.site-footer__bottom { display: flex; justify-content: space-between; align-items: flex-end; padding-top: 32px; flex-wrap: wrap; gap: 24px; }
.site-footer__logo-wrap {}
.site-footer__logo-img { height: 80px; object-fit: contain; margin-bottom: 8px; }
.site-footer__copyright { font-size: 12px; color: var(--gray); margin-bottom: 12px; }
.site-footer__social { display: flex; gap: 16px; }
.site-footer__social-link { color: var(--gray); transition: color .2s; display: flex; }
.site-footer__social-link:hover { color: var(--dark); }
.site-footer__payments { display: flex; gap: 8px; flex-wrap: wrap; align-items: flex-end; }
.site-footer__payment-icon { display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; height: 28px; width: 44px; }

.mobile-menu { position: fixed; inset: 0; background: var(--light-bg); z-index: 999; display: none; flex-direction: column; overflow-y: auto; }
.mobile-menu.active { display: flex; }
.mobile-menu__header { display: flex; align-items: center; justify-content: flex-end; padding: 22px 40px; gap: 20px; }
.mobile-menu__close { background: none; border: none; padding: 4px; color: var(--dark); display: flex; cursor: pointer; transition: opacity .2s; }
.mobile-menu__close:hover { opacity: .6; }
.mobile-menu__nav { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 0 40px; }
.mobile-menu__link { font-family: 'Zilla Slab', serif; font-size: 36px; font-weight: 400; color: var(--dark); transition: opacity .2s; display: flex; align-items: center; gap: 8px; }
.mobile-menu__link:hover { opacity: .6; }
.mobile-menu__social { padding: 40px; display: flex; justify-content: center; gap: 20px; }
.mobile-menu__social a { color: #555; display: flex; transition: color .2s; }
.mobile-menu__social a:hover { color: var(--dark); }

.cart-drawer-bg { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 998; }
.cart-drawer-bg.active { display: block; }
.cart-overlay { position: fixed; top: 0; right: -440px; width: 420px; height: 100vh; background: #fff; z-index: 999; display: flex; flex-direction: column; box-shadow: -4px 0 24px rgba(0,0,0,.12); transition: right .3s ease; }
.cart-overlay.active { right: 0; }
.cart-overlay__header { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid #e5e5e5; flex-shrink: 0; }
.cart-overlay__title { font-size: 16px; font-weight: 500; margin: 0; }
.cart-overlay__body { flex: 1; overflow-y: auto; display: flex; flex-direction: column; }
.cart-overlay__items { flex: 1; padding: 0 24px; }
.cart-overlay__empty { font-size: 15px; color: var(--gray); padding: 40px 24px; text-align: center; }
.cart-overlay__item { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid #e5e5e5; align-items: flex-start; }
.cart-overlay__item-img { width: 80px; height: 80px; object-fit: cover; flex-shrink: 0; }
.cart-overlay__item-info { flex: 1; min-width: 0; }
.cart-overlay__item-name { font-size: 14px; font-weight: 500; margin-bottom: 4px; line-height: 1.4; }
.cart-overlay__item-price { font-size: 14px; color: var(--brand); font-weight: 600; margin-bottom: 8px; }
.cart-overlay__item-qty { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.cart-overlay__qty-btn { width: 28px; height: 28px; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; text-decoration: none; color: var(--dark); font-size: 18px; transition: border-color .2s; line-height: 1; }
.cart-overlay__qty-btn:hover { border-color: var(--dark); }
.cart-overlay__remove { font-size: 12px; color: #aaa; text-decoration: underline; cursor: pointer; }
.cart-overlay__remove:hover { color: var(--red); }
.cart-overlay__item-total { font-size: 14px; font-weight: 600; color: var(--dark); flex-shrink: 0; }
.cart-overlay__footer { padding: 20px 24px; border-top: 1px solid #e5e5e5; flex-shrink: 0; background: #fff; }
.cart-overlay__subtotal { display: flex; justify-content: space-between; font-size: 16px; font-weight: 600; margin-bottom: 8px; }
@media (max-width: 480px) { .cart-overlay { width: 100vw; right: -100vw; } }

.search-overlay { position: fixed; inset: 0; background: var(--light-bg); z-index: 999; display: none; flex-direction: column; overflow-y: auto; }
.search-overlay.active { display: flex; }
.search-overlay__header { display: flex; justify-content: flex-end; padding: 22px 40px; }
.search-overlay__body { flex: 1; display: flex; flex-direction: column; align-items: center; padding: 60px 40px 40px; }
.search-overlay__title { font-size: 22px; font-weight: 500; margin-bottom: 40px; }
.search-overlay__bar { width: 100%; max-width: 540px; display: flex; align-items: center; border-bottom: 1.5px solid var(--dark); padding-bottom: 8px; margin-bottom: 80px; }
.search-overlay__input { flex: 1; background: none; border: none; font-family: 'Zilla Slab', serif; font-size: 16px; color: var(--dark); outline: none; padding: 8px 0; }
.search-overlay__input::placeholder { color: var(--gray-light); }
.search-overlay__submit { background: none; border: none; cursor: pointer; color: var(--dark); display: flex; padding: 4px; transition: opacity .2s; }
.search-overlay__submit:hover { opacity: .6; }

.quick-view-bg { position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 24px; }
.quick-view { background: #fff; max-width: 720px; width: 100%; display: grid; grid-template-columns: 1fr 1fr; position: relative; max-height: 90vh; overflow: hidden; }
.quick-view__close { position: absolute; top: 16px; right: 16px; background: none; border: none; cursor: pointer; color: var(--dark); z-index: 2; padding: 4px; transition: opacity .2s; }
.quick-view__close:hover { opacity: .6; }
.quick-view__image { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 400px; }
.quick-view__info { padding: 40px 32px; display: flex; flex-direction: column; justify-content: center; }
.quick-view__badge { font-size: 13px; font-weight: 500; color: var(--gold); margin-bottom: 4px; }
.quick-view__name { font-size: 20px; font-weight: 500; margin-bottom: 8px; }
.quick-view__price { font-size: 16px; font-weight: 400; margin-bottom: 20px; color: var(--text-secondary); }
.quick-view__atc { width: 100%; padding: 14px; background: transparent; color: var(--dark); border: 1px solid var(--brand); font-family: 'Zilla Slab', serif; font-size: 14px; cursor: pointer; transition: all .2s; margin-bottom: 10px; }
.quick-view__atc:hover { background: var(--brand); color: #fff; border-color: var(--brand); }
.quick-view__buy { width: 100%; padding: 14px; background: var(--brand); color: #fff; border: none; font-family: 'Zilla Slab', serif; font-size: 14px; cursor: pointer; transition: background .2s; font-weight: 500; }
.quick-view__buy:hover { background: var(--brand-dark); }

.products-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--border); margin-top: 48px; padding-top: 20px; }
.products-bottom__label { font-size: 16px; font-weight: 500; }
.products-bottom__viewall { font-size: 15px; text-decoration: none; color: var(--dark); transition: opacity .2s; }
.products-bottom__viewall:hover { opacity: .6; }

.dual-full { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.dual-full__item { position: relative; display: block; overflow: hidden; aspect-ratio: 5/4; }
.dual-full__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s; }
.dual-full__item:hover img { transform: scale(1.04); }
.dual-full__label { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; text-align: center; }
.dual-full__label-text { font-size: 22px; font-weight: 500; color: #fff; padding-bottom: 6px; border-bottom: 2px solid transparent; transition: border-color .3s; }
.dual-full__item:hover .dual-full__label-text { border-bottom-color: #fff; }
@media (max-width: 768px) { .dual-full { grid-template-columns: 1fr; } }

.ws-cta { padding: 100px 40px; background: #fff; }
.ws-cta__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.ws-cta__label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #a0784a; margin-bottom: 16px; }
.ws-cta__title { font-size: 38px; font-weight: 400; line-height: 1.2; color: var(--dark); margin-bottom: 20px; }
.ws-cta__subtitle { font-size: 16px; color: #666; line-height: 1.75; margin-bottom: 28px; }
.ws-cta__bullets { list-style: none; padding: 0; margin: 0 0 36px; display: flex; flex-direction: column; gap: 10px; }
.ws-cta__bullets li { font-size: 15px; color: #444; padding-left: 20px; position: relative; }
.ws-cta__bullets li::before { content: '—'; position: absolute; left: 0; color: #a0784a; }
.ws-cta__btn { display: inline-block; background: var(--dark); color: #fff; padding: 14px 32px; font-size: 14px; letter-spacing: .06em; text-decoration: none; transition: opacity .2s; }
.ws-cta__btn:hover { opacity: .75; }
.ws-cta__image { overflow: hidden; aspect-ratio: 4/3; }
.ws-cta__image img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 768px) {
  .ws-cta { padding: 64px 24px; }
  .ws-cta__inner { grid-template-columns: 1fr; gap: 40px; }
  .ws-cta__title { font-size: 28px; }
}

.ws-hero { position: relative; width: 100%; height: 520px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ws-hero__bg { position: absolute; inset: 0; }
.ws-hero__bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ws-hero__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.ws-hero__content { position: relative; z-index: 2; text-align: center; padding: 0 24px; max-width: 760px; }
.ws-hero__label { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-bottom: 16px; }
.ws-hero__title { font-size: 42px; font-weight: 600; color: #fff; line-height: 1.2; margin-bottom: 16px; }
.ws-hero__subtitle { font-size: 16px; color: rgba(255,255,255,.8); line-height: 1.7; margin-bottom: 24px; }
.ws-hero__bullets { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.ws-hero__bullet { font-size: 13px; color: rgba(255,255,255,.85); letter-spacing: .06em; padding: 6px 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 40px; }
.ws-hero__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.ws-hero__btn { padding: 14px 32px; font-size: 14px; letter-spacing: .06em; text-decoration: none; transition: all .2s; }
.ws-hero__btn--primary { background: #fff; color: #1a1a1a; }
.ws-hero__btn--primary:hover { background: #f0ebe3; }
.ws-hero__btn--outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.6); }
.ws-hero__btn--outline:hover { background: rgba(255,255,255,.1); }
@media (max-width: 768px) {
  .ws-hero { height: auto; padding: 80px 24px; }
  .ws-hero__title { font-size: 28px; }
}

@media (max-width: 900px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .location-section__inner { grid-template-columns: 1fr; }
  .location-section__image-wrap { min-height: 320px; }
  .dual-banner__grid { grid-template-columns: 1fr; }
  .dual-banner__image { height: 360px; }
  .category-grid__grid { gap: 24px; }
  .full-width-images { grid-template-columns: 1fr; }
  .full-width-images__item { height: 400px; }
  .about-section__inner { grid-template-columns: 1fr; gap: 40px; }
  .about-section__image { height: 400px; }
  .chef-banner { height: 500px; }
  .blog-section__grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .wholesale-section__inner { grid-template-columns: 1fr; gap: 40px; }
  .wholesale-section__image-wrap { height: 400px; }
  .site-footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .quick-view { grid-template-columns: 1fr; max-height: 95vh; overflow-y: auto; }
  .quick-view__image { min-height: 280px; }
  .site-header { padding: 8px 20px; }
  .hero { height: 100vh; height: 100svh; min-height: 600px; aspect-ratio: auto; }
  .hero__text { font-size: 32px; padding: 0 24px; }
  .announcement-bar { font-size: 12px; padding: 9px 40px 9px 16px; }
  .description-section { padding: 56px 24px; }
  .description-section__text { font-size: 21px; }
  .hero__controls { bottom: 18px; left: 18px; gap: 10px; }
  .hero__progress { right: 20px; bottom: 22px; }
  .products-section { padding: 48px 24px 64px; }
  .products-tabs { overflow-x: auto; }
  .products-tab { font-size: 14px; padding: 12px 16px; white-space: nowrap; }
  .location-section { padding: 64px 24px; }
  .location-section__content { padding: 40px 28px; }
  .location-section__title { font-size: 26px; }
  .dual-banner__heading { font-size: 30px; }
  .story-text { padding: 56px 24px; }
  .story-text__content { font-size: 20px; }
  .category-grid { padding: 48px 24px; }
  .category-grid__grid { grid-template-columns: 1fr; gap: 20px; }
  .category-grid__title { font-size: 18px; }
  .full-width-images__item { height: 320px; }
  .about-section { padding: 64px 24px; }
  .about-section__image { height: 340px; }
  .chef-banner { height: 420px; }
  .blog-section__grid { grid-template-columns: 1fr; gap: 40px; }
  .blog-section { padding: 56px 24px 80px; }
  .wholesale-section { padding: 64px 24px; }
  .wholesale-section__title { font-size: 26px; }
  .wholesale-section__image-wrap { height: 340px; }
  .newsletter-section { padding: 64px 24px; }
  .newsletter-section__title { font-size: 24px; }
  .newsletter-section__form { flex-direction: column; }
  .newsletter-section__btn { width: 100%; }
  .site-footer { padding: 56px 24px 32px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 28px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .products-grid { grid-template-columns: 1fr; }
  .hero__text { font-size: 26px; }
  .site-header__icons { gap: 14px; }
  .location-section__buttons { flex-direction: column; }
  .dual-banner__heading { font-size: 24px; }
  .dual-banner__image { height: 280px; }
  .full-width-images__item { height: 260px; }
  .chef-banner { height: 340px; }
}

/* GLOBAL TYPOGRAPHY */
.location-section__title, .dual-banner__heading, .wholesale-section__title, .newsletter-section__title, .blog-section__title, .about-section__title, .ws-hero__title { font-size: 28px !important; font-weight: 400 !important; line-height: 1.35 !important; text-transform: none !important; letter-spacing: 0 !important; }
.blog-card__title { font-size: 16px !important; font-weight: 500 !important; line-height: 1.4 !important; }
.description-section__text, .story-text__content { font-size: 22px !important; font-weight: 400 !important; line-height: 1.6 !important; }
.location-section__address, .location-section__hours, .about-section__text p, .wholesale-section__desc, .newsletter-section__desc, .ws-hero__subtitle { font-size: 16px !important; line-height: 1.75 !important; }
.location-section__label, .wholesale-section__label, .newsletter-section__label, .ws-hero__label { font-size: 11px !important; letter-spacing: .14em !important; }
.product-card__name { font-size: 15px !important; font-weight: 500 !important; line-height: 1.4 !important; text-transform: none !important; }
.category-grid__label-text, .category-grid__title { font-size: 20px !important; font-weight: 400 !important; letter-spacing: .02em !important; }

.product-card__image--hover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .4s ease; }
.product-card__image-wrap:hover .product-card__image--hover { opacity: 1; }
.product-card__image-wrap:hover .product-card__image--primary { opacity: 0; }
.product-card__image--primary { transition: opacity .4s ease; }
.product-card__add-icon { transition: transform .3s ease; }
.product-card__add--active .product-card__add-icon { transform: rotate(45deg); }
.qv-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: #fff; border: 1px solid #eee; border-radius: 50%; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2; box-shadow: 0 2px 8px rgba(0,0,0,.1); transition: opacity .2s; }
.qv-arrow:hover { opacity: .7; }
.qv-arrow--prev { left: 12px; }
.qv-arrow--next { right: 12px; }
@media (max-width: 600px) {
  .products-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  .prod-rec__grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
}