/* Lumina Flora — quiet luxury botanical storefront */

:root {
  --lf-sand: #F4EFEA;
  --lf-charcoal: #1F242B;
  --lf-gold: #C8A97E;
  --lf-stone: #EAE3DC;
  --lf-gold-hover: #B89468;
  --lf-muted: rgba(31, 36, 43, 0.62);
  --lf-line: rgba(31, 36, 43, 0.12);
  --lf-serif: "Cormorant Garamond", Georgia, serif;
  --lf-sans: Montserrat, Helvetica, sans-serif;
  --lf-wrap: 1200px;
  --lf-header: 72px;
  --lf-announce: 40px;
}

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

html {
  scroll-behavior: smooth;
}

body.lumina-flora {
  margin: 0;
  background: var(--lf-sand);
  color: var(--lf-charcoal);
  font-family: var(--lf-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}

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

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

a:hover {
  color: var(--lf-gold-hover);
}

button,
input,
textarea,
select {
  font-family: inherit;
}

h1, h2, h3, h4 {
  font-family: var(--lf-serif);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 0.6em;
}

p { margin: 0 0 1em; }

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

.screen-reader-text,
.lf-skip {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lf-skip:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.6rem 1rem;
  background: var(--lf-gold);
  color: var(--lf-charcoal);
  z-index: 10000;
}

.lf-wrap {
  width: min(calc(100% - 2.5rem), var(--lf-wrap));
  margin-inline: auto;
}

/* Badges */
.lf-badge {
  font-family: var(--lf-sans);
  font-weight: 600;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lf-charcoal);
  margin: 0 0 0.85rem;
}

/* Buttons — 0 radius, no shadow */
.lf-btn,
button.lf-btn,
a.lf-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.single_add_to_cart_button,
.checkout-button,
.wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--lf-gold);
  color: var(--lf-charcoal);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--lf-sans);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1.05rem 1.75rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.lf-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.single_add_to_cart_button:hover {
  background: var(--lf-gold-hover);
  color: var(--lf-charcoal);
}

.lf-btn--ghost {
  background: transparent;
  color: var(--lf-charcoal);
  box-shadow: inset 0 0 0 1px var(--lf-charcoal);
}

.lf-btn--ghost:hover {
  background: var(--lf-charcoal);
  color: var(--lf-sand);
}

.lf-text-link {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--lf-charcoal);
  padding-bottom: 0.15rem;
}

/* Announcement */
.lf-announce {
  height: var(--lf-announce);
  background: var(--lf-charcoal);
  color: var(--lf-sand);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.lf-announce__text {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
}

/* Header — solid sand, sticky */
.lf-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--lf-sand);
  border-bottom: 1px solid var(--lf-line);
  height: var(--lf-header);
}

.lf-header.is-stuck {
  background: var(--lf-sand);
}

.lf-header__inner {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
}

.lf-wordmark {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--lf-serif);
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lf-charcoal);
  white-space: nowrap;
}

.lf-logo-mark,
.woocommerce .lf-header .lf-logo-mark,
.woocommerce-page .lf-header .lf-logo-mark {
  height: 36px;
  width: auto;
  max-width: 48px;
  display: block;
  flex: 0 0 auto;
}

.lf-wordmark:hover {
  color: var(--lf-charcoal);
}

.lf-footer__mark,
.woocommerce .lf-footer__mark,
.woocommerce-page .lf-footer__mark {
  height: 52px;
  width: auto;
  max-width: 72px;
  margin: 0 auto 1.1rem;
}

.lf-brand {
  justify-self: start;
}

.lf-nav__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.lf-nav__list a {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lf-nav__list .sub-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: var(--lf-sand);
  border: 1px solid var(--lf-line);
  padding: 0.75rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 20;
}

.lf-nav__list .menu-item-has-children {
  position: relative;
}

.lf-nav__list .menu-item-has-children:hover > .sub-menu,
.lf-nav__list .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.lf-nav__list .sub-menu a {
  display: block;
  padding: 0.55rem 1.1rem;
}

.lf-nav {
  justify-self: end;
}

.lf-header__tools {
  justify-self: end;
}

.lf-cart-btn {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lf-charcoal);
  padding: 0.4rem 0;
}

.lf-cart-count {
  min-width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lf-gold);
  color: var(--lf-charcoal);
  font-size: 0.625rem;
  padding: 0 0.3rem;
}

.lf-nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  cursor: pointer;
}

