/*
Theme Name: Mind Out Trivia
Theme URI: https://mindout.com.au/
Author: Mind Out Trivia
Description: A block-first, fully editable WordPress theme for Mind Out Trivia bookings, quiz packs, merchandise, podcast content and interactive sample questions.
Version: 1.3.7
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: mind-out-trivia
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: "Permanent Marker";
  src: url("assets/fonts/permanent-marker.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --mot-paper: #f4eedf;
  --mot-ink: #0f0f0f;
  --mot-navy: #102d47;
  --mot-lime: #b8ff18;
  --mot-coral: #d46f6d;
  --mot-blue: #4858ff;
  --mot-ice: #cfe5f7;
  --mot-white: #ffffff;
  --mot-muted: #a7a49e;
  --mot-border: 2px solid var(--mot-ink);
  --mot-shadow: 6px 6px 0 var(--mot-ink);
  --mot-shell: min(1240px, calc(100vw - 34px));
  --mot-poster: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --mot-typewriter: "Courier New", Courier, monospace;
  --mot-marker: "Permanent Marker", "Segoe Print", cursive;
  --mot-plain: Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--mot-paper);
  color: var(--mot-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .mot-header-shell {
  top: 32px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.wp-site-blocks {
  padding: 0;
}

.wp-site-blocks > * {
  margin-block-start: 0;
}

.mot-site {
  overflow: hidden;
}

.mot-section {
  width: var(--mot-shell);
  margin-inline: auto;
  padding-block: 92px;
}

.mot-section[id] {
  scroll-margin-top: 110px;
}

.mot-eyebrow,
.mot-kicker,
.mot-card-tag,
.mot-footer-label {
  margin: 0 0 20px;
  font-family: var(--mot-typewriter);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mot-eyebrow::first-letter {
  color: var(--mot-coral);
}

.mot-section-title {
  max-width: 850px;
  margin: 0;
  font-family: var(--mot-poster);
  font-size: clamp(3.2rem, 6.2vw, 6.4rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-transform: uppercase;
}

.mot-coral {
  color: var(--mot-coral);
}

.mot-lime {
  color: var(--mot-lime);
}

.mot-light {
  color: var(--mot-white);
}

.mot-button .wp-element-button,
.mot-button .wp-block-button__link,
.mot-button-link,
.mot-booking-form .wp-element-button {
  border: var(--mot-border);
  border-radius: 2px;
  background: var(--mot-lime);
  box-shadow: 5px 5px 0 var(--mot-ink);
  color: var(--mot-ink);
  cursor: pointer;
  font-family: var(--mot-typewriter);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  padding: 16px 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 150ms ease, transform 150ms ease;
}

.mot-button-link {
  display: inline-block;
}

.mot-button .wp-element-button:hover,
.mot-button .wp-block-button__link:hover,
.mot-button-link:hover,
.mot-booking-form .wp-element-button:hover {
  box-shadow: 2px 2px 0 var(--mot-ink);
  transform: translate(3px, 3px);
}

.mot-button-dark .wp-element-button,
.mot-button-dark .wp-block-button__link,
.mot-booking-form .wp-element-button {
  background: var(--mot-ink);
  box-shadow: 5px 5px 0 var(--mot-coral);
  color: var(--mot-white);
}

.mot-button-light .wp-element-button,
.mot-button-light .wp-block-button__link,
.mot-button-light-link {
  background: var(--mot-paper);
  color: var(--mot-ink);
}

/* Header and announcement */
.mot-announcement {
  min-height: 43px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--mot-ink);
  color: var(--mot-white);
}

