:root {
	--ivory: #f5f0e7;
	--ivory-light: #fbf8f2;
	--wine: #65162b;
	--wine-dark: #3c0916;
	--olive: #58613a;
	--charcoal: #231f20;
	--muted: #6d6961;
	--line: rgba(35, 31, 32, 0.16);
	--serif: Georgia, 'Times New Roman', serif;
	--sans: 'Helvetica Neue', Arial, sans-serif;
	--shell: min(1380px, calc(100% - 128px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--ivory);
	color: var(--charcoal);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.45;
	-webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #d4a94a; outline-offset: 4px; }
[hidden] { display: none !important; }
.site-shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0);
	white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
	top: 8px; left: 8px; z-index: 99999;
	width: auto; height: auto; padding: 12px 18px; margin: 0;
	clip: auto; background: #fff; color: #000; white-space: normal;
}

.announcement-bar { background: var(--wine); color: #fff; font-size: 12px; letter-spacing: 0.015em; }
.announcement-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: center; }
.announcement-bar p { margin: 0; text-align: center; }

.site-header { position: relative; z-index: 20; background: rgba(251,248,242,.98); border-bottom: 1px solid var(--line); }
.masthead { min-height: 112px; display: grid; grid-template-columns: 250px minmax(320px, 1fr) auto; gap: clamp(24px, 4vw, 68px); align-items: center; }
.brand-lockup { display: flex; align-items: center; }
.custom-logo { width: min(220px, 100%); max-height: 82px; object-fit: contain; }
.brand-logo-link { display: block; width: min(230px, 100%); text-decoration: none; }
.brand-logo-image { width: 100%; height: auto; object-fit: contain; }
.product-search { min-height: 52px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.25); padding: 0 18px; }
.product-search .dashicons { color: var(--charcoal); }
.product-search input { width: 100%; border: 0; background: transparent; color: var(--charcoal); outline: 0; }
.product-search input::placeholder { color: #837d74; }
.header-actions { display: flex; gap: 28px; white-space: nowrap; }
.header-actions a { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; text-decoration: none; }
.header-actions .dashicons { width: 24px; height: 24px; font-size: 24px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--charcoal); }
.menu-toggle .dashicons { width: 30px; height: 30px; font-size: 30px; }
.primary-navigation { border-top: 1px solid var(--line); }
.primary-navigation .site-shell { position: relative; }
.primary-menu, .footer-menu { list-style: none; margin: 0; padding: 0; }
.primary-menu { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: clamp(46px, 7vw, 118px); }
.primary-menu > li { position: static; }
.primary-menu a { position: relative; display: block; color: var(--charcoal); font-size: 13px; text-decoration: none; }
.primary-menu > li > a { padding: 20px 0; font-weight: 650; letter-spacing: .045em; text-transform: uppercase; }
.primary-menu > li > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 13px; height: 1px; background: var(--wine); transition: right .2s ease; }
.primary-menu > li > a:hover::after, .primary-menu > li > a:focus-visible::after, .primary-menu > li:focus-within > a::after { right: 0; }
.primary-menu .sub-menu { position: absolute; z-index: 30; top: calc(100% + 1px); left: 50%; width: min(920px, 100%); display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 28px 34px; border-top: 3px solid var(--wine); background: var(--ivory-light); box-shadow: 0 18px 32px rgba(35,31,32,.14); list-style: none; opacity: 0; visibility: hidden; transform: translate(-50%, 8px); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.primary-menu .sub-menu--food { width: min(620px, 100%); grid-template-columns: repeat(3, 1fr); }
.primary-menu .sub-menu a { padding: 13px 18px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }
.primary-menu .sub-menu a:hover, .primary-menu .sub-menu a:focus-visible { color: var(--wine); background: rgba(101,22,43,.045); }
.primary-menu .menu-item-has-children:hover > .sub-menu, .primary-menu .menu-item-has-children:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); pointer-events: auto; }