.lf-nav-toggle__bars,
.lf-nav-toggle__bars::before,
.lf-nav-toggle__bars::after {
  display: block;
  width: 1.25rem;
  height: 1px;
  background: var(--lf-charcoal);
  position: relative;
}

.lf-nav-toggle__bars::before,
.lf-nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.lf-nav-toggle__bars::before { top: -6px; }
.lf-nav-toggle__bars::after { top: 6px; }

/* Cart drawer */
.lf-drawer[hidden] { display: none; }

.lf-drawer:not([hidden]) {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(31, 36, 43, 0.28);
}

.lf-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100%;
  background: var(--lf-sand);
  border-left: 1px solid var(--lf-line);
  display: flex;
  flex-direction: column;
  transform: translateX(0);
}

.lf-drawer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--lf-line);
}

.lf-drawer__title {
  font-size: 1.5rem;
  margin: 0;
}

.lf-drawer__close {
  background: none;
  border: 0;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  color: var(--lf-charcoal);
}

.lf-drawer__body {
  padding: 1.25rem 1.5rem;
  overflow: auto;
  flex: 1;
}

.lf-drawer .woocommerce-mini-cart-item {
  list-style: none;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--lf-line);
}

.lf-drawer .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

/* Hero */
.lf-hero {
  position: relative;
  min-height: min(86vh, 820px);
  display: flex;
  align-items: flex-end;
  padding: 5rem 0 4.5rem;
  overflow: hidden;
  background: var(--lf-stone);
}

.lf-hero__media {
  position: absolute;
  inset: 0;
  background-image: var(--lf-hero-image);
  background-size: cover;
  background-position: center 30%;
}

.lf-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(244, 239, 234, 0.18) 0%, rgba(244, 239, 234, 0.55) 45%, rgba(244, 239, 234, 0.92) 100%);
}

.lf-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-left: max(calc((100vw - var(--lf-wrap)) / 2), 1.25rem);
  margin-right: auto;
  width: min(calc(100% - 2.5rem), 720px);
}

.lf-hero__title {
  font-size: clamp(2.4rem, 5.4vw, 4.4rem);
  font-weight: 500;
  max-width: 14ch;
  margin-bottom: 1rem;
}

.lf-hero__sub {
  font-size: 1.05rem;
  max-width: 42ch;
  color: var(--lf-muted);
  margin-bottom: 1.75rem;
}

.lf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

/* Value props */
.lf-props {
  padding: 5rem 0;
  border-top: 1px solid var(--lf-line);
}

.lf-props__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.lf-prop__copy {
  color: var(--lf-muted);
  margin: 0;
  font-size: 0.95rem;
}

/* Ritual steps */
.lf-ritual {
  padding: 5.5rem 0;
  background: var(--lf-stone);
}

.lf-section-head {
  margin-bottom: 2.75rem;
}

.lf-section-head--row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}

.lf-section-title {
  font-size: clamp(2rem, 3.4vw, 3rem);
  margin: 0;
}

.lf-ritual__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}

.lf-step {
  padding-top: 1.25rem;
  border-top: 1px solid var(--lf-line);
}

.lf-step__n {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
  color: var(--lf-muted);
}

