﻿/*
Theme Name: MindFlo 2026 v2.1
Theme URI: https://mindflo.com/
Author: Codex
Description: MindFlo 2026 theme with improved responsive mobile menu, connected Members area, WooCommerce products, music choices, Blog content, and member pages.
Version: 2.1.0
Text Domain: mindflo-2026
*/

:root {
  --ink: #10150f;
  --muted: #5f675f;
  --paper: #f7f5ef;
  --cream: #ece8dc;
  --moss: #52623d;
  --moss-dark: #2b351f;
  --sage: #a3ad8c;
  --sea: #6f9692;
  --clay: #b88963;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(20, 27, 18, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-shell {
  overflow: hidden;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 76px);
  background: rgba(247, 245, 239, 0.92);
  border-bottom: 1px solid rgba(16, 21, 15, 0.08);
  backdrop-filter: blur(16px);
}

.admin-bar .topbar {
  top: 32px;
}

.brand {
  flex: 0 0 auto;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 34px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--ink);
}

.nav-panel-title,
.menu-toggle,
.nav-backdrop {
  display: none;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(16, 21, 15, 0.12);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px 0;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

@media (max-width: 782px) {
  .admin-bar .topbar {
    top: 46px;
  }
}

.button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--moss-dark);
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(43, 53, 31, 0.24);
}

.button:hover {
  background: var(--moss);
}

.button.secondary {
  background: transparent;
  color: var(--moss-dark);
  border: 1px solid rgba(43, 53, 31, 0.32);
  box-shadow: none;
}

.button.secondary:hover {
  color: var(--white);
  border-color: var(--moss);
}

.music-player {
  position: fixed;
  top: 112px;
  right: clamp(18px, 4vw, 48px);
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(16, 21, 15, 0.72);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(16, 21, 15, 0.26);
  backdrop-filter: blur(14px);
}

.music-toggle {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  cursor: pointer;
}

.music-toggle:hover {
  background: rgba(43, 53, 31, 0.9);
}

.music-toggle:focus-visible {
  outline: 3px solid var(--sage);
  outline-offset: 4px;
}

.music-toggle__icon {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid currentColor;
}

.music-toggle.is-playing .music-toggle__icon {
  width: 16px;
  height: 18px;
  margin-left: 0;
  border: 0;
  background: linear-gradient(90deg, currentColor 0 34%, transparent 34% 66%, currentColor 66% 100%);
}

.music-select-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.music-select {
  max-width: 116px;
  min-height: 42px;
  padding: 0 30px 0 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.music-select option {
  color: var(--ink);
  background: var(--paper);
}

.hero {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: end;
  padding: clamp(72px, 8vw, 112px) clamp(20px, 5vw, 76px) clamp(52px, 6vw, 82px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(10, 14, 9, 0.3), rgba(10, 14, 9, 0.66)), url("assets/images/movement-ground.jpg") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, var(--paper), rgba(247, 245, 239, 0));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
}

h1 {
  max-width: 820px;
  font-size: clamp(34px, 4.8vw, 58px);
  font-weight: 520;
  letter-spacing: 0;
  text-transform: lowercase;
}

.hero h1 span {
  display: block;
  margin-top: 8px;
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 500;
  line-height: 1.12;
  text-transform: none;
}

.hero-copy {
  max-width: 620px;
  margin: 20px 0 28px;
  font-size: clamp(18px, 1.8vw, 22px);
}

.page-hero {
  min-height: 360px;
  display: grid;
  align-items: end;
  padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 76px) clamp(42px, 5vw, 68px);
  color: var(--white);
  background: linear-gradient(90deg, rgba(16, 21, 15, 0.82), rgba(16, 21, 15, 0.32)), url("assets/images/forest-calm.jpg") center / cover;
}

.page-hero.movement {
  background-image: linear-gradient(90deg, rgba(16, 21, 15, 0.82), rgba(16, 21, 15, 0.28)), url("assets/images/sea-stretch.jpg");
}

.page-hero.resources-hero {
  background-image: linear-gradient(90deg, rgba(16, 21, 15, 0.82), rgba(16, 21, 15, 0.28)), url("assets/images/mountain-meditation.jpg");
}

.page-hero.contact-hero,
.page-hero.login-hero,
.page-hero.shop-hero {
  background-image: linear-gradient(90deg, rgba(16, 21, 15, 0.82), rgba(16, 21, 15, 0.28)), url("assets/images/open-water.jpg");
}

