:root {
  --bg: #FAF3E8;
  --surface: #FAF3E8;
  --text: #000000;
  --muted: #2f221d;
  --primary: #4169E1;
  --topbar-bg: #752B1D;
  --primary-dark: #000000;
  --accent: #4169E1;
  --border: rgba(117, 43, 29, 0.24);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

.home-page,
.coaching-page,
.buying-selling-page,
.resources-page,
.faq-page {
  position: relative;
  isolation: isolate;
  background: transparent;
}

.home-page {
  --page-background-image: url("Screenshot 2026-05-06 094613.png");
}

.coaching-page {
  --page-background-image: url("Screenshot 2026-05-06 094739.png");
}

.buying-selling-page {
  --page-background-image: url("Image (36).jpg");
}

.resources-page {
  --page-background-image: url("Screenshot 2026-05-06 095430.png");
}

.faq-page {
  --page-background-image: url("Screenshot 2026-05-06 095358.png");
}

.home-page::before,
.coaching-page::before,
.buying-selling-page::before,
.resources-page::before,
.faq-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: var(--page-background-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(2px);
  transform: scale(1.03);
}

.buying-selling-page::before {
  filter: blur(2.6px);
}

.home-page .hero,
.home-page .footer,
.coaching-page .hero,
.coaching-page .footer,
.buying-selling-page .hero,
.buying-selling-page .footer,
.resources-page .hero,
.resources-page .footer,
.faq-page .hero,
.faq-page .footer {
  background: transparent;
}

img {
  max-width: 100%;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  background: var(--bg);
  color: var(--text);
  padding: 0.75rem 0 4rem;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 1100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  background: var(--topbar-bg);
  color: #ffffff;
  padding: 0.35rem 0;
  margin-bottom: 0.5in;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
}

.topbar .contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.topbar .contact-phone svg {
  display: inline-block;
  vertical-align: middle;
}

.topbar .phone-number {
  color: #ffffff;
  font-weight: 700;
}

.topbar .contact-email {
  color: #ffffff;
  font-weight: 600;
}

.home .subnav {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

.home .subnav .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  position: relative;
}

.home .subnav .subnav-links {
  display: flex;
  gap: 1.25rem;
}

.home .subnav .subnav-home-link {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  color: var(--primary-dark);
  text-decoration: none;
}

.home .subnav .subnav-home-link:hover {
  color: var(--primary);
  background: rgba(117, 43, 29, 0.08);
}

.home .subnav .subnav-links a {
  color: var(--primary-dark);
  font-weight: 700;
  text-decoration: none;
  padding: 0.25rem 0.35rem;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 0;
  gap: 1rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.cart-trigger {
  border: 1px solid rgba(117, 43, 29, 0.45);
  background: #752B1D;
  color: #ffffff;
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.cart-trigger:hover {
  background: #612116;
}

.cart-icon {
  display: block;
}

.cart-count-badge {
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.32rem;
  border-radius: 999px;
  background: #ffffff;
  color: #752B1D;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--primary-dark);
  text-decoration: none;
}

.brand-name {
  font-family: "Times New Roman", Georgia, serif;
  font-size: 1.85rem;
  letter-spacing: 0;
  line-height: 1;
}

.logo {
  height: 1in;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.nav-links a {
  color: var(--primary-dark);
  text-decoration: none;
  font-weight: 600;
}

.nav-links a:hover,
.home .subnav .subnav-links a:hover {
  color: var(--primary);
}

.mobile-home-nav {
  display: none;
}

.mobile-home-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  background: var(--topbar-bg);
  color: #ffffff;
  padding: 0.3rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 700;
}

.mobile-home-topbar .contact-phone,
.mobile-home-topbar .contact-email {
  white-space: nowrap;
}

.mobile-home-nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  width: min(88vw, 460px);
  margin: 0.5in auto 0;
  background: #ffffff;
  color: #000000;
  padding: 0.36rem 0.5rem;
  border: 2px solid rgba(117, 43, 29, 0.3);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.mobile-cart-row {
  width: min(88vw, 460px);
  margin: 0.32rem auto 0;
  display: flex;
  justify-content: flex-end;
}

.mobile-home-brand {
  color: #ffffff;
  text-decoration: none;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: var(--topbar-bg);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  line-height: 1;
}

.mobile-home-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(117, 43, 29, 0.34);
  color: var(--topbar-bg);
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex: 0 0 auto;
}

.mobile-home-icon:hover {
  background: rgba(117, 43, 29, 0.1);
}

.mobile-home-hint {
  flex: 1;
  text-align: center;
  color: var(--topbar-bg);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.mobile-cart-trigger {
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid rgba(117, 43, 29, 0.4);
  border-radius: 999px;
  background: #752B1D;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  flex: 0 0 auto;
}

.mobile-cart-trigger:hover {
  background: #612116;
}

.mobile-cart-count {
  position: absolute;
  top: -0.32rem;
  right: -0.3rem;
  min-width: 1rem;
  height: 1rem;
  padding: 0 0.24rem;
  border-radius: 999px;
  background: #ffffff;
  color: #752B1D;
  font-size: 0.62rem;
  line-height: 1rem;
  font-weight: 700;
}

.mobile-home-toggle {
  width: 2.12rem;
  height: 2.12rem;
  border: 0;
  background: #ffffff;
  border-left: 1px solid rgba(117, 43, 29, 0.22);
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  cursor: pointer;
  transform: translateX(-0.34rem);
}

.mobile-home-toggle span {
  display: block;
  width: 1.25rem;
  height: 2px;
  border-radius: 999px;
  background: var(--topbar-bg);
}

.mobile-home-menu {
  display: none;
  width: min(72vw, 280px);
  margin: 0;
  background: #ffffff;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 0.75rem;
  position: fixed;
  max-height: 52vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1301;
}

.mobile-home-menu.is-open {
  display: grid;
  gap: 0.5rem;
}

.mobile-home-menu a {
  display: block;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: rgba(117, 43, 29, 0.06);
}

.mobile-home-menu a:hover {
  background: rgba(117, 43, 29, 0.12);
}

.mobile-floating-logo {
  display: none;
}

@keyframes mobileLogoFlip180 {
  0% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(0deg);
  }

  45% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(560px, 1.1fr);
  gap: 2rem;
  align-items: center;
  padding-top: 2rem;
}

.hero-panel {
  background: transparent;
  border-radius: 0;
  padding: 3rem 5rem 2.5rem 0;
  box-shadow: none;
  max-width: 760px;
  margin-left: -2rem;
  padding-left: 0;
  position: relative;
  z-index: 3;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--muted);
  margin-bottom: 1rem;
}

h1,
h2,
h3 {
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.75rem, 5vw, 4rem);
  margin: 0 0 1.25rem;
  color: var(--primary-dark);
}

