:root {
  --heop-ink: #1b1d18;
  --heop-muted: #5f665d;
  --heop-forest: #245a3b;
  --heop-forest-2: #183923;
  --heop-green-soft: #dfe8dc;
  --heop-sage: #dfe3cf;
  --heop-orange: #c86138;
  --heop-orange-2: #a64f31;
  --heop-paper: #f7f4ef;
  --heop-paper-2: #fff8ec;
  --heop-card-solid: #fffdf7;
  --heop-card: rgba(255, 253, 247, 0.9);
  --heop-border: #dfd4c3;
  --heop-line: rgba(95, 102, 93, 0.18);
  --heop-shadow-soft: 0 10px 24px rgba(27, 29, 24, 0.07);
  --heop-shadow-card: 0 16px 34px rgba(27, 29, 24, 0.1);
  --heop-radius: 8px;
  --heop-page-max: 975px;
  --heop-gutter: 1.05rem;
  --heop-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --heop-display: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  color: var(--heop-ink);
  background: var(--heop-paper);
  font-family: var(--heop-font);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 253, 247, 0.98), transparent 24rem),
    linear-gradient(180deg, #fffdf7 0%, var(--heop-paper) 48%, var(--heop-paper-2) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 9%, rgba(200, 97, 56, 0.08), transparent 15rem),
    radial-gradient(circle at 8% 76%, rgba(36, 90, 59, 0.08), transparent 19rem);
}

button,
input {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

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

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

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

.app-header,
.home-shell,
.home-footer,
.public-entry-shell {
  width: min(100%, var(--heop-page-max));
  margin-inline: auto;
}

.app-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0.82rem var(--heop-gutter);
  background: rgba(247, 244, 239, 0.92);
  border-bottom: 1px solid rgba(95, 102, 93, 0.16);
  box-shadow: 0 8px 26px rgba(27, 29, 24, 0.04);
  backdrop-filter: blur(18px);
  transition: padding 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.is-scrolled .app-header {
  padding-top: 0.66rem;
  padding-bottom: 0.66rem;
  background: rgba(255, 253, 247, 0.97);
  box-shadow: 0 14px 34px rgba(27, 29, 24, 0.08);
}

.topbar {
  display: grid;
  grid-template-columns: 5.28rem minmax(6.5rem, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
}

.brand-mark {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 2.92rem;
  padding: 0.2rem 0;
  color: var(--heop-orange);
}

.brand-mark img {
  width: min(7.1rem, 100%);
  height: auto;
  object-fit: contain;
}

.header-punchline {
  max-width: min(100%, 23rem);
  margin: 0.28rem auto 0;
  color: var(--heop-orange-2);
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.header-punchline.is-changing {
  opacity: 0;
  transform: translateY(0.12rem);
}

.brand-mark:focus-visible,
.primary-cta:focus-visible,
.section-link:focus-visible,
.product-body button:focus-visible,
.spotlight-card button:focus-visible,
.spotlight-card .spotlight-action:focus-visible,
.floating-actions button:focus-visible,
.floating-actions a:focus-visible,
.icon-button:focus-visible,
.profile-button:focus-visible,
.search-toggle:focus-visible {
  outline: 3px solid rgba(200, 97, 56, 0.26);
  outline-offset: 3px;
}

.header-search {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 2.62rem;
  padding: 0 0.76rem;
  color: #090d0b;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 12px 26px rgba(32, 36, 32, 0.085);
  transition: width 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.search-toggle {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 1.24rem;
  height: 1.24rem;
  border: 0;
  padding: 0;
  color: currentColor;
  background: transparent;
  border-radius: 50%;
}

.header-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 0 0 0.62rem;
  color: var(--heop-ink);
  background: transparent;
  font-size: 0.72rem;
  font-weight: 620;
}

.header-search input::placeholder {
  color: rgba(28, 32, 30, 0.45);
}

.header-search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.icon-search {
  flex: 0 0 auto;
  width: 1.04rem;
  height: 1.04rem;
  border: 2.1px solid currentColor;
  border-radius: 50%;
}

.icon-search::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 2.1px;
  margin: 0.72rem 0 0 0.72rem;
  background: currentColor;
  border-radius: 999px;
  transform: rotate(45deg);
  transform-origin: left center;
}

.search-results {
  position: absolute;
  top: calc(100% + 0.52rem);
  left: 0;
  right: 0;
  z-index: 60;
  min-width: min(26rem, calc(100vw - 1.5rem));
}

.search-results ul {
  display: grid;
  gap: 0.18rem;
  margin: 0;
  padding: 0.45rem;
  list-style: none;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(24, 39, 32, 0.1);
  border-radius: var(--heop-radius);
  box-shadow: var(--heop-shadow-card);
  backdrop-filter: blur(18px);
}

.search-results button {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  border: 0;
  padding: 0.68rem 0.76rem;
  color: var(--heop-ink);
  background: transparent;
  border-radius: 6px;
  text-align: left;
}

.search-results button:hover {
  background: var(--heop-paper);
}

.search-results small {
  color: rgba(27, 29, 24, 0.55);
  white-space: nowrap;
}

.top-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.42rem;
}

.icon-button,
.profile-button,
.floating-actions button,
.floating-actions a,
.product-body button {
  display: inline-grid;
  place-items: center;
  border: 0;
}

.profile-button {
  width: 2.46rem;
  height: 2.46rem;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 33% 27%, rgba(255, 255, 255, 0.14), transparent 42%),
    var(--heop-forest);
  border: 0.34rem solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(36, 90, 59, 0.13),
    0 13px 28px rgba(22, 42, 35, 0.14);
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
}

.profile-button img,
.menu-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-button {
  position: relative;
  width: 2rem;
  height: 2rem;
  color: var(--heop-forest);
  background: transparent;
}

.icon-bag {
  width: 1.3rem;
  height: 1.2rem;
  border: 2.1px solid currentColor;
  border-radius: 4px;
}

.icon-bag::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.38rem;
  margin: -0.51rem auto 0;
  border: 2.1px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.cart-badge {
  position: absolute;
  top: -0.42rem;
  right: -0.22rem;
  min-width: 1.16rem;
  height: 1.16rem;
  padding: 0 0.32rem;
  color: #fff;
  background: var(--heop-orange);
  border-radius: 999px;
  box-shadow: 0 9px 16px rgba(200, 97, 56, 0.25);
  font-size: 0.65rem;
  font-weight: 950;
  line-height: 1.16rem;
}

.cart-button.is-bumped {
  animation: cart-bump 420ms ease;
}

@keyframes cart-bump {
  0%,
  100% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.14) rotate(-4deg);
  }
}

.home-shell {
  overflow: hidden;
  transition: padding-top 180ms ease;
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 85;
  background: rgba(9, 14, 12, 0.34);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(100%, 23.5rem);
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(255, 248, 239, 0.98));
  border-left: 1px solid rgba(24, 44, 36, 0.08);
  box-shadow: -24px 0 58px rgba(27, 29, 24, 0.22);
  transform: translateX(104%);
  transition: transform 220ms ease;
}

.is-cart-open .cart-backdrop {
  opacity: 1;
}

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

.cart-drawer-header,
.cart-drawer-footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cart-drawer-header {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--heop-line);
}

.cart-drawer-header p,
.cart-drawer-header h2 {
  margin: 0;
}