.hero { position: relative; min-height: clamp(620px, 64vw, 790px); overflow: hidden; color: #fff; background: var(--wine-dark); }
.hero__media, .hero__media-item, .hero__shade { position: absolute; inset: 0; }
.hero__image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__shade { width: 58%; background: rgba(31, 3, 10, .66); }
.hero__media-item picture { display: block; width: 100%; height: 100%; }
.hero__image-link { display: block; width: 100%; height: 100%; }
.hero__image-link:focus-visible { outline: 4px solid #fff; outline-offset: -8px; }
.hero--no-overlay .hero__shade, .hero--image-only .hero__shade, .hero--image-only .hero__inner { display: none; }
.hero__inner { position: relative; z-index: 2; min-height: inherit; display: grid; align-items: center; padding-block: 72px 128px; }
.hero-slide { grid-area: 1 / 1; width: min(650px, 52%); opacity: 0; visibility: hidden; transform: translateY(12px); pointer-events: none; transition: opacity .55s ease, transform .55s ease, visibility 0s linear .55s; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; transition-delay: .12s, .12s, 0s; }
.hero__media-item { opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility 0s linear .7s; }
.hero__media-item.is-active { opacity: 1; visibility: visible; transition-delay: 0s; }
.eyebrow { margin: 0 0 19px; font-size: 13px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow--olive { color: var(--olive); }
.hero h1, .hero h2, .section h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.hero h1, .hero h2 { max-width: 640px; margin: 0 0 24px; font-size: clamp(48px, 5.35vw, 78px); line-height: .98; text-wrap: balance; }
.hero-slide__description { max-width: 430px; margin: 0 0 22px; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; }
.hero-slide__price { margin: 0 0 30px; font-size: 24px; font-weight: 700; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 30px; border: 1px solid currentColor; font-weight: 650; text-decoration: none; transition: background-color .2s ease, color .2s ease; }
.button--light { background: var(--ivory-light); color: var(--wine); border-color: var(--ivory-light); }
.button--light:hover { background: transparent; color: #fff; }
.hero__controls { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.round-control { position: absolute; top: 47%; left: 16px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(35,31,32,.3); color: #fff; pointer-events: auto; cursor: pointer; }
.round-control--next { left: auto; right: 22px; background: var(--ivory-light); color: var(--charcoal); border-color: var(--ivory-light); }
.round-control--play { top: 28px; left: auto; right: 24px; }
.hero__tabs { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; gap: 22px; }
.hero__tabs button { min-width: 72px; padding: 20px 0 22px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: rgba(255,255,255,.78); cursor: pointer; text-align: center; font-size: 13px; }
.hero__tabs button span { margin: 0; }
.hero__tabs button[aria-selected='true'] { color: #fff; border-bottom-color: #fff; }

.section { border-bottom: 1px solid var(--line); }
.mood-section { padding: clamp(54px, 6vw, 88px) 0 46px; }
.section h2 { margin: 0; color: var(--wine); font-size: clamp(42px, 4.4vw, 64px); line-height: 1.02; }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 26px; }
.category-tile { display: flex; min-width: 0; flex-direction: column; gap: 12px; align-items: center; color: var(--charcoal); text-decoration: none; }
.category-tile__image { width: 100%; height: 230px; display: flex; align-items: end; justify-content: center; overflow: hidden; }
.category-tile__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.category-tile:last-child .category-tile__image img { object-fit: cover; aspect-ratio: 4 / 5; }
.category-tile:hover .category-tile__image img { transform: translateY(-5px); }
.category-tile--bottle-left .category-tile__image img { transform:scaleX(-1); }
.category-tile--bottle-left:hover .category-tile__image img { transform:translateY(-5px) scaleX(-1); }
.category-tile > span:last-child { border-bottom: 1px solid transparent; font-size: 15px; }
.category-tile:hover > span:last-child { border-color: var(--wine); color: var(--wine); }

.collection-section { padding: clamp(68px, 7vw, 106px) 0 24px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--wine); font-weight: 650; font-size: 14px; text-decoration: underline; }
.text-link .dashicons { font-size: 16px; width: 16px; height: 16px; }
.collection-section .product-grid { margin-top: 32px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.product-card { min-width: 0; }
.product-card__image { position:relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #eee7db; }
.product-card__award-badge { position:absolute; top:12px; left:12px; z-index:1; display:inline-flex; align-items:center; gap:5px; padding:7px 10px; border:1px solid #bb9a51; border-radius:2px; background:#fff6df; color:#65501e; box-shadow:0 2px 8px #231f2010; font-size:11px; font-weight:700; letter-spacing:.025em; }
.product-card__award-badge .dashicons { width:20px; height:20px; font-size:20px; }
.product-card__image img { width: 100%; height: 100%; object-fit: contain; object-position: center; padding: 0; }
.product-card__body { padding-top: 15px; }
.product-card h3 { margin: 0 0 3px; font-size: 16px; line-height: 1.3; }
.product-card h3 a { text-decoration: none; }
.product-card__meta, .product-card__case { margin: 0; color: var(--muted); font-size: 13px; }
.product-card__price { margin: 8px 0 1px; font-weight: 700; }
.product-card .text-link { margin-top: 13px; }
.no-results { padding: 36px; border: 1px solid var(--line); text-align: center; }
.tax-note { margin: 26px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.site-footer { padding: clamp(54px, 7vw, 92px) 0 0; background: #f3eee4; }
.site-footer__newsletter { max-width: 1080px; padding: clamp(34px, 4.5vw, 58px); background: #fffdfa; text-align: center; box-shadow: 0 18px 50px rgba(61,42,31,.06); }
.site-footer__eyebrow { margin: 0 0 9px !important; color: var(--olive); font-size: 11px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.site-footer__newsletter h2 { margin: 0; color: var(--wine); font-family: var(--serif); font-size: clamp(30px, 3.2vw, 44px); font-weight: 400; line-height: 1.08; }
.site-footer__newsletter > p:not(.site-footer__eyebrow) { margin: 12px 0 25px; color: var(--muted); }
.site-footer__links { display: grid; grid-template-columns: repeat(2, minmax(220px, 300px)); justify-content: center; gap: clamp(70px, 10vw, 150px); padding-block: clamp(54px, 6vw, 82px); text-align: center; }
.site-footer__links h2 { margin: 0 0 18px; color: var(--wine); font-size: 12px; font-weight: 750; letter-spacing: .105em; text-transform: uppercase; }
.site-footer__links ul { margin: 0; padding: 0; list-style: none; }
.site-footer__links li + li { margin-top: 9px; }
.site-footer__links a { text-decoration: none; }
.site-footer__links a:hover { color: var(--wine); text-decoration: underline; }
.site-footer__socials { display: flex; justify-content: center; gap: 14px; margin-top: 20px; }
.site-footer__socials a { width: 40px; height: 40px; display: inline-grid; place-items: center; border: 1px solid rgba(101,22,43,.28); border-radius: 50%; color: var(--wine); }
.site-footer__socials a:hover { background: var(--wine); color: #fff; text-decoration: none; }
.site-footer__socials .dashicons { width: 20px; height: 20px; font-size: 20px; }
.site-footer__legal { display: flex; justify-content: space-between; align-items: center; gap: 36px; min-height: 110px; padding-block: 22px; border-top: 1px solid rgba(101,22,43,.28); color: var(--muted); font-size: 11px; }
.site-footer__identity { min-width: 0; display: flex; align-items: center; gap: 28px; }
.site-footer__identity p { max-width: 720px; margin: 0; line-height: 1.65; }
.brand-logo-link--footer { width: 146px; flex: 0 0 auto; }
.site-footer__payments { display: flex; align-items: center; gap: 9px; }
.site-footer__payments img { width: 54px; height: 34px; padding: 5px; object-fit: contain; border: 1px solid rgba(35,31,32,.12); border-radius: 3px; background: #fff; }
.generic-content { min-height: 55vh; padding-block: clamp(56px, 8vw, 110px); }
.wine-detail { padding-block: 44px 88px; }
.wine-detail__layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:clamp(32px,6vw,90px); align-items:start; }
.wine-detail__image { overflow:hidden; background:#eee7db; padding:0; }
.wine-detail__image-zoom { display:block; width:100%; margin:0; padding:0; border:0; background:transparent; overflow:hidden; cursor:zoom-in; }
.wine-detail__image img { display:block; width:100%; height:650px; object-fit:contain; transition:transform .22s ease-out; transform-origin:var(--zoom-x, 50%) var(--zoom-y, 50%); }
.wine-detail__image-zoom:focus-visible { outline:3px solid var(--wine); outline-offset:-3px; }
.product-image-lightbox { width:min(100vw, 900px); height:100dvh; max-width:none; max-height:none; margin:0 auto; padding:24px; border:0; background:rgba(21,18,18,.96); color:#fff; }
.product-image-lightbox::backdrop { background:rgba(21,18,18,.72); }
.product-image-lightbox img { display:block; width:100%; height:100%; object-fit:contain; }
.product-image-lightbox__close { position:absolute; top:16px; right:18px; z-index:1; width:44px; height:44px; border:1px solid rgba(255,255,255,.7); border-radius:50%; background:rgba(0,0,0,.32); color:#fff; font-size:32px; line-height:1; cursor:pointer; }
@media (hover:hover) and (pointer:fine) { .wine-detail__image-zoom:hover img, .wine-detail__image-zoom:focus-visible img { transform:scale(1.85); } }
.wine-detail h1 { color:var(--wine); font:400 clamp(38px,4.4vw,64px)/1.04 var(--serif); letter-spacing:-.025em; margin:0 0 24px; overflow-wrap:anywhere; }
.wine-detail__description { font-size:17px; line-height:1.7; }
.wine-detail__purchase { margin:26px 0; padding:24px 0; border-block:1px solid var(--line); }
.wine-detail__price { margin:0 0 14px; color:var(--wine); font-size:32px; font-weight:650; }
.wine-detail__price .wine-detail__unit { font-size:14px; font-weight:400; color:var(--muted); }
.wine-detail__stock, .wine-detail__case { margin:7px 0; font-size:14px; }
.wine-detail__tax { color:var(--muted); font-size:12px; }
.wine-detail__cart { margin-top:22px; }
.wine-detail__quantity-label { display:block; margin:0 0 9px; font-size:12px; font-weight:650; }
.wine-detail__cart form.cart, .wine-detail__cart-disabled { display:flex; align-items:stretch; gap:12px; margin:0; }
.wine-detail__cart .stock { display:none; }
.wine-detail__cart .quantity { margin:0 !important; float:none !important; }
.wine-detail__cart input.qty, .wine-detail__cart-disabled input { width:90px !important; height:52px; padding:10px; border:1px solid var(--line); background:#fffdfa; text-align:center; border-radius:0; }
.wine-detail__cart button.single_add_to_cart_button, .wine-detail__cart-disabled button { flex:1; min-height:52px; padding:12px 24px; border:1px solid var(--wine); border-radius:0; background:var(--wine) !important; color:#fff !important; font-size:15px; font-weight:650; }
.wine-detail__cart button.single_add_to_cart_button:hover { background:var(--wine-dark) !important; }
.wine-detail__cart button:disabled { cursor:not-allowed; background:#ded7cb !important; border-color:#ded7cb; color:#686158 !important; }
.wine-detail__availability { font-size:12px; color:var(--muted); margin:10px 0 0; }
.wine-detail__cart form.variations_form { display:block; }
.wine-detail__cart .woocommerce-variation-add-to-cart { display:flex; gap:12px; }
.wine-detail h2 { font:400 34px/1.1 var(--serif); color:var(--wine); margin:0 0 20px; }
.wine-detail__specs dl { margin:0; }
.wine-detail__specs dl > div { display:grid; grid-template-columns:1fr 1.3fr; gap:20px; padding:12px 0; border-bottom:1px solid var(--line); font-size:14px; }
.wine-detail__specs dt { color:var(--muted); }
.wine-detail__specs dd { margin:0; overflow-wrap:anywhere; }
.wine-detail__media { min-width:0; }
.product-producer { display:grid; grid-template-columns:minmax(280px, .78fr) minmax(0, 1.22fr); gap:clamp(36px, 7vw, 100px); align-items:start; margin-top:clamp(68px, 8vw, 112px); padding-top:clamp(60px, 7vw, 96px); border-top:1px solid var(--line); }
.product-producer__image { display:grid; aspect-ratio:4 / 3; place-items:center; overflow:hidden; background:linear-gradient(145deg, #e9ddca 0%, #f8f3eb 55%, #d8cfbb 100%); box-shadow:18px 18px 0 #e9ddca; }
.product-producer__image img { width:100%; height:100%; object-fit:cover; }
.product-producer__image > span { display:grid; width:118px; height:118px; place-items:center; border:1px solid rgba(101,22,43,.36); border-radius:50%; color:var(--wine); font:400 70px/1 var(--serif); }
.product-producer__content { max-width:760px; }
.product-producer__content h2 { margin:0; color:var(--wine); font:400 clamp(38px, 4.2vw, 58px)/1.03 var(--serif); }
.product-producer__intro { margin:20px 0 0; color:#554e48; font:400 clamp(19px, 1.8vw, 26px)/1.42 var(--serif); }
.product-producer__link { display:inline-flex; gap:8px; margin-top:28px; color:var(--charcoal); font-size:13px; font-weight:700; text-decoration:none; }
.product-producer__link span { color:var(--wine); font-size:16px; line-height:.8; }
.product-producer__link:hover { color:var(--wine); text-decoration:underline; text-underline-offset:.22em; }
.wine-awards { margin-top:26px; padding-top:24px; border-top:1px solid var(--line); }
.wine-awards ul { display:grid; grid-template-columns:1fr; gap:12px; list-style:none; padding:0; margin:0; }
.wine-awards li { display:flex; gap:18px; padding:24px; background:var(--ivory-light); border:1px solid var(--line); }
.wine-awards .dashicons { color:var(--olive); font-size:32px; width:32px; height:32px; flex-shrink:0; }
.wine-awards li > div { min-width:0; }
.wine-awards h2 { font-size:28px; }
.wine-awards h3 { margin:0 0 8px; color:var(--wine); font-size:22px; }
.wine-awards p, .wine-awards a { margin:5px 0; font-size:13px; overflow-wrap:anywhere; }
@media(max-width:760px) {
	.wine-detail__layout { grid-template-columns:1fr; }
	.wine-detail__image img { height:390px; }
	.product-producer { grid-template-columns:1fr; gap:30px; }
	.product-producer__image { max-width:580px; box-shadow:14px 14px 0 #e9ddca; }
	.wine-awards ul { grid-template-columns:1fr; }
	.wine-detail .breadcrumbs { font-size:10px; }
}
.generic-content h1 { margin-top: 0; color: var(--wine); font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); font-weight: 400; }
.search-results-page .product-grid { margin-top:32px; row-gap:40px; }
.search-results-page .product-card h2 { margin:0 0 4px; font-size:16px; }
.search-results-page .product-card h2 a { text-decoration:none; }
.customer-account > p { max-width:750px; color:var(--muted); }
.customer-account .woocommerce { margin-top:34px; }
.customer-account h2 { color:var(--wine); font:400 32px/1.2 var(--serif); }
.customer-account #customer_login { display:grid; grid-template-columns:1fr 1fr; gap:40px; }
.customer-account #customer_login::before, .customer-account #customer_login::after { display:none; }
.customer-account #customer_login > div { float:none; width:auto; min-width:0; }
.customer-account form.login, .customer-account form.register, .customer-account form.edit-account { padding:28px; border:1px solid var(--line); border-radius:0; background:var(--ivory-light); }
.customer-account .form-row label { display:block; font-size:14px; margin-bottom:7px; }
.customer-account .form-row input:not([type=checkbox]), .customer-account .form-row select { width:100%; min-height:48px; padding:10px 12px; border:1px solid var(--line); border-radius:0; background:#fff; font:inherit; }
.customer-account .form-row small { display:block; margin-top:6px; color:var(--muted); }
.customer-account .button { border-radius:0 !important; background:var(--wine) !important; color:#fff !important; min-height:46px; padding:13px 24px !important; }
.customer-account .woocommerce-MyAccount-navigation ul { list-style:none; margin:0; padding:0; border:1px solid var(--line); }
.customer-account .woocommerce-MyAccount-navigation a { display:block; padding:15px 20px; text-decoration:none; border-bottom:1px solid var(--line); }
.customer-account .woocommerce-MyAccount-navigation .is-active a { background:var(--wine); color:white; }
.customer-account fieldset { margin:24px 0; border:1px solid var(--line); padding:18px; }
@media(max-width:760px) {
	.customer-account #customer_login { grid-template-columns:1fr; gap:24px; }
	.customer-account form.login, .customer-account form.register, .customer-account form.edit-account { padding:20px; }
	.customer-account .woocommerce-MyAccount-navigation, .customer-account .woocommerce-MyAccount-content { float:none; width:100%; margin-bottom:24px; }
}

.catalog-hero { padding: clamp(56px, 7vw, 96px) 0 clamp(46px, 6vw, 76px); background: linear-gradient(120deg, #f6f0e7 0%, #fbf8f2 58%, #eee4d4 100%); border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 42px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumbs a { color: inherit; }
.catalog-hero .eyebrow { color: var(--olive); }
.catalog-hero h1, .story-hero h1 { max-width: 920px; margin: 0; color: var(--wine); font-family: var(--serif); font-size: clamp(52px, 7vw, 96px); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.catalog-hero__intro { max-width: 720px; margin: 24px 0 0; color: #554e48; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.42; }
.catalog-subnav { position: sticky; z-index: 10; top: 0; overflow-x: auto; border-bottom: 1px solid var(--line); background: rgba(251,248,242,.96); backdrop-filter: blur(12px); }
.admin-bar .catalog-subnav { top: 32px; }
.catalog-subnav .site-shell { display: flex; align-items: center; gap: 30px; min-width: max-content; }
.catalog-subnav a { position: relative; padding: 20px 0; color: var(--charcoal); font-size: 12px; font-weight: 700; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.catalog-subnav a:hover, .catalog-subnav a:focus-visible, .catalog-subnav a[aria-current='page'] { color: var(--wine); }
.catalog-subnav a[aria-current='page']::after { content: ''; position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: var(--wine); }
.catalog-results { padding: clamp(50px, 6vw, 88px) 0 clamp(76px, 8vw, 122px); }
.catalog-results__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.catalog-results__heading h2 { margin: 0; color: var(--wine); font-family: var(--serif); font-size: clamp(32px, 3.5vw, 48px); font-weight: 400; }
.catalog-results__heading label { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; }
.catalog-results__heading select { min-width: 190px; padding: 10px 30px 10px 12px; border: 1px solid var(--line); border-radius: 0; background-color: var(--ivory-light); color: var(--charcoal); }
.catalog-product-grid { row-gap: 52px; }
.catalog-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 44px; align-items: start; }
.catalog-results__content { min-width: 0; }
.catalog-layout .catalog-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.catalog-filters { padding: 24px; border: 1px solid var(--line); background: var(--ivory-light); }
.catalog-filters__heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 26px; }
.catalog-filters__heading h2 { margin: 0; color: var(--wine); font: 400 26px/1.1 var(--serif); }
.catalog-filters__heading a { color: var(--wine); font-size: 12px; }
.catalog-filter-field { display: block; margin: 0 0 22px; }
.catalog-filter-field > span, .catalog-filter-price legend { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.catalog-filters select, .catalog-filters input { width: 100%; min-width: 0; min-height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 0; background: #fffdfa; color: var(--charcoal); font-size: 14px; }
.catalog-filters select:disabled { opacity: 1; background: #eee8dd; color: #625b51; cursor: not-allowed; }
.catalog-filter-price { min-width: 0; margin: 0 0 22px; padding: 0; border: 0; }
.catalog-filter-price > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.catalog-filter-price label span { display: block; margin-bottom: 5px; font-size: 12px; color: var(--muted); }
.catalog-filter-price p, .catalog-filter-note { color: var(--muted); font-size: 11px; line-height: 1.5; }
.catalog-filter-note { margin: -13px 0 22px; }
.catalog-filters__apply { width: 100%; min-height: 46px; padding: 12px; border: 1px solid var(--wine); background: var(--wine); color: #fff; cursor: pointer; font-size: 13px; font-weight: 700; }
.catalog-filters__apply:hover { background: var(--wine-dark); }
@media (max-width: 1100px) {
	.catalog-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 24px; }
	.catalog-layout .catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
	.catalog-layout { grid-template-columns: 1fr; gap: 34px; }
	.catalog-filters { padding: 22px; }
}
@media (max-width: 420px) {
	.catalog-layout .catalog-product-grid { grid-template-columns: 1fr; }
}
.catalog-editor-content { max-width: 800px; margin: 80px auto 0; padding-top: 48px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 20px; line-height: 1.65; }
.producer-directory { padding: clamp(56px, 7vw, 100px) 0; }
.producer-directory h2 { margin: 0 0 28px; color: var(--wine); font: 400 clamp(34px, 4vw, 54px)/1.05 var(--serif); }
.producer-directory__country { margin:0 0 68px; }
.producer-directory__country > h3 { margin:0 0 26px; padding-bottom:14px; border-bottom:1px solid var(--wine); color:var(--wine); font:400 clamp(32px, 3.5vw, 48px)/1.1 var(--serif); }
.producer-directory__region { margin:0 0 34px; }
.producer-directory__region h4 { margin:0 0 14px; color:var(--olive); font-size:12px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.producer-directory__grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:24px; }
.producer-card { display:flex; min-width:0; flex-direction:column; overflow:hidden; border:1px solid var(--line); background:var(--ivory-light); color:var(--charcoal); text-decoration:none; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.producer-card__image { position:relative; display:grid; aspect-ratio:4 / 3; place-items:center; overflow:hidden; background:linear-gradient(145deg, #e9ddca 0%, #f8f3eb 55%, #d8cfbb 100%); }
.producer-card__image::after { position:absolute; right:15px; bottom:11px; color:rgba(101,22,43,.2); content:'DOC'; font:700 11px/1 var(--sans); letter-spacing:.18em; }
.producer-card__image img { width:100%; height:100%; object-fit:contain; padding:16px; transition:transform .3s ease; }
.producer-card__monogram { display:grid; width:94px; height:94px; place-items:center; border:1px solid rgba(101,22,43,.36); border-radius:50%; color:var(--wine); font:400 54px/1 var(--serif); }
.producer-card__body { display:flex; min-height:160px; flex-direction:column; align-items:flex-start; padding:22px; }
.producer-card__location { color:var(--olive); font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.producer-card__name { margin-top:10px; color:var(--wine); font:400 clamp(25px, 2vw, 32px)/1.04 var(--serif); overflow-wrap:anywhere; }
.producer-card__intro { margin-top:10px; color:var(--muted); font-size:14px; line-height:1.45; }
.producer-card__link { display:inline-flex; gap:8px; margin-top:auto; padding-top:20px; color:var(--charcoal); font-size:13px; font-weight:700; }
.producer-card__link span { color:var(--wine); font-size:16px; line-height:.8; }
.producer-card:hover, .producer-card:focus-visible { border-color:rgba(101,22,43,.38); box-shadow:0 18px 30px rgba(61,42,31,.12); color:var(--charcoal); transform:translateY(-4px); }
.producer-card:hover .producer-card__image img, .producer-card:focus-visible .producer-card__image img { transform:scale(1.04); }
.producer-profile > .breadcrumbs { padding-top:30px; margin-bottom:0; }
.producer-profile__hero { padding:clamp(36px, 5vw, 76px) 0 clamp(58px, 7vw, 96px); background:linear-gradient(120deg, #f6f0e7 0%, #fbf8f2 58%, #eee4d4 100%); border-bottom:1px solid var(--line); }
.producer-profile__hero-inner { display:grid; grid-template-columns:minmax(0, 1fr) minmax(320px, .85fr); gap:clamp(44px, 8vw, 130px); align-items:center; }
.producer-profile__copy h1 { max-width:700px; margin:0; color:var(--wine); font:400 clamp(52px, 6.4vw, 88px)/.97 var(--serif); letter-spacing:-.045em; overflow-wrap:anywhere; }
.producer-profile__intro { max-width:620px; margin:25px 0 0; color:#554e48; font:400 clamp(20px, 2vw, 28px)/1.42 var(--serif); }
.producer-profile__image { display:grid; aspect-ratio:4 / 3; place-items:center; overflow:hidden; background:linear-gradient(145deg, #e9ddca 0%, #f8f3eb 55%, #d8cfbb 100%); box-shadow:22px 22px 0 #e9ddca; }
.producer-profile__image img { width:100%; height:100%; object-fit:cover; }
.producer-profile__image > span { display:grid; width:130px; height:130px; place-items:center; border:1px solid rgba(101,22,43,.36); border-radius:50%; color:var(--wine); font:400 76px/1 var(--serif); }
.producer-profile__story { display:grid; grid-template-columns:minmax(220px, .55fr) minmax(0, 1fr); gap:clamp(36px, 8vw, 130px); padding-block:clamp(64px, 8vw, 110px); border-bottom:1px solid var(--line); }
.producer-profile__story h2, .producer-profile__products h2 { margin:0; color:var(--wine); font:400 clamp(38px, 4.3vw, 58px)/1.05 var(--serif); }
.producer-profile__story > div { max-width:760px; font-size:18px; line-height:1.72; }
.producer-profile__story > div > :first-child { margin-top:0; }
.producer-profile__story > div > :last-child { margin-bottom:0; }
.producer-profile__products { padding-block:clamp(64px, 8vw, 110px); }
.producer-profile__products .section-heading-row { margin-bottom:32px; }
.producer-profile__product-grid { row-gap:48px; }

.story-hero { padding: clamp(50px, 7vw, 92px) 0; background: var(--ivory-light); }
.story-hero__inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(440px, 1.2fr); gap: clamp(40px, 7vw, 110px); align-items: center; }
.story-hero__inner > div > p:last-child { max-width: 580px; margin: 26px 0 0; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.5; }
.story-hero img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: 24px 24px 0 #e9ddca; }
.story-content { padding: clamp(68px, 8vw, 118px) 0; }
.story-content__grid { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(42px, 8vw, 120px); }
.story-content h2 { color: var(--wine); font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); font-weight: 400; line-height: 1.04; }
.story-content__grid > div { max-width: 720px; font-size: 18px; line-height: 1.75; }
.story-content__grid > div p:first-child { margin-top: 0; }

@media (max-width: 1100px) {
	:root { --shell: min(100% - 48px, 1380px); }
	.masthead { grid-template-columns: 190px 1fr auto; gap: 22px; min-height: 96px; }
	.header-actions a span:last-child { display: none; }
	.primary-menu { justify-content: space-between; gap: 20px; }
	.hero__shade { width: 68%; }
	.category-grid { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
	.product-grid { gap: 16px; }
	.catalog-subnav .site-shell { gap: 24px; }
	.story-hero__inner { grid-template-columns: 1fr 1fr; gap: 44px; }
	.producer-directory__grid { grid-template-columns:repeat(2, minmax(0, 1fr)); }
	.producer-profile__hero-inner { grid-template-columns:minmax(0, 1fr) minmax(290px, .8fr); gap:54px; }
}

@media (max-width: 760px) {
	:root { --shell: calc(100% - 36px); }
	.header-stack { position: sticky; z-index: 20; top: 0; }
	.announcement-bar__inner { min-height: 34px; display: flex; justify-content: center; }
	.announcement-bar p { font-size: 10px; text-align: center; }
	.site-header { position: relative; top: auto; }
	.masthead { min-height: 76px; grid-template-columns: 1fr auto auto; gap: 14px; }
	.brand-logo-link { width: 145px; }
	.product-search { grid-column: 1 / -1; grid-row: 2; min-height: 44px; margin-bottom: 14px; }
	.header-actions { gap: 14px; }
	.header-actions a:first-child { display: none; }
	.menu-toggle { display: block; cursor: pointer; }
	.primary-navigation { display: none; position: absolute; left: 0; right: 0; max-height: calc(100vh - 120px); overflow-y: auto; background: var(--ivory-light); box-shadow: 0 14px 24px rgba(35,31,32,.14); }
	.primary-navigation.is-open { display: block; }
	.primary-menu { min-height: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0 18px; }
	.primary-menu > li > a { padding: 15px 0; font-size: 15px; }
	.primary-menu > li > a::after { display: none; }
	.primary-menu .sub-menu, .primary-menu .sub-menu--food { position: static; width: 100%; display:grid; grid-template-columns: 1fr; gap: 0; padding: 2px 0 14px 14px; border: 0; border-left: 2px solid var(--wine); box-shadow: none; opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
	.primary-menu .menu-item-has-children:hover > .sub-menu, .primary-menu .menu-item-has-children:focus-within > .sub-menu { display:grid; opacity:1; visibility:visible; transform:none; pointer-events:auto; }
	.primary-menu .sub-menu a { padding: 10px 8px; border-bottom-color: rgba(35,31,32,.1); font-size: 13px; }
	.hero { min-height: 650px; }
	.hero__shade { width: 100%; background: rgba(31,3,10,.6); }
	.hero__inner { align-items: end; padding-block: 90px 105px; }
	.hero-slide { width: 100%; }
	.hero h1, .hero h2 { max-width: 530px; font-size: clamp(42px, 13vw, 58px); }
	.hero-slide__description { max-width: 340px; font-size: 17px; }
	.round-control { display: none; }
	.round-control--play { display: block; width: 42px; height: 42px; top: 18px; right: 18px; }
	.hero__tabs { width: calc(100% - 36px); gap: 8px; justify-content: stretch; }
	.hero__tabs button { min-width: 0; flex: 1; font-size: 0; text-align: center; padding: 18px 0; }
	.hero__tabs button span { margin: 0; font-size: 12px; }
	.mood-section { padding-top: 50px; }
	.section h2 { font-size: clamp(40px, 11vw, 52px); }
	.category-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
	.category-tile__image { height: 190px; }
	.section-heading-row { align-items: flex-start; }
	.section-heading-row .text-link { margin-top: 14px; white-space: nowrap; }
	.product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 34px; }
	.admin-bar .catalog-subnav { top: 0; }
	.catalog-subnav { top: 0; }
	.catalog-subnav .site-shell { gap: 22px; }
	.catalog-results__heading { align-items: stretch; flex-direction: column; gap: 16px; }
	.catalog-results__heading label { justify-content: space-between; }
	.catalog-results__heading select { flex: 1; }
	.story-hero__inner, .story-content__grid { grid-template-columns: 1fr; }
	.producer-directory__grid { grid-template-columns:1fr; }
	.producer-profile > .breadcrumbs { padding-top:22px; margin-bottom:0; }
	.producer-profile__hero-inner, .producer-profile__story { grid-template-columns:1fr; }
	.producer-profile__hero { padding-top:34px; }
	.producer-profile__image { max-width:580px; box-shadow:14px 14px 0 #e9ddca; }
	.producer-profile__story { gap:24px; }
	.story-hero img { box-shadow: 14px 14px 0 #e9ddca; }
	.site-footer__newsletter { padding-inline: 22px; }
	.site-footer__links { grid-template-columns: 1fr 1fr; gap: 34px; }
	.site-footer__legal, .site-footer__identity { flex-direction: column; text-align: center; }
	.site-footer__legal { gap: 20px; }
	.site-footer__identity { gap: 15px; }
}

@media (max-width: 420px) {
	:root { --shell: calc(100% - 28px); }
	.hero__tabs { width: calc(100% - 28px); }
	.section-heading-row { display: block; }
	.section-heading-row .text-link { margin-top: 18px; }
	.product-grid { grid-template-columns: 1fr; }
	.product-card__image { aspect-ratio: 1 / 1; }
	.site-footer__links { grid-template-columns: 1fr; gap: 42px; }
}

@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; }
}
