/*
Theme Name: Risa
Theme URI: https://github.com/withpouriya/risa-website-wp-theme
Author: Risa
Author URI: https://github.com/withpouriya
Description: قالب فروشگاهی ریسا برای وردپرس و ووکامرس — پوشاک و لوازم ورزشی و طبیعت‌گردی. طراحی راست‌به‌چپ، موبایل‌فرست، با بنرهای مدیریت‌شده از پیشخوان و کاملاً مبتنی بر API استاندارد وردپرس و ووکامرس.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: risa
Tags: e-commerce, rtl-language-support, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, block-styles, wide-blocks
WC requires at least: 7.0
WC tested up to: 9.9
*/

/* =========================================================================
   1. Font — Vazirmatn (bundled, self-hosted; no external CDN dependency)
   ========================================================================= */

@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/Vazirmatn-Variable.woff2") format("woff2-variations"),
       url("assets/fonts/Vazirmatn-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* =========================================================================
   2. Design tokens

   The whole theme is flat: separation comes from hairline borders and solid
   tints, never from a shadow or a gradient.
   ========================================================================= */

:root {
  --brand-white: #faf7f2;
  --brand-char: #1b1917;
  --brand-orange: #f2661c;
  --brand-orange-dark: #d6540f;

  /* Channel lists so tints can be mixed at any alpha. The Customizer
     overwrites both alongside the hex values above. */
  --accent-rgb: 242, 102, 28;
  --char-rgb: 27, 25, 23;

  --surface: #ffffff;
  --surface-sunk: #f2ede5;
  --surface-tint: rgba(var(--accent-rgb), 0.08);
  --surface-tint-strong: rgba(var(--accent-rgb), 0.15);

  --char-70: rgba(27, 25, 23, 0.7);
  --char-60: rgba(27, 25, 23, 0.6);
  --char-50: rgba(27, 25, 23, 0.5);
  --char-40: rgba(27, 25, 23, 0.4);
  --char-15: rgba(27, 25, 23, 0.15);
  --char-10: rgba(27, 25, 23, 0.1);
  --char-05: rgba(27, 25, 23, 0.05);

  --line: rgba(27, 25, 23, 0.1);
  --line-soft: rgba(27, 25, 23, 0.06);
  --line-15: rgba(27, 25, 23, 0.16);
  --line-strong: rgba(27, 25, 23, 0.22);

  --danger: #d92d20;
  --danger-tint: #fdecea;
  --success: #17914b;
  --success-tint: #e6f5ec;

  --container: 1400px;
  --gutter: 1.15rem;

  --r-xs: 0.5rem;
  --r-sm: 0.75rem;
  --r-md: 1rem;
  --r-lg: 1.5rem;
  --r-xl: 2rem;
  --r-pill: 999px;

  --font-sans: "Vazirmatn", Tahoma, "Segoe UI", sans-serif;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --header-h: 4rem;
}

@media (min-width: 768px) {
  :root {
    --gutter: 2rem;
    --header-h: 5rem;
  }
}

/* =========================================================================
   3. Reset / base
   ========================================================================= */

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

html {
  color-scheme: light;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}

body {
  margin: 0;
  background-color: var(--brand-white);
  color: var(--brand-char);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

h1, h2, h3, h4 {
  letter-spacing: -0.02em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img, svg, video, canvas {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

::selection {
  background-color: var(--brand-orange);
  color: #fff;
}

:focus-visible {
  outline: 2px solid var(--brand-orange);
  outline-offset: 2px;
}

.risa-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
}

/* The arrow points along the reading direction; RTL mirrors it, and
   .is-flipped turns it back for a "previous" control. */
.risa-icon.is-flipped,
[dir="rtl"] .btn-primary .risa-icon,
[dir="rtl"] .link-more .risa-icon,
[dir="rtl"] .category-tile__cta .risa-icon,
[dir="rtl"] .hero__arrow .risa-icon,
[dir="rtl"] .product-card__cart .risa-icon,
[dir="rtl"] .empty-state .risa-icon {
  transform: scaleX(-1);
}

[dir="rtl"] .risa-icon.is-flipped,
[dir="rtl"] .empty-state__icon .risa-icon {
  transform: none;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  inset-inline-start: -9999px;
  top: 0;
  z-index: 100;
  background: var(--brand-char);
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: var(--r-sm);
  font-size: 0.875rem;
}

.skip-link:focus {
  inset-inline-start: 0.75rem;
  top: 0.75rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* =========================================================================
   4. Layout primitives
   ========================================================================= */

.container-x {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* Keeps a short page from pulling the footer up under the header. */
.site-main {
  display: block;
  min-height: 40vh;
}

.section {
  padding-block: 3rem;
}

.section--tight {
  padding-block: 2rem 3rem;
}

@media (min-width: 768px) {
  .section {
    padding-block: 4rem;
  }

  .section--tight {
    padding-block: 2.5rem 4rem;
  }
}

/* The bar at the top of every inner page: title on one side, an escape
   hatch on the other. */
.page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-block: 2rem 1.5rem;
}

.page-head--stack {
  display: block;
}

@media (min-width: 768px) {
  .page-head {
    padding-block: 3rem 2rem;
  }
}

.page-title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--brand-char);
  margin: 0;
}

@media (min-width: 768px) {
  .page-title {
    font-size: 2rem;
  }
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--brand-char);
}

@media (min-width: 768px) {
  .section-title {
    font-size: 1.75rem;
  }
}

.muted {
  color: var(--char-40);
}

.state-msg {
  padding-block: 3rem;
  text-align: center;
  color: var(--char-50);
}

/* The one panel shape the whole site is built from. */
.surface,
.panel {
  background-color: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}

/* =========================================================================
   5. Typography helpers
   ========================================================================= */

.eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--brand-char);
}

.wordmark img {
  max-height: 2.25rem;
  width: auto;
}