.cart-drawer-header p {
  color: var(--heop-orange);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.cart-drawer-header h2 {
  margin-top: 0.16rem;
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: 1.45rem;
  line-height: 1.05;
}

.cart-drawer-close {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  color: #fff;
  background: var(--heop-forest);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(36, 90, 59, 0.18);
  font-size: 1.55rem;
  line-height: 1;
}

.cart-drawer-body {
  min-height: 0;
  overflow-y: auto;
  padding: 1rem 0;
}

.cart-drawer-list {
  display: grid;
  gap: 0.58rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-status-message {
  min-height: 1.18rem;
  margin: 0 0 0.54rem;
  color: var(--heop-forest);
  font-size: 0.72rem;
  font-weight: 850;
}

.cart-status-message:empty {
  display: none;
}

.cart-empty-message {
  margin: 0;
  padding: 0.78rem;
  color: rgba(27, 29, 24, 0.68);
  background: rgba(255, 255, 255, 0.62);
  border: 1px dashed rgba(36, 90, 59, 0.18);
  border-radius: var(--heop-radius);
  font-size: 0.82rem;
  font-weight: 760;
}

.cart-drawer-item {
  display: grid;
  grid-template-columns: 3.18rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.52rem;
  min-height: 4.28rem;
  padding: 0.52rem 0.5rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 44, 36, 0.075);
  border-radius: 8px;
  box-shadow: 0 9px 22px rgba(39, 35, 28, 0.06);
}

.cart-drawer-item img {
  width: 3.18rem;
  height: 3.18rem;
  border-radius: 6px;
  object-fit: cover;
}

.cart-drawer-item strong {
  display: block;
  overflow: hidden;
  color: #1b1d18;
  font-size: 0.78rem;
  line-height: 1.22;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-drawer-item span {
  display: block;
  margin-top: 0.16rem;
  color: rgba(27, 29, 24, 0.62);
  font-size: 0.68rem;
  font-weight: 680;
}

.cart-drawer-item small {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0.14rem;
  color: rgba(27, 29, 24, 0.58);
  font-size: 0.64rem;
  font-weight: 720;
  line-height: 1.24;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cart-line-controls {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.cart-line-stepper {
  display: grid;
  grid-template-columns: 1.42rem minmax(1.28rem, auto) 1.42rem;
  align-items: center;
  min-height: 1.76rem;
  overflow: hidden;
  background: rgba(248, 246, 240, 0.92);
  border: 1px solid rgba(36, 90, 59, 0.16);
  border-radius: 999px;
}

.cart-line-stepper-button,
.cart-line-remove {
  display: inline-grid;
  place-items: center;
  border: 0;
  color: var(--heop-forest);
  font-size: 0.76rem;
  font-weight: 950;
}

.cart-line-stepper-button {
  width: 1.42rem;
  height: 1.76rem;
  background: transparent;
}

.cart-line-remove {
  width: 1.76rem;
  height: 1.76rem;
  color: #8a3525;
  background: rgba(255, 248, 236, 0.82);
  border: 1px solid rgba(200, 97, 56, 0.18);
  border-radius: 999px;
  line-height: 1;
}

.cart-drawer-item output {
  display: inline-grid;
  place-items: center;
  min-width: 1.28rem;
  height: 1.76rem;
  color: var(--heop-forest);
  background: rgba(255, 255, 255, 0.72);
  border-inline: 1px solid rgba(36, 90, 59, 0.12);
  font-size: 0.72rem;
  font-weight: 920;
}

.cart-drawer.is-busy {
  cursor: progress;
}

.cart-drawer.is-busy .cart-line-controls button {
  opacity: 0.62;
  cursor: progress;
}

.cart-drawer-footer {
  display: grid;
  gap: 0.9rem;
  padding-top: 1rem;
  border-top: 1px solid var(--heop-line);
}

.cart-drawer-footer span {
  color: rgba(27, 29, 24, 0.62);
  font-size: 0.78rem;
  font-weight: 760;
}

.cart-drawer-footer strong {
  color: var(--heop-forest);
  font-size: 1.16rem;
}

.cart-drawer-footer button,
.cart-checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  border: 0;
  color: #fff;
  background: var(--heop-forest);
  border-radius: var(--heop-radius);
  box-shadow: 0 14px 28px rgba(36, 90, 59, 0.18);
  font-weight: 850;
  text-decoration: none;
}

.cart-checkout-button.is-disabled {
  opacity: 0.58;
  pointer-events: none;
}

.cart-checkout-panel {
  display: grid;
  gap: 0.66rem;
  margin-top: 0.78rem;
  padding: 0.72rem;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(36, 90, 59, 0.14);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(39, 35, 28, 0.08);
}

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

.cart-checkout-heading,
.cart-checkout-totals div,
.cart-checkout-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.62rem;
}

.cart-checkout-heading p,
.cart-checkout-heading h3,
.cart-checkout-totals,
.cart-checkout-totals dt,
.cart-checkout-totals dd,
.cart-checkout-form fieldset,
.cart-checkout-form p {
  margin: 0;
}

.cart-checkout-heading p {
  color: var(--heop-orange);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-checkout-heading h3 {
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: 1rem;
  line-height: 1.08;
}

.cart-checkout-heading button {
  min-height: 1.92rem;
  padding: 0 0.62rem;
  border: 1px solid rgba(36, 90, 59, 0.14);
  color: var(--heop-forest);
  background: rgba(239, 246, 237, 0.74);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 850;
}

.cart-checkout-block {
  display: grid;
  gap: 0.42rem;
  padding: 0.58rem;
  background: rgba(249, 246, 237, 0.78);
  border: 1px solid rgba(223, 212, 195, 0.64);
  border-radius: 8px;
}

.cart-checkout-block strong {
  color: var(--heop-forest);
  font-size: 0.74rem;
}

.cart-checkout-block ul {
  display: grid;
  gap: 0.42rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-checkout-block li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.14rem 0.46rem;
}

.cart-checkout-block li strong,
.cart-checkout-block li span {
  min-width: 0;
}

.cart-checkout-block li strong {
  overflow: hidden;
  color: #1b1d18;
  font-size: 0.72rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-checkout-block li span {
  grid-column: 1 / -1;
  color: rgba(27, 29, 24, 0.62);
  font-size: 0.64rem;
  font-weight: 720;
  line-height: 1.25;
}

.cart-checkout-block li em {
  color: var(--heop-orange);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.cart-checkout-totals {
  display: grid;
  gap: 0.28rem;
  padding: 0.58rem 0;
  border-top: 1px solid rgba(223, 212, 195, 0.7);
  border-bottom: 1px solid rgba(223, 212, 195, 0.7);
}

.cart-checkout-totals dt {
  color: rgba(27, 29, 24, 0.62);
  font-size: 0.7rem;
  font-weight: 780;
}

.cart-checkout-totals dd {
  color: #1b1d18;
  font-size: 0.78rem;
  font-weight: 900;
}

.cart-checkout-totals div:last-child dt,
.cart-checkout-totals div:last-child dd {
  color: var(--heop-forest);
  font-size: 0.86rem;
}

.cart-checkout-form {
  display: grid;
  gap: 0.58rem;
}

.cart-checkout-form fieldset {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 0.42rem;
  width: 100%;
  padding: 0;
  border: 0;
}

.cart-checkout-form legend {
  grid-column: 1 / -1;
  margin-bottom: 0.18rem;
  color: rgba(27, 29, 24, 0.68);
  font-size: 0.68rem;
  font-weight: 900;
}

.cart-checkout-form .payment-provider-option {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.18rem;
  inline-size: 100%;
  min-inline-size: 0;
  min-block-size: 3.25rem;
  padding: 0.34rem 0.12rem 0.28rem;
  border: 1px solid rgba(36, 90, 59, 0.14);
  background: rgba(255, 253, 247, 0.98);
  border-radius: 0.95rem;
  color: var(--heop-forest);
  box-shadow: 0 8px 18px rgba(39, 35, 28, 0.06);
  cursor: pointer;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.cart-checkout-form .payment-provider-option:has(input:checked) {
  background: rgba(255, 253, 247, 1);
  border-color: var(--heop-forest);
  box-shadow: 0 10px 22px rgba(36, 90, 59, 0.22);
}

.cart-checkout-form .payment-provider-option:has(input:focus-visible) {
  outline: 2px solid rgba(207, 93, 52, 0.42);
  outline-offset: 3px;
}

.cart-checkout-form .payment-provider-option:active {
  transform: scale(0.96);
}

.payment-provider-mark,
.payment-provider-mark img {
  display: block;
}

.payment-provider-mark {
  display: grid;
  place-items: center;
  width: min(2.65rem, 100%);
  height: 1.5rem;
  border-radius: 0.55rem;
  overflow: hidden;
}

.payment-provider-mark img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.payment-provider-mark-cb {
  background:
    linear-gradient(135deg, #078b54 0%, #078b54 48%, #0d3f8a 52%, #0d3f8a 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.payment-provider-mark-cb span {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.payment-provider-mark-lydia {
  background: #0185ff;
  width: min(2.9rem, 100%);
  padding: 0.22rem 0.2rem;
}

.payment-provider-mark-paypal {
  width: min(3rem, 100%);
  height: 1.15rem;
}

.payment-provider-label {
  color: rgba(27, 29, 24, 0.72);
  font-size: 0.5rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  max-inline-size: 100%;
}

.cart-checkout-form .payment-provider-option:has(input:checked) .payment-provider-label {
  color: var(--heop-forest);
}

.cart-checkout-form input[type="radio"] {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
}

.cart-checkout-form p,
.cart-login-link {
  color: rgba(27, 29, 24, 0.62);
  font-size: 0.66rem;
  font-weight: 720;
  line-height: 1.34;
}

.cart-login-link {
  color: var(--heop-forest);
  font-weight: 900;
  text-decoration: none;
}

.cart-pay-button {
  min-height: 2.68rem;
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, var(--heop-forest), #9b552f);
  border-radius: var(--heop-radius);
  box-shadow: 0 14px 26px rgba(36, 90, 59, 0.16);
  font-weight: 920;
}

.cart-pay-button:disabled {
  opacity: 0.55;
}

.cart-checkout-result {
  align-items: flex-start;
  flex-direction: column;
  padding: 0.62rem;
  background: rgba(239, 246, 237, 0.78);
  border: 1px solid rgba(36, 90, 59, 0.14);
  border-radius: 8px;
}

.cart-checkout-result strong {
  color: var(--heop-forest);
  font-size: 0.78rem;
}

.cart-checkout-result span {
  color: rgba(27, 29, 24, 0.66);
  font-size: 0.68rem;
  font-weight: 760;
}

.cart-checkout-result a {
  color: var(--heop-orange);
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 92;
  background: rgba(27, 29, 24, 0.48);
  opacity: 0;
  backdrop-filter: blur(5px);
  transition: opacity 190ms ease;
}

.menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 96;
  width: min(84vw, 28rem);
  padding: 0.72rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateX(105%);
  transition: transform 230ms ease;
}

.menu-drawer-inner {
  display: grid;
  gap: 1rem;
  min-height: 100%;
  padding: 1.18rem;
  background:
    radial-gradient(circle at 4% 0%, rgba(255, 255, 255, 0.95), transparent 16rem),
    linear-gradient(180deg, rgba(255, 253, 247, 0.99), rgba(255, 248, 236, 0.98));
  border: 1px solid rgba(223, 212, 195, 0.74);
  border-radius: 30px 0 0 30px;
  box-shadow: -24px 0 64px rgba(27, 29, 24, 0.2);
}

.is-menu-open {
  overflow: hidden;
}

.is-menu-open .menu-backdrop {
  opacity: 1;
}

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

.menu-drawer-header,
.menu-profile,
.menu-nav a,
.menu-local-card {
  display: flex;
  align-items: center;
}

.menu-drawer-header {
  justify-content: space-between;
  gap: 1rem;
}

.menu-drawer-header img {
  width: 7.5rem;
  height: auto;
}

.menu-drawer-header button {
  position: relative;
  width: 2.28rem;
  height: 2.28rem;
  border: 0;
  padding: 0;
  color: var(--heop-ink);
  background: transparent;
  border-radius: 50%;
}

.menu-drawer-header button span::before,
.menu-drawer-header button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.34rem;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.menu-drawer-header button span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-drawer-header button span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-profile {
  gap: 0.76rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(223, 212, 195, 0.72);
}

.menu-avatar {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  overflow: hidden;
  color: #fff;
  background: var(--heop-forest-2);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(36, 90, 59, 0.18);
  font-size: 1.12rem;
  font-weight: 950;
}

.menu-profile span:not(.menu-avatar) {
  display: grid;
  min-width: 0;
  gap: 0.2rem;
}

.menu-profile strong,
.menu-profile small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-profile strong {
  color: var(--heop-ink);
  font-size: 0.94rem;
  font-weight: 950;
}

.menu-profile small {
  color: rgba(27, 29, 24, 0.68);
  font-size: 0.74rem;
  font-weight: 720;
}

.menu-profile > svg {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-nav {
  display: grid;
  gap: 0.18rem;
}

.menu-nav p {
  margin: 0 0 0.42rem;
  color: var(--heop-forest);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.menu-nav a {
  position: relative;
  gap: 0.84rem;
  min-height: 2.62rem;
  padding: 0.34rem 0.58rem;
  color: var(--heop-ink);
  border-radius: var(--heop-radius);
  font-size: 0.82rem;
  font-weight: 850;
}

.menu-nav a.is-active {
  color: var(--heop-forest);
  background:
    linear-gradient(90deg, rgba(36, 90, 59, 0.1), rgba(36, 90, 59, 0.04));
}

.menu-nav svg {
  flex: 0 0 auto;
  width: 1.26rem;
  height: 1.26rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.95;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-nav a span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-nav em {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  min-width: 1.2rem;
  height: 1.2rem;
  margin-left: auto;
  color: #fff;
  background: var(--heop-orange);
  border-radius: 999px;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 950;
}

.menu-preferences {
  padding-top: 0.96rem;
  border-top: 1px solid rgba(223, 212, 195, 0.72);
}

.menu-local-card {
  gap: 0.78rem;
  align-self: end;
  margin-top: 0.2rem;
  padding: 0.72rem;
  overflow: hidden;
  background: rgba(255, 253, 247, 0.86);
  border: 1px solid rgba(223, 212, 195, 0.8);
  border-radius: var(--heop-radius);
}

.menu-local-card img {
  flex: 0 0 auto;
  width: 5.1rem;
  height: 3.8rem;
  border-radius: 10px;
  object-fit: cover;
}

.menu-local-card div {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.menu-local-card strong,
.menu-local-card span {
  display: -webkit-box;
  overflow: hidden;
  color: var(--heop-forest);
  line-height: 1.18;
  -webkit-box-orient: vertical;
}

.menu-local-card strong {
  font-size: 0.78rem;
  font-weight: 950;
  -webkit-line-clamp: 2;
}

.menu-local-card span {
  color: rgba(27, 29, 24, 0.68);
  font-size: 0.66rem;
  font-weight: 650;
  -webkit-line-clamp: 2;
}

.menu-instagram-card {
  display: grid;
  grid-template-columns: 3.65rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.72rem;
  padding: 0.58rem;
  color: var(--heop-ink);
  background:
    linear-gradient(135deg, rgba(15, 156, 232, 0.08), rgba(124, 55, 238, 0.08)),
    rgba(255, 253, 247, 0.9);
  border: 1px solid rgba(223, 212, 195, 0.82);
  border-radius: var(--heop-radius);
}

.menu-instagram-card img {
  width: 3.65rem;
  height: 3.65rem;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(27, 29, 24, 0.1);
}

.menu-instagram-card span {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.menu-instagram-card strong,
.menu-instagram-card small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-instagram-card strong {
  color: var(--heop-forest);
  font-size: 0.76rem;
  font-weight: 950;
}

.menu-instagram-card small {
  color: rgba(27, 29, 24, 0.62);
  font-size: 0.64rem;
  font-weight: 800;
}

.menu-instagram-card svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: var(--heop-forest);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-drawer a:focus-visible,
.menu-drawer button:focus-visible {
  outline: 3px solid rgba(200, 97, 56, 0.26);
  outline-offset: 3px;
}

@media (max-width: 374px) {
  .menu-drawer {
    width: min(90vw, 24rem);
    padding: 0.48rem;
  }

  .menu-drawer-inner {
    gap: 0.82rem;
    padding: 0.92rem;
  }

  .menu-drawer-header img {
    width: 6.45rem;
  }

  .menu-profile {
    padding-bottom: 0.82rem;
  }

  .menu-avatar {
    width: 2.9rem;
    height: 2.9rem;
    font-size: 1rem;
  }

  .menu-nav a {
    min-height: 2.38rem;
    gap: 0.68rem;
    font-size: 0.76rem;
  }

  .menu-nav svg {
    width: 1.12rem;
    height: 1.12rem;
  }

  .menu-local-card {
    padding: 0.58rem;
  }

  .menu-local-card img {
    width: 4.4rem;
    height: 3.24rem;
  }

  .menu-instagram-card {
    grid-template-columns: 3.25rem minmax(0, 1fr) auto;
    padding: 0.52rem;
  }

  .menu-instagram-card img {
    width: 3.25rem;
    height: 3.25rem;
  }
}

@media (min-width: 768px) {
  .menu-drawer {
    width: min(62vw, 31rem);
    padding: 0.86rem;
  }

  .menu-drawer-inner {
    padding: 1.45rem;
  }
}

.hero-section {
  position: relative;
  display: grid;
  min-height: 15.7rem;
  overflow: hidden;
  background: var(--heop-paper-2);
  border-bottom: 1px solid rgba(20, 38, 31, 0.06);
  isolation: isolate;
}

.hero-briefs {
  position: relative;
  min-height: inherit;
}

.hero-brief {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 0.62rem;
  min-height: 100%;
  padding: 0.96rem 3.72rem 0.88rem var(--heop-gutter);
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 28%, rgba(255, 255, 255, 0.96) 0 22%, rgba(255, 255, 255, 0) 46%),
    linear-gradient(90deg, rgba(255, 248, 236, 0.98) 0%, rgba(255, 248, 236, 0.78) 46%, rgba(255, 248, 236, 0.2) 100%),
    var(--hero-image) 70% center / cover;
  transform: translateX(0.9rem) scale(1.015);
  transition: opacity 340ms ease, transform 420ms ease;
}

.hero-brief.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  gap: 0.46rem;
  max-width: 13.9rem;
  min-width: 0;
}

.hero-kicker {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0.28rem 0.52rem;
  color: var(--heop-forest);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(24, 32, 28, 0.08);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.hero-content h1,
.section-heading h2 {
  margin: 0;
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-weight: 900;
}

.hero-content h1 {
  display: -webkit-box;
  max-width: 13.2ch;
  overflow: hidden;
  font-size: 1.28rem;
  line-height: 1.08;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hero-content > span {
  display: -webkit-box;
  max-width: 13.5rem;
  margin: 0;
  overflow: hidden;
  color: rgba(27, 29, 24, 0.78);
  font-size: 0.68rem;
  font-weight: 680;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 12.25rem);
  min-height: 2.3rem;
  padding: 0 0.88rem;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    var(--heop-forest);
  border-radius: var(--heop-radius);
  box-shadow: 0 14px 26px rgba(36, 90, 59, 0.2);
  font-size: 0.72rem;
  font-weight: 850;
  text-align: center;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hero-producer-card {
  position: relative;
  z-index: 3;
  align-self: end;
  display: flex;
  align-items: center;
  gap: 0.56rem;
  width: min(100%, 16.6rem);
  min-width: 0;
  padding: 0.45rem 0.52rem;
  color: #1b1d18;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--heop-radius);
  box-shadow: 0 12px 26px rgba(24, 32, 28, 0.1);
  backdrop-filter: blur(14px);
}

.hero-producer-card img {
  width: 2.08rem;
  height: 2.08rem;
  border-radius: 50%;
  object-fit: cover;
}

.hero-producer-card div {
  min-width: 0;
}

.hero-producer-card strong,
.hero-producer-card span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-producer-card strong {
  font-size: 0.72rem;
  font-weight: 900;
}

.hero-producer-card span {
  margin-top: 0.1rem;
  color: rgba(27, 29, 24, 0.66);
  font-size: 0.6rem;
  font-weight: 720;
}

.hero-dots {
  position: absolute;
  left: var(--heop-gutter);
  bottom: 4.45rem;
  z-index: 3;
  display: flex;
  gap: 0.28rem;
}

.hero-dots button {
  width: 0.34rem;
  height: 0.34rem;
  border: 0;
  padding: 0;
  background: rgba(36, 90, 59, 0.28);
  border-radius: 999px;
  transition: width 160ms ease, background 160ms ease;
}

.hero-dots button.is-active {
  width: 1rem;
  background: var(--heop-forest);
}

.primary-cta:hover {
  background: #183923;
  box-shadow: 0 20px 38px rgba(36, 90, 59, 0.26);
}

.primary-cta:active,
.floating-actions button:active,
.floating-actions a:active,
.product-body button:active {
  transform: scale(0.96);
}

.floating-actions {
  position: fixed;
  top: clamp(11.1rem, 30vh, 13.4rem);
  right: max(0.72rem, calc((100vw - var(--heop-page-max)) / 2 + 0.8rem));
  z-index: 34;
  display: grid;
  gap: 0.34rem;
  transition: opacity 180ms ease, transform 180ms ease;
}

.is-past-hero .floating-actions {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.45rem);
}

.floating-actions button,
.floating-actions a {
  display: inline-grid;
  place-items: center;
  width: 2.18rem;
  height: 2.18rem;
  color: #080d0b;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 26px rgba(24, 32, 28, 0.14);
  transition: box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.floating-actions button:hover,
.floating-actions a:hover {
  background: #fff;
  box-shadow: 0 20px 34px rgba(24, 32, 28, 0.19);
  transform: translateY(-1px);
}

.floating-actions .floating-action-map,
.floating-actions .floating-action-pros {
  color: var(--heop-forest);
  background: rgba(255, 253, 247, 0.98);
  border-color: rgba(223, 212, 195, 0.72);
}

.floating-actions svg {
  width: 0.98rem;
  height: 0.98rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-actions .social-letter {
  font-size: 1.08rem;
  font-weight: 950;
  line-height: 1;
}

.content-section {
  margin-inline: var(--heop-gutter);
  padding-top: 1.62rem;
}

.content-section + .content-section {
  margin-top: 1.95rem;
}

.home-recipe-entry {
  display: grid;
  gap: 0.58rem;
  padding: 0.78rem;
  background:
    linear-gradient(135deg, rgba(223, 232, 220, 0.86), rgba(255, 253, 247, 0.92));
  border: 1px solid rgba(36, 90, 59, 0.14);
  border-radius: 14px;
}

.home-recipe-entry p,
.home-recipe-entry h2,
.home-recipe-entry span {
  margin: 0;
}

.home-recipe-entry p {
  color: var(--heop-orange-2);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.home-recipe-entry h2 {
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: 1.34rem;
  line-height: 1;
}

.home-recipe-entry span {
  color: rgba(27, 29, 24, 0.68);
  font-size: 0.74rem;
  font-weight: 740;
  line-height: 1.3;
}

.home-recipe-entry a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 2.42rem;
  padding: 0 0.82rem;
  color: #fffdf7;
  background: var(--heop-forest);
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 950;
}

.home-recipe-entry a svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.section-heading h2 {
  font-size: 1.54rem;
  line-height: 1.04;
}

.section-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.46rem;
  color: var(--heop-forest);
  font-size: 0.76rem;
  font-weight: 850;
  white-space: nowrap;
}

.section-link svg {
  width: 0.98rem;
  height: 0.98rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.carousel-shell {
  position: relative;
}

.category-track,
.product-track,
.event-row {
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-padding-inline: 0.04rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.category-track::-webkit-scrollbar,
.product-track::-webkit-scrollbar,
.event-row::-webkit-scrollbar {
  display: none;
}

.category-track {
  grid-auto-columns: minmax(6.7rem, 32vw);
  gap: 0.78rem;
  padding: 0.06rem 0 0.32rem;
}

.product-track {
  grid-auto-columns: minmax(13.6rem, 76vw);
  gap: 0.82rem;
  padding: 0.06rem 0 0.35rem;
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-grid;
  place-items: center;
  width: 2.36rem;
  height: 2.36rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  color: var(--heop-forest);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 13px 28px rgba(24, 32, 28, 0.14);
  font-size: 1.75rem;
  font-weight: 450;
  line-height: 1;
  transform: translateY(-50%);
  transition: opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.carousel-button:hover {
  box-shadow: 0 16px 30px rgba(24, 32, 28, 0.17);
  transform: translateY(-50%) scale(1.03);
}

.carousel-button:disabled {
  opacity: 0.28;
  pointer-events: none;
}

.carousel-button-prev {
  left: 0.28rem;
}

.carousel-button-next {
  right: 0.28rem;
}

.category-card {
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 0.78rem 0.62rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(24, 44, 36, 0.075);
  border-radius: var(--heop-radius);
  box-shadow: var(--heop-shadow-soft);
  scroll-snap-align: start;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.category-card:hover,
.category-card:focus-visible {
  border-color: rgba(200, 97, 56, 0.28);
  box-shadow: var(--heop-shadow-card);
  transform: translateY(-2px);
}

.category-card img {
  width: 3.55rem;
  height: 3.55rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 0.34rem rgba(255, 255, 255, 0.68);
}

.category-card strong {
  display: -webkit-box;
  margin-top: 0.62rem;
  overflow: hidden;
  color: #1b1d18;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category-card span {
  margin-top: 0.18rem;
  color: rgba(27, 29, 24, 0.58);
  font-size: 0.62rem;
  font-weight: 720;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: 5.72rem minmax(0, 1fr);
  min-width: 0;
  min-height: 6.08rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82));
  border: 1px solid rgba(24, 44, 36, 0.08);
  border-radius: var(--heop-radius);
  box-shadow: var(--heop-shadow-soft);
  backdrop-filter: blur(14px);
  scroll-snap-align: start;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-card:hover,
.product-card:focus-within,
.product-card.is-added {
  border-color: rgba(200, 97, 56, 0.3);
  box-shadow: var(--heop-shadow-card);
  transform: translateY(-2px);
}

.product-media {
  position: relative;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: var(--heop-border);
}

.product-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.08));
}

.product-media a,
.event-media a {
  display: block;
  height: 100%;
}

.product-media img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(1.04) contrast(1.02);
}

.distance-pill {
  position: absolute;
  top: 0.42rem;
  left: 0.42rem;
  z-index: 2;
  padding: 0.26rem 0.5rem;
  color: #11271f;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  box-shadow: 0 8px 16px rgba(28, 33, 30, 0.13);
  font-size: 0.62rem;
  font-weight: 950;
  line-height: 1;
}

.product-body {
  position: relative;
  display: grid;
  align-content: center;
  gap: 0.42rem;
  min-height: auto;
  padding: 0.62rem 0.72rem;
}

.product-body h3 {
  display: -webkit-box;
  max-width: 11rem;
  min-height: auto;
  margin: 0;
  overflow: hidden;
  color: #1b1d18;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-body h3 a,
.event-body h3 a {
  color: inherit;
  text-decoration: none;
}

.product-body p {
  align-self: auto;
  margin: 0 1.9rem 0 0;
  color: #1b1d18;
  font-size: 0.68rem;
  line-height: 1.25;
}

.product-body strong {
  font-weight: 850;
}

.product-body button {
  position: absolute;
  right: 0.62rem;
  bottom: 0.62rem;
  width: 1.58rem;
  height: 1.58rem;
  color: #070a09;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  box-shadow: 0 12px 22px rgba(24, 32, 28, 0.13);
  font-size: 1.14rem;
  font-weight: 650;
  line-height: 1;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.product-body button[aria-pressed="true"] {
  color: #fff;
  background: var(--heop-forest);
}

.category-track:focus-visible,
.product-track:focus-visible,
.event-row:focus-visible {
  outline: 3px solid rgba(200, 97, 56, 0.18);
  outline-offset: 0.35rem;
}

.spotlight-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.74rem;
  margin: 1.55rem var(--heop-gutter) 0;
  padding: 0.84rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
  border: 1px solid rgba(24, 44, 36, 0.08);
  border-radius: var(--heop-radius);
  box-shadow: var(--heop-shadow-soft);
  backdrop-filter: blur(14px);
}

.spotlight-icon {
  display: grid;
  place-items: center;
  width: 2.78rem;
  height: 2.78rem;
  color: #fff;
  background:
    radial-gradient(circle at 32% 25%, rgba(255, 255, 255, 0.16), transparent 45%),
    var(--heop-forest);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(36, 90, 59, 0.18);
}

.spotlight-icon svg {
  width: 1.16rem;
  height: 1.16rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.spotlight-card p,
.spotlight-card h2,
.spotlight-card span {
  margin: 0;
}

.spotlight-card p {
  color: var(--heop-forest);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.15;
  text-transform: uppercase;
}

.spotlight-card h2 {
  margin-top: 0.2rem;
  color: #1b1d18;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.18;
}

.spotlight-card span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.42rem;
  margin-top: 0.2rem;
  color: #223b33;
  font-size: 0.78rem;
  line-height: 1.25;
}

.spotlight-card span i {
  width: 0.42rem;
  height: 0.42rem;
  background: var(--heop-orange);
  border-radius: 50%;
}

.spotlight-card button,
.spotlight-card .spotlight-action {
  grid-column: 1 / -1;
  justify-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.44rem;
  border: 0;
  padding: 0 1.2rem;
  color: #17241f;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9));
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(24, 32, 28, 0.09);
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.events-section {
  padding-bottom: 1.25rem;
}

.event-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(13.6rem, 76vw);
  gap: 0.82rem;
  overflow-x: auto;
  padding-bottom: 0.3rem;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.event-row::-webkit-scrollbar {
  display: none;
}

.event-card {
  display: grid;
  grid-template-columns: 5.72rem minmax(0, 1fr);
  min-width: 0;
  min-height: 6.08rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.84));
  border: 1px solid rgba(24, 44, 36, 0.08);
  border-radius: var(--heop-radius);
  box-shadow: var(--heop-shadow-soft);
  backdrop-filter: blur(14px);
  scroll-snap-align: start;
}

.event-media {
  position: relative;
  min-width: 0;
  background: var(--heop-border);
}

.event-media img {
  height: 100%;
  object-fit: cover;
}

.event-media time {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  min-width: 2.62rem;
  padding: 0.34rem 0.2rem 0.42rem;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(36, 90, 59, 0.98), rgba(36, 90, 59, 0.98));
  border-bottom-left-radius: var(--heop-radius);
  text-align: center;
  font-size: 0.54rem;
  font-weight: 900;
  line-height: 1.05;
}

.event-media strong {
  font-size: 1rem;
  line-height: 1.05;
}

.event-body {
  display: grid;
  align-content: center;
  gap: 0.28rem;
  min-width: 0;
  padding: 0.62rem 0.72rem;
}

.event-body h3,
.event-body p {
  margin: 0;
}

.event-body h3 {
  display: -webkit-box;
  overflow: hidden;
  color: #1b1d18;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.event-body p,
.event-body span,
.event-body strong {
  color: #10201a;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.2;
}

.event-body strong {
  font-weight: 700;
}

.home-footer {
  padding: 1.55rem var(--heop-gutter) 1.8rem;
  border-top: 1px solid var(--heop-line);
  text-align: center;
}

.home-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.72rem 1.1rem;
  color: #1b1d18;
  font-size: 0.76rem;
}

.home-footer a + a::before {
  content: "|";
  margin-right: 1.1rem;
  color: rgba(27, 29, 24, 0.48);
}

.home-footer p {
  margin: 1.15rem 0 0;
  color: #1b1d18;
  font-size: 0.78rem;
}

.home-toast {
  position: fixed;
  left: 50%;
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 80;
  padding: 0.72rem 1rem;
  color: #fff;
  background: rgba(36, 90, 59, 0.96);
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(22, 35, 30, 0.24);
  font-size: 0.82rem;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.7rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.hero-section,
.spotlight-card,
.content-section,
.home-footer {
  opacity: 1;
  transform: none;
}

.public-entry-page {
  min-height: 100vh;
}

.public-entry-shell {
  display: grid;
  min-height: calc(100vh - 5.4rem);
  place-items: center;
  padding: 2rem var(--heop-gutter) 4rem;
}

.public-entry-card {
  width: min(100%, 38rem);
  padding: clamp(1.35rem, 5vw, 2.25rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(223, 232, 220, 0.75), transparent 10rem),
    linear-gradient(180deg, rgba(255, 253, 247, 0.96), rgba(255, 248, 236, 0.9));
  border: 1px solid rgba(223, 212, 195, 0.76);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(27, 29, 24, 0.09);
  text-align: center;
}

.public-entry-card p,
.public-entry-card h1,
.public-entry-card span,
.public-entry-card small {
  margin: 0;
}

.public-entry-card p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0 0.78rem;
  color: var(--heop-orange);
  background: rgba(200, 97, 56, 0.1);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
}

.public-entry-card h1 {
  margin-top: 0.78rem;
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: clamp(1.72rem, 8vw, 2.55rem);
  line-height: 1.05;
}

.public-entry-card span {
  display: block;
  max-width: 28rem;
  margin: 0.76rem auto 0;
  color: rgba(27, 29, 24, 0.72);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.35;
}

.public-entry-card small {
  display: block;
  max-width: 30rem;
  margin: 0.72rem auto 0;
  color: var(--heop-muted);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.4;
}

.public-entry-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.72rem;
  margin-top: 1.35rem;
}

.public-entry-card .primary-cta,
.public-entry-secondary {
  min-height: 2.7rem;
}

.public-entry-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 12.25rem);
  padding: 0 1rem;
  color: var(--heop-forest);
  background: rgba(255, 253, 247, 0.78);
  border: 1px solid rgba(223, 212, 195, 0.86);
  border-radius: var(--heop-radius);
  font-size: 0.82rem;
  font-weight: 850;
}

.about-page {
  min-height: 100vh;
}

.about-shell {
  display: grid;
  gap: 1rem;
  padding: 1.15rem var(--heop-gutter) 2rem;
}

.about-hero,
.about-card,
.about-closing {
  background:
    radial-gradient(circle at 100% 0%, rgba(223, 232, 220, 0.6), transparent 10rem),
    linear-gradient(180deg, rgba(255, 253, 247, 0.97), rgba(255, 248, 236, 0.92));
  border: 1px solid rgba(223, 212, 195, 0.76);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(27, 29, 24, 0.08);
}

.about-hero {
  display: grid;
  gap: 0.72rem;
  padding: 1.3rem;
}

.about-hero p,
.about-hero h1,
.about-hero span,
.about-card h2,
.about-card p,
.about-card li,
.about-closing strong,
.about-closing p {
  margin: 0;
}

.about-hero p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 1.8rem;
  padding: 0 0.78rem;
  color: var(--heop-orange);
  background: rgba(200, 97, 56, 0.1);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
}

.about-hero h1 {
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: clamp(1.9rem, 8vw, 3rem);
  line-height: 1.02;
}

.about-hero span {
  color: rgba(27, 29, 24, 0.74);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.45;
}

.about-grid {
  display: grid;
  gap: 1rem;
}

.about-card {
  display: grid;
  gap: 0.78rem;
  padding: 1.2rem;
}

.about-card h2 {
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: 1.45rem;
  line-height: 1.04;
}

.about-card p,
.about-card li,
.about-closing p {
  color: rgba(27, 29, 24, 0.76);
  font-size: 0.88rem;
  font-weight: 630;
  line-height: 1.52;
}

.about-card ul {
  display: grid;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-card li {
  position: relative;
  padding-left: 1rem;
}

.about-card li::before {
  content: "";
  position: absolute;
  top: 0.52rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: rgba(41, 107, 67, 0.82);
  border-radius: 999px;
}

.about-closing {
  display: grid;
  gap: 0.7rem;
  padding: 1.25rem;
  text-align: center;
}

.about-closing strong {
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: 1.5rem;
  line-height: 1.08;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.72rem;
  margin-top: 0.2rem;
}

@media (min-width: 768px) {
  .about-shell {
    gap: 1.2rem;
    padding-bottom: 2.4rem;
  }

  .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-card-wide {
    grid-column: 1 / -1;
  }
}

.faq-page {
  min-height: 100vh;
}

.faq-shell {
  display: grid;
  gap: 1rem;
  padding: 1.15rem var(--heop-gutter) 2rem;
}

.faq-hero,
.faq-card,
.faq-closing {
  background:
    radial-gradient(circle at 100% 0%, rgba(223, 232, 220, 0.56), transparent 10rem),
    linear-gradient(180deg, rgba(255, 253, 247, 0.97), rgba(255, 248, 236, 0.92));
  border: 1px solid rgba(223, 212, 195, 0.76);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(27, 29, 24, 0.08);
}

.faq-hero {
  display: grid;
  gap: 0.72rem;
  padding: 1.3rem;
}

.faq-hero p,
.faq-hero h1,
.faq-hero span,
.faq-card h2,
.faq-card p,
.faq-card li,
.faq-card strong,
.faq-closing strong,
.faq-closing p {
  margin: 0;
}

.faq-hero p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 1.8rem;
  padding: 0 0.78rem;
  color: var(--heop-orange);
  background: rgba(200, 97, 56, 0.1);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
}

.faq-hero h1,
.faq-card h2,
.faq-closing strong {
  color: var(--heop-forest);
  font-family: var(--heop-display);
}

.faq-hero h1 {
  font-size: clamp(1.85rem, 8vw, 2.9rem);
  line-height: 1.02;
}

.faq-hero span {
  color: rgba(27, 29, 24, 0.74);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.45;
}

.faq-grid {
  display: grid;
  gap: 1rem;
}

.faq-card {
  display: grid;
  gap: 0.78rem;
  padding: 1.2rem;
}

.faq-card h2 {
  font-size: 1.4rem;
  line-height: 1.04;
}

.faq-card p,
.faq-card li,
.faq-closing p {
  color: rgba(27, 29, 24, 0.76);
  font-size: 0.88rem;
  font-weight: 630;
  line-height: 1.52;
}

.faq-card ul,
.faq-card ol {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding-left: 1.15rem;
}

.faq-comparison {
  display: grid;
  gap: 0.82rem;
}

.faq-comparison > div {
  display: grid;
  gap: 0.56rem;
  padding: 0.95rem;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(223, 212, 195, 0.68);
  border-radius: 18px;
}

.faq-comparison strong {
  color: var(--heop-ink);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.1;
}

.faq-closing {
  display: grid;
  gap: 0.72rem;
  padding: 1.25rem;
  text-align: center;
}

.faq-closing strong {
  font-size: 1.42rem;
  line-height: 1.08;
}

.faq-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.72rem;
  margin-top: 0.2rem;
}

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

.faq-card-wide {
    grid-column: 1 / -1;
  }

  .faq-comparison {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.legal-page {
  min-height: 100vh;
}

.legal-shell {
  display: grid;
  gap: 1rem;
  padding: 1.15rem var(--heop-gutter) 2rem;
}

.legal-hero,
.legal-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(223, 232, 220, 0.56), transparent 10rem),
    linear-gradient(180deg, rgba(255, 253, 247, 0.97), rgba(255, 248, 236, 0.92));
  border: 1px solid rgba(223, 212, 195, 0.76);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(27, 29, 24, 0.08);
}

.legal-hero {
  display: grid;
  gap: 0.72rem;
  padding: 1.3rem;
}

.legal-hero p,
.legal-hero h1,
.legal-hero span,
.legal-hero small,
.legal-card h2,
.legal-card p,
.legal-card li {
  margin: 0;
}

.legal-hero p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 1.8rem;
  padding: 0 0.78rem;
  color: var(--heop-orange);
  background: rgba(200, 97, 56, 0.1);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
}

.legal-hero h1,
.legal-card h2 {
  color: var(--heop-forest);
  font-family: var(--heop-display);
}

.legal-hero h1 {
  font-size: clamp(1.82rem, 8vw, 2.8rem);
  line-height: 1.02;
}

.legal-hero span,
.legal-card p,
.legal-card li {
  color: rgba(27, 29, 24, 0.76);
  font-size: 0.9rem;
  font-weight: 630;
  line-height: 1.55;
}

.legal-hero small {
  color: rgba(27, 29, 24, 0.52);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.35;
}

.legal-grid {
  display: grid;
  gap: 1rem;
}

.legal-card {
  display: grid;
  gap: 0.82rem;
  padding: 1.2rem;
}

.legal-card h2 {
  font-size: 1.34rem;
  line-height: 1.06;
}

.legal-card ul {
  display: grid;
  gap: 0.52rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.legal-card li {
  position: relative;
  padding-left: 1rem;
}

.legal-card li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  background: rgba(41, 107, 67, 0.82);
  border-radius: 999px;
}

.legal-card a {
  color: var(--heop-forest);
  font-weight: 800;
}

.privacy-action-button {
  width: fit-content;
  min-height: 2.4rem;
  padding: 0 0.95rem;
  border: 1px solid rgba(47, 93, 67, 0.24);
  border-radius: 6px;
  background: rgba(47, 93, 67, 0.08);
  color: var(--heop-forest);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
}

.privacy-action-status {
  min-height: 1rem;
  color: rgba(27, 29, 24, 0.58);
  font-size: 0.76rem;
  font-weight: 750;
}

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

  .legal-card-wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 479px) {
  .app-header {
    z-index: 80;
    overflow: visible;
  }

  .topbar {
    grid-template-columns: 5.28rem auto auto;
    position: relative;
  }

  .header-search {
    justify-self: end;
    width: 2.54rem;
    min-width: 2.54rem;
    min-height: 2.54rem;
    padding: 0;
    justify-content: center;
    overflow: visible;
    border-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(24, 32, 28, 0.09);
  }

  .search-toggle {
    width: 100%;
    height: 100%;
  }

  .header-search input {
    position: absolute;
    width: 1px;
    min-width: 0;
    height: 1px;
    padding: 0;
    opacity: 0;
    pointer-events: none;
  }

  .header-search .search-results {
    display: none;
  }

  .is-search-open .home-shell {
    padding-top: 7.3rem;
  }

  .is-search-open .floating-actions {
    opacity: 0.22;
    pointer-events: none;
  }

  .is-search-open .header-search {
    position: absolute;
    top: calc(100% + 0.76rem);
    left: 0;
    right: 0;
    z-index: 90;
    width: auto;
    min-height: 0;
    padding: 0.72rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    justify-content: flex-start;
    border-radius: var(--heop-radius);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.93));
    border-color: rgba(24, 44, 36, 0.08);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.86) inset,
      0 18px 42px rgba(24, 32, 28, 0.16);
    backdrop-filter: blur(18px);
    transform: translateY(0);
  }

  .is-search-open .header-search input {
    position: static;
    width: 100%;
    height: 2.34rem;
    padding: 0 0.2rem 0 0.66rem;
    opacity: 1;
    pointer-events: auto;
    font-size: 0.82rem;
  }

  .is-search-open .header-search input::placeholder {
    color: rgba(28, 32, 30, 0.45);
  }

  .is-search-open .header-search .search-toggle {
    width: 1.24rem;
    height: 1.24rem;
  }

  .is-search-open .header-search .search-results {
    position: static;
    grid-column: 1 / -1;
    display: block;
    min-width: 0;
    margin-top: 0.42rem;
  }

  .is-search-open .search-results ul {
    max-height: 13.5rem;
    overflow-y: auto;
    gap: 0.08rem;
    padding: 0.36rem;
    background: rgba(247, 241, 232, 0.64);
    border-color: rgba(24, 44, 36, 0.07);
    border-radius: var(--heop-radius);
    box-shadow: none;
    backdrop-filter: none;
  }

  .is-search-open .search-results button {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.64rem;
    padding: 0.6rem 0.62rem;
    border-radius: 6px;
    font-size: 0.78rem;
  }

  .is-search-open .search-results span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .is-search-open .search-results small {
    max-width: 7rem;
    overflow: hidden;
    color: rgba(27, 29, 24, 0.54);
    font-size: 0.68rem;
    text-overflow: ellipsis;
  }
}