.mot-announcement-inner {
  width: var(--mot-shell);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mot-announcement-inner span {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
  font-family: var(--mot-typewriter);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mot-announcement-inner strong {
  flex: 0 0 auto;
  margin-inline: 22px;
  color: var(--mot-lime);
}

.mot-header-shell {
  position: sticky;
  top: 0;
  z-index: 30;
  background: color-mix(in srgb, var(--mot-paper) 94%, transparent);
  backdrop-filter: blur(10px);
}

.mot-header {
  position: relative;
  width: var(--mot-shell);
  min-height: 110px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 34px;
  border-bottom: var(--mot-border);
}

.mot-brand-lockup {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--mot-ink);
  text-decoration: none;
}

.mot-brand-lockup img {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.mot-brand-lockup span {
  margin: 0;
  font-family: var(--mot-brand-font, var(--mot-marker));
  font-size: clamp(1.38rem, 2.04vw, 1.98rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.mot-primary-nav {
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.8vw, 28px);
}

.mot-commerce-nav {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--mot-typewriter);
  font-size: 0.68rem;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.mot-commerce-nav a {
  color: var(--mot-ink);
  text-decoration: none;
}

.mot-commerce-nav a:hover,
.mot-commerce-nav a:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--mot-coral);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.mot-primary-nav > a:not(.mot-nav-cta) {
  flex: 0 0 auto;
  font-family: var(--mot-typewriter);
  font-size: var(--mot-nav-font-size, 1.1rem);
  font-weight: var(--mot-nav-font-weight, 1000);
  text-decoration: none;
  text-transform: uppercase;
}

.mot-primary-nav > a:not(.mot-nav-cta):hover {
  text-decoration: underline;
  text-decoration-color: var(--mot-coral);
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}

.mot-nav-cta {
  flex: 0 0 auto;
  padding: 14px 19px;
  border: var(--mot-border);
  background: var(--mot-ink);
  box-shadow: 5px 5px 0 var(--mot-coral);
  color: var(--mot-white);
  font-family: var(--mot-typewriter);
  font-size: 0.7rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.mot-nav-cta:hover {
  box-shadow: 2px 2px 0 var(--mot-coral);
  transform: translate(3px, 3px);
}

.mot-menu-toggle {
  display: none;
  padding: 11px 13px;
  border: var(--mot-border);
  background: var(--mot-lime);
  color: var(--mot-ink);
  cursor: pointer;
  font-family: var(--mot-typewriter);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mot-menu-toggle span {
  margin-right: 6px;
}

/* Hero */
.mot-hero {
  padding-top: 74px;
  padding-bottom: 82px;
}

.mot-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.05fr);
  align-items: center !important;
  gap: clamp(36px, 4vw, 62px);
}

.mot-hero-grid > .wp-block-column {
  min-width: 0;
}

.mot-display {
  margin: 0 0 28px;
  font-family: var(--mot-poster);
  font-size: clamp(4rem, 7.5vw, 7rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.82;
  text-transform: uppercase;
}

.mot-display .mot-coral {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.mot-display .mot-coral::after {
  position: absolute;
  z-index: -1;
  right: -8px;
  bottom: -5px;
  left: -8px;
  height: 12px;
  background: var(--mot-lime);
  content: "";
}

.mot-hero-intro {
  max-width: 690px;
  margin: 0 0 34px;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.mot-hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 58px;
}

.mot-text-link {
  font-family: var(--mot-typewriter);
  font-size: 0.82rem;
  font-weight: 900;
  text-underline-offset: 7px;
  text-decoration-color: var(--mot-coral);
  text-decoration-thickness: 3px;
}

.mot-proof {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 24px;
  border-top: 2px dashed var(--mot-ink);
}

.mot-proof > .wp-block-column {
  min-width: 0;
}

.mot-proof strong {
  display: block;
  font-family: var(--mot-poster);
  font-size: 2.5rem;
  line-height: 0.9;
}

.mot-proof p {
  margin: 5px 0 0;
  font-family: var(--mot-typewriter);
  font-size: 0.68rem;
  font-weight: 900;
  text-align: center;
}

.mot-hero-visual {
  position: relative;
  padding: 12px 18px 52px 0;
}

.mot-hero-photo {
  margin: 0;
  border: var(--mot-border);
  background: var(--mot-white);
  box-shadow: 8px 8px 0 var(--mot-ink);
  transform: rotate(2deg);
}

.mot-hero-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.08);
}

.mot-hero-note {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(270px, 68%);
  margin: 0;
  padding: 18px 20px;
  border: var(--mot-border);
  background: var(--mot-blue);
  box-shadow: 5px 5px 0 var(--mot-ink);
  color: var(--mot-white);
  font-family: var(--mot-typewriter);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.5;
  transform: rotate(-4deg);
}

.mot-hero-sticker {
  position: absolute;
  top: -20px;
  right: -8px;
  width: 135px;
  height: 135px;
  display: grid;
  place-content: center;
  border: var(--mot-border);
  border-radius: 50%;
  background: var(--mot-lime);
  box-shadow: 5px 5px 0 var(--mot-ink);
  font-family: var(--mot-marker);
  font-size: 0.78rem;
  line-height: 1.15;
  text-align: center;
  transform: rotate(10deg);
}

/* Categories */
.mot-category-strip {
  width: 100%;
  padding: 26px max(26px, calc((100vw - 1240px) / 2));
  background: var(--mot-lime);
  border-block: var(--mot-border);
}

.mot-category-strip p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 21px;
}

.mot-category-strip span {
  display: inline-block;
  padding: 14px 21px;
  border: var(--mot-border);
  background: var(--mot-paper);
  box-shadow: 5px 5px 0 var(--mot-ink);
  font-family: var(--mot-typewriter);
  font-size: 1.08rem;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.mot-category-strip span:nth-child(even) {
  background: var(--mot-ink);
  color: var(--mot-white);
  transform: rotate(1deg);
}

/* Shared section heading */
.mot-heading-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.75fr);
  gap: 50px;
  align-items: end !important;
  margin-bottom: 54px;
}