.link-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--brand-orange);
  white-space: nowrap;
  transition: gap 0.25s var(--ease), color 0.2s var(--ease);
}

.link-more .risa-icon {
  width: 1.05rem;
  height: 1.05rem;
}

.link-more:hover,
.link-more:focus-visible {
  gap: 0.7rem;
  color: var(--brand-orange-dark);
}

/* =========================================================================
   6. Buttons
   ========================================================================= */

.btn-primary,
.btn-outline,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4;
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--brand-orange);
  color: #fff;
  padding: 0.85rem 1.75rem;
  border: 1px solid var(--brand-orange);
  transition: background-color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background-color: var(--brand-orange-dark);
  border-color: var(--brand-orange-dark);
  color: #fff;
}

.btn-primary:disabled,
.btn-primary.is-disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.btn-outline {
  border: 1px solid var(--line-15);
  padding: 0.85rem 1.75rem;
  background-color: var(--surface);
  color: var(--brand-char);
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  background-color: var(--brand-char);
  color: #fff;
  border-color: var(--brand-char);
}

.btn-outline--light {
  border-color: rgba(255, 255, 255, 0.55);
  background-color: transparent;
  color: #fff;
}

.btn-outline--light:hover,
.btn-outline--light:focus-visible {
  background-color: #fff;
  color: var(--brand-char);
  border-color: #fff;
}

.btn-ghost {
  padding: 0.85rem 1.25rem;
  border: 1px solid transparent;
  color: var(--brand-char);
  background: transparent;
  transition: color 0.2s var(--ease), background-color 0.2s var(--ease);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  color: var(--brand-orange-dark);
  background-color: var(--surface-tint);
}

.btn-block {
  width: 100%;
}

/* =========================================================================
   7. Header
   ========================================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background-color: var(--header-bg, #faf7f2);
}

.site-header__bar {
  display: flex;
  height: var(--header-h);
  align-items: center;
  gap: 1rem;
}

.site-header .wordmark {
  margin-inline-end: auto;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.5rem;
  margin-inline-start: -0.5rem;
  border-radius: var(--r-pill);
  transition: background-color 0.2s var(--ease);
}

.nav-toggle:hover {
  background-color: var(--char-05);
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 1.25rem;
  border-radius: 2px;
  background-color: var(--brand-char);
  transition: transform 0.3s var(--ease), opacity 0.2s var(--ease);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(0.4rem) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-0.4rem) rotate(-45deg);
}

@media (min-width: 900px) {
  .nav-toggle {
    display: none;
  }
}

.primary-nav {
  display: none;
}

@media (min-width: 900px) {
  .primary-nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-inline-end: auto;
  }
}

.primary-nav a {
  padding: 0.5rem 0.85rem;
  border-radius: var(--r-pill);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--char-70);
  transition: color 0.2s var(--ease), background-color 0.2s var(--ease);
  white-space: nowrap;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav [aria-current="page"],
.primary-nav .current-menu-item > a,
.primary-nav .current-product-cat > a {
  color: var(--brand-orange-dark);
  background-color: var(--surface-tint);
}

.header-action {
  display: none;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  border-radius: var(--r-pill);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--char-70);
  transition: color 0.2s var(--ease), background-color 0.2s var(--ease);
}

.header-action:hover,
.header-action:focus-visible {
  color: var(--brand-char);
  background-color: var(--char-05);
}

@media (min-width: 640px) {
  .header-action {
    display: inline-flex;
  }
}

/* The cart is the one solid block in the header. */
.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  border-radius: var(--r-pill);
  background-color: var(--brand-char);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  transition: background-color 0.2s var(--ease);
}

.cart-link:hover,
.cart-link:focus-visible {
  background-color: var(--brand-orange);
  color: #fff;
}

.cart-link__label {
  display: none;
}

@media (min-width: 640px) {
  .cart-link__label {
    display: inline;
  }
}

.cart-link__count {
  display: inline-flex;
  min-width: 1.375rem;
  height: 1.375rem;
  padding-inline: 0.35rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-pill);
  background-color: var(--brand-orange);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  transition: transform 0.25s var(--ease), background-color 0.2s var(--ease);
}

.cart-link:hover .cart-link__count,
.cart-link:focus-visible .cart-link__count {
  background-color: #fff;
  color: var(--brand-orange);
}

.cart-link__count[hidden] {
  display: none;
}

.cart-link__count.is-bumped {
  animation: risa-bump 0.4s var(--ease);
}

@keyframes risa-bump {
  0%   { transform: scale(1); }
  35%  { transform: scale(1.3); }
  100% { transform: scale(1); }
}

/* Mobile drawer */
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  border-top: 1px solid var(--line);
  background-color: var(--brand-white);
  padding: 0.75rem var(--gutter) 1.25rem;
  overflow: hidden;
  animation: risa-slide-down 0.28s var(--ease);
}

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

@media (min-width: 900px) {
  .mobile-nav {
    display: none;
  }
}

@keyframes risa-slide-down {
  from { opacity: 0; transform: translateY(-0.5rem); }
  to   { opacity: 1; transform: translateY(0); }
}

.mobile-nav a {
  padding: 0.7rem 0.9rem;
  border-radius: var(--r-sm);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--brand-char);
  transition: color 0.2s var(--ease), background-color 0.2s var(--ease);
}

.mobile-nav a:hover,
.mobile-nav a:focus-visible,
.mobile-nav [aria-current="page"] {
  color: var(--brand-orange-dark);
  background-color: var(--surface-tint);
}

/* =========================================================================
   8. Footer
   ========================================================================= */

.site-footer {
  margin-top: 4rem;
  background-color: var(--surface);
  border-top: 1px solid var(--line);
  color: var(--brand-char);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-block: 3rem;
}

@media (min-width: 640px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
    gap: 3rem;
    padding-block: 4rem;
  }
}