@media (max-width: 374px) {
  :root {
    --heop-gutter: 0.78rem;
  }

  .topbar {
    grid-template-columns: 5.05rem auto auto;
    gap: 0.42rem;
  }

  .brand-mark img {
    width: 4.88rem;
  }

  .header-search {
    width: 2.34rem;
    min-width: 2.34rem;
    min-height: 2.34rem;
    padding: 0;
  }

  .header-search input {
    font-size: 0.66rem;
  }

  .is-search-open .header-search {
    left: 0;
    right: 0;
    width: auto;
    padding: 0.66rem;
  }

  .is-search-open .header-search input {
    font-size: 0.78rem;
  }

  .header-search input::placeholder {
    color: transparent;
  }

  .profile-button {
    width: 2.28rem;
    height: 2.28rem;
  }

  .icon-button {
    width: 1.82rem;
    height: 1.82rem;
  }

  .hero-section {
    min-height: 15.2rem;
    padding-right: 0;
  }

  .hero-brief {
    gap: 0.5rem;
    padding: 0.82rem 3.28rem 0.78rem var(--heop-gutter);
  }

  .hero-content h1 {
    font-size: 1.08rem;
  }

  .hero-content > span {
    max-width: 11.4rem;
    font-size: 0.62rem;
  }

  .hero-dots {
    bottom: 4.2rem;
  }

  .primary-cta {
    min-height: 2.12rem;
    font-size: 0.66rem;
  }

  .hero-producer-card {
    width: min(100%, 14.4rem);
  }

  .floating-actions {
    top: 12.15rem;
    right: 0.46rem;
    gap: 0.3rem;
  }

  .floating-actions button,
  .floating-actions a {
    width: 2.12rem;
    height: 2.12rem;
  }

  .category-track {
    grid-auto-columns: minmax(5.8rem, 34vw);
  }

  .category-card img {
    width: 3rem;
    height: 3rem;
  }

  .section-heading h2 {
    font-size: 1.42rem;
  }

  .section-link {
    font-size: 0.68rem;
  }

  .product-track {
    grid-auto-columns: minmax(12.6rem, 78vw);
    gap: 0.72rem;
  }

  .product-body {
    padding: 0.56rem 0.62rem;
  }

  .product-body h3 {
    font-size: 0.72rem;
  }

  .product-body p {
    font-size: 0.62rem;
  }
}

@media (min-width: 480px) {
  :root {
    --heop-gutter: 1.45rem;
  }

  .topbar {
    grid-template-columns: 6.45rem minmax(10rem, 1fr) auto;
    gap: 0.78rem;
  }

  .brand-mark {
    min-height: 3.72rem;
    padding: 0.18rem 0;
  }

  .brand-mark img {
    width: 6.3rem;
  }

  .header-search {
    min-height: 3.42rem;
    padding-inline: 1rem;
  }

  .header-search input {
    font-size: 0.88rem;
  }

  .icon-search {
    width: 1.34rem;
    height: 1.34rem;
  }

  .icon-search::after {
    width: 0.64rem;
    margin: 0.94rem 0 0 0.94rem;
  }

  .profile-button {
    width: 3.12rem;
    height: 3.12rem;
    font-size: 0.96rem;
  }

  .icon-button {
    width: 2.44rem;
    height: 2.44rem;
  }

  .icon-bag {
    width: 1.72rem;
    height: 1.56rem;
  }

  .hero-section {
    min-height: 16.2rem;
  }

  .hero-brief {
    gap: 0.76rem;
    padding: 1.22rem 4.35rem 1.08rem var(--heop-gutter);
  }

  .hero-content h1 {
    font-size: 1.72rem;
  }

  .primary-cta {
    min-height: 2.72rem;
    font-size: 0.86rem;
  }

  .floating-actions {
    top: 13.2rem;
    gap: 0.42rem;
  }

  .floating-actions button,
  .floating-actions a {
    width: 2.58rem;
    height: 2.58rem;
  }

  .floating-actions svg {
    width: 1.16rem;
    height: 1.16rem;
  }

  .home-recipe-entry {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 0.9rem 1rem;
  }

  .home-recipe-entry h2 {
    font-size: 1.56rem;
  }

  .home-recipe-entry a {
    min-width: 10rem;
  }

  .content-section {
    padding-top: 2.22rem;
  }

  .section-heading h2 {
    font-size: 1.86rem;
  }

  .category-track {
    grid-auto-columns: minmax(7rem, 22vw);
    gap: 1rem;
  }

  .product-track {
    grid-auto-columns: minmax(15rem, 58vw);
    gap: 1rem;
  }

  .product-body h3 {
    font-size: 0.86rem;
  }

  .product-body p {
    font-size: 0.74rem;
  }

  .spotlight-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin-top: 2.05rem;
    padding: 1rem;
  }

  .spotlight-card button,
  .spotlight-card .spotlight-action {
    grid-column: auto;
    justify-self: end;
    min-width: 8rem;
  }
}

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

  .app-header {
    padding-top: 1.28rem;
    padding-bottom: 1.28rem;
  }

  .topbar {
    grid-template-columns: 8rem minmax(18rem, 1fr) auto;
    gap: 1.45rem;
  }

  .brand-mark {
    min-height: 4.48rem;
    padding: 0.2rem 0;
  }

  .brand-mark img {
    width: 7.9rem;
  }

  .header-search {
    min-height: 4.12rem;
    padding-inline: 1.28rem;
  }

  .header-search input {
    font-size: 1rem;
  }

  .icon-search {
    width: 1.68rem;
    height: 1.68rem;
  }

  .icon-search::after {
    width: 0.78rem;
    margin: 1.18rem 0 0 1.18rem;
  }

  .top-actions {
    gap: 0.74rem;
  }

  .profile-button {
    width: 4rem;
    height: 4rem;
    border-width: 0.48rem;
    font-size: 1.08rem;
  }

  .icon-button {
    width: 2.82rem;
    height: 2.82rem;
  }

  .cart-badge {
    top: -0.42rem;
    right: -0.24rem;
    min-width: 1.38rem;
    height: 1.38rem;
    font-size: 0.76rem;
    line-height: 1.38rem;
  }

  .hero-section {
    min-height: 17.8rem;
  }

  .hero-brief {
    gap: 0.9rem;
    padding: 2rem 6.8rem 1.25rem var(--heop-gutter);
    background:
      linear-gradient(90deg, rgba(255, 248, 236, 0.98) 0%, rgba(255, 248, 236, 0.72) 37%, rgba(255, 248, 236, 0.05) 72%),
      var(--hero-image) 73% center / cover;
  }

  .hero-content {
    gap: 0.72rem;
    max-width: 18.6rem;
  }

  .hero-content h1 {
    max-width: 15ch;
    font-size: 2.14rem;
  }

  .primary-cta {
    width: 17.4rem;
    min-height: 3.38rem;
    font-size: 1rem;
  }

  .hero-producer-card {
    width: min(100%, 22rem);
  }

  .hero-dots {
    bottom: 4.95rem;
  }

  .floating-actions {
    top: 14.2rem;
    gap: 0.54rem;
  }

  .floating-actions button,
  .floating-actions a {
    width: 3.18rem;
    height: 3.18rem;
  }

  .floating-actions svg {
    width: 1.36rem;
    height: 1.36rem;
  }

  .floating-actions .social-letter {
    font-size: 1.58rem;
  }

  .content-section {
    padding-top: 2.55rem;
  }

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

  .section-heading h2 {
    font-size: 2.18rem;
  }

  .section-link {
    font-size: 0.9rem;
  }

  .category-track {
    grid-auto-columns: minmax(0, 15.5%);
    gap: 1rem;
  }

  .category-card {
    padding-block: 0.9rem;
  }

  .product-track {
    grid-auto-columns: minmax(0, 31.5%);
    gap: 1.22rem;
  }

  .product-media {
    min-height: 100%;
  }

  .product-body {
    min-height: auto;
    padding: 0.74rem 0.82rem;
  }

  .product-body h3 {
    font-size: 0.86rem;
  }

  .product-body p {
    margin-right: 2rem;
    font-size: 0.78rem;
  }

  .product-body button {
    right: 0.72rem;
    bottom: 0.74rem;
    width: 1.78rem;
    height: 1.78rem;
  }

  .spotlight-card {
    margin-top: 2.35rem;
    padding: 1.18rem 1.28rem;
  }

  .spotlight-icon {
    width: 3.52rem;
    height: 3.52rem;
  }

  .spotlight-icon svg {
    width: 1.46rem;
    height: 1.46rem;
  }

  .spotlight-card p {
    font-size: 0.84rem;
  }

  .spotlight-card h2 {
    font-size: 1.16rem;
  }

  .spotlight-card span {
    font-size: 0.92rem;
  }

  .spotlight-card button {
    min-width: 9.2rem;
    min-height: 3.42rem;
    font-size: 0.86rem;
  }

  .event-row {
    grid-auto-columns: minmax(0, 31.5%);
    gap: 1.2rem;
  }

  .event-card {
    grid-template-columns: 6.25rem minmax(0, 1fr);
    min-height: 6.95rem;
  }

  .event-body h3 {
    font-size: 0.84rem;
  }

  .event-body p,
  .event-body span,
  .event-body strong {
    font-size: 0.76rem;
  }

  .home-footer {
    padding-top: 2rem;
    padding-bottom: 2.25rem;
  }

  .home-footer nav {
    font-size: 0.84rem;
  }

  .home-footer p {
    font-size: 0.88rem;
  }
}

@media (min-width: 1024px) {
  .app-header,
  .home-shell,
  .home-footer,
  .public-entry-shell {
    border-left: 1px solid rgba(20, 38, 31, 0.035);
    border-right: 1px solid rgba(20, 38, 31, 0.035);
  }
}

/* Compact footer */
.home-footer {
  padding: 1.2rem var(--heop-gutter) 1.35rem;
  background: transparent;
  border-top: 0;
  border-inline: 0;
  text-align: left;
}

.footer-card {
  display: grid;
  gap: 0.82rem;
  padding: 1rem;
  background:
    radial-gradient(circle at 0% 0%, rgba(200, 97, 56, 0.06), transparent 11rem),
    rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(223, 212, 195, 0.78);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(27, 29, 24, 0.06);
}

.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.footer-brand {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.footer-brand img {
  width: 5.65rem;
  height: auto;
}

.footer-brand span {
  overflow: hidden;
  color: var(--heop-orange);
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-social {
  display: flex;
  flex: 0 0 auto;
  gap: 0.38rem;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 1.92rem;
  height: 1.92rem;
  color: var(--heop-forest);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(223, 212, 195, 0.84);
  border-radius: 9px;
  font-size: 0.72rem;
  font-weight: 950;
}

.footer-social svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.88rem;
  padding-block: 0.74rem;
  border-top: 1px solid rgba(223, 212, 195, 0.62);
  border-bottom: 1px solid rgba(223, 212, 195, 0.62);
}

.footer-grid section {
  display: grid;
  align-content: start;
  gap: 0.3rem;
  min-width: 0;
}

.footer-grid h2 {
  margin: 0 0 0.08rem;
  color: var(--heop-ink);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1.05;
}

.footer-grid a,
.footer-bottom a,
.footer-bottom span {
  color: rgba(27, 29, 24, 0.64);
  font-size: 0.63rem;
  font-weight: 680;
  line-height: 1.22;
}

.footer-grid a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-footer a + a::before {
  content: none;
  margin: 0;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0.56rem;
  padding-top: 0.04rem;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.3rem 0.72rem;
  width: 100%;
}

.footer-bottom a {
  white-space: nowrap;
}

.footer-bottom span {
  justify-self: center;
  color: rgba(27, 29, 24, 0.56);
}

@media (max-width: 430px) {
  .footer-bottom nav {
    max-width: 15rem;
  }
}

@media (max-width: 374px) {
  .footer-card {
    padding: 0.82rem;
  }

  .footer-brand img {
    width: 5.2rem;
  }

  .footer-social a {
    width: 1.76rem;
    height: 1.76rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-bottom nav {
    max-width: 12rem;
  }
}

@media (min-width: 768px) {
  .footer-card {
    grid-template-columns: minmax(10rem, 0.9fr) minmax(0, 1.8fr);
    align-items: start;
    padding: 1.1rem 1.2rem;
  }

  .footer-top {
    display: grid;
    gap: 0.76rem;
    justify-content: start;
  }

  .footer-grid {
    padding-block: 0;
    border-top: 0;
    border-bottom: 0;
  }

  .footer-bottom {
    grid-column: 1 / -1;
    padding-top: 0.72rem;
    border-top: 1px solid rgba(223, 212, 195, 0.62);
  }
}

/* App-like HEOP header */
.app-header {
  padding: 1.18rem var(--heop-gutter) 1.12rem;
  overflow: visible;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.92), transparent 18rem),
    linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(255, 248, 236, 0.96));
  border-bottom: 1px solid rgba(223, 212, 195, 0.62);
  box-shadow: 0 14px 38px rgba(27, 29, 24, 0.06);
}

.is-scrolled .app-header {
  padding-top: 0.92rem;
  padding-bottom: 0.96rem;
}

.topbar {
  position: relative;
  z-index: 2;
  grid-template-columns: 2.46rem minmax(0, 1fr) auto;
  gap: 0.62rem;
}

.menu-button {
  display: inline-grid;
  align-content: center;
  justify-self: start;
  gap: 0.28rem;
  width: 2.46rem;
  height: 2.46rem;
  border: 0;
  padding: 0;
  color: var(--heop-ink);
  background: transparent;
  border-radius: 50%;
}

.menu-button span {
  display: block;
  width: 1.28rem;
  height: 2px;
  margin-inline: auto;
  background: currentColor;
  border-radius: 999px;
}

.brand-mark {
  display: grid;
  justify-self: start;
  justify-items: start;
  gap: 0;
  min-height: 0;
  min-width: 0;
  width: min(8.7rem, 100%);
  padding: 0;
}

.brand-mark img {
  width: 7.85rem;
  max-height: 2.55rem;
  object-fit: contain;
}

.brand-mark span {
  display: block;
  width: 100%;
  min-height: 0.78rem;
  margin-top: -0.2rem;
  overflow: hidden;
  color: var(--heop-orange-2);
  font-size: 0.52rem;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: opacity 170ms ease, transform 170ms ease;
}

.top-actions {
  gap: 0.54rem;
}

.profile-button {
  width: 2.68rem;
  height: 2.68rem;
  border-width: 0.2rem;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.16), transparent 42%),
    var(--heop-forest-2);
  font-size: 0.9rem;
}

.icon-button {
  width: 2.28rem;
  height: 2.28rem;
}

.header-search,
.is-search-open .header-search {
  position: absolute;
  top: calc(100% - 0.26rem);
  left: var(--heop-gutter);
  right: var(--heop-gutter);
  z-index: 75;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  min-width: 0;
  min-height: 3.18rem;
  margin-top: 0;
  padding: 0 1.1rem;
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(223, 212, 195, 0.7);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 14px 28px rgba(27, 29, 24, 0.08);
  transform: none;
  backdrop-filter: blur(18px);
}

.search-toggle,
.is-search-open .header-search .search-toggle {
  width: 1.36rem;
  height: 1.36rem;
}

