/*
Theme Name: Funny Or Dye
Theme URI: https://funnyordye.com/
Author: Funny Or Dye
Description: A high-contrast WooCommerce block theme for Funny Or Dye apparel.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.1
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: funnyordye
Tags: block-patterns, block-styles, e-commerce, full-site-editing, wide-blocks
*/

@font-face {
  font-family: "FOD Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/Anton-Regular.ttf") format("truetype");
}

:root {
  --fody-ink: #11110f;
  --fody-paper: #f7f3e8;
  --fody-white: #fffdf7;
  --fody-orange: #ff4f00;
  --fody-acid: #dfff27;
  --fody-pink: #f43c87;
  --fody-blue: #9ec7ef;
  --fody-muted: #5d5a52;
  --fody-line: 2px solid var(--fody-ink);
  --fody-display: "FOD Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --fody-body: Arial, Helvetica, sans-serif;
  --fody-content-measure: 68ch;
  --fody-page-gutter: max(1.25rem, 3vw);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--fody-body);
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
  font-family: var(--fody-display);
  font-weight: 400;
  text-wrap: balance;
}

.wp-block-column,
.wp-block-group,
.wp-block-post-content,
main {
  min-width: 0;
}

body.admin-bar .fody-site-header {
  top: 32px;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--fody-paper);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--fody-ink);
}

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

::selection {
  color: var(--fody-paper);
  background: var(--fody-ink);
}

.wp-site-blocks {
  overflow: clip;
}

.fody-utility {
  min-height: 2.4rem;
  padding: 0.55rem var(--fody-page-gutter);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.fody-utility p {
  margin: 0;
}

.fody-site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: var(--fody-line);
  background: rgb(247 243 232 / 96%);
  backdrop-filter: blur(14px);
}

.fody-header-inner {
  min-height: 6.25rem;
  gap: clamp(1rem, 3vw, 3rem);
  padding-block: 0.85rem;
}