.hero-text {
  font-size: 1.05rem;
  max-width: 680px;
  color: #000000;
  margin-bottom: 2rem;
}

.hero-cta {
  padding: 1rem 1.6rem;
  background: #752B1D;
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-cta:hover {
  background: #612116;
  transform: translateY(-1px);
}

.hero-visual {
  position: relative;
  /* Constrain hero height and allow the image to be cropped to remove empty space */
  min-height: clamp(420px, 56vh, 560px);
  overflow: hidden;
}

.hero-visual-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(92, 85, 61, 0.04), rgba(92, 85, 61, 0.28));
  border-radius: 36px;
  box-shadow: inset 0 0 0 1px rgba(92, 85, 61, 0.06);
}

.hero-visual-card,
.hero-visual-popout {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(92, 85, 61, 0.18);
}

.hero-visual-card {
  position: relative;
  /* Use a responsive fixed visual height so the image fills and crops neatly */
  height: clamp(380px, 50vh, 520px);
  min-height: 0;
}

.hero-visual-card img,
.hero-visual-popout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; /* crop from top so empty bottom space is removed */
}

.hero-visual-card img {
  filter: blur(3px);
}

.hero-visual-popout {
  position: absolute;
  width: clamp(280px, 27vw, 330px);
  height: clamp(200px, 22vw, 250px);
  left: calc(62% - 160px);
  top: 48%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  z-index: 1;
}

.hero-visual-card {
  position: relative;
  min-height: 520px;
}

.hero-layout .hero-visual-card {
  z-index: 2;
}

