:root {
  --ink: #101010;
  --muted: #6f6a60;
  --line: #e5dfd4;
  --panel: #ffffff;
  --soft: #f7f4ee;
  --blue-900: #111111;
  --blue-700: #1f1f1f;
  --blue-500: #c39a51;
  --cyan: #c39a51;
  --lime: #d7b56d;
  --amber: #c39a51;
  --red: #d74444;
  --shadow: 0 18px 44px rgba(18, 18, 18, 0.12);
  --radius: 8px;
  --header-height: 74px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--soft);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(247, 244, 238, 0.96), rgba(255, 255, 255, 0.98)),
    var(--soft);
  color: var(--ink);
}

[hidden] {
  display: none !important;
}

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

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

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

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

.promo-strip {
  min-height: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
  padding: 5px 36px;
  background: #080808;
  color: #ead8b8;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.promo-strip svg {
  width: 14px;
  height: 14px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 36px;
  border-bottom: 1px solid rgba(229, 223, 212, 0.92);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 136px;
  height: 70px;
  object-fit: contain;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--blue-700);
  color: white;
  font-weight: 900;
  line-height: 1;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 0.98rem;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nav-links a,
.filter-button,
.sort-box,
.search-box,
.icon-button,
.primary-action,
.secondary-action {
  border-radius: var(--radius);
}

.nav-links a {
  padding: 10px 12px;
  color: #161616;
  font-weight: 950;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.nav-links a:hover {
  background: #f4eadb;
  color: #7a571b;
}

.icon-button {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--blue-900);
}

.icon-button svg {
  width: 20px;
  height: 20px;
}

.cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  padding: 0 6px;
  border: 2px solid white;
  border-radius: 999px;
  background: var(--amber);
  color: #111;
  font-size: 0.72rem;
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: calc(86vh - var(--header-height));
  display: grid;
  align-items: center;
  padding: 74px 36px;
  overflow: hidden;
  background-color: #f7f4ee;
  color: #111;
}

.hero-media {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: stretch;
  overflow: hidden;
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.5) 55%, rgba(255, 255, 255, 0.04) 82%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(247, 244, 238, 0.18));
  pointer-events: none;
}

.hero-stage {
  position: relative;
  z-index: 1;
  width: min(1220px, 100%);
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: 28px;
  margin: 0 auto;
}

.hero-inner {
  width: 100%;
}

.hero-brandline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-bottom: 14px;
  padding: 6px 12px 6px 6px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.08);
  color: #111;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-brandline img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 999px;
}

.eyebrow {
  margin: 0 0 8px;
  color: #9a6d24;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 620px;
  font-family: Impact, Haettenschweiler, "Arial Black", "Arial Narrow Bold", sans-serif;
  font-size: 6rem;
  line-height: 0.84;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 rgba(195, 154, 81, 0.16);
}

.hero h1 span {
  display: block;
}

.hero-copy {
  max-width: 500px;
  margin: 20px 0 0;
  color: #39342d;
  font-size: 1.02rem;
  line-height: 1.65;
}

.hero-actions,
.checkout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.primary-action,
.secondary-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 16px;
  border: 1px solid transparent;
  font-weight: 900;
  line-height: 1;
}

.primary-action {
  background: #111;
  color: white;
  box-shadow: 0 14px 28px rgba(17, 17, 17, 0.18);
}

.primary-action:hover {
  background: #2a2a2a;
}

.secondary-action {
  border-color: #cbb37d;
  background: #c39a51;
  color: #111;
}

.secondary-action:hover {
  background: #d3ad67;
}

.primary-action svg,
.secondary-action svg {
  width: 18px;
  height: 18px;
}

.full-width {
  width: 100%;
}

.benefit-strip {
  display: grid;
  grid-template-columns: 120px repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #111;
  color: #fff;
  padding: 0 max(20px, calc((100% - 1220px) / 2));
}

.benefit-strip div {
  min-height: 112px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 4px 12px;
  align-content: center;
  padding: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.benefit-strip .benefit-brand {
  grid-template-columns: 1fr;
  place-items: center;
  padding: 18px 10px;
  background: #fff;
}

.benefit-brand img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.benefit-strip svg {
  grid-row: span 2;
  width: 28px;
  height: 28px;
  color: var(--amber);
}

.benefit-strip span {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  line-height: 1.2;
}

.benefit-strip small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  line-height: 1.3;
}