.header-search input,
.is-search-open .header-search input {
  position: static;
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 0 0 0 0.74rem;
  opacity: 1;
  pointer-events: auto;
  color: var(--heop-ink);
  font-size: 0.84rem;
  font-weight: 650;
}

.header-search input::placeholder,
.is-search-open .header-search input::placeholder {
  color: rgba(95, 102, 93, 0.62);
}

.header-search .search-results,
.is-search-open .header-search .search-results {
  position: absolute;
  top: calc(100% + 0.42rem);
  left: 0;
  right: 0;
  z-index: 120;
  display: block;
  min-width: 0;
  margin-top: 0;
}

.header-search .search-results ul,
.is-search-open .search-results ul {
  padding: 0.42rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.99), rgba(255, 248, 236, 0.98));
  border: 1px solid rgba(223, 212, 195, 0.92);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.94) inset,
    0 24px 58px rgba(27, 29, 24, 0.18);
  backdrop-filter: blur(24px);
}

.header-search .search-results button,
.is-search-open .search-results button {
  min-height: 2.42rem;
  padding: 0.56rem 0.64rem;
  background: rgba(255, 253, 247, 0.68);
}

.header-search .search-results span,
.is-search-open .search-results span {
  color: var(--heop-ink);
  font-size: 0.78rem;
  font-weight: 760;
}

.header-search .search-results small,
.is-search-open .search-results small {
  color: rgba(27, 29, 24, 0.58);
  font-size: 0.66rem;
  font-weight: 680;
}

.is-search-open .home-shell {
  padding-top: 0;
}

.is-search-open .floating-actions {
  opacity: 1;
  pointer-events: auto;
}

.menu-button:focus-visible {
  outline: 3px solid rgba(200, 97, 56, 0.26);
  outline-offset: 3px;
}

@media (max-width: 374px) {
  .topbar {
    grid-template-columns: 2.25rem minmax(0, 1fr) auto;
    gap: 0.42rem;
  }

  .brand-mark img {
    width: 6.85rem;
    max-height: 2.35rem;
  }

  .brand-mark span {
    width: 100%;
    font-size: 0.46rem;
  }

  .profile-button {
    width: 2.36rem;
    height: 2.36rem;
  }

  .icon-button {
    width: 2rem;
    height: 2rem;
  }

  .header-search,
  .is-search-open .header-search {
    min-height: 2.86rem;
    margin-top: 0;
    padding-inline: 0.86rem;
  }
}

@media (min-width: 480px) {
  .app-header {
    padding-top: 1.38rem;
    padding-bottom: 1.2rem;
  }

  .topbar {
    grid-template-columns: 2.82rem minmax(0, 1fr) auto;
    gap: 0.85rem;
  }

  .menu-button {
    width: 2.82rem;
    height: 2.82rem;
  }

  .brand-mark img {
    width: 8.7rem;
    max-height: 2.85rem;
  }

  .brand-mark span {
    width: 100%;
    min-height: 0.9rem;
    font-size: 0.58rem;
  }

  .header-search,
  .is-search-open .header-search {
    min-height: 3.56rem;
    margin-top: 0;
    padding-inline: 1.26rem;
  }
}

@media (min-width: 768px) {
  .topbar {
    grid-template-columns: 3.1rem minmax(0, 1fr) auto;
  }

  .brand-mark img {
    width: 10.4rem;
    max-height: 3.38rem;
  }

  .brand-mark span {
    width: 100%;
    min-height: 1rem;
    font-size: 0.68rem;
  }

  .header-search,
  .is-search-open .header-search {
    min-height: 3.82rem;
    margin-top: 0;
  }
}

@media (hover: hover) {
  .brand-mark:hover {
    transform: translateY(-1px);
  }
}

.heop-messages {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.heop-message {
  margin: 0;
  padding: 0.78rem 0.9rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.7);
  border: 1px solid rgba(36, 90, 59, 0.18);
  border-radius: 14px;
  font-size: 0.82rem;
  font-weight: 820;
}

.heop-message-error {
  color: #8a3525;
  background: rgba(255, 248, 236, 0.98);
  border-color: rgba(188, 76, 45, 0.25);
}

.account-shell {
  width: min(100%, var(--heop-page-max));
  margin-inline: auto;
  padding: 1rem var(--heop-gutter) 6.25rem;
}

.account-no-bottom-nav .account-shell {
  padding-bottom: 1.5rem;
}

.account-profile-card,
.account-order-card,
.account-action-card,
.account-local-banner,
.account-logout,
.account-delete,
.account-bottom-nav {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 253, 247, 0.88));
  border: 1px solid rgba(223, 212, 195, 0.64);
  box-shadow: 0 16px 34px rgba(27, 29, 24, 0.07);
}

.account-profile-card {
  display: grid;
  grid-template-columns: 4.9rem minmax(0, 1fr) minmax(6.65rem, 0.52fr);
  align-items: center;
  gap: 0.72rem;
  padding: 1.05rem;
  border-radius: 24px;
}

.account-avatar-wrap {
  position: relative;
  align-self: start;
}

.account-avatar-wrap img,
.account-avatar-initials {
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 50%;
  object-fit: cover;
}

.account-avatar-initials {
  display: inline-grid;
  place-items: center;
  color: #fffdf7;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 35%),
    linear-gradient(145deg, var(--heop-forest), var(--heop-forest-2));
  border: 4px solid rgba(255, 253, 247, 0.92);
  box-shadow: 0 12px 26px rgba(27, 29, 24, 0.14);
  font-size: 1.2rem;
  font-weight: 950;
}

.account-avatar-wrap button,
.account-avatar-wrap a {
  position: absolute;
  right: -0.2rem;
  bottom: 0.1rem;
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(223, 212, 195, 0.8);
  color: var(--heop-ink);
  background: rgba(255, 253, 247, 0.96);
  border-radius: 50%;
  box-shadow: 0 10px 18px rgba(27, 29, 24, 0.12);
}

.account-avatar-wrap svg,
.account-profile-main svg,
.account-order-card > svg,
.account-action-card > svg,
.account-local-banner > svg,
.account-logout svg,
.account-delete svg,
.account-bottom-nav svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-avatar-wrap svg {
  width: 1rem;
  height: 1rem;
}

.account-profile-main {
  display: grid;
  align-content: center;
  gap: 0.28rem;
  min-width: 0;
}

.account-profile-main p,
.account-profile-main h1,
.account-profile-main span,
.account-profile-main small {
  margin: 0;
}

.account-profile-main p {
  color: var(--heop-orange);
  font-size: 0.62rem;
  font-weight: 950;
}

.account-profile-main h1 {
  overflow: hidden;
  color: var(--heop-ink);
  font-size: clamp(1.08rem, 4.9vw, 1.42rem);
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-profile-main span,
.account-profile-main small {
  overflow: hidden;
  color: rgba(27, 29, 24, 0.74);
  font-size: clamp(0.66rem, 2.85vw, 0.78rem);
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-profile-main small {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}

.account-profile-main small svg {
  width: 0.82rem;
  height: 0.82rem;
  color: var(--heop-forest);
}

.account-pill-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: max-content;
  max-width: 100%;
  min-height: 2.02rem;
  margin-top: 0.34rem;
  padding: 0 1rem;
  color: var(--heop-ink);
  background: rgba(255, 253, 247, 0.9);
  border: 1px solid rgba(223, 212, 195, 0.86);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 850;
}

.account-impact-card {
  grid-column: auto;
  align-self: stretch;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.34rem;
  min-width: 0;
  padding: 0.66rem 0.52rem;
  color: var(--heop-forest);
  background:
    radial-gradient(circle at 50% 0%, rgba(36, 90, 59, 0.12), transparent 7rem),
    rgba(247, 244, 239, 0.72);
  border-radius: var(--heop-radius);
  text-align: center;
}

.account-impact-card span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  background: rgba(223, 232, 220, 0.86);
  border-radius: 50%;
}

.account-impact-card svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.account-impact-card strong {
  max-width: 7rem;
  font-size: clamp(0.66rem, 2.55vw, 0.78rem);
  line-height: 1.2;
}

.account-impact-card a {
  color: var(--heop-forest);
  font-size: 0.7rem;
  font-weight: 950;
}

.account-section {
  margin-top: 1.55rem;
}

.account-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.78rem;
}

.account-section-heading h2 {
  margin: 0;
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: clamp(1.28rem, 6.5vw, 1.48rem);
  line-height: 1;
}

.account-section-heading a {
  color: var(--heop-forest);
  font-size: 0.72rem;
  font-weight: 850;
  white-space: nowrap;
}

.account-order-card,
.account-action-card,
.account-local-banner {
  display: grid;
  align-items: center;
  color: var(--heop-ink);
  border-radius: var(--heop-radius);
}

.account-order-card {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.82rem;
  min-height: 5rem;
  padding: 0.78rem;
}

.account-card-icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.75);
  border-radius: 50%;
}

.account-card-icon::before {
  content: "";
  width: 1.18rem;
  height: 1.18rem;
  border: 2px solid currentColor;
  border-radius: 7px;
}

.account-tone-warm .account-card-icon,
.account-order-card .account-card-icon {
  color: var(--heop-orange-2);
  background: rgba(255, 248, 236, 0.95);
}

.account-icon-heart::before {
  border-radius: 50% 50% 4px 50%;
  transform: rotate(45deg);
}

.account-icon-message::before {
  border-radius: 50%;
  box-shadow: -0.28rem 0.42rem 0 -0.18rem currentColor;
}

.account-icon-pin::before {
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-45deg);
}

.account-icon-card::before {
  border-radius: 4px;
  box-shadow: inset 0 0.34rem 0 -0.22rem currentColor;
}

.account-icon-bag::before {
  border-radius: 5px;
  box-shadow: 0 -0.52rem 0 -0.32rem currentColor;
}

.account-icon-sliders::before {
  border: 0;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  box-shadow: 0 0.44rem 0 -0.2rem currentColor;
}

.account-icon-settings::before {
  border-radius: 50%;
  box-shadow: 0 0 0 0.28rem rgba(36, 90, 59, 0.12);
}

.account-icon-help::before,
.account-icon-info::before {
  content: "?";
  width: auto;
  height: auto;
  border: 0;
  font-size: 1.15rem;
  font-weight: 950;
}

.account-icon-info::before {
  content: "i";
}

.account-order-card span:not(.account-card-icon),
.account-action-card span:not(.account-card-icon),
.account-local-banner span {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.account-order-card strong,
.account-action-card strong,
.account-local-banner strong {
  overflow: hidden;
  color: var(--heop-ink);
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-order-card small,
.account-action-card small,
.account-local-banner small,
.account-order-card em {
  overflow: hidden;
  color: rgba(27, 29, 24, 0.68);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 620;
  line-height: 1.22;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-order-card em {
  color: var(--heop-forest);
  font-weight: 760;
}

.account-order-card mark {
  grid-column: 2 / 3;
  grid-row: 2;
  width: max-content;
  margin-top: 0.1rem;
  padding: 0.34rem 0.56rem;
  color: var(--heop-orange-2);
  background: rgba(255, 248, 236, 0.96);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 950;
  white-space: nowrap;
}

.account-order-card > svg,
.account-action-card > svg,
.account-local-banner > svg {
  width: 1rem;
  height: 1rem;
  color: rgba(27, 29, 24, 0.72);
}

.account-order-card > svg {
  grid-column: 3;
  grid-row: 1 / 3;
}

.account-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.account-action-card {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.68rem;
  min-height: 5rem;
  padding: 0.72rem;
}

.account-action-card > svg {
  display: none;
}

.account-local-banner {
  grid-template-columns: 5.2rem minmax(0, 1fr) auto;
  gap: 0.78rem;
  min-height: 5.7rem;
  margin-top: 1.2rem;
  padding: 0.72rem;
  background:
    radial-gradient(circle at 95% 50%, rgba(36, 90, 59, 0.1), transparent 8rem),
    linear-gradient(180deg, rgba(255, 253, 247, 0.96), rgba(255, 248, 236, 0.92));
}

.account-local-banner img {
  width: 5.2rem;
  height: 4.2rem;
  border-radius: 12px;
  object-fit: cover;
}

.account-local-banner strong {
  color: var(--heop-forest);
  white-space: normal;
}

.account-local-banner small {
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.account-logout,
.account-delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  width: 100%;
  min-height: 3.2rem;
  margin-top: 1rem;
  color: var(--heop-orange-2);
  border-radius: var(--heop-radius);
  font-size: 0.9rem;
  font-weight: 950;
}

.account-delete {
  margin-top: 0.7rem;
  color: #8b2f2f;
}

.account-logout svg,
.account-delete svg {
  width: 1.2rem;
  height: 1.2rem;
}

.account-bottom-nav {
  position: fixed;
  left: max(var(--heop-gutter), calc((100vw - var(--heop-page-max)) / 2 + var(--heop-gutter)));
  right: max(var(--heop-gutter), calc((100vw - var(--heop-page-max)) / 2 + var(--heop-gutter)));
  bottom: max(0.7rem, env(safe-area-inset-bottom));
  z-index: 64;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.2rem;
  padding: 0.54rem 0.44rem;
  border-radius: 20px;
  backdrop-filter: blur(20px);
}

.account-bottom-nav a {
  display: grid;
  justify-items: center;
  gap: 0.22rem;
  color: rgba(27, 29, 24, 0.82);
  font-size: 0.62rem;
  font-weight: 760;
}

.account-bottom-nav svg {
  width: 1.4rem;
  height: 1.4rem;
}

.account-bottom-nav a.is-active {
  color: var(--heop-orange);
}

.account-zones-shell {
  display: grid;
  gap: 0.95rem;
}

.zone-hero-card,
.zone-summary-card,
.zone-preference-grid article,
.pickup-point-card,
.zone-privacy-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 253, 247, 0.89));
  border: 1px solid rgba(223, 212, 195, 0.66);
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(27, 29, 24, 0.07);
}

.zone-hero-card {
  display: grid;
  gap: 0.42rem;
  padding: 1rem;
}

.zone-hero-card p,
.zone-hero-card h1,
.zone-hero-card span,
.zone-summary-card p,
.zone-summary-card h2,
.zone-summary-card span,
.pickup-point-card p,
.pickup-point-card h3,
.pickup-point-card small,
.pickup-point-card em,
.zone-privacy-card h2,
.zone-privacy-card p {
  margin: 0;
}

.zone-hero-card p,
.zone-summary-card p,
.pickup-point-card p {
  color: var(--heop-orange);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zone-hero-card h1 {
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: clamp(1.62rem, 8vw, 2.1rem);
  line-height: 0.98;
}

.zone-hero-card span {
  max-width: 30rem;
  color: rgba(27, 29, 24, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.36;
}

.zone-summary-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.82rem;
  padding: 0.92rem;
}

.zone-summary-card h2 {
  margin-top: 0.16rem;
  color: var(--heop-ink);
  font-size: 1.05rem;
  line-height: 1.1;
}

.zone-summary-card span {
  display: block;
  margin-top: 0.18rem;
  color: rgba(27, 29, 24, 0.68);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.3;
}

.zone-summary-card > strong {
  display: inline-grid;
  place-items: center;
  min-width: 3.65rem;
  height: 3.65rem;
  padding: 0 0.45rem;
  color: #fffdf7;
  background: var(--heop-forest);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 950;
}

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

.zone-preference-grid article {
  display: grid;
  align-content: start;
  gap: 0.24rem;
  min-height: 4.45rem;
  padding: 0.72rem;
}

.zone-preference-grid small {
  color: var(--heop-orange);
  font-size: 0.58rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zone-preference-grid strong {
  color: var(--heop-ink);
  font-size: 0.76rem;
  line-height: 1.18;
}

.pickup-point-list {
  display: grid;
  gap: 0.72rem;
}

.pickup-point-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.72rem;
  padding: 0.78rem;
}

.pickup-point-card.is-favorite {
  border-color: rgba(36, 90, 59, 0.22);
  background:
    radial-gradient(circle at 0 0, rgba(223, 232, 220, 0.78), transparent 7rem),
    linear-gradient(180deg, rgba(255, 253, 247, 0.97), rgba(223, 232, 220, 0.54));
}

.pickup-point-card h3 {
  color: var(--heop-ink);
  font-size: 0.94rem;
  line-height: 1.15;
}

.pickup-point-card small {
  display: block;
  margin-top: 0.18rem;
  color: rgba(27, 29, 24, 0.68);
  font-size: 0.72rem;
  font-weight: 720;
  line-height: 1.22;
}

.pickup-point-card em {
  display: block;
  margin-top: 0.35rem;
  color: var(--heop-forest);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.24;
}

.zone-privacy-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.78rem;
  padding: 0.9rem;
  background:
    radial-gradient(circle at 10% 20%, rgba(223, 232, 220, 0.65), transparent 8rem),
    linear-gradient(180deg, rgba(255, 253, 247, 0.96), rgba(255, 248, 236, 0.9));
}

.zone-privacy-card > span {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.72);
  border-radius: 50%;
}

.zone-privacy-card svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.zone-privacy-card h2 {
  color: var(--heop-forest);
  font-size: 0.98rem;
}

.zone-privacy-card p {
  margin-top: 0.25rem;
  color: rgba(27, 29, 24, 0.7);
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.35;
}

.auth-shell {
  width: min(100%, 34rem);
  margin-inline: auto;
  padding: 1.2rem var(--heop-gutter) 6rem;
}

.auth-panel {
  padding: 1.15rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 253, 247, 0.9));
  border: 1px solid rgba(223, 212, 195, 0.64);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(27, 29, 24, 0.08);
}

.auth-heading {
  display: grid;
  gap: 0.38rem;
  margin-bottom: 1.05rem;
}

.auth-heading p,
.auth-heading h1,
.auth-heading span,
.auth-switch,
.auth-errors p {
  margin: 0;
}

.auth-heading p {
  color: var(--heop-orange);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.auth-heading h1 {
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: clamp(1.85rem, 10vw, 2.55rem);
  line-height: 0.98;
}

.auth-heading span {
  color: rgba(27, 29, 24, 0.7);
  font-size: 0.9rem;
  font-weight: 660;
  line-height: 1.45;
}

.auth-social-list {
  display: grid;
  gap: 0.65rem;
}

.auth-social-form,
.auth-google-form {
  margin: 0;
}

.auth-social-button,
.auth-google-button,
.auth-submit,
.menu-logout-button {
  min-height: 3rem;
  border: 0;
  font-weight: 950;
}

.auth-social-button,
.auth-google-button,
.auth-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.68rem;
  width: 100%;
  border-radius: var(--heop-radius);
}

.auth-social-button,
.auth-google-button {
  color: var(--heop-ink);
  background: rgba(255, 253, 247, 0.96);
  border: 1px solid rgba(223, 212, 195, 0.86);
  box-shadow: 0 14px 26px rgba(27, 29, 24, 0.06);
}

.auth-social-button span,
.auth-google-button span {
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  color: #4285f4;
  background: #fff;
  border: 1px solid rgba(223, 212, 195, 0.72);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.auth-social-button-facebook span {
  color: #1877f2;
}

.auth-social-button-instagram span {
  color: #c13584;
  font-size: 0.72rem;
}

.auth-separator {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.7rem;
  margin: 1rem 0;
  color: rgba(27, 29, 24, 0.46);
  font-size: 0.74rem;
  font-weight: 850;
}

.auth-separator::before,
.auth-separator::after {
  content: "";
  height: 1px;
  background: rgba(223, 212, 195, 0.86);
}

.auth-form {
  display: grid;
  gap: 0.78rem;
}

.auth-field {
  display: grid;
  gap: 0.38rem;
}

.auth-field label {
  color: rgba(27, 29, 24, 0.82);
  font-size: 0.76rem;
  font-weight: 900;
}

.auth-field input,
.auth-field select {
  width: 100%;
  min-height: 3rem;
  padding: 0 0.9rem;
  color: var(--heop-ink);
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid rgba(223, 212, 195, 0.86);
  border-radius: 14px;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 720;
  outline: none;
}

.auth-field input:focus,
.auth-field select:focus {
  border-color: rgba(36, 90, 59, 0.46);
  box-shadow: 0 0 0 4px rgba(36, 90, 59, 0.1);
}

.auth-field em,
.auth-field small,
.auth-errors {
  color: #8a3525;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 760;
  line-height: 1.35;
}

.auth-errors {
  padding: 0.75rem 0.85rem;
  background: rgba(255, 248, 236, 0.98);
  border: 1px solid rgba(188, 76, 45, 0.25);
  border-radius: 14px;
}

.auth-field-checkbox label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.62rem;
  padding: 0.76rem 0.85rem;
  background: rgba(247, 244, 239, 0.72);
  border-radius: 14px;
}

.auth-field-checkbox input {
  width: 1.1rem;
  height: 1.1rem;
  min-height: 0;
  padding: 0;
  accent-color: var(--heop-forest);
}

.auth-submit {
  margin-top: 0.2rem;
  color: #fffdf7;
  background: linear-gradient(135deg, var(--heop-forest), var(--heop-orange-2));
  box-shadow: 0 15px 28px rgba(36, 90, 59, 0.16);
}

.auth-switch {
  margin-top: 1rem;
  color: rgba(27, 29, 24, 0.66);
  font-size: 0.84rem;
  font-weight: 760;
  text-align: center;
}

.auth-switch a {
  color: var(--heop-forest);
  font-weight: 950;
}

.auth-form-signup {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auth-form-signup .auth-errors,
.auth-form-signup .auth-field-email,
.auth-form-signup .auth-field-phone,
.auth-form-signup .auth-field-password1,
.auth-form-signup .auth-field-password2,
.auth-form-signup .auth-field-marketing_opt_in,
.auth-form-signup .auth-field-accept_terms,
.auth-form-signup .auth-field-accept_privacy,
.auth-form-signup .auth-submit {
  grid-column: 1 / -1;
}

.auth-form-pro-signup {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auth-form-pro-signup .auth-errors,
.auth-form-pro-signup .auth-field-email,
.auth-form-pro-signup .auth-field-phone,
.auth-form-pro-signup .auth-field-professional_identifier,
.auth-form-pro-signup .auth-field-password1,
.auth-form-pro-signup .auth-field-password2,
.auth-form-pro-signup .auth-field-marketing_opt_in,
.auth-form-pro-signup .auth-field-accept_terms,
.auth-form-pro-signup .auth-field-accept_privacy,
.auth-form-pro-signup .auth-submit {
  grid-column: 1 / -1;
}

.auth-secondary-switch {
  margin-top: 0.45rem;
}

.profile-editor-shell {
  display: grid;
  gap: 0.62rem;
}

.profile-hero-card,
.profile-form-card,
.profile-note-grid article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 253, 247, 0.9));
  border: 1px solid rgba(223, 212, 195, 0.68);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(27, 29, 24, 0.05);
}