.page-hero h1 {
  max-width: 760px;
  font-size: clamp(34px, 4.8vw, 58px);
  font-weight: 520;
  line-height: 1.08;
  text-transform: none;
}

.page-hero .lead {
  color: rgba(255, 255, 255, 0.84);
}

.section {
  padding: clamp(62px, 8vw, 112px) clamp(20px, 5vw, 76px);
}

.inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
}

.kicker {
  margin: 0 0 14px;
  color: var(--moss);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-title {
  max-width: 780px;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 520;
  line-height: 1.12;
}

.lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
}

.media-frame {
  min-height: 380px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.media-frame img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.program {
  background: var(--moss-dark);
  color: var(--white);
}

.program .kicker,
.program .lead,
.program .copy p {
  color: rgba(255, 255, 255, 0.78);
}

.price {
  margin: 18px 0 22px;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 650;
}

.price span {
  font-size: 20px;
  font-weight: 700;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding-left: 34px;
  position: relative;
}

.feature-list li::before {
  content: "âœ“";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sage);
  font-weight: 900;
}

.feature-list strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.feature-list span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
}

.bonus {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(16, 21, 15, 0.14);
}

.benefit {
  min-height: 230px;
  display: grid;
  align-content: center;
  padding: clamp(28px, 5vw, 54px);
  background: var(--cream);
}

.benefit strong {
  display: block;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 600;
  line-height: 0.95;
  text-transform: lowercase;
}

.banner {
  color: var(--white);
  background: linear-gradient(90deg, rgba(43, 53, 31, 0.88), rgba(43, 53, 31, 0.28)), url("assets/images/forest-calm.jpg") center / cover;
}

.banner .section-title,
.banner .lead {
  color: var(--white);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.practice-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(16, 21, 15, 0.1);
}

.practice-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.practice-card div {
  padding: 24px;
}

.practice-card h3 {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 600;
}

.practice-card p {
  margin: 0;
  color: var(--muted);
}

.category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.category-strip span {
  padding: 9px 14px;
  border: 1px solid rgba(16, 21, 15, 0.16);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.pillars {
  background: var(--cream);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.pillar {
  min-height: 250px;
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
}

.pillar h3 {
  font-size: 24px;
  font-weight: 600;
}

.pillar p {
  margin: 14px 0 0;
  color: var(--muted);
}

.contact {
  background: var(--ink);
  color: var(--white);
}

.contact .lead,
.contact .copy p {
  color: rgba(255, 255, 255, 0.74);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.76fr);
  gap: clamp(34px, 7vw, 84px);
  align-items: start;
}

.contact-panel {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-panel p {
  margin: 0 0 14px;
}

.login-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: clamp(32px, 7vw, 86px);
  align-items: start;
}

.login-box {
  padding: clamp(26px, 4vw, 44px);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(16, 21, 15, 0.1);
}

.login-box label {
  display: block;
  margin-bottom: 8px;
  font-weight: 650;
}

.login-box input[type="text"],
.login-box input[type="password"] {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(16, 21, 15, 0.18);
  border-radius: 6px;
}

.login-box input[type="submit"] {
  min-height: 46px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--moss-dark);
  color: var(--white);
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.login-box .login-remember label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
}

.commerce-panel {
  padding: clamp(28px, 4vw, 46px);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(16, 21, 15, 0.1);
}

.product-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.product-summary {
  padding: clamp(28px, 4vw, 42px);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 18px 48px rgba(16, 21, 15, 0.1);
}

.product-summary .kicker,
.product-summary .lead {
  color: var(--muted);
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.shop-intro {
  background: var(--cream);
}

.shop-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  margin-top: 34px;
}

.shop-note {
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
}

.shop-note h3 {
  font-size: 24px;
  font-weight: 560;
}

.shop-note p,
.shop-note li {
  color: var(--muted);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.post-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(16, 21, 15, 0.1);
}

.post-card__image {
  aspect-ratio: 16 / 10;
  background: var(--cream);
}

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

.post-card__body {
  padding: 24px;
}