.mot-heading-row > .wp-block-column {
  min-width: 0;
}

.mot-heading-row > .wp-block-column:last-child p {
  margin: 0;
  font-size: 1.05rem;
}

.mot-heading-row > p {
  margin: 0;
  font-size: 1.05rem;
}

/* Service cards */
.mot-service-grid,
.mot-pack-grid,
.mot-review-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mot-service-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 28px;
  border: var(--mot-border);
  box-shadow: var(--mot-shadow);
  color: inherit;
  text-decoration: none;
  transition: box-shadow 150ms ease, transform 150ms ease;
}

.mot-service-card:hover {
  box-shadow: 4px 4px 0 var(--mot-ink);
  transform: translate(4px, 4px);
}

.mot-service-card:focus-visible {
  outline: 4px solid var(--mot-coral);
  outline-offset: 5px;
}

.mot-service-card:nth-child(1) {
  background: var(--mot-lime);
}

.mot-service-card:nth-child(2) {
  background: var(--mot-coral);
}

.mot-service-card:nth-child(3) {
  background: var(--mot-blue);
  color: var(--mot-white);
}

.mot-service-card:nth-child(4) {
  background: var(--mot-ice);
}

.mot-service-card .mot-kicker {
  margin-bottom: auto;
}

.mot-service-card h3 {
  margin: 50px 0 14px;
  font-family: var(--mot-poster);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
}

.mot-service-card p:not(.mot-kicker):not(.mot-card-tag) {
  margin: 0 0 30px;
  font-size: 0.95rem;
}

.mot-service-card .mot-card-tag {
  width: max-content;
  max-width: 100%;
  margin: auto 0 0;
  padding-top: 12px;
  border-top: 2px solid currentColor;
}

/* Dark experience section */
.mot-experience-wrap {
  background: var(--mot-ink);
  color: var(--mot-white);
}

.mot-experience {
  display: grid !important;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center !important;
}

.mot-experience > .wp-block-column {
  min-width: 0;
}

.mot-experience h2 {
  margin: 0 0 24px;
  font-family: var(--mot-poster);
  font-size: clamp(3.4rem, 6vw, 6rem);
  font-weight: 600;
  line-height: 0.88;
  text-transform: uppercase;
}

.mot-experience .mot-experience-intro {
  color: #d8d3c9;
  font-size: 1.04rem;
}

.mot-steps {
  margin: 34px 0;
  padding: 0;
  list-style: none;
  counter-reset: mot-step;
}

.mot-steps li {
  position: relative;
  padding: 20px 0 20px 74px;
  border-top: 1px solid #4a4a47;
  counter-increment: mot-step;
}

.mot-steps li:last-child {
  border-bottom: 1px solid #4a4a47;
}

.mot-steps li::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border: 2px solid var(--mot-white);
  border-radius: 50%;
  color: var(--mot-lime);
  content: counter(mot-step);
  font-family: var(--mot-typewriter);
  font-size: 0.8rem;
  font-weight: 900;
}

.mot-steps li strong {
  display: block;
  margin-bottom: 4px;
}