.profile-hero-card {
  display: grid;
  gap: 0.55rem;
  padding: 0.72rem;
}

.profile-back-link {
  width: max-content;
  color: var(--heop-forest);
  font-size: 0.74rem;
  font-weight: 950;
}

.profile-hero-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.86rem;
}

.profile-avatar-preview {
  display: inline-grid;
  place-items: center;
  width: 5.4rem;
  height: 5.4rem;
  color: #fffdf7;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 35%),
    linear-gradient(145deg, var(--heop-forest), var(--heop-forest-2));
  border: 4px solid rgba(255, 253, 247, 0.92);
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(27, 29, 24, 0.14);
  overflow: hidden;
  font-size: 1.24rem;
  font-weight: 950;
}

.profile-avatar-preview-compact {
  width: 4.2rem;
  height: 4.2rem;
  border-width: 3px;
  font-size: 1rem;
}

.profile-avatar-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-hero-main p,
.profile-hero-main h1,
.profile-hero-main span,
.profile-section-heading p,
.profile-section-heading h2,
.profile-storage-note strong,
.profile-storage-note span,
.profile-note-grid strong,
.profile-note-grid span {
  margin: 0;
}

.profile-hero-main p,
.profile-section-heading p {
  color: var(--heop-orange);
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.profile-hero-main h1,
.profile-section-heading h2 {
  color: var(--heop-forest);
  font-family: var(--heop-font);
  font-size: 1.26rem;
  font-weight: 950;
  line-height: 1.08;
}

.profile-hero-main h1 {
  font-size: 1.44rem;
}

.profile-hero-main span,
.profile-storage-note span,
.profile-note-grid span,
.profile-section-heading span {
  color: rgba(27, 29, 24, 0.7);
  font-size: 0.82rem;
  font-weight: 680;
  line-height: 1.35;
}

.profile-storage-note {
  display: grid;
  gap: 0.22rem;
  padding: 0.74rem 0.82rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.42);
  border: 1px solid rgba(36, 90, 59, 0.13);
  border-radius: 16px;
}

.profile-storage-note strong,
.profile-note-grid strong {
  color: var(--heop-forest);
  font-size: 0.84rem;
  font-weight: 950;
}

.profile-form-card {
  display: grid;
  gap: 0.68rem;
  padding: 0.78rem;
}

.profile-section-heading {
  display: grid;
  gap: 0.24rem;
}

.profile-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.72rem;
}

.profile-status-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  min-height: 5.4rem;
  padding: 0.86rem;
  color: var(--heop-ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(223, 212, 195, 0.72);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(27, 29, 24, 0.05);
}

.profile-status-icon {
  display: inline-grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  color: var(--heop-forest);
  background: rgba(223, 242, 231, 0.88);
  border-radius: 999px;
}

.profile-status-card.tone-orange .profile-status-icon {
  color: var(--heop-orange);
  background: rgba(255, 239, 232, 0.92);
}

.profile-status-card.tone-slate .profile-status-icon {
  color: rgba(34, 42, 31, 0.72);
  background: rgba(232, 232, 226, 0.76);
}

.profile-status-icon svg {
  width: 1.22rem;
  height: 1.22rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-status-copy {
  display: grid;
  min-width: 0;
  gap: 0.1rem;
}

.profile-status-copy small,
.profile-status-copy strong,
.profile-status-copy em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-status-copy small {
  color: rgba(27, 29, 24, 0.56);
  font-size: 0.66rem;
  font-weight: 920;
  text-transform: uppercase;
}

.profile-status-copy strong {
  color: var(--heop-ink);
  font-size: 0.88rem;
  font-weight: 920;
}

.profile-status-copy em {
  color: var(--heop-forest);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 860;
}

.profile-status-card.tone-orange .profile-status-copy em {
  color: var(--heop-orange);
}

.profile-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.68rem;
}

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

.profile-form .auth-errors,
.profile-form .auth-field-avatar,
.profile-form .auth-field-remove_avatar,
.profile-form .auth-field-email,
.profile-form .auth-field-food_preferences,
.profile-form .auth-field-allergies,
.profile-form .auth-field-marketing_opt_in,
.profile-form .auth-submit {
  grid-column: 1 / -1;
}

.profile-avatar-upload {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
}

.profile-avatar-preview-small {
  width: 4.4rem;
  height: 4.4rem;
  font-size: 1rem;
}

.profile-field-stack {
  display: grid;
  gap: 0.7rem;
}

.profile-address-grid {
  display: grid;
  gap: 0.58rem;
}

.profile-address-card {
  display: grid;
  gap: 0.58rem;
  padding: 0.68rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(223, 212, 195, 0.66);
  border-radius: 18px;
}

.profile-address-card-muted {
  background: rgba(248, 248, 242, 0.72);
}

.profile-address-card-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.66rem;
  align-items: center;
}

.profile-address-card-heading > span {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--heop-forest);
  background: rgba(223, 242, 231, 0.88);
  border-radius: 999px;
}

.profile-address-card-muted .profile-address-card-heading > span {
  color: var(--heop-orange);
  background: rgba(255, 239, 232, 0.92);
}

.profile-address-card-heading svg {
  width: 1.08rem;
  height: 1.08rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-address-card-heading small,
.profile-address-card-heading strong {
  display: block;
}

.profile-address-card-heading small {
  color: rgba(27, 29, 24, 0.56);
  font-size: 0.68rem;
  font-weight: 920;
  text-transform: uppercase;
}

.profile-address-card-heading strong {
  color: var(--heop-ink);
  font-size: 0.9rem;
  font-weight: 930;
}

.profile-address-card .auth-field-shipping_line1,
.profile-address-card .auth-field-shipping_line2,
.profile-address-card .auth-field-shipping_instructions,
.profile-address-card .auth-field-billing_same_as_shipping,
.profile-address-card .auth-field-billing_line1,
.profile-address-card .auth-field-billing_line2 {
  grid-column: 1 / -1;
}

.auth-field textarea {
  width: 100%;
  min-height: 3.65rem;
  padding: 0.68rem 0.78rem;
  color: var(--heop-ink);
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid rgba(223, 212, 195, 0.86);
  border-radius: 14px;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 680;
  outline: none;
  resize: vertical;
}

.auth-field input[type="file"] {
  padding: 0.6rem;
  font-size: 0.82rem;
}

.auth-field textarea:focus {
  border-color: rgba(36, 90, 59, 0.46);
  box-shadow: 0 0 0 4px rgba(36, 90, 59, 0.1);
}

.profile-form input:disabled {
  color: rgba(34, 42, 31, 0.66);
  background: rgba(238, 238, 232, 0.72);
  cursor: not-allowed;
}

.profile-form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.74rem;
  padding: 0.18rem 0 0;
}

.profile-form-actions > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0 1rem;
  color: rgba(34, 42, 31, 0.74);
  background: rgba(255, 253, 247, 0.9);
  border: 1px solid rgba(223, 212, 195, 0.82);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 880;
}

.profile-form-actions .auth-submit {
  width: auto;
  min-width: 13rem;
  margin: 0;
}

.profile-note-grid {
  display: grid;
  gap: 0.72rem;
}

.profile-note-grid article {
  display: grid;
  gap: 0.24rem;
  padding: 0.86rem;
}

@media (max-width: 520px) {
  .profile-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-avatar-upload {
    grid-template-columns: minmax(0, 1fr);
  }

  .profile-address-card {
    padding: 0.82rem;
  }

  .profile-form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .profile-form-actions .auth-submit,
  .profile-form-actions > a {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .profile-status-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .profile-field-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.profile-editor-shell {
  gap: 0.72rem;
  padding-top: 0.72rem;
  padding-bottom: 6.6rem;
}

.profile-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  width: fit-content;
  color: var(--heop-forest);
  font-size: 0.92rem;
  font-weight: 900;
}

.profile-back-link svg,
.account-profile-page svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-back-link svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 2.2;
}

.profile-hero-card,
.profile-form-card,
.profile-status-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(223, 212, 195, 0.82);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(44, 57, 35, 0.05);
}

.profile-hero-card {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem;
}

.profile-avatar-preview-large {
  width: 7.05rem;
  height: 7.05rem;
  border-width: 3px;
  font-size: 1.55rem;
}

.profile-hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.2rem;
}

.profile-hero-main p {
  color: var(--heop-orange);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
}

.profile-hero-main h1 {
  color: var(--heop-forest);
  font-family: var(--heop-font);
  font-size: clamp(1.78rem, 5.6vw, 2.42rem);
  font-weight: 950;
}

.profile-hero-main span {
  color: var(--heop-ink);
  font-size: 1.02rem;
  font-weight: 720;
}

.profile-verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  width: fit-content;
  min-height: 2rem;
  margin-top: 0.38rem;
  padding: 0 0.8rem;
  color: var(--heop-forest);
  background: rgba(223, 242, 231, 0.88);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
}

.profile-verified-pill svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 2.3;
}

.profile-edit-button,
.profile-photo-upload label,
.profile-address-alert a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.85rem;
  padding: 0 1rem;
  color: var(--heop-ink);
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(223, 212, 195, 0.9);
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 840;
  white-space: nowrap;
}

.profile-edit-button svg,
.profile-photo-upload label svg {
  width: 1.08rem;
  height: 1.08rem;
  stroke-width: 2;
}

.profile-status-grid {
  gap: 0.62rem;
}

.profile-status-card {
  min-height: 5rem;
  padding: 0.74rem;
  border-radius: 16px;
}

.profile-status-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
}

.profile-status-copy small {
  color: rgba(34, 42, 31, 0.66);
  font-size: 0.76rem;
  letter-spacing: 0.13em;
}

.profile-status-copy strong {
  color: var(--heop-forest);
  font-size: 1.08rem;
}

.profile-status-card.tone-orange .profile-status-copy strong {
  color: var(--heop-orange);
}

.profile-form-layout {
  gap: 0;
}

.profile-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(223, 212, 195, 0.82);
  border-radius: 18px 18px 0 0;
}

.profile-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  min-height: 3.25rem;
  color: var(--heop-ink);
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(223, 212, 195, 0.65);
  font-size: 0.98rem;
  font-weight: 780;
  cursor: pointer;
}

.profile-tabs button svg {
  flex: 0 0 auto;
  width: 1.12rem;
  height: 1.12rem;
  stroke-width: 2.05;
}

.profile-tab-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-tabs button:last-child {
  border-right: 0;
}

.profile-tabs button.is-active {
  color: var(--heop-forest);
  box-shadow: inset 0 -3px 0 var(--heop-forest);
  font-weight: 920;
}

.profile-tabs button:focus-visible {
  outline: 3px solid rgba(36, 90, 59, 0.18);
  outline-offset: -3px;
}

.profile-view-panel[hidden] {
  display: none;
}

.profile-panel-card {
  gap: 1rem;
  padding: 0.82rem;
  border-radius: 0 0 18px 18px;
  border-top: 0;
}

.profile-photo-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.82rem;
  align-items: center;
  padding: 0.82rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(223, 212, 195, 0.78);
  border-radius: 16px;
}

.profile-photo-card h2,
.profile-inline-section h2,
.profile-section-heading h2 {
  color: var(--heop-forest);
  font-family: var(--heop-font);
  font-size: 1.15rem;
  font-weight: 950;
  line-height: 1.1;
}

.profile-photo-card strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--heop-ink);
  font-size: 0.96rem;
  font-weight: 900;
}

.profile-photo-card span,
.profile-inline-section p,
.profile-section-heading span {
  color: rgba(34, 42, 31, 0.74);
  font-size: 0.9rem;
  font-weight: 680;
  line-height: 1.35;
}

.profile-avatar-preview-small {
  width: 4.1rem;
  height: 4.1rem;
  border-width: 2px;
}

.profile-photo-upload {
  position: relative;
  justify-self: end;
}

.profile-photo-upload label {
  color: var(--heop-forest);
  border-color: rgba(36, 90, 59, 0.42);
}

.profile-photo-upload input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.profile-remove-avatar {
  grid-column: 1 / -1;
}

.profile-inline-section {
  display: grid;
  gap: 0.58rem;
}

.profile-billing-section {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(223, 212, 195, 0.68);
}

.profile-field-grid {
  gap: 0.7rem;
}

.profile-form .auth-field-avatar,
.profile-form .auth-field-remove_avatar,
.profile-form .auth-field-email,
.profile-form .auth-field-food_preferences,
.profile-form .auth-field-allergies,
.profile-form .auth-field-marketing_opt_in {
  grid-column: auto;
}

.profile-form .auth-field-food_preferences,
.profile-form .auth-field-allergies,
.profile-address-fields .auth-field-shipping_line1,
.profile-address-fields .auth-field-shipping_line2,
.profile-address-fields .auth-field-shipping_instructions {
  grid-column: 1 / -1;
}

.profile-address-alert {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.72rem;
  align-items: center;
  padding: 0.72rem;
  color: var(--heop-orange);
  background: rgba(255, 248, 239, 0.9);
  border: 1px solid rgba(225, 91, 35, 0.36);
  border-radius: 14px;
}

.profile-address-alert > span {
  display: inline-grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
}

.profile-address-alert svg {
  width: 1.38rem;
  height: 1.38rem;
  stroke-width: 2;
}

.profile-address-alert strong {
  font-size: 1rem;
  font-weight: 920;
}

.profile-address-alert a {
  color: var(--heop-orange);
  border-color: rgba(225, 91, 35, 0.42);
  font-weight: 900;
}

.profile-toggle-list,
.profile-security-list {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(223, 212, 195, 0.78);
  border-radius: 14px;
}

.profile-toggle-row,
.profile-security-list a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.72rem;
  align-items: center;
  min-height: 3.25rem;
  padding: 0 0.72rem;
  color: var(--heop-ink);
  border-bottom: 1px solid rgba(223, 212, 195, 0.7);
}

.profile-toggle-row:last-child,
.profile-security-list a:last-child {
  border-bottom: 0;
}

.profile-toggle-row > span,
.profile-security-list a > span {
  display: inline-grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  color: var(--heop-forest);
}

.profile-toggle-row svg,
.profile-security-list svg {
  width: 1.22rem;
  height: 1.22rem;
  stroke-width: 1.9;
}

.profile-toggle-row strong,
.profile-security-list a {
  font-size: 0.92rem;
  font-weight: 760;
}

.profile-toggle-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.profile-toggle-row i {
  position: relative;
  width: 3.4rem;
  height: 1.9rem;
  background: rgba(103, 113, 106, 0.26);
  border-radius: 999px;
  transition: background 160ms ease;
}

.profile-toggle-row i::after {
  content: "";
  position: absolute;
  top: 0.18rem;
  left: 0.18rem;
  width: 1.54rem;
  height: 1.54rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(34, 42, 31, 0.14);
  transition: transform 160ms ease;
}

.profile-toggle-row input:checked + i,
.profile-toggle-row.is-static i {
  background: var(--heop-forest);
}

.profile-toggle-row input:checked + i::after,
.profile-toggle-row.is-static i::after {
  transform: translateX(1.5rem);
}

.profile-security-list a > svg {
  width: 1.04rem;
  height: 1.04rem;
  stroke-width: 2.1;
}

.profile-billing-card {
  margin-top: 0.68rem;
}

.profile-form-actions {
  padding: 0.8rem 0 0;
}

.profile-form-actions > a,
.profile-form-actions .auth-submit {
  border-radius: 10px;
}

@media (max-width: 620px) {
  .profile-hero-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.74rem;
  }

  .profile-edit-button {
    min-height: 2.46rem;
    padding-inline: 0.76rem;
    font-size: 0.86rem;
  }

  .profile-photo-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .profile-photo-upload {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .profile-photo-upload label {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .profile-editor-shell {
    padding-top: 0.62rem;
  }

  .profile-hero-card {
    padding: 0.78rem;
  }

  .profile-avatar-preview-large {
    width: 4.9rem;
    height: 4.9rem;
  }

  .profile-hero-main p {
    font-size: 0.66rem;
  }

  .profile-hero-main h1 {
    font-size: 1.44rem;
  }

  .profile-hero-main span {
    font-size: 0.86rem;
  }

  .profile-verified-pill {
    min-height: 1.72rem;
    padding-inline: 0.64rem;
    font-size: 0.78rem;
  }

  .profile-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-status-card {
    min-height: 4.32rem;
    padding: 0.62rem;
  }

  .profile-status-icon {
    width: 2.46rem;
    height: 2.46rem;
  }

  .profile-status-copy small {
    font-size: 0.64rem;
  }

  .profile-status-copy strong {
    font-size: 0.92rem;
  }

  .profile-tabs {
    overflow: hidden;
  }

  .profile-tabs button {
    min-width: 0;
    min-height: 3.1rem;
    gap: 0;
    padding-inline: 0.2rem;
  }

  .profile-tabs button svg {
    width: 1.34rem;
    height: 1.34rem;
    stroke-width: 2.1;
  }

  .profile-tab-label {
    display: none;
  }

  .profile-field-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .profile-address-alert {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .profile-address-alert a {
    grid-column: 1 / -1;
  }
}

@media (max-width: 390px) {
  .profile-hero-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .profile-edit-button {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .profile-status-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .profile-toggle-row,
  .profile-security-list a {
    gap: 0.56rem;
    padding: 0 0.58rem;
  }
}

.pro-documents-shell {
  width: min(100%, 42rem);
}

.pro-shell {
  display: grid;
  gap: 1rem;
  padding-bottom: 5.6rem;
}

.pro-page .account-section {
  margin-top: 0;
}

.pro-hero-card,
.pro-progress-card,
.pro-stats-grid article,
.pro-finance-card,
.pro-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 253, 247, 0.9));
  border: 1px solid rgba(223, 212, 195, 0.68);
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(27, 29, 24, 0.07);
}

.pro-hero-card {
  display: grid;
  gap: 0.46rem;
  padding: 1rem;
  overflow: hidden;
}

.pro-hero-card p,
.pro-hero-card h1,
.pro-hero-card span {
  margin: 0;
}

.pro-hero-card p {
  color: var(--heop-orange);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pro-hero-card h1 {
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: clamp(1.42rem, 8vw, 2.2rem);
  line-height: 0.98;
}

.pro-hero-card > span {
  color: rgba(27, 29, 24, 0.72);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.pro-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
  margin-top: 0.3rem;
}

.pro-hero-actions a,
.pro-hero-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.32rem;
  padding: 0 0.9rem;
  color: #fffdf7;
  background: var(--heop-forest);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 920;
}

.pro-hero-actions form {
  margin: 0;
}

.pro-hero-actions button {
  border: 0;
  cursor: pointer;
}

.pro-hero-actions a + a {
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.7);
}

.pro-progress-card {
  display: grid;
  gap: 0.48rem;
  padding: 0.72rem;
}

.pro-progress-card a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.58rem;
  min-height: 2.55rem;
  padding: 0.54rem 0.66rem;
  color: rgba(27, 29, 24, 0.72);
  background: rgba(247, 244, 239, 0.74);
  border: 1px solid rgba(223, 212, 195, 0.6);
  border-radius: 14px;
  font-size: 0.78rem;
  font-weight: 900;
}

.pro-progress-card a span,
.pro-workflow-list li span {
  display: inline-grid;
  place-items: center;
  width: 1.48rem;
  height: 1.48rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.84);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 950;
}

.pro-progress-card a.is-done {
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.48);
  border-color: rgba(36, 90, 59, 0.24);
}

.pro-stats-grid,
.pro-finance-grid,
.pro-catalog-grid,
.pro-payment-methods {
  display: grid;
  gap: 0.72rem;
}

.pro-stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pro-stats-grid article,
.pro-finance-card,
.pro-catalog-item,
.pro-card-preview,
.pro-empty-card,
.pro-offer-row {
  min-width: 0;
}

.pro-stats-grid article {
  display: grid;
  gap: 0.2rem;
  min-height: 5.3rem;
  padding: 0.72rem;
}

.pro-stats-grid small,
.pro-finance-card small,
.pro-catalog-item small,
.pro-offer-status,
.pro-card-preview span {
  color: var(--heop-orange-2);
  font-size: 0.64rem;
  font-weight: 950;
  text-transform: uppercase;
}

.pro-stats-grid strong {
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: 1.62rem;
  line-height: 0.95;
}

.pro-stats-grid span,
.pro-finance-card span,
.pro-catalog-item span,
.pro-catalog-item em,
.pro-card-preview small,
.pro-offer-row small,
.pro-offer-row em,
.pro-empty-card span,
.pro-note {
  color: rgba(27, 29, 24, 0.68);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 680;
  line-height: 1.35;
}

.pro-finance-grid {
  margin-top: 0.2rem;
}

.pro-finance-card {
  display: grid;
  gap: 0.26rem;
  padding: 0.86rem;
}

.pro-finance-card strong {
  color: var(--heop-forest);
  font-size: 1.1rem;
  font-weight: 950;
}

.pro-panel {
  display: grid;
  gap: 0.82rem;
  padding: 0.9rem;
}

.pro-panel .account-section-heading {
  margin-bottom: 0;
}

.pro-panel .account-section-heading h2 {
  font-size: clamp(1.32rem, 7vw, 1.8rem);
}

.pro-workflow-list {
  display: grid;
  gap: 0.56rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pro-workflow-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.6rem;
  padding: 0.66rem;
  background: rgba(247, 244, 239, 0.64);
  border: 1px solid rgba(223, 212, 195, 0.55);
  border-radius: 14px;
}

.pro-workflow-list p,
.pro-note {
  margin: 0;
}

.pro-workflow-list p {
  color: rgba(27, 29, 24, 0.78);
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1.35;
}

.pro-note {
  padding: 0.72rem 0.78rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.44);
  border-radius: 14px;
}