.lf-step__title {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.lf-step__copy {
  color: var(--lf-muted);
  margin: 0;
}

/* Featured kits / cards */
.lf-kits {
  padding: 5.5rem 0;
}

.lf-kit-grid,
ul.products {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.lf-card {
  list-style: none;
}

.lf-card__link {
  display: block;
  color: inherit;
}

.lf-card__media {
  aspect-ratio: 4 / 5;
  background: var(--lf-stone);
  overflow: hidden;
}

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

.lf-card__body {
  padding: 1.15rem 0 0.4rem;
}

.lf-card__title {
  font-family: var(--lf-serif);
  font-size: 1.55rem;
  font-weight: 500;
  margin: 0 0 0.35rem;
}

.lf-card__price,
.lf-pdp__price,
.woocommerce .price {
  font-family: var(--lf-sans);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0;
}

/* Email capture */
.lf-capture {
  padding: 5.5rem 0;
  background: var(--lf-stone);
}

.lf-capture__inner {
  max-width: 640px;
}

.lf-capture__lede,
.lf-capture__thanks {
  color: var(--lf-muted);
  max-width: 46ch;
}

.lf-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
}

.lf-form__field {
  display: grid;
  gap: 0.4rem;
}

.lf-form__field span {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lf-form input[type="text"],
.lf-form input[type="email"],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
input[type="search"] {
  background: var(--lf-sand);
  border: 1px solid var(--lf-line);
  border-radius: 0;
  box-shadow: none;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  color: var(--lf-charcoal);
  width: 100%;
}

.lf-form input:focus,
.woocommerce form .form-row input.input-text:focus {
  outline: 1px solid var(--lf-gold);
  border-color: var(--lf-gold);
}

.lf-closing {
  padding: 5rem 0 6rem;
  text-align: center;
}

.lf-closing__line {
  font-family: var(--lf-serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  max-width: 22ch;
  margin: 0 auto;
}

/* Footer */
.lf-footer {
  border-top: 1px solid var(--lf-line);
  padding: 3.5rem 0 2.5rem;
  background: var(--lf-sand);
}

.lf-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.lf-footer__label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.lf-footer__list {
  list-style: none;
}

.lf-footer__list a {
  display: block;
  padding: 0.28rem 0;
  font-size: 0.9rem;
  color: var(--lf-muted);
}

.lf-footer__list a:hover {
  color: var(--lf-charcoal);
}

.lf-footer__meta {
  border-top: 1px solid var(--lf-line);
  padding-top: 1.5rem;
}

.lf-footer__note,
.lf-footer__pay,
.lf-footer__copy {
  font-size: 0.8rem;
  color: var(--lf-muted);
  margin: 0 0 0.4rem;
}

/* Pages */
.lf-main {
  min-height: 50vh;
}

.lf-page {
  padding: 4rem 0 5.5rem;
}

.lf-page--narrow {
  max-width: 760px;
}

.lf-page__head {
  margin-bottom: 2rem;
  max-width: 40rem;
}

.lf-page__title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.lf-prose {
  max-width: 40rem;
  font-size: 1.02rem;
  color: var(--lf-charcoal);
}

.lf-prose h2 {
  font-size: 1.85rem;
  margin-top: 2.2rem;
}

.lf-prose h3 {
  font-size: 1.35rem;
  margin-top: 1.6rem;
}

.lf-prose ul,
.lf-prose ol {
  padding-left: 1.15rem;
  margin: 0 0 1.1rem;
}

.lf-prose a {
  border-bottom: 1px solid var(--lf-gold);
}

.lf-stack {
  display: grid;
  gap: 1.5rem;
}

.lf-entry {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--lf-line);
}

.lf-entry__title {
  font-size: 1.7rem;
}

/* PDP */
.lf-pdp {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  padding: 2.5rem 0 5rem;
  align-items: start;
}

.lf-pdp__figure {
  margin: 0;
  background: var(--lf-stone);
}

.lf-pdp__figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.lf-pdp__buy {
  position: sticky;
  top: calc(var(--lf-announce) + var(--lf-header) + 1.25rem);
}

.lf-pdp__title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 0.5rem;
}

.lf-pdp__price {
  margin-bottom: 1.1rem;
}

.lf-pdp__excerpt {
  color: var(--lf-muted);
  margin-bottom: 1.5rem;
}

.lf-pdp .cart {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.lf-pdp .cart .lf-upsells {
  flex: 1 1 100%;
  width: 100%;
}

.lf-pdp .cart .lf-trust {
  flex: 1 1 100%;
  width: 100%;
}

.lf-pdp .cart .quantity {
  float: none;
  margin: 0;
}

.lf-pdp .cart .single_add_to_cart_button {
  flex: 1 1 auto;
  height: auto;
  align-self: stretch;
}

.lf-pdp .quantity input.qty {
  width: 4.2rem;
  height: 3rem;
  border: 1px solid var(--lf-line);
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.lf-trust {
  font-size: 0.8rem;
  color: var(--lf-muted);
  margin: 0 0 2rem;
}

/* Upsells */
.lf-upsells {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.25rem;
  padding: 1rem 0;
  border-top: 1px solid var(--lf-line);
  border-bottom: 1px solid var(--lf-line);
}

.lf-upsells__label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 0.25rem;
}

.lf-upsell {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.92rem;
}

.lf-upsell input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--lf-gold);
  border-radius: 0;
}

.lf-upsell__price {
  margin-left: auto;
  color: var(--lf-muted);
}

/* Accordion */
.lf-accordion {
  border-top: 1px solid var(--lf-line);
}

.lf-accordion__item {
  border-bottom: 1px solid var(--lf-line);
}