.site-footer .wordmark {
  margin-bottom: 1rem;
}

.site-footer__about {
  font-size: 0.875rem;
  line-height: 1.9;
  color: var(--char-60);
  max-width: 26rem;
}

.site-footer__heading {
  margin-bottom: 1rem;
  color: var(--char-40);
}

.site-footer__list {
  list-style: none;
  font-size: 0.875rem;
  color: var(--char-60);
}

.site-footer__list li + li {
  margin-top: 0.65rem;
}

.site-footer__list a {
  transition: color 0.2s var(--ease);
}

.site-footer__list a:hover,
.site-footer__list a:focus-visible {
  color: var(--brand-orange);
}

.site-footer__note {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--char-60);
}

.newsletter {
  display: flex;
  gap: 0.375rem;
  padding: 0.3rem;
  border: 1px solid var(--line-15);
  border-radius: var(--r-pill);
  background-color: var(--surface);
  transition: border-color 0.2s var(--ease);
}

.newsletter:focus-within {
  border-color: var(--brand-orange);
}

.newsletter input[type="email"] {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
  color: var(--brand-char);
}

.newsletter input[type="email"]::placeholder {
  color: var(--char-40);
}

.newsletter input[type="email"]:focus {
  outline: none;
}

.newsletter button {
  border-radius: var(--r-pill);
  background-color: var(--brand-orange);
  padding: 0.6rem 1.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  transition: background-color 0.2s var(--ease);
}

.newsletter button:hover {
  background-color: var(--brand-orange-dark);
}

.site-footer__bottom {
  border-top: 1px solid var(--line-soft);
  padding-block: 1.5rem;
}

.site-footer__bottom p {
  font-size: 0.8125rem;
  color: var(--char-40);
}

/* =========================================================================
   9. Product grid + card
   ========================================================================= */

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
}

@media (min-width: 640px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.product-grid > li {
  display: flex;
}

.product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background-color: var(--surface);
  transition: border-color 0.25s var(--ease);
}

.product-card:hover,
.product-card:focus-within {
  border-color: var(--line-strong);
}

.product-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--r-md);
  background-color: var(--surface-sunk);
}

.product-card__media-link {
  display: block;
  height: 100%;
}

.product-card__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
  will-change: transform;
}

.product-card:hover .product-card__media img,
.product-card:focus-within .product-card__media img {
  transform: scale(1.05);
}

.media-fallback {
  height: 100%;
  width: 100%;
  background-color: var(--surface-sunk);
}

.product-card__badge {
  position: absolute;
  inset-inline-start: 0.625rem;
  top: 0.625rem;
  z-index: 1;
  border-radius: var(--r-pill);
  background-color: var(--brand-orange);
  padding: 0.3rem 0.7rem;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.2rem;
  padding: 0.9rem 0.6rem 0.6rem;
}

.product-card__kicker {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--char-40);
}

.product-card__title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--brand-char);
}

.product-card__title a {
  transition: color 0.2s var(--ease);
}

.product-card__title a:hover,
.product-card__title a:focus-visible {
  color: var(--brand-orange);
}

.product-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.85rem;
}

.product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  min-width: 0;
  font-size: 0.8125rem;
}

@media (min-width: 640px) {
  .product-card__price {
    gap: 0.4rem;
    font-size: 0.9375rem;
  }
}

.product-card__price .amount,
.product-card__price ins {
  font-weight: 800;
  color: var(--brand-char);
  text-decoration: none;
  background: none;
}

.product-card__price del,
.product-card__price del .amount {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--char-40);
  text-decoration: line-through;
}

.product-card__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 2.375rem;
  height: 2.375rem;
  border: 1px solid var(--line-15);
  border-radius: var(--r-pill);
  background-color: var(--surface);
  color: var(--brand-char);
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.product-card__cart:hover,
.product-card__cart:focus-visible {
  background-color: var(--brand-orange);
  border-color: var(--brand-orange);
  color: #fff;
}

/* WooCommerce toggles this class while its AJAX request is in flight. */
.product-card__cart.loading {
  opacity: 0.5;
}

/* It also injects a "view cart" link after an add; a compact card has no
   room for it. */
.product-card .added_to_cart {
  display: none;
}

/* =========================================================================
   10. Home — hero
   ========================================================================= */

.hero {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .hero {
    padding-top: 1.5rem;
  }
}

.hero__frame {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background-color: var(--surface);
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero__frame {
    border-radius: var(--r-xl);
  }
}

/* Slides stack in one grid cell so the frame keeps the height of the tallest
   slide and nothing jumps as they cross-fade. */
.hero__track {
  display: grid;
}

.hero__slide {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s var(--ease-out), visibility 0.5s;
  pointer-events: none;
}

.hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Without JS every slide is on the page, so they must not stack invisibly. */
.no-js .hero__track {
  display: block;
}