.section {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

.section-header h2,
.panel-heading h2,
.panel-heading h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

.section-header h2 {
  font-size: 2.1rem;
}

.section-header p:not(.eyebrow) {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}

.search-box,
.sort-box {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
}

.search-box {
  padding: 0 13px;
}

.search-box svg {
  width: 19px;
  height: 19px;
}

.search-box input,
.sort-box select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.sort-box {
  padding: 0 12px;
}

.sort-box span {
  font-size: 0.82rem;
  font-weight: 800;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-button {
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid var(--line);
  background: #fff;
  color: #211f1b;
  font-weight: 850;
}

.filter-button.is-active {
  border-color: var(--blue-500);
  background: #f6ead4;
  color: #6f4b12;
}

.store-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 22px;
}

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

.product-card,
.cart-panel,
.checkout-form,
.tool-panel,
.alerts-panel,
.metric-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.product-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
}

.product-media {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px;
  height: 292px;
  padding: 16px;
  border-bottom: 1px solid #eee6d8;
  background: #fbfaf7;
}

.product-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 34px;
}

.product-photo-frame {
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-image-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 22px;
  border: 1px dashed #d1bd91;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(195, 154, 81, 0.14), rgba(17, 17, 17, 0.04)),
    #fbfaf7;
  color: #7a571b;
  text-align: center;
  font-weight: 900;
}

.product-image-placeholder svg {
  width: 42px;
  height: 42px;
}

.product-badge {
  padding: 7px 9px;
  border-radius: 6px;
  background: var(--blue-900);
  color: white;
  font-size: 0.73rem;
  font-weight: 900;
}

.stock-badge {
  padding: 7px 9px;
  border-radius: 6px;
  background: #f6ead4;
  color: #6f4b12;
  font-size: 0.74rem;
  font-weight: 900;
  text-align: right;
}

.stock-badge.low {
  background: #fff2e0;
  color: #8a5200;
}

.stock-badge.out {
  background: #ffe8e8;
  color: #a22929;
}

.product-body {
  display: grid;
  grid-template-rows: auto auto minmax(42px, auto) auto auto;
  gap: 12px;
  min-width: 0;
  padding: 16px;
}

.product-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.product-body h3 {
  min-height: 46px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.product-note {
  min-height: 42px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 46px;
}

.price-row strong {
  display: block;
  font-size: 1.15rem;
}

.price-row span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.add-button {
  width: 100%;
}

.payment-link {
  width: 100%;
  border-color: #111;
  background: #111;
  color: #fff;
  box-shadow: var(--shadow);
}

.payment-link:hover {
  background: #c39a51;
  color: #111;
}

.pending-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 6px;
  background: #fff4d7;
  color: #755000;
  font-size: 0.76rem;
  font-weight: 900;
}

.cart-panel {
  position: sticky;
  top: calc(var(--header-height) + 18px);
  padding: 16px;
}

.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.compact-heading {
  margin-bottom: 10px;
}

.panel-heading h2 {
  font-size: 1.55rem;
}

.panel-heading h3 {
  font-size: 1.15rem;
}

.cart-items {
  display: grid;
  gap: 10px;
}

.cart-item {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e6eef7;
  border-radius: var(--radius);
  background: #fbfdff;
}

.cart-thumb {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e6eef7;
  border-radius: 6px;
  background: #fff;
}

.cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-copy {
  min-width: 0;
}

.cart-copy strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9rem;
}

.cart-copy span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
}

.qty-controls {
  display: grid;
  grid-template-columns: 30px 30px 30px 30px;
  align-items: center;
  gap: 4px;
}

.qty-controls button {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--blue-900);
}

.qty-controls svg {
  width: 16px;
  height: 16px;
}

.qty-controls span {
  text-align: center;
  font-weight: 900;
}

.empty-state {
  margin: 0;
  padding: 14px;
  border: 1px dashed #bfd1e5;
  border-radius: var(--radius);
  color: var(--muted);
  background: #fbfdff;
  line-height: 1.45;
}

