[hidden] {
  display: none !important;
}
:root {
  --green: #572943;
  --green2: #7a3d60;
  --sage: #c5a9b6;
  --cream: #f5ede8;
  --paper: #fffdfb;
  --gold: #c5a16a;
  --ink: #21191f;
  --muted: #776b72;
  --line: #e5d8de;
  --danger: #9a3c55;
  --shadow: 0 24px 60px rgba(74, 34, 57, 0.16);
  --radius: 24px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.55;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
}
.demo-ribbon {
  background: #111714;
  color: #fff;
  padding: 7px 20px;
  font-size: 11px;
  letter-spacing: 0.12em;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.demo-ribbon strong {
  color: #d6b56f;
}
.announcement {
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  font-size: 12px;
}
.site-header {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 5vw, 72px);
  position: sticky;
  top: 0;
  background: rgba(255, 253, 251, 0.94);
  backdrop-filter: blur(15px);
  z-index: 30;
  border-bottom: 1px solid rgba(220, 216, 205, 0.8);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 50% 50% 45% 55%;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 25px;
  font-style: italic;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}
.brand-words {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-words strong {
  font-family: Georgia, serif;
  letter-spacing: 0.12em;
  font-size: 18px;
}
.brand-words small {
  letter-spacing: 0.35em;
  font-size: 8px;
  margin-top: 5px;
}
.desktop-nav {
  display: flex;
  gap: 30px;
}
.desktop-nav a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
}
.header-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.plain-icon,
.basket-button,
.close,
.filter,
.guide-toggle button,
.admin-tabs button,
.footer-button,
.text-action {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
.plain-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 26px;
}
.basket-button {
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  padding: 11px 15px;
  font-weight: 700;
}
.basket-button span {
  background: var(--gold);
  color: #111;
  border-radius: 999px;
  padding: 2px 7px;
  margin-left: 5px;
  font-size: 11px;
}
.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  padding: 60px clamp(22px, 7vw, 110px) 70px;
  overflow: hidden;
  background: linear-gradient(120deg, #fffdfb 0 54%, #f1e5e9 54%);
}
.hero-copy {
  max-width: 650px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 800;
  color: var(--green2);
  margin: 0 0 14px;
}
.hero h1,
.section-heading h2,
.editorial h2,
.how-section h2,
.accounting-callout h2,
.modal h2,
.admin-header h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
  margin: 0;
}
.hero h1 {
  font-size: clamp(48px, 6.3vw, 88px);
  letter-spacing: -0.04em;
}
.hero h1 em {
  color: var(--green2);
  font-weight: 400;
}
.hero-text {
  max-width: 540px;
  font-size: 18px;
  color: #545d58;
  margin: 25px 0 28px;
}
.hero-actions,
.checkout-actions,
.completion-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  border: 1px solid transparent;
  border-radius: 999px;
  min-height: 48px;
  padding: 13px 21px;
  font-weight: 750;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.18s;
}
.button:hover {
  transform: translateY(-1px);
}
.button.primary {
  background: var(--green);
  color: #fff;
}
.button.secondary {
  background: transparent;
  border-color: #a9ada7;
}
.button.dark {
  background: var(--ink);
  color: #fff;
}
.button.full {
  width: 100%;
}
.button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}
.trust-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 25px;
  font-size: 12px;
  color: #505a55;
}
.hero-art {
  min-height: 550px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.arch {
  position: absolute;
  width: 430px;
  height: 520px;
  border-radius: 240px 240px 20px 20px;
  background: linear-gradient(160deg, #dfcdd5, #fff7f3);
  box-shadow: inset 0 0 70px rgba(97, 76, 48, 0.13);
}
.glow {
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0)
  );
  top: 50px;
}
.display-bottle {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  filter: drop-shadow(0 25px 22px rgba(38, 38, 31, 0.23));
}
.display-bottle i {
  display: block;
  width: 70px;
  height: 45px;
  background: linear-gradient(90deg, #171a18, #57625c, #111);
  margin: auto;
  border-radius: 8px 8px 3px 3px;
}
.display-bottle b {
  display: block;
  width: 38px;
  height: 20px;
  background: #b89a69;
  margin: auto;
}
.display-bottle span {
  display: grid;
  place-items: center;
  text-align: center;
  color: #efe8d9;
  letter-spacing: 0.15em;
  font-family: Georgia, serif;
}
.display-bottle span small {
  font-family: inherit;
  font-size: 22px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.display-bottle.tall {
  left: 21%;
  transform: rotate(-3deg);
}
.display-bottle.tall span {
  width: 175px;
  height: 300px;
  border-radius: 22px 22px 30px 30px;
  background: linear-gradient(110deg, #28111e, #74415d 48%, #190b13);
}
.display-bottle.round {
  right: 16%;
  transform: rotate(4deg);
}
.display-bottle.round i {
  width: 78px;
}
.display-bottle.round span {
  width: 210px;
  height: 250px;
  border-radius: 50px 50px 80px 80px;
  background: linear-gradient(110deg, #452033, #a8617e 50%, #2d1322);
}
.drop-card {
  position: absolute;
  right: 1%;
  top: 17%;
  z-index: 3;
  background: #fff;
  padding: 19px 22px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  transform: rotate(3deg);
}
.drop-card small {
  color: var(--gold);
  letter-spacing: 0.15em;
  font-weight: 800;
}
.drop-card strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.15;
  margin-top: 6px;
}
.benefit-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--green);
  color: #fff;
  padding: 24px clamp(20px, 7vw, 100px);
  gap: 25px;
}
.benefit-strip article {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.benefit-strip strong,
.benefit-strip span {
  display: block;
}
.benefit-strip strong {
  font-family: Georgia, serif;
  font-size: 18px;
}
.benefit-strip span {
  font-size: 12px;
  opacity: 0.75;
  margin-top: 4px;
}
.shop-section,
.how-section,
.accounting-callout {
  padding: 100px clamp(20px, 7vw, 110px);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
  margin-bottom: 38px;
}
.section-heading h2,
.editorial h2,
.how-section h2,
.accounting-callout h2 {
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -0.03em;
}
.section-heading > p {
  max-width: 440px;
  color: var(--muted);
  margin: 0;
}
.section-heading.centre {
  display: block;
  text-align: center;
  max-width: 820px;
  margin: 0 auto 45px;
}
.section-heading.centre > p {
  margin: 16px auto 0;
}
.shop-tools {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filter {
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
}
.filter.active {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.search-field {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #aaa;
  padding: 0 5px;
  min-width: 260px;
}
.search-field input {
  border: 0;
  background: transparent;
  outline: 0;
  width: 100%;
  padding: 9px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  transition: 0.2s;
  min-width: 0;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.product-visual {
  height: 330px;
  background: var(--product-bg);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.product-visual:before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.43);
  top: 40px;
}
.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #fff;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  z-index: 3;
}
.product-badge.low {
  background: #f1d8ac;
}
.product-badge.sold {
  background: #222;
  color: #fff;
}
.product-bottle {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 17px 13px rgba(0, 0, 0, 0.22));
  transform: translateY(9px);
}
.product-bottle .cap {
  width: 65px;
  height: 42px;
  margin: auto;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(90deg, #171916, #656d68, #161816);
}
.product-bottle .neck {
  width: 35px;
  height: 17px;
  margin: auto;
  background: #b59b68;
}
.product-bottle .body {
  width: 145px;
  height: 210px;
  border-radius: 20px 20px 28px 28px;
  background: linear-gradient(115deg, var(--b1), var(--b2) 54%, var(--b1));
  display: grid;
  place-items: center;
  padding: 16px;
  color: var(--label);
  text-align: center;
}
.product-bottle .body span {
  display: block;
  font-family: Georgia, serif;
  letter-spacing: 0.18em;
  font-size: 19px;
}
.product-bottle .body small {
  font-size: 8px;
  letter-spacing: 0.2em;
}
.product-content {
  padding: 19px;
}
.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.product-content h3 {
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 500;
  margin: 8px 0 4px;
}
.notes {
  font-size: 12px;
  color: var(--muted);
  min-height: 38px;
}
.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 17px;
}
.price {
  font-weight: 800;
}
.stock {
  font-size: 10px;
  color: var(--green2);
  margin-top: 3px;
}
.stock.low {
  color: #a56a20;
}
.add {
  width: 43px;
  height: 43px;
  border: 0;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 23px;
  cursor: pointer;
}
.add:disabled {
  background: #aaa;
}
.editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 660px;
  background: #e9e3d9;
}
.editorial-art {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #6d3657, #2b1322);
}
.mist {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(227, 221, 198, 0.35),
    transparent 60%
  );
}
.single-bottle {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 30px 22px #1c0914);
}
.single-bottle i {
  display: block;
  width: 92px;
  height: 50px;
  background: linear-gradient(90deg, #111, #64615a, #111);
  margin: auto;
  border-radius: 8px;
}
.single-bottle b {
  display: block;
  width: 45px;
  height: 23px;
  background: #b89a65;
  margin: auto;
}
.single-bottle span {
  width: 250px;
  height: 360px;
  border-radius: 28px 28px 45px 45px;
  background: linear-gradient(110deg, #381825, #9b5874, #26101b);
  color: #f9ebcd;
  display: grid;
  place-items: center;
  align-content: center;
  font-family: Georgia, serif;
  font-size: 28px;
  letter-spacing: 0.18em;
  text-align: center;
}
.single-bottle small {
  display: block;
  font-family: ui-sans-serif;
  font-size: 8px;
  margin-top: 12px;
  letter-spacing: 0.25em;
}
.editorial-copy {
  padding: 80px clamp(30px, 7vw, 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.editorial-copy p {
  color: var(--muted);
  font-size: 17px;
}
.text-link {
  font-weight: 800;
  text-decoration: none;
  margin-top: 15px;
}
.text-link span {
  color: var(--gold);
}
.how-section {
  background: #fff;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.steps article {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 25px;
}
.steps article > span {
  font-family: Georgia, serif;
  font-size: 34px;
  color: var(--gold);
}
.steps h3 {
  font-family: Georgia, serif;
  font-size: 22px;
  margin: 12px 0 8px;
}
.steps p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.centre-button {
  margin: 35px auto 0;
  display: flex;
}
.accounting-callout {
  background: var(--cream);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.accounting-callout > div {
  max-width: 780px;
}
.accounting-callout p {
  color: var(--muted);
}
footer {
  background: #131a17;
  color: #fff;
  padding: 65px clamp(20px, 7vw, 100px) 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 45px;
}
footer a,
footer span,
.footer-button {
  display: block;
  color: #b7c0bb;
  text-decoration: none;
  font-size: 12px;
  margin: 9px 0;
  text-align: left;
  padding: 0;
}
.footer-brand p {
  max-width: 320px;
  color: #9ea8a2;
}
.footer-bottom {
  grid-column: 1/-1;
  border-top: 1px solid #34413b;
  padding-top: 18px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(12, 17, 14, 0.58);
  backdrop-filter: blur(3px);
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.drawer,
.modal,
.login-modal {
  position: fixed;
  z-index: 70;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.drawer {
  top: 0;
  right: 0;
  width: min(470px, 100%);
  height: 100dvh;
  transform: translateX(105%);
  transition: 0.25s;
  padding: 25px;
  overflow: auto;
}
.drawer.active {
  transform: none;
}
.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  padding-bottom: 17px;
}
.drawer h2,
.modal h2,
.login-modal h2 {
  font-size: 40px;
}
.close {
  font-size: 32px;
  line-height: 1;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.basket-item {
  display: grid;
  grid-template-columns: 78px 1fr auto;
  gap: 13px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.mini-art {
  height: 80px;
  border-radius: 14px;
  background: var(--product-bg);
  display: grid;
  place-items: end center;
  overflow: hidden;
}
.mini-bottle {
  width: 31px;
  height: 52px;
  border-radius: 7px 7px 10px 10px;
  background: linear-gradient(110deg, var(--b1), var(--b2));
  margin-bottom: -2px;
}
.basket-item h3 {
  font-family: Georgia, serif;
  margin: 0;
  font-weight: 500;
}
.basket-item small {
  color: var(--muted);
}
.qty {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 8px;
}
.qty button {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
}
.remove {
  border: 0;
  background: none;
  color: #8b504a;
  font-size: 11px;
}
.empty-state {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 15px;
}
.empty-state > div {
  font-size: 45px;
  color: var(--gold);
}
.basket-summary {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.basket-summary > div {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.basket-summary small {
  display: block;
  color: var(--muted);
  margin: 7px 0 17px;
}
.modal {
  width: min(950px, calc(100% - 30px));
  max-height: 92dvh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -46%) scale(0.97);
  border-radius: 28px;
  padding: 34px;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.modal-close {
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 3;
}
.product-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}
.modal-product-art {
  min-height: 510px;
  background: var(--product-bg);
  display: grid;
  place-items: center;
  border-radius: 20px;
}
.modal-product-art .product-bottle {
  transform: scale(1.35);
}
.modal-copy {
  padding: 30px 15px;
}
.modal-copy h2 {
  font-size: 58px;
}
.modal-price {
  font-weight: 800;
  font-size: 18px;
  margin: 10px 0 20px;
}
.note-pyramid {
  border-top: 1px solid var(--line);
  margin: 22px 0;
}
.note-pyramid div {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.note-pyramid span {
  color: var(--muted);
}
.product-info-details {
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  background: #faf8f4;
}
.product-info-details summary {
  cursor: pointer;
  font-weight: 800;
}
.product-info-details dl,
.product-info-details dd {
  margin: 0;
}
.product-info-details dl > div {
  padding: 11px 0;
  border-top: 1px solid var(--line);
}
.product-info-details dl > div:first-child {
  margin-top: 10px;
}
.product-info-details dt {
  font-size: 9px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 800;
}
.product-info-details dd {
  margin-top: 4px;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.help-modal {
  max-width: 850px;
}
.help-head {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.guide-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  margin: 25px 0;
}
.guide-toggle button {
  border-radius: 999px;
  padding: 11px;
}
.guide-toggle button.active {
  background: var(--green);
  color: #fff;
}
.guide-panel {
  display: none;
}
.guide-panel.active {
  display: block;
}
.guide-panel > article {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.guide-panel article > span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--cream);
  display: grid;
  place-items: center;
  color: var(--green);
  font-weight: 800;
}
.guide-panel h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 20px;
}
.guide-panel p {
  margin: 4px 0;
  color: var(--muted);
  font-size: 13px;
}
.experienced-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.experienced-grid article {
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 17px;
}
.experienced-grid strong,
.experienced-grid span {
  display: block;
}
.experienced-grid span {
  font-size: 20px;
  margin-top: 5px;
}
.critical-warning {
  background: #f8e8df;
  border-left: 4px solid #c06b43;
  padding: 14px 16px;
  border-radius: 9px;
  font-size: 12px;
  margin: 18px 0;
}
.checkout-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.checkout-progress span {
  font-size: 10px;
  color: #9da29f;
  font-weight: 800;
}
.checkout-progress span.active {
  color: var(--green);
}
.checkout-progress i {
  height: 1px;
  background: var(--line);
  width: 45px;
  margin: 0 8px;
}
.checkout-step {
  display: none;
}
.checkout-step.active {
  display: block;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-grid label,
.login-modal label {
  font-size: 11px;
  font-weight: 750;
}
.form-grid input,
.form-grid select,
.login-modal input,
.admin-field input,
.admin-field select {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 0 13px;
  margin-top: 6px;
  outline: 0;
}
.form-grid input:focus,
.form-grid select:focus {
  border-color: var(--green);
}
.wide {
  grid-column: 1/-1;
}
.review-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 17px;
  margin: 14px 0;
}
.review-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 0;
}
.review-row.total {
  font-size: 18px;
  border-top: 1px solid var(--line);
  margin-top: 8px;
  padding-top: 14px;
}
.legal-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  padding: 14px 0;
}
.payment-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.payment-left,
.payment-right {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
}
.payment-amount small,
.payment-amount span {
  display: block;
}
.payment-amount strong {
  font-size: 34px;
  font-family: Georgia, serif;
  color: var(--green);
}
.payment-amount span {
  color: var(--muted);
}
.payment-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0;
  border-block: 1px solid var(--line);
}
.payment-facts div {
  padding: 12px 5px;
}
.payment-facts span,
.payment-facts b {
  display: block;
}
.payment-facts span {
  font-size: 9px;
  color: var(--muted);
  text-transform: uppercase;
}
.bank-details {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}
.bank-details > div {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
}
.bank-details span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}
.bank-details b {
  word-break: break-word;
}
.bank-details button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7f4ef;
  padding: 6px 10px;
  font-weight: 800;
  cursor: pointer;
}
.bank-details .reference {
  border-color: var(--green);
  background: #f0f6f2;
}
.bank-details .bank-custom-message {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  padding: 10px 12px;
  border-radius: 9px;
  background: #f0f6f2;
  color: var(--text);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
  text-transform: none;
  white-space: pre-line;
}
.text-action {
  color: var(--green2);
  font-size: 11px;
  text-decoration: underline;
  margin: 12px auto;
  display: block;
}
.fake-qr {
  width: 210px;
  height: 210px;
  margin: 0 auto 18px;
  background: repeating-conic-gradient(#151b18 0 25%, #fff 0 50%) 0/18px 18px;
  border: 12px solid #fff;
  box-shadow: 0 0 0 1px var(--line);
  display: grid;
  place-items: center;
}
.fake-qr span {
  background: #fff;
  padding: 5px 8px;
  font-weight: 900;
}
.copy-box {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 11px;
  overflow: hidden;
  margin-top: 5px;
}
.copy-box code {
  flex: 1;
  padding: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.copy-box button {
  border: 0;
  background: var(--green);
  color: #fff;
  padding: 0 13px;
}
.payment-status {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border-radius: 16px;
  background: #edf2ee;
  margin: 18px 0;
}
.payment-status > span {
  width: 17px;
  height: 17px;
  border: 3px solid #9bac9f;
  border-top-color: var(--green);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.payment-status.confirmed {
  background: #e2f2e7;
}
.payment-status.confirmed > span {
  animation: none;
  border: 0;
  background: var(--green);
  position: relative;
}
.payment-status.confirmed > span:after {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 11px;
  left: 3px;
  top: -1px;
}
.payment-status small,
.payment-status strong {
  display: block;
}
.payment-status small {
  color: var(--muted);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.complete {
  text-align: center;
  padding: 30px;
}
.success {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 42px;
  display: grid;
  place-items: center;
  margin: auto;
}
.completion-buttons {
  justify-content: center;
  margin-top: 20px;
}
.login-modal {
  position: fixed;
  z-index: 95;
  inset: 0;
  background: rgba(10, 15, 12, 0.75);
  display: grid;
  place-items: center;
  padding: 20px;
}
.login-modal > div {
  width: min(430px, 100%);
  background: var(--paper);
  border-radius: 25px;
  padding: 32px;
  position: relative;
}
.login-modal .close {
  position: absolute;
  right: 12px;
  top: 10px;
}
.login-modal small {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: var(--muted);
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 25px);
  opacity: 0;
  z-index: 100;
  background: #111;
  color: #fff;
  padding: 11px 17px;
  border-radius: 999px;
  font-size: 12px;
  pointer-events: none;
  transition: 0.2s;
}
.toast.active {
  opacity: 1;
  transform: translate(-50%, 0);
}
.admin-view {
  min-height: 100vh;
  padding: 50px clamp(16px, 5vw, 70px) 100px;
  background: #f2f0ea;
}
.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.admin-header h1 {
  font-size: clamp(42px, 6vw, 72px);
}
.admin-header p {
  color: var(--muted);
}
.admin-warning {
  background: #fff1d7;
  border-left: 4px solid var(--gold);
  padding: 14px 17px;
  margin: 25px 0;
  border-radius: 9px;
  font-size: 12px;
}
.admin-tabs {
  display: flex;
  gap: 7px;
  overflow: auto;
  margin-bottom: 25px;
}
.admin-tabs button {
  padding: 10px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  white-space: nowrap;
}
.admin-tabs button.active {
  background: var(--green);
  color: #fff;
}
.admin-panel {
  display: none;
}
.admin-panel.active {
  display: block;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.stat-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 19px;
  padding: 20px;
}
.stat-card span,
.stat-card small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}
.stat-card strong {
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  margin: 4px 0;
  display: block;
}
.chart-card,
.admin-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  margin-top: 15px;
}
.bar-chart {
  display: flex;
  align-items: flex-end;
  gap: 11px;
  height: 180px;
  padding-top: 20px;
}
.bar-chart div {
  flex: 1;
  background: linear-gradient(var(--sage), var(--green));
  border-radius: 8px 8px 2px 2px;
  min-height: 4px;
  position: relative;
}
.bar-chart div span {
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  color: var(--muted);
}
.dashboard-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 15px;
}
.analytics-ready-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
  background: linear-gradient(135deg, #fff 0%, #edf2ee 100%);
}
.analytics-ready-card h3 {
  margin: 4px 0;
}
.analytics-ready-card p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
}
.recent-list article {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.recent-list small,
.recent-list span {
  display: block;
  color: var(--muted);
  font-size: 11px;
}
.admin-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0;
}
.catalogue-workspace-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin: 8px 0 20px;
}
.catalogue-workspace-head h2 {
  margin: 4px 0 6px;
  font-family: Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
}
.catalogue-workspace-head p:last-child {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
}
.catalogue-primary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.catalogue-folders {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0;
}
.catalogue-folders button {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  min-height: 88px;
  padding: 16px;
  text-align: left;
  border: 2px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: var(--text);
  cursor: pointer;
}
.catalogue-folders button > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f1eee8;
  color: var(--green);
  font-size: 17px;
}
.catalogue-folders button b {
  display: grid;
  place-items: center;
  min-width: 31px;
  height: 31px;
  border-radius: 999px;
  background: #eeeae3;
}
.catalogue-folders button small {
  grid-column: 2 / -1;
  color: var(--muted);
}
.catalogue-folders button.active {
  border-color: var(--green);
  box-shadow: 0 9px 24px rgba(19, 35, 30, 0.1);
}
.catalogue-folders button.active > span,
.catalogue-folders button.active b {
  background: var(--green);
  color: #fff;
}
.catalogue-search {
  display: grid;
  grid-template-columns: auto minmax(220px, 520px);
  align-items: center;
  gap: 12px;
  margin: 18px 0 10px;
}
.catalogue-search label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.catalogue-search input {
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 18px;
  background: #fff;
}
.catalogue-folder-note {
  margin-bottom: 14px;
  padding: 12px 15px;
  border-left: 4px solid var(--green);
  border-radius: 10px;
  background: #edf2ee;
  color: #395048;
  font-size: 12px;
}
.product-admin-list {
  display: grid;
  gap: 14px;
}
.product-admin {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.product-admin.has-unsaved-changes {
  border-color: #c49337;
  box-shadow: 0 0 0 3px rgba(196, 147, 55, 0.13);
}
.product-admin-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 15px;
}
.catalogue-product-identity {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}
.catalogue-product-thumb {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 15px;
  background: #f0ece6;
  color: var(--muted);
  font-size: 24px;
}
.catalogue-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalogue-status-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 10px;
}
.catalogue-status {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.catalogue-status.live {
  background: #dfeee4;
  color: #196038;
}
.catalogue-status.draft {
  background: #fff0cc;
  color: #78570e;
}
.catalogue-status.archived {
  background: #e8e8eb;
  color: #4f5058;
}
.catalogue-head-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.button.archive-button {
  min-height: 42px;
  padding: 10px 16px;
  border-color: #8d2f2f;
  background: #8d2f2f;
  color: #fff;
}
.button.archive-button:hover {
  background: #712525;
}
.product-editor-body {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.catalogue-publish-box {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 18px;
  margin: 12px 0;
  padding: 14px;
  border: 1px solid #d9d2c6;
  border-radius: 14px;
  background: #faf7f1;
}
.catalogue-publish-box .admin-switch {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  font-weight: 750;
}
.catalogue-publish-box p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}
.product-save-bar {
  position: sticky;
  bottom: 10px;
  z-index: 2;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(25, 19, 22, 0.12);
  backdrop-filter: blur(8px);
}
.product-save-bar > div {
  margin-right: auto;
}
.product-save-bar strong,
.product-save-bar span {
  display: block;
}
.product-save-bar span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}
.has-unsaved-changes .product-save-bar strong {
  color: #8a6112;
}
.archived-product-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid #d9d9dd;
  border-radius: 20px;
  background: #f8f8f9;
}
.archived-product-copy h3 {
  margin: 3px 0;
  font-family: Georgia, serif;
  font-size: 24px;
}
.archived-product-copy p,
.archived-product-copy small {
  margin: 0;
  color: var(--muted);
}
.archived-product-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-admin-head h3 {
  font-family: Georgia, serif;
  font-size: 24px;
  margin: 0;
}
.product-admin-head span {
  font-size: 11px;
  color: var(--muted);
}
.admin-fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.admin-field label {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--muted);
}
.admin-field input,
.admin-field select {
  height: 42px;
}
.availability {
  background: #edf2ee;
  border-radius: 12px;
  padding: 12px;
  margin-top: 12px;
  font-size: 12px;
}
.availability strong {
  color: var(--green);
}
.order-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
}
.order-table th,
.order-table td {
  text-align: left;
  padding: 13px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.order-table th {
  background: #e9e5dc;
}
.status-pill {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e0ece4;
  color: var(--green);
  font-weight: 800;
}
.settings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.checkout-copy-card {
  border-color: var(--green);
  box-shadow: 0 0 0 2px rgba(35, 88, 67, 0.05);
}
.admin-card-intro {
  color: var(--muted);
  font-size: 12px;
  margin: -5px 0 16px;
}
.sticky-settings-actions {
  position: sticky;
  bottom: 10px;
  z-index: 4;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(247, 244, 238, 0.96);
  backdrop-filter: blur(8px);
}
.product-margin-preview {
  margin: 8px 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f7f5ef;
  color: var(--muted);
  font-size: 11px;
}
.product-margin-preview strong {
  color: var(--text);
}
.compliance-admin-details {
  border-left: 4px solid var(--green);
}
.settlement-box {
  background: #13231e;
  color: #fff;
  border-radius: 20px;
  padding: 24px;
  margin-top: 15px;
}
.settlement-box strong {
  font-family: Georgia, serif;
  font-size: 34px;
}
.settlement-box p {
  color: #b8c4bf;
}
.empty-admin {
  padding: 40px;
  text-align: center;
  color: var(--muted);
}
@media (max-width: 1050px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .admin-fields {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .analytics-ready-card {
    display: block;
  }
  .analytics-ready-card .button {
    width: 100%;
    margin-top: 14px;
  }
  .demo-ribbon {
    font-size: 9px;
  }
  .desktop-nav {
    display: none;
  }
  .site-header {
    height: 66px;
    padding: 0 14px;
  }
  .brand-mark {
    width: 35px;
    height: 35px;
  }
  .brand-words strong {
    font-size: 14px;
  }
  .plain-icon {
    display: none;
  }
  .basket-button {
    padding: 9px 12px;
    font-size: 12px;
  }
  .hero {
    display: block;
    min-height: auto;
    padding: 58px 20px 30px;
    background: linear-gradient(#fffdfb 0 58%, #f1e5e9 58%);
  }
  .hero h1 {
    font-size: 50px;
  }
  .hero-text {
    font-size: 15px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .trust-row {
    gap: 10px;
  }
  .hero-art {
    min-height: 430px;
    margin-top: 30px;
  }
  .arch {
    width: 320px;
    height: 400px;
  }
  .display-bottle.tall {
    left: 8%;
    transform: scale(0.8) rotate(-3deg);
    transform-origin: bottom;
  }
  .display-bottle.round {
    right: 2%;
    transform: scale(0.78) rotate(4deg);
    transform-origin: bottom;
  }
  .drop-card {
    right: 0;
    top: 7%;
    padding: 14px;
  }
  .benefit-strip {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }
  .shop-section,
  .how-section,
  .accounting-callout {
    padding: 70px 16px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 13px;
  }
  .shop-tools {
    display: block;
  }
  .search-field {
    margin-top: 14px;
    min-width: 0;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .product-visual {
    height: 230px;
  }
  .product-bottle {
    transform: scale(0.75) translateY(30px);
  }
  .product-content {
    padding: 13px;
  }
  .product-content h3 {
    font-size: 20px;
  }
  .product-meta {
    display: block;
  }
  .product-meta span {
    display: block;
  }
  .notes {
    display: none;
  }
  .product-bottom {
    align-items: center;
  }
  .editorial {
    grid-template-columns: 1fr;
  }
  .editorial-art {
    min-height: 480px;
  }
  .editorial-copy {
    padding: 60px 20px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .accounting-callout {
    display: block;
  }
  .accounting-callout .button {
    width: 100%;
    margin-top: 15px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
    padding: 50px 20px 20px;
    gap: 30px;
  }
  footer .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    display: block;
  }
  .drawer {
    padding: 18px;
  }
  .modal {
    width: calc(100% - 18px);
    padding: 25px 16px;
    border-radius: 22px;
  }
  .modal h2 {
    font-size: 34px;
  }
  .product-modal-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .modal-product-art {
    min-height: 330px;
  }
  .modal-product-art .product-bottle {
    transform: scale(1);
  }
  .modal-copy {
    padding: 10px;
  }
  .modal-copy h2 {
    font-size: 44px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .wide {
    grid-column: auto;
  }
  .checkout-progress span {
    font-size: 8px;
  }
  .checkout-progress i {
    width: 18px;
    margin: 0 4px;
  }
  .payment-layout {
    grid-template-columns: 1fr;
  }
  .payment-facts {
    font-size: 11px;
  }
  .fake-qr {
    width: 180px;
    height: 180px;
  }
  .guide-toggle {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .experienced-grid {
    grid-template-columns: 1fr;
  }
  .admin-view {
    padding: 30px 12px 80px;
  }
  .admin-header {
    display: block;
  }
  .admin-header .button {
    width: 100%;
    margin-top: 10px;
  }
  .stats-grid,
  .dashboard-grid,
  .settings-grid {
    grid-template-columns: 1fr 1fr;
  }
  .admin-fields {
    grid-template-columns: 1fr 1fr;
  }
  .order-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media (max-width: 420px) {
  .hero h1 {
    font-size: 43px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-visual {
    height: 320px;
  }
  .product-bottle {
    transform: none;
  }
  .stats-grid,
  .dashboard-grid,
  .settings-grid {
    grid-template-columns: 1fr;
  }
  .admin-fields {
    grid-template-columns: 1fr 1fr;
  }
}
/* V3 production additions */
[hidden] {
  display: none !important;
}
.loading-card {
  padding: 38px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--muted);
  background: #fff;
}
.error-card {
  padding: 24px;
  border: 1px solid #d9a6a6;
  background: #fff2f2;
  border-radius: 16px;
}
.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.admin-header-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.admin-loading {
  padding: 40px;
  text-align: center;
  color: var(--muted);
}
.admin-error {
  background: #fff2f2;
  border-left: 4px solid #b44;
  padding: 15px;
  border-radius: 8px;
}
.admin-card h3 {
  font-family: Georgia, serif;
  font-size: 24px;
  margin: 0 0 14px;
}
.admin-product-actions,
.order-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.bank-order-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 12px 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f7f5ef;
  font-size: 11px;
}
.bank-order-summary span,
.bank-order-summary strong {
  display: block;
}
.bank-order-summary span {
  color: var(--muted);
}
.bank-order-summary strong {
  margin-top: 3px;
  color: var(--text);
}
.bank-order-summary .email-failed {
  color: #a23030;
}
.order-filters {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 10px 0;
  background: var(--paper);
}
.small-button {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  background: #fff;
}
.small-button.primary {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.small-button.danger {
  border-color: #cf9b9b;
  color: #8d2f2f;
}
.admin-textarea {
  width: 100%;
  min-height: 90px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  resize: vertical;
  background: #fff;
}
.admin-field small {
  display: block;
  color: var(--muted);
  margin-top: 4px;
}
.product-admin details {
  margin-top: 15px;
}
.product-admin summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--green);
}
.order-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 12px;
}
.order-card-head {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
}
.order-card h3 {
  margin: 0;
  font-family: Georgia, serif;
}
.order-card p,
.order-card small {
  color: var(--muted);
}
.order-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 14px 0;
}
.order-grid div {
  background: #f4f2ec;
  border-radius: 12px;
  padding: 10px;
}
.order-grid span,
.order-grid strong {
  display: block;
}
.order-grid span {
  font-size: 9px;
  text-transform: uppercase;
  color: var(--muted);
}
.order-editor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.audit-list article {
  display: grid;
  grid-template-columns: 160px 130px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.secure-payment-card {
  text-align: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.secure-payment-card .secure-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--green);
  color: #fff;
  font-size: 34px;
  margin: 0 auto 15px;
}
.secure-payment-card code {
  display: block;
  margin-top: 12px;
  padding: 8px;
  background: #f0eee8;
  border-radius: 8px;
  word-break: break-all;
}
.payment-status.issue {
  background: #fff1d7;
}
.payment-status.failed {
  background: #fff0f0;
}
.payment-status.confirming {
  background: #e9eef8;
}
.payment-status.confirming > span {
  border-top-color: #476aa5;
}
.form-grid label small {
  font-weight: 400;
  color: var(--muted);
}
.legal-check a {
  color: var(--green);
  text-decoration: underline;
}
.settings-section {
  margin-bottom: 14px;
}
.empty-inline {
  padding: 18px;
  text-align: center;
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: 14px;
}
.stock-time {
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.product-card button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.footer-button {
  cursor: pointer;
}
.modal .button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.admin-switch {
  display: flex;
  align-items: center;
  gap: 8px;
}
.admin-switch input {
  width: 18px;
  height: 18px;
}
.settlement-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.notice-success {
  background: #e2f2e7;
  border-left: 4px solid var(--green);
  padding: 14px;
  border-radius: 9px;
}
.notice-warning {
  background: #fff1d7;
  border-left: 4px solid var(--gold);
  padding: 14px;
  border-radius: 9px;
}
.notice-danger {
  background: #fff0f0;
  border-left: 4px solid #a63e3e;
  padding: 14px;
  border-radius: 9px;
}
.status-pill.awaiting_payment,
.status-pill.confirming,
.status-pill.payment_issue {
  background: #fff1d7;
  color: #765310;
}
.status-pill.expired,
.status-pill.cancelled,
.status-pill.payment_error {
  background: #f4dddd;
  color: #8e2f2f;
}
.status-pill.dispatched,
.status-pill.completed {
  background: #dfe9f6;
  color: #274f80;
}
.critical-warning {
  line-height: 1.5;
}
@media (max-width: 760px) {
  .catalogue-workspace-head {
    display: block;
  }
  .catalogue-primary-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }
  .catalogue-folders {
    grid-template-columns: 1fr;
  }
  .catalogue-folders button {
    min-height: 76px;
  }
  .catalogue-search {
    grid-template-columns: 1fr;
  }
  .catalogue-product-identity {
    align-items: flex-start;
  }
  .catalogue-head-actions {
    width: 100%;
    justify-content: stretch;
  }
  .catalogue-head-actions > * {
    flex: 1 1 auto;
  }
  .archived-product-card {
    grid-template-columns: auto 1fr;
    align-items: start;
  }
  .archived-product-actions {
    grid-column: 1 / -1;
  }
  .product-save-bar {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
  }
  .catalogue-publish-box {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .product-save-bar > div {
    margin-right: 0;
  }
  .admin-header-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
  }
  .admin-header-actions .button:last-child {
    grid-column: 1/-1;
  }
  .order-grid {
    grid-template-columns: 1fr 1fr;
  }
  .order-editor {
    grid-template-columns: 1fr;
  }
  .audit-list article {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .settlement-form {
    grid-template-columns: 1fr;
  }
  .product-admin-head {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .product-admin-head > div:last-child {
    text-align: right;
  }
}
.legal-page {
  min-height: 65vh;
  padding: 90px clamp(20px, 8vw, 140px);
  max-width: 900px;
}
.legal-page h1 {
  font-size: clamp(48px, 8vw, 90px);
  margin: 10px 0 25px;
}
.legal-page > p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--muted);
}

.digital-included {
  display: inline-flex;
  margin-top: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #edf2ee;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
}
.digital-product-note {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #edf2ee;
  border-left: 4px solid var(--green);
  padding: 12px 14px;
  border-radius: 10px;
  margin: 14px 0;
  font-size: 12px;
}
.digital-product-note span {
  color: var(--muted);
}
.download-panel {
  margin: 22px auto;
  max-width: 560px;
  text-align: left;
  background: #f0f5f1;
  border: 1px solid #cbdad0;
  border-radius: 18px;
  padding: 20px;
}
.download-panel h3 {
  font-family: Georgia, serif;
  font-size: 28px;
  margin: 0;
}
.download-panel p {
  margin: 7px 0 15px;
  color: var(--muted);
}
.download-list {
  display: grid;
  gap: 9px;
}
.pdf-admin-box {
  margin-top: 12px;
  padding: 16px;
  background: #f6f4ee;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.pdf-current {
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.pdf-current small {
  color: var(--muted);
}
.pdf-admin-details input[type="file"] {
  height: auto;
  padding: 9px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  width: 100%;
}

.fragrance-disclaimer {
  background: #f4e6ec;
  color: #4b253b;
  text-align: center;
  padding: 9px 16px;
  font-size: 11px;
  border-bottom: 1px solid #dec7d2;
}
.fragrance-disclaimer strong {
  font-weight: 850;
}
.social-card {
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: #fff;
}
.social-card strong,
.social-card span {
  display: block;
}
.social-card span {
  color: var(--muted);
  font-size: 12px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 25px;
}
.contact-grid a {
  text-decoration: none;
}
.legal-details {
  margin-top: 25px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.legal-details dt {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-top: 10px;
}
.legal-details dd {
  margin: 3px 0 0;
}
.formula-note {
  display: inline-flex;
  margin-top: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #f4e6ec;
  color: #572943;
  font-size: 9px;
  font-weight: 800;
}
@media (max-width: 760px) {
  .fragrance-disclaimer {
    font-size: 9px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
\n\n/* V1.3 Reta Noir launch merchandising */\n.launch-announcement {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  background: linear-gradient(90deg, #321321, #6c2f51, #321321);
  padding: 10px 16px;
}
.launch-announcement strong {
  letter-spacing: 0.08em;
}
.launch-announcement span {
  opacity: 0.82;
}
.launch-hero {
  background: linear-gradient(116deg, #fffdfb 0 52%, #efe0e6 52%);
}
.launch-stock-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #eef5f0;
  border: 1px solid #cfe0d4;
  padding: 10px 14px;
  border-radius: 999px;
  margin: 0 0 18px;
  color: #2f5b3e;
  font-size: 12px;
}
.launch-stock-pill > span,
.pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3f8b58;
  box-shadow: 0 0 0 6px rgba(63, 139, 88, 0.12);
  animation: stockPulse 1.8s infinite;
}
.launch-stock-pill.sold-out {
  background: #f5e9e9;
  border-color: #e3c4c4;
  color: #8a3b3b;
}
.launch-stock-pill.sold-out > span,
.sold-out .pulse-dot {
  background: #9a3c55;
  box-shadow: none;
  animation: none;
}
@keyframes stockPulse {
  50% {
    box-shadow: 0 0 0 10px rgba(63, 139, 88, 0);
  }
}
.launch-line {
  font-family: Georgia, serif;
  font-style: italic;
  color: var(--green2);
  margin: 18px 0 0;
  font-size: 18px;
}
.launch-hero-art {
  align-items: center;
}
.hero-product-frame {
  position: relative;
  z-index: 2;
  border: 0;
  background: #fff;
  padding: 0;
  width: min(390px, 78%);
  height: 510px;
  border-radius: 190px 190px 30px 30px;
  overflow: hidden;
  box-shadow: 0 32px 70px rgba(58, 20, 42, 0.24);
  cursor: pointer;
}
.hero-product-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s;
}
.hero-product-frame:hover img {
  transform: scale(1.025);
}
.launch-drop-card {
  right: -1%;
  top: 12%;
  transform: rotate(2deg);
}
.hero-note-card {
  position: absolute;
  left: -2%;
  bottom: 10%;
  z-index: 3;
  background: rgba(255, 253, 251, 0.94);
  backdrop-filter: blur(12px);
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 3px;
}
.hero-note-card small {
  color: var(--gold);
  font-weight: 850;
  letter-spacing: 0.15em;
  margin-bottom: 4px;
}
.hero-note-card span {
  font-family: Georgia, serif;
  font-size: 15px;
}
.launch-benefits article:first-child strong {
  color: #f0d5df;
}
.launch-heading {
  align-items: center;
}
.current-release-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #edf5ef;
  border: 1px solid #cfe0d4;
  padding: 14px 18px;
  border-radius: 15px;
  margin: -12px 0 25px;
  color: #2e5a3e;
}
.current-release-banner.sold-out {
  background: #f7eaea;
  border-color: #e3c4c4;
  color: #8a3b3b;
}
.current-release-grid.single-release {
  grid-template-columns: minmax(0, 980px);
  justify-content: center;
}
.current-release-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
  min-height: 520px;
  border-color: #d9c3cd;
  box-shadow: 0 24px 55px rgba(72, 31, 55, 0.12);
}
.current-release-card .product-visual {
  height: 100%;
  min-height: 520px;
}
.current-release-card .product-visual:before {
  width: 390px;
  height: 390px;
  top: 55px;
}
.current-release-card .product-content {
  padding: clamp(28px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.current-release-card .product-content h3 {
  font-size: clamp(44px, 6vw, 72px);
  line-height: 0.95;
}
.current-release-card .notes {
  font-size: 17px;
  line-height: 1.7;
  min-height: auto;
  max-width: 540px;
}
.current-release-card .product-meta {
  font-size: 11px;
}
.current-release-card .product-bottom {
  margin-top: 25px;
}
.current-release-card .price {
  font-size: 26px;
}
.current-release-card .add {
  width: 56px;
  height: 56px;
}
.release-message {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 11px 13px;
  border-left: 4px solid #3f8b58;
  background: #edf5ef;
  border-radius: 8px;
}
.release-message strong {
  font-size: 10px;
  letter-spacing: 0.12em;
}
.release-message span {
  font-size: 12px;
  color: #41614d;
}
.coming-soon-section {
  margin-top: 110px;
  padding-top: 75px;
  border-top: 1px solid var(--line);
}
.coming-heading {
  margin-bottom: 25px;
}
.coming-soon-grid {
  opacity: 0.88;
}
.coming-soon-card {
  background: #faf8f5;
}
.coming-soon-card:hover {
  transform: translateY(-2px);
}
.coming-soon-card .product-visual {
  filter: saturate(0.65);
}
.product-badge.coming {
  background: #261a21;
  color: #fff;
  letter-spacing: 0.07em;
}
.coming-status {
  display: flex;
  flex-direction: column;
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.coming-status strong {
  color: var(--green2);
  font-size: 12px;
}
.coming-status span {
  color: var(--muted);
  font-size: 10px;
  margin-top: 3px;
}
.coming-social-cta {
  margin-top: 28px;
}
.reta-editorial-art {
  background: #54243f;
}
.reta-editorial-art > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.editorial-badge {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: rgba(255, 253, 251, 0.94);
  padding: 15px 20px;
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.editorial-badge small,
.editorial-badge strong {
  display: block;
}
.editorial-badge small {
  font-size: 9px;
  color: var(--gold);
  letter-spacing: 0.14em;
  font-weight: 850;
}
.editorial-badge strong {
  font-family: Georgia, serif;
  font-size: 25px;
  margin-top: 3px;
}
.scent-note-list {
  display: grid;
  gap: 9px;
  margin: 24px 0;
}
.scent-note-list span {
  display: flex;
  flex-direction: column;
  padding: 12px 14px;
  border: 1px solid rgba(87, 41, 67, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.35);
}
.scent-note-list small {
  color: var(--green2);
  font-weight: 850;
  letter-spacing: 0.13em;
  margin-bottom: 3px;
}
.modal-coming-soon {
  display: flex;
  flex-direction: column;
  background: #f3edf0;
  border-left: 4px solid var(--green);
  padding: 14px;
  margin: 18px 0;
  border-radius: 9px;
}
.modal-coming-soon span {
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
}
.current-empty {
  grid-column: 1/-1;
}
.product-image {
  object-position: center;
}
\n@media(max-width:900px) {
  .current-release-card {
    grid-template-columns: 1fr;
  }
  .current-release-card .product-visual {
    min-height: 500px;
  }
  .hero-product-frame {
    height: 470px;
  }
  .hero-note-card {
    left: 0;
  }
}
\n@media(max-width:760px) {
  .launch-announcement {
    display: block;
    text-align: center;
    font-size: 10px;
  }
  .launch-announcement strong,
  .launch-announcement span {
    display: block;
  }
  .launch-announcement span {
    margin-top: 2px;
  }
  .launch-hero {
    background: linear-gradient(#fffdfb 0 52%, #efe0e6 52%);
  }
  .launch-line {
    font-size: 16px;
  }
  .launch-hero-art {
    min-height: 510px;
  }
  .hero-product-frame {
    height: 450px;
    width: 88%;
  }
  .launch-drop-card {
    right: 0;
    top: 3%;
  }
  .hero-note-card {
    left: 0;
    bottom: 3%;
    padding: 12px 14px;
  }
  .hero-note-card span {
    font-size: 12px;
  }
  .current-release-card {
    display: block;
    min-height: 0;
  }
  .current-release-card .product-visual {
    min-height: 400px;
    height: 400px;
  }
  .current-release-card .product-content {
    padding: 25px 20px;
  }
  .current-release-card .product-content h3 {
    font-size: 44px;
  }
  .current-release-card .notes {
    display: block;
    font-size: 14px;
  }
  .current-release-card .product-meta {
    display: flex;
  }
  .coming-soon-section {
    margin-top: 80px;
    padding-top: 55px;
  }
  .coming-soon-grid {
    grid-template-columns: 1fr 1fr;
  }
  .reta-editorial-art {
    min-height: 520px;
  }
  .editorial-badge {
    left: 18px;
    bottom: 18px;
  }
}
\n@media(max-width:420px) {
  .hero-product-frame {
    height: 410px;
  }
  .current-release-card .product-visual {
    height: 360px;
    min-height: 360px;
  }
  .coming-soon-grid {
    grid-template-columns: 1fr;
  }
  .hero-note-card {
    display: none;
  }
}
\n

/* Peptiq Supplies V1.9 private-manager storefront */
.launch-hold {
  background: #2f2330 !important;
  color: #fff !important;
}
.launch-hold .pulse-dot,
.launch-stock-pill.sold-out span {
  background: #d8b56d !important;
}
button:disabled,
.button[aria-disabled="true"] {
  opacity: 0.58;
  cursor: not-allowed;
  filter: saturate(0.55);
}
.current-release-card .add:disabled {
  background: #d9d1d5;
  color: #4f4148;
  border-color: #d9d1d5;
}