.no-js .hero__slide {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* The controls only do anything through JavaScript. */
.no-js .hero__controls {
  display: none;
}

@media (min-width: 900px) {
  .hero__slide {
    grid-template-columns: 1.02fr 1fr;
  }
}

.hero__copy {
  position: relative;
  z-index: 2;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.75rem 1.5rem 2rem;
}

@media (min-width: 900px) {
  .hero__copy {
    order: 0;
    padding: 3.5rem 3rem 5rem;
  }
}

@media (min-width: 1200px) {
  .hero__copy {
    padding: 4.5rem 4rem 5.5rem;
  }
}

.hero__eyebrow {
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 0.4rem 0.9rem;
  border-radius: var(--r-pill);
  background-color: var(--surface-tint);
  color: var(--brand-orange-dark);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hero__title {
  margin-bottom: 1rem;
  max-width: 15ch;
  font-size: clamp(1.875rem, 5.5vw, 3.75rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: var(--brand-char);
}

.hero__text {
  margin-bottom: 1.75rem;
  max-width: 30rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--char-60);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.hero__figure {
  order: 1;
  position: relative;
  align-self: stretch;
  min-height: 14rem;
  background-color: var(--surface-sunk);
}

@media (min-width: 900px) {
  .hero__figure {
    order: 0;
    min-height: 27rem;
  }
}

.hero__image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero__image--empty {
  background-color: var(--surface-sunk);
}

/* Floating promises. They ride the image on wide screens and wrap into rows
   underneath on small ones. */
.hero__cards {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding: 0 1.5rem 1.5rem;
}

@media (min-width: 900px) {
  .hero__cards {
    position: absolute;
    z-index: 3;
    top: 50%;
    inset-inline-end: 1.75rem;
    transform: translateY(-50%);
    flex-direction: column;
    flex-wrap: nowrap;
    width: 15rem;
    padding: 0;
  }
}

.hero-card {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex: 1 1 13rem;
  min-width: 0;
  max-width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background-color: var(--surface);
}

@media (min-width: 900px) {
  .hero-card {
    flex: none;
  }
}

.hero-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--r-sm);
  background-color: var(--surface-tint);
  color: var(--brand-orange);
}

.hero-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.hero-card__body strong {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--brand-char);
}

.hero-card__body span {
  font-size: 0.6875rem;
  line-height: 1.6;
  color: var(--char-50);
}

/* Slider controls */
.hero__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.5rem 1.5rem;
}

@media (min-width: 900px) {
  .hero__controls {
    position: absolute;
    z-index: 3;
    bottom: 2.25rem;
    inset-inline-start: 3rem;
    inset-inline-end: auto;
    padding: 0;
    gap: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .hero__controls {
    inset-inline-start: 4rem;
  }
}

.hero__dots {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  list-style: none;
}

.hero__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  padding-inline: 0.35rem;
  border-radius: var(--r-pill);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--char-40);
  transition: color 0.2s var(--ease), background-color 0.2s var(--ease);
}

.hero__dot:hover {
  color: var(--brand-char);
  background-color: var(--char-05);
}

.hero__dot.is-active {
  color: #fff;
  background-color: var(--brand-orange);
}

.hero__dot-num {
  line-height: 1;
}

.hero__arrows {
  display: flex;
  gap: 0.375rem;
}

.hero__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: var(--r-pill);
  border: 1px solid var(--line-15);
  background-color: var(--surface);
  color: var(--brand-char);
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.hero__arrow:hover,
.hero__arrow:focus-visible {
  background-color: var(--brand-char);
  border-color: var(--brand-char);
  color: #fff;
}

/* =========================================================================
   11. Home — category chips + tiles
   ========================================================================= */

.cat-chips {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .cat-chips {
    margin-top: 2rem;
  }
}

.cat-chips__list,
.filter-row__list {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cat-chips__list::-webkit-scrollbar,
.filter-row__list::-webkit-scrollbar {
  display: none;
}

.cat-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex: 0 0 auto;
  padding-inline: 0.4rem 1rem;
  padding-block: 0.4rem;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background-color: var(--surface);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--brand-char);
  white-space: nowrap;
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease);
}

.cat-chip:hover,
.cat-chip:focus-visible {
  border-color: var(--brand-orange);
  color: var(--brand-orange-dark);
}

.cat-chip__label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cat-chip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: var(--r-pill);
  overflow: hidden;
  background-color: var(--surface-tint);
  color: var(--brand-orange);
}

.cat-chip__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-chip--all .cat-chip__icon {
  background-color: var(--char-05);
  color: var(--char-60);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
}

@media (min-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.category-tile {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background-color: var(--surface-sunk);
  transition: border-color 0.25s var(--ease);
}

.category-tile:hover,
.category-tile:focus-visible {
  border-color: var(--line-strong);
}

.category-tile img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-out);
  will-change: transform;
}

.category-tile:hover img,
.category-tile:focus-visible img {
  transform: scale(1.06);
}

.category-tile__fallback {
  height: 100%;
  width: 100%;
  background-color: var(--surface-sunk);
}

/* A flat wash, not a gradient: it only deepens slightly on hover. */
.category-tile__shade {
  position: absolute;
  inset: 0;
  background-color: rgba(var(--char-rgb), 0.04);
  transition: background-color 0.25s var(--ease);
}

.category-tile:hover .category-tile__shade {
  background-color: rgba(var(--char-rgb), 0.1);
}

/* The label rides in its own solid block, so it stays readable over any
   photograph without needing an overlay. */
.category-tile__body {
  position: absolute;
  z-index: 1;
  inset-inline: 0.6rem;
  bottom: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.7rem 0.9rem;
  border-radius: var(--r-md);
  background-color: var(--surface);
  color: var(--brand-char);
}

.category-tile__name {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .category-tile__name {
    font-size: 1.0625rem;
  }
}

.category-tile__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  flex: none;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--brand-orange);
  transition: gap 0.25s var(--ease);
}

.category-tile__cta .risa-icon {
  width: 1rem;
  height: 1rem;
}

.category-tile:hover .category-tile__cta {
  gap: 0.55rem;
}

/* =========================================================================
   12. Home — trust strip
   ========================================================================= */

.trust-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem 0.5rem;
  list-style: none;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background-color: var(--surface);
}

@media (min-width: 900px) {
  .trust-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 1.25rem 1.5rem;
  }
}

.trust-strip__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.5rem;
}

@media (min-width: 900px) {
  .trust-strip__item + .trust-strip__item {
    border-inline-start: 1px solid var(--line-soft);
    padding-inline-start: 1.5rem;
  }
}

.trust-strip__icon,
.promise-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--r-sm);
  background-color: var(--surface-tint);
  color: var(--brand-orange);
}

.trust-strip__text,
.promise-list__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.trust-strip__text strong,
.promise-list__text strong {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--brand-char);
}