.public-preview-card {
  display: grid;
  gap: 0.82rem;
  padding: 0.72rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 253, 247, 0.9));
  border: 1px solid rgba(223, 212, 195, 0.68);
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(27, 29, 24, 0.07);
}

.public-preview-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.72rem;
  min-width: 0;
  padding: 0.62rem 0.7rem;
  color: rgba(27, 29, 24, 0.74);
  background: rgba(247, 244, 239, 0.74);
  border: 1px solid rgba(223, 212, 195, 0.68);
  border-radius: 8px;
}

.public-preview-toolbar div {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.public-preview-toolbar p,
.public-preview-toolbar strong {
  margin: 0;
}

.public-preview-toolbar p {
  color: var(--heop-orange);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.public-preview-toolbar strong,
.public-preview-toolbar span,
.public-preview-toolbar a {
  font-size: 0.7rem;
  font-weight: 860;
  line-height: 1.18;
}

.public-preview-toolbar strong {
  color: var(--heop-ink);
}

.public-preview-toolbar a,
.public-preview-toolbar > span {
  flex: 0 0 auto;
  max-width: 9rem;
  padding: 0.44rem 0.58rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.76);
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
}

.public-preview-hero {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(198, 97, 56, 0.16), transparent 8rem),
    linear-gradient(135deg, rgba(255, 248, 236, 0.95), rgba(223, 232, 220, 0.72));
  border-radius: 20px;
}

.public-preview-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 253, 247, 0.96), rgba(255, 253, 247, 0.62) 48%, rgba(255, 253, 247, 0.08));
}

.public-preview-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-preview-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 0.38rem;
  width: min(72%, 22rem);
  min-height: 16rem;
  padding: 1rem;
}

.public-preview-copy span {
  width: max-content;
  padding: 0.32rem 0.52rem;
  color: #fffdf7;
  background: var(--heop-orange);
  border-radius: 8px;
  font-size: 0.58rem;
  font-weight: 950;
  text-transform: uppercase;
}

.public-preview-copy h2 {
  margin: 0;
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: clamp(2.15rem, 11vw, 4rem);
  line-height: 0.92;
}

.public-preview-copy em {
  color: var(--heop-orange-2);
  font-size: clamp(1.05rem, 5.5vw, 1.75rem);
  font-style: italic;
  font-weight: 680;
  line-height: 1.05;
}

.public-preview-copy p {
  margin: 0;
  color: rgba(27, 29, 24, 0.82);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.42;
}

.public-preview-facts,
.public-preview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 0.2rem;
}

.public-preview-facts small,
.public-preview-tags span {
  padding: 0.32rem 0.5rem;
  color: var(--heop-forest);
  background: rgba(255, 253, 247, 0.82);
  border: 1px solid rgba(36, 90, 59, 0.14);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 850;
}

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

.public-preview-grid article {
  display: grid;
  gap: 0.3rem;
  min-height: 7rem;
  padding: 0.82rem;
  background: rgba(255, 253, 247, 0.86);
  border: 1px solid rgba(223, 212, 195, 0.64);
  border-radius: 18px;
}

.public-preview-grid p {
  margin: 0;
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: 1.12rem;
  line-height: 1;
}

.public-preview-grid strong,
.public-preview-grid small,
.public-preview-gallery span {
  color: rgba(27, 29, 24, 0.76);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.public-preview-gallery img,
.public-preview-gallery span {
  width: 100%;
  min-height: 8rem;
  border-radius: 18px;
}

.public-preview-gallery img {
  height: 8rem;
  object-fit: cover;
}

.public-preview-gallery span {
  display: grid;
  grid-column: 1 / -1;
  place-items: center;
  padding: 1rem;
  text-align: center;
  background: rgba(247, 244, 239, 0.72);
  border: 1px dashed rgba(36, 90, 59, 0.24);
}

.public-profile-saved {
  gap: 0.78rem;
}

.public-profile-saved .account-section-heading {
  align-items: center;
}

.public-profile-saved .account-section-heading a {
  color: var(--heop-forest);
  font-size: 0.74rem;
  font-weight: 900;
  text-decoration: none;
}

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

.public-saved-grid article {
  display: grid;
  align-content: start;
  gap: 0.18rem;
  min-width: 0;
  min-height: 6.4rem;
  padding: 0.72rem;
  background: rgba(255, 253, 247, 0.82);
  border: 1px solid rgba(223, 212, 195, 0.62);
  border-radius: 8px;
}

.public-saved-grid small {
  color: var(--heop-orange);
  font-size: 0.6rem;
  font-weight: 950;
  text-transform: uppercase;
}

.public-saved-grid strong {
  color: var(--heop-forest);
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.16;
}

.public-saved-grid span {
  color: rgba(27, 29, 24, 0.68);
  font-size: 0.7rem;
  font-weight: 720;
  line-height: 1.3;
}

.public-photo-guide {
  display: grid;
  grid-template-columns: 4.9rem minmax(0, 1fr);
  gap: 0.18rem 0.58rem;
  align-items: start;
  margin-top: 0.5rem;
  padding: 0.54rem;
  color: rgba(27, 29, 24, 0.7);
  background: rgba(255, 253, 247, 0.78);
  border: 1px solid rgba(223, 212, 195, 0.66);
  border-radius: 8px;
}

.public-photo-guide div {
  grid-row: 1 / 4;
  position: relative;
  overflow: hidden;
  width: 100%;
  background:
    linear-gradient(135deg, rgba(223, 232, 220, 0.72), rgba(255, 248, 236, 0.88));
  border: 1px dashed rgba(36, 90, 59, 0.2);
  border-radius: 8px;
}

.public-photo-guide-hero div {
  aspect-ratio: 16 / 9;
}

.public-photo-guide-portrait div {
  aspect-ratio: 1;
  border-radius: 50%;
}

.public-photo-guide-place div {
  aspect-ratio: 4 / 3;
}

.public-photo-guide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-photo-guide div > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.public-photo-guide div > span::before {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background: rgba(36, 90, 59, 0.18);
  border-radius: 50%;
  box-shadow:
    0 1.25rem 0 -0.45rem rgba(36, 90, 59, 0.14),
    1.05rem 0.76rem 0 -0.72rem rgba(198, 97, 56, 0.3);
}

.public-photo-guide strong,
.public-photo-guide small,
.public-photo-guide em {
  min-width: 0;
  line-height: 1.25;
}

.public-photo-guide strong {
  color: var(--heop-forest);
  font-size: 0.76rem;
  font-weight: 950;
}

.public-photo-guide small {
  color: rgba(27, 29, 24, 0.72);
  font-size: 0.66rem;
  font-weight: 780;
}

.public-photo-guide em {
  color: rgba(27, 29, 24, 0.58);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
}

.quote-request-form,
.quote-response-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quote-request-form .auth-errors,
.quote-request-form .auth-field-quote_lines,
.quote-request-form .auth-field-offers,
.quote-request-form .auth-field-requested_items,
.quote-request-form .auth-field-message,
.quote-request-form .auth-submit,
.quote-response-form .auth-errors,
.quote-response-form .auth-field-seller_message,
.quote-submit-row {
  grid-column: 1 / -1;
}

.quote-offer-choice-list ul {
  display: grid;
  gap: 0.38rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote-offer-choice-list li,
.quote-line-card,
.quote-message-card,
.quote-milestone-grid article {
  min-width: 0;
  padding: 0.66rem;
  background: rgba(255, 253, 247, 0.84);
  border: 1px solid rgba(223, 212, 195, 0.62);
  border-radius: 8px;
}

.quote-offer-choice-list label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.42rem;
  align-items: start;
  color: rgba(27, 29, 24, 0.76);
  font-size: 0.72rem;
  font-weight: 820;
  line-height: 1.24;
}

.quote-request-summary,
.quote-request-compact,
.quote-request-points,
.quote-request-builder,
.quote-request-line-list,
.quote-request-line,
.quote-request-line-grid {
  display: grid;
}

.quote-request-compact {
  gap: 0.46rem;
  align-items: center;
}

.quote-request-compact small {
  color: rgba(27, 29, 24, 0.62);
  font-size: 0.68rem;
  font-weight: 780;
  line-height: 1.3;
  text-align: center;
}

.quote-request-open-compact {
  width: 100%;
  margin: 0;
}

.quote-request-summary {
  gap: 0.82rem;
}

.quote-request-summary > p {
  margin: 0;
  color: rgba(27, 29, 24, 0.72);
  font-size: 0.8rem;
  font-weight: 760;
  line-height: 1.42;
}

.quote-request-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.quote-request-points span {
  display: grid;
  place-items: center;
  min-height: 3.1rem;
  padding: 0.68rem;
  color: var(--heop-forest);
  background: rgba(239, 246, 237, 0.82);
  border: 1px solid rgba(36, 90, 59, 0.12);
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.quote-request-open {
  width: auto;
  min-width: min(100%, 13rem);
}

.quote-request-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(19, 26, 22, 0.56);
  backdrop-filter: blur(4px);
}

.quote-request-modal[hidden],
.quote-request-modal-backdrop[hidden] {
  display: none;
}

.quote-request-modal {
  position: fixed;
  inset: 0;
  z-index: 81;
  display: grid;
  align-items: end;
  padding: clamp(0.9rem, 3vw, 1.4rem);
}

.quote-request-modal-shell {
  position: relative;
  display: grid;
  gap: 0.9rem;
  width: min(100%, 42rem);
  max-height: min(88vh, 52rem);
  margin: 0 auto;
  overflow: auto;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(255, 248, 236, 0.96));
  border: 1px solid rgba(223, 212, 195, 0.72);
  border-radius: 24px;
  box-shadow: 0 28px 52px rgba(21, 28, 23, 0.22);
}

.quote-request-modal-close {
  position: absolute;
  right: 0.9rem;
  top: 0.9rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  color: var(--heop-forest);
  background: rgba(239, 246, 237, 0.92);
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
}

.quote-request-modal-heading {
  align-items: start;
  padding-right: 3rem;
}

.quote-request-form-modal {
  gap: 0.72rem;
}

.quote-request-builder,
.quote-request-line-list {
  gap: 0.64rem;
}

.quote-request-line {
  gap: 0.56rem;
  padding: 0.8rem;
  background: rgba(255, 253, 247, 0.86);
  border: 1px solid rgba(223, 212, 195, 0.68);
  border-radius: 16px;
}

.quote-request-line-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.64rem;
}

.quote-request-inline-label {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
  color: rgba(27, 29, 24, 0.72);
  font-size: 0.68rem;
  font-weight: 850;
}

.quote-request-line-title,
.quote-request-line-note {
  grid-column: 1 / -1;
}

.quote-request-inline-label textarea,
.quote-request-inline-label input,
.quote-request-inline-label select {
  min-height: 2.65rem;
  width: 100%;
  padding: 0 0.74rem;
  color: var(--heop-ink);
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(223, 212, 195, 0.76);
  border-radius: 12px;
  font: inherit;
  font-weight: 780;
}

.quote-request-inline-label textarea {
  min-height: 5rem;
  padding: 0.72rem 0.74rem;
  resize: vertical;
}

.quote-request-line-remove,
.quote-request-add-line {
  justify-self: start;
  min-height: 2.2rem;
  padding: 0 0.8rem;
  border: 0;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.82);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
}

.quote-request-line-remove {
  background: rgba(255, 240, 233, 0.9);
  color: #9b452e;
}

html.is-quote-request-open,
body.is-quote-request-open {
  overflow: hidden;
}

.quote-line-list,
.quote-message-list,
.quote-milestone-grid {
  display: grid;
  gap: 0.58rem;
}

.quote-milestone-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quote-line-card,
.quote-message-card,
.quote-milestone-grid article {
  display: grid;
  gap: 0.18rem;
}

.quote-line-card strong,
.quote-message-card strong,
.quote-milestone-grid strong {
  color: var(--heop-forest);
  font-size: 0.84rem;
  font-weight: 950;
  line-height: 1.18;
}

.quote-line-card small,
.quote-line-card em,
.quote-message-card small,
.quote-milestone-grid small,
.quote-milestone-grid span {
  color: rgba(27, 29, 24, 0.64);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 740;
  line-height: 1.3;
}

.quote-message-customer {
  border-color: rgba(36, 90, 59, 0.18);
  background: rgba(223, 232, 220, 0.42);
}

.quote-message-seller {
  border-color: rgba(198, 97, 56, 0.22);
  background: rgba(255, 248, 236, 0.86);
}

.quote-response-form .auth-field {
  min-width: 0;
}

.quote-response-form .auth-field[class*="_title"],
.quote-response-form .auth-field[class*="_description"] {
  grid-column: 1 / -1;
}

.quote-payment-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.58rem;
  align-items: end;
}

.quote-payment-form label {
  display: grid;
  gap: 0.25rem;
  color: rgba(27, 29, 24, 0.72);
  font-size: 0.68rem;
  font-weight: 850;
}

.quote-payment-form select {
  min-height: 2.55rem;
  padding: 0 0.7rem;
  color: var(--heop-ink);
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(223, 212, 195, 0.76);
  border-radius: 8px;
  font: inherit;
  font-weight: 850;
}

.quote-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.quote-submit-row .auth-submit {
  width: auto;
  min-width: min(100%, 10rem);
}

.pro-public-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pro-public-form .auth-errors,
.pro-public-form .auth-field-short_description,
.pro-public-form .auth-field-story,
.pro-public-form .auth-field-know_how,
.pro-public-form .auth-field-pickup_details,
.pro-public-form .auth-field-services_text,
.pro-public-form .auth-field-commitments_text,
.pro-public-form .auth-field-customer_quote,
.pro-public-form .auth-field-is_ready_for_review,
.pro-public-form .auth-submit {
  grid-column: 1 / -1;
}

.pro-catalog-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.pro-catalog-fastlane-grid,
.pro-catalog-smart-card {
  display: grid;
  gap: 0.64rem;
}

.pro-catalog-fastlane-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pro-catalog-fastlane-grid article,
.pro-catalog-smart-card {
  min-width: 0;
  padding: 0.78rem;
  background: rgba(255, 253, 247, 0.82);
  border: 1px solid rgba(223, 212, 195, 0.62);
  border-radius: 8px;
}

.pro-catalog-fastlane-grid span {
  display: inline-grid;
  place-items: center;
  width: 1.74rem;
  height: 1.74rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.78);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 950;
}

.pro-catalog-fastlane-grid strong,
.pro-catalog-smart-card strong {
  color: var(--heop-forest);
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1.12;
}

.pro-catalog-fastlane-grid p,
.pro-catalog-smart-card span {
  margin: 0;
  color: rgba(27, 29, 24, 0.66);
  font-size: 0.72rem;
  font-weight: 720;
  line-height: 1.32;
}

.pro-catalog-smart-card {
  grid-column: 1 / -1;
  background:
    linear-gradient(135deg, rgba(239, 246, 237, 0.88), rgba(255, 253, 247, 0.92));
}

.pro-catalog-smart-card small {
  color: var(--heop-orange);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pro-catalog-smart-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.pro-catalog-smart-card em {
  padding: 0.36rem 0.52rem;
  color: var(--heop-forest);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(36, 90, 59, 0.12);
  border-radius: 999px;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 850;
}

.pro-form-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  min-width: 0;
  padding: 0.8rem;
  background: rgba(255, 253, 247, 0.76);
  border: 1px solid rgba(223, 212, 195, 0.62);
  border-radius: 16px;
}

.pro-form-group h3 {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--heop-forest);
  font-size: 0.86rem;
  font-weight: 950;
}

.pro-form-group-cascade {
  border-color: rgba(36, 90, 59, 0.18);
  background:
    linear-gradient(135deg, rgba(239, 246, 237, 0.62), rgba(255, 253, 247, 0.88));
}

.pro-form-group[hidden] {
  display: none;
}

.pro-auto-settings {
  grid-column: 1 / -1;
}

.pro-auto-settings summary {
  color: var(--heop-forest);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
}

.pro-auto-settings > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
  margin-top: 0.62rem;
}

.pro-catalog-form .auth-errors,
.pro-catalog-form .auth-field-catalog_item,
.pro-catalog-form .auth-field-title,
.pro-catalog-form .auth-field-short_description,
.pro-catalog-form .auth-field-description,
.pro-catalog-form .auth-field-main_image,
.pro-catalog-form .auth-field-ingredients,
.pro-catalog-form .auth-field-allergens,
.pro-catalog-form .auth-field-terms,
.pro-catalog-form .auth-field-cancellation_policy,
.pro-catalog-cascade-hint,
.pro-catalog-submit-row {
  grid-column: 1 / -1;
}

.pro-catalog-cascade-hint {
  margin: 0;
  padding: 0.58rem 0.68rem;
  color: rgba(27, 29, 24, 0.72);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(36, 90, 59, 0.12);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 820;
  line-height: 1.32;
}

.pro-catalog-hidden {
  display: none;
}

.pro-catalog-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.pro-catalog-submit-row .auth-submit {
  width: auto;
  min-width: min(100%, 12rem);
  border: 0;
  cursor: pointer;
}

.pro-submit-secondary {
  background: var(--heop-forest);
}

.pro-catalog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pro-catalog-item,
.pro-card-preview,
.pro-empty-card {
  display: grid;
  gap: 0.24rem;
  padding: 0.78rem;
  background: rgba(255, 253, 247, 0.82);
  border: 1px solid rgba(223, 212, 195, 0.62);
  border-radius: 16px;
}

.pro-catalog-item {
  border-radius: 8px;
}

.pro-catalog-item.is-selected {
  border-color: rgba(36, 90, 59, 0.46);
  box-shadow: 0 12px 28px rgba(36, 90, 59, 0.1);
}

.pro-catalog-item strong,
.pro-card-preview strong,
.pro-empty-card strong,
.pro-offer-row strong {
  color: var(--heop-ink);
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1.18;
}

.pro-catalog-item button {
  justify-self: start;
  min-height: 2.1rem;
  margin-top: 0.28rem;
  padding: 0 0.72rem;
  border: 0;
  color: #fff;
  background: var(--heop-forest);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
}

.pro-sell-shell {
  gap: 0.72rem;
  padding-top: 0.72rem;
}

.pro-sell-search,
.pro-sell-inline-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.54rem;
  min-height: 2.75rem;
  padding: 0 0.82rem;
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(223, 212, 195, 0.82);
  border-radius: 8px;
}

.pro-sell-search svg,
.pro-sell-inline-search svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: var(--heop-ink);
  stroke-width: 2;
}

.pro-sell-search input,
.pro-sell-inline-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--heop-ink);
  background: transparent;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 740;
}

.pro-sell-title {
  display: grid;
  gap: 0.2rem;
}

.pro-sell-title h1 {
  margin: 0;
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: 2rem;
  line-height: 0.96;
}

.pro-sell-title p {
  margin: 0;
  color: var(--heop-ink);
  font-size: 0.92rem;
  font-weight: 740;
}

.pro-sell-status-strip,
.pro-sell-card,
.pro-sell-selected,
.pro-sell-price-guide,
.pro-sell-custom-form,
.pro-sell-preview,
.pro-sell-advanced,
.pro-sell-offers {
  background: rgba(255, 253, 247, 0.9);
  border: 1px solid rgba(223, 212, 195, 0.82);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(36, 90, 59, 0.05);
}

.pro-sell-status-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.pro-sell-status-strip a {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.42rem;
  min-width: 0;
  min-height: 4.1rem;
  padding: 0.62rem 0.58rem;
  color: var(--heop-ink);
  text-decoration: none;
}

.pro-sell-status-strip a + a {
  border-left: 1px solid rgba(223, 212, 195, 0.82);
}

.pro-sell-status-icon {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(223, 232, 220, 0.74);
}

.pro-sell-status-strip .tone-orange .pro-sell-status-icon {
  background: rgba(255, 237, 223, 0.8);
}

.pro-sell-status-icon svg,
.pro-sell-status-arrow {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
}

.pro-sell-status-strip strong {
  color: var(--heop-forest);
  font-size: 1rem;
  font-weight: 950;
}

.pro-sell-status-strip small {
  min-width: 0;
  color: var(--heop-ink);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.1;
}

.pro-sell-status-strip .tone-orange,
.pro-sell-status-strip .tone-orange strong {
  color: var(--heop-orange);
}

.pro-sell-status-arrow {
  width: 0.9rem;
  height: 0.9rem;
}

.pro-sell-card {
  display: grid;
  gap: 0.72rem;
  padding: 0.72rem;
}

.pro-sell-card-heading h2,
.pro-sell-picker h3,
.pro-sell-custom h3,
.pro-sell-price-guide h3,
.pro-sell-preview h3 {
  margin: 0;
  color: var(--heop-forest);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.1;
}

.pro-sell-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 0.34rem;
}

.pro-sell-steps span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.42rem;
  min-width: 0;
  color: rgba(27, 29, 24, 0.64);
  font-size: 0.74rem;
  font-weight: 850;
}

.pro-sell-steps b {
  display: inline-grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  color: var(--heop-ink);
  background: rgba(27, 29, 24, 0.1);
  border: 1px solid rgba(27, 29, 24, 0.18);
  font-size: 0.72rem;
}

.pro-sell-steps .is-active {
  color: var(--heop-forest);
}

.pro-sell-steps .is-active b {
  color: #fff;
  background: var(--heop-forest);
  border-color: var(--heop-forest);
}

.pro-sell-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.72rem;
}

.pro-sell-fallback-controls {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.pro-sell-picker {
  display: grid;
  gap: 0.58rem;
}

.pro-sell-item-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(10.2rem, 1fr);
  gap: 0.48rem;
  overflow-x: auto;
  padding-bottom: 0.12rem;
  scrollbar-width: thin;
}

.pro-sell-item-card {
  display: grid;
  grid-template-columns: 4.4rem minmax(0, 1fr);
  gap: 0.48rem;
  min-width: 0;
  padding: 0.38rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(223, 212, 195, 0.78);
  border-radius: 8px;
  cursor: pointer;
}

.pro-sell-item-card[hidden] {
  display: none;
}

.pro-sell-item-card.is-selected {
  border-color: rgba(36, 90, 59, 0.58);
  box-shadow: inset 0 0 0 1px rgba(36, 90, 59, 0.25);
}