.cart-totals {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

.cart-totals div,
.checkout-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-totals dt,
.cart-totals dd {
  margin: 0;
}

.cart-totals dt,
.checkout-summary span {
  color: var(--muted);
  font-weight: 800;
}

.cart-totals dd,
.checkout-summary strong {
  font-size: 1.05rem;
  font-weight: 950;
}

.cart-totals .discount-row,
.discount-value {
  color: #1d6b35;
}

.checkout-form {
  padding: 20px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.field-grid label {
  display: grid;
  gap: 8px;
  color: #34465c;
  font-weight: 850;
  font-size: 0.88rem;
}

.field-help {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.35;
}

.field-grid input,
.field-grid select,
.field-grid textarea,
.table-wrap input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  outline: 0;
}

.field-grid input,
.field-grid select,
.field-grid textarea {
  padding: 11px 12px;
}

.field-grid textarea {
  resize: vertical;
}

.wide-field {
  grid-column: span 3;
}

.checkout-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.checkout-summary div {
  min-height: 58px;
  padding: 14px;
  border: 1px solid #e4edf7;
  border-radius: var(--radius);
  background: #fbfdff;
}

.checkout-summary div:only-child {
  grid-column: 1 / -1;
}

.checkout-summary .summary-total {
  border-color: #d2b16e;
  background: #111;
  color: #fff;
}

.checkout-summary .summary-total span {
  color: rgba(255, 255, 255, 0.74);
}

.checkout-summary .summary-total strong {
  color: #fff;
}

.checkout-form .secondary-action,
.alerts-panel .secondary-action,
.tool-panel .secondary-action,
.contact-section .secondary-action {
  border-color: var(--line);
  background: #fff;
  color: var(--blue-700);
  box-shadow: none;
}

.checkout-form .secondary-action:hover,
.alerts-panel .secondary-action:hover,
.tool-panel .secondary-action:hover,
.contact-section .secondary-action:hover {
  background: #edf5ff;
}

.small-action {
  min-height: 38px;
  padding: 9px 11px;
  font-size: 0.85rem;
}

.accounting-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.metric-card {
  padding: 16px;
}

.metric-card span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.28rem;
  line-height: 1.15;
}

.metric-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.4;
}

.alerts-panel {
  padding: 16px;
  margin-bottom: 18px;
}

.alert-list {
  display: grid;
  gap: 8px;
}

.alert-item {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 9px 10px;
  border-radius: var(--radius);
  background: #f8fbff;
  color: #34465c;
  font-size: 0.88rem;
  line-height: 1.4;
}

.alert-item svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--amber);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: 18px;
}

.tool-panel {
  padding: 16px;
  min-width: 0;
}

.table-wrap {
  overflow: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.sales-table-wrap table {
  min-width: 620px;
}

th,
td {
  padding: 12px 10px;
  border-bottom: 1px solid #e8eff8;
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

td {
  color: #21354c;
  font-size: 0.88rem;
}

.product-cell strong,
.sales-detail strong {
  display: block;
  margin-bottom: 4px;
}

.product-cell small,
.sales-detail small {
  display: block;
  color: var(--muted);
  line-height: 1.4;
}

.table-wrap input {
  max-width: 112px;
  padding: 8px 9px;
}

.toggle-cell {
  text-align: center;
}

.toggle-cell input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  accent-color: var(--blue-500);
}

.margin-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 8px;
  border-radius: 6px;
  background: #ecf9f0;
  color: #1d6b35;
  font-weight: 900;
}

.margin-chip.pending {
  background: #fff4d7;
  color: #755000;
}

.sales-table-wrap .empty-state {
  margin-top: 12px;
}

.club-section {
  width: 100%;
  padding: 72px max(20px, calc((100% - 1220px) / 2));
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.74)),
    url("/assets/hero/protein-cappuccino-scene.png?v=landing-photos-20260701") center / cover no-repeat;
  color: #fff;
}

.club-card {
  width: min(1220px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 28px;
  align-items: center;
  margin: 0 auto;
}

.club-copy h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0;
}

.club-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.04rem;
  line-height: 1.62;
}

.club-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.club-perks span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 900;
  font-size: 0.84rem;
}

.club-perks svg {
  width: 17px;
  height: 17px;
  color: var(--amber);
}

.lead-form {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  color: #111;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: #211f1b;
  font-size: 0.86rem;
  font-weight: 900;
}