.mot-steps li p {
  margin: 0;
  color: #bbb7b0;
  font-size: 0.88rem;
}

/* Trivia card */
.mot-trivia-card {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 62px);
  border: 4px solid var(--mot-navy);
  background: var(--mot-coral);
  box-shadow:
    -12px -12px 0 var(--mot-ice),
    14px 14px 0 var(--mot-lime);
  color: var(--mot-navy);
  transform: rotate(3deg);
}

.mot-card-meta {
  position: absolute;
  top: 30px;
  right: 30px;
  left: 30px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.mot-card-label,
.mot-card-count {
  width: max-content;
  padding: 8px 12px;
  border: 2px solid var(--mot-navy);
  background: var(--mot-lime);
  font-family: var(--mot-typewriter);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mot-card-count {
  background: var(--mot-paper);
}

.mot-card-question,
.mot-trivia-status p {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 52px 0 34px;
  font-family: var(--mot-poster);
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.9;
  text-transform: uppercase;
}

.mot-trivia-status {
  position: relative;
  z-index: 2;
}

.mot-card-action {
  position: relative;
  z-index: 3;
  width: max-content;
  max-width: 100%;
  padding: 14px 20px;
  border: 3px solid var(--mot-navy);
  background: var(--mot-paper);
  box-shadow: 5px 5px 0 var(--mot-navy);
  color: var(--mot-navy);
  cursor: pointer;
  font-family: var(--mot-typewriter);
  font-size: 0.78rem;
  font-weight: 900;
}

.mot-card-action:hover {
  box-shadow: 2px 2px 0 var(--mot-navy);
  transform: translate(3px, 3px);
}

.mot-card-answer {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 8px;
}

.mot-card-answer > span {
  font-family: var(--mot-typewriter);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mot-card-answer > strong {
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.mot-card-next {
  margin-top: 16px;
}

.mot-card-doodle {
  position: absolute;
  right: 18px;
  bottom: -32px;
  color: rgba(16, 45, 71, 0.14);
  font-family: var(--mot-poster);
  font-size: 10rem;
  line-height: 1;
  transform: rotate(-8deg);
}

/* Packs */
.mot-pack-grid {
  grid-template-columns: repeat(3, 1fr);
}

.mot-pack-card {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: var(--mot-border);
  box-shadow: var(--mot-shadow);
  color: inherit;
  text-decoration: none;
  transition: box-shadow 150ms ease, transform 150ms ease;
}

.mot-pack-card:hover {
  box-shadow: 4px 4px 0 var(--mot-ink);
  transform: translate(4px, 4px);
}

.mot-pack-card:focus-visible {
  outline: 4px solid var(--mot-coral);
  outline-offset: 5px;
}

.mot-pack-card:nth-child(1) {
  background: var(--mot-lime);
}

.mot-pack-card:nth-child(2) {
  background: var(--mot-coral);
}

.mot-pack-card:nth-child(3) {
  background: var(--mot-blue);
  color: var(--mot-white);
}

.mot-pack-card h3 {
  margin: 70px 0 12px;
  font-family: var(--mot-poster);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
}

.mot-pack-price {
  margin-top: auto;
  padding-top: 24px;
  border-top: 2px solid currentColor;
}

.mot-pack-price strong {
  display: block;
  font-family: var(--mot-poster);
  font-size: 3rem;
  line-height: 0.9;
}

.mot-pack-link {
  margin-top: 20px;
  font-family: var(--mot-typewriter);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mot-product-summary p,
.mot-product-description p {
  margin: 0;
}

.mot-shop-setup,
.mot-shop-pending {
  padding: 28px;
  border: var(--mot-border);
  background: var(--mot-ice);
  box-shadow: var(--mot-shadow);
}

.mot-shop-setup strong {
  font-family: var(--mot-poster);
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.mot-shop-setup p {
  margin: 8px 0 18px;
}

.mot-shop-setup a {
  font-family: var(--mot-typewriter);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

/* Shop */
.mot-shop-wrap {
  background: var(--mot-lime);
  border-block: var(--mot-border);
}

.mot-shop-wrap > .mot-shop-setup,
.mot-shop-wrap > .mot-shop-pending {
  width: var(--mot-shell);
  margin-inline: auto;
  margin-block: 92px;
}

.mot-shop {
  display: grid !important;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center !important;
}

.mot-shop > .wp-block-column {
  min-width: 0;
}

.mot-shirt-image {
  position: relative;
  margin: 0;
  border: var(--mot-border);
  background: var(--mot-white);
  box-shadow: 9px 9px 0 var(--mot-ink);
  transform: rotate(-2deg);
}

.mot-shirt-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.mot-shirt-slider {
  min-width: 0;
}

.mot-shirt-slide[hidden] {
  display: none;
}

.mot-shirt-slide figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 8px 11px 7px;
  border: 2px solid var(--mot-ink);
  background: var(--mot-white);
  box-shadow: 4px 4px 0 var(--mot-ink);
  font-family: var(--mot-typewriter);
  font-size: 0.72rem;
  font-weight: 1000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mot-shirt-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

.mot-shirt-slider-arrow,
.mot-shirt-slider-dots button {
  display: inline-grid;
  place-items: center;
  border: 2px solid var(--mot-ink);
  border-radius: 0;
  background: var(--mot-white);
  color: var(--mot-ink);
  cursor: pointer;
}

.mot-shirt-slider-arrow {
  width: 42px;
  height: 38px;
  box-shadow: 3px 3px 0 var(--mot-ink);
  font-size: 1.25rem;
  font-weight: 1000;
}

.mot-shirt-slider-dots {
  display: flex;
  gap: 9px;
}

.mot-shirt-slider-dots button {
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 50%;
}

.mot-shirt-slider-dots button[aria-current="true"] {
  background: var(--mot-ink);
}

.mot-shirt-slider-arrow:hover,
.mot-shirt-slider-arrow:focus-visible,
.mot-shirt-slider-dots button:hover,
.mot-shirt-slider-dots button:focus-visible {
  background: var(--mot-pink);
}

.mot-shop h2 {
  margin: 0 0 24px;
  font-family: var(--mot-poster);
  font-size: clamp(3.5rem, 6vw, 6rem);
  font-weight: 600;
  line-height: 0.88;
  text-transform: uppercase;
}

.mot-shop-copy .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}

.mot-shop-copy .wp-block-button {
  margin: 0;
}

.mot-microcopy {
  margin: 30px 0 0;
  font-family: var(--mot-typewriter);
  font-size: 0.68rem;
}

/* WooCommerce catalogue, product and checkout surfaces */
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 32px;
  font-family: var(--mot-typewriter);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.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: 22px;
  border: var(--mot-border);
  background: var(--mot-white);
  box-shadow: var(--mot-shadow);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  font-family: var(--mot-poster);
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 2rem;
}

.woocommerce div.product .product_title {
  font-size: clamp(3rem, 6vw, 5.5rem);
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--mot-navy);
  font-family: var(--mot-typewriter);
  font-weight: 900;
}

.woocommerce :where(button.button, a.button, input.button),
.wc-block-components-button {
  border: var(--mot-border) !important;
  border-radius: 0 !important;
  background: var(--mot-lime) !important;
  box-shadow: 5px 5px 0 var(--mot-ink) !important;
  color: var(--mot-ink) !important;
  font-family: var(--mot-typewriter) !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.woocommerce :where(button.button, a.button, input.button):hover,
.wc-block-components-button:hover {
  box-shadow: 2px 2px 0 var(--mot-ink) !important;
  transform: translate(3px, 3px);
}

.woocommerce :where(input.input-text, textarea, select),
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  min-height: 48px;
  border: 2px solid var(--mot-ink) !important;
  border-radius: 0 !important;
  background: var(--mot-white);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: var(--mot-border);
  border-top: var(--mot-border) !important;
  background: var(--mot-ice);
  color: var(--mot-ink);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--mot-navy);
}

.wc-block-cart,
.wc-block-checkout {
  color: var(--mot-ink);
}

.mot-product-page {
  width: var(--mot-shell);
  min-height: 60vh;
  margin-inline: auto;
  padding-block: clamp(42px, 6vw, 82px) 110px;
}

.mot-product-page .wp-block-woocommerce-breadcrumbs {
  margin-bottom: 28px;
  font-family: var(--mot-typewriter);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mot-product-grid {
  align-items: flex-start !important;
  gap: clamp(32px, 5vw, 76px);
  margin-bottom: 76px;
}

.mot-product-gallery {
  min-width: 0;
  padding: clamp(14px, 2vw, 24px);
  border: var(--mot-border);
  background: var(--mot-white);
  box-shadow: 9px 9px 0 var(--mot-ink);
}

.mot-product-gallery .woocommerce-product-gallery,
.mot-product-gallery .wp-block-woocommerce-product-image-gallery {
  margin: 0 !important;
}

.mot-product-summary-panel {
  min-width: 0;
  padding: clamp(26px, 4vw, 52px);
  border: var(--mot-border);
  background: var(--mot-white);
  box-shadow: var(--mot-shadow);
}

.mot-product-title {
  margin: 0 0 22px;
  font-family: var(--mot-poster);
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
}

.mot-product-summary-panel .wp-block-woocommerce-product-price {
  margin-block: 20px;
  color: var(--mot-navy);
  font-family: var(--mot-typewriter);
  font-size: 1.35rem;
  font-weight: 1000;
}

.mot-product-summary-panel .wp-block-post-excerpt {
  margin-bottom: 30px;
}

.mot-product-summary-panel form.cart {
  margin: 28px 0 !important;
}

.mot-product-summary-panel table.variations {
  width: 100%;
  margin: 0 0 24px;
  border-collapse: separate;
  border-spacing: 0 14px;
}

.mot-product-summary-panel table.variations th,
.mot-product-summary-panel table.variations td {
  display: block;
  padding: 0;
  text-align: left;
}

.mot-product-summary-panel table.variations th {
  margin-bottom: 6px;
  font-family: var(--mot-typewriter);
  font-size: 0.72rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.mot-product-summary-panel table.variations select {
  width: 100%;
  min-height: 52px;
  padding-inline: 14px;
  border: var(--mot-border);
  border-radius: 0;
  background: var(--mot-paper);
  color: var(--mot-ink);
  font-size: 1rem;
}

.mot-product-summary-panel .reset_variations {
  display: inline-block;
  margin-top: 7px;
  font-family: var(--mot-typewriter);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mot-product-summary-panel .single_variation {
  margin-bottom: 20px;
}

.mot-product-summary-panel .woocommerce-variation-price {
  font-family: var(--mot-typewriter);
  font-size: 1.15rem;
  font-weight: 1000;
}

.mot-product-summary-panel .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px;
}

.mot-product-summary-panel .quantity .qty {
  width: 76px;
  min-height: 52px;
  border: var(--mot-border);
  border-radius: 0;
  background: var(--mot-paper);
  font-weight: 900;
  text-align: center;
}

.mot-product-summary-panel .single_add_to_cart_button {
  min-height: 52px;
  padding-inline: 24px !important;
}

.mot-product-summary-panel .product_meta,
.mot-product-summary-panel .wp-block-woocommerce-product-meta {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 2px dashed var(--mot-ink);
  font-family: var(--mot-typewriter);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.mot-product-details {
  margin-block: 0 84px;
  padding: clamp(26px, 4vw, 46px);
  border: var(--mot-border);
  background: var(--mot-white);
}

/* Podcast */
.mot-podcast-card {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: 0;
  border: var(--mot-border);
  background: var(--mot-navy);
  box-shadow: var(--mot-shadow);
  color: var(--mot-white);
}

.mot-podcast-card > .wp-block-column {
  min-width: 0;
}

.mot-podcast-image {
  height: 100%;
  margin: 0;
}

.mot-podcast-image img {
  width: 100%;
  height: 100%;
  min-height: 710px;
  object-fit: cover;
}

.mot-podcast-copy {
  padding: clamp(42px, 6vw, 78px);
}

.mot-podcast-copy h2 {
  margin: 0 0 24px;
  font-family: var(--mot-poster);
  font-size: clamp(3.5rem, 6vw, 6rem);
  font-weight: 600;
  line-height: 0.88;
  text-transform: uppercase;
}

.mot-podcast-placeholder {
  margin-block: 30px;
  padding: 24px;
  border: 2px solid var(--mot-white);
  background: var(--mot-ice);
  color: var(--mot-navy);
}

.mot-podcast-placeholder strong {
  display: block;
  margin-bottom: 7px;
}

.mot-podcast-placeholder p {
  margin: 0;
}

.mot-podcast-placeholder--embed {
  padding: 0;
  border: 0;
  background: transparent;
}

.mot-podcast-placeholder iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}

.mot-episode {
  position: relative;
  display: block;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.mot-episode:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.mot-episode .mot-kicker {
  margin-bottom: 3px;
  color: var(--mot-lime);
}

.mot-episode h3 {
  margin: 0 0 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.mot-episode p:last-child {
  margin: 0;
  color: #c5d5e2;
  font-size: 0.82rem;
}

.mot-episode-link {
  padding-right: 46px;
  color: inherit;
  text-decoration: none;
  transition: background-color 150ms ease, padding-left 150ms ease;
}

.mot-episode-link:hover,
.mot-episode-link:focus-visible {
  padding-left: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.mot-episode-link:hover h3,
.mot-episode-link:focus-visible h3 {
  color: var(--mot-lime);
}

.mot-episode-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  color: var(--mot-lime);
  font-family: var(--mot-typewriter);
  font-size: 1.2rem;
  font-weight: 900;
  transform: translateY(-50%);
}

/* Reviews */
.mot-review-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
}

.mot-review {
  min-height: 300px;
  padding: 30px;
  border: var(--mot-border);
  background: var(--mot-paper);
  box-shadow: var(--mot-shadow);
}

.mot-review:nth-child(2) {
  background: var(--mot-ice);
  transform: rotate(1deg);
}

.mot-review blockquote,
.mot-review > p {
  margin: 0 0 26px;
}

.mot-reviews-wrap {
  background: var(--mot-ice);
}

.mot-review cite {
  display: block;
  font-family: var(--mot-typewriter);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

/* Booking */
.mot-booking {
  padding-top: 76px;
}

.mot-booking-intro {
  max-width: 850px;
  margin-bottom: 44px;
}

.mot-booking-intro p:last-child {
  max-width: 660px;
}

.mot-booking-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: clamp(26px, 4vw, 48px);
  border: var(--mot-border);
  background: var(--mot-white);
  box-shadow: var(--mot-shadow);
}

.mot-field {
  display: grid;
  gap: 7px;
}

.mot-field-wide {
  grid-column: 1 / -1;
}

.mot-field label {
  font-family: var(--mot-typewriter);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mot-field input,
.mot-field select,
.mot-field textarea {
  width: 100%;
  border: 2px solid var(--mot-ink);
  border-radius: 0;
  background: var(--mot-paper);
  color: var(--mot-ink);
  font: inherit;
  padding: 13px 14px;
}

.mot-field textarea {
  resize: vertical;
}

.mot-field input:focus,
.mot-field select:focus,
.mot-field textarea:focus {
  outline: 3px solid var(--mot-lime);
  outline-offset: 2px;
}

.mot-form-submit {
  display: flex;
  align-items: center;
  gap: 22px;
}

.mot-form-submit p {
  max-width: 480px;
  margin: 0;
  color: #67645e;
  font-size: 0.78rem;
}

.mot-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.mot-form-notice {
  margin: 0 0 20px;
  padding: 14px 18px;
  border: var(--mot-border);
  font-family: var(--mot-typewriter);
  font-size: 0.78rem;
  font-weight: 900;
}

.mot-form-success {
  background: var(--mot-lime);
}

.mot-form-error {
  background: var(--mot-coral);
}

/* Footer */
.mot-footer {
  margin-top: 100px;
  padding-block: 74px 32px;
  background: var(--mot-ink);
  color: var(--mot-white);
}

.mot-footer-grid {
  width: var(--mot-shell);
  margin-inline: auto;
  display: grid !important;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 60px;
}

.mot-footer-brand img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  filter: invert(1);
}

.mot-footer-brand p {
  color: var(--mot-lime);
  font-family: var(--mot-typewriter);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mot-footer-label {
  display: block;
  color: var(--mot-lime);
  font-size: 1rem;
}

.mot-footer-links {
  display: grid;
  gap: 5px;
}

.mot-footer-links p {
  margin: 0;
  line-height: 1.25;
}

.mot-footer-links a {
  width: max-content;
  color: var(--mot-white);
}

.mot-social-links {
  margin: 0;
}

.mot-footer-legal {
  width: var(--mot-shell);
  margin: 58px auto 0;
  padding-top: 24px;
  border-top: 1px solid #40403d;
  color: #a7a49e;
  font-family: var(--mot-typewriter);
  font-size: 0.66rem;
  text-transform: uppercase;
}

/* Generic templates */
.mot-content-shell {
  width: min(860px, calc(100vw - 34px));
  min-height: 55vh;
  margin-inline: auto;
  padding-block: 80px;
}

.mot-content-shell .wp-block-post-title,
.mot-content-shell > h1 {
  font-size: clamp(3rem, 7vw, 6rem);
}

.mot-post-list {
  display: grid;
  gap: 28px;
  list-style: none;
  padding: 0;
}

/* Responsive */
@media (max-width: 1080px) {
  .mot-header {
    gap: 20px;
  }

  .mot-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  }

  .mot-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mot-service-card {
    min-height: 320px;
  }
}

@media (max-width: 820px) {
  body.admin-bar .mot-header-shell {
    top: 46px;
  }

  .mot-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .mot-primary-nav {
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    z-index: 40;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    border: var(--mot-border);
    background: var(--mot-paper);
    box-shadow: var(--mot-shadow);
  }

  .mot-commerce-nav {
    top: 9px;
  }

  .mot-menu-toggle {
    margin-top: 28px;
  }

  .mot-primary-nav.is-open {
    display: flex;
    flex-direction: column;
  }

  .mot-primary-nav > a:not(.mot-nav-cta) {
    padding: 12px 8px;
    border-bottom: 1px solid var(--mot-ink);
    font-size: var(--mot-nav-font-size, 1.1rem);
  }

  .mot-nav-cta {
    margin-top: 14px;
    text-align: center;
  }

  .mot-section {
    padding-block: 68px;
  }

  .mot-hero-grid,
  .mot-heading-row,
  .mot-experience,
  .mot-shop,
  .mot-podcast-card,
  .mot-product-grid {
    grid-template-columns: 1fr;
  }

  .mot-product-page {
    padding-top: 36px;
  }

  .mot-product-grid {
    gap: 34px;
    margin-bottom: 54px;
  }

  .mot-hero {
    padding-top: 52px;
  }

  .mot-hero-visual {
    width: min(600px, 100%);
    margin-inline: auto;
  }

  .mot-display {
    font-size: clamp(4rem, 14vw, 6.5rem);
  }

  .mot-experience {
    gap: 76px;
  }

  .mot-pack-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mot-pack-card {
    min-height: 330px;
  }

  .mot-podcast-image img {
    min-height: 430px;
    max-height: 560px;
  }

  .mot-review-grid {
    grid-template-columns: 1fr;
  }

  .mot-review {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  :root {
    --mot-shell: min(100% - 32px, 1240px);
  }

  .mot-announcement-inner {
    justify-content: flex-start;
    overflow: hidden;
  }

  .mot-announcement-inner span {
    font-size: 0.58rem;
  }

  .mot-announcement-inner strong {
    margin-inline: 10px;
  }

  .mot-header {
    min-height: 92px;
    gap: 12px;
  }

  .mot-brand-lockup {
    gap: 8px;
  }

  .mot-brand-lockup img {
    width: 70px;
    height: 70px;
  }

  .mot-brand-lockup span {
    font-size: 1.2rem;
  }

  .mot-display {
    font-size: clamp(3.6rem, 18vw, 5.5rem);
  }

  .mot-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .mot-proof {
    gap: 12px;
  }

  .mot-proof strong {
    font-size: 2rem;
  }

  .mot-proof p {
    font-size: 0.56rem;
  }

  .mot-hero-sticker {
    width: 112px;
    height: 112px;
  }

  .mot-category-strip {
    padding-inline: 24px;
  }

  .mot-service-grid {
    grid-template-columns: 1fr;
  }

  .mot-service-card {
    min-height: 300px;
  }

  .mot-trivia-card {
    min-height: 500px;
    padding: 34px 24px;
    transform: rotate(1.5deg);
  }

  .mot-card-question,
  .mot-trivia-status p {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .mot-podcast-copy {
    padding: 36px 24px;
  }

  .mot-booking-form {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .mot-field-wide {
    grid-column: auto;
  }

  .mot-form-submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .mot-footer {
    margin-top: 70px;
  }

  .mot-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