.trust-strip__text span,
.promise-list__text span {
  font-size: 0.6875rem;
  line-height: 1.6;
  color: var(--char-50);
}

.band-soft {
  background-color: var(--surface-sunk);
}

/* =========================================================================
   13. Shop — filter row, toolbar, pagination
   ========================================================================= */

.filter-row {
  margin-bottom: 2rem;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex: 0 0 auto;
  padding: 0.5rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background-color: var(--surface);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--char-70);
  white-space: nowrap;
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease), background-color 0.2s var(--ease);
}

.filter-chip:hover,
.filter-chip:focus-visible {
  border-color: var(--brand-orange);
  color: var(--brand-orange-dark);
}

.filter-chip.is-active {
  background-color: var(--brand-char);
  border-color: var(--brand-char);
  color: #fff;
}

.filter-chip__count {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--char-40);
}

.filter-chip.is-active .filter-chip__count {
  color: rgba(255, 255, 255, 0.6);
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background-color: var(--surface);
}

.woocommerce-result-count {
  font-size: 0.8125rem;
  color: var(--char-50);
  margin: 0;
}

.woocommerce-ordering select {
  width: auto;
  min-width: 12rem;
  border-radius: var(--r-pill);
  padding-block: 0.45rem;
  font-size: 0.8125rem;
}

.woocommerce-breadcrumb {
  padding-block: 1.25rem 0;
  font-size: 0.75rem;
  color: var(--char-50);
}

.woocommerce-breadcrumb a {
  transition: color 0.2s var(--ease);
}

.woocommerce-breadcrumb a:hover {
  color: var(--brand-orange);
}

.term-description {
  max-width: 44rem;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--char-60);
}

.pagination,
.woocommerce-pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  justify-content: center;
}

.page-numbers li a,
.page-numbers li span,
a.page-numbers,
span.page-numbers {
  display: flex;
  height: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  background-color: var(--surface);
  padding-inline: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.page-numbers li a:hover,
a.page-numbers:hover {
  border-color: var(--brand-orange);
  color: var(--brand-orange-dark);
}

.page-numbers li .current,
span.page-numbers.current {
  background-color: var(--brand-char);
  border-color: var(--brand-char);
  color: #fff;
}

/* Woo default button classes mapped onto the brand button */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
button.button,
a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--brand-orange);
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.85rem 1.75rem;
  border: 1px solid var(--brand-orange);
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: background-color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
button.button:hover,
a.button:hover {
  background-color: var(--brand-orange-dark);
  border-color: var(--brand-orange-dark);
  color: #fff;
}

.woocommerce button.button:disabled,
.woocommerce button.button.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Sale flashes on WooCommerce's own markup (related grids, gallery). */
.onsale {
  position: absolute;
  inset-inline-start: 0.75rem;
  top: 0.75rem;
  z-index: 1;
  border-radius: var(--r-pill);
  background-color: var(--brand-orange);
  padding: 0.3rem 0.75rem;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}

/* =========================================================================
   14. Single product
   ========================================================================= */

.product-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-block: 1.5rem 3rem;
}

@media (min-width: 900px) {
  .product-layout {
    grid-template-columns: 1.05fr 1fr;
    gap: 3rem;
    padding-block: 2rem 4rem;
  }
}

.product-gallery {
  min-width: 0;
}

.gallery__main {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background-color: var(--surface-sunk);
}

.gallery__main img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery__thumbs {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.gallery__thumb {
  height: 4.25rem;
  width: 4.25rem;
  overflow: hidden;
  border: 2px solid var(--line);
  border-radius: var(--r-sm);
  background-color: var(--surface-sunk);
  transition: border-color 0.2s var(--ease);
}

.gallery__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery__thumb:hover {
  border-color: var(--line-strong);
}

.gallery__thumb.is-active {
  border-color: var(--brand-orange);
}

.summary {
  align-self: start;
}

.product-kicker {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--brand-orange);
}

.product-title {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--brand-char);
}

@media (min-width: 768px) {
  .product-title {
    font-size: 2rem;
  }
}

.product-price {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--brand-char);
}

.product-price del,
.product-price del .amount {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--char-40);
  text-decoration: line-through;
}

.product-price ins {
  text-decoration: none;
  background: none;
  color: inherit;
}

.product-description {
  margin-bottom: 1.75rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--char-70);
}

.product-description p {
  margin-bottom: 1rem;
}

.product-description p:last-child {
  margin-bottom: 0;
}

.product-description ul,
.product-description ol {
  margin-bottom: 1rem;
  padding-inline-start: 1.25rem;
}

.product-description ul { list-style: disc; }
.product-description ol { list-style: decimal; }

.product-meta {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: var(--char-40);
}

/* The assurances under the buy button — the same content as the home page's
   trust strip, stacked to fill the summary column. */
.promise-list {
  list-style: none;
  margin-top: 1.75rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.promise-list__item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
}

.promise-list__item + .promise-list__item {
  border-top: 1px solid var(--line-soft);
}

.promise-list__icon {
  width: 2.25rem;
  height: 2.25rem;
}

/* Attribute swatches */
.swatch-group {
  margin-bottom: 1.5rem;
}

.swatch-group__label {
  margin-bottom: 0.65rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--brand-char);
}

.swatch-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.swatch {
  min-width: 3rem;
  border: 1.5px solid var(--line-15);
  border-radius: var(--r-pill);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-char);
  background-color: var(--surface);
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.swatch:hover:not(.is-active):not(:disabled) {
  border-color: var(--brand-char);
}

.swatch.is-active {
  border-color: var(--brand-char);
  background-color: var(--brand-char);
  color: #fff;
}

.swatch:disabled,
.swatch.is-unavailable {
  opacity: 0.35;
  cursor: not-allowed;
  text-decoration: line-through;
}

.swatch--image {
  min-width: 0;
  height: 3.5rem;
  width: 3.5rem;
  padding: 0;
  overflow: hidden;
  border-radius: var(--r-md);
  border: 2px solid var(--line);
}