.fody-wordmark,
.fody-wordmark a {
  width: max-content;
  font-family: var(--fody-display);
  font-size: clamp(2.1rem, 3vw, 3.25rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.fody-site-header .wp-block-navigation {
  font-size: 0.9rem;
  font-weight: 900;
}

.fody-site-header .wp-block-navigation-item__content {
  position: relative;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.fody-site-header .wp-block-navigation-item__content::after {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  left: 0;
  height: 3px;
  background: var(--fody-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.fody-site-header .wp-block-navigation-item__content:hover::after,
.fody-site-header .wp-block-navigation-item__content:focus-visible::after,
.fody-site-header .current-menu-item > .wp-block-navigation-item__content::after {
  transform: scaleX(1);
}

.fody-site-header .wc-block-mini-cart__button {
  min-width: 3.75rem;
  min-height: 3.75rem;
  border: 2px solid var(--fody-ink);
  padding-inline: 0.8rem;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.fody-site-header .wc-block-mini-cart__button:hover {
  color: var(--fody-paper);
  background: var(--fody-ink);
  transform: translateY(-2px);
}

.fody-site-header .wc-block-mini-cart__badge {
  color: var(--fody-ink);
  background: var(--fody-acid);
}

.fody-checkout-header a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding-inline: 0.9rem;
  border: 1px solid var(--fody-ink);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.fody-checkout-header a:hover,
.fody-checkout-header a:focus-visible {
  color: var(--fody-paper);
  background: var(--fody-ink);
}

.fody-main,
.fody-page-main,
.fody-commerce-main {
  min-height: 55vh;
}

.fody-page-main,
.fody-commerce-main {
  padding-block: clamp(2.75rem, 6vw, 6.5rem);
}

.fody-page-header {
  display: block;
  margin-bottom: clamp(2.25rem, 5vw, 4.75rem);
  padding-bottom: clamp(1.25rem, 2.5vw, 2rem);
  border-bottom: var(--fody-line);
}

.fody-page-header > * {
  margin-block: 0;
}

.fody-page-header .wp-block-post-title,
.fody-page-title,
.fody-commerce-main .wp-block-query-title,
.fody-page-content h1 {
  font-family: var(--fody-display);
  max-width: 12ch;
  font-size: clamp(3.75rem, 7.75vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.86;
  overflow-wrap: normal;
  text-transform: uppercase;
}

.fody-commerce-main > .wp-block-query-title {
  margin-block: 0;
  padding-bottom: clamp(1.25rem, 2.5vw, 2rem);
  border-bottom: var(--fody-line);
}

.fody-page-content {
  min-width: 0;
}

.fody-page-content > :first-child {
  margin-top: 0;
}

.fody-page-content > :last-child {
  margin-bottom: 0;
}

.fody-page-content > h2,
.fody-legal-shell h2 {
  max-width: 24ch;
  margin-top: 1.8em;
  font-family: var(--fody-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.08;
  text-transform: none;
}

.fody-page-content > h3,
.fody-legal-shell h3 {
  max-width: 34ch;
  font-family: var(--fody-body);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.25;
  text-transform: none;
}

.fody-page-content p,
.fody-page-content li,
.fody-legal-shell p,
.fody-legal-shell li {
  max-width: var(--fody-content-measure);
  line-height: 1.7;
}

.fody-page-content > p,
.fody-page-content > ul,
.fody-page-content > ol,
.fody-page-content > blockquote,
.fody-legal-shell p,
.fody-legal-shell ul,
.fody-legal-shell ol {
  max-width: var(--fody-content-measure);
}

.fody-policy-summary {
  max-width: none;
  margin-bottom: clamp(2.25rem, 5vw, 4rem);
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border: var(--fody-line);
  box-shadow: 0.45rem 0.45rem 0 var(--fody-ink);
}

.fody-policy-summary > :first-child,
.fody-policy-card > :first-child {
  margin-top: 0;
}

.fody-policy-summary > :last-child,
.fody-policy-card > :last-child {
  margin-bottom: 0;
}

.fody-policy-meta {
  margin-top: clamp(2rem, 4vw, 3.5rem);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.fody-policy-summary .fody-policy-meta {
  margin-top: 0;
  text-transform: uppercase;
}

.fody-policy-section {
  scroll-margin-top: 7rem;
}

.fody-policy-grid {
  align-items: stretch !important;
}

.fody-policy-card {
  min-height: 100%;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border: var(--fody-line);
  background: var(--fody-white);
}

.fody-policy-card h2 {
  margin-bottom: 1rem;
  font-family: var(--fody-display);
  font-size: clamp(1.7rem, 2.7vw, 2.5rem);
  line-height: 1;
}

.fody-page-content table {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

.fody-page-content th,
.fody-page-content td {
  padding: 1rem;
  border: 1px solid var(--fody-ink);
  text-align: left;
}

.fody-page-content > .wp-block-columns h3 {
  font-size: clamp(2rem, 2.6vw, 2.75rem);
  line-height: 0.95;
}

.fody-home-hero {
  min-height: min(42rem, calc(100svh - 8.65rem));
  border-bottom: var(--fody-line);
}

.fody-home-hero > .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.fody-hero-copy {
  justify-content: center !important;
  padding: clamp(2.75rem, 4.5vw, 5rem) clamp(1.5rem, 4vw, 4.75rem);
}

.fody-hero-copy h1 {
  max-width: 6.5ch;
  margin: 0 0 1.6rem;
  font-family: var(--fody-display);
  font-size: clamp(4.5rem, 7.25vw, 7.25rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.82;
  overflow-wrap: normal;
  text-wrap: auto;
  text-transform: uppercase;
}

.fody-hero-copy > p {
  max-width: 34rem;
  margin-bottom: 2.25rem;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  font-weight: 600;
  line-height: 1.5;
}

.fody-hero-art {
  position: relative;
  min-height: min(42rem, calc(100svh - 8.65rem));
  overflow: hidden;
  border-left: var(--fody-line);
  background: var(--fody-orange);
  isolation: isolate;
}

.fody-hero-art::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgb(17 17 15 / 28%) 0.75px, transparent 0.75px);
  background-size: 6px 6px;
  mix-blend-mode: multiply;
  content: "";
  opacity: 0.28;
}

.fody-hero-art::after {
  content: none;
}

.fody-hero-image {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.fody-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.fody-hero-copy .wp-block-buttons {
  gap: 0.75rem 1rem;
}

.fody-section {
  padding-top: clamp(2.75rem, 4vw, 4.5rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.fody-section-heading {
  align-items: end !important;
  gap: 1.25rem 2rem;
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
  padding-bottom: 1.25rem;
  border-bottom: var(--fody-line);
}

.fody-section-heading h2 {
  max-width: 15ch;
  margin: 0;
  font-family: var(--fody-display);
  font-size: clamp(3rem, 5.7vw, 5.75rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.9;
  text-transform: uppercase;
}

.fody-section-heading a {
  display: inline-block;
  padding-block: 0.35rem;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration-color: var(--fody-orange);
  text-decoration-thickness: 2px;
}

.fody-section-heading a:hover {
  color: var(--fody-orange);
}

.fody-section .wp-block-woocommerce-product-collection-no-results > .wp-block-group {
  position: relative;
  min-height: clamp(17rem, 32vw, 25rem);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding-inline: clamp(1.5rem, 6vw, 6rem);
  background-color: var(--fody-white);
  background-image:
    linear-gradient(135deg, transparent 49.5%, rgb(17 17 15 / 6%) 49.5%, rgb(17 17 15 / 6%) 50.5%, transparent 50.5%),
    radial-gradient(rgb(17 17 15 / 16%) 1px, transparent 1px);
  background-size: 100% 100%, 12px 12px;
}

.fody-section .wp-block-woocommerce-product-collection-no-results p {
  position: relative;
  z-index: 1;
  max-width: 38ch;
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: var(--fody-line);
  background: var(--fody-paper);
  box-shadow: 0.75rem 0.75rem 0 var(--fody-orange);
  font-size: clamp(1.1rem, 1.8vw, 1.4rem) !important;
  font-weight: 700;
  line-height: 1.55;
  text-wrap: pretty;
}

.fody-section .wp-block-woocommerce-product-collection-no-results a {
  font-weight: 900;
  text-decoration-color: var(--fody-orange);
  text-decoration-thickness: 2px;
}

.fody-giveaway-band {
  min-height: clamp(34rem, 50vw, 42rem);
  border-block: var(--fody-line);
  background: var(--fody-paper);
}

.fody-giveaway-band > .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: clamp(3rem, 6vw, 6.5rem);
}

.fody-mystery-art {
  position: relative;
  overflow: hidden;
  border-left: var(--fody-line);
  background-color: var(--fody-paper) !important;
  background-image: radial-gradient(rgb(17 17 15 / 17%) 1.2px, transparent 1.2px);
  background-size: 11px 11px;
  color: var(--fody-paper) !important;
  isolation: isolate;
}

.fody-mystery-art::before {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  width: min(30rem, 78%);
  aspect-ratio: 1;
  background: var(--fody-pink);
  clip-path: polygon(50% 0, 59% 20%, 76% 7%, 79% 29%, 100% 25%, 87% 44%, 100% 56%, 78% 61%, 83% 83%, 62% 77%, 50% 100%, 39% 78%, 17% 91%, 21% 66%, 0 58%, 17% 45%, 3% 26%, 27% 28%, 27% 4%, 43% 21%);
  content: "";
  transform: translate(-50%, -50%) rotate(-7deg);
}

.fody-mystery-art::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(21rem, 57%);
  aspect-ratio: 1.05;
  border: 4px solid var(--fody-ink);
  background: var(--fody-ink);
  box-shadow: 1rem 1rem 0 rgb(17 17 15 / 20%);
  content: "";
  transform: translate(-50%, -50%) rotate(4deg);
}

.fody-mystery-art p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--fody-display);
  font-size: clamp(8rem, 16vw, 15rem);
  font-weight: 400;
  line-height: 0.8;
  text-shadow: none;
  transform: rotate(4deg);
}

.fody-giveaway-copy {
  order: -1;
  color: var(--fody-paper) !important;
  background: var(--fody-ink) !important;
}

.fody-giveaway-copy h2 {
  max-width: 10ch;
  margin: 0 0 1.25rem;
  font-family: var(--fody-display);
  font-size: clamp(3.75rem, 6vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.88;
  text-transform: uppercase;
}

.fody-giveaway-copy > p {
  max-width: 37rem;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  font-weight: 600;
  line-height: 1.55;
}

.fody-giveaway-copy .wp-block-button__link {
  border-color: var(--fody-paper);
}

.fody-giveaway-copy .wp-block-button__link:hover {
  box-shadow: 5px 5px 0 var(--fody-orange);
}

.fody-value-band {
  border-bottom: var(--fody-line);
  background: var(--fody-paper) !important;
}

.fody-value-band > .wp-block-column {
  min-height: 21rem;
  margin: 0;
  padding: clamp(2.25rem, 5vw, 4.5rem);
  border-right: 1px solid var(--fody-ink);
  transition: background-color 160ms ease;
}

.fody-value-band > .wp-block-column:last-child {
  border-right: 0;
}

.fody-value-band .fody-index,
.fody-info-grid .fody-index {
  width: 3.25rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0;
  border: 2px solid var(--fody-ink);
  border-radius: 50%;
  background: var(--fody-orange);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.fody-value-band > .wp-block-column:nth-child(2) .fody-index,
.fody-info-grid > .wp-block-column:nth-child(2) .fody-index {
  background: var(--fody-pink);
}

.fody-value-band > .wp-block-column:nth-child(3) .fody-index,
.fody-info-grid > .wp-block-column:nth-child(3) .fody-index {
  background: var(--fody-blue);
}

.fody-value-band h3,
.fody-info-grid h2 {
  margin: 1.1rem 0 0.65rem;
  font-family: var(--fody-display);
  font-size: clamp(2.15rem, 3.25vw, 3.4rem);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.fody-value-band > .wp-block-column > p:last-child,
.fody-info-grid > .wp-block-column > p:last-child {
  max-width: 34ch;
  line-height: 1.6;
}

.fody-story-band {
  padding: clamp(4.5rem, 9vw, 8.5rem) max(1.5rem, 7vw);
  overflow: hidden;
}

.fody-story-band::after {
  content: none;
}

.fody-story-band .fody-index {
  width: max-content;
  margin: 0;
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--fody-paper);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.fody-story-layout {
  align-items: stretch !important;
  gap: 0 !important;
  margin-top: 1.5rem;
  border: 2px solid var(--fody-paper);
}

.fody-story-layout > .wp-block-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: clamp(2rem, 4.5vw, 4.75rem);
}

.fody-story-layout > .wp-block-column:last-child {
  color: var(--fody-ink);
  background: var(--fody-orange);
}

.fody-story-layout > .wp-block-column:last-child > p:first-child {
  max-width: 29ch;
  font-weight: 700;
  line-height: 1.5;
}

.fody-story-band h2 {
  max-width: 8ch;
  margin: 0;
  font-family: var(--fody-display);
  font-size: clamp(4.25rem, 7.25vw, 7.25rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.82;
  overflow-wrap: normal;
  text-wrap: auto;
  text-transform: uppercase;
}

.fody-story-band a {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  padding: 0.8rem 1.25rem;
  border: 2px solid var(--fody-paper);
  color: var(--fody-paper);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.fody-story-layout > .wp-block-column:last-child a {
  border-color: var(--fody-ink);
  color: var(--fody-ink);
}

.fody-story-band a:hover,
.fody-story-band a:focus-visible {
  color: var(--fody-ink);
  background: var(--fody-paper);
}

.fody-story-layout > .wp-block-column:last-child a:hover,
.fody-story-layout > .wp-block-column:last-child a:focus-visible {
  color: var(--fody-paper);
  background: var(--fody-ink);
}

.fody-info-grid {
  gap: 0;
  border-block: var(--fody-line);
  background: var(--fody-white);
}

.fody-info-grid > .wp-block-column {
  min-height: 20rem;
  margin: 0;
  padding: clamp(2.25rem, 5vw, 4.5rem);
  border-right: 1px solid var(--fody-ink);
}

.fody-info-grid > .wp-block-column:last-child {
  border-right: 0;
}

.fody-callout {
  gap: 1.5rem 3rem;
  padding: clamp(2rem, 5vw, 4rem);
  border: var(--fody-line);
}

.fody-callout h2 {
  max-width: 16ch;
  margin: 0;
  font-family: var(--fody-display);
  font-size: clamp(2.6rem, 4.5vw, 4.75rem);
  font-weight: 400;
  line-height: 0.92;
  text-transform: uppercase;
}

.fody-help-layout {
  display: grid;
  grid-template-columns: minmax(13rem, 18rem) minmax(0, 1fr);
  gap: 0;
  margin-top: clamp(2.25rem, 4vw, 4rem);
  border: var(--fody-line);
  background: var(--fody-white);
}

.fody-help-nav {
  align-self: stretch;
  gap: 0 !important;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  border-right: var(--fody-line);
  background: var(--fody-paper);
}

.fody-help-nav a {
  position: relative;
  display: flex;
  min-height: 3.75rem;
  align-items: center;
  padding: 0.65rem 1.5rem 0.65rem 1.75rem;
  border-bottom: 1px solid var(--fody-ink);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.fody-help-nav a::before {
  position: absolute;
  left: 0.25rem;
  color: var(--fody-orange);
  content: "\2192";
  font-size: 1.2rem;
  transition: transform 160ms ease;
}

.fody-help-nav a:hover,
.fody-help-nav a:focus-visible {
  color: #a93200;
}

.fody-help-nav a:hover::before,
.fody-help-nav a:focus-visible::before {
  transform: translateX(0.25rem);
}

.fody-help-faq {
  width: 100%;
  max-width: none !important;
  padding: clamp(1.5rem, 4vw, 4rem);
}

.fody-help-faq .wp-block-details {
  margin: 0;
  padding: 1.15rem 1rem;
  border-bottom: 1px solid var(--fody-ink);
}

.fody-help-faq .wp-block-details:first-child {
  border-top: 1px solid var(--fody-ink);
}

.fody-help-faq .wp-block-details[open] {
  margin-block: 0.5rem;
  border: 2px solid var(--fody-orange);
  background: var(--fody-paper);
}

.fody-help-faq summary {
  position: relative;
  cursor: pointer;
  padding-right: 2.5rem;
  font-family: var(--fody-body);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
  text-transform: uppercase;
}

.fody-help-faq summary::-webkit-details-marker {
  display: none;
}

.fody-help-faq summary::after {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  color: var(--fody-orange);
  content: "+";
  font-family: var(--fody-body);
  font-size: 1.7rem;
  line-height: 1;
  transform: translateY(-50%);
}

.fody-help-faq details[open] summary::after {
  content: "\2212";
}

.fody-help-faq .wp-block-details > :not(summary) {
  max-width: var(--fody-content-measure);
  margin-top: 1rem;
  line-height: 1.65;
}

.fody-legal-shell {
  max-width: 62rem;
}

.fody-draft-note {
  padding: 1rem;
  border: 2px dashed var(--fody-ink);
  font-weight: 800;
}

/* WooCommerce catalog */
.fody-commerce-main .woocommerce-breadcrumb {
  margin-bottom: 2rem;
  color: var(--fody-muted);
  font-size: 0.8rem;
}

.fody-catalog-intro {
  max-width: 62ch;
  margin-top: 1.25rem;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem) !important;
  line-height: 1.6;
  text-wrap: pretty;
}

.fody-catalog-empty {
  min-height: clamp(18rem, 31vw, 25rem);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: clamp(2.5rem, 6vw, 6rem) clamp(1.25rem, 5vw, 4rem);
  border-block: var(--fody-line);
  background-color: var(--fody-white);
  background-image: radial-gradient(rgb(17 17 15 / 16%) 1px, transparent 1px);
  background-size: 12px 12px;
  text-align: center;
}

.fody-catalog-empty h2 {
  max-width: 14ch;
  margin: 0;
  padding: 0.2em 0.3em;
  background: var(--fody-paper);
  font-size: clamp(2.75rem, 5vw, 4.75rem);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.fody-catalog-empty p {
  max-width: 42ch;
  margin: 0;
  padding: 0.35rem 0.55rem;
  background: var(--fody-paper);
  font-size: 1.08rem;
  line-height: 1.55;
}

.fody-page-content .wp-block-woocommerce-product-collection-no-results {
  min-height: clamp(16rem, 28vw, 22rem);
  display: grid;
  place-items: center;
  margin-block: 2rem;
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1.25rem, 4vw, 3.5rem);
  border-block: var(--fody-line);
  background-color: var(--fody-white);
  background-image: radial-gradient(rgb(17 17 15 / 16%) 1px, transparent 1px);
  background-size: 12px 12px;
}

.fody-page-content .wp-block-woocommerce-product-collection-no-results p {
  max-width: 42ch;
  margin: 0;
  padding: 1.5rem;
  border: var(--fody-line);
  background: var(--fody-paper);
  box-shadow: 0.55rem 0.55rem 0 var(--fody-orange);
  font-weight: 700;
  line-height: 1.55;
}

.fody-catalog-tools {
  margin-block: 2rem;
  padding-block: 0.75rem;
  border-block: 1px solid var(--fody-ink);
}

.fody-catalog-tools .wc-block-product-results-count,
.fody-catalog-tools .woocommerce-result-count {
  font-size: 0.82rem;
  font-weight: 800;
}

.fody-catalog-tools select,
.woocommerce-ordering select {
  min-height: 2.75rem;
  border: 1px solid var(--fody-ink);
  border-radius: 0;
  color: var(--fody-ink);
  background: var(--fody-paper);
  font: 800 0.78rem var(--fody-body);
  text-transform: uppercase;
}

.wp-block-woocommerce-product-collection-no-results .wp-block-heading,
.wp-block-woocommerce-empty-cart-block > .wp-block-heading,
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  font-family: var(--fody-display);
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1 !important;
  text-transform: uppercase;
}

.fody-empty-cart-recovery {
  display: flex;
  justify-content: center;
  margin: 1.5rem auto 2.5rem;
}

.fody-empty-cart-recovery .wp-block-button__link {
  min-height: 3.25rem;
  border: 1px solid var(--fody-ink);
  border-radius: 0;
  color: var(--fody-ink);
  background: var(--fody-orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wc-block-product-template,
.wp-block-woocommerce-product-template {
  gap: 2.25rem 1px !important;
}

.wc-block-product-template > li,
.wp-block-woocommerce-product-template > li {
  min-width: 0;
  padding: 0 1.15rem 1.5rem;
  border-right: 1px solid var(--fody-ink);
}

.wc-block-components-product-image,
.wc-block-grid__product-image {
  overflow: hidden;
  background: var(--fody-white);
}

.wc-block-components-product-image img,
.wc-block-grid__product-image img {
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 180ms ease;
}

.wc-block-components-product-image a:hover img,
.wc-block-grid__product-image a:hover img {
  transform: scale(1.025);
}

.wp-block-post-title[style*="text-align:center"],
.wc-block-components-product-title {
  margin-top: 1rem;
  font-family: var(--fody-body);
  font-size: 1.05rem !important;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25 !important;
  text-transform: none;
}

.wc-block-components-product-price,
.wc-block-grid__product-price,
.woocommerce-Price-amount {
  font-weight: 800;
}

.wc-block-components-product-button .wp-block-button__link,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  width: 100%;
}

.wc-block-components-product-sale-badge,
.onsale {
  border: 1px solid var(--fody-ink) !important;
  border-radius: 0 !important;
  color: var(--fody-ink) !important;
  background: var(--fody-acid) !important;
  font-size: 0.7rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* WooCommerce single product */
.fody-product-layout {
  align-items: flex-start !important;
  gap: 0 !important;
  border-block: var(--fody-line);
}

.fody-product-gallery {
  padding: clamp(1.25rem, 3vw, 3rem);
  border-right: var(--fody-line);
  background: var(--fody-white);
}

.fody-product-summary {
  padding: clamp(2.5rem, 5vw, 5.5rem);
}

.fody-product-summary .wp-block-post-title {
  max-width: 13ch;
  margin-bottom: 0.65rem;
  font-family: var(--fody-display);
  font-size: clamp(3.75rem, 6.5vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.9;
  text-transform: uppercase;
}

.fody-product-summary .wp-block-woocommerce-product-price {
  margin-bottom: 1.4rem;
  font-size: 2rem;
}

.fody-product-summary .wp-block-post-excerpt {
  max-width: 56ch;
  padding-top: 1.4rem;
  border-top: 1px solid var(--fody-ink);
  font-size: 1.1rem;
  font-weight: 700;
}

.fody-product-summary table.variations {
  width: 100%;
  margin-block: 1.75rem;
}

.fody-product-summary table.variations th,
.fody-product-summary table.variations td {
  display: block;
  padding: 0.35rem 0;
  text-align: left;
}

.fody-product-summary select,
.fody-product-summary input.qty {
  min-height: 3rem;
  border: 1px solid var(--fody-ink);
  border-radius: 0;
  background: var(--fody-paper);
}

.fody-product-summary .single_add_to_cart_button {
  min-height: 3.25rem;
  border: 1px solid var(--fody-ink);
  border-radius: 0;
  color: var(--fody-ink);
  background: var(--fody-orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fody-product-details {
  margin-block: clamp(3.5rem, 7vw, 7rem);
}

/* Cart, checkout, account and forms */
.fody-transaction-main {
  min-height: 65vh;
  padding-block: clamp(3rem, 7vw, 7rem);
}

.fody-transaction-main .wp-block-post-title {
  max-width: 15ch;
  margin-bottom: 2rem;
  font-family: var(--fody-display);
  font-size: clamp(3.75rem, 6.5vw, 6.5rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.wc-block-cart,
.wc-block-checkout,
.woocommerce-account .woocommerce {
  --wc-form-color-background: var(--fody-white);
  --wc-form-color-border: var(--fody-ink);
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  padding-top: 1rem;
}

.wc-block-components-sidebar,
.wc-block-components-order-summary,
.wc-block-components-totals-wrapper {
  border-color: var(--fody-ink) !important;
}

.wc-block-components-button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  min-height: 3.25rem;
  border: 1px solid var(--fody-ink) !important;
  border-radius: 0 !important;
  color: var(--fody-ink) !important;
  background: var(--fody-orange) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid var(--fody-ink) !important;
  border-radius: 0 !important;
  background: var(--fody-white) !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.wc-block-components-notice-banner {
  border: 2px solid var(--fody-ink) !important;
  border-radius: 0 !important;
  color: var(--fody-ink) !important;
  background: var(--fody-blue) !important;
}

/* Footer */
.fody-footer {
  border-top: var(--fody-line);
  background-image: radial-gradient(rgb(247 243 232 / 9%) 0.8px, transparent 0.8px);
  background-size: 9px 9px;
}

.fody-footer-signup .fody-email-signup {
  padding-block: clamp(3rem, 6vw, 5.5rem);
  border-bottom: 1px solid rgb(247 243 232 / 32%);
}

.fody-email-signup {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(18rem, 1.2fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.fody-footer .fody-email-signup h2,
.fody-social-auth h2 {
  margin: 0;
  font-family: var(--fody-display);
  font-weight: 400;
  text-transform: uppercase;
}

.fody-footer .fody-email-signup h2 {
  max-width: 9ch;
  font-size: clamp(3rem, 5.5vw, 5.5rem);
  letter-spacing: -0.025em;
  line-height: 0.86;
}

.fody-email-signup__copy p {
  max-width: 34ch;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.fody-email-signup__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
}

.fody-email-signup__field {
  display: grid;
  gap: 0.45rem;
}

.fody-email-signup__field label {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fody-email-signup__field input {
  width: 100%;
  min-height: 3.5rem;
  border: 2px solid var(--fody-paper);
  border-radius: 0;
  padding: 0.85rem 1rem;
  color: var(--fody-ink);
  background: var(--fody-white);
  font: 700 1rem/1.2 var(--fody-body);
}

.fody-email-signup button {
  min-height: 3.5rem;
  align-self: end;
  border: 2px solid var(--fody-acid);
  border-radius: 0;
  padding: 0.8rem 1.35rem;
  color: var(--fody-ink);
  background: var(--fody-acid);
  font: 900 0.75rem/1 var(--fody-body);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.fody-email-signup button:hover {
  color: var(--fody-ink);
  background: var(--fody-orange);
  border-color: var(--fody-orange);
}

.fody-email-signup__consent,
.fody-email-signup__privacy,
.fody-email-signup__notice {
  grid-column: 1 / -1;
}

.fody-email-signup__consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  font-size: 0.78rem;
  line-height: 1.45;
}

.fody-email-signup__consent input {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0.08rem 0 0;
  accent-color: var(--fody-orange);
}

.fody-email-signup__privacy,
.fody-email-signup__notice {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.45;
}

.fody-email-signup__notice {
  padding: 0.8rem 1rem;
  border: 1px solid var(--fody-paper);
  font-weight: 900;
}

.fody-email-signup__trap {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* My Account: provider choices sit above WooCommerce's native forms. */
.fody-social-auth {
  margin: 0 0 clamp(2rem, 5vw, 4rem);
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border: var(--fody-line);
  background: var(--fody-white);
  box-shadow: 0.6rem 0.6rem 0 var(--fody-orange);
}

.fody-social-auth h2 {
  font-size: clamp(2.3rem, 4vw, 3.75rem);
  line-height: 0.95;
}

.fody-social-auth > p {
  margin: 0.75rem 0 1.4rem;
  font-weight: 700;
}

.fody-social-auth__providers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.fody-social-auth__button {
  min-height: 3.65rem;
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  border: 2px solid var(--fody-ink);
  padding: 0.65rem 0.8rem;
  color: var(--fody-ink);
  background: var(--fody-paper);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.fody-social-auth__button:hover:not(.fody-social-auth__button--disabled),
.fody-social-auth__button:focus-visible:not(.fody-social-auth__button--disabled) {
  color: var(--fody-paper);
  background: var(--fody-ink);
}

.fody-social-auth__mark {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.78rem;
}

.fody-social-auth__button small {
  grid-column: 2;
  margin-top: -0.45rem;
  color: var(--fody-muted);
  font-size: 0.64rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fody-social-auth__button--disabled {
  cursor: not-allowed;
  border-style: dashed;
  background: #e5e0d5;
}

.fody-footer-main {
  padding-block: clamp(3.5rem, 6vw, 6rem);
}

.fody-footer-main > .wp-block-columns {
  gap: clamp(2.25rem, 5vw, 5.5rem);
}

.fody-footer-main > .wp-block-columns > .wp-block-column:first-child p {
  max-width: 33ch;
  font-size: 0.94rem;
  line-height: 1.6;
}

.fody-footer .fody-wordmark,
.fody-footer .fody-wordmark a {
  color: var(--fody-paper);
  font-size: clamp(2.75rem, 4vw, 4.5rem);
  line-height: 0.86;
}

.fody-footer h2 {
  margin-bottom: 1rem;
  font-family: var(--fody-body);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fody-footer nav {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.fody-footer a {
  color: var(--fody-paper);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration-color: transparent;
  transition: color 140ms ease, text-decoration-color 140ms ease;
}

.fody-footer a:hover,
.fody-footer a:focus-visible {
  color: var(--fody-orange);
  text-decoration-color: currentColor;
}

.fody-footer-bottom {
  min-height: 3.5rem;
  padding-block: 1rem;
  border-top: 1px solid rgb(247 243 232 / 32%);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

/* Core buttons */
.wp-element-button,
.wp-block-button__link {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.5rem;
  box-shadow: none;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
  box-shadow: 5px 5px 0 var(--fody-ink);
  transform: translate(-2px, -2px);
}

.wp-element-button:active,
.wp-block-button__link:active {
  box-shadow: 1px 1px 0 var(--fody-ink);
  transform: translate(0, 0);
}

.is-style-outline > .wp-block-button__link {
  color: var(--fody-ink);
  background: transparent;
}

.is-style-outline > .wp-block-button__link:hover {
  color: var(--fody-paper);
  background: var(--fody-ink);
}

.wp-block-separator {
  border-bottom-width: 2px;
}

.wp-block-query-pagination {
  margin-top: 3rem;
}

.wp-block-query-pagination a,
.wp-block-query-pagination .current {
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--fody-ink);
  text-decoration: none;
}

.wp-block-query-pagination .current {
  background: var(--fody-acid);
}

@media (max-width: 980px) {
  .fody-header-inner {
    min-height: 5rem;
  }

  .fody-site-header .wp-block-navigation__responsive-container-open {
    display: flex;
  }

  .fody-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none;
  }

  .fody-site-header .wp-block-navigation__responsive-container.is-menu-open {
    width: 100vw;
    height: calc(100dvh - 2.75rem);
    min-height: calc(100dvh - 2.75rem);
    max-height: calc(100dvh - 2.75rem);
    padding: clamp(1.25rem, 5vw, 3rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--fody-paper);
  }

  .fody-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
  .fody-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    width: 100%;
    min-height: 100%;
  }

  .fody-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    z-index: 2;
    top: 0;
    right: 0;
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    border: 1px solid var(--fody-ink);
    background: var(--fody-paper);
  }

  .fody-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
  .fody-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    width: 100%;
    align-items: stretch;
    gap: 0;
  }

  .fody-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    width: 100%;
    border-bottom: 1px solid var(--fody-ink);
  }

  .fody-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    width: 100%;
    min-height: 4.5rem;
    font-family: var(--fody-display);
    font-size: clamp(2rem, 7vw, 3rem);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }

  .fody-help-layout {
    grid-template-columns: 1fr;
  }

  .fody-email-signup {
    grid-template-columns: 1fr;
  }

  .fody-footer .fody-email-signup h2 {
    max-width: 12ch;
  }

  .fody-help-nav {
    border-right: 0;
    border-bottom: var(--fody-line);
  }

  .fody-home-hero {
    min-height: auto;
  }

  .fody-home-hero,
  .fody-giveaway-band,
  .fody-value-band,
  .fody-info-grid,
  .fody-story-layout,
  .fody-product-layout {
    flex-wrap: wrap !important;
  }

  .fody-home-hero > .wp-block-column,
  .fody-giveaway-band > .wp-block-column,
  .fody-value-band > .wp-block-column,
  .fody-info-grid > .wp-block-column,
  .fody-story-layout > .wp-block-column,
  .fody-product-layout > .wp-block-column {
    flex-basis: 100% !important;
  }

  .fody-hero-art,
  .fody-mystery-art,
  .fody-product-gallery {
    border-right: 0;
    border-left: 0;
    border-top: var(--fody-line);
  }

  .fody-hero-art {
    min-height: min(70vw, 38rem);
  }

  .fody-story-layout > .wp-block-column:first-child {
    border-bottom: 2px solid var(--fody-paper);
  }

  .fody-value-band > .wp-block-column,
  .fody-info-grid > .wp-block-column {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--fody-ink);
  }

  .fody-value-band > .wp-block-column:last-child,
  .fody-info-grid > .wp-block-column:last-child {
    border-bottom: 0;
  }

  .wc-block-product-template,
  .wp-block-woocommerce-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar .fody-site-header {
    top: 46px;
  }
}

@media (max-width: 640px) {
  .fody-utility {
    justify-content: center !important;
    text-align: center;
  }

  .fody-utility p:last-child {
    display: none;
  }

  .fody-header-inner {
    gap: 0.75rem;
    padding-block: 0.65rem;
  }

  .fody-wordmark,
  .fody-wordmark a {
    font-size: 1.9rem;
  }

  .fody-site-header .wc-block-mini-cart__button {
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding-inline: 0.55rem;
  }

  .fody-hero-copy h1,
  .fody-page-header .wp-block-post-title,
  .fody-page-title,
  .fody-commerce-main .wp-block-query-title,
  .fody-page-content h1,
  .fody-product-summary .wp-block-post-title,
  .fody-transaction-main .wp-block-post-title {
    font-size: clamp(3.15rem, 15.5vw, 4.25rem);
    line-height: 0.92;
  }

  .single-post .fody-page-title {
    font-size: clamp(2.55rem, 10.5vw, 3rem);
    line-height: 0.96;
  }

  .fody-hero-copy {
    padding: 3.5rem 1.25rem;
  }

  .fody-hero-copy h1 {
    max-width: 6.5ch;
  }

  .fody-hero-art {
    min-height: 24rem;
  }

  .fody-hero-image img {
    object-position: 56% center;
  }

  .fody-section-heading h2,
  .fody-giveaway-copy h2,
  .fody-story-band h2,
  .fody-callout h2 {
    font-size: clamp(2.8rem, 13vw, 4.25rem);
    line-height: 0.88;
  }

  .fody-section .wp-block-woocommerce-product-collection-no-results > .wp-block-group {
    min-height: 18rem;
    padding-inline: 1rem;
  }

  .fody-section .wp-block-woocommerce-product-collection-no-results p {
    padding: 1.35rem;
    box-shadow: 0.45rem 0.45rem 0 var(--fody-orange);
  }

  .fody-giveaway-band > .wp-block-column,
  .fody-value-band > .wp-block-column,
  .fody-info-grid > .wp-block-column,
  .fody-product-summary {
    padding-inline: 1.25rem;
  }

  .fody-giveaway-band > .wp-block-column {
    min-height: 27rem;
    padding-block: 3.5rem;
  }

  .fody-mystery-art::after {
    width: min(17rem, 62%);
  }

  .fody-story-band {
    padding: 4.25rem 1.25rem;
  }

  .fody-story-band h2 {
    max-width: 8ch;
  }

  .fody-help-layout {
    margin-inline: 0;
  }

  .fody-help-nav,
  .fody-help-faq {
    padding: 1.25rem;
  }

  .fody-help-faq .wp-block-details {
    padding-inline: 0.75rem;
  }

  .fody-page-content > h2,
  .fody-legal-shell h2 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
    line-height: 1.1;
  }

  .wc-block-product-template,
  .wp-block-woocommerce-product-template {
    grid-template-columns: 1fr !important;
  }

  .wc-block-product-template > li,
  .wp-block-woocommerce-product-template > li {
    border-right: 0;
    padding-inline: 0;
  }

  .fody-footer-main > .wp-block-columns {
    gap: 2rem;
  }

  .fody-email-signup__form {
    grid-template-columns: 1fr;
  }

  .fody-email-signup button {
    width: 100%;
  }

  .fody-social-auth {
    box-shadow: 0.35rem 0.35rem 0 var(--fody-orange);
  }

  .fody-social-auth__providers {
    grid-template-columns: 1fr;
  }

  .fody-footer-main > .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
  }

  .fody-footer .fody-wordmark,
  .fody-footer .fody-wordmark a {
    font-size: 3rem;
  }
}

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

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

@media (forced-colors: active) {
  .fody-hero-art::before,
  .fody-hero-art::after,
  .fody-mystery-art,
  .fody-mystery-art::before,
  .fody-mystery-art::after,
  .fody-story-band::after {
    background-image: none;
  }

  .wp-element-button,
  .wp-block-button__link,
  .wc-block-components-button {
    border: 2px solid ButtonText !important;
  }
}