.pro-sell-item-card img {
  width: 4.4rem;
  height: 4.4rem;
  object-fit: cover;
  border-radius: 6px;
}

.pro-sell-item-card span {
  display: grid;
  gap: 0.2rem;
  align-content: center;
  min-width: 0;
}

.pro-sell-item-card strong {
  color: var(--heop-ink);
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.12;
}

.pro-sell-item-card small,
.pro-sell-item-card em {
  color: rgba(27, 29, 24, 0.68);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 760;
  line-height: 1.1;
}

.pro-sell-item-card em {
  justify-self: start;
  padding: 0.18rem 0.38rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.78);
  border-radius: 999px;
}

.pro-sell-selected {
  display: grid;
  grid-template-columns: 5.2rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.62rem;
  padding: 0.58rem;
}

.pro-sell-selected img {
  width: 5.2rem;
  height: 4.2rem;
  object-fit: cover;
  border-radius: 7px;
}

.pro-sell-selected h3,
.pro-sell-selected p,
.pro-sell-selected small {
  margin: 0;
}

.pro-sell-selected h3 {
  color: var(--heop-ink);
  font-size: 1rem;
  font-weight: 950;
}

.pro-sell-selected p,
.pro-sell-selected small {
  color: rgba(27, 29, 24, 0.72);
  font-size: 0.76rem;
  font-weight: 760;
}

.pro-sell-selected > strong {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.3rem;
  padding: 0.42rem 0.54rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.78);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 900;
}

.pro-sell-selected > strong svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}

.pro-sell-variant-list {
  display: grid;
  gap: 0.28rem;
}

.pro-sell-variant-list button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.42rem;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.44rem 0.62rem;
  color: var(--heop-ink);
  text-align: left;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(223, 212, 195, 0.75);
  border-radius: 7px;
}

.pro-sell-variant-list button.is-active {
  border-color: rgba(36, 90, 59, 0.64);
  box-shadow: inset 0 0 0 1px rgba(36, 90, 59, 0.22);
}

.pro-sell-variant-list strong {
  min-width: 0;
  font-size: 0.82rem;
  font-weight: 920;
}

.pro-sell-variant-list span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.22rem;
}

.pro-sell-variant-list em,
.pro-sell-variant-list small {
  padding: 0.18rem 0.38rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 840;
}

.pro-sell-variant-list em {
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.78);
}

.pro-sell-variant-list small {
  color: rgba(27, 29, 24, 0.68);
  background: rgba(27, 29, 24, 0.08);
}

.pro-sell-price-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 0.9fr) auto;
  gap: 0.54rem;
  align-items: center;
  padding: 0.72rem;
}

.pro-sell-price-guide p,
.pro-sell-price-guide small {
  margin: 0;
  color: rgba(27, 29, 24, 0.72);
  font-size: 0.7rem;
  font-weight: 760;
}

.pro-sell-price-guide strong {
  color: var(--heop-ink);
  font-size: 1rem;
  font-weight: 950;
}

.pro-sell-price-guide span {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0.28rem;
  padding: 0.42rem 0.52rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.78);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 900;
}

.pro-sell-price-guide svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}

.pro-sell-custom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(10rem, 0.52fr);
  gap: 0.64rem;
  align-items: stretch;
}

.pro-sell-custom-form,
.pro-sell-preview,
.pro-sell-advanced {
  padding: 0.72rem;
}

.pro-sell-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.58rem;
  margin-top: 0.58rem;
}

.pro-sell-field-grid .auth-field-description,
.pro-sell-field-grid .auth-field-main_image,
.pro-sell-field-grid .auth-field-short_description,
.pro-sell-field-grid .auth-field-terms,
.pro-sell-field-grid .auth-field-cancellation_policy,
.pro-sell-field-grid .auth-field-ingredients,
.pro-sell-field-grid .auth-field-allergens {
  grid-column: 1 / -1;
}

.pro-sell-field-grid textarea {
  min-height: 5.2rem;
}

.pro-sell-pickup-link {
  display: grid;
  gap: 0.32rem;
  align-content: end;
}

.pro-sell-pickup-link span {
  color: rgba(27, 29, 24, 0.74);
  font-size: 0.72rem;
  font-weight: 850;
}

.pro-sell-pickup-link a {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0 0.72rem;
  color: var(--heop-forest);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(36, 90, 59, 0.18);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 880;
}

.pro-sell-preview {
  display: grid;
  gap: 0.54rem;
  align-content: start;
}

.pro-sell-preview > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.42rem;
}

.pro-sell-preview > div svg,
.pro-sell-preview em svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.pro-sell-preview img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}

.pro-sell-preview strong {
  color: var(--heop-ink);
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1.14;
}

.pro-sell-preview span {
  color: var(--heop-ink);
  font-size: 1.2rem;
  font-weight: 950;
}

.pro-sell-preview small {
  color: rgba(27, 29, 24, 0.7);
  font-size: 0.72rem;
  font-weight: 780;
}

.pro-sell-preview em {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  justify-self: start;
  padding: 0.36rem 0.5rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.78);
  border-radius: 8px;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 880;
}

.pro-sell-advanced summary {
  color: var(--heop-forest);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 920;
}

.pro-sell-submit-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 0.62rem;
}

.pro-sell-submit-row .auth-submit,
.pro-sell-draft-button {
  min-height: 3.3rem;
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 950;
  cursor: pointer;
}

.pro-sell-draft-button {
  color: var(--heop-ink);
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid rgba(223, 212, 195, 0.9);
}

.pro-sell-offers {
  padding: 0.72rem;
}

.pro-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
}

.pro-chip-grid span {
  padding: 0.42rem 0.64rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.62);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
}

.pro-offer-list {
  display: grid;
  gap: 0.58rem;
}

.pro-offer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.2rem;
  padding: 0.78rem;
  color: inherit;
  background: rgba(255, 253, 247, 0.86);
  border: 1px solid rgba(223, 212, 195, 0.62);
  border-radius: 16px;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pro-offer-issues {
  display: grid;
  gap: 0.2rem;
  margin: 0.2rem 0 0;
  padding: 0;
  list-style: none;
}

.pro-offer-issues li {
  color: #8a3525;
  font-size: 0.7rem;
  font-weight: 760;
  line-height: 1.35;
}

.pro-offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.22rem;
}

.pro-offer-actions form {
  margin: 0;
}

.pro-offer-actions button {
  min-height: 2rem;
  padding: 0 0.62rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.66);
  border: 1px solid rgba(36, 90, 59, 0.14);
  border-radius: 999px;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 920;
  cursor: pointer;
}

a.pro-offer-row:hover {
  border-color: rgba(36, 90, 59, 0.24);
  box-shadow: 0 12px 24px rgba(24, 32, 28, 0.08);
  transform: translateY(-1px);
}

.pro-offer-row.has-image {
  grid-template-columns: 5.2rem minmax(0, 1fr);
  align-items: center;
  gap: 0.62rem;
}

.marketplace-result-image {
  width: 5.2rem;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
}

.marketplace-result-copy {
  display: grid;
  min-width: 0;
  gap: 0.2rem;
}

.pro-offer-status {
  width: max-content;
  padding: 0.24rem 0.44rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.62);
  border-radius: 999px;
}

.account-orders-timeline {
  gap: 0.78rem;
}

.account-orders-timeline .account-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.72rem;
}

.account-orders-timeline .account-section-heading > span {
  color: rgba(27, 29, 24, 0.58);
  font-size: 0.68rem;
  font-weight: 850;
  text-align: right;
}

.account-order-period {
  display: grid;
  gap: 0.5rem;
}

.account-order-period header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0 0.1rem;
}

.account-order-period h3 {
  margin: 0;
  color: var(--heop-forest);
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1.1;
}

.account-order-period header span {
  color: rgba(27, 29, 24, 0.58);
  font-size: 0.68rem;
  font-weight: 850;
  white-space: nowrap;
}

.account-order-history-row {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.22rem 0.62rem;
  padding: 0.66rem;
}

.account-order-history-row .pro-offer-status {
  grid-row: 1 / span 2;
  align-self: start;
  min-width: 4.3rem;
  text-align: center;
}

.account-order-history-row .pro-offer-status.tone-orange {
  color: #bd4f25;
  background: rgba(255, 241, 225, 0.96);
}

.account-order-history-row .pro-offer-status.tone-sky {
  color: #0b5da6;
  background: rgba(225, 239, 255, 0.96);
}

.account-order-history-row .pro-offer-status.tone-slate {
  color: #647067;
  background: rgba(238, 238, 232, 0.96);
}

.account-order-copy {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}

.account-order-copy strong,
.account-order-copy small,
.account-order-copy em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-order-total {
  justify-self: end;
  color: var(--heop-forest);
  font-size: 0.82rem;
  font-weight: 950;
  white-space: nowrap;
}

@media (max-width: 430px) {
  .account-orders-timeline .account-section-heading {
    align-items: start;
  }

  .account-orders-timeline .account-section-heading > span {
    max-width: 9rem;
    line-height: 1.18;
  }

  .account-order-history-row {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.16rem 0.52rem;
  }

  .account-order-history-row .pro-offer-status {
    min-width: 3.9rem;
    padding: 0.22rem 0.34rem;
    font-size: 0.58rem;
  }

  .account-order-total {
    grid-column: 2;
    justify-self: start;
    font-size: 0.74rem;
  }
}

.marketplace-catalog-row {
  gap: 0.7rem;
}

.marketplace-catalog-row.has-image {
  grid-template-columns: 5.2rem minmax(0, 1fr);
}

.marketplace-buy-form {
  display: grid;
  grid-column: 1 / -1;
  gap: 0.5rem;
  padding-top: 0.38rem;
  border-top: 1px solid rgba(223, 212, 195, 0.52);
}

.marketplace-buy-form label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 4.8rem;
  align-items: center;
  gap: 0.5rem;
  color: rgba(27, 29, 24, 0.68);
  font-size: 0.72rem;
  font-weight: 850;
}

.marketplace-buy-form input {
  width: 100%;
  min-height: 2.3rem;
  border: 1px solid rgba(223, 212, 195, 0.86);
  padding: 0 0.62rem;
  color: var(--heop-ink);
  background: #fffdf7;
  border-radius: 12px;
  font: inherit;
  font-weight: 850;
}

.marketplace-buy-form button {
  min-height: 2.5rem;
  border: 0;
  color: #fffdf7;
  background: var(--heop-forest);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 950;
}

.marketplace-buy-form button:disabled {
  color: rgba(27, 29, 24, 0.54);
  background: rgba(223, 212, 195, 0.72);
  cursor: not-allowed;
}

.marketplace-buy-form small {
  color: rgba(27, 29, 24, 0.62);
  font-size: 0.7rem;
  font-weight: 760;
}

.marketplace-sort-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  color: rgba(27, 29, 24, 0.68);
  font-size: 0.74rem;
  font-weight: 760;
}

.marketplace-sort-line button,
.pro-directory-arrow {
  width: max-content;
  border: 0;
  padding: 0.36rem 0.58rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.72);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 950;
}

.pro-directory-row {
  position: relative;
}

.pro-directory-row.has-image {
  grid-template-columns: 5.2rem minmax(0, 1fr) auto;
}

.pro-directory-arrow {
  align-self: center;
  justify-self: start;
}

.pro-detail-hero {
  position: relative;
  display: grid;
  gap: 1rem;
  min-height: 21rem;
  overflow: hidden;
  padding: 1.1rem;
  background:
    linear-gradient(180deg, rgba(20, 28, 22, 0.2), rgba(20, 28, 22, 0.72)),
    var(--pro-hero-image, linear-gradient(135deg, var(--heop-forest), var(--heop-green)));
  background-position: center;
  background-size: cover;
  border-radius: var(--heop-radius);
  box-shadow: var(--heop-shadow-soft);
}

.pro-detail-hero-copy {
  display: grid;
  align-self: end;
  gap: 0.34rem;
  max-width: 39rem;
  color: #fffdf7;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.pro-detail-hero-copy a {
  width: max-content;
  color: #fffdf7;
  font-size: 0.72rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.pro-detail-hero-copy p,
.pro-detail-hero-copy h1,
.pro-detail-hero-copy span,
.pro-detail-grid p,
.pro-detail-grid strong {
  margin: 0;
}

.pro-detail-hero-copy p {
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.pro-detail-hero-copy h1 {
  font-family: var(--heop-display);
  font-size: clamp(2rem, 10vw, 4.6rem);
  line-height: 0.92;
}

.pro-detail-hero-copy span {
  max-width: 34rem;
  font-size: 0.95rem;
  font-weight: 760;
  line-height: 1.35;
}

.pro-detail-hero > img {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 5.8rem;
  aspect-ratio: 1;
  object-fit: cover;
  border: 4px solid rgba(255, 253, 247, 0.86);
  border-radius: 50%;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
}

.pro-detail-grid {
  display: grid;
  gap: 0.72rem;
}

.pro-detail-grid article {
  display: grid;
  gap: 0.28rem;
  padding: 0.82rem;
  background: rgba(255, 253, 247, 0.86);
  border: 1px solid rgba(223, 212, 195, 0.62);
  border-radius: 16px;
}

.pro-detail-grid p {
  color: var(--heop-orange-2);
  font-size: 0.64rem;
  font-weight: 950;
  text-transform: uppercase;
}

.pro-detail-grid strong {
  color: var(--heop-ink);
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.42;
}

.pro-detail-place-image {
  width: 100%;
  max-height: 24rem;
  object-fit: cover;
  border-radius: 16px;
}

.pro-payment-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pro-payment-form .auth-errors,
.pro-payment-form .auth-field-cardholder_name,
.pro-payment-form .auth-field-card_number,
.pro-payment-form .auth-field-label,
.pro-payment-form .auth-field-set_default,
.pro-payment-form .auth-field-accept_secure_storage,
.pro-payment-form .auth-submit {
  grid-column: 1 / -1;
}

.pro-card-preview {
  background:
    radial-gradient(circle at 100% 0%, rgba(198, 97, 56, 0.22), transparent 7rem),
    linear-gradient(135deg, var(--heop-forest), #183923);
  border-color: transparent;
}

.pro-card-preview span,
.pro-card-preview strong,
.pro-card-preview small,
.pro-card-preview em {
  color: #fffdf7;
}

.pro-card-preview strong {
  font-size: 1.25rem;
}

.pro-card-preview em {
  width: max-content;
  margin-top: 0.18rem;
  padding: 0.24rem 0.45rem;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
}

.pro-steps {
  display: grid;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.pro-steps li {
  padding: 0.72rem 0.85rem;
  color: rgba(27, 29, 24, 0.68);
  background: rgba(247, 244, 239, 0.72);
  border: 1px solid rgba(223, 212, 195, 0.64);
  border-radius: 14px;
  font-size: 0.8rem;
  font-weight: 900;
}

.pro-steps li.is-current {
  color: var(--heop-forest);
  border-color: rgba(36, 90, 59, 0.28);
}

.pro-steps li.is-done {
  color: #fffdf7;
  background: var(--heop-forest);
  border-color: transparent;
}

.auth-field-file input {
  padding: 0.78rem 0.9rem;
  height: auto;
}

.menu-logout-form {
  margin: 0;
}

.menu-logout-button {
  display: flex;
  align-items: center;
  gap: 0.82rem;
  width: 100%;
  padding: 0.74rem 0.8rem;
  color: var(--heop-ink);
  background: transparent;
  border-radius: 16px;
  font-size: 0.9rem;
  text-align: left;
}

.menu-logout-button svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

@media (min-width: 640px) {
  .account-profile-card {
    grid-template-columns: 7.4rem minmax(0, 1fr) 12rem;
    align-items: center;
    padding: 1.2rem;
  }

  .account-avatar-wrap img,
  .account-avatar-initials {
    width: 7.4rem;
    height: 7.4rem;
  }

  .account-impact-card {
    grid-column: auto;
    min-height: 8rem;
  }

  .account-actions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-action-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .account-action-card > svg {
    display: block;
  }
}

@media (max-width: 520px) {
  .auth-form-signup,
  .pro-catalog-form,
  .pro-form-group,
  .pro-catalog-fastlane-grid,
  .pro-auto-settings > div,
  .pro-sell-custom,
  .pro-sell-field-grid,
  .pro-sell-price-guide,
  .pro-sell-submit-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .pro-sell-status-strip a {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 3.7rem;
  }

  .pro-sell-status-strip strong {
    grid-column: 2;
  }

  .pro-sell-status-arrow {
    display: none;
  }

  .pro-sell-steps span {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    text-align: center;
    font-size: 0.68rem;
  }

  .pro-sell-selected {
    grid-template-columns: 4.4rem minmax(0, 1fr);
  }

  .pro-sell-selected img {
    width: 4.4rem;
    height: 4rem;
  }

  .pro-sell-selected > strong {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .pro-sell-price-guide {
    align-items: start;
  }

  .pro-sell-price-guide span {
    justify-self: start;
  }
}

/* HEOP brand and readability guardrails */
.brand-mark,
.menu-drawer-header img,
.footer-brand img {
  flex-shrink: 0;
}

.brand-mark {
  overflow: visible;
}

.brand-mark img,
.menu-drawer-header img,
.footer-brand img {
  aspect-ratio: 360 / 136;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.cart-drawer-item strong,
.cart-drawer-item span,
.menu-profile strong,
.menu-profile small,
.menu-nav a span,
.hero-content h1,
.hero-content > span,
.hero-producer-card strong,
.hero-producer-card span,
.category-card strong,
.product-body h3,
.event-body h3,
.search-results span,
.search-results small,
.is-search-open .search-results span,
.is-search-open .search-results small,
.footer-brand span,
.footer-grid a,
.footer-bottom a,
.account-profile-main h1,
.account-profile-main span,
.account-profile-main small,
.account-order-card strong,
.account-action-card strong,
.account-local-banner strong,
.account-order-card small,
.account-action-card small,
.account-local-banner small,
.account-order-card em,
.zone-hero-card h1,
.zone-hero-card span,
.zone-summary-card h2,
.zone-summary-card span,
.zone-preference-grid strong,
.pickup-point-card h3,
.pickup-point-card small,
.pickup-point-card em,
.zone-privacy-card h2,
.zone-privacy-card p {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.hero-content h1,
.hero-content > span,
.category-card strong,
.product-body h3,
.event-body h3 {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

.hero-content h1 {
  max-width: min(14.5ch, 100%);
}

.hero-content > span {
  max-width: min(15rem, 100%);
}

.product-body {
  align-content: start;
  min-height: 7.35rem;
}

.event-body {
  align-content: start;
}

.event-card {
  min-height: 6.7rem;
}

.account-action-card,
.account-order-card {
  align-items: start;
}

.account-order-card mark {
  white-space: normal;
}

/* Search belongs to the header; only suggestions float above content. */
.app-header {
  overflow: visible;
}

.app-header .header-search,
.is-search-open .app-header .header-search {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 82;
  width: 100%;
  margin-top: 0.54rem;
  transform: none;
}

.app-header .header-search .search-results,
.is-search-open .app-header .header-search .search-results {
  position: absolute;
  top: calc(100% + 0.46rem);
  left: 0;
  right: 0;
  z-index: 240;
  margin-top: 0;
}

/* Official HEOP wordmark: never squeeze, crop, or stretch it. */
.app-header .brand-mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: center !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.app-header .brand-mark img {
  display: block !important;
  width: clamp(5.7rem, 30vw, 7rem) !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: 639 / 235 !important;
  object-fit: contain !important;
  object-position: center !important;
}

.menu-drawer-header img,
.footer-brand img {
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 639 / 235 !important;
  object-fit: contain !important;
}

.menu-drawer-header img {
  width: 7.4rem !important;
}

.footer-brand img {
  width: 6.2rem !important;
}

@media (max-width: 374px) {
  .app-header .brand-mark img {
    width: 5.45rem !important;
  }
}

@media (min-width: 768px) {
  .app-header .brand-mark img {
    width: 8rem !important;
  }
}

/* Account mobile layout: no text clipping or card overlap on narrow screens. */
@media (max-width: 639px) {
  .account-shell {
    padding-top: 0.72rem;
  }

  .account-no-bottom-nav .account-shell {
    padding-bottom: 1.05rem;
  }

  .quote-request-points,
  .quote-request-line-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .quote-request-open {
    width: 100%;
  }

  .quote-request-modal {
    padding: 0.55rem;
  }

  .quote-request-modal-shell {
    max-height: 90vh;
    padding: 0.9rem;
    border-radius: 20px;
  }

  .account-profile-card {
    grid-template-columns: 4.65rem minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.78rem !important;
    padding: 0.92rem !important;
    border-radius: 20px !important;
  }

  .account-avatar-wrap {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .account-avatar-wrap img,
  .account-avatar-initials {
    width: 4.65rem !important;
    height: 4.65rem !important;
  }

  .account-profile-main {
    grid-column: 2;
    grid-row: 1;
    align-content: start;
    gap: 0.2rem;
    min-width: 0;
  }

  .account-profile-main h1 {
    font-size: 1.26rem !important;
    line-height: 1.08 !important;
  }

  .account-email,
  .account-location-text {
    display: block;
    max-width: 100%;
  }

  .account-profile-main h1,
  .account-profile-main span,
  .account-profile-main small,
  .account-location-text {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .account-profile-main small {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.32rem;
    line-height: 1.22;
  }

  .account-pill-link {
    width: min(100%, 11.8rem);
    min-height: 2.08rem;
    margin-top: 0.48rem;
    padding-inline: 0.76rem;
    font-size: 0.76rem;
  }

  .account-impact-card {
    grid-column: 1 / -1 !important;
    grid-row: 2;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    justify-items: start;
    gap: 0.64rem;
    min-height: 3.35rem;
    padding: 0.62rem 0.7rem !important;
    text-align: left;
  }

  .account-impact-card span {
    width: 2.05rem;
    height: 2.05rem;
  }

  .account-impact-card strong {
    max-width: none !important;
    font-size: 0.76rem !important;
    line-height: 1.18;
  }

  .account-impact-card a {
    font-size: 0.68rem;
    white-space: nowrap;
  }

  .account-section-heading {
    align-items: end;
    gap: 0.7rem;
  }

  .account-section-heading h2 {
    max-width: 8.8rem;
    font-size: 1.56rem !important;
    line-height: 0.98;
  }

  .account-section-heading a {
    flex: 1 1 auto;
    min-width: 0;
    text-align: right;
    white-space: normal !important;
    line-height: 1.2;
  }

  .zone-summary-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .zone-summary-card > strong {
    width: max-content;
    min-width: 4.2rem;
    height: 2.35rem;
  }

  .zone-preference-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .public-preview-copy {
    width: 100%;
    min-height: 15rem;
    padding-right: 5rem;
  }

  .public-preview-hero::after {
    background: linear-gradient(90deg, rgba(255, 253, 247, 0.98), rgba(255, 253, 247, 0.7) 72%, rgba(255, 253, 247, 0.18));
  }

  .public-preview-grid,
  .public-preview-gallery,
  .public-saved-grid,
  .quote-request-form,
  .quote-response-form,
  .quote-milestone-grid,
  .quote-payment-form,
  .pro-public-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .quote-submit-row .auth-submit {
    width: 100%;
  }
}

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

.home-shell > .hero-section,
.home-shell > .content-section,
.home-shell > .spotlight-card,
.home-footer {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.visitor-location-consent {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 70;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  width: min(92vw, 34rem);
  padding: 0.95rem;
  border: 1px solid rgba(43, 61, 48, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.98);
  box-shadow: 0 18px 45px rgba(27, 38, 31, 0.18);
  color: #24362b;
}

.visitor-location-consent strong,
.visitor-location-consent p,
.visitor-location-consent small {
  display: block;
  max-width: 100%;
}

.visitor-location-consent strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.visitor-location-consent p {
  margin: 0.22rem 0 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(36, 54, 43, 0.76);
}

.visitor-location-consent small {
  min-height: 1rem;
  margin-top: 0.25rem;
  font-size: 0.72rem;
  color: #8b4f34;
}

.visitor-location-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.visitor-location-actions button {
  min-height: 2.25rem;
  padding: 0 0.82rem;
  border-radius: 6px;
  border: 1px solid transparent;
  font: inherit;
  font-size: 0.78rem;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.visitor-location-primary {
  background: #2f5d43;
  color: #fffdf7;
}

.visitor-location-secondary {
  background: transparent;
  border-color: rgba(47, 93, 67, 0.24) !important;
  color: #2f5d43;
}

@media (max-width: 640px) {
  .visitor-location-consent {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .visitor-location-actions {
    width: 100%;
  }

  .visitor-location-actions button {
    flex: 1 1 0;
  }
}

.pro-products-shell {
  gap: 0.7rem;
  padding-top: 0.7rem;
}

.pro-products-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.55rem;
  min-height: 2.72rem;
  padding: 0 0.78rem;
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid rgba(223, 212, 195, 0.86);
  border-radius: 8px;
}

.pro-products-search svg,
.pro-products-publish svg,
.pro-products-tabs svg,
.pro-products-metric-icon svg,
.pro-products-tree svg,
.pro-product-row svg,
.pro-products-orders-card svg,
.pro-products-bottom-actions svg {
  width: 1.12rem;
  height: 1.12rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pro-products-search svg {
  width: 1.22rem;
  height: 1.22rem;
  color: var(--heop-ink);
}

.pro-products-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--heop-ink);
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 760;
}

.pro-products-titlebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.75rem;
}

.pro-products-titlebar h1 {
  margin: 0;
  color: var(--heop-forest);
  font-family: var(--heop-display);
  font-size: 2rem;
  line-height: 0.96;
}

.pro-products-titlebar p {
  margin: 0.16rem 0 0;
  color: rgba(27, 29, 24, 0.78);
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.2;
}

.pro-products-publish {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 3rem;
  padding: 0 0.92rem;
  color: #fff;
  text-decoration: none;
  background: var(--heop-orange);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(218, 72, 21, 0.18);
  font-size: 0.92rem;
  font-weight: 950;
  white-space: nowrap;
}

.pro-products-metrics,
.pro-products-card,
.pro-products-orders-card,
.pro-products-bottom-actions {
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(223, 212, 195, 0.86);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(36, 90, 59, 0.05);
}

.pro-products-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.pro-products-metrics article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.22rem 0.4rem;
  min-height: 3.9rem;
  padding: 0.52rem 0.48rem;
}

.pro-products-metrics article + article {
  border-left: 1px solid rgba(223, 212, 195, 0.82);
}

.pro-products-metric-icon {
  display: inline-grid;
  place-items: center;
  grid-row: span 2;
  width: 2rem;
  height: 2rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.75);
  border-radius: 50%;
}

.pro-products-metrics .tone-orange .pro-products-metric-icon {
  color: var(--heop-orange);
  background: rgba(255, 237, 223, 0.86);
}

.pro-products-metrics .tone-slate .pro-products-metric-icon {
  color: rgba(27, 29, 24, 0.72);
  background: rgba(27, 29, 24, 0.08);
}

.pro-products-metrics strong {
  min-width: 0;
  color: var(--heop-ink);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}

.pro-products-metrics small {
  min-width: 0;
  color: rgba(27, 29, 24, 0.78);
  font-size: 0.7rem;
  font-weight: 780;
  line-height: 1.08;
}

.pro-products-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid rgba(223, 212, 195, 0.86);
  border-radius: 8px;
}

.pro-products-tabs button {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  place-items: center;
  align-items: center;
  gap: 0.28rem;
  min-height: 2.72rem;
  min-width: 0;
  padding: 0.36rem 0.36rem;
  color: var(--heop-ink);
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(223, 212, 195, 0.78);
  font: inherit;
  cursor: pointer;
}

.pro-products-tabs button:first-child {
  border-left: 0;
}

.pro-products-tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.14rem;
  background: transparent;
}

.pro-products-tabs button.is-active {
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.2);
}

.pro-products-tabs button.is-active::after {
  background: var(--heop-forest);
}

.pro-products-tabs span {
  display: inline-grid;
  place-items: center;
}

.pro-products-tabs em {
  min-width: 0;
  color: inherit;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 920;
  line-height: 1.06;
  overflow-wrap: anywhere;
}

.pro-products-card {
  padding: 0.7rem;
}

.pro-products-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.62rem;
}

.pro-products-section-heading h2 {
  margin: 0;
  color: var(--heop-forest);
  font-size: 1.08rem;
  font-weight: 950;
  line-height: 1.12;
}

.pro-products-section-heading button {
  min-height: 2rem;
  padding: 0 0.62rem;
  color: rgba(27, 29, 24, 0.72);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 820;
  cursor: pointer;
}

.pro-products-tree {
  display: grid;
  gap: 0.24rem;
  padding: 0.2rem 0.2rem;
  border: 1px solid rgba(223, 212, 195, 0.72);
  border-radius: 8px;
}

.pro-products-tree-group {
  min-width: 0;
}

.pro-products-tree-group summary,
.pro-products-tree-group button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 2.35rem;
  padding: 0.34rem 0.42rem;
  color: var(--heop-ink);
}

.pro-products-tree-group summary {
  cursor: pointer;
  list-style: none;
  border-radius: 7px;
}

.pro-products-tree-group summary::-webkit-details-marker {
  display: none;
}

.pro-products-tree-group button {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(223, 212, 195, 0.55);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.pro-products-tree-group button:hover,
.pro-products-tree-group button.is-active {
  background: rgba(223, 232, 220, 0.42);
}

.pro-products-tree-icon,
.pro-products-tree-branch-icon {
  display: inline-grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.66);
  border-radius: 6px;
}

.pro-products-tree-group strong {
  min-width: 0;
  color: var(--heop-ink);
  font-size: 0.82rem;
  font-weight: 880;
  line-height: 1.1;
}

.pro-products-tree-group summary strong {
  font-size: 0.86rem;
  font-weight: 920;
}

.pro-products-tree-group mark {
  display: inline-grid;
  place-items: center;
  min-width: 1.45rem;
  height: 1.45rem;
  padding: 0 0.28rem;
  color: rgba(27, 29, 24, 0.8);
  background: rgba(27, 29, 24, 0.08);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.pro-products-tree-group i {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--heop-forest);
}

.pro-products-tree-group i.tone-orange {
  background: var(--heop-orange);
}

.pro-products-list {
  display: grid;
  gap: 0.48rem;
}

.pro-product-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(7.8rem, 8.6rem);
  gap: 0.55rem;
  min-width: 0;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(223, 212, 195, 0.78);
  border-radius: 8px;
}

.pro-product-row[hidden] {
  display: none;
}

.pro-product-row-main {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  color: var(--heop-ink);
  text-decoration: none;
}

.pro-product-row-main img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 7px;
}

.pro-product-row-main span {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}

.pro-product-row-main strong {
  min-width: 0;
  color: var(--heop-ink);
  font-size: 0.94rem;
  font-weight: 950;
  line-height: 1.12;
}

.pro-product-row-main small {
  display: flex;
  flex-wrap: wrap;
  gap: 0.22rem;
  min-width: 0;
}

.pro-product-row-main em {
  padding: 0.16rem 0.38rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.78);
  border-radius: 999px;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 820;
}