.swatch--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.swatch--image.is-active {
  border-color: var(--brand-orange);
  background: none;
}

.swatch--image:hover:not(.is-active):not(:disabled) {
  border-color: var(--line-strong);
}

.product-form__reset {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  color: var(--char-50);
  text-decoration: underline;
  /* WooCommerce toggles this link with an inline visibility style, which would
     leave an empty line in the layout. The theme drives the `hidden` attribute
     from the same events instead, so visibility is forced back on here. */
  visibility: visible !important;
}

.product-form__reset[hidden] {
  display: none !important;
}

.stock-note {
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  color: var(--char-60);
}

.stock-note.is-out {
  color: var(--danger);
}

/* =========================================================================
   15. Quantity stepper
   ========================================================================= */

.qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-15);
  border-radius: var(--r-pill);
  background-color: var(--surface);
  padding: 0.15rem;
}

.qty__btn {
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-pill);
  color: var(--char-70);
  font-size: 1rem;
  line-height: 1;
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease);
}

.qty__btn:hover {
  background-color: var(--surface-sunk);
  color: var(--brand-char);
}

.qty__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.qty input[type="number"],
.qty input,
.qty .qty-input {
  width: 2.75rem;
  min-width: 0;
  height: 2rem;
  border: 0;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  background: transparent;
  -moz-appearance: textfield;
  appearance: textfield;
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty input:focus {
  outline: none;
}

.product-actions {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.product-actions .qty {
  flex-shrink: 0;
}

.product-actions .qty__btn,
.product-actions .qty input {
  height: auto;
  min-height: 2.75rem;
}

.product-actions .btn-primary,
.product-actions .single_add_to_cart_button {
  flex: 1;
}

/* =========================================================================
   16. Cart
   ========================================================================= */

.shop-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 900px) {
  .shop-layout {
    grid-template-columns: minmax(0, 1.9fr) minmax(20rem, 1fr);
    gap: 2.5rem;
    align-items: start;
  }
}

.shop-layout__main,
.shop-layout__aside {
  min-width: 0;
}

.cart-lines {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background-color: var(--surface);
  overflow: hidden;
}

.cart-line {
  display: flex;
  gap: 1rem;
  padding: 1.25rem;
}

.cart-line + .cart-line {
  border-top: 1px solid var(--line-soft);
}

.cart-line__media {
  height: 6rem;
  width: 5rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: var(--r-md);
  background-color: var(--surface-sunk);
}

.cart-line__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cart-line__body {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  min-width: 0;
}

.cart-line__title {
  font-weight: 600;
  color: var(--brand-char);
  transition: color 0.2s var(--ease);
}

.cart-line__title:hover {
  color: var(--brand-orange);
}

.cart-line__variation {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--char-50);
}

.cart-line__variation p {
  margin: 0;
}

.cart-line__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.cart-line__total {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--brand-char);
}

.cart-line__remove {
  align-self: flex-start;
  flex: none;
  font-size: 0.75rem;
  color: var(--char-40);
  transition: color 0.2s var(--ease);
}

.cart-line__remove:hover {
  color: var(--danger);
}

.cart-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
}

.cart-actions .btn-outline {
  padding: 0.7rem 1.5rem;
  font-size: 0.8125rem;
}

.coupon {
  flex: 0 1 24rem;
  min-width: 0;
}

.coupon__label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--char-70);
}

.coupon__field {
  display: flex;
  gap: 0.5rem;
}

.coupon__field input {
  min-width: 0;
  border-radius: var(--r-pill);
}

.coupon__field .btn-outline {
  flex-shrink: 0;
  white-space: nowrap;
}

.cart-collaterals .panel,
.cart_totals,
.shop-layout__aside .panel {
  position: sticky;
  top: calc(var(--header-h) + 1.5rem);
}

.is-busy {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.2s var(--ease);
}

/* =========================================================================
   17. Panels, checkout steps and forms
   ========================================================================= */

.panel {
  height: fit-content;
  padding: 1.5rem;
}

.panel__title {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line-soft);
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-char);
}

.panel__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
  font-size: 0.875rem;
  color: var(--char-70);
}

.panel__row--first {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-soft);
}

.panel__row--total {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--brand-char);
}

.panel__line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.6rem;
  font-size: 0.875rem;
  color: var(--char-70);
}

.panel__line + .panel__line {
  border-top: 1px solid var(--line-soft);
}

.panel__line .product-quantity {
  color: var(--char-40);
  font-weight: 600;
}

/* Numbered checkout steps */
.step {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background-color: var(--surface);
}

@media (min-width: 768px) {
  .step {
    padding: 1.75rem 2rem;
  }
}

.step__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 1.0625rem;
  font-weight: 800;
  color: var(--brand-char);
}

.step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: var(--r-pill);
  background-color: var(--brand-orange);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 800;
}

.field {
  margin-bottom: 1rem;
}

.field > label,
.form-row > label,
.woocommerce-billing-fields label,
.woocommerce-shipping-fields label,
.woocommerce-additional-fields label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--char-70);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="date"],
select,
textarea,
.select2-container .select2-selection--single {
  width: 100%;
  border: 1px solid var(--line-15);
  background-color: var(--surface);
  padding: 0.7rem 1rem;
  font-size: 0.875rem;
  color: var(--brand-char);
  border-radius: var(--r-sm);
  transition: border-color 0.2s var(--ease);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--brand-orange);
}

::placeholder {
  color: var(--char-40);
}

textarea {
  min-height: 6rem;
  resize: vertical;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.required {
  color: var(--danger);
  text-decoration: none;
}

.payment-option,
.wc_payment_method > label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid var(--line-15);
  border-radius: var(--r-sm);
  background-color: var(--surface);
  padding: 0.85rem 1rem;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: border-color 0.2s var(--ease), background-color 0.2s var(--ease);
}