.lead-form input {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  outline: 0;
}

.checkbox-field {
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 9px !important;
  color: var(--muted) !important;
  font-size: 0.78rem !important;
  line-height: 1.35;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  accent-color: var(--amber);
}

.lead-status {
  min-height: 20px;
  margin: 0;
  color: #1d6b35;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.35;
}

.hidden-field {
  display: none;
}

.pack-section {
  padding-top: 0;
}

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

.pack-card {
  min-height: 260px;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(240px, 1fr);
  align-items: center;
  gap: 22px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(246, 234, 212, 0.72)),
    #fff;
  box-shadow: var(--shadow);
}

.pack-card > div {
  min-width: 0;
}

.light-pack {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.94), rgba(238, 238, 238, 0.72)),
    #fff;
}

.pack-card h2 {
  margin: 0;
  max-width: 340px;
  font-size: 1.6rem;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0;
}

.pack-card p:not(.eyebrow) {
  margin: 12px 0 18px;
  color: var(--muted);
  line-height: 1.5;
}

.pack-options {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}

.pack-options label {
  display: grid;
  gap: 6px;
  color: #33445a;
  font-size: 0.82rem;
  font-weight: 900;
}

.pack-options select {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  outline: 0;
}

.pack-savings {
  display: block;
  margin-top: 10px;
  color: #7b5d26;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.35;
}

.dark-action {
  width: max-content;
  border-color: #111;
  background: #111;
  color: #fff;
}

.dark-action:hover {
  background: #2a2a2a;
}

.pack-images {
  min-height: 210px;
  display: flex;
  align-items: end;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
}

.pack-images img {
  flex: 0 1 32%;
  width: 32%;
  min-width: 0;
  max-height: 210px;
  object-fit: contain;
  filter: drop-shadow(0 16px 16px rgba(0, 0, 0, 0.16));
}

.pack-images img + img {
  margin-left: -12px;
}

.admin-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(247, 244, 238, 0.96), rgba(255, 255, 255, 0.96)),
    var(--soft);
}

.admin-gate {
  min-height: calc(100vh - var(--header-height) - 92px);
  display: grid;
  place-items: center;
}

.admin-gate-card {
  width: min(460px, 100%);
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.admin-lock-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: #f6ead4;
  color: #7a571b;
}

.admin-lock-icon svg {
  width: 28px;
  height: 28px;
}

.admin-gate-card h1 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.admin-gate-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.admin-gate-card label {
  display: grid;
  gap: 8px;
  color: #211f1b;
  font-weight: 850;
  font-size: 0.88rem;
}

.admin-gate-card input {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: 0;
}

.admin-error {
  min-height: 20px;
  color: var(--red);
  font-size: 0.88rem;
  font-weight: 850;
}

.contact-section {
  width: 100%;
  padding: 72px max(20px, calc((100% - 1220px) / 2));
  background: #0b0b0b;
  color: #fff;
}

.contact-section .section-header {
  width: min(1220px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.contact-section .section-header p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.contact-layout {
  width: min(1220px, 100%);
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  margin: 0 auto;
}

.contact-profile,
.contact-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.contact-profile {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
}

.contact-logo {
  flex: 0 0 auto;
  width: 148px;
  height: 128px;
  object-fit: contain;
  padding: 8px;
  border-radius: var(--radius);
  background: #fff;
}

.contact-profile h3 {
  margin: 0;
  font-size: 1.55rem;
  letter-spacing: 0;
}

.contact-profile p:not(.eyebrow) {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.62;
}

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

.contact-card {
  display: block;
  min-height: 150px;
  padding: 18px;
}

.contact-card svg {
  width: 24px;
  height: 24px;
  color: var(--cyan);
}

.contact-card span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card strong {
  display: block;
  margin-top: 6px;
  font-size: 1.08rem;
}

.contact-card small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.45;
}

.domain-card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 999px;
  background: #fff;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 30px 36px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #fff;
  font-size: 0.88rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-weight: 900;
}