.post-card__meta {
  margin: 0 0 10px;
  color: var(--moss);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-card h2,
.post-card h3 {
  font-size: 24px;
  font-weight: 560;
  line-height: 1.18;
}

.post-card p,
.single-content {
  color: var(--muted);
}

.single-content {
  max-width: 820px;
  font-size: 18px;
}

.single-content img {
  border-radius: 8px;
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.member-card {
  min-height: 220px;
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(16, 21, 15, 0.1);
}

.member-card h2,
.member-card h3 {
  font-size: 26px;
  font-weight: 560;
  line-height: 1.16;
}

.member-card p,
.member-list li {
  color: var(--muted);
}

.member-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding-left: 20px;
}

.woocommerce,
.woocommerce-page {
  color: var(--ink);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .checkout-button,
.woocommerce a.added_to_cart,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart button[name="update_cart"],
.woocommerce-cart button[name="update_cart"]:disabled,
.woocommerce-cart button[name="update_cart"]:disabled[disabled] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--moss-dark);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(43, 53, 31, 0.24);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .checkout-button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart button[name="update_cart"]:hover {
  background: var(--moss);
  color: var(--white);
}

.woocommerce-cart button[name="update_cart"]:disabled,
.woocommerce-cart button[name="update_cart"]:disabled[disabled] {
  background: rgba(43, 53, 31, 0.62);
  color: rgba(255, 255, 255, 0.88);
  cursor: not-allowed;
  box-shadow: none;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  background: var(--moss-dark);
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  background: var(--moss);
}

.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 8px;
  background: var(--white);
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 22px !important;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(16, 21, 15, 0.1);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 0;
  padding: 0;
  color: var(--ink);
  font-size: 22px;
  font-weight: 560;
  line-height: 1.18;
}

.woocommerce ul.products li.product .price {
  margin: 12px 0 16px;
  color: var(--moss-dark);
  font-size: 22px;
  font-weight: 650;
}

.woocommerce ul.products li.product .button {
  margin-top: 8px;
}

.woocommerce ul.products li.product a img {
  border-radius: 8px;
  background: var(--cream);
}

.woocommerce-result-count,
.woocommerce-ordering {
  color: var(--muted);
}

.logos {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
}

.logos img {
  max-height: 54px;
  width: auto;
}

.footer {
  padding: 32px clamp(20px, 5vw, 76px);
  background: #080b07;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

@media (max-width: 1180px) {
  .topbar {
    position: sticky;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 14px 18px;
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    width: min(86vw, 360px);
    height: 100dvh;
    min-height: 100svh;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: max(22px, env(safe-area-inset-top)) 22px calc(22px + env(safe-area-inset-bottom));
    overflow-y: auto;
    background: var(--paper);
    color: var(--ink);
    box-shadow: -22px 0 60px rgba(16, 21, 15, 0.22);
    transform: translateX(105%);
    transition: transform 0.24s ease;
  }

  .admin-bar .nav {
    top: 32px;
    height: calc(100dvh - 32px);
    min-height: calc(100svh - 32px);
  }

  .nav a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(16, 21, 15, 0.1);
    font-size: 16px;
    letter-spacing: 0.03em;
  }

  .nav-panel-title {
    display: block;
    margin: 0 0 16px;
    font-size: 34px;
    font-weight: 520;
    line-height: 1;
  }

  .menu-toggle {
    z-index: 60;
    display: grid;
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 45;
    display: block;
    background: rgba(16, 21, 15, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .nav {
    transform: translateX(0);
  }

  body.menu-open .nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .music-player {
    top: auto;
    right: 18px;
    bottom: 18px;
    max-width: calc(100vw - 36px);
  }

  .split,
  .split.reverse,
  .contact-grid,
  .login-layout,
  .product-feature {
    grid-template-columns: 1fr;
  }

  .benefits,
  .cards,
  .pillar-grid,
  .member-grid,
  .blog-grid,
  .shop-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .footer .inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 782px) {
  .admin-bar .nav {
    top: 46px;
    height: calc(100dvh - 46px);
    min-height: calc(100svh - 46px);
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 72svh;
    padding-top: 72px;
  }

  .button {
    width: 100%;
  }

  .page-hero {
    min-height: 300px;
  }

  .hero h1,
  .page-hero h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .media-frame {
    min-height: 280px;
  }

  .music-player {
    left: 12px;
    right: 12px;
    justify-content: space-between;
  }

  .music-select {
    max-width: none;
    flex: 1 1 auto;
  }
}

@media (max-width: 420px) {
  .brand {
    font-size: 30px;
  }

  .hero {
    min-height: 68svh;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }
}