.payment-option:hover,
.wc_payment_method > label:hover {
  border-color: var(--brand-orange);
  background-color: var(--surface-tint);
}

.wc_payment_method input[type="radio"] {
  width: auto;
  accent-color: var(--brand-orange);
}

.wc_payment_method img {
  max-height: 1.75rem;
  width: auto;
  margin-inline-start: auto;
}

.wc_payment_methods {
  list-style: none;
  margin-bottom: 1.25rem;
}

.payment_box {
  border: 1px solid var(--line-soft);
  border-inline-start: 2px solid var(--brand-orange);
  border-radius: var(--r-sm);
  background-color: var(--surface-tint);
  padding: 0.875rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: var(--char-70);
}

.woocommerce-checkout-payment {
  margin-top: 0;
}

#customer_details h3,
.woocommerce-checkout h3,
#order_review_heading {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--brand-char);
  margin-bottom: 1rem;
  margin-top: 1.75rem;
}

#customer_details h3:first-child {
  margin-top: 0;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-row-wide,
  #billing_address_1_field,
  #billing_address_2_field,
  #shipping_address_1_field,
  #shipping_address_2_field,
  #order_comments_field {
    grid-column: 1 / -1;
  }
}

.form-row {
  margin: 0;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
}

.form-row.place-order {
  margin-top: 1rem;
}

#place_order,
.wc-proceed-to-checkout .checkout-button {
  width: 100%;
}

.wc-proceed-to-checkout {
  margin-top: 0.5rem;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle {
  margin-bottom: 1.25rem;
}

.shipping-calculator-button {
  font-size: 0.8125rem;
  text-decoration: underline;
}

#shipping_method {
  list-style: none;
  font-size: 0.8125rem;
}

#shipping_method li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-block: 0.25rem;
}

#shipping_method input {
  width: auto;
  accent-color: var(--brand-orange);
}

.woocommerce-shipping-destination {
  font-size: 0.75rem;
  color: var(--char-50);
}

p.stock,
.woocommerce-variation-availability p {
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  color: var(--char-60);
}

p.stock.out-of-stock,
.woocommerce-variation-availability .out-of-stock {
  color: var(--danger);
}

.woocommerce-variation-description {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: var(--char-60);
  margin-bottom: 0.75rem;
}

/* =========================================================================
   18. Status screens and empty states
   ========================================================================= */

.status-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 40rem;
  margin-inline: auto;
  padding: 3rem 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .status-screen {
    padding: 4.5rem 3rem;
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    background-color: var(--surface);
    margin-block: 3rem;
  }
}

.status-screen__icon {
  margin-bottom: 1.5rem;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-pill);
}

.status-screen__icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

.status-screen__icon--ok {
  background-color: var(--success-tint);
  color: var(--success);
}

.status-screen__icon--fail {
  background-color: var(--danger-tint);
  color: var(--danger);
}

.status-screen h1 {
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--brand-char);
}

@media (min-width: 768px) {
  .status-screen h1 {
    font-size: 1.75rem;
  }
}

.status-screen__meta {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: var(--char-60);
}

.status-screen__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.order-details {
  margin-top: 2.5rem;
  width: 100%;
  text-align: start;
}

.woocommerce-order-overview {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.25rem;
  font-size: 0.8125rem;
  color: var(--char-50);
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .woocommerce-order-overview {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.woocommerce-order-overview li strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.9375rem;
  color: var(--brand-char);
}

.order-details h2,
.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .woocommerce-columns--addresses {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

address {
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--char-70);
}

/* The shared "nothing here" block: empty cart, empty shop, no search hits. */
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  max-width: 34rem;
  margin: 2rem auto 4rem;
  padding: 3rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background-color: var(--surface);
  text-align: center;
}

.empty-state--tall {
  padding-block: 4rem;
}

.empty-state__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 0.5rem;
  border-radius: var(--r-pill);
  background-color: var(--surface-tint);
  color: var(--brand-orange);
}

.empty-state__icon .risa-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.empty-state__code {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  color: rgba(var(--accent-rgb), 0.35);
}

.empty-state__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--brand-char);
}

.empty-state__text {
  max-width: 26rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--char-60);
}

.empty-state .btn-primary {
  margin-top: 0.5rem;
}

.empty-state__search {
  width: 100%;
  max-width: 22rem;
  margin-block: 0.5rem;
}

.empty-state__search .search-form {
  max-width: none;
}

/* =========================================================================
   19. WooCommerce notices & shared bits
   ========================================================================= */

.woocommerce-notices-wrapper:empty {
  display: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  list-style: none;
  border: 1px solid var(--line);
  border-inline-start: 3px solid var(--brand-orange);
  border-radius: var(--r-md);
  background-color: var(--surface);
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.woocommerce-error {
  border-inline-start-color: var(--danger);
  background-color: var(--danger-tint);
  border-color: transparent;
  color: var(--danger);
  flex-direction: column;
  align-items: stretch;
}

.woocommerce-error li + li {
  margin-top: 0.5rem;
}

.woocommerce-message a.button,
.woocommerce-info a.button {
  padding: 0.5rem 1.15rem;
  font-size: 0.8125rem;
}

/* =========================================================================
   20. Editorial content (pages, posts, comments)
   ========================================================================= */

.entry {
  padding-block: 2rem 3rem;
}

.entry__header {
  margin-bottom: 2rem;
}

.entry__title {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--brand-char);
}

@media (min-width: 768px) {
  .entry__title {
    font-size: 2.25rem;
  }
}

.entry__meta {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: var(--char-50);
}

.entry__thumb {
  margin-bottom: 2rem;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background-color: var(--surface-sunk);
}

.entry__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.prose {
  max-width: 46rem;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--char-70);
}

.prose > * + * {
  margin-top: 1.25rem;
}

