:root { --ink:        #15110d; --ink-2:      #4b443c; --ink-3:      #837a6f; --paper:      #f3efe6; --surface:    #ffffff; --surface-2:  #e9e4d8; --line:       #15110d;   --accent:     #fdc80f; --accent-ink: #15110d;  --accent-2:      #074ea5; --accent-2-ink:  #ffffff; --accent-2-soft: color-mix(in srgb, var(--accent-2) 14%, transparent); --accent-soft: color-mix(in srgb, var(--accent) 16%, transparent); --ok:    #1f7a36; --danger:#a4132f;  --outline-w: 3px; --radius:    20px; --radius-sm: 12px;
--radius-pill: 999px;
--shadow:    4px 4px 0 var(--ink); --shadow-lg: 6px 6px 0 var(--ink);
--shadow-press: 2px 2px 0 var(--ink);  --newsprint: repeating-linear-gradient(45deg, rgba(21,17,13,.10) 0 1px, transparent 1px 5px);
--dash: 2px dashed var(--accent);  --font-display: 'Bowlby One', system-ui, sans-serif; --font-graff:   'Bangers', system-ui, cursive; --font-marker:  'Permanent Marker', system-ui, cursive; --font-ui:      'Inter', system-ui, sans-serif; --nav-h: 68px;
--safe-bottom: env(safe-area-inset-bottom, 0px);
}  body.mg-redesign, body.mg-redesign *,
.nav, .nav *, .mega, .mega *,
.mg-footer, .mg-footer *,
.drawer, .drawer *, .cartbar, .cartbar *, .scrim, .toast {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
} html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 12px); }
button, input { font-family: inherit; } body.mg-redesign {
margin: 0;
font-family: var(--font-ui);
color: var(--ink);
background: var(--paper);
line-height: 1.5;
-webkit-font-smoothing: antialiased;
} :where(body.mg-redesign) a { color: inherit; }
:where(body.mg-redesign) :is(h1, h2, h3, h4) { margin: 0; } body.mg-redesign img, body.mg-redesign svg,
.nav img, .nav svg, .mega img, .mega svg,
.mg-footer img, .mg-footer svg,
.drawer img, .drawer svg, .cartbar svg {
display: block;
max-width: 100%;
} .t-display {
font-family: var(--font-display);
text-transform: uppercase;
letter-spacing: 1px;
line-height: .98;
color: var(--surface);
-webkit-text-stroke: 2px var(--ink);
paint-order: stroke fill;
text-shadow: var(--shadow);
} .t-hero {
font-family: var(--font-display);
text-transform: uppercase;
letter-spacing: 1px;
line-height: .9;
color: var(--paper);
-webkit-text-stroke: 3px var(--ink);
paint-order: stroke fill;
text-shadow:
3px 3px 0 var(--ink),
6px 6px 0 var(--accent),
9px 9px 0 var(--ink);
}
.t-graff  { font-family: var(--font-graff);  letter-spacing: 2px; font-weight: 400; }
.t-marker { font-family: var(--font-marker); letter-spacing: .5px; } .kicker {
display: inline-block;
font-family: var(--font-marker);
font-size: 14px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--accent-ink);
background: var(--accent);
border: var(--outline-w) solid var(--line);
border-radius: var(--radius-sm);
padding: 5px 12px 4px;
box-shadow: var(--shadow);
transform: rotate(-3deg);
} .subhead {
display: inline-flex;
align-items: center;
gap: 8px;
font-family: var(--font-graff);
font-size: 17px;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--ink);
background: var(--surface);
border: 2.5px solid var(--line);
border-radius: 8px;
padding: 5px 12px 2px;
box-shadow: var(--shadow);
transform: rotate(-1.5deg);
} .sec-title {
font-family: var(--font-display);
font-size: clamp(28px, 4.6vw, 46px);
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1;
color: var(--surface);
-webkit-text-stroke: 2px var(--ink);
paint-order: stroke fill;
text-shadow: var(--shadow);
transform: rotate(-1.5deg);
display: inline-block;
} .band-ink .sec-title { color: var(--accent); text-shadow: 4px 4px 0 #000; } .band { position: relative; padding: clamp(48px, 7vw, 96px) 0; }
.band-paper { background: var(--paper); }
.band-surface { background: var(--surface); } .band-ink { background: var(--ink); color: var(--paper); }
.band-ink .lead, .band-ink p { color: color-mix(in srgb, var(--paper) 86%, transparent); } .band-blue { background: var(--accent-2); color: var(--accent-2-ink); }
.band-blue .lead, .band-blue p { color: color-mix(in srgb, var(--accent-2-ink) 90%, transparent); } .band-marble::before { content: none; }
.band > .wrap { position: relative; z-index: 1; }
.wrap { width: min(1240px, 92vw); margin: 0 auto; }
.wrap-narrow { width: min(820px, 92vw); margin: 0 auto; }
.sec-head { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
.sec-head .row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.lead { font-size: 16px; color: var(--ink-2); max-width: 62ch; text-wrap: pretty; } .see-all {
font-family: var(--font-graff);
font-size: 16px; letter-spacing: 1.5px;
text-decoration: none; color: var(--ink);
border-bottom: 3px solid var(--accent);
white-space: nowrap; padding-bottom: 1px;
}
.see-all:hover { color: var(--accent-ink); background: var(--accent); padding: 2px 8px; border-radius: 6px; border-bottom: 0; box-shadow: var(--shadow-press); } .mg-btn {
display: inline-flex; align-items: center; justify-content: center; gap: 8px;
font-family: var(--font-display);
font-size: 14px; letter-spacing: 1px; text-transform: uppercase;
text-decoration: none; cursor: pointer;
border: var(--outline-w) solid var(--line);
border-radius: var(--radius-sm);
padding: 13px 22px 11px;
background: var(--surface); color: var(--ink);
box-shadow: var(--shadow);
transition: transform .12s, box-shadow .12s, background .12s;
}
.mg-btn:hover { transform: translate(-1px,-1px); box-shadow: var(--shadow-lg); }
.mg-btn:active { transform: translate(2px,2px); box-shadow: var(--shadow-press); }
.mg-btn-primary { background: var(--accent); color: var(--accent-ink); text-shadow: 1px 1px 0 rgba(255,255,255,.35); }
.mg-btn-ink { background: var(--ink); color: var(--paper); }
.mg-btn-lg { font-size: 17px; padding: 16px 30px 14px; }
.mg-btn-block { width: 100%; } .pill-blue { background: var(--accent-2); color: var(--accent-2-ink); border-color: var(--ink); }
.mg-btn-blue { background: var(--accent-2); color: var(--accent-2-ink); text-shadow: 1px 1px 0 rgba(0,0,0,.25); } .searchbar {
display: flex; align-items: stretch; gap: 0;
border: var(--outline-w) solid var(--line); border-radius: var(--radius);
background: var(--surface); box-shadow: var(--shadow-lg); overflow: hidden;
}
.searchbar .ic { display: grid; place-items: center; padding: 0 6px 0 20px; color: var(--accent-2); }
.searchbar .ic svg { width: 26px; height: 26px; }
.searchbar input {
flex: 1; min-width: 0; border: 0; background: transparent;
font-family: var(--font-ui); font-weight: 600; font-size: clamp(16px, 2.2vw, 21px);
color: var(--ink); padding: 20px 14px;
}
.searchbar input::placeholder { color: var(--ink-3); }
.searchbar input:focus { outline: none; }
.searchbar .go-btn {
flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px;
font-family: var(--font-display); font-size: 15px; letter-spacing: 1px; text-transform: uppercase;
background: var(--accent-2); color: var(--accent-2-ink); border: 0; cursor: pointer;
padding: 0 clamp(18px, 3vw, 34px); border-left: var(--outline-w) solid var(--line);
transition: background .14s;
}
.searchbar .go-btn:hover { background: color-mix(in srgb, var(--accent-2) 84%, #000); }
.search-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; justify-content: center; }
.chip-link {
font-family: var(--font-ui); font-weight: 700; font-size: 13px; text-decoration: none;
color: var(--ink); background: var(--surface); border: 2.5px solid var(--line);
border-radius: var(--radius-pill); padding: 8px 15px; box-shadow: var(--shadow-press);
transition: transform .12s, background .12s, color .12s;
}
.chip-link:hover { background: var(--accent-2); color: var(--accent-2-ink); transform: translate(-1px,-1px); } .cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cat-card {
position: relative; display: flex; flex-direction: column; text-decoration: none; text-align: left;
background: var(--surface); border: var(--outline-w) solid var(--line); border-radius: var(--radius);
box-shadow: var(--shadow); overflow: hidden; cursor: pointer;
transition: transform .12s, box-shadow .12s;
}
.cat-card:hover { transform: translate(-2px,-2px); box-shadow: var(--shadow-lg); }
.cat-card:active { transform: translate(2px,2px); box-shadow: var(--shadow-press); }
.cat-card .cat-media { aspect-ratio: 4/3; border-bottom: var(--outline-w) solid var(--line); background: var(--surface-2); } .cat-card .cat-body { padding: 13px 15px 15px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.cat-card .cat-name { font-family: var(--font-display); font-size: 17px; text-transform: uppercase; letter-spacing: .5px; line-height: 1; }
.cat-card .cat-count { font-family: var(--font-marker); font-size: 12px; color: var(--ink-3); margin-top: 6px; display: block; }
.cat-card .cat-arrow {
flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center;
background: var(--accent-2); color: var(--accent-2-ink); border: 2px solid var(--ink);
border-radius: 9px; box-shadow: 2px 2px 0 var(--ink); transform: rotate(-3deg);
}
.cat-card:nth-child(3n) .cat-arrow { background: var(--accent); color: var(--accent-ink); }
.cat-card .cat-arrow svg { width: 17px; height: 17px; }
@media (max-width: 1080px) { .cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 680px) { .cat-grid { grid-template-columns: repeat(2, 1fr); } } .nav {
position: sticky; top: 0; z-index: 100;
background: var(--ink);
border-bottom: var(--outline-w) solid var(--ink);
box-shadow: 0 4px 0 var(--accent-2), 0 9px 18px rgba(0,0,0,.22);
}
.nav-inner {
width: min(1320px, 95vw); margin: 0 auto;
min-height: var(--nav-h);
display: grid; grid-template-columns: auto 1fr auto; align-items: center;
gap: 14px; padding: 10px 0;
} .brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; user-select: none; } .brand-name { white-space: nowrap; }
.brand b + b { margin-left: 0; }
.brand img.logo {
width: 52px; height: 52px; border-radius: 50%; object-fit: cover;
border: 2px solid #fff; box-shadow: 2px 2px 0 var(--accent);
background: #000;
flex: 0 0 auto;
} .brand-text { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-name { display: inline-flex; }
.brand-city {
font-family: var(--font-marker);
font-size: 16px; letter-spacing: 1px;
color: var(--accent-2);
transform: rotate(-3deg);
margin: 1px 0 0 4px;
}
.brand b {
font-family: var(--font-display);
font-size: 22px; letter-spacing: .5px; text-transform: uppercase;
color: var(--paper);
-webkit-text-stroke: 1px #000;
text-shadow: 2px 2px 0 var(--accent);
}
.brand b.go { color: var(--accent); -webkit-text-stroke: 1px #000; text-shadow: 2px 2px 0 #000; }
.nav-anchors { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.nav-anchors::-webkit-scrollbar { display: none; }
.nav-anchors a {
flex: 0 0 auto;
font-family: var(--font-graff); font-size: 15px; letter-spacing: 1.5px;
color: var(--accent); text-decoration: none; white-space: nowrap;
padding: 8px 11px 4px; border-radius: 7px; border: 2px solid transparent; line-height: 1;
}
.nav-anchors a:hover { color: var(--surface); background: rgba(255,255,255,.08); }
.nav-anchors a.active,
.nav-anchors a[aria-current="page"] {
color: var(--accent-ink); background: var(--accent);
border-color: var(--ink); box-shadow: 2px 2px 0 #000; transform: rotate(-1.5deg);
}
.nav-tools { display: flex; align-items: center; gap: 8px; }
.icon-btn {
width: 40px; height: 40px; display: grid; place-items: center;
background: transparent; border: 2px solid var(--accent); border-radius: 9px;
color: var(--accent); cursor: pointer; transition: transform .12s, background .12s;
}
.icon-btn:hover { background: rgba(245,181,14,.14); }
.icon-btn:active { transform: translate(1px,1px); }
.icon-btn svg { width: 19px; height: 19px; } .lang { display: inline-flex; border: 2px solid var(--accent); border-radius: 9px; overflow: hidden; }
.lang button {
background: transparent; color: var(--accent); border: 0; cursor: pointer;
font-family: var(--font-graff); font-size: 14px; letter-spacing: 1px; padding: 8px 10px 5px;
}
.lang button.on { background: var(--accent); color: var(--accent-ink); } .cart-btn {
display: inline-flex; align-items: center; gap: 8px;
font-family: var(--font-display); font-size: 13px; letter-spacing: 1px; text-transform: uppercase;
background: var(--accent); color: var(--accent-ink);
border: 2px solid var(--ink); border-radius: 10px; cursor: pointer;
padding: 9px 13px 7px; box-shadow: 3px 3px 0 #000;
transition: transform .12s, box-shadow .12s;
}
.cart-btn:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 #000; }
.cart-btn:active { transform: translate(1px,1px); box-shadow: 2px 2px 0 #000; }
.cart-btn .count {
font-family: var(--font-graff); font-size: 13px; letter-spacing: 1px;
background: var(--ink); color: var(--accent);
border-radius: 999px; min-width: 22px; min-height: 20px; padding: 2px 6px 0;
display: inline-grid; place-items: center;
} .mega {
position: absolute; left: 0; right: 0; top: 100%;
background: var(--paper);
border-bottom: var(--outline-w) solid var(--ink);
box-shadow: 0 14px 26px rgba(0,0,0,.22);
transform: translateY(-12px); opacity: 0; pointer-events: none;
transition: transform .16s, opacity .16s;
z-index: 99;
}
.mega.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mega-inner { width: min(1320px,95vw); margin: 0 auto; padding: 26px 0 32px; display: grid; grid-template-columns: 300px 1fr; gap: 40px; align-items: center; }
.mega-feature {
border: var(--outline-w) solid var(--line); border-radius: var(--radius);
background: var(--surface) var(--newsprint); box-shadow: var(--shadow); overflow: hidden;
display: flex; flex-direction: column;
}
.mega-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px 28px; align-content: start; }
.mega-cols h4 {
grid-column: 1 / -1;
font-family: var(--font-graff); font-size: 16px; letter-spacing: 1.5px;
color: var(--ink-3); text-transform: uppercase; margin: 4px 0 10px;
}
.mega-cols a {
font-family: var(--font-ui); font-weight: 600; font-size: 14px; color: var(--ink);
text-decoration: none; padding: 10px 8px; border-radius: 8px; display: flex; align-items: center; gap: 8px;
}
.mega-cols a::before { content: ""; width: 7px; height: 7px; background: var(--accent); border: 1.5px solid var(--ink); border-radius: 2px; transform: rotate(8deg); flex: 0 0 auto; }
.mega-cols a:hover { background: var(--accent-soft); } .pill {
display: inline-flex; align-items: center; gap: 6px;
font-family: var(--font-ui); font-weight: 800; font-size: 12px; letter-spacing: .4px;
background: var(--surface); color: var(--ink);
border: 2.5px solid var(--line); border-radius: var(--radius-pill);
padding: 6px 12px; box-shadow: var(--shadow-press); transform: rotate(-2deg);
}
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); border: 1.5px solid var(--ink); }
.pill-accent { background: var(--accent); color: var(--accent-ink); }
.pill:hover { animation: wiggle .4s ease; }
@keyframes wiggle { 0%,100%{transform:rotate(-2deg)} 30%{transform:rotate(2deg) scale(1.04)} 60%{transform:rotate(-3deg)} } .mg-grid { display: grid; gap: 16px; }
.mg-grid-4 { grid-template-columns: repeat(4, 1fr); }
.mg-grid-3 { grid-template-columns: repeat(3, 1fr); }
.mg-grid-2 { grid-template-columns: repeat(2, 1fr); }
.mg-tile {
position: relative; display: flex; flex-direction: column; text-align: left;
background: var(--surface) var(--newsprint);
border: var(--outline-w) solid var(--line); border-radius: var(--radius);
box-shadow: var(--shadow); overflow: hidden; cursor: pointer;
transition: transform .12s, box-shadow .12s;
}
.mg-tile:hover { transform: translate(-2px,-2px); box-shadow: var(--shadow-lg); }
.mg-tile:active { transform: translate(2px,2px); box-shadow: var(--shadow-press); }
.mg-tile-media {
aspect-ratio: 1; position: relative; display: grid; place-items: center;
border-bottom: var(--outline-w) solid var(--line); overflow: hidden;
} .ph {
width: 64%; aspect-ratio: 1; filter: drop-shadow(3px 3px 0 var(--ink));
}
.ph svg { width: 100%; height: 100%; }
.ph .blob { fill: var(--surface-2); stroke: var(--ink); stroke-width: 6; }
.ph .blob-accent { fill: var(--accent-soft); }
.mg-tile-badge {
position: absolute; top: 10px; left: 10px; z-index: 2; white-space: nowrap;
font-family: var(--font-ui); font-weight: 800; font-size: 9.5px; letter-spacing: 1px; text-transform: uppercase;
background: var(--ink); color: var(--paper); border: 2px solid var(--ink);
padding: 4px 7px; border-radius: 6px; transform: rotate(-3deg);
}
.mg-tile-badge.new { background: var(--accent); color: var(--accent-ink); }
.mg-tile-badge.sale { background: var(--danger); color: #fff; }
.mg-tile-fav {
position: absolute; top: 8px; right: 8px; z-index: 2;
width: 30px; height: 30px; display: grid; place-items: center;
background: var(--surface); color: var(--ink); border: 2px solid var(--ink);
border-radius: 50%; box-shadow: 2px 2px 0 var(--accent); cursor: pointer; transform: rotate(4deg);
}
.mg-tile-fav svg { width: 15px; height: 15px; }
.mg-tile-body { padding: 12px 13px 13px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.mg-tile-brand { font-family: var(--font-marker); font-size: 12px; letter-spacing: 1px; color: var(--ink-3); text-transform: uppercase; }
.mg-tile-name { font-family: var(--font-ui); font-weight: 700; font-size: 14px; line-height: 1.3; color: var(--ink); min-height: 2.6em; }
.mg-tile-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; flex-wrap: wrap; }
.mg-tile-price { flex: 1 1 auto; }
.mg-tile-price { font-family: var(--font-graff); font-size: 24px; letter-spacing: 2px; color: var(--ink); line-height: 1; }
.mg-tile-price small { font-family: var(--font-ui); font-weight: 700; font-size: 12px; color: var(--ink-3); text-decoration: line-through; letter-spacing: 0; margin-right: 6px; }
.add-btn {
display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; flex: 0 0 auto;
font-family: var(--font-display); font-size: 11px; letter-spacing: .5px; text-transform: uppercase;
background: var(--ink); color: var(--paper); border: 2px solid var(--ink);
border-radius: 9px; padding: 9px 12px 7px; cursor: pointer;
box-shadow: 2px 2px 0 var(--accent); transition: transform .1s, box-shadow .1s, background .14s;
}
.add-btn:hover { transform: translate(-1px,-1px); box-shadow: 3px 3px 0 var(--accent); }
.add-btn:active { transform: translate(1px,1px); box-shadow: 1px 1px 0 var(--accent); }
.add-btn.added { background: var(--ok); border-color: var(--ok); box-shadow: 2px 2px 0 var(--ink); animation: pop .7s cubic-bezier(.34,1.56,.64,1); }
@keyframes pop { 0%{transform: scale(.85)} 100%{transform: scale(1)} }
.mg-tile.sold .mg-tile-media { opacity: .4; }
.mg-tile.sold::after {
content: "ESAURITO"; position: absolute; top: 38%; left: 50%; transform: translate(-50%,-50%) rotate(-9deg);
background: var(--ink); color: var(--paper); font-family: var(--font-display); font-size: 13px; letter-spacing: 1px;
padding: 6px 12px; border-radius: 6px; z-index: 3;
} .rail { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 2px 14px; scrollbar-width: none; }
.rail::-webkit-scrollbar { display: none; }
.rail > * { scroll-snap-align: start; flex: 0 0 clamp(230px, 28vw, 290px); }
.rail-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.rail-nav { display: flex; gap: 8px; } .steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 34px; }
.step {
position: relative; text-align: center;
background: var(--surface); border: var(--outline-w) solid var(--line); border-radius: var(--radius);
box-shadow: var(--shadow-lg); padding: 26px 18px 22px; transform: rotate(-1.4deg);
}
.step:nth-child(2) { transform: rotate(1.2deg); background: var(--accent); }
.step:nth-child(3) { transform: rotate(-1.6deg); }
.step .num {
font-family: var(--font-display); font-size: 30px; color: var(--surface);
-webkit-text-stroke: 2px var(--ink); paint-order: stroke fill; text-shadow: 3px 3px 0 var(--ink);
display: inline-block; margin-bottom: 8px;
}
.step:nth-child(2) .num { color: var(--accent); text-shadow: 3px 3px 0 #000; -webkit-text-stroke: 2px #000; }
.step h3 { font-family: var(--font-display); font-size: 20px; text-transform: uppercase; letter-spacing: 1px; }
.step p { font-size: 13.5px; color: var(--ink-2); margin: 8px 0 0; }
.step:nth-child(2) p { color: var(--accent-ink); }
.step + .step::before {
content: ""; position: absolute; left: -26px; top: 50%; width: 20px; height: 20px;
transform: translateY(-50%) rotate(-45deg);
border-right: 5px solid var(--ink); border-bottom: 5px solid var(--ink);
filter: drop-shadow(2px 2px 0 var(--accent));
} .logos { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.logo-chip {
display: grid; place-items: center; min-width: 150px; height: 76px; padding: 0 22px;
background: var(--surface); border: var(--outline-w) solid var(--line); border-radius: var(--radius-sm);
box-shadow: var(--shadow); font-family: var(--font-display); font-size: 17px; letter-spacing: .5px;
text-transform: uppercase; color: var(--ink); transform: rotate(-1deg);
}
.logo-chip:nth-child(even) { transform: rotate(1.2deg); }
.logo-chip:hover { box-shadow: var(--shadow-lg); transform: translate(-1px,-1px) rotate(0); } .news { display: flex; gap: 12px; flex-wrap: wrap; max-width: 540px; }
.news input {
flex: 1 1 240px; min-width: 0;
border: var(--outline-w) solid var(--accent); border-radius: var(--radius-sm);
background: var(--surface); color: var(--ink); font-size: 16px; padding: 14px 16px;
box-shadow: 3px 3px 0 var(--accent);
}
.news input::placeholder { color: var(--ink-3); } .mg-footer { background: var(--ink); color: var(--paper); border-top: var(--outline-w) solid var(--ink); }
.mg-footer-grid { width: min(1240px,92vw); margin: 0 auto; padding: 54px 0 26px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 30px; }
.mg-footer h4 { font-family: var(--font-graff); font-size: 18px; letter-spacing: 1.5px; color: var(--accent); text-transform: uppercase; margin-bottom: 14px; }
.mg-footer a { color: color-mix(in srgb, var(--paper) 84%, transparent); text-decoration: none; font-size: 14px; display: inline-block; padding: 4px 0; }
.mg-footer a:hover { color: var(--accent); }
.mg-footer .col p { font-size: 14px; color: color-mix(in srgb, var(--paper) 78%, transparent); margin: 4px 0; }
.mg-footer .socials { display: flex; gap: 10px; margin-top: 4px; }
.mg-footer .socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 2px solid var(--accent); border-radius: 9px; color: var(--accent); padding: 0; }
.mg-footer .socials a:hover { background: var(--accent); color: var(--accent-ink); }
.mg-footer .socials svg { width: 17px; height: 17px; }
.mg-footer-meta { border-top: var(--dash); width: min(1240px,92vw); margin: 0 auto; padding: 16px 0 30px; font-family: var(--font-marker); font-size: 12px; letter-spacing: .5px; color: color-mix(in srgb, var(--paper) 66%, transparent); text-align: center; } .scrim { position: fixed; inset: 0; background: rgba(0,0,0,.5); opacity: 0; pointer-events: none; transition: opacity .2s; z-index: 110; }
.scrim.open { opacity: 1; pointer-events: auto; }
.drawer {
position: fixed; top: 0; right: 0; bottom: 0; width: min(420px, 92vw);
background: var(--paper); border-left: var(--outline-w) solid var(--ink);
box-shadow: -8px 0 0 var(--accent), -18px 0 30px rgba(0,0,0,.25);
transform: translateX(100%); transition: transform .26s cubic-bezier(.34,1.1,.64,1);
z-index: 120; display: flex; flex-direction: column;
}
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 20px 16px; border-bottom: var(--dash); }
.drawer-head .ttl { font-family: var(--font-display); font-size: 20px; text-transform: uppercase; letter-spacing: 1px; }
.drawer-items { flex: 1; overflow-y: auto; padding: 8px 20px; }
.ci { display: grid; grid-template-columns: 52px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1.5px dashed rgba(21,17,13,.25); }
.ci .thumb { width: 52px; height: 52px; background: var(--surface) var(--newsprint); border: 2px solid var(--ink); border-radius: 9px; box-shadow: 2px 2px 0 var(--ink); display: grid; place-items: center; }
.ci .thumb .ph { width: 74%; }
.ci .nm { font-weight: 800; font-size: 13.5px; line-height: 1.25; }
.ci .br { font-family: var(--font-marker); font-size: 11px; color: var(--ink-3); text-transform: uppercase; }
.ci .qty { display: inline-flex; align-items: center; gap: 8px; margin-top: 5px; }
.ci .qty button { width: 22px; height: 22px; border: 2px solid var(--ink); background: var(--surface); border-radius: 6px; font-weight: 800; cursor: pointer; line-height: 1; }
.ci .qty span { font-family: var(--font-graff); font-size: 15px; min-width: 16px; text-align: center; }
.ci .pr { font-family: var(--font-graff); font-size: 18px; letter-spacing: 1px; color: var(--ink); }
.ci .rm { background: none; border: 0; color: var(--ink-3); cursor: pointer; font-size: 11px; text-decoration: underline; padding: 2px 0; }
.drawer-empty { text-align: center; padding: 50px 24px; font-family: var(--font-marker); color: var(--ink-3); }
.drawer-foot { padding: 16px 20px calc(18px + var(--safe-bottom)); border-top: var(--outline-w) solid var(--ink); background: var(--surface); }
.drawer-tot { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 12px; }
.drawer-tot .lbl { font-family: var(--font-graff); font-size: 18px; letter-spacing: 1.5px; }
.drawer-tot .val { font-family: var(--font-display); font-size: 26px; } .cartbar {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
display: none; align-items: center; justify-content: space-between; gap: 12px;
background: var(--accent); color: var(--accent-ink);
border-top: var(--outline-w) solid var(--ink);
box-shadow: 0 -4px 0 var(--ink);
padding: 12px 16px calc(12px + var(--safe-bottom));
}
.cartbar .info { font-family: var(--font-graff); font-size: 17px; letter-spacing: 1px; }
.cartbar .info b { font-family: var(--font-display); font-size: 18px; } .toast {
position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%) translateY(20px);
background: var(--ink); color: var(--paper); border: 2px solid var(--ink);
border-radius: 12px; box-shadow: var(--shadow); padding: 12px 18px;
font-family: var(--font-graff); letter-spacing: 1px; font-size: 16px;
opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; z-index: 130;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); } @media (max-width: 1080px) {
.mg-grid-4 { grid-template-columns: repeat(3, 1fr); }
.mega-inner { grid-template-columns: 1fr; }
.mega-feature { display: none; }
}
@media (max-width: 860px) {
.mg-footer-grid { grid-template-columns: 1fr 1fr; }
.steps { grid-template-columns: 1fr; gap: 40px; }
.step, .step:nth-child(2), .step:nth-child(3) { transform: rotate(-1deg); }
.step:nth-child(2) { transform: rotate(1deg); }
.step + .step::before { left: 50%; top: -28px; transform: translateX(-50%) rotate(45deg); }
}
@media (max-width: 680px) {
:root { --nav-h: 56px; }
.nav-inner { grid-template-columns: auto auto; grid-template-areas: "brand tools" "anchors anchors"; row-gap: 8px; }
.brand { grid-area: brand; }
.nav-tools { grid-area: tools; justify-self: end; }
.nav-anchors { grid-area: anchors; border-top: 1.5px dashed rgba(245,181,14,.3); padding-top: 8px; }
.mg-grid-4, .mg-grid-3 { grid-template-columns: repeat(2, 1fr); }
.mg-tile-name { font-size: 13px; min-height: 2.4em; }
.mg-tile-price { font-size: 21px; }
.mg-footer-grid { grid-template-columns: 1fr; gap: 26px; }
.cartbar { display: flex; }
body.has-cartbar { padding-bottom: 78px; }
.icon-btn.search-btn { display: none; }
.sec-title { font-size: clamp(24px, 8vw, 34px); }
}.mg-sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
border: 0;
} .nav a:focus-visible,
.nav button:focus-visible,
.nav summary:focus-visible,
.mg-footer a:focus-visible,
.drawer a:focus-visible,
.drawer button:focus-visible {
outline: 3px solid var(--accent-2);
outline-offset: 2px;
}  .nav .brand img.logo,
.mg-footer .brand img.logo {
width: 52px;
height: 52px;
}
.mg-footer-brand {
margin-bottom: 14px;
} .nav-anchors .has-mega {
flex: 0 0 auto; display: inline-flex;
}
@media (min-width: 1081px) { .nav .nav-anchors {
overflow-x: auto;
overflow-y: visible;
scrollbar-width: none;
}
.nav .nav-anchors::-webkit-scrollbar { display: none; } .nav-tools { position: relative; } .nav-tools::after {
content: "";
position: absolute; right: 100%; top: 0; bottom: 0; z-index: 1;
width: 64px;
background: linear-gradient(to right, transparent, var(--ink) 62%);
pointer-events: none;
} .nav-tools::before {
content: "\203A"; position: absolute; right: calc(100% + 14px); top: 0; bottom: 0; z-index: 2;
display: flex; align-items: center;
padding-bottom: 4px;
color: var(--accent);
font-family: var(--font-display); font-size: 24px; line-height: 1;
pointer-events: none;
animation: mg-nav-nudge 1.5s ease-in-out infinite;
}
@keyframes mg-nav-nudge {
0%, 100% { transform: translateX(0); }
50%      { transform: translateX(-4px); }
}
@media (prefers-reduced-motion: reduce) {
.nav-tools::before { animation: none; }
}
.nav-anchors .has-mega > .mega {
position: fixed;
top: var(--mg-nav-h, 85px);
left: 0;
right: 0;
content-visibility: hidden;
visibility: hidden;
}
.nav-anchors .has-mega:hover > .mega,
.nav-anchors .has-mega:focus-within > .mega {
content-visibility: visible;
visibility: visible;
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}
} @media (max-width: 1080px) {
.nav-anchors .mega {
display: none;
}
}
@media (prefers-reduced-motion: reduce) {
.mega {
transition: none;
}
}  .nav-anchors .mega-feature {
display: flex;
flex-direction: column;
flex: initial;
font-family: var(--font-ui);
font-size: 14px;
letter-spacing: normal;
line-height: 1.4;
white-space: normal;
text-decoration: none;
color: var(--ink);
padding: 0;
border: var(--outline-w) solid var(--line);
border-radius: var(--radius);
}
.nav-anchors .mega-feature:hover {
color: var(--ink);
background: var(--surface) var(--newsprint);
}
.nav-anchors .mega-cols a {
flex: initial;
letter-spacing: normal;
white-space: normal;
line-height: 1.35;
border: 0;
}
.nav-anchors .mega-cols a:hover {
color: var(--ink);
background: var(--accent-soft);
}
.mega-feature .mg-tile-media {
width: 100%;
background: var(--surface) var(--newsprint);
}
.mega-feature .mg-tile-media img {
width: 100%;
height: 100%;
object-fit: cover;
}
.mega-feature-cap {
display: flex;
flex-direction: column;
gap: 2px;
padding: 12px 14px 14px;
}
.mega-feature-name {
font-family: var(--font-display);
font-size: 15px;
letter-spacing: .5px;
text-transform: uppercase;
}
.mega-feature-count {
font-family: var(--font-marker);
font-size: 12px;
color: var(--ink-3);
} .nav-anchors .mega-cols .mega-all {
grid-column: 1 / -1;
font-family: var(--font-graff);
letter-spacing: 1.2px;
text-transform: uppercase;
color: var(--accent-2);
}
.nav-anchors .mega-cols .mega-all:hover {
color: var(--accent-2);
background: var(--accent-soft);
} .nav-search {
position: relative;
display: flex;
}
.nav-search > summary.icon-btn {
list-style: none;
cursor: pointer;
}
.nav-search > summary.icon-btn::-webkit-details-marker {
display: none;
}
.nav-search > summary.icon-btn::marker {
content: "";
}
.nav-search-panel {
position: absolute;
top: calc(100% + 10px);
right: 0;
z-index: 101;
width: min(420px, 88vw);
padding: 14px;
background: var(--paper);
border: var(--outline-w) solid var(--ink);
border-radius: var(--radius-sm);
box-shadow: var(--shadow);
} .nav-search-panel .dgwt-wcas-search-wrapp {
max-width: 100%;
}
.nav-search-panel .dgwt-wcas-search-wrapp input[type="search"].dgwt-wcas-search-input {
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
font-family: var(--font-ui);
color: var(--ink);
padding: 10px 8px 10px 42px;
}
.nav-search-panel .dgwt-wcas-search-wrapp input[type="search"].dgwt-wcas-search-input:focus {
outline: none; box-shadow: none; border: 0;
} @media (max-width: 680px) {
.nav .icon-btn.search-btn {
display: grid;
}
.nav-search {
display: flex;
} .nav-search-panel {
right: calc(50% - 44vw);
}
} @media (max-width: 480px) {
.brand b { font-size: 16px; }
.nav .brand img.logo { width: 42px; height: 42px; }
.nav-tools { gap: 6px; }
.nav-inner { column-gap: 8px; }
} .nav .cart-icon {
position: static;
right: auto;
bottom: auto;
z-index: auto;
display: inline-flex;
} .woocommerce-cart .nav .cart-icon,
.woocommerce-checkout .nav .cart-icon {
display: inline-flex;
}
.nav .cart-icon .cart-contents {
display: inline-flex;
align-items: center;
gap: 7px;
width: auto;
height: auto;
padding: 0;
border-radius: 0;
background: none;
line-height: 1;
font-size: inherit;
color: inherit;
cursor: inherit;
}
.nav .cart-icon .cart-contents svg {
width: 18px;
height: 18px;
}
.nav .cart-icon .cart-contents__number {
position: static;
width: auto;
height: auto;
right: auto;
bottom: auto;
line-height: 1;
font-size: 13px;
color: var(--accent);
background: var(--ink);
}
.cart-btn-label {
white-space: nowrap;
} @media (max-width: 520px) {
.cart-btn-label {
display: none;
}
} .drawer.minicart {
right: 0;
left: auto;
top: 0;
bottom: 0;
width: min(420px, 92vw);
height: 100%;
min-width: 0;
padding: 0;
overflow: visible;
justify-content: flex-start;
z-index: 120; box-shadow: none;
}
.drawer.minicart.cart--open {
right: 0;
transform: translateX(0);
box-shadow: -8px 0 0 var(--accent), -18px 0 30px rgba(0, 0, 0, .25);
} .drawer.minicart.cart--open ~ .scrim {
opacity: 1;
}
.drawer.minicart .drawer-head .close {
position: static;
padding: 0;
border-color: var(--ink);
color: var(--ink);
background: transparent;
}
.drawer.minicart .drawer-head .close:hover {
text-decoration: none;
background: var(--accent-soft);
} .drawer.minicart .drawer-items {
position: static;
padding: 8px 20px calc(20px + var(--safe-bottom));
}
.drawer.minicart .drawer-items .widget {
margin-bottom: 0;
} .drawer.minicart .woocommerce-mini-cart__buttons .button {
display: inline-block;
margin-right: 8px;
}
@media (prefers-reduced-motion: reduce) {
.drawer,
.scrim {
transition: none;
}
} .cartbar .mg-btn {
padding: 10px 16px 8px;
font-size: 14px;
border-color: var(--ink);
flex: 0 0 auto;
} .cartbar .info,
.cartbar .cartbar-info {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cartbar .cartbar-tot .amount {
font-family: var(--font-display);
} .mg-footer .mg-footer-menu {
list-style: none;
margin: 0;
padding: 0;
}
.mg-footer .mg-footer-menu li {
margin: 0;
}
.mg-footer .mg-footer-menu a {
display: block;
}
.mg-footer-meta p {
margin: 0 0 6px;
}
.mg-footer-meta p:last-child {
margin-bottom: 0;
}
.mg-footer-meta a {
color: var(--accent);
padding: 0;
}
.mg-footer-disclaimer {
font-style: italic;
}
.mg-footer-copy {
font-family: var(--font-ui);
font-size: 12px;
letter-spacing: 0;
} .dropdown-caret {
display: inline-flex;
align-items: center;
}
.dropdown-caret svg {
width: 14px;
height: 14px;
}.hero { overflow: hidden; }
.hero .wrap {
display: grid;
grid-template-columns: 1.15fr .85fr;
gap: 40px;
align-items: center;
}
.hero h1 {
font-size: clamp(46px, 8.5vw, 104px);
margin-top: 18px; min-height: 2.7em;
}
.hero .tagline {
font-family: var(--font-marker);
font-size: clamp(16px, 2.2vw, 22px);
color: var(--ink-2);
margin: 20px 0 22px;
max-width: 30ch;
}
.hero .usps {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 26px;
}
.hero .cta-row {
display: flex;
flex-wrap: wrap;
gap: 14px;
} .hero-collage {
position: relative;
aspect-ratio: 1;
}
.hero-collage .shot {
position: absolute;
border: var(--outline-w) solid var(--line);
border-radius: var(--radius);
box-shadow: var(--shadow-lg);
overflow: hidden;
background: var(--surface-2);
}
.hero-collage .shot img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
} .hero-collage .shot-empty {
width: 100%;
height: 100%;
background: var(--surface-2) var(--newsprint);
}
.hero-collage .s1 { width: 60%; height: 62%; top: 2%; left: 4%; transform: rotate(-4deg); z-index: 3; }
.hero-collage .s2 { width: 44%; height: 44%; top: 8%; right: 0; transform: rotate(6deg); z-index: 2; }
.hero-collage .s3 { width: 50%; height: 46%; bottom: 0; left: 26%; transform: rotate(2deg); z-index: 4; }
.hero-collage .tape {
position: absolute;
width: 78px;
height: 26px;
background: var(--accent);
border: 2px solid var(--ink);
opacity: .95;
z-index: 6;
}
.hero-collage .tape-1 { top: 0; left: 32%; transform: rotate(-8deg); }
.hero-collage .tape-2 { bottom: 8%; right: 12%; transform: rotate(12deg); }
@media (max-width: 880px) {
.hero .wrap { grid-template-columns: 1fr; gap: 18px; }
.hero-collage { max-width: 380px; margin: 0 auto; width: 100%; }
} .searchbar .dgwt-wcas-search-wrapp { flex: 1; max-width: none; }
.searchbar form,
.searchbar .dgwt-wcas-search-form { display: flex; flex: 1; margin: 0; } .searchbar .dgwt-wcas-search-wrapp input[type="search"].dgwt-wcas-search-input,
.searchbar .search-field,
.searchbar input[type="search"],
.searchbar input[type="text"] {
flex: 1;
width: 100%;
min-width: 0;
height: auto;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
font-family: var(--font-ui);
font-size: 16px;
color: var(--ink); padding: 16px 8px 16px 46px;
}
.searchbar .dgwt-wcas-search-wrapp input[type="search"].dgwt-wcas-search-input:focus,
.searchbar .search-field:focus { outline: none; box-shadow: none; border: 0; } .searchbar .dgwt-wcas-search-submit,
.searchbar button[type="submit"],
.searchbar input[type="submit"] {
flex: 0 0 auto;
border: 0;
cursor: pointer;
font-family: var(--font-display);
font-size: 15px;
letter-spacing: 1px;
text-transform: uppercase;
background: var(--accent-2);
color: var(--accent-2-ink);
padding: 0 22px;
} .searchbar.has-plugin .ic { display: none; }  .mg-tile { text-align: left; }
.mg-tile-media {
display: block; color: inherit;
} .mg-tile-media img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.mg-tile-media .mg-tile-media-empty {
width: 100%;
height: 100%;
background: var(--surface-2) var(--newsprint);
} a.mg-tile-name {
text-decoration: none;
border-bottom: 0;
color: var(--ink);
}
a.mg-tile-name:hover { text-decoration: underline; } .mg-tile-price del {
font-family: var(--font-ui);
font-weight: 700;
font-size: 12px;
color: var(--ink-3);
text-decoration: line-through;
letter-spacing: 0;
margin-right: 6px;
}
.mg-tile-price ins {
text-decoration: none;
background: transparent;
color: inherit;
}
.mg-tile-price .woocommerce-Price-currencySymbol { font-size: .8em; } a.add-btn {
text-decoration: none;
border-bottom: 0;
color: var(--paper);
} .add-btn.loading { opacity: .6; pointer-events: none; }
.mg-tile-foot .added_to_cart {
font-family: var(--font-ui);
font-size: 11px;
font-weight: 700;
text-decoration: underline;
color: var(--ink-3);
flex: 0 0 100%;
} a.add-btn.is-link { background: var(--surface); color: var(--ink); } .rail-nav .icon-btn[hidden] { display: none; } .cat-card { text-decoration: none; border-bottom: 0; color: inherit; display: block; }
.cat-card .cat-media { position: relative; overflow: hidden; }
.cat-card .cat-media img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.cat-card .cat-media-empty {
width: 100%;
height: 100%;
background: var(--surface-2) var(--newsprint);
} .mg-legal {
padding: 28px 0 34px;
background: var(--paper);
border-top: var(--outline-w) solid var(--line);
}
.mg-legal p {
font-family: var(--font-ui);
font-size: 12.5px;
line-height: 1.5;
color: var(--ink-2);
text-align: center;
margin: 0;
font-style: italic;
} @media (prefers-reduced-motion: reduce) {
.rail { scroll-behavior: auto; }
.mg-tile:hover { transform: none; }
.cat-card:hover { transform: none; }
} .mg-tile .mg-tile-foot {
flex-direction: column;
align-items: stretch;
gap: 10px;
}
.mg-tile .mg-tile-foot .mg-tile-price { flex: 0 0 auto; }
.mg-tile .mg-tile-foot .add-btn {
width: 100%;
justify-content: center;
}