.footer-brand img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 999px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  max-width: min(360px, calc(100% - 40px));
  padding: 13px 15px;
  border-radius: var(--radius);
  background: var(--blue-900);
  color: white;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .hero-stage,
  .pack-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 560px;
    font-size: 5rem;
  }

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

  .catalog-toolbar,
  .store-layout,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .cart-panel {
    position: static;
  }

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

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  .promo-strip {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 7px 16px;
    text-align: center;
  }

  .site-header {
    padding: 12px 16px;
  }

  .nav-links {
    display: none;
  }

  .brand-logo {
    width: 164px;
    height: 36px;
  }

  .hero {
    min-height: auto;
    padding: 42px 20px 28px;
  }

  .hero-media {
    place-items: end center;
    opacity: 0.48;
  }

  .hero-media img {
    width: min(120vw, 720px);
    height: 100%;
    object-position: center bottom;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 58%, rgba(255, 255, 255, 0.74) 100%);
  }

  .hero h1 {
    font-size: 3.35rem;
    line-height: 0.9;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .benefit-strip,
  .accounting-cards,
  .checkout-summary {
    grid-template-columns: 1fr;
  }

  .section {
    width: min(100% - 28px, 1220px);
    padding: 48px 0;
  }

  .section-header {
    display: grid;
    gap: 10px;
  }

  .section-header h2 {
    font-size: 1.65rem;
  }

  .catalog-toolbar {
    gap: 10px;
  }

  .filter-group {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
  }

  .filter-button {
    flex: 0 0 auto;
  }

  .products-grid,
  .field-grid,
  .contact-layout,
  .contact-grid,
  .club-card,
  .pack-card {
    grid-template-columns: 1fr;
  }

  .pack-images {
    min-height: 170px;
    align-items: center;
  }

  .pack-images img + img {
    margin-left: -8px;
  }

  .product-media {
    height: 274px;
  }

  .dark-action {
    width: 100%;
  }

  .wide-field {
    grid-column: auto;
  }

  .checkout-actions {
    display: grid;
  }

  .site-footer {
    display: grid;
    padding: 24px 20px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 118px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  body {
    background:
      linear-gradient(180deg, rgba(247, 244, 238, 0.92), rgba(255, 255, 255, 0.98)),
      #f7f4ee;
  }

  .promo-strip {
    min-height: 28px;
    padding: 7px 14px;
    font-size: 0.68rem;
    letter-spacing: 0;
  }

  .promo-strip span:nth-child(n + 2) {
    display: none;
  }

  .site-header {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: 8px 10px;
    padding: 10px 12px 9px;
  }

  .brand {
    justify-self: center;
  }

  .brand-logo {
    width: min(132px, 42vw);
    height: 72px;
  }

  .cart-jump {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 44px;
    height: 44px;
  }

  .nav-links {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 2px 4px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar,
  .filter-group::-webkit-scrollbar,
  .benefit-strip::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 8px 11px;
    border: 1px solid #ead8b8;
    background: #fbf5e9;
    color: #111;
    font-size: 0.72rem;
  }

  .hero {
    min-height: calc(100svh - var(--header-height));
    align-items: center;
    padding: 30px 18px 46px;
    background: #f7f4ee;
  }

  .hero-stage {
    display: block;
    width: 100%;
  }

  .hero-inner {
    max-width: 360px;
  }

  .hero-media {
    place-items: stretch;
    opacity: 1;
  }

  .hero-media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center bottom;
    filter: none;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 46%, rgba(255, 255, 255, 0.34) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.36));
  }

  .hero-brandline {
    max-width: 100%;
    min-height: 42px;
    margin-bottom: 12px;
    font-size: 0.67rem;
  }

  .hero h1 {
    max-width: 360px;
    font-size: 3.65rem;
    line-height: 0.84;
  }

  .hero-copy {
    max-width: 330px;
    margin-top: 16px;
    font-size: 1.02rem;
    line-height: 1.48;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 342px;
    gap: 10px;
    margin-top: 22px;
  }

  .hero-actions .primary-action,
  .hero-actions .secondary-action {
    min-height: 52px;
    padding: 12px 10px;
    font-size: 0.92rem;
    white-space: normal;
  }

  .benefit-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 12px 14px;
    scroll-snap-type: x mandatory;
  }

  .benefit-strip div {
    flex: 0 0 78%;
    min-height: 96px;
    grid-template-columns: 32px 1fr;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    scroll-snap-align: start;
  }

  .benefit-strip .benefit-brand {
    flex: 0 0 74px;
    min-height: 96px;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 12px;
  }

  .benefit-brand img {
    width: 54px;
    height: 54px;
  }

  .benefit-strip span {
    font-size: 0.78rem;
  }

  .benefit-strip small {
    font-size: 0.76rem;
  }

  .section {
    width: 100%;
    padding: 48px 14px;
  }

  .section-header {
    gap: 12px;
    margin-bottom: 18px;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .section-header p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .club-section {
    padding: 52px 14px;
    background:
      linear-gradient(180deg, rgba(10, 10, 10, 0.94), rgba(10, 10, 10, 0.72)),
      url("/assets/hero/protein-cappuccino-scene.png?v=landing-photos-20260701") center / cover no-repeat;
  }

  .club-card {
    gap: 18px;
  }

  .club-copy h2 {
    font-size: 2.7rem;
  }

  .club-copy p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .club-perks {
    gap: 8px;
  }

  .club-perks span {
    width: 100%;
    min-height: 40px;
  }

  .lead-form {
    padding: 16px;
  }

  .lead-form input {
    min-height: 50px;
    font-size: 1rem;
  }

  .catalog-section {
    position: relative;
    isolation: isolate;
  }

  .catalog-section::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -74px;
    z-index: -1;
    width: 240px;
    height: 240px;
    background: url("/assets/hero/creatina-scene.png?v=landing-photos-20260701") center / cover no-repeat;
    opacity: 0.08;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .search-box,
  .sort-box {
    min-height: 52px;
    border-color: #dacba7;
  }

  .filter-group {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 8px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .filter-button {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 14px;
  }

  .store-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-card {
    border-radius: var(--radius);
    box-shadow: 0 16px 34px rgba(18, 18, 18, 0.11);
  }

  .product-media {
    height: 304px;
    padding: 12px;
  }

  .product-photo-frame {
    position: relative;
  }

  .product-photo-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
  }

  .product-body {
    gap: 10px;
    padding: 16px;
  }

  .product-body h3 {
    min-height: auto;
    font-size: 1.14rem;
    line-height: 1.22;
  }

  .product-note {
    min-height: auto;
    font-size: 0.94rem;
  }

  .price-row strong {
    font-size: 1.32rem;
  }

  .add-button {
    min-height: 52px;
    font-size: 1rem;
  }

  .cart-panel {
    border: 2px solid rgba(195, 154, 81, 0.28);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 245, 233, 0.98)),
      #fff;
  }

  .cart-item {
    grid-template-columns: 52px 1fr;
    align-items: start;
  }

  .qty-controls {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 42px 1fr 42px;
    gap: 6px;
  }

  .qty-controls button,
  .qty-controls span {
    height: 36px;
  }

  .pack-section {
    padding-top: 8px;
  }

  .pack-card {
    min-height: auto;
    gap: 16px;
    padding: 18px;
  }

  .pack-card h2 {
    max-width: none;
    font-size: 1.8rem;
  }

  .pack-images {
    min-height: 190px;
    padding: 6px;
    border-radius: var(--radius);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(246, 234, 212, 0.5)),
      #fff;
  }

  .pack-images img {
    max-height: 185px;
  }

  .checkout-form {
    padding: 16px;
  }

  .field-grid input,
  .field-grid select,
  .field-grid textarea {
    min-height: 50px;
    font-size: 1rem;
  }

  .checkout-summary {
    gap: 10px;
  }

  .checkout-summary div {
    min-height: 54px;
    padding: 12px;
  }

  .checkout-actions {
    display: grid;
    gap: 10px;
  }

  .checkout-actions .primary-action,
  .checkout-actions .secondary-action {
    width: 100%;
    min-height: 52px;
  }

  .contact-section {
    padding: 54px 14px;
  }

  .contact-profile {
    display: grid;
    text-align: left;
  }

  .contact-logo {
    width: 142px;
    height: 122px;
  }

  .contact-card {
    min-height: 132px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .toast {
    right: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
  }
}

@media (max-width: 380px) {
  .hero {
    padding-bottom: 42px;
  }

  .hero h1 {
    font-size: 3.18rem;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    max-width: 260px;
  }

  .product-media {
    height: 280px;
  }
}