.hero-visual-popout {
  z-index: 3;
}

.section {
  padding: 4.5rem 0;
}

.section-heading {
  margin-bottom: 1.5rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.card {
  padding: 1.5rem;
}

.about-section {
  background: var(--bg);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.stats-box {
  padding: 1.5rem;
  display: grid;
  gap: 1rem;
}

.stats-box strong {
  display: block;
  font-size: 1.5rem;
  color: var(--primary);
}

.contact-box {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer {
  background: var(--topbar-bg);
  color: #ffffff;
  padding: 1.25rem 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.disclaimer {
  font-size: 0.9rem;
  color: #ffffff;
  background: #752B1D;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  max-width: 900px;
  margin-top: 0.5rem;
  line-height: 1.35;
}

.coaching-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1rem 0 1.5rem;
}

.coaching-menu a {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid rgba(117, 43, 29, 0.4);
  background: #752B1D;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-weight: 700;
}

.coaching-menu a:hover {
  background: #612116;
  color: #ffffff;
}

.coaching-card {
  border: 1px solid rgba(117, 43, 29, 0.22);
  border-radius: 14px;
  padding: 1rem;
  margin-top: 1.25rem;
  background: rgba(255, 255, 255, 0.5);
}

.coaching-card h2,
.coaching-card h3,
.coaching-card p,
.coaching-card li,
.coaching-card strong {
  color: #000000;
}

.resource-feature-banner {
  margin-top: 0.8rem;
  border: 2px solid rgba(117, 43, 29, 0.45);
  background: linear-gradient(135deg, rgba(255, 244, 204, 0.95), rgba(255, 255, 255, 0.92));
}

.resource-feature-banner h2 {
  margin-top: 0;
}

.award-photo {
  margin: 0.35rem 0 0.9rem;
  width: min(100%, 480px);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.coaching-list {
  margin: 0.4rem 0 1rem;
  padding-left: 1.1rem;
}

.coaching-price {
  font-weight: 700;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.resource-link {
  display: inline-block;
  margin-top: 0.7rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(117, 43, 29, 0.45);
  color: #ffffff;
  background: #752B1D;
  text-decoration: none;
  font-weight: 700;
}

.resource-link:hover {
  background: #612116;
  color: #ffffff;
}

.coming-soon-pill {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.12rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(117, 43, 29, 0.35);
  background: #fff4cc;
  color: #752B1D;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  vertical-align: middle;
}

.coming-soon-note {
  display: inline-block;
  margin: 0.2rem 0 0.55rem;
  padding: 0.45rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(117, 43, 29, 0.3);
  background: rgba(255, 255, 255, 0.8);
  color: #2f221d;
  font-weight: 700;
}

.add-cart-btn {
  margin-top: 0.55rem;
  border: 1px solid rgba(117, 43, 29, 0.45);
  background: #752B1D;
  color: #ffffff;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-weight: 700;
  cursor: pointer;
}

.add-cart-btn:hover {
  background: #612116;
}

.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9998;
}

.cart-overlay.is-open {
  display: block;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 92vw);
  height: 100vh;
  background: #fff;
  color: #000;
  box-shadow: -16px 0 35px rgba(0, 0, 0, 0.22);
  transform: translateX(100%);
  transition: transform 0.22s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-list {
  list-style: none;
  margin: 0;
  padding: 0.75rem 1rem;
  overflow: auto;
  flex: 1;
}

.cart-item {
  border: 1px solid rgba(117, 43, 29, 0.22);
  border-radius: 10px;
  padding: 0.65rem;
  margin-bottom: 0.6rem;
}

.cart-item-title {
  font-weight: 700;
}

.cart-item-row {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  align-items: center;
  margin-top: 0.35rem;
}

.cart-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.85rem 1rem;
}

.cart-btn {
  border: 1px solid rgba(117, 43, 29, 0.45);
  border-radius: 999px;
  background: #752B1D;
  color: #fff;
  padding: 0.35rem 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.cart-btn:hover {
  background: #612116;
}

.about-story-row {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.25rem;
}

.about-story-row.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
}

.about-story-row.reverse .about-photo-slot {
  order: 2;
}

.about-story-row.reverse .coaching-card {
  order: 1;
}

.about-photo-slot {
  min-height: 220px;
  border: 2px dashed rgba(117, 43, 29, 0.5);
  border-radius: 14px;
  background: rgba(117, 43, 29, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem;
  text-align: center;
  font-weight: 700;
}

.stars {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin: 0.2rem 0 0.7rem;
}

.simple-slider {
  position: relative;
  overflow: hidden;
}

.simple-slider-track {
  position: relative;
}

.simple-slide {
  display: none;
}

.simple-slide.is-active {
  display: block;
}

.slider-controls {
  margin-top: 0.75rem;
  display: flex;
  gap: 0.6rem;
}

.slider-btn {
  border: 1px solid rgba(117, 43, 29, 0.45);
  border-radius: 999px;
  background: transparent;
  color: #000000;
  padding: 0.4rem 0.8rem;
  font-weight: 700;
  cursor: pointer;
}

.slider-btn:hover {
  background: #752B1D;
  color: #ffffff;
}

.checkout-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checkout-item {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(117, 43, 29, 0.18);
}

.checkout-total {
  margin-top: 0.85rem;
  font-weight: 700;
}

.discount-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.58);
  z-index: 9999;
}

.discount-modal.is-visible {
  display: flex;
}

.discount-modal-card {
  width: min(760px, 97vw);
  min-height: 560px;
  background-image: linear-gradient(rgba(250, 243, 232, 0.88), rgba(250, 243, 232, 0.92)), url("Image (1).png");
  background-position: center, center;
  background-size: 100% 100%, contain;
  background-repeat: no-repeat, no-repeat;
  color: #000000;
  border-radius: 18px;
  padding: 1.25rem 1.1rem 1.1rem;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(117, 43, 29, 0.45);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.discount-modal-title {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.3;
}

.discount-modal-text {
  margin: 0.65rem 0 0;
  line-height: 1.5;
}

.discount-modal-form {
  margin-top: 1rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.discount-modal-input {
  flex: 1 1 230px;
  min-height: 44px;
  border: 1px solid rgba(117, 43, 29, 0.45);
  border-radius: 10px;
  background: #ffffff;
  color: #000000;
  padding: 0.6rem 0.7rem;
  font-size: 1rem;
}

.discount-modal-input::placeholder {
  color: rgba(0, 0, 0, 0.55);
}

.discount-modal-button,
.discount-modal-close {
  border: 0;
  border-radius: 10px;
  padding: 0.7rem 1rem;
  font-weight: 700;
  cursor: pointer;
}

.discount-modal-button {
  background: #752B1D;
  color: #ffffff;
}

.discount-modal-close {
  margin-top: 0.8rem;
  background: #752B1D;
  color: #ffffff;
}

.discount-modal-disclaimer {
  margin: 0.65rem 0 0;
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.78);
}

.discount-modal-code {
  margin-top: 0.9rem;
  padding: 0.85rem;
  border-radius: 10px;
  background: #f0e2d7;
  border: 1px solid rgba(117, 43, 29, 0.32);
  color: #000000;
  font-weight: 700;
  display: none;
}

.discount-modal-code.is-visible {
  display: block;
}

@media (max-width: 1020px) {
  .about-story-row,
  .about-story-row.reverse {
    grid-template-columns: 1fr;
  }

  .about-story-row.reverse .about-photo-slot,
  .about-story-row.reverse .coaching-card {
    order: initial;
  }

  .resource-grid,
  .about-grid,
  .card-grid {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .hero-panel {
    margin-left: 0;
    padding: 1.5rem 0 0;
    max-width: none;
  }

  .hero-visual {
    min-height: 360px;
  }

  .hero-visual-card {
    height: 320px;
    min-height: 320px;
  }

  .hero-visual-popout {
    width: 220px;
    height: 165px;
    left: auto;
    right: 0.75rem;
    top: 0.85rem;
    transform: none;
  }

  .contact-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 900px) {
  .home-page::before,
  .coaching-page::before,
  .buying-selling-page::before,
  .resources-page::before,
  .faq-page::before {
    background-position: center top;
    filter: blur(1.6px);
  }

  .buying-selling-page::before {
    background-size: contain;
    background-position: center 9.1rem;
    filter: blur(2.2px);
    transform: scale(1);
  }

  .coaching-page main.section.container > p:first-of-type,
  .resources-page main.section.container > p:first-of-type {
    display: inline-block;
    background: #e5e5e5;
    border: 1px solid rgba(117, 43, 29, 0.34);
    border-radius: 10px;
    padding: 0.45rem 0.62rem;
    margin-top: 0.4rem;
    margin-bottom: 0.55rem;
    font-size: 0.78rem;
    line-height: 1.25;
    max-width: min(100%, 460px);
  }

  .home:not(.home-page) .coaching-card,
  .home:not(.home-page) .card,
  .home:not(.home-page) .stats-box,
  .home:not(.home-page) .contact-box {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(117, 43, 29, 0.34);
  }

  .mobile-home-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1200;
  }

  .topbar,
  .home .subnav,
  .home .nav {
    display: none;
  }

  .home .hero,
  .home main,
  .home .footer {
    background: transparent;
  }

  .home .hero {
    padding: calc(var(--mobile-home-nav-offset, 10.2rem) + 0.5in) 0 1.25rem;
  }

  .home .hero-layout {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding-top: 0.35rem;
  }

  .home .container.hero-layout {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .home .hero-panel {
    max-width: none;
    margin-left: 0;
    margin-top: 0 !important;
    margin-bottom: 0.75rem;
    padding: 0.85rem 0.65rem 0.7rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .home-page .hero-panel {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(117, 43, 29, 0.24);
    border-radius: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 0.9rem 0.95rem 0.75rem;
  }

  .mobile-floating-logo {
    display: block;
    width: min(64vw, 250px);
    max-width: 100%;
    height: auto;
    margin: 0.35rem auto 0.5in;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.2));
    transform-origin: center;
    transform-style: flat;
    backface-visibility: visible;
    animation: mobileLogoFlip180 5s ease-in-out infinite;
  }

  .home .hero-panel .eyebrow,
  .home .hero-panel h1,
  .home .hero-panel .hero-text,
  .home .hero-panel .hero-cta {
    display: block;
  }

  .home .hero-panel .eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    margin-bottom: 0.35rem;
    color: #18100c;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.45);
  }

  .home .hero-panel h1 {
    font-size: 1.25rem;
    line-height: 1.12;
    margin-bottom: 0.35rem;
    color: #130d09;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.45);
  }

  .home .hero-panel .hero-text {
    font-size: 0.8rem;
    line-height: 1.35;
    margin-bottom: 0.45rem;
    color: #130d09;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.45);
  }

  .home .hero-panel .hero-cta {
    margin-top: 0.1rem;
    padding: 0.72rem 0.95rem;
    font-size: 0.8rem;
  }

  .home .hero-visual,
  .home .hero-visual-card,
  .home .hero-visual-popout,
  .home .hero-visual-bg {
    display: none !important;
  }

  .home .section {
    padding: 0.85rem 0 0;
  }

  .home .footer-content,
  .home .footer p,
  .home .disclaimer {
    color: #000000;
  }

  .home .footer {
    padding: 0.9rem 0 0;
  }

  .home .footer .container.footer-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    gap: 0.5rem;
    padding: 0;
  }

  .home .footer .container.footer-content > p {
    width: 100%;
    margin: 0;
    padding: 0 1rem;
  }

  .home .footer .container.footer-content .disclaimer {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0.85rem 1rem;
  }

  .home .hero-panel .eyebrow,
  .home .hero-panel h1,
  .home .hero-panel .hero-text,
  .home .hero-panel .hero-cta {
    display: block;
  }

  .home main .section-heading,
  .home main .mobile-intro-text {
    display: none;
  }

  .topbar .container {
    justify-content: center;
    gap: 0.2rem 0.65rem;
    font-size: 0.7rem;
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  .logo {
    height: 0.72in;
  }

  .hero-visual-popout {
    display: none;
  }

  .hero-visual-card {
    height: 250px;
    min-height: 250px;
  }

  .section {
    padding: 3.25rem 0;
  }

  main.section.container > h1 {
    font-size: 1.35rem;
    line-height: 1.2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-floating-logo {
    animation: none;
  }
}