.prose h1, .prose h2, .prose h3, .prose h4 {
  color: var(--brand-char);
  font-weight: 700;
  line-height: 1.35;
  margin-top: 2rem;
}

.prose h2 { font-size: 1.375rem; }
.prose h3 { font-size: 1.125rem; }

.prose a {
  color: var(--brand-orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prose ul, .prose ol {
  padding-inline-start: 1.5rem;
}

.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }

.prose li + li {
  margin-top: 0.375rem;
}

.prose blockquote {
  border-inline-start: 3px solid var(--brand-orange);
  padding-inline-start: 1rem;
  color: var(--char-60);
}

.prose img,
.prose figure {
  margin-inline: 0;
}

.prose img {
  border-radius: var(--r-md);
}

.prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.prose th,
.prose td {
  border: 1px solid var(--line);
  padding: 0.625rem 0.75rem;
  text-align: start;
}

.post-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  list-style: none;
}

@media (min-width: 768px) {
  .post-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.post-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background-color: var(--surface-sunk);
  margin-bottom: 1rem;
}

.post-card__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}

.post-card:hover .post-card__media img {
  transform: scale(1.04);
}

.post-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-char);
  line-height: 1.5;
}

.post-card__excerpt {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: var(--char-60);
  line-height: 1.7;
}

.comments {
  margin-top: 3rem;
  max-width: 46rem;
}

.comments__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.comment-list {
  list-style: none;
}

.comment-list li {
  padding-block: 1rem;
}

.comment-list > li {
  margin-bottom: 0.75rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background-color: var(--surface);
}

.comment-list .children {
  list-style: none;
  padding-inline-start: 1.5rem;
  border-inline-start: 1px solid var(--line-soft);
}

.comment-author {
  font-size: 0.875rem;
  font-weight: 700;
}

.comment-metadata {
  font-size: 0.75rem;
  color: var(--char-50);
  margin-bottom: 0.5rem;
}

.comment-content {
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--char-70);
}

.comment-respond {
  margin-top: 2rem;
}

.comment-reply-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.comment-form .comment-notes {
  font-size: 0.8125rem;
  color: var(--char-50);
  margin-bottom: 1rem;
}

.comment-form p {
  margin-bottom: 1rem;
}

.search-form {
  display: flex;
  gap: 0.5rem;
  max-width: 28rem;
  margin-top: 1.25rem;
}

.search-form input[type="search"] {
  border-radius: var(--r-pill);
}

.search-form button {
  flex-shrink: 0;
  border-radius: var(--r-pill);
  background-color: var(--brand-char);
  color: #fff;
  padding-inline: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  transition: background-color 0.2s var(--ease);
}

.search-form button:hover {
  background-color: var(--brand-orange);
}

.page-links {
  margin-top: 2rem;
  font-size: 0.875rem;
}

/* =========================================================================
   21. My account / order tables
   ========================================================================= */

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 900px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: 15rem 1fr;
    gap: 2.5rem;
    align-items: start;
  }
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background-color: var(--surface);
}

.woocommerce-MyAccount-navigation li + li {
  border-top: 1px solid var(--line-soft);
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.8rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--char-70);
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease);
}

.woocommerce-MyAccount-navigation a:hover {
  background-color: var(--surface-tint);
  color: var(--brand-orange-dark);
}

.woocommerce-MyAccount-navigation .is-active a {
  background-color: var(--brand-char);
  color: #fff;
}

.woocommerce-MyAccount-content {
  min-width: 0;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--char-70);
}

table.shop_table,
table.woocommerce-orders-table,
table.woocommerce-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background-color: var(--surface);
  font-size: 0.875rem;
}

table.shop_table th,
table.shop_table td,
table.woocommerce-table th,
table.woocommerce-table td {
  border-bottom: 1px solid var(--line-soft);
  padding: 0.85rem 1rem;
  text-align: start;
  vertical-align: middle;
}

table.shop_table tr:last-child td,
table.woocommerce-table tr:last-child td {
  border-bottom: 0;
}

table.shop_table th {
  font-weight: 700;
  color: var(--char-70);
  background-color: var(--surface-sunk);
}

.woocommerce-table__wrapper {
  overflow-x: auto;
}

.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-ResetPassword {
  max-width: 28rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background-color: var(--surface);
  padding: 1.75rem;
}

.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.woocommerce-form__label-for-checkbox input {
  width: auto;
  accent-color: var(--brand-orange);
}

/* Related / upsell grids reuse the product grid when switched on */
.related > h2,
.upsells > h2,
.cross-sells > h2 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}

/* Product tabs, when switched on */
.woocommerce-tabs {
  margin-top: 3rem;
}

.woocommerce-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  border-bottom: 1px solid var(--line);
  margin-bottom: 2rem;
}

.woocommerce-tabs .tabs a {
  display: block;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--char-50);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.woocommerce-tabs .tabs .active a {
  color: var(--brand-char);
  border-bottom-color: var(--brand-orange);
}

.woocommerce-Tabs-panel {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: var(--char-70);
  max-width: 46rem;
}

.wc-page {
  padding-bottom: 1rem;
}

/* WooCommerce prints its notices above the shortcode output; give them room
   before the page's own heading. */
.wc-page > .woocommerce-notices-wrapper:not(:empty) {
  margin-top: 2rem;
}

/* =========================================================================
   22. Reveal-on-scroll (progressive enhancement, off without JS)
   ========================================================================= */

.js .reveal {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
  will-change: opacity, transform;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

/* =========================================================================
   23. Utilities
   ========================================================================= */

.u-ltr {
  direction: ltr;
  unicode-bidi: isolate;
}

.u-center { text-align: center; }
.u-mt-3   { margin-top: 0.75rem; }
.u-mb-6   { margin-bottom: 1.5rem; }
.u-hidden { display: none !important; }

.grid-span-full {
  grid-column: 1 / -1;
}