.lf-accordion__trigger {
  width: 100%;
  background: none;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.05rem 0;
  cursor: pointer;
  font-family: var(--lf-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lf-charcoal);
  text-align: left;
}

.lf-accordion__icon {
  width: 12px;
  height: 12px;
  position: relative;
}

.lf-accordion__icon::before,
.lf-accordion__icon::after {
  content: "";
  position: absolute;
  background: var(--lf-charcoal);
  left: 50%;
  top: 50%;
}

.lf-accordion__icon::before {
  width: 12px;
  height: 1px;
  transform: translate(-50%, -50%);
}

.lf-accordion__icon::after {
  width: 1px;
  height: 12px;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease;
}

.lf-accordion__item.is-open .lf-accordion__icon::after {
  opacity: 0;
}

.lf-accordion__content {
  padding: 0 0 1.2rem;
  color: var(--lf-muted);
  font-size: 0.95rem;
}

.lf-accordion__content p:last-child,
.lf-accordion__content ul:last-child {
  margin-bottom: 0;
}

/* Shop archive chrome */
.woocommerce-products-header {
  padding: 2.5rem 0 1.5rem;
}

.woocommerce-products-header__title {
  font-family: var(--lf-serif);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 500;
}

.woocommerce-ordering select {
  border: 1px solid var(--lf-line);
  border-radius: 0;
  background: var(--lf-sand);
  padding: 0.55rem 0.8rem;
  font-family: var(--lf-sans);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 0;
  border-radius: 0;
  background: var(--lf-stone);
  color: var(--lf-charcoal);
  box-shadow: none;
}

.woocommerce span.onsale {
  display: none;
}

/* Cart / checkout */
.woocommerce-cart .lf-wrap,
.woocommerce-checkout .lf-wrap,
.woocommerce-account .lf-wrap {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.woocommerce table.shop_table {
  border: 1px solid var(--lf-line);
  border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--lf-line);
  background: var(--lf-sand);
}

body.woocommerce-page div.woocommerce {
  color: var(--lf-charcoal);
}



/* Keep header chrome small on WooCommerce pages */
.woocommerce .lf-header img,
.woocommerce-page .lf-header img {
  height: 36px;
  width: auto;
  max-width: 48px;
}

/* Intentions kit intro */
.lf-intentions-main .lf-page {
  padding-bottom: 0;
}

.lf-intentions-main .lf-kits {
  padding-top: 2.25rem;
}

/* WooCommerce float/clearfix fights CSS grid on kit cards */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after,
.lf-kit-grid::before,
.lf-kit-grid::after {
  content: none !important;
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product,
.lf-kit-grid li.product {
  float: none;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  clear: none;
}

/* Mobile nav */
@media (max-width: 900px) {
  .lf-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .lf-brand { justify-self: start; }

  .lf-nav-toggle { display: inline-flex; align-items: center; justify-content: center; }

  .lf-nav {
    position: fixed;
    inset: calc(var(--lf-announce) + var(--lf-header)) 0 0 auto;
    width: min(360px, 100%);
    background: var(--lf-sand);
    border-left: 1px solid var(--lf-line);
    padding: 1.5rem;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    z-index: 90;
    overflow: auto;
  }

  .lf-nav.is-open {
    transform: none;
  }

  .lf-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .lf-nav__list > li {
    width: 100%;
    border-bottom: 1px solid var(--lf-line);
  }

  .lf-nav__list > li > a {
    display: block;
    padding: 0.9rem 0;
  }

  .lf-nav__list .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    padding: 0 0 0.75rem 0.5rem;
    display: none;
  }

  .lf-nav__list .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }

  .lf-nav-backdrop:not([hidden]) {
    position: fixed;
    inset: 0;
    background: rgba(31, 36, 43, 0.28);
    z-index: 85;
  }

  .lf-cart-btn__label { display: none; }

  .lf-props__grid,
  .lf-ritual__grid,
  .lf-kit-grid,
  ul.products,
  .lf-footer__grid,
  .lf-pdp {
    grid-template-columns: 1fr;
  }

  .lf-pdp__buy { position: static; }

  .lf-hero {
    min-height: 78vh;
    align-items: flex-end;
  }

  .lf-section-head--row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .lf-nav__list { gap: 1.1rem; }
  .lf-kit-grid, ul.products { grid-template-columns: repeat(3, 1fr); }
}

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

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