/* Carolina Cure customer account, cart, checkout, and interaction refinements. */

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

.cc-inline-status {
  margin: 0.75rem 0 0;
  min-height: 1.35rem;
  font-weight: 700;
  color: #365940;
}

.cc-inline-status[data-state="error"] { color: #8f302b; }
.cc-inline-status[data-state="success"] { color: #245d34; }

/* Compact cart: the account supplies coupon identity and destination ZIP. */
.page-cart #cart,
.page-checkout #checkout {
  padding-top: clamp(1.25rem, 3vw, 2.5rem);
  padding-bottom: clamp(2rem, 4vw, 4rem);
}

.page-cart #cart .section-head,
.page-checkout #checkout .section-head {
  margin-bottom: 1.1rem;
  gap: 1rem;
}

.page-cart #cart .section-head p,
.page-checkout #checkout .section-head p {
  max-width: 54rem;
}

.page-cart .cart-shell {
  grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.72fr);
  gap: clamp(0.9rem, 2vw, 1.35rem);
  align-items: start;
}

.page-cart .cart-panel {
  padding: clamp(0.9rem, 2vw, 1.25rem);
  border-radius: 20px;
}

.page-cart .cart-table th,
.page-cart .cart-table td {
  padding: 0.68rem 0.55rem;
}

.page-cart .cart-table th {
  font-size: 0.73rem;
  letter-spacing: 0.08em;
}

.page-cart .cart-product-name { font-size: 0.98rem; }
.page-cart .cart-product-size { font-size: 0.8rem; }
.page-cart .cart-qty-control { gap: 0.32rem; }
.page-cart .qty-btn { width: 2rem; height: 2rem; min-width: 2rem; }
.page-cart .cart-summary h3 { margin-bottom: 0.7rem; }
.page-cart .summary-row { padding: 0.54rem 0; }
.page-cart .summary-row.total { margin-top: 0.25rem; padding-top: 0.8rem; }
.page-cart .cart-actions { margin-top: 0.8rem; }
.page-cart .cart-note { display: none !important; }

.page-cart .coupon-box,
.page-cart .shipping-estimator {
  display: none !important;
}

.page-cart .cc-account-cart-note {
  margin: 0.65rem 0 0.45rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(30, 74, 41, 0.18);
  border-radius: 14px;
  background: rgba(235, 242, 232, 0.8);
  color: #3c5541;
  font-size: 0.87rem;
  line-height: 1.45;
}

.page-cart .cc-account-cart-note a {
  color: #174928;
  font-weight: 800;
}

/* New account-driven checkout. Legacy fields remain in the DOM for compatibility. */
.page-checkout.cc-checkout-v2-ready .checkout-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: start;
}

.page-checkout.cc-checkout-v2-ready .checkout-card {
  padding: clamp(1rem, 2.4vw, 1.45rem);
  border-radius: 22px;
}

.page-checkout.cc-checkout-v2-ready .checkout-form > .form-grid,
.page-checkout.cc-checkout-v2-ready .checkout-save-line,
.page-checkout.cc-checkout-v2-ready .saved-checkout-tools,
.page-checkout.cc-checkout-v2-ready .checkout-form > .small {
  display: none !important;
}

