:root {
  --ink: #161616;
  --paper: #faf8f0;
  --paper-strong: #fffef8;
  --lime: #d7f22e;
  --violet: #6a2fc8;
  --blue: #115bc9;
  --coral: #ff6652;
  --red: #d92828;
  --muted: #6f6b66;
  --line: #d7d2c9;
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--paper); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.site-shell { min-height: 100vh; overflow: hidden; }
.visually-hidden { position: absolute; 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; top: 8px; left: 8px; z-index: 100; background: white; padding: 10px 14px; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.announcement { height: 36px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--red); color: white; font-weight: 700; font-size: 13px; letter-spacing: .08em; }
.site-header { height: 78px; display: grid; grid-template-columns: 260px 1fr 180px; align-items: center; padding: 0 46px; background: var(--paper-strong); border-bottom: 1px solid rgba(0,0,0,.09); position: relative; z-index: 20; }
.wordmark { text-decoration: none; font-family: "Kaushan Script", cursive; font-size: 29px; font-weight: 400; letter-spacing: -.04em; display: inline-block; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(22px, 2.7vw, 42px); }
.desktop-nav a { text-decoration: none; font-size: 14px; font-weight: 600; text-transform: uppercase; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--violet); outline: none; }
.nav-dropdown { position: relative; display: flex; align-items: center; align-self: stretch; }
.nav-dropdown > a { display: flex; align-items: center; gap: 6px; }
.nav-dropdown > a::after { content: "⌄"; position: relative; top: -1px; font-size: 13px; }
.nav-submenu { position: absolute; z-index: 120; top: calc(100% - 4px); left: 50%; min-width: 190px; padding: 10px; border: 1px solid var(--ink); background: var(--ink); box-shadow: 0 14px 28px rgba(17,17,17,.22); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -7px); transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }
.nav-submenu::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 14px; }
.desktop-nav .nav-submenu a { display: block; padding: 11px 13px; color: #fff !important; font-size: 13px; white-space: nowrap; }
.desktop-nav .nav-submenu a:hover, .desktop-nav .nav-submenu a:focus-visible { background: var(--red); color: #fff !important; }
.nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.icon-button { border: 0; background: transparent; color: inherit; width: 46px; height: 46px; display: inline-grid; place-items: center; border-radius: 50%; }
.icon-button:hover, .icon-button:focus-visible { background: rgba(17,17,17,.07); outline: none; }
.cart-button { position: relative; }
.cart-button > span { position: absolute; top: 2px; right: 1px; min-width: 20px; height: 20px; border-radius: 999px; background: var(--coral); color: white; display: grid; place-items: center; font-size: 11px; font-weight: 700; }
.mobile-menu-button { display: none; }
.search-bar { position: absolute; z-index: 18; top: 114px; left: 0; right: 0; min-height: 66px; background: var(--paper-strong); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: auto minmax(0, 900px) auto; justify-content: center; align-items: center; gap: 14px; padding: 12px 24px; box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.search-bar input { width: min(70vw, 900px); border: 0; border-bottom: 2px solid var(--ink); background: transparent; font-size: 18px; padding: 10px 2px; outline: none; }

.hero { min-height: 640px; background: #080808 url("/assets/hero-mythical-pizza.png") center/cover no-repeat; display: flex; align-items: center; padding: 64px clamp(38px, 6vw, 96px); }
.hero-content { width: min(620px, 48vw); color: white; }
.eyebrow { margin: 0 0 10px; color: var(--lime); font-family: "Bebas Neue", sans-serif; font-size: 23px; letter-spacing: .05em; }
.hero .eyebrow { margin-bottom: 14px; font-size: clamp(32px, 3vw, 46px); line-height: .9; letter-spacing: .065em; }
.hero h1 { margin: 0; font-family: "Bebas Neue", sans-serif; font-size: clamp(112px, 11vw, 174px); line-height: .78; letter-spacing: -.015em; text-transform: uppercase; text-wrap: balance; }
.hero-copy { margin: 24px 0; font-size: 20px; }
.hero-copy a { color: var(--lime); font-weight: 600; text-underline-offset: 4px; }
.hero-copy a:hover, .hero-copy a:focus-visible { color: white; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid transparent; padding: 0 34px; text-transform: uppercase; text-decoration: none; font-size: 15px; font-weight: 800; letter-spacing: .045em; transition: transform .15s ease, background .15s ease, color .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary, .button-lime { background: var(--lime); color: #111; }
.button-secondary { background: transparent; color: white; border-color: rgba(255,255,255,.75); }
.button-light { background: var(--paper-strong); color: #111; }
.button-collab { background: #6f2630; color: white; }
.button-collab:hover, .button-collab:focus-visible { background: #571b23; outline: none; }

.category-section { padding: 70px clamp(28px, 4vw, 68px) 38px; }
.category-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 420px; overflow: hidden; color: white; text-decoration: none; isolation: isolate; }
.category-card::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(0,0,0,.11); pointer-events: none; z-index: 4; }
.category-card h3 { position: absolute; z-index: 3; top: 16px; left: 8px; right: 8px; margin: 0; font-family: "Bebas Neue", sans-serif; font-size: clamp(62px, 5.8vw, 88px); line-height: .88; letter-spacing: .012em; text-align: center; text-shadow: 0 2px 0 rgba(0,0,0,.18); text-transform: uppercase; }
.category-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .45s ease; }
.category-card:hover img { transform: scale(1.035); }
.category-card > span { position: absolute; z-index: 3; left: 50%; bottom: 22px; transform: translateX(-50%); background: var(--lime); color: #111; min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; letter-spacing: .025em; text-align: center; white-space: nowrap; text-transform: uppercase; }
.category-card.purple { background: var(--violet); }
.category-card.blue { background: var(--blue); }
.category-card.coral { background: var(--coral); }
.category-card.lime { background: var(--lime); color: white; }
.category-card.purple img, .category-card.blue img { object-fit: cover; object-position: center; padding: 0; }
.category-card.lime img, .category-card.coral img { object-fit: cover; object-position: center; padding: 0; transform: none; }
.category-card.lime:hover img, .category-card.coral:hover img { transform: scale(1.035); }

.products-section { padding: 22px clamp(28px, 4vw, 68px) 76px; max-width: 1510px; margin: 0 auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.section-heading h2, .story-card h2 { font-family: "Bebas Neue", sans-serif; text-transform: uppercase; margin: 0; font-size: clamp(45px, 4.2vw, 68px); line-height: .95; }
.section-heading a { color: var(--violet); font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { min-width: 0; background: var(--paper-strong); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-rows: auto 1fr; }
.product-image-button { border: 0; background: #f4f2ed; padding: 0; aspect-ratio: 1 / 1; overflow: hidden; }
.product-image-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.product-image-button:hover img { transform: scale(1.04); }
.product-info { display: flex; flex-direction: column; padding: 13px 14px 15px; min-height: 176px; }
.product-info h3 { font-size: 13px; line-height: 1.35; margin: 0 0 7px; font-weight: 600; }
.price { margin: 0 0 9px; font-size: 13px; }
.swatches { display: flex; gap: 6px; min-height: 16px; margin-bottom: 10px; }
.swatches span { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(0,0,0,.35); box-shadow: 0 0 0 2px white; }
.product-action { margin-top: auto; min-height: 46px; padding: 0 12px; border: 1px solid #272727; background: #272727; color: white; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .035em; display: flex; align-items: center; justify-content: center; text-align: center; }
.product-action:hover, .product-action:focus-visible { background: var(--lime); color: #111; outline: none; }
.empty-state { text-align: center; border: 1px solid var(--line); padding: 70px 20px; background: white; }
.empty-state h3 { font-family: "Bebas Neue"; font-size: 40px; margin: 12px 0 4px; }
.empty-state p { margin: 0; color: var(--muted); }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 0 clamp(28px, 4vw, 68px) 42px; max-width: 1510px; margin: 0 auto; }
.story-card { min-height: 390px; position: relative; overflow: hidden; padding: 42px; color: white; display: flex; align-items: center; }
.story-card > div:first-child { position: relative; z-index: 2; width: 52%; align-self: stretch; display: flex; flex-direction: column; align-items: flex-start; }
.story-card p:not(.eyebrow) { line-height: 1.55; max-width: 38ch; font-weight: 700; }
.story-emphasis { text-decoration: underline; text-underline-offset: 3px; }
.story-card .button { margin-top: auto; white-space: nowrap; }
.sighting-card { background: var(--violet); }
.sighting-card > div:first-child { width: 45%; }
.desktop-title-line { display: block; }
.sighting-card > img { position: absolute; right: 2%; bottom: 0; width: auto; height: 100%; transform: rotate(3deg); box-shadow: 0 14px 30px rgba(0,0,0,.32); }
.pizza-card { background: #9db755; color: #2d1719; }
.pizza-card > div:first-child { width: 45%; }
.pizza-card .eyebrow { color: #6f2630; }
.pizza-logo { position: absolute; right: 4.5%; top: 50%; bottom: auto; width: 50%; max-height: 92%; object-fit: contain; transform: translateY(-50%) rotate(-9deg); transform-origin: center; }

.trust-strip { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); padding: 18px 0 34px; border-bottom: 1px solid var(--line); }
.trust-strip > div { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 16px 28px; border-right: 1px solid var(--line); text-align: center; }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip p { margin: 0; display: grid; justify-items: center; gap: 3px; font-size: 13px; }
.trust-strip strong { text-transform: uppercase; font-size: 12px; }
.trust-strip span { color: var(--muted); }
.newsletter { max-width: 1380px; margin: 0 auto; padding: 30px 28px 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.newsletter .eyebrow { color: var(--red); margin-bottom: 1px; font-size: 30px; }
.newsletter form { display: grid; grid-template-columns: minmax(240px, 400px) 150px; }
.newsletter input { border: 1px solid var(--line); min-height: 58px; padding: 0 18px; background: var(--paper-strong); outline: none; }
.newsletter input:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(106,47,200,.14); }
.newsletter button, .checkout-button { border: 0; color: white; font-size: 14px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.newsletter button { background: var(--red); }
.newsletter button:hover, .newsletter button:focus-visible { background: #b91f1f; outline: none; }
.checkout-button { background: var(--violet); }
.joined-message { color: var(--violet); display: flex; align-items: center; gap: 10px; font-weight: 700; }

footer { background: #111; color: white; padding: 48px clamp(28px, 5vw, 80px); display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
footer p { color: #bdb9b2; margin: 0; }
.footer-blurb { max-width: 720px; justify-self: center; text-align: center; text-wrap: balance; font-size: 14px; line-height: 1.55; font-style: italic; }
.footer-blurb > span { display: inline; }
.footer-blurb > span + span::before { content: " "; }
.footer-blurb strong { color: inherit; }
.footer-blurb a { color: var(--lime); font-weight: 700; text-underline-offset: 3px; }
.footer-blurb a:hover, .footer-blurb a:focus-visible { color: white; }
.footer-links { display: flex; gap: 24px; }
.footer-links a, .footer-links button { color: white; text-decoration: underline; text-underline-offset: 3px; font-size: 13px; }
.footer-links button, .footer-legal-row button { border: 0; padding: 0; background: transparent; font-family: inherit; cursor: pointer; }
.footer-links a:hover, .footer-links a:focus-visible, .footer-links button:hover, .footer-links button:focus-visible { color: var(--lime); outline: none; }
.payment-methods { grid-column: 1 / -1; width: 100%; border-top: 1px solid #343434; padding-top: 24px; display: grid; justify-items: center; gap: 14px; }
.payment-methods h2 { margin: 0; color: #d8d4cd; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.payment-icon { width: 62px; height: 38px; padding: 3px 5px; display: inline-grid; place-items: center; border: 1px solid #dedbd2; border-radius: 6px; background: #fffef8; color: #151515; font-size: 8px; font-weight: 800; line-height: 1; letter-spacing: -.01em; box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 2px 6px rgba(0,0,0,.22); }
.payment-icon img { display: block; width: 48px; height: 28px; object-fit: contain; }
.legal-disclaimer { grid-column: 1 / -1; width: 100%; border-top: 1px solid #343434; padding-top: 24px; }
.legal-disclaimer h2 { margin: 0 0 8px; color: white; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.legal-disclaimer p { max-width: 1260px; color: #96918a; font-size: 11px; line-height: 1.65; }
.footer-legal-row { grid-column: 1 / -1; width: 100%; border-top: 1px solid #343434; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-legal-row p { color: #a9a59e; font-size: 11px; display: flex; align-items: center; gap: 12px; }
.footer-legal-row p a { color: var(--lime); font-weight: 700; text-underline-offset: 3px; }
.footer-legal-row nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-legal-row nav a { color: #d8d4cd; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.footer-legal-row button:hover, .footer-legal-row button:focus-visible, .footer-legal-row a:hover, .footer-legal-row a:focus-visible { color: white; outline: none; }

.contact-site-header { grid-template-columns: 1fr auto; }
.contact-site-header nav { display: flex; gap: 28px; }
.contact-site-header nav a { font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; text-transform: uppercase; }
.contact-page { min-height: calc(100vh - 114px); }
.contact-hero { padding: 82px clamp(28px, 7vw, 110px) 70px; color: white; background: linear-gradient(105deg, rgba(15,8,27,.94), rgba(68,20,107,.78)), url("/assets/hero-mythical-pizza.png") center 42%/cover; }
.contact-hero .eyebrow { font-size: 31px; }
.contact-hero h1 { max-width: 850px; margin: 0; font-family: "Bebas Neue", sans-serif; font-size: clamp(78px, 9vw, 136px); line-height: .84; text-transform: uppercase; }
.contact-hero > p:last-child { max-width: 720px; margin: 28px 0 0; font-size: 18px; line-height: 1.6; }
.contact-layout { max-width: 1240px; margin: 0 auto; padding: 64px 28px 80px; display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.35fr); gap: clamp(44px, 7vw, 96px); }
.contact-details { padding: 40px; color: white; background: var(--red); align-self: start; }
.contact-details .eyebrow { color: var(--lime); }
.contact-details h2 { margin: 0 0 34px; font-family: "Bebas Neue", sans-serif; font-size: 54px; line-height: .9; text-transform: uppercase; }
.contact-details > div { display: grid; grid-template-columns: 32px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.24); }
.contact-details > div span { display: grid; gap: 4px; font-size: 14px; line-height: 1.5; }
.contact-details > div strong { color: var(--lime); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.contact-details a { color: white; text-underline-offset: 3px; overflow-wrap: anywhere; }
.contact-order-note { margin: 28px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.24); font-size: 13px; line-height: 1.6; }
.contact-form { display: grid; gap: 22px; align-content: start; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .055em; }
.contact-form label span { color: var(--muted); font-size: 10px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: var(--paper-strong); color: var(--ink); padding: 15px 16px; outline: none; }
.contact-form input, .contact-form select { min-height: 54px; }
.contact-form textarea { resize: vertical; min-height: 170px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(106,47,200,.14); }
.contact-form .button { justify-self: start; border: 0; min-width: 210px; }
.contact-form .button:disabled { cursor: wait; opacity: .7; }
.contact-form-note { margin: -8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-feedback { margin: 0; padding: 14px 16px; border-left: 4px solid var(--violet); background: #eee8fa; font-size: 13px; line-height: 1.55; }
.contact-feedback.sent { border-color: #328144; background: #e8f4e8; }
.contact-feedback.error { border-color: var(--red); background: #f9e7e5; }
.contact-feedback a { font-weight: 700; text-underline-offset: 3px; }
.contact-footer { padding-top: 32px; padding-bottom: 32px; }
.contact-footer > p { justify-self: center; font-size: 11px; }
.contact-footer > a:last-child { justify-self: end; color: var(--lime); font-size: 12px; font-weight: 700; text-underline-offset: 3px; text-transform: uppercase; }
.subpage-legal-links { grid-column: 1 / -1; width: 100%; padding-top: 20px; border-top: 1px solid #343434; display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.subpage-legal-links a { color: #d8d4cd; font-size: 11px; text-underline-offset: 3px; }

.policy-hero { padding: 76px clamp(28px, 7vw, 110px) 66px; background: #111; color: white; border-bottom: 8px solid var(--lime); }
.policy-hero .eyebrow { font-size: 30px; }
.policy-hero h1 { margin: 0; font-family: "Bebas Neue", sans-serif; font-size: clamp(72px, 8vw, 122px); line-height: .86; text-transform: uppercase; }
.policy-hero > p:last-child { margin: 20px 0 0; color: #aaa59e; font-size: 13px; }
.policy-layout { max-width: 1180px; margin: 0 auto; padding: 70px 28px 90px; display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.policy-index { position: sticky; top: 24px; padding: 28px; background: #ece7dc; }
.policy-index .eyebrow { color: var(--red); }
.policy-index nav { display: grid; }
.policy-index nav a { padding: 13px 0; border-top: 1px solid #cdc6b8; font-size: 13px; font-weight: 700; text-underline-offset: 3px; }
.policy-intro { margin: 0 0 38px; font-size: 19px; line-height: 1.65; font-weight: 500; }
.policy-document section { padding: 30px 0; border-top: 1px solid var(--line); }
.policy-document h2 { margin: 0 0 12px; font-family: "Bebas Neue", sans-serif; font-size: 35px; line-height: 1; text-transform: uppercase; }
.policy-document section p, .policy-document li { color: #504c47; font-size: 15px; line-height: 1.75; }
.policy-document section p { margin: 0; }
.policy-document ul { margin: 0; padding-left: 22px; }
.policy-document li + li { margin-top: 7px; }

.faq-hero { padding: 62px clamp(28px, 7vw, 110px) 54px; color: white; background: linear-gradient(105deg, rgba(12,8,25,.94), rgba(91,31,126,.76)), url("/assets/hero-mythical-pizza.png") center 58%/cover; }
.faq-hero .eyebrow { font-size: 31px; }
.faq-hero h1 { max-width: 920px; margin: 0; font-family: "Bebas Neue", sans-serif; font-size: clamp(76px, 8.5vw, 128px); line-height: .84; text-transform: uppercase; }
.faq-hero > p:last-child { max-width: 720px; margin: 20px 0 0; font-size: 17px; line-height: 1.55; }
.faq-layout { max-width: 1240px; margin: 0 auto; padding: 52px 28px 66px; display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(42px, 7vw, 92px); align-items: start; }
.faq-intro { position: sticky; top: 24px; }
.faq-intro .eyebrow { color: var(--red); font-size: 27px; }
.faq-intro h2 { margin: 0; font-family: "Bebas Neue", sans-serif; font-size: clamp(50px, 5vw, 72px); line-height: .9; text-transform: uppercase; }
.faq-intro > p:not(.eyebrow) { margin: 18px 0 24px; color: var(--muted); line-height: 1.6; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 54px 20px 0; list-style: none; cursor: pointer; font-size: 17px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 8px; translate: 0 -50%; color: var(--red); font-family: "Bebas Neue", sans-serif; font-size: 32px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details[open] summary { color: var(--violet); }
.faq-list details p { margin: -2px 50px 20px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.faq-callout { margin: 0 clamp(16px, 4vw, 54px) 54px; padding: 38px clamp(28px, 5vw, 68px); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--violet); color: white; }
.faq-callout .eyebrow { margin-bottom: 2px; }
.faq-callout h2 { margin: 0; font-family: "Bebas Neue", sans-serif; font-size: clamp(42px, 5vw, 66px); line-height: .9; text-transform: uppercase; }

.overlay { position: fixed; inset: 0; z-index: 70; background: rgba(0,0,0,.54); backdrop-filter: blur(3px); display: flex; justify-content: flex-end; }
.cart-drawer { width: min(460px, 100vw); height: 100%; background: var(--paper-strong); display: flex; flex-direction: column; padding: 26px; animation: slideIn .25s ease both; }
@keyframes slideIn { from { transform: translateX(100%); } }
.drawer-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.drawer-heading h2 { margin: 0; font-family: "Bebas Neue"; font-size: 42px; text-transform: uppercase; }
.empty-cart { margin: auto 0; text-align: center; display: grid; justify-items: center; gap: 9px; }
.empty-cart h3 { font-family: "Bebas Neue"; font-size: 38px; margin: 4px 0 0; }
.empty-cart p { margin: 0 0 18px; color: var(--muted); }
.cart-items { overflow: auto; padding: 16px 0; }
.cart-item { display: grid; grid-template-columns: 78px 1fr 38px; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 78px; height: 78px; object-fit: cover; background: #eee; }
.cart-item h3 { margin: 0 0 4px; font-size: 14px; }
.cart-item p { margin: 0 0 4px; color: var(--muted); font-size: 12px; }
.shipping-progress { margin-top: auto; padding: 20px 0; font-size: 13px; }
.shipping-progress > div { height: 7px; background: #e1ddd4; margin-top: 10px; overflow: hidden; }
.shipping-progress i { display: block; height: 100%; background: var(--lime); }
.checkout-button { min-height: 58px; padding: 0 26px; }
.checkout-button:hover { background: #5420af; }

.modal-overlay { justify-content: center; align-items: center; padding: 24px; }
.legal-overlay { justify-content: center; align-items: center; padding: 24px; }
.legal-modal { width: min(880px, 96vw); max-height: 90vh; overflow: hidden; background: var(--paper-strong); color: var(--ink); display: grid; grid-template-rows: auto minmax(0, 1fr); box-shadow: 0 24px 70px rgba(0,0,0,.38); }
.legal-modal-header { position: relative; padding: 34px 72px 24px 38px; background: #111; color: white; border-bottom: 6px solid var(--lime); }
.legal-modal-header .eyebrow { margin-bottom: 4px; color: var(--lime); }
.legal-modal-header h2 { margin: 0; font-family: "Bebas Neue", sans-serif; font-size: clamp(44px, 5vw, 68px); line-height: .95; text-transform: uppercase; }
.legal-modal-header p:not(.eyebrow) { margin: 8px 0 0; color: #aaa59e; font-size: 12px; }
.legal-close { position: absolute; top: 20px; right: 20px; color: white; }
.legal-close:hover, .legal-close:focus-visible { background: rgba(255,255,255,.13); }
.legal-modal-body { overflow-y: auto; padding: 34px 40px 44px; }
.legal-intro { margin: 0 0 30px; font-size: 18px; line-height: 1.6; font-weight: 500; }
.legal-modal-body section { padding: 24px 0; border-top: 1px solid var(--line); }
.legal-modal-body section:first-of-type { border-top: 0; padding-top: 0; }
.legal-modal-body h3 { margin: 0 0 10px; font-family: "Bebas Neue", sans-serif; font-size: 28px; letter-spacing: .02em; text-transform: uppercase; }
.legal-modal-body p, .legal-modal-body li { color: #504c47; font-size: 14px; line-height: 1.7; }
.legal-modal-body p { margin: 0; }
.legal-modal-body ul { margin: 0; padding-left: 22px; }
.legal-modal-body li + li { margin-top: 6px; }
.product-modal { width: min(900px, 96vw); max-height: 90vh; overflow: auto; background: var(--paper-strong); display: grid; grid-template-columns: 1fr 1fr; position: relative; }
.product-modal > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; background: #f0ede6; }
.product-modal > div { padding: 52px 44px; display: flex; flex-direction: column; align-items: stretch; }
.product-modal h2 { font-family: "Bebas Neue"; font-size: 52px; line-height: .95; margin: 0 0 16px; }
.product-modal .eyebrow { color: var(--violet); }
.modal-close { position: absolute; right: 14px; top: 14px; z-index: 2; background: rgba(255,255,255,.88); }
.modal-price { font-weight: 700; font-size: 19px; margin-bottom: 28px; }
.product-modal fieldset { border: 0; padding: 0; margin: 0 0 30px; }
.product-modal legend { font-weight: 700; margin-bottom: 12px; }
.size-options { display: flex; gap: 8px; flex-wrap: wrap; }
.size-options button { min-width: 58px; height: 50px; padding: 0 12px; border: 1px solid #bcb7af; background: white; font-weight: 700; }
.size-options button.selected { color: white; background: var(--ink); border-color: var(--ink); }
.made-to-order { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }
.mobile-menu { position: fixed; inset: 0; z-index: 90; background: var(--paper-strong); padding: 26px; }
.mobile-menu > div { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu nav { margin-top: 42px; display: grid; }
.mobile-menu nav a { font-family: "Bebas Neue"; font-size: 42px; text-transform: uppercase; text-decoration: none; display: flex; align-items: center; justify-content: space-between; padding: 12px 2px; border-bottom: 1px solid var(--line); }
.mobile-menu .mobile-submenu { display: grid; gap: 2px; margin: -1px 0 4px; padding: 8px 0 12px 22px; border-bottom: 1px solid var(--line); }
.mobile-menu nav .mobile-submenu a { justify-content: flex-start; padding: 8px 2px; border: 0; font-family: "Space Grotesk", sans-serif; font-size: 17px; font-weight: 700; letter-spacing: .045em; }

@media (max-width: 1160px) {
  .site-header { grid-template-columns: 220px 1fr 140px; padding: 0 28px; }
  .desktop-nav { gap: 20px; }
  .desktop-nav { gap: 14px; }
  .hero { min-height: 570px; }
  .product-grid { grid-template-columns: repeat(4, 1fr); }
  .category-card { min-height: 350px; }
}

@media (max-width: 860px) {
  .announcement { font-size: 11px; height: 32px; }
  .site-header { height: 68px; grid-template-columns: 44px 1fr auto; padding: 0 14px; }
  .mobile-menu-button { display: grid; }
  .desktop-nav, .account-button { display: none; }
  .wordmark { justify-self: center; font-size: 24px; }
  .header-actions { gap: 2px; }
  .search-bar { top: 100px; }
  .hero { min-height: 500px; padding: 40px 24px; align-items: flex-start; background-position: 61% center; position: relative; }
  .hero::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.24); pointer-events: none; }
  .hero-content { width: 100%; position: relative; z-index: 2; }
  .hero h1 { font-size: clamp(76px, 22vw, 112px); max-width: 340px; }
  .hero-copy { font-size: 17px; }
  .category-section { padding: 26px 16px; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .category-card { min-height: 370px; }
  .products-section { padding: 24px 16px 54px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { grid-template-columns: 1fr; padding: 0 16px 30px; gap: 12px; }
  .pizza-card > div:first-child { width: 50%; }
  .pizza-logo { width: 44%; right: 6%; }
  .trust-strip { grid-template-columns: 1fr 1fr; padding: 8px 16px 24px; }
  .trust-strip > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 14px 6px; }
  .newsletter { flex-direction: column; align-items: stretch; padding: 28px 20px; }
  .newsletter form { grid-template-columns: minmax(0, 1fr) auto; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .footer-legal-row { flex-direction: column; }
  .footer-legal-row p { flex-direction: column; gap: 4px; }
  .footer-legal-row nav { justify-content: center; }
  .contact-site-header { grid-template-columns: 1fr auto; }
  .contact-site-header .wordmark { justify-self: start; }
  .contact-site-header nav a:last-child { display: none; }
  .contact-hero { padding: 56px 24px 48px; }
  .contact-hero h1 { font-size: clamp(68px, 19vw, 102px); }
  .contact-layout { grid-template-columns: 1fr; padding: 28px 16px 54px; gap: 20px; }
  .contact-footer { grid-template-columns: 1fr; gap: 16px; }
  .contact-footer > a:last-child { justify-self: center; }
  .subpage-legal-links { justify-content: center; }
  .policy-site-header nav a:nth-child(2) { display: none; }
  .policy-layout { grid-template-columns: 1fr; padding: 42px 20px 64px; gap: 34px; }
  .policy-index { position: static; }
  .faq-site-header nav a:last-child { display: inline; }
  .faq-hero { padding: 38px 24px 34px; }
  .faq-hero .eyebrow { margin-bottom: 6px; font-size: 25px; }
  .faq-hero h1 { max-width: 620px; font-size: clamp(56px, 15vw, 78px); line-height: .88; text-wrap: balance; }
  .faq-layout { grid-template-columns: 1fr; padding: 30px 20px 44px; gap: 24px; }
  .faq-intro { position: static; }
  .faq-intro .eyebrow { margin-bottom: 4px; font-size: 23px; }
  .faq-intro h2 { font-size: 48px; }
  .faq-callout { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .announcement {
    flex-direction: column;
    gap: 0;
    height: auto;
    min-height: 44px;
    padding: 7px 12px;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
  }
  .announcement .announcement-separator { display: none; }
  .hero .eyebrow { font-size: 31px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 320px; }
  .category-card { min-height: 285px; }
  .category-card h3 { font-size: 44px; left: 6px; right: 6px; top: 15px; }
  .category-card > span { bottom: 15px; min-height: 44px; padding: 0 14px; font-size: 11px; }
  .category-card.coral img, .category-card.lime img { padding: 0; transform: none; }
  .category-card.coral:hover img, .category-card.lime:hover img { transform: scale(1.035); }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 48px; }
  .section-heading a { max-width: 110px; text-align: right; }
  .product-info { padding: 10px; min-height: 166px; }
  .product-info h3 { font-size: 12px; }
  .story-card { min-height: 0; padding: 28px 24px 24px; display: grid; grid-template-columns: 1fr; row-gap: 8px; align-items: start; }
  .story-card > div:first-child { display: contents; }
  .story-card .eyebrow { order: 1; }
  .story-card h2 { font-size: 56px; }
  .desktop-title-line { display: none; }
  .story-card h2 { order: 2; }
  .story-card p:not(.eyebrow) { order: 3; max-width: none; margin: 4px 0 10px; }
  .story-card > img { order: 4; }
  .story-card .button { order: 5; justify-self: center; align-self: auto; width: min(100%, 250px); margin-top: 10px; }
  .sighting-card > img { position: static; justify-self: center; width: 62%; height: auto; max-height: none; opacity: 1; transform: rotate(2deg); }
  .pizza-card > div:first-child { display: contents; }
  .pizza-logo { position: static; justify-self: center; width: 70%; max-height: none; object-fit: contain; transform: rotate(-8deg); margin: 2px auto 0; }
  .trust-strip { grid-template-columns: 1fr; }
  .newsletter form { grid-template-columns: 1fr; }
  .newsletter button { min-height: 58px; }
  .product-modal { grid-template-columns: 1fr; }
  .product-modal > img { min-height: 310px; max-height: 350px; }
  .product-modal > div { padding: 32px 24px; }
  .product-modal h2 { font-size: 42px; }
  .legal-overlay { padding: 10px; }
  .legal-modal { width: 100%; max-height: 94vh; }
  .legal-modal-header { padding: 28px 64px 20px 24px; }
  .legal-modal-body { padding: 26px 24px 34px; }
  .legal-intro { font-size: 16px; }
  .contact-hero > p:last-child { font-size: 16px; }
  .contact-details { padding: 30px 24px; }
  .contact-form-row { grid-template-columns: 1fr; }
  .contact-form .button { width: 100%; }
  .faq-hero > p:last-child { margin-top: 16px; font-size: 15px; line-height: 1.5; }
  .faq-intro > p:not(.eyebrow) { margin: 14px 0 20px; }
  .faq-list summary { padding: 16px 44px 16px 0; font-size: 15px; }
  .faq-list details p { margin: 0 24px 16px 0; line-height: 1.6; }
  .faq-callout .button { width: 100%; }
  .policy-hero { padding: 54px 24px 48px; }
  .policy-hero h1 { font-size: clamp(62px, 18vw, 88px); }
  .policy-intro { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* WordPress and WooCommerce integration */
body.admin-bar .mobile-menu { top: 32px; }
.mobile-menu[hidden] { display: none !important; }
.menu-is-open { overflow: hidden; }
.mobile-menu-button { font-size: 25px; line-height: 1; }
.header-actions .icon-button { text-decoration: none; font-size: 25px; }
.trust-icon { min-height: 31px; font-size: 28px; line-height: 1; font-weight: 700; }
.product-info h3 a { color: inherit; text-decoration: none; }
.product-info .price ins { text-decoration: none; }
.product-info .price del { color: var(--muted); }
.mothman-content-page { min-height: 55vh; }
.mothman-page-copy { width: min(100% - 40px, 1100px); margin: 0 auto; padding: 64px 0 90px; font-size: 16px; line-height: 1.75; }
.mothman-page-copy h1, .mothman-page-copy h2, .mothman-page-copy h3 { font-family: "Bebas Neue", sans-serif; line-height: .95; text-transform: uppercase; }
.mothman-page-copy h2 { margin-top: 42px; font-size: 38px; }
.mothman-page-copy a { color: var(--violet); font-weight: 700; text-underline-offset: 3px; }
.mothman-commerce-page { width: min(100% - 40px, 1380px); min-height: 60vh; margin: 0 auto; padding: 56px 0 88px; }
.mothman-commerce-page h1, .mothman-commerce-page h2, .mothman-commerce-page h3 { font-family: "Bebas Neue", sans-serif; text-transform: uppercase; }
.mothman-commerce-page .woocommerce-products-header__title { font-size: clamp(58px, 7vw, 96px); line-height: .88; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; align-items: stretch; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; min-width: 0; margin: 0 !important; padding: 0 0 15px; border: 1px solid var(--line); background: var(--paper-strong); display: flex; flex-direction: column; }
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { color: var(--ink); text-decoration: none; display: flex; flex: 1 1 auto; flex-direction: column; }
.woocommerce ul.products li.product img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; margin: 0 0 15px !important; background: #fff; }
.woocommerce ul.products li.product h2 { min-height: 3.9em; margin: 0 !important; padding: 0 15px !important; color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: 14px !important; font-weight: 700; line-height: 1.3; text-transform: none; }
.woocommerce ul.products li.product .price { min-height: 1.6em; margin: 8px 0 12px !important; padding: 0 15px !important; color: var(--ink) !important; font-size: 15px !important; font-weight: 700 !important; }
.woocommerce ul.products li.product .button { align-self: center; width: auto; min-width: 158px; min-height: 38px; margin: auto 15px 0 !important; padding: 9px 20px; border: 0; border-radius: 0; background: var(--red); color: #fff; font-size: 11px; line-height: 1.2; letter-spacing: .055em; text-align: center; }
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus-visible { background: #b91f1f; color: #fff; outline: 2px solid var(--ink); outline-offset: 2px; transform: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .mothman-commerce-page .woocommerce a { color: var(--ink); }
.mothman-commerce-page .woocommerce a:hover, .mothman-commerce-page .woocommerce a:focus-visible { color: var(--red); }
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt, .wc-block-components-button { background: var(--red) !important; color: #fff !important; border-radius: 0 !important; text-transform: uppercase; font-weight: 800 !important; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--violet); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--violet); }
.contact-symbol { font-size: 22px; }

/* Keep the shared header readable on every WooCommerce and content page. */
.site-header .wordmark,
.site-header .desktop-nav a,
.site-header .header-actions a,
.mobile-menu .wordmark,
.mobile-menu nav a { color: var(--ink) !important; }
.site-header .desktop-nav a:hover,
.site-header .desktop-nav a:focus-visible,
.site-header .header-actions a:hover,
.site-header .header-actions a:focus-visible { color: var(--red) !important; }
.site-header .desktop-nav .nav-submenu a { color: #fff !important; }
.site-header .desktop-nav .nav-submenu a:hover,
.site-header .desktop-nav .nav-submenu a:focus-visible { color: #fff !important; }

/* Consumer-first single product layout. */
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); column-gap: clamp(34px, 5vw, 70px); align-items: start; }
.woocommerce div.product::before, .woocommerce div.product::after { display: none; }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { min-width: 0; float: none; width: auto; margin: 0; }
.woocommerce div.product div.images { grid-column: 1; }
.woocommerce div.product div.summary { grid-column: 2; padding: 8px 0 0; }
.woocommerce div.product .product_title { margin: 0 0 12px; color: var(--ink); font-size: clamp(40px, 4.1vw, 62px); line-height: .92; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { margin: 0 0 18px; color: var(--red) !important; font-size: 25px !important; font-weight: 700; }
.woocommerce div.product .woocommerce-product-details__short-description { margin: 20px 0 24px; color: #36332f; font-size: 16px; line-height: 1.6; }
.mothman-buy-prompt { margin: 0 0 12px; padding: 16px 18px; background: var(--red); color: #fff; }
.mothman-buy-prompt span { display: block; margin-bottom: 3px; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.mothman-buy-prompt strong { display: block; font-family: "Bebas Neue", sans-serif; font-size: 27px; font-weight: 400; line-height: 1; letter-spacing: .02em; text-transform: uppercase; }
.woocommerce div.product form.cart { margin: 0 0 14px; padding: 18px; border: 2px solid var(--ink); background: #fff; }
.woocommerce div.product form.cart .variations { width: 100%; margin: 0 0 16px; border-collapse: separate; border-spacing: 0 10px; }
.woocommerce div.product form.cart .variations tr { display: grid; grid-template-columns: 86px minmax(0, 1fr); align-items: center; gap: 16px; }
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td { display: block; padding: 0; line-height: 1.2; }
.woocommerce div.product form.cart .variations label { color: var(--ink); font-size: 14px; font-weight: 700; }
.woocommerce div.product form.cart .variations select { width: 100%; min-height: 48px; margin: 0; padding: 0 42px 0 14px; border: 1px solid #aaa49b; border-radius: 0; background-color: #fff; color: var(--ink); }
.woocommerce div.product form.cart .reset_variations { display: inline-block; margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.woocommerce div.product .woocommerce-variation-price { margin: 8px 0 12px; }
.woocommerce div.product .woocommerce-variation-add-to-cart { display: flex; align-items: stretch; gap: 10px; }
.woocommerce div.product form.cart div.quantity { float: none; margin: 0; }
.woocommerce div.product form.cart .qty { width: 70px; min-height: 50px; border: 1px solid #aaa49b; border-radius: 0; }
.woocommerce div.product form.cart .single_add_to_cart_button { flex: 1 1 auto; min-height: 56px; padding: 10px 22px; font-size: 14px; letter-spacing: .055em; }
.mothman-purchase-trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0 0 22px; }
.mothman-purchase-trust span { min-height: 42px; display: flex; align-items: center; justify-content: center; padding: 9px 10px; border: 1px solid var(--line); background: #f3efe7; color: var(--ink); font-size: 11px; font-weight: 800; line-height: 1.2; letter-spacing: .045em; text-align: center; text-transform: uppercase; }
.woocommerce div.product .woocommerce-product-gallery__wrapper { border: 1px solid var(--line); background: #fff; }
.woocommerce div.product .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; margin-top: 10px !important; }
.woocommerce div.product .flex-control-thumbs li { width: auto !important; float: none !important; border: 1px solid var(--line); background: #fff; }
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products { grid-column: 1 / -1; margin-top: 54px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { margin: 0 0 24px; padding: 0; border-bottom: 1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 6px 0 0; border: 0; border-radius: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 13px 17px; color: var(--muted); font-size: 13px; text-transform: uppercase; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { border-bottom: 3px solid var(--red); color: var(--ink); }
.woocommerce div.product .wcpay-express-checkout-wrapper,
.woocommerce div.product .ppc-button-wrapper,
.woocommerce div.product .ppcp-messages { display: none !important; }
.woocommerce div.product .product_meta { margin-top: 22px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.65; }

@media (max-width: 860px) {
  body.admin-bar .mobile-menu { top: 46px; }
  .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mothman-commerce-page { width: min(100% - 30px, 1380px); padding-top: 34px; }
  .woocommerce div.product { grid-template-columns: minmax(0, 1fr); row-gap: 28px; }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary { grid-column: 1; }
  .woocommerce div.product div.summary { padding-top: 0; }
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce div.product .related.products,
  .woocommerce div.product .upsells.products { grid-column: 1; margin-top: 34px; }
}

@media (max-width: 560px) {
  .mothman-page-copy { width: min(100% - 32px, 1100px); padding: 38px 0 58px; }
  .payment-icon { width: 54px; height: 34px; font-size: 7px; }
  .payment-icon img { width: 44px; height: 24px; }
  .woocommerce ul.products { grid-template-columns: 1fr; gap: 16px; }
  .woocommerce ul.products li.product h2 { min-height: 0; font-size: 15px !important; }
  .woocommerce ul.products li.product .button { min-width: 150px; min-height: 36px; padding: 8px 18px; }
  .woocommerce div.product form.cart .variations tr { grid-template-columns: 1fr; gap: 7px; }
  .woocommerce div.product form.cart,
  .woocommerce div.product form.cart .variations,
  .woocommerce div.product form.cart .variations tbody,
  .woocommerce div.product form.cart .variations tr,
  .woocommerce div.product form.cart .variations th,
  .woocommerce div.product form.cart .variations td { width: 100%; min-width: 0; }
  .woocommerce div.product .woocommerce-variation-add-to-cart { display: grid; grid-template-columns: 70px minmax(0, 1fr); }
  .woocommerce div.product .product_title { font-size: 42px; }
  .mothman-buy-prompt strong { font-size: 24px; }
  .woocommerce div.product form.cart { padding: 15px; }
  .mothman-purchase-trust { grid-template-columns: 1fr 1fr; gap: 6px; }
}