.pro-product-row-main b {
  color: var(--heop-ink);
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1;
}

.pro-product-row-main b i {
  color: rgba(27, 29, 24, 0.74);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 820;
}

.pro-product-row-state {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.34rem;
}

.pro-product-row-state mark {
  justify-self: start;
  min-width: 0;
  padding: 0.28rem 0.48rem;
  color: var(--heop-forest);
  background: rgba(223, 232, 220, 0.84);
  border-radius: 7px;
  font-size: 0.72rem;
  font-weight: 900;
}

.pro-product-row-state mark.tone-slate {
  color: rgba(27, 29, 24, 0.76);
  background: rgba(27, 29, 24, 0.08);
}

.pro-product-row-state mark.tone-orange,
.pro-product-action.tone-orange {
  color: var(--heop-orange);
  background: rgba(255, 237, 223, 0.86);
}

.pro-product-toggle {
  position: relative;
  display: inline-grid;
  width: 2.22rem;
  height: 1.34rem;
}

.pro-product-toggle input {
  position: absolute;
  opacity: 0;
}

.pro-product-toggle i {
  position: absolute;
  inset: 0;
  background: rgba(27, 29, 24, 0.18);
  border-radius: 999px;
}

.pro-product-toggle i::after {
  content: "";
  position: absolute;
  top: 0.16rem;
  left: 0.16rem;
  width: 1.02rem;
  height: 1.02rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(27, 29, 24, 0.18);
}

.pro-product-toggle input:checked + i {
  background: var(--heop-forest);
}

.pro-product-toggle input:checked + i::after {
  transform: translateX(0.88rem);
}

.pro-product-stock,
.pro-product-orders {
  display: grid;
  gap: 0.08rem;
  min-width: 0;
  padding-top: 0.1rem;
}

.pro-product-stock small,
.pro-product-orders small {
  color: rgba(27, 29, 24, 0.64);
  font-size: 0.65rem;
  font-weight: 760;
}

.pro-product-stock strong,
.pro-product-orders strong {
  min-width: 0;
  color: var(--heop-forest);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.1;
}

.pro-product-stock.tone-orange strong {
  color: var(--heop-orange);
}

.pro-product-action {
  display: inline-flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  min-height: 2.2rem;
  padding: 0 0.52rem;
  color: var(--heop-forest);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(36, 90, 59, 0.2);
  border-radius: 7px;
  font-size: 0.74rem;
  font-weight: 920;
}

.pro-product-menu {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pro-products-orders-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem;
}

.pro-products-orders-card > div {
  display: flex;
  align-items: center;
  gap: 0.54rem;
  min-width: 0;
}

.pro-products-orders-card > div > svg {
  width: 1.7rem;
  height: 1.7rem;
  color: var(--heop-ink);
}

.pro-products-orders-card h2,
.pro-products-orders-card small {
  display: block;
  margin: 0;
}

.pro-products-orders-card h2 {
  color: var(--heop-ink);
  font-size: 0.94rem;
  font-weight: 950;
  line-height: 1.1;
}

.pro-products-orders-card small {
  color: var(--heop-forest);
  font-size: 0.76rem;
  font-weight: 880;
}

.pro-products-orders-card > strong {
  color: #0d3f86;
  font-size: 0.84rem;
  font-weight: 950;
  white-space: nowrap;
}

.pro-products-orders-card > a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.5rem;
  padding: 0 0.7rem;
  color: var(--heop-forest);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(36, 90, 59, 0.22);
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 920;
  white-space: nowrap;
}

.pro-products-bottom-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.55rem;
  padding: 0.55rem;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.pro-products-bottom-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3rem;
  color: var(--heop-forest);
  text-decoration: none;
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid rgba(36, 90, 59, 0.3);
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 930;
}

.pro-products-bottom-actions a.is-primary {
  color: #fff;
  background: var(--heop-orange);
  border-color: var(--heop-orange);
}

.pro-products-empty {
  display: grid;
  gap: 0.42rem;
  justify-items: start;
  padding: 0.75rem;
  border: 1px dashed rgba(223, 212, 195, 0.9);
  border-radius: 8px;
}

.pro-products-empty strong {
  color: var(--heop-ink);
  font-weight: 950;
}

.pro-products-empty a {
  color: var(--heop-forest);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 520px) {
  .pro-products-shell {
    gap: 0.62rem;
  }

  .pro-products-titlebar h1 {
    font-size: 1.7rem;
  }

  .pro-products-publish {
    min-height: 2.7rem;
    padding: 0 0.72rem;
  }

  .pro-products-metrics article {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.16rem 0.28rem;
    padding: 0.48rem 0.34rem;
  }

  .pro-products-metric-icon {
    width: 1.85rem;
    height: 1.85rem;
  }

  .pro-products-tabs em {
    font-size: 0.68rem;
  }

  .pro-products-card {
    padding: 0.58rem;
  }

  .pro-product-row {
    grid-template-columns: minmax(0, 1fr) minmax(7rem, 7.6rem);
    gap: 0.42rem;
    padding: 0.42rem;
  }

  .pro-product-row-main {
    grid-template-columns: 4.6rem minmax(0, 1fr);
    gap: 0.45rem;
  }

  .pro-product-row-main img {
    width: 4.6rem;
    height: 4.6rem;
  }

  .pro-product-row-main strong {
    font-size: 0.86rem;
  }

  .pro-product-row-main b {
    font-size: 0.94rem;
  }

  .pro-product-action {
    min-height: 2.1rem;
    font-size: 0.68rem;
  }

  .pro-products-orders-card {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .pro-products-orders-card > strong {
    justify-self: end;
  }

  .pro-products-orders-card > a {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 390px) {
  .pro-products-titlebar {
    gap: 0.5rem;
  }

  .pro-products-publish span,
  .pro-product-action span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .pro-products-publish {
    width: 3rem;
    padding: 0;
  }

  .pro-products-tabs button {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.08rem;
  }

  .pro-products-tabs span {
    display: none;
  }

  .pro-product-row {
    grid-template-columns: minmax(0, 1fr) minmax(5.9rem, 6.4rem);
  }

  .pro-product-row-main {
    grid-template-columns: 4.1rem minmax(0, 1fr);
  }

  .pro-product-row-main img {
    width: 4.1rem;
    height: 4.1rem;
  }

  .pro-product-row-state mark,
  .pro-product-stock small,
  .pro-product-orders small {
    font-size: 0.62rem;
  }

  .pro-product-action {
    min-height: 2rem;
  }
}

.pro-catalog-simple-shell {
  gap: 0.58rem;
}

.pro-catalog-simple-title {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.pro-catalog-simple-title a {
  display: inline-grid;
  place-items: center;
  min-width: 3.35rem;
  min-height: 3rem;
  padding: 0.28rem 0.46rem;
  color: var(--heop-forest);
  text-decoration: none;
  background: rgba(223, 232, 220, 0.58);
  border: 1px solid rgba(36, 90, 59, 0.14);
  border-radius: 8px;
}

.pro-catalog-simple-title a strong,
.pro-catalog-simple-title a span {
  display: block;
  line-height: 1;
}

.pro-catalog-simple-title a strong {
  font-size: 1rem;
  font-weight: 950;
}

.pro-catalog-simple-title a span {
  margin-top: 0.18rem;
  font-size: 0.64rem;
  font-weight: 840;
}

.pro-catalog-simple-shell .pro-sell-card {
  gap: 0.58rem;
  padding: 0.58rem;
}

.pro-catalog-simple-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.pro-catalog-simple-heading span {
  color: rgba(27, 29, 24, 0.68);
  font-size: 0.7rem;
  font-weight: 760;
  line-height: 1.16;
}

.pro-catalog-simple-shell .pro-sell-form {
  gap: 0.58rem;
}

.pro-catalog-simple-shell .pro-sell-picker {
  gap: 0;
}

.pro-catalog-simple-shell .pro-sell-item-strip {
  grid-auto-flow: row;
  grid-auto-columns: initial;
  grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
  gap: 0.42rem;
  overflow: visible;
  padding-bottom: 0;
}

.pro-catalog-simple-shell .pro-sell-item-card {
  grid-template-columns: 3.9rem minmax(0, 1fr);
  min-height: 4.7rem;
  padding: 0.34rem;
}

.pro-catalog-simple-shell .pro-sell-item-card img {
  width: 3.9rem;
  height: 3.9rem;
}

.pro-catalog-simple-shell .pro-sell-item-card strong {
  font-size: 0.78rem;
  line-height: 1.08;
}

.pro-catalog-simple-shell .pro-sell-item-card small {
  font-size: 0.64rem;
}

.pro-catalog-simple-shell .pro-sell-item-card em {
  font-size: 0.6rem;
}

.pro-catalog-choice-panel {
  display: grid;
  gap: 0.42rem;
}

.pro-catalog-choice-panel .pro-sell-selected,
.pro-catalog-choice-panel .pro-sell-price-guide {
  box-shadow: none;
}

.pro-catalog-choice-panel .pro-sell-selected {
  grid-template-columns: 4.2rem minmax(0, 1fr) auto;
  padding: 0.48rem;
}

.pro-catalog-choice-panel .pro-sell-selected img {
  width: 4.2rem;
  height: 3.65rem;
}

.pro-catalog-choice-panel .pro-sell-selected h3 {
  font-size: 0.92rem;
}

.pro-catalog-choice-panel .pro-sell-selected p,
.pro-catalog-choice-panel .pro-sell-selected small {
  font-size: 0.68rem;
}

.pro-catalog-choice-panel .pro-sell-selected > strong {
  width: 2rem;
  height: 2rem;
  padding: 0;
  place-items: center;
}

.pro-catalog-choice-panel .pro-sell-variant-list {
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  gap: 0.34rem;
}

.pro-catalog-choice-panel .pro-sell-variant-list button {
  min-height: 2.25rem;
  padding: 0.36rem 0.48rem;
}

.pro-catalog-choice-panel .pro-sell-variant-list strong {
  font-size: 0.74rem;
}

.pro-catalog-choice-panel .pro-sell-variant-list em,
.pro-catalog-choice-panel .pro-sell-variant-list small {
  font-size: 0.58rem;
}

.pro-catalog-choice-panel .pro-sell-price-guide {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  padding: 0.5rem;
}

.pro-catalog-choice-panel .pro-sell-price-guide h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.pro-catalog-choice-panel .pro-sell-price-guide strong {
  display: block;
  font-size: 0.82rem;
  line-height: 1.08;
}

.pro-catalog-choice-panel .pro-sell-price-guide span {
  min-width: 2.45rem;
  justify-content: center;
  padding: 0.34rem 0.42rem;
}

.pro-catalog-simple-shell .pro-sell-custom {
  grid-template-columns: minmax(0, 1fr);
}

.pro-catalog-simple-shell .pro-sell-custom-form,
.pro-catalog-simple-shell .pro-sell-preview,
.pro-catalog-simple-shell .pro-sell-advanced {
  padding: 0.58rem;
}

.pro-catalog-simple-shell .pro-sell-preview {
  grid-template-columns: 5rem minmax(0, 1fr);
  align-items: center;
}

.pro-catalog-simple-shell .pro-sell-preview > div {
  grid-column: 1 / -1;
}

.pro-catalog-simple-shell .pro-sell-preview img {
  width: 5rem;
  aspect-ratio: 1 / 1;
}

.pro-catalog-simple-shell .pro-sell-preview span {
  font-size: 1rem;
}

.pro-catalog-simple-shell .pro-sell-field-grid {
  gap: 0.48rem;
  margin-top: 0.48rem;
}

.pro-catalog-simple-shell .pro-sell-field-grid textarea {
  min-height: 4.2rem;
}

.pro-catalog-offers-compact {
  padding: 0;
  overflow: hidden;
}

.pro-catalog-offers-compact > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  min-height: 3.2rem;
  padding: 0.64rem 0.72rem;
  cursor: pointer;
  list-style: none;
}

.pro-catalog-offers-compact > summary::-webkit-details-marker {
  display: none;
}

.pro-catalog-offers-compact > summary strong,
.pro-catalog-offers-compact > summary small {
  display: block;
}

.pro-catalog-offers-compact > summary strong {
  color: var(--heop-forest);
  font-size: 0.92rem;
  font-weight: 950;
}

.pro-catalog-offers-compact > summary small {
  color: rgba(27, 29, 24, 0.68);
  font-size: 0.7rem;
  font-weight: 760;
}

.pro-catalog-offers-compact > summary svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.pro-catalog-offers-compact[open] > summary {
  border-bottom: 1px solid rgba(223, 212, 195, 0.76);
}

.pro-catalog-offers-compact .pro-offer-list {
  padding: 0.58rem;
}

@media (max-width: 520px) {
  .pro-catalog-simple-title h1 {
    font-size: 1.72rem;
  }

  .pro-catalog-simple-title p {
    font-size: 0.78rem;
  }

  .pro-catalog-simple-heading span {
    display: none;
  }

  .pro-catalog-simple-shell .pro-sell-item-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .pro-catalog-choice-panel .pro-sell-variant-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .pro-catalog-choice-panel .pro-sell-price-guide {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  }

  .pro-catalog-simple-shell .pro-sell-preview {
    display: none;
  }
}

@media (max-width: 390px) {
  .pro-catalog-choice-panel .pro-sell-price-guide strong {
    font-size: 0.72rem;
  }

  .pro-catalog-choice-panel .pro-sell-price-guide span b {
    display: none;
  }
}
