/*
Theme Name: Mellow Market
Theme URI: https://mellowmarketlbk.com
Author: Mellow Market
Description: A fast, tactile WooCommerce storefront for Mellow Market in Lubbock, Texas.
Version: 0.2.4
Text Domain: mellow-market
*/

@font-face {
    font-family: "Mellow Display";
    src: url("assets/fonts/coiny-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Archivo";
    src: url("assets/fonts/archivo-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Archivo";
    src: url("assets/fonts/archivo-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
}

@font-face {
    font-family: "Space Mono";
    src: url("assets/fonts/space-mono-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Space Mono";
    src: url("assets/fonts/space-mono-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --ink: #143b28;
    --ink-deep: #092719;
    --forest: #0d3b28;
    --leaf: #4d9138;
    --moss: #7bad3e;
    --acid: #dff22a;
    --sun: #f4e85c;
    --paper: #f5eddd;
    --paper-deep: #e8dcc6;
    --cream: #fff9ea;
    --coral: #f47b55;
    --pink: #efa0a4;
    --blue: #9fcfd5;
    --violet: #a394c8;
    --line: 2px solid var(--ink);
    --hard-shadow: 8px 8px 0 var(--ink);
    --container: min(1320px, calc(100vw - 48px));
    --display: "Mellow Display", "Arial Rounded MT Bold", sans-serif;
    --body: "Archivo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --label: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 112px;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.menu-is-open {
    overflow: hidden;
}

body.menu-is-open .mobile-shop-dock {
    visibility: hidden;
}

a {
    color: inherit;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 0.18em;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 3px solid var(--cream);
    outline-offset: 4px;
    box-shadow: 0 0 0 6px var(--ink-deep) !important;
}

::selection {
    background: var(--acid);
    color: var(--ink-deep);
}

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

.skip-link {
    position: fixed;
    z-index: 9999;
    top: 12px;
    left: 12px;
    transform: translateY(-180%);
    padding: 12px 16px;
    background: var(--cream);
    border: var(--line);
    font-family: var(--label);
    font-size: 12px;
    font-weight: 700;
}

.skip-link:focus {
    transform: translateY(0);
}

.market-container {
    width: var(--container);
    margin-inline: auto;
}

.market-kicker {
    margin: 0 0 14px;
    font-family: var(--label);
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.market-wire {
    position: relative;
    z-index: 80;
    overflow: hidden;
    min-height: 32px;
    background: var(--acid);
    border-bottom: var(--line);
    color: var(--ink-deep);
}

.market-wire__track {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: max-content;
    min-height: 30px;
    gap: 28px;
    padding-inline: 24px;
    font-family: var(--label);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-canopy {
    position: sticky;
    z-index: 70;
    top: 0;
    background: var(--forest);
    color: var(--sun);
    border-bottom: 2px solid var(--ink-deep);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.site-canopy[data-scrolled] {
    box-shadow: 0 8px 0 rgba(9, 39, 25, 0.13);
}

.site-canopy[data-compact] {
    transform: translateY(-100%);
}

.site-canopy__inner {
    display: grid;
    grid-template-columns: 210px minmax(300px, 1fr) minmax(210px, 330px) auto;
    align-items: center;
    gap: 24px;
    width: var(--container);
    min-height: 82px;
    margin-inline: auto;
}

.site-canopy__brand {
    display: inline-flex;
    align-items: center;
    width: 190px;
}

.site-canopy__brand img {
    width: 100%;
    max-height: 62px;
    object-fit: contain;
}

.canopy-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.2vw, 34px);
}

.canopy-nav a,
.canopy-actions a,
.canopy-actions button {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.015em;
    text-decoration: none;
}

.canopy-nav a {
    position: relative;
}

.canopy-nav a::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 2px;
    background: var(--sun);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 160ms ease;
}

.canopy-nav a:hover::after,
.canopy-nav a:focus-visible::after {
    transform: scaleX(1);
}

.canopy-search {
    display: grid;
    grid-template-columns: 1fr 36px;
    height: 40px;
    overflow: hidden;
    background: var(--cream);
    border: 1.5px solid var(--sun);
    border-radius: 3px;
}

.canopy-search:focus-within {
    outline: 3px solid var(--cream);
    outline-offset: 4px;
    box-shadow: 0 0 0 6px var(--ink-deep);
}

.canopy-search input {
    width: 100%;
    min-width: 0;
    padding: 0 12px;
    background: transparent;
    border: 0;
    color: var(--ink);
    font-size: 13px;
    outline: 0;
}

.canopy-search button {
    background: var(--sun);
    border: 0;
    border-left: 1.5px solid var(--ink);
    color: var(--ink);
    cursor: pointer;
}

.canopy-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.canopy-actions__shop,
.canopy-actions__menu {
    display: none;
}

.canopy-actions__cart {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.mellow-cart-count {
    display: inline-grid;
    place-items: center;
    min-width: 24px;
    height: 24px;
    padding-inline: 5px;
    background: var(--sun);
    border: 1.5px solid var(--ink-deep);
    border-radius: 50%;
    color: var(--ink-deep);
    font-family: var(--label);
    font-size: 10px;
    line-height: 1;
}

.mobile-market-menu[hidden] {
    display: none;
}

.mobile-market-menu {
    border-top: 1px solid rgba(244, 232, 92, 0.35);
}

.site-main {
    min-height: 60vh;
}

.home-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--sun);
    border-bottom: var(--line);
}

.home-hero__grain {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.16;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
    pointer-events: none;
}

.home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
    align-items: center;
    gap: clamp(52px, 7vw, 106px);
    min-height: 730px;
    padding-block: clamp(72px, 8vw, 112px);
}

.home-hero__copy {
    position: relative;
    z-index: 2;
}

.home-hero h1 {
    max-width: 780px;
    margin: 0;
    color: var(--ink-deep);
    font-size: clamp(64px, 7.5vw, 116px);
    font-weight: 900;
    letter-spacing: -0.065em;
    line-height: 0.82;
}

.home-hero h1 span {
    display: inline-block;
    margin-top: 0.16em;
    font-family: var(--display);
    font-size: 0.88em;
    font-weight: 400;
    letter-spacing: -0.025em;
    transform: rotate(-1.3deg);
}

.home-hero__lede {
    max-width: 650px;
    margin: 34px 0 0;
    font-size: clamp(18px, 1.55vw, 23px);
    font-weight: 700;
    line-height: 1.37;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.market-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 210px;
    min-height: 54px;
    padding: 13px 18px;
    border: var(--line);
    border-radius: 4px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.market-button span {
    margin-left: 22px;
    font-family: var(--label);
}

.market-button--dark {
    background: var(--ink);
    color: var(--cream);
    box-shadow: 5px 5px 0 var(--coral);
}

.market-button--line {
    background: transparent;
}

.market-button:hover,
.market-button:focus-visible {
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0 var(--ink);
}

.market-button--dark:hover,
.market-button--dark:focus-visible {
    box-shadow: 7px 7px 0 var(--coral);
}

.hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 660px;
    margin: 48px 0 0;
    border-top: 1.5px solid var(--ink);
    border-bottom: 1.5px solid var(--ink);
}

.hero-facts div {
    padding: 13px 14px 14px 0;
}

.hero-facts div + div {
    padding-left: 18px;
    border-left: 1.5px solid var(--ink);
}

.hero-facts dt {
    font-family: var(--label);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-facts dd {
    margin: 3px 0 0;
    font-size: 14px;
    font-weight: 800;
}

.counter-board {
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    position: relative;
    min-height: 560px;
    transform: perspective(1000px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
    transform-style: preserve-3d;
    transition: transform 180ms ease-out;
}

.counter-board::before {
    position: absolute;
    z-index: -1;
    inset: 34px 10px 10px 46px;
    background: var(--coral);
    border: var(--line);
    content: "";
    transform: rotate(2deg);
}

.counter-board__photo {
    position: absolute;
    inset: 0 70px 28px 0;
    overflow: hidden;
    margin: 0;
    background: var(--cream);
    border: var(--line);
    border-radius: 9px;
    box-shadow: var(--hard-shadow);
    transform: rotate(-1.4deg) translateZ(12px);
}

.counter-board__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 44%;
    filter: saturate(0.88) contrast(1.04);
}

.counter-board__photo figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 12px;
    background: var(--cream);
    border-top: var(--line);
    font-family: var(--label);
    font-size: 9px;
    letter-spacing: 0.08em;
}

.counter-board__ticket {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: -16px;
    width: 255px;
    padding: 17px 16px 15px;
    background: var(--cream);
    border: var(--line);
    box-shadow: 6px 6px 0 var(--ink);
    font-family: var(--label);
    transform: rotate(3.5deg) translateZ(32px);
}

.counter-board__ticket > p {
    margin: 0 0 12px;
    padding-bottom: 9px;
    border-bottom: 1px dashed var(--ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.counter-board__ticket ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.counter-board__ticket li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 0;
    border-bottom: 1px dotted rgba(20, 59, 40, 0.55);
    font-size: 9px;
}

.counter-board__ticket li b {
    font-weight: 400;
}

.counter-board__ticket small {
    display: block;
    margin-top: 12px;
    font-size: 8px;
}

.counter-board__mushrooms {
    position: absolute;
    z-index: 0;
    top: -52px;
    right: 8px;
    width: 170px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(19%) saturate(1744%) hue-rotate(100deg) brightness(83%) contrast(98%);
    transform: rotate(8deg) translateZ(6px);
}

.counter-board__sticker {
    position: absolute;
    z-index: 5;
    top: 105px;
    right: 4px;
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    padding: 14px;
    background: var(--acid);
    border: var(--line);
    border-radius: 50%;
    box-shadow: 5px 5px 0 var(--ink);
    font-family: var(--label);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    transform: rotate(9deg) translateZ(54px);
}

.cooler-tape {
    position: relative;
    overflow: hidden;
    background: var(--forest);
    border-bottom: var(--line);
    color: var(--sun);
}

.cooler-tape__toggle {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 10px;
    min-height: 32px;
    padding: 6px 10px;
    background: var(--sun);
    border: 1.5px solid var(--ink-deep);
    border-radius: 2px;
    color: var(--ink-deep);
    cursor: pointer;
    font-family: var(--label);
    font-size: 9px;
    font-weight: 700;
    transform: translateY(-50%);
}

.cooler-tape__track {
    display: flex;
    align-items: center;
    width: max-content;
    min-height: 48px;
    gap: 24px;
    padding-inline: 24px;
    font-family: var(--label);
    font-size: 11px;
    letter-spacing: 0.08em;
    animation: cooler-tape 34s linear infinite;
}

.cooler-tape.ticker-is-paused .cooler-tape__track {
    animation-play-state: paused;
}

.cooler-tape__track i {
    color: var(--coral);
    font-style: normal;
}

@keyframes cooler-tape {
    to { transform: translateX(-50%); }
}

.aisle-index,
.ways-to-mellow {
    padding-block: clamp(76px, 9vw, 132px);
    background: var(--paper);
    border-bottom: var(--line);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.38fr);
    align-items: end;
    gap: 48px;
    margin-bottom: 46px;
}

.section-heading h2,
.shelf-code h2,
.store-log h2,
.find-us h2 {
    margin: 0;
    font-size: clamp(48px, 6vw, 88px);
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 0.92;
}

.section-heading > p {
    max-width: 420px;
    margin: 0 0 5px auto;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.section-heading--inverse {
    color: var(--cream);
}

.section-link,
.text-arrow {
    justify-self: end;
    margin-bottom: 8px;
    font-weight: 800;
    text-decoration: none;
}

.section-link span,
.text-arrow span {
    display: inline-block;
    margin-left: 8px;
    transition: transform 140ms ease;
}

.section-link:hover span,
.text-arrow:hover span {
    transform: translate(3px, -3px);
}

.store-directory {
    overflow: hidden;
    background: var(--cream);
    border: 2px solid var(--ink);
    box-shadow: 10px 10px 0 color-mix(in srgb, var(--ink) 16%, transparent);
}

.store-directory__meta,
.store-directory__legend {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 16px;
    font-family: var(--label);
    font-size: 10px;
    letter-spacing: 0.07em;
}

.store-directory__meta {
    background: var(--ink);
    color: var(--cream);
}

.store-directory__plan {
    position: relative;
    display: grid;
    grid-template-columns: 0.86fr 1.14fr 0.9fr;
    grid-template-rows: minmax(142px, 0.72fr) minmax(232px, 1fr) 92px;
    gap: 12px;
    padding: 16px;
    background-color: var(--paper);
    background-image:
        linear-gradient(color-mix(in srgb, var(--ink) 7%, transparent) 1px, transparent 1px),
        linear-gradient(90deg, color-mix(in srgb, var(--ink) 7%, transparent) 1px, transparent 1px);
    background-size: 28px 28px;
    border-block: 2px solid var(--ink);
}

.store-directory__path {
    position: absolute;
    z-index: 0;
    top: 120px;
    bottom: 32px;
    left: 49.6%;
    border-left: 2px dashed color-mix(in srgb, var(--ink) 58%, transparent);
    pointer-events: none;
}

.store-directory__path::before,
.store-directory__path::after {
    position: absolute;
    right: -7px;
    width: 12px;
    height: 12px;
    background: var(--paper);
    border: 2px solid var(--ink);
    border-radius: 50%;
    content: "";
}

.store-directory__path::before { top: -1px; }
.store-directory__path::after { bottom: -1px; background: var(--acid); }

.directory-zone {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 18px;
    overflow: hidden;
    border: 2px solid var(--ink);
    color: var(--ink);
    text-decoration: none;
    transition: transform 170ms ease, box-shadow 170ms ease;
}

.directory-zone--cold-drinks {
    grid-column: 1 / -1;
    grid-row: 1;
    background: var(--blue);
}

.directory-zone--snack-cabinet {
    grid-column: 1;
    grid-row: 2 / 4;
    background: var(--coral);
}

.directory-zone--mushroom-pantry {
    grid-column: 2;
    grid-row: 2;
    background: var(--sun);
}

.directory-zone--mellow-goods {
    grid-column: 3;
    grid-row: 2 / 4;
    background: var(--violet);
}

.directory-zone:hover,
.directory-zone:focus-visible {
    z-index: 3;
    transform: translate(-3px, -4px);
    box-shadow: 7px 7px 0 var(--ink);
}

.directory-zone__head,
.directory-zone__action {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-family: var(--label);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.directory-zone__mark {
    position: absolute;
    top: 46px;
    left: 14px;
    color: var(--ink);
    font-family: var(--display);
    font-size: clamp(58px, 6.5vw, 104px);
    line-height: 0.82;
    opacity: 0.11;
    transform: rotate(-3deg);
}

.directory-zone strong {
    position: relative;
    z-index: 2;
    max-width: 12ch;
    margin-top: auto;
    font-size: clamp(28px, 3vw, 48px);
    letter-spacing: -0.055em;
    line-height: 0.92;
}

.directory-zone p {
    position: relative;
    z-index: 2;
    max-width: 31ch;
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.directory-zone__action {
    width: fit-content;
    margin-top: 20px;
    padding-top: 9px;
    border-top: 1.5px solid currentColor;
}

.directory-zone--cold-drinks {
    display: grid;
    grid-template-columns: minmax(180px, 0.8fr) minmax(220px, 1.35fr) auto;
    grid-template-rows: auto 1fr;
    align-items: end;
    column-gap: clamp(24px, 5vw, 80px);
}

.directory-zone--cold-drinks .directory-zone__head {
    grid-column: 1 / -1;
    align-self: start;
}

.directory-zone--cold-drinks strong,
.directory-zone--cold-drinks p,
.directory-zone--cold-drinks .directory-zone__action {
    margin-top: 0;
}

.directory-zone--cold-drinks p { align-self: end; }
.directory-zone--cold-drinks .directory-zone__action { align-self: end; white-space: nowrap; }

.store-directory__counter {
    z-index: 1;
    grid-column: 2;
    grid-row: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 15px;
    background: var(--cream);
    border: 2px solid var(--ink);
    font-family: var(--label);
    font-size: 9px;
    letter-spacing: 0.05em;
}

.store-directory__counter i {
    width: 9px;
    height: 9px;
    background: var(--acid);
    border: 1px solid var(--ink);
    border-radius: 50%;
}

.store-directory__entry {
    z-index: 2;
    grid-column: 2;
    grid-row: 3;
    align-self: end;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 0 15px 12px;
    font-family: var(--label);
    font-size: 9px;
    letter-spacing: 0.04em;
}

.store-directory__entry b::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    background: var(--acid);
    border: 1px solid var(--ink);
    border-radius: 50%;
    content: "";
}

.store-directory__legend {
    flex-wrap: wrap;
    background: var(--cream);
}

.store-directory__legend span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.store-directory__legend i {
    width: 11px;
    height: 11px;
    border: 1px solid var(--ink);
}

.store-directory__legend .is-blue { background: var(--blue); }
.store-directory__legend .is-coral { background: var(--coral); }
.store-directory__legend .is-sun { background: var(--sun); }
.store-directory__legend .is-violet { background: var(--violet); }
.store-directory__legend b { margin-left: auto; }

.shelf-section {
    padding-block: clamp(82px, 9vw, 138px);
    background: var(--forest);
    border-bottom: var(--line);
}

.market-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.market-product {
    --tone: var(--sun);
    --pack: var(--coral);
    min-width: 0;
    overflow: hidden;
    background: var(--cream);
    border: var(--line);
    border-radius: 6px;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.market-product--cold-drinks { --tone: var(--blue); --pack: var(--sun); }
.market-product--snack-cabinet { --tone: var(--coral); --pack: var(--acid); }
.market-product--mushroom-pantry { --tone: var(--sun); --pack: var(--leaf); }
.market-product--mellow-goods { --tone: var(--violet); --pack: var(--coral); }

.market-product:hover,
.market-product:focus-within {
    transform: translateY(-5px);
    box-shadow: 7px 7px 0 var(--acid);
}

.market-product__visual {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 4 / 4.4;
    overflow: hidden;
    background: var(--tone);
    border-bottom: var(--line);
    text-decoration: none;
}

.market-product__visual > img {
    width: 100%;
    height: 100%;
    padding: 22px;
    object-fit: contain;
}

.market-product__category {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 8px;
    background: var(--cream);
    border: 1.5px solid var(--ink);
    border-radius: 2px;
    font-family: var(--label);
    font-size: 8px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.market-pack {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48%;
    min-width: 112px;
    max-width: 150px;
    aspect-ratio: 0.72;
    padding: 18px 10px;
    background: var(--pack);
    border: var(--line);
    box-shadow: 8px 8px 0 rgba(20, 59, 40, 0.85);
    transform: rotate(-2.5deg);
    transition: transform 180ms ease;
}

.market-product--cold-drinks .market-pack {
    width: 40%;
    aspect-ratio: 0.55;
    border-radius: 44px 44px 22px 22px;
}

.market-product--cold-drinks .market-pack__top {
    width: 38%;
    border-radius: 3px;
}

.market-product--mushroom-pantry .market-pack {
    width: 54%;
    aspect-ratio: 0.82;
    border-radius: 28px 28px 7px 7px;
}

.market-product--mushroom-pantry .market-pack__top {
    top: -11px;
    width: 76%;
    height: 18px;
}

.market-product--mellow-goods .market-pack {
    width: 58%;
    aspect-ratio: 0.92;
}

.market-product--mellow-goods .market-pack__top {
    top: 12px;
    width: calc(100% + 18px);
    height: 18px;
    background: transparent;
}

.market-product:hover .market-pack {
    transform: rotate(2deg) translateY(-4px);
}

.market-pack__top {
    position: absolute;
    top: -9px;
    width: 68%;
    height: 14px;
    background: var(--cream);
    border: var(--line);
}

.market-pack__label {
    display: grid;
    place-items: center;
    width: 75%;
    aspect-ratio: 1;
    background: var(--cream);
    border: var(--line);
    border-radius: 50%;
    font-family: var(--display);
    font-size: 34px;
    line-height: 1;
}

.market-pack__stripe {
    width: 78%;
    height: 8px;
    margin-top: 16px;
    background: var(--ink);
}

.market-pack__stamp {
    margin-top: 8px;
    font-family: var(--label);
    font-size: 7px;
    letter-spacing: 0.07em;
}

.market-product__body {
    display: flex;
    flex-direction: column;
    min-height: 166px;
    padding: 16px;
}

.market-product__body h3 {
    margin: 0;
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.market-product__body h3 a {
    text-decoration: none;
}

.market-product__price {
    margin-top: 7px;
    font-family: var(--label);
    font-size: 12px;
}

.market-product__actions {
    display: grid;
    grid-template-columns: 1fr 40px;
    gap: 8px;
    margin-top: auto;
    padding-top: 20px;
}

.market-product__add,
.market-product__arrow {
    display: grid !important;
    place-items: center;
    min-height: 40px;
    margin: 0 !important;
    padding: 8px 10px !important;
    background: var(--ink) !important;
    border: 0 !important;
    border-radius: 2px !important;
    color: var(--cream) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none;
}

.market-product__arrow {
    background: var(--tone) !important;
    border: 1.5px solid var(--ink) !important;
    color: var(--ink) !important;
    font-family: var(--label);
    font-size: 15px !important;
}

.market-product__add.added {
    background: var(--forest) !important;
}

.market-product__add + .added_to_cart {
    display: none !important;
}

.empty-shelf {
    padding: 48px;
    background: var(--paper);
    border: var(--line);
    text-align: center;
}

.shelf-code {
    background: var(--paper);
    border-bottom: var(--line);
}

.shelf-code__grid {
    display: grid;
    grid-template-columns: minmax(330px, 0.7fr) minmax(0, 1.3fr);
    min-height: 690px;
}

.shelf-code__title {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 7vw, 104px) clamp(32px, 5vw, 72px) 70px 0;
    border-right: var(--line);
}

.shelf-code__title h2 {
    max-width: 530px;
}

.shelf-code__title img {
    position: absolute;
    right: 5%;
    bottom: -8%;
    width: min(400px, 78%);
    opacity: 0.9;
    transform: rotate(-4deg);
}

.shelf-code__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shelf-code__list li {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 26px;
    align-items: start;
    min-height: 230px;
    padding: 48px clamp(26px, 5vw, 78px);
    border-bottom: var(--line);
}

.shelf-code__list li:last-child {
    border-bottom: 0;
}

.shelf-code__list li:nth-child(2) {
    background: var(--sun);
}

.shelf-code__list span {
    font-family: var(--label);
    font-size: 14px;
}

.shelf-code__list h3 {
    margin: 0;
    font-size: clamp(24px, 2.4vw, 36px);
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.shelf-code__list p {
    max-width: 650px;
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.store-log {
    padding-block: clamp(80px, 10vw, 150px);
    background: var(--coral);
    border-bottom: var(--line);
}

.store-log__grid {
    display: grid;
    grid-template-columns: minmax(390px, 0.93fr) minmax(0, 1.07fr);
    align-items: center;
    gap: clamp(60px, 8vw, 130px);
}

.store-log__photo {
    margin: 0;
    background: var(--cream);
    border: var(--line);
    box-shadow: 11px 11px 0 var(--ink);
    transform: rotate(-1deg);
}

.store-log__photo img {
    width: 100%;
    max-height: 720px;
    object-fit: cover;
    object-position: center 48%;
    filter: saturate(0.82) contrast(1.07);
}

.store-log__photo figcaption {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 18px;
    padding: 12px 14px;
    border-top: var(--line);
    font-family: var(--label);
    font-size: 8px;
    letter-spacing: 0.05em;
}

.store-log__copy {
    max-width: 650px;
}

.store-log__lead {
    margin: 34px 0 0;
    font-size: clamp(22px, 2.4vw, 34px);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.14;
}

.store-log__copy > p:not(.market-kicker):not(.store-log__lead) {
    max-width: 600px;
    font-size: 18px;
    font-weight: 700;
}

.store-log blockquote {
    margin: 36px 0;
    padding: 18px 0 18px 24px;
    border-left: 6px solid var(--ink);
    font-family: var(--display);
    font-size: clamp(24px, 2.3vw, 34px);
    line-height: 1.15;
}

.text-arrow {
    display: inline-flex;
    justify-self: auto;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--ink);
}

.route-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.route-card {
    display: flex;
    flex-direction: column;
    min-height: 420px;
    padding: 24px;
    border: var(--line);
    border-radius: 5px;
}

.route-card--pickup { background: var(--sun); }
.route-card--ship { background: var(--blue); }
.route-card--visit { background: var(--pink); }

.route-card__index {
    font-family: var(--label);
    font-size: 10px;
    letter-spacing: 0.08em;
}

.route-card h3 {
    margin: auto 0 0;
    font-size: clamp(32px, 3.6vw, 52px);
    letter-spacing: -0.055em;
    line-height: 0.96;
}

.route-card p {
    max-width: 390px;
    margin: 22px 0 25px;
    font-weight: 700;
}

.route-card a {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1.5px solid var(--ink);
    font-weight: 800;
    text-decoration: none;
}

.find-us {
    position: relative;
    overflow: hidden;
    padding-block: clamp(100px, 12vw, 178px) 100px;
    background: var(--forest);
    color: var(--cream);
}

.find-us__trees {
    position: absolute;
    top: -6px;
    right: 0;
    left: 0;
    height: 146px;
    background: url("assets/brand/colas.webp") center top / auto 146px repeat-x;
    filter: brightness(0) saturate(100%) invert(85%) sepia(88%) saturate(698%) hue-rotate(16deg) brightness(105%) contrast(92%);
    transform: rotate(180deg);
    opacity: 0.98;
}

.find-us__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
    align-items: end;
    gap: 90px;
    padding-top: 92px;
}

.find-us h2 {
    font-size: clamp(76px, 10vw, 150px);
    color: var(--sun);
}

.find-us h2 span {
    font-family: var(--display);
    font-size: 0.86em;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.address-ticket {
    padding: 25px;
    background: var(--cream);
    border: 2px solid var(--sun);
    color: var(--ink);
    box-shadow: 9px 9px 0 var(--coral);
    transform: rotate(1deg);
}

.address-ticket > span {
    display: block;
    padding-bottom: 13px;
    border-bottom: 1px dashed var(--ink);
    font-family: var(--label);
    font-size: 9px;
    letter-spacing: 0.08em;
}

.address-ticket strong {
    display: block;
    margin-top: 22px;
    font-size: clamp(29px, 3.5vw, 47px);
    letter-spacing: -0.05em;
    line-height: 1.02;
}

.address-ticket p {
    margin: 22px 0;
    font-family: var(--label);
    font-size: 12px;
}

.address-ticket a {
    display: flex;
    justify-content: space-between;
    min-height: 48px;
    padding: 12px 14px;
    background: var(--ink);
    color: var(--cream);
    font-weight: 800;
    text-decoration: none;
}

.find-us__note {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    margin-top: 35px;
    padding-top: 19px;
    border-top: 1px solid rgba(255, 249, 234, 0.35);
}

.find-us__note p {
    max-width: 210px;
    margin: 0;
    color: var(--sun);
    font-family: var(--display);
    font-size: 24px;
    line-height: 1.1;
}

.find-us__note small {
    max-width: 250px;
    font-size: 11px;
    line-height: 1.5;
}

.site-footer {
    padding-bottom: 28px;
    background: var(--ink-deep);
    color: var(--cream);
}

.site-footer__horizon {
    height: 110px;
    overflow: hidden;
    background: var(--sun);
    border-top: var(--line);
    border-bottom: var(--line);
}

.site-footer__horizon img {
    width: 100%;
    min-width: 780px;
    height: 110px;
    object-fit: cover;
    object-position: center top;
    filter: brightness(0) saturate(100%) invert(15%) sepia(31%) saturate(1000%) hue-rotate(99deg) brightness(85%) contrast(96%);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(270px, 1.4fr) 0.62fr 0.72fr minmax(230px, 0.8fr);
    gap: 54px;
    padding-block: 70px;
}

.site-footer__brand img {
    width: 230px;
}

.site-footer__brand p {
    max-width: 420px;
    margin: 24px 0 0;
    color: var(--paper-deep);
    font-size: 16px;
    font-weight: 700;
}

.site-footer__column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer__column h2 {
    margin: 0 0 9px;
    color: var(--sun);
    font-family: var(--label);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer__column a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.site-footer__column a:hover {
    color: var(--sun);
}

.site-footer__ticket {
    padding: 18px;
    background: var(--paper);
    border: 2px solid var(--sun);
    color: var(--ink);
    font-family: var(--label);
    font-size: 9px;
    transform: rotate(-1deg);
}

.site-footer__ticket > span {
    display: block;
    padding-bottom: 11px;
    border-bottom: 1px dashed var(--ink);
}

.site-footer__ticket dl {
    margin: 12px 0 20px;
}

.site-footer__ticket dl div {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px dotted var(--ink);
}

.site-footer__ticket dd {
    margin: 0;
}

.site-footer__ticket strong {
    display: block;
    text-align: center;
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 249, 234, 0.25);
    font-family: var(--label);
    font-size: 9px;
    letter-spacing: 0.04em;
}

.mobile-shop-dock {
    display: none;
}

/* WooCommerce */
.shop-shell {
    padding-block: 72px 110px;
    background: var(--paper);
}

.shop-shell__inner {
    width: var(--container);
    margin-inline: auto;
}

.content-main {
    width: var(--container);
    min-height: 60vh;
    margin-inline: auto;
    padding-block: 72px 110px;
}

.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 30px;
    font-family: var(--label);
    font-size: 10px;
    letter-spacing: 0.04em;
}

.woocommerce-products-header,
.woocommerce .page-title {
    margin-bottom: 42px;
}

.woocommerce .page-title,
.woocommerce-products-header__title {
    margin-top: 0;
    font-size: clamp(50px, 7vw, 94px);
    letter-spacing: -0.06em;
    line-height: 0.93;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    margin-bottom: 34px;
}

.woocommerce .woocommerce-ordering select {
    min-height: 44px;
    padding: 8px 36px 8px 12px;
    background: var(--cream);
    border: var(--line);
    border-radius: 3px;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 16px;
    margin: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 12px 12px 16px;
    background: var(--cream);
    border: var(--line);
    border-radius: 6px;
}

.woocommerce ul.products li.product a img {
    aspect-ratio: 1;
    margin: 0 0 16px;
    padding: 14px;
    background: #fff;
    border-radius: 8px;
    object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
    color: var(--ink);
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.18;
}

.woocommerce ul.products li.product .price {
    color: var(--ink);
    font-family: var(--label);
    font-size: 12px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    min-height: 44px;
    padding: 12px 16px;
    background: var(--ink);
    border: 0;
    border-radius: 3px;
    color: var(--cream);
    font-weight: 800;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background: var(--forest);
    color: var(--cream);
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .single_add_to_cart_button {
    min-height: 48px;
    background: var(--ink);
    color: var(--cream);
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus-visible {
    background: var(--sun);
    color: var(--ink);
}

.woocommerce div.product .stock {
    color: var(--forest);
    font-weight: 800;
}

.woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(360px, 1fr) minmax(360px, 0.9fr);
    gap: clamp(40px, 7vw, 100px);
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .upsells,
.woocommerce div.product .related {
    grid-column: 1 / -1;
    width: 100%;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    float: none;
    width: auto;
}

.woocommerce div.product div.images {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--paper-deep);
    border-radius: 12px;
}

.woocommerce div.product div.images img {
    border-radius: 6px;
}

.woocommerce div.product .product_title {
    font-size: clamp(42px, 5vw, 72px);
    letter-spacing: -0.055em;
    line-height: 0.96;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--ink);
    font-family: var(--label);
    font-size: 20px;
}

.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    min-height: 46px;
    padding: 9px 12px;
    background: var(--cream);
    border: 1.5px solid var(--ink);
    border-radius: 3px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: 18px 20px 18px 52px;
    background: var(--cream);
    border: var(--line);
    border-top: 2px solid var(--ink);
    color: var(--ink);
}

.woocommerce table.shop_table,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    background: var(--cream);
    border: var(--line);
    border-radius: 6px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 14px;
    border-color: var(--paper-deep);
}

.woocommerce-checkout #payment {
    background: var(--paper-deep);
    border: var(--line);
    border-radius: 6px;
}

@media (max-width: 1140px) {
    :root {
        --container: min(100% - 36px, 1080px);
    }

    .site-canopy__inner {
        grid-template-columns: 180px 1fr auto;
    }

    .canopy-search {
        display: none;
    }

    .home-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
        gap: 48px;
    }

    .counter-board__sticker {
        right: -12px;
    }

    .counter-board__mushrooms {
        right: -10px;
    }

    .market-product-grid,
    .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .site-footer__grid {
        grid-template-columns: 1.4fr 0.65fr 0.75fr;
    }

    .site-footer__ticket {
        display: none;
    }
}

@media (max-width: 900px) {
    :root {
        --container: min(100% - 32px, 760px);
    }

    .site-canopy__inner {
        grid-template-columns: 1fr auto;
        min-height: 72px;
    }

    .site-canopy__brand {
        width: 170px;
    }

    .canopy-nav {
        display: none;
    }

    .canopy-actions__menu,
    .canopy-actions__shop {
        display: inline-flex;
        align-items: center;
        background: transparent;
        border: 0;
        color: var(--sun);
        cursor: pointer;
    }

    .canopy-actions__shop {
        padding: 8px 10px;
        background: var(--sun);
        border: 1.5px solid var(--ink-deep);
        color: var(--ink-deep);
    }

    .canopy-actions__menu {
        gap: 10px;
        padding: 8px 0;
    }

    .menu-glyph {
        position: relative;
        width: 22px;
        height: 16px;
    }

    .menu-glyph i {
        position: absolute;
        right: 0;
        left: 0;
        height: 2px;
        background: currentColor;
        transition: transform 160ms ease, top 160ms ease;
    }

    .menu-glyph i:first-child { top: 3px; }
    .menu-glyph i:last-child { top: 11px; }

    .canopy-actions__menu[aria-expanded="true"] .menu-glyph i:first-child {
        top: 7px;
        transform: rotate(45deg);
    }

    .canopy-actions__menu[aria-expanded="true"] .menu-glyph i:last-child {
        top: 7px;
        transform: rotate(-45deg);
    }

    .mobile-market-menu {
        position: fixed;
        top: 104px;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-y: auto;
        padding: 26px 20px 110px;
        background: var(--forest);
        color: var(--sun);
    }

    .mobile-market-menu__close {
        display: block;
        min-height: 44px;
        margin: 0 0 18px auto;
        padding: 10px 14px;
        border: 2px solid currentColor;
        border-radius: 999px;
        background: transparent;
        color: inherit;
        font-family: var(--label);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.04em;
        cursor: pointer;
    }

    .mobile-market-menu nav {
        display: flex;
        flex-direction: column;
    }

    .mobile-market-menu nav a {
        display: grid;
        grid-template-columns: 42px 1fr;
        gap: 14px;
        align-items: center;
        min-height: 66px;
        border-bottom: 1px solid rgba(244, 232, 92, 0.35);
        font-size: 25px;
        font-weight: 900;
        letter-spacing: -0.035em;
        text-decoration: none;
    }

    .mobile-market-menu nav span {
        font-family: var(--label);
        font-size: 9px;
        font-weight: 400;
        letter-spacing: 0.05em;
    }

    .mobile-market-search {
        margin-top: 34px;
    }

    .mobile-market-search > label {
        display: block;
        margin-bottom: 9px;
        font-family: var(--label);
        font-size: 10px;
    }

    .mobile-market-search > div {
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .mobile-market-search input,
    .mobile-market-search button {
        min-height: 50px;
        padding: 10px 12px;
        border: var(--line);
        border-radius: 0;
    }

    .mobile-market-search button {
        background: var(--sun);
        color: var(--ink);
        font-weight: 800;
    }

    .home-hero__grid {
        grid-template-columns: 1fr;
        gap: 80px;
        min-height: auto;
    }

    .home-hero__copy {
        max-width: 690px;
    }

    .counter-board {
        width: min(620px, 88%);
        min-height: 630px;
        margin-inline: auto;
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .section-heading > p,
    .section-link {
        justify-self: start;
        margin-left: 0;
    }

    .store-directory__plan {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 142px 250px 210px;
    }

    .directory-zone--cold-drinks { grid-column: 1 / -1; grid-row: 1; }
    .directory-zone--snack-cabinet { grid-column: 1; grid-row: 2; }
    .directory-zone--mushroom-pantry { grid-column: 2; grid-row: 2; }
    .directory-zone--mellow-goods { grid-column: 1; grid-row: 3; }
    .store-directory__counter,
    .store-directory__entry { grid-column: 2; grid-row: 3; }
    .store-directory__path { display: none; }

    .market-product-grid,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shelf-code__grid,
    .store-log__grid,
    .find-us__grid,
    .woocommerce div.product {
        grid-template-columns: 1fr;
    }

    .shelf-code__title {
        min-height: 540px;
        border-right: 0;
        border-bottom: var(--line);
    }

    .store-log__photo {
        max-width: 600px;
        margin-inline: auto;
    }

    .route-grid {
        grid-template-columns: 1fr;
    }

    .route-card {
        min-height: 340px;
    }

    .find-us__grid {
        align-items: start;
        gap: 58px;
    }

    .find-us__details {
        max-width: 600px;
    }

    .site-footer__grid {
        grid-template-columns: 1.4fr 0.7fr 0.8fr;
        gap: 38px;
    }
}

@media (max-width: 620px) {
    :root {
        --container: calc(100% - 32px);
        --hard-shadow: 6px 6px 0 var(--ink);
    }

    html {
        scroll-padding-top: 86px;
    }

    body {
        padding-bottom: 64px;
    }

    .market-wire {
        min-height: 29px;
    }

    .market-wire__track {
        justify-content: flex-start;
        min-height: 27px;
        gap: 14px;
        padding-inline: 14px;
        font-size: 8px;
    }

    .market-wire__track span:nth-of-type(3),
    .market-wire__track span:nth-of-type(4) {
        display: none;
    }

    .site-canopy__inner {
        min-height: 67px;
    }

    .site-canopy__brand {
        width: 142px;
    }

    .canopy-actions {
        gap: 10px;
    }

    .canopy-actions__shop {
        display: none;
    }

    .canopy-actions__cart > span:first-child,
    .canopy-actions__menu > span:first-child {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .mobile-market-menu {
        top: 96px;
    }

    .home-hero__grid {
        gap: 64px;
        padding-block: 46px 72px;
    }

    .home-hero h1 {
        font-size: clamp(48px, 14.8vw, 62px);
        line-height: 0.87;
    }

    .home-hero h1 span {
        margin-top: 0.12em;
    }

    .home-hero__lede {
        margin-top: 25px;
        font-size: 17px;
        line-height: 1.42;
    }

    .home-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .market-button {
        width: 100%;
        min-width: 0;
        min-height: 50px;
    }

    .hero-facts {
        margin-top: 35px;
    }

    .hero-facts div {
        padding: 10px 7px 10px 0;
    }

    .hero-facts div + div {
        padding-left: 9px;
    }

    .hero-facts dd {
        font-size: 10px;
        line-height: 1.3;
    }

    .hero-facts dt {
        font-size: 7px;
    }

    .counter-board {
        width: calc(100% - 6px);
        min-height: 470px;
        margin-left: 0;
    }

    .counter-board::before {
        inset: 25px -6px 6px 24px;
    }

    .counter-board__photo {
        inset: 0 30px 24px 0;
    }

    .counter-board__ticket {
        right: -8px;
        bottom: -22px;
        width: 205px;
        padding: 13px;
    }

    .counter-board__mushrooms {
        top: -34px;
        right: -8px;
        width: 102px;
    }

    .counter-board__sticker {
        top: 80px;
        right: -12px;
        width: 80px;
        height: 80px;
        padding: 9px;
        font-size: 7px;
        box-shadow: 3px 3px 0 var(--ink);
    }

    .cooler-tape__track {
        min-height: 42px;
        gap: 18px;
        font-size: 9px;
    }

    .aisle-index,
    .ways-to-mellow,
    .shelf-section,
    .store-log {
        padding-block: 74px;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .section-heading h2,
    .shelf-code h2,
    .store-log h2 {
        font-size: clamp(45px, 13vw, 58px);
    }

    .section-heading > p {
        font-size: 15px;
    }

    .store-directory {
        box-shadow: 6px 6px 0 color-mix(in srgb, var(--ink) 16%, transparent);
    }

    .store-directory__meta,
    .store-directory__legend {
        gap: 10px 16px;
        padding: 11px 12px;
        font-size: 8px;
    }

    .store-directory__meta span:last-child { display: none; }

    .store-directory__plan {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 12px 10px 14px 22px;
    }

    .store-directory__path {
        display: block;
        top: 28px;
        bottom: 30px;
        left: 10px;
    }

    .directory-zone,
    .directory-zone--cold-drinks {
        display: flex;
        flex: none;
        width: calc(100% - 12px);
        min-height: 182px;
        padding: 15px;
    }

    .directory-zone--snack-cabinet { margin-left: 12px; }
    .directory-zone--mushroom-pantry { width: calc(100% - 24px); }
    .directory-zone--mellow-goods { margin-left: 18px; width: calc(100% - 18px); }

    .directory-zone__head,
    .directory-zone__action { font-size: 9px; }

    .directory-zone__mark {
        top: 43px;
        font-size: 66px;
    }

    .directory-zone strong {
        margin-top: auto;
        font-size: clamp(31px, 10vw, 39px);
    }

    .directory-zone p {
        margin-top: 9px;
        font-size: 12px;
        line-height: 1.35;
    }

    .directory-zone__action {
        margin-top: 12px;
        padding-top: 7px;
    }

    .store-directory__counter,
    .store-directory__entry {
        flex: none;
        width: calc(100% - 8px);
        margin-left: 8px;
    }

    .store-directory__counter {
        min-height: 64px;
    }

    .store-directory__entry {
        display: flex;
        align-self: auto;
        padding: 0 14px;
    }

    .store-directory__legend {
        justify-content: flex-start;
    }

    .store-directory__legend b {
        flex-basis: 100%;
        margin-left: 0;
    }

    .market-product-grid,
    .woocommerce ul.products {
        gap: 12px;
    }

    .market-product__visual {
        aspect-ratio: 1 / 1.15;
    }

    .market-pack {
        min-width: 82px;
        width: 53%;
        padding: 12px 6px;
        box-shadow: 5px 5px 0 rgba(20, 59, 40, 0.85);
    }

    .market-pack__label {
        font-size: 24px;
    }

    .market-product__category {
        top: 7px;
        left: 7px;
        max-width: calc(100% - 14px);
        overflow: hidden;
        padding: 4px 5px;
        font-size: 6px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .market-product__body {
        min-height: 160px;
        padding: 11px;
    }

    .market-product__body h3 {
        font-size: 14px;
        line-height: 1.2;
    }

    .market-product__price {
        font-size: 9px;
    }

    .market-product__actions {
        grid-template-columns: 1fr 34px;
        gap: 5px;
        padding-top: 13px;
    }

    .market-product__add,
    .market-product__arrow {
        min-height: 44px;
        padding: 6px !important;
        font-size: 9px !important;
    }

    .shelf-code__title {
        min-height: 430px;
        padding: 70px 0 48px;
    }

    .shelf-code__title img {
        width: 270px;
    }

    .shelf-code__list li {
        grid-template-columns: 40px 1fr;
        gap: 8px;
        min-height: 210px;
        padding: 38px 0 38px 16px;
    }

    .shelf-code__list h3 {
        font-size: 23px;
    }

    .shelf-code__list p {
        font-size: 14px;
    }

    .store-log__grid {
        gap: 62px;
    }

    .store-log__photo {
        width: calc(100% - 8px);
    }

    .store-log__photo img {
        max-height: 540px;
    }

    .store-log__photo figcaption {
        font-size: 6px;
    }

    .store-log__lead {
        margin-top: 26px;
        font-size: 22px;
    }

    .store-log__copy > p:not(.market-kicker):not(.store-log__lead) {
        font-size: 15px;
    }

    .store-log blockquote {
        margin: 28px 0;
        padding-left: 16px;
        font-size: 24px;
    }

    .route-card {
        min-height: 320px;
        padding: 20px;
    }

    .route-card h3 {
        font-size: 38px;
    }

    .find-us {
        padding-block: 96px 80px;
    }

    .find-us__trees {
        height: 105px;
        background-size: auto 105px;
    }

    .find-us__grid {
        gap: 44px;
        padding-top: 70px;
    }

    .find-us h2 {
        font-size: clamp(64px, 19vw, 84px);
    }

    .address-ticket {
        padding: 19px;
        box-shadow: 6px 6px 0 var(--coral);
    }

    .address-ticket strong {
        font-size: 31px;
    }

    .find-us__note {
        flex-direction: column;
    }

    .site-footer__horizon,
    .site-footer__horizon img {
        height: 80px;
    }

    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 48px 24px;
        padding-block: 54px;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
    }

    .site-footer__brand img {
        width: 190px;
    }

    .site-footer__bottom {
        flex-wrap: wrap;
    }

    .site-footer__bottom span:nth-child(2) {
        display: none;
    }

    .mobile-shop-dock {
        position: fixed;
        z-index: 90;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        min-height: 64px;
        padding-bottom: env(safe-area-inset-bottom);
        background: var(--cream);
        border-top: var(--line);
    }

    .mobile-shop-dock > a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        min-width: 0;
        border-right: 1px solid var(--ink);
        font-family: var(--label);
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-decoration: none;
        text-transform: uppercase;
    }

    .mobile-shop-dock > a:last-child {
        border-right: 0;
    }

    .mobile-shop-dock .mellow-cart-count {
        min-width: 18px;
        height: 18px;
        font-size: 7px;
    }

    .shop-shell {
        padding-block: 48px 80px;
    }

    .woocommerce .page-title,
    .woocommerce-products-header__title {
        font-size: 48px;
    }

    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        float: none;
        width: 100%;
    }

    .woocommerce ul.products li.product {
        padding: 8px 8px 12px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px;
    }

    .woocommerce ul.products li.product .button {
        width: 100%;
        padding: 10px 7px;
        font-size: 11px;
        text-align: center;
    }

    .woocommerce div.product div.images {
        padding: 12px;
    }

    .woocommerce div.product {
        gap: 26px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__image {
        display: grid;
        place-items: center;
        min-height: 0;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__image img {
        width: 100%;
        height: 280px;
        object-fit: contain;
    }

    .woocommerce div.product .product_title {
        font-size: 45px;
    }
}

@media (max-width: 360px) {
    .market-product-grid,
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .market-product__visual {
        aspect-ratio: 1.12;
    }

    .market-pack {
        width: 40%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .cooler-tape__track {
        transform: none;
    }
}