.cc-checkout-account-card {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.cc-account-summary {
  padding: 1rem;
  border: 1px solid rgba(30, 74, 41, 0.18);
  border-radius: 17px;
  background: linear-gradient(140deg, rgba(238, 244, 235, 0.96), rgba(255, 252, 244, 0.96));
}

.cc-account-summary-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

.cc-account-summary h4 {
  margin: 0;
  font-family: Georgia, serif;
  color: #174928;
  font-size: 1.08rem;
}

.cc-account-summary p {
  margin: 0.35rem 0 0;
  color: #4b5b4e;
  line-height: 1.5;
}

.cc-account-summary a {
  flex: 0 0 auto;
  color: #174928;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cc-account-address {
  margin-top: 0.72rem;
  padding-top: 0.72rem;
  border-top: 1px solid rgba(30, 74, 41, 0.14);
  font-style: normal;
  line-height: 1.45;
}

.cc-account-missing {
  margin-top: 0.72rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: #fff0ed;
  color: #8f302b;
  font-weight: 700;
}

.cc-address-choice {
  display: flex;
  gap: 0.68rem;
  align-items: flex-start;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(30, 74, 41, 0.2);
  border-radius: 15px;
  background: #fffdf7;
  cursor: pointer;
}

.cc-address-choice input {
  width: 1.18rem;
  height: 1.18rem;
  margin-top: 0.12rem;
  accent-color: #174928;
}

.cc-address-choice strong,
.cc-address-choice span { display: block; }
.cc-address-choice span { margin-top: 0.18rem; color: #5e665f; font-size: 0.88rem; }

.cc-alt-address {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0.95rem;
  border: 1px solid rgba(30, 74, 41, 0.18);
  border-radius: 16px;
  background: rgba(255, 252, 244, 0.86);
}

.cc-alt-address[hidden] { display: none !important; }
.cc-alt-address label { display: grid; gap: 0.35rem; font-weight: 800; color: #2e4a34; }
.cc-alt-address .cc-wide { grid-column: 1 / -1; }
.cc-alt-address input,
.cc-alt-address select {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.68rem 0.72rem;
  border: 1px solid rgba(35, 69, 42, 0.3);
  border-radius: 12px;
  background: #fff;
  color: #203d24;
  font: inherit;
}

.page-checkout.cc-checkout-v2-ready .checkout-account-note {
  margin: 0.75rem 0;
  padding: 0.72rem 0.82rem;
  border-radius: 13px;
  background: rgba(235, 242, 232, 0.82);
}

.page-checkout.cc-checkout-v2-ready #submitCheckout {
  width: 100%;
  min-height: 3.15rem;
  margin-top: 0.5rem;
}

.page-checkout.cc-checkout-v2-ready .checkout-status {
  min-height: 1.4rem;
  margin-top: 0.7rem;
  font-weight: 800;
}

.page-checkout.cc-checkout-v2-ready .checkout-summary-list {
  max-height: 18rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.page-checkout.cc-checkout-v2-ready .checkout-summary-item {
  padding: 0.6rem 0;
  gap: 0.75rem;
}

.page-checkout.cc-checkout-v2-ready .payment-box {
  margin-top: 0.9rem;
  padding: 0.95rem;
}

.page-checkout.cc-checkout-v2-ready .payment-instructions-list {
  margin: 0.55rem 0 0;
}

.cc-order-success {
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(30, 74, 41, 0.2);
  border-radius: 20px;
  background: linear-gradient(150deg, #edf4ea, #fffaf0);
}

.cc-order-success .cc-success-kicker {
  margin: 0;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #4b6d50;
  font-size: 0.74rem;
  font-weight: 900;
}

.cc-order-success h3 {
  margin: 0.45rem 0 0.65rem;
  font-family: Georgia, serif;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  color: #174928;
}

.cc-order-success p { line-height: 1.65; }
.cc-order-number {
  display: inline-flex;
  margin: 0.55rem 0;
  padding: 0.72rem 0.9rem;
  border-radius: 12px;
  background: #174928;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.cc-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

/* Account profile editor. */
.cc-profile-panel {
  margin-top: 1rem;
  padding: clamp(1rem, 2.4vw, 1.45rem);
  border: 1px solid rgba(30, 74, 41, 0.18);
  border-radius: 20px;
  background: #fffdf7;
}

.cc-profile-panel h3 { margin-top: 0; }
.cc-profile-panel .cc-profile-intro { color: #58645a; line-height: 1.55; }
.cc-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.cc-profile-grid label {
  display: grid;
  gap: 0.35rem;
  color: #2e4a34;
  font-weight: 800;
}

.cc-profile-grid .cc-wide { grid-column: 1 / -1; }
.cc-profile-grid input,
.cc-profile-grid select {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.68rem 0.72rem;
  border: 1px solid rgba(35, 69, 42, 0.3);
  border-radius: 12px;
  background: #fff;
  color: #203d24;
  font: inherit;
}

.cc-profile-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.cc-staff-link {
  margin-left: auto;
  font-weight: 900;
  color: #174928;
}

/* Contact/comment form delivery feedback. */
.cc-contact-status {
  margin: 0.7rem 0 0;
  min-height: 1.3rem;
  font-weight: 800;
  color: #365940;
}
.cc-contact-status[data-state="error"] { color: #8f302b; }
.cc-contact-status[data-state="success"] { color: #245d34; }

@media (max-width: 900px) {
  .page-cart .cart-shell,
  .page-checkout.cc-checkout-v2-ready .checkout-grid {
    grid-template-columns: 1fr;
  }

  .page-cart .cart-summary { position: static; }
}

@media (max-width: 680px) {
  .page-cart .cart-panel { padding: 0.75rem; }
  .page-cart .cart-table thead { display: none; }
  .page-cart .cart-table,
  .page-cart .cart-table tbody,
  .page-cart .cart-table tr,
  .page-cart .cart-table td { display: block; width: 100%; }
  .page-cart .cart-table tr {
    padding: 0.72rem;
    margin-bottom: 0.65rem;
    border: 1px solid rgba(30, 74, 41, 0.16);
    border-radius: 14px;
  }
  .page-cart .cart-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.34rem 0;
    border: 0;
  }
  .page-cart .cart-table td::before {
    content: attr(data-label);
    flex: 0 0 auto;
    color: #68716a;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .page-cart .cart-table td:first-child { align-items: flex-start; }

  .cc-alt-address,
  .cc-profile-grid { grid-template-columns: 1fr; }
  .cc-alt-address .cc-wide,
  .cc-profile-grid .cc-wide { grid-column: auto; }
  .cc-account-summary-top { flex-direction: column; }
  .cc-success-actions .button { width: 100%; text-align: center; }
  .cc-staff-link { margin-left: 0; width: 100%; }
}

/* Mobile uses one navigation system. The fixed bottom bar already contains
   every primary destination, so repeating those controls in the header wastes
   the most valuable part of the phone screen. */
@media (max-width: 760px) {
  body.carolina-page header .nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 72px !important;
    padding: 10px 16px !important;
  }

  body.carolina-page header .nav-links-left,
  body.carolina-page header .nav-actions-right {
    display: none !important;
  }

  body.carolina-page header .nav-brand-center,
  body.carolina-page header .brand {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}

/* Feel and Aroma are product facts, not controls. Present them as editorial
   rows rather than shaded rounded boxes that resemble tappable buttons. */
body.page-product-menu .menu-strain-notes span {
  padding: 6px 0 6px 11px !important;
  border: 0 !important;
  border-left: 2px solid #b39a51 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: default !important;
}

/* The Grow Promise is editorial information, not a button. A square gold rule,
   quiet surface, and plain-text status keep it clearly separate from actions. */
.cc-grow-promise-panel {
  margin: 1rem 0;
  padding: clamp(1rem, 2.2vw, 1.4rem);
  border: 0 !important;
  border-left: 4px solid #b39a51 !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, rgba(244, 247, 239, 0.96), rgba(255, 252, 244, 0.96)) !important;
  box-shadow: none !important;
  color: #263d2b;
}

.cc-grow-promise-panel[hidden] { display: none !important; }

.cc-grow-promise-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.cc-grow-promise-kicker {
  margin: 0 0 0.35rem !important;
  color: #2f5b38 !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.cc-grow-promise-panel h2,
.cc-grow-promise-panel h3,
.cc-grow-promise-panel h4 {
  margin: 0;
  color: #173d24;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.12;
}

.cc-grow-promise-panel h2,
.cc-grow-promise-panel h3 { font-size: clamp(1.35rem, 2.6vw, 1.85rem); }
.cc-grow-promise-panel h4 { font-size: clamp(1.15rem, 2.1vw, 1.42rem); }

.cc-grow-promise-status {
  flex: 0 0 min(18rem, 38%);
  padding: 0.15rem 0 0.15rem 1rem;
  border-left: 2px solid rgba(179, 154, 81, 0.55);
  color: #38533d;
  line-height: 1.4;
}

.cc-grow-promise-status strong,
.cc-grow-promise-status span {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cc-grow-promise-status strong { color: #173d24; font-size: 0.82rem; letter-spacing: 0.035em; text-transform: uppercase; }
.cc-grow-promise-status span { margin-top: 0.17rem; font-size: 0.82rem; }

.cc-grow-promise-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.35rem;
  margin-top: 1rem;
}

.cc-grow-promise-panel p {
  margin: 0.55rem 0 0;
  color: #4e5d51;
  font-size: 0.95rem;
  line-height: 1.58;
}

.cc-grow-promise-copy p { margin: 0; }

.cc-grow-promise-note {
  margin-top: 0.85rem !important;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(50, 86, 57, 0.18);
  color: #405545 !important;
  font-size: 0.86rem !important;
}

.cc-grow-promise-availability {
  flex: 0 0 auto;
  padding: 0.15rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #38533d;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.cc-grow-promise-panel--full { margin-top: clamp(1rem, 2.5vw, 1.7rem); }

.cc-grow-promise-panel--compact,
.cc-grow-promise-panel--checkout {
  padding: 0.95rem 1rem;
}

.cc-grow-promise-panel--compact .cc-grow-promise-heading,
.cc-grow-promise-panel--checkout .cc-grow-promise-heading { align-items: center; }

.cc-grow-promise-panel--compact p,
.cc-grow-promise-panel--checkout p { font-size: 0.88rem; line-height: 1.5; }

.page-cart .fall-cart-notice.cc-grow-promise-panel,
.page-checkout .fall-cart-notice.cc-grow-promise-panel {
  margin-top: 0.85rem;
}

.cc-grow-promise-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  margin-top: 0.9rem;
  padding: 0.8rem 0 0;
  border-top: 1px solid rgba(50, 86, 57, 0.22);
  color: #203d27;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
}

.cc-grow-promise-consent input {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.08rem 0 0;
  accent-color: #174928;
}

.cc-grow-promise-consent input:focus-visible {
  outline: 3px solid rgba(179, 154, 81, 0.5);
  outline-offset: 3px;
}

.cc-grow-promise-panel--confirmation {
  margin: 1rem 0 0;
  text-align: left;
}

.cart-product-size {
  display: block;
  margin-top: 0.18rem;
  color: #657067;
  font-size: 0.8rem;
  font-weight: 700;
}

@media (max-width: 700px) {
  .cc-grow-promise-heading { display: block; }
  .cc-grow-promise-status {
    width: 100%;
    margin-top: 0.8rem;
    padding: 0.65rem 0 0;
    border-top: 1px solid rgba(179, 154, 81, 0.45);
    border-left: 0;
  }
  .cc-grow-promise-copy { grid-template-columns: 1fr; gap: 0.65rem; }
  .cc-grow-promise-availability { display: block; margin-top: 0.5rem; }
  .cc-grow-promise-panel--full { margin-top: 0.8rem; }
}

/* Customer order history and preorder lifecycle. */
.page-account .account-dashboard-grid {
  grid-template-columns: minmax(17rem, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(1rem, 2vw, 1.4rem);
  align-items: start;
}

/* Keep account tools compact while giving order progress the wider column. */
.page-account #accountSignedInPanel,
.page-account #ccProfilePanel {
  grid-column: 1;
  margin-top: 0;
}

.page-account .account-dashboard-grid > .account-panel:last-child {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.page-account .account-panel {
  border-radius: 18px !important;
  box-shadow: 0 10px 32px rgba(28, 51, 31, 0.07) !important;
}

.page-account .account-order-list { gap: 1rem; }

.page-account .account-order-card {
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border: 1px solid rgba(30, 74, 41, 0.17);
  border-radius: 16px;
  background: #fffdf7;
  box-shadow: 0 8px 24px rgba(31, 55, 34, 0.06);
}

.page-account .account-order-card.is-preorder { border-left: 4px solid #b39a51; }
.page-account .account-order-card.is-stock-order { border-left: 4px solid #2f633b; }

.page-account .account-order-topline {
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.page-account .account-order-topline > div,
.page-account .cc-order-progress-copy { display: grid; gap: 0.12rem; }

.page-account .cc-order-number-label {
  color: #173d24;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.page-account .cc-order-type-label {
  color: #58705d;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.page-account .cc-order-total { color: #173d24; font-size: 1.05rem; white-space: nowrap; }

.cc-order-progress {
  margin-top: 1rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(30, 74, 41, 0.14);
}

.cc-order-progress-head {
  display: grid;
  grid-template-columns: minmax(11rem, 0.55fr) minmax(0, 1.45fr);
  gap: 0.85rem 1.2rem;
  align-items: start;
}

.cc-order-progress-head > div { display: grid; gap: 0.15rem; }
.cc-order-progress-head span {
  color: #68746b;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cc-order-progress-head strong { color: #173d24; font-size: 1rem; }
.cc-order-progress-head p { margin: 0; color: #526056; font-size: 0.88rem; line-height: 1.5; }

.cc-order-progress-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.cc-order-progress-step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  min-width: 0;
  padding: 0 0.3rem;
  text-align: center;
}

.cc-order-progress-step::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0.82rem;
  left: 0;
  right: 0;
  height: 2px;
  background: #d7ddd4;
}
.cc-order-progress-step:first-child::before { left: 50%; }
.cc-order-progress-step:last-child::before { right: 50%; }
.cc-order-progress-step.is-complete::before { background: #4a7653; }

.cc-order-progress-marker {
  position: relative;
  z-index: 1;
  width: 1.65rem;
  height: 1.65rem;
  display: grid;
  place-items: center;
  border: 2px solid #bdc7bb;
  border-radius: 50%;
  background: #fffdf7;
  color: #718075;
  font-size: 0.72rem;
  font-weight: 950;
}
.cc-order-progress-step.is-complete .cc-order-progress-marker { border-color: #2f633b; background: #2f633b; color: #fff; }
.cc-order-progress-step.is-current .cc-order-progress-marker { outline: 3px solid rgba(179, 154, 81, 0.34); outline-offset: 2px; }
.cc-order-progress-copy strong { color: #48604d; font-size: 0.72rem; line-height: 1.3; }
.cc-order-progress-copy small { color: #7a827c; font-size: 0.68rem; }
.cc-order-progress-step.is-complete .cc-order-progress-copy strong,
.cc-order-progress-step.is-current .cc-order-progress-copy strong { color: #173d24; }

.cc-order-progress-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.3rem;
  margin-top: 0.95rem;
  padding: 0.75rem 0 0;
  border-top: 1px solid rgba(30, 74, 41, 0.1);
  color: #4f6053;
  font-size: 0.84rem;
}
.cc-order-progress-details span { display: grid; gap: 0.1rem; }
.cc-order-progress-details strong { color: #173d24; font-size: 0.7rem; letter-spacing: 0.05em; text-transform: uppercase; }

/* Shared professional interaction sizing and focus treatment. */
body.carolina-page .button,
body.carolina-page button,
body.carolina-page select,
body.carolina-page input:not([type="checkbox"]):not([type="radio"]) { min-height: 44px; }

body.carolina-page :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(179, 154, 81, 0.58) !important;
  outline-offset: 3px !important;
}

body.carolina-page .section-head > p,
body.carolina-page .lead { max-width: 68ch; }

@media (max-width: 900px) {
  .page-account .account-dashboard-grid { grid-template-columns: 1fr; }
  .page-account #accountSignedInPanel,
  .page-account #ccProfilePanel,
  .page-account .account-dashboard-grid > .account-panel:last-child {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  body.carolina-page select,
  body.carolina-page input,
  body.carolina-page textarea { font-size: 16px !important; }

  body.carolina-page .mobile-bottom-nav {
    min-height: 64px;
    padding-bottom: max(7px, env(safe-area-inset-bottom)) !important;
  }
  body.carolina-page .mobile-bottom-nav a { min-height: 50px !important; line-height: 1.15; }
  body.carolina-page .mobile-cart-count { min-width: 1.45rem; min-height: 1.45rem; display: inline-grid; place-items: center; }

  .page-account .account-order-topline { gap: 0.75rem; }
  .cc-order-progress-head { grid-template-columns: 1fr; gap: 0.45rem; }
  .cc-order-progress-list { grid-template-columns: 1fr; gap: 0.35rem; }
  .cc-order-progress-step {
    grid-template-columns: 1.8rem minmax(0, 1fr);
    justify-items: stretch;
    align-items: start;
    gap: 0.65rem;
    padding: 0.25rem 0;
    text-align: left;
  }
  .cc-order-progress-step::before {
    top: 0;
    bottom: 0;
    left: 0.79rem !important;
    right: auto !important;
    width: 2px;
    height: auto;
  }
  .cc-order-progress-step:first-child::before { top: 50%; }
  .cc-order-progress-step:last-child::before { bottom: 50%; }
  .cc-order-progress-marker { width: 1.65rem; height: 1.65rem; }
  .cc-order-progress-copy { padding-top: 0.17rem; }
  .cc-order-progress-copy strong { font-size: 0.82rem; }
  .cc-order-progress-copy small { font-size: 0.74rem; }
}

/* Final customer-journey audit: fewer prompts, shorter forms, tighter pages. */
body.carolina-page .newsletter-perks,
body.carolina-page .newsletter-decline { display: none !important; }
body.carolina-page .age-requirement { display: none !important; }

body.carolina-page .newsletter-modal {
  width: min(590px, calc(100vw - 28px)) !important;
  max-height: calc(100dvh - 28px) !important;
  padding: clamp(1.25rem, 3vw, 2rem) !important;
  overflow: auto !important;
}

body.carolina-page .newsletter-modal h2 {
  margin: 0.55rem auto 0.5rem !important;
  max-width: 14ch;
  font-size: clamp(2rem, 5vw, 3rem) !important;
  line-height: 0.98 !important;
}

body.carolina-page .newsletter-modal .lead {
  max-width: 52ch;
  margin: 0 auto 0.8rem !important;
  font-size: 0.94rem !important;
  line-height: 1.5 !important;
}

body.carolina-page .member-signin-prompt-top { margin: 0.45rem 0 0.75rem !important; }
body.carolina-page .newsletter-form-grid { gap: 0.65rem 0.75rem !important; }
body.carolina-page .newsletter-form-grid label { gap: 0.25rem !important; }
body.carolina-page .newsletter-form-grid input { min-height: 44px !important; }
body.carolina-page .newsletter-actions { margin-top: 0.75rem !important; }
body.carolina-page .newsletter-actions .button { width: 100%; }

/* The top bar already states the four farm values; repeating them as badges
   beneath the same homepage copy adds noise. */
body.page-home .hero-copy > .badge-row { display: none !important; }

.page-account .account-order-card.is-test-order {
  outline: 1px dashed rgba(177, 140, 62, 0.72);
  outline-offset: -6px;
}

.cc-test-order-confirmation {
  padding: 0.75rem 0 0.75rem 0.9rem;
  border-left: 3px solid #b18c3e;
  color: #4d563f;
}

/* Keep the two concise Learn-page explainers visible above the terpene cards.
   The secondary guide grid remains hidden to avoid repeating information. */
body.page-entourage .entourage-howto-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.page-entourage .entourage-guide-grid { display: none !important; }

@media (max-width: 700px) {
  body.page-entourage .entourage-howto-grid {
    grid-template-columns: 1fr !important;
  }
}

body.page-shipping #shipping-policy .notice {
  padding: 1rem 0 1rem 1rem !important;
  border: 0 !important;
  border-left: 4px solid #b18c3e !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 680px) {
  body.page-home main > .hero {
    padding-top: 16px !important;
    padding-bottom: 24px !important;
  }
  body.page-home .hero-copy { padding: 20px 16px 22px !important; }
  body.page-home .farm-logo-inline {
    width: 158px !important;
    max-width: 52vw !important;
    margin: 0 auto 12px !important;
  }
  body.page-home .hero-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3rem) !important;
    line-height: 0.98 !important;
  }
  body.page-home .hero-copy .lead,
  body.page-home .hero-copy p:not(.lead) {
    font-size: 0.96rem !important;
    line-height: 1.55 !important;
  }

  body.page-product-menu .home-effect-builder-section { padding: 22px 0 18px !important; }
  body.page-product-menu .home-effect-builder-section .section-head { margin-bottom: 12px !important; }
  body.page-product-menu .home-effect-builder-section .section-head h2 { font-size: 2.35rem !important; }
  body.page-product-menu .home-effect-builder-shell { gap: 12px !important; }
  body.page-product-menu .home-effect-picker-card,
  body.page-product-menu .home-recommendation-panel { padding: 14px !important; }
  body.page-product-menu .home-effect-picker-card h3,
  body.page-product-menu .home-recommendation-panel h3 { font-size: 1.65rem !important; }
  body.page-product-menu #homeEffectOptions.effect-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
  body.page-product-menu .effect-option {
    min-height: 76px !important;
    padding: 10px !important;
  }
  body.page-product-menu .effect-option span span { font-size: 0.76rem !important; }
  body.page-product-menu .home-effect-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px !important;
  }
  body.page-product-menu .home-effect-actions .button { width: 100%; }
  body.page-product-menu .home-recommendation-grid .recommendation-card {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 10px !important;
  }
  body.page-product-menu .recommendation-media,
  body.page-product-menu .clean-recommendation-media {
    width: 82px !important;
    height: 98px !important;
    min-height: 0 !important;
  }
  body.page-product-menu .recommendation-copy { gap: 6px !important; }
  body.page-product-menu .recommendation-copy p { margin: 3px 0 !important; font-size: 0.84rem !important; line-height: 1.4 !important; }
  body.page-product-menu .recommendation-reason { display: none !important; }
  body.page-product-menu .recommendation-topline { display: grid !important; gap: 3px !important; }
  body.page-product-menu .recommendation-topline strong { font-size: 1.05rem !important; }
  body.page-product-menu .recommendation-cart-actions { grid-column: 1 / -1; }

  body.page-product-menu .shop-by-strain-section { padding-top: 18px !important; }
  body.page-product-menu .compact-menu-head { margin-bottom: 12px !important; }
  body.page-product-menu .compact-menu-head h2 { font-size: 2.55rem !important; }
  body.page-product-menu .menu-sort-card { margin-bottom: 12px !important; padding: 10px 12px !important; }
  body.page-product-menu .compact-menu-grid { gap: 12px !important; }
  body.page-product-menu .menu-strain-card {
    display: grid !important;
    grid-template-columns: 106px minmax(0, 1fr) !important;
    border-radius: 16px !important;
  }
  body.page-product-menu .menu-strain-media {
    height: 100% !important;
    min-height: 0 !important;
    border-radius: 16px 0 0 16px !important;
  }
  body.page-product-menu .menu-strain-body { padding: 12px !important; gap: 6px !important; }
  body.page-product-menu .menu-strain-body > p:not(.added-note) { display: none !important; }
  body.page-product-menu .strain-card-top { margin-bottom: 2px !important; align-items: start !important; }
  body.page-product-menu .menu-strain-body h3 { font-size: 1.22rem !important; }
  body.page-product-menu .menu-strain-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 4px 0 !important;
  }
  body.page-product-menu .menu-strain-notes span {
    display: block !important;
    padding: 4px 0 4px 7px !important;
    font-size: 0.77rem !important;
    line-height: 1.3 !important;
  }
body.page-product-menu .menu-strain-notes strong { display: block; margin-bottom: 2px; }
  body.page-product-menu .menu-terp-tags { display: none !important; }
  body.page-product-menu .direct-cart-actions { gap: 7px !important; }
  body.page-product-menu .direct-size-label > span { font-size: 0.72rem !important; }
  body.page-product-menu .direct-size-label select,
  body.page-product-menu .direct-cart-actions .button { min-height: 44px !important; }

  body.page-preorder .fall-info-page .hero { padding-top: 18px !important; padding-bottom: 18px !important; }
  body.page-preorder .fall-info-page .hero-copy { padding: 20px 16px !important; }
  body.page-preorder .fall-info-page .hero-copy h1 { font-size: 2.55rem !important; }
  body.page-preorder .preorder-info-card { padding: 14px 8px !important; }

  .page-cart #cart .section-head h2,
  .page-checkout #checkout .section-head h2,
  .page-account .section-head h2 { font-size: 2.25rem !important; }
  .page-cart #cart .section-head,
  .page-checkout #checkout .section-head,
  .page-account .section-head { margin-bottom: 0.8rem !important; }
  .cc-checkout-account-card { gap: 0.65rem; }
  .cc-account-summary,
  .cc-address-choice { padding: 0.75rem; }

  body.carolina-page .newsletter-modal {
    width: calc(100vw - 20px) !important;
    max-height: calc(100dvh - 20px) !important;
    padding: 1rem !important;
  }
  body.carolina-page .newsletter-modal h2 { font-size: 1.85rem !important; }
  body.carolina-page .newsletter-modal .lead { font-size: 0.86rem !important; }
  body.carolina-page .newsletter-form-grid { grid-template-columns: 1fr !important; gap: 0.5rem !important; }
  body.carolina-page .newsletter-form-grid label { font-size: 0.76rem !important; }
  body.carolina-page .newsletter-form-grid input { min-height: 43px !important; }
  body.carolina-page .checkbox-line { font-size: 0.8rem !important; line-height: 1.35 !important; }
}

/* Non-interactive facts must not resemble buttons. Clickable controls retain
   filled button styling; preorder, phenotype, effect, and terpene facts are
   quiet editorial text. */
body.page-product-menu .strain-status,
body.page-product-menu .recommendation-status,
body.page-product-menu .detail-status-badge {
  display: inline !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #5e652f !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.055em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  cursor: default !important;
}

body.page-product-menu .strain-status.preorder::before { content: '🌱 '; }

body.page-product-menu .detail-image-badge { display: none !important; }

body.page-product-menu .recommendation-effects {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.25rem 0.55rem !important;
}

body.page-product-menu .recommendation-effects span,
body.page-product-menu .menu-terp-tags span,
body.page-product-menu .product-tags.menu-terp-tags span {
  display: inline !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #5a6a5d !important;
  font-size: 0.74rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.025em !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  cursor: default !important;
}

body.page-product-menu .recommendation-effects span:not(:last-child)::after,
body.page-product-menu .menu-terp-tags span:not(:last-child)::after { content: ' ·'; color: #a28d4e; }

/* Square prepaid reservation checkout. The payment container is a form field,
   while informational rows remain square-edged editorial content. */
.cc-square-payment-panel {
  margin: 1rem 0 0.4rem;
  padding: clamp(0.95rem, 2vw, 1.2rem);
  border: 1px solid rgba(23, 73, 40, 0.24);
  border-radius: 17px;
  background: #fffdf7;
  box-shadow: 0 10px 28px rgba(24, 65, 35, 0.07);
}

.cc-square-payment-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.cc-square-payment-heading h4 {
  margin: 0.22rem 0 0;
  color: #174928;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.18rem, 2.5vw, 1.5rem);
  line-height: 1.15;
}

.cc-square-payment-heading > span {
  flex: 0 0 auto;
  padding-top: 0.18rem;
  color: #3f5c45;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cc-square-kicker {
  margin: 0 !important;
  color: #6e6336 !important;
  font-size: 0.7rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cc-square-payment-copy {
  margin: 0.7rem 0 0.85rem;
  color: #536056;
  font-size: 0.86rem;
  line-height: 1.5;
}

.cc-square-card-mount {
  min-height: 48px;
  padding: 0.7rem;
  border: 1px solid rgba(35, 69, 42, 0.35);
  border-radius: 12px;
  background: #fff;
}

.cc-square-card-mount[hidden] { display: none !important; }

.cc-square-payment-status {
  min-height: 1.2rem;
  margin: 0.65rem 0 0;
  color: #4b5d4f;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.4;
}

.cc-square-payment-status[data-state="error"] { color: #962f28; }
.cc-square-payment-status[data-state="ready"] { color: #245d34; }
.cc-square-payment-status[data-state="working"] { color: #6f5d23; }

.cc-square-test-note {
  display: grid;
  gap: 0.2rem;
  padding: 0.8rem;
  border-left: 4px solid #b39a51;
  background: #fff8db;
  color: #53491f;
  font-size: 0.85rem;
  line-height: 1.45;
}

.cc-square-test-note[hidden] { display: none !important; }

.cc-square-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem 1rem;
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(35, 69, 42, 0.14);
  color: #637066;
  font-size: 0.74rem;
  font-weight: 750;
}

.cc-grow-promise-payment {
  color: #254d30 !important;
}

@media (max-width: 560px) {
  .cc-square-payment-heading { display: block; }
  .cc-square-payment-heading > span { display: block; margin-top: 0.45rem; }
  .cc-square-payment-panel { border-radius: 14px; }
  .cc-square-trust-row { display: grid; }
}
.cc-checkout-coupon-card {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(27, 79, 45, .22);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}
.cc-checkout-coupon-card .cc-coupon-account-email { display: none !important; }
.cc-checkout-coupon-card .coupon-fields { grid-template-columns: minmax(0, 1fr); }
.cc-checkout-coupon-card .coupon-actions { display: flex; gap: .7rem; flex-wrap: wrap; }
@media (max-width: 640px) {
  .cc-checkout-coupon-card { padding: .85rem; border-radius: 14px; }
  .cc-checkout-coupon-card .coupon-actions > * { flex: 1 1 100%; }
}
.cc-account-active-orders > h4,
.cc-account-order-history > h4 { margin: 1rem 0 .65rem; color: #174b2b; }
.cc-account-order-history { margin-top: 1.25rem; padding-top: .75rem; border-top: 1px solid rgba(23,75,43,.18); }
.cc-account-order-history .account-order-card { padding: .85rem 1rem; margin-bottom: .65rem; box-shadow: none; }
.cc-delivered-order-details { margin-top: .55rem; }
.cc-delivered-order-details > summary { cursor: pointer; color: #174b2b; font-weight: 800; }
.cc-delivered-order-details .cc-order-progress { margin-top: .75rem; }
