:root {
  color-scheme: light;
  --bg: #152216;
  --surface: #f4e4bd;
  --surface-strong: #fff4d4;
  --ink: #1c2618;
  --muted: #52613e;
  --line: #b98f43;
  --teal: #2e7f66;
  --red: #b64e2d;
  --gold: #d59b32;
  --green: #4f6f2f;
  --violet: #32556f;
  --button: #244219;
  --button-hover: #315a22;
  --shadow: 0 18px 46px rgba(4, 12, 6, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(213, 155, 50, 0.18), transparent 28rem),
    linear-gradient(180deg, #263b24 0%, var(--bg) 36%, #101a12 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.notice-locked {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.entry-notice {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  overflow: auto;
  padding: 18px;
  background: rgba(5, 10, 5, 0.92);
}

.entry-notice[hidden] {
  display: none;
}

.entry-notice-card {
  width: min(760px, 100%);
  overflow: hidden;
  background: #071008;
  border: 1px solid rgba(142, 165, 53, 0.75);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

.entry-notice-image {
  width: 100%;
  max-height: min(78vh, 1050px);
  object-fit: contain;
  background: #071008;
}

.entry-notice-controls {
  display: grid;
  gap: 14px;
  padding: 14px;
  background: #071008;
  color: #f4ecd7;
}

.entry-check {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 1rem;
  font-weight: 750;
}

.entry-check input {
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  accent-color: #8da23c;
}

.entry-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.entry-decline,
.entry-continue {
  display: grid;
  min-height: 48px;
  place-items: center;
  border: 1px solid rgba(244, 236, 215, 0.36);
  border-radius: 8px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.entry-decline {
  background: #161810;
  color: #cfc4a5;
}

.entry-continue {
  background: #6f8425;
  color: #fff4d4;
}

.entry-continue:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.entry-continue:not(:disabled):hover,
.entry-continue:not(:disabled):focus-visible {
  background: #829b31;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 14px max(20px, calc((100vw - 1280px) / 2));
  background: rgba(21, 34, 22, 0.9);
  border-bottom: 1px solid rgba(213, 155, 50, 0.45);
  backdrop-filter: blur(16px);
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--gold);
  color: #172111;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: #d8c798;
  font-size: 0.8rem;
}

nav {
  display: flex;
  gap: 18px;
  color: #ead8a6;
  font-weight: 700;
}

nav a:hover,
nav a:focus-visible {
  color: #ffffff;
}

.cart-jump {
  display: inline-flex;
  min-width: 104px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--surface-strong);
  color: var(--ink);
}

.cart-jump strong {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 6px;
  background: var(--teal);
  color: #fffefa;
  font-size: 0.85rem;
}

main {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.brand-hero {
  overflow: hidden;
  margin-top: 26px;
  background: #1f351f;
  border: 2px solid rgba(213, 155, 50, 0.65);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.brand-hero img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: contain;
  background: #1f351f;
}

.shop-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.65fr);
  gap: 28px;
  align-items: end;
  padding: 28px 0 30px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.06;
  letter-spacing: 0;
  color: #fff4d4;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.38);
}

h2 {
  margin-bottom: 0;
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 6px;
  font-size: 1.05rem;
  line-height: 1.25;
}

.intro-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: end;
  justify-content: flex-end;
}

.intro-panel span,
.intro-action {
  border: 1px solid rgba(213, 155, 50, 0.55);
  border-radius: 8px;
  background: rgba(244, 228, 189, 0.92);
  padding: 9px 11px;
  color: #203318;
  font-size: 0.88rem;
  font-weight: 800;
}


.intro-action {
  display: inline-grid;
  min-height: 42px;
  place-items: center;
  background: var(--button);
  color: #fffefa;
  text-align: center;
}

.intro-action:hover,
.intro-action:focus-visible {
  background: var(--button-hover);
}
.whatsapp-action,
.whatsapp-link-button {
  background: #1f8f50;
  color: #fffefa;
}

.whatsapp-action:hover,
.whatsapp-action:focus-visible,
.whatsapp-link-button:hover,
.whatsapp-link-button:focus-visible {
  background: #167341;
}
.store-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: start;
  padding-bottom: 48px;
}

.products-section,
.checkout-panel {
  min-width: 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 16px;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 650;
}

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

.product-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #fff3cf 0%, #f1d795 100%);
  border: 1px solid rgba(185, 143, 67, 0.9);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #d0b873;
}

.product-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.product-copy {
  min-height: 116px;
}

.product-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.lab-link {
  display: grid;
  width: 100%;
  min-height: 40px;
  place-items: center;
  border: 1px solid rgba(27, 138, 132, 0.45);
  border-radius: 8px;
  background: rgba(27, 138, 132, 0.1);
  color: var(--teal);
  font-size: 0.95rem;
  font-weight: 850;
  text-align: center;
}

.lab-link:hover,
.lab-link:focus-visible {
  background: rgba(27, 138, 132, 0.16);
  color: var(--button-hover);
}

.swatches {
  display: flex;
  gap: 7px;
}

.swatches span {
  width: 18px;
  height: 18px;
  border: 2px solid var(--surface-strong);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(36, 41, 43, 0.22);
}

.product-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}

.price {
  font-size: 1.1rem;
  font-weight: 850;
}

.add-button,
.primary-button,
.form-link-button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: var(--button);
  color: #fffefa;
  font-weight: 850;
}

.add-button {
  padding: 0 14px;
}

.add-button:hover,
.add-button:focus-visible,
.primary-button:hover,
.primary-button:focus-visible,
.form-link-button:hover,
.form-link-button:focus-visible {
  background: var(--button-hover);
}

.checkout-panel {
  position: sticky;
  top: 96px;
  background: linear-gradient(180deg, #f4e4bd 0%, #e2bf74 100%);
  border: 1px solid rgba(185, 143, 67, 0.95);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 18px;
}

.checkout-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.checkout-form-link {
  margin: 14px 0 0;
}

.whatsapp-link-button {
  margin-top: 8px;
}

.text-button {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  color: var(--muted);
  font-weight: 800;
  padding: 0 12px;
}

.text-button:hover,
.text-button:focus-visible {
  border-color: var(--ink);
  color: var(--ink);
}

.cart-list {
  display: grid;
  gap: 12px;
  min-height: 70px;
  margin: 14px 0;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.empty-cart {
  display: grid;
  min-height: 42px;
  place-items: center start;
  margin: 0;
  color: var(--muted);
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.cart-item strong,
.cart-item small {
  display: block;
}

.cart-item small {
  color: var(--muted);
}

.quantity-control {
  display: grid;
  grid-template-columns: 34px 34px 34px;
  gap: 4px;
  align-items: center;
}

.quantity-control button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  color: var(--ink);
  font-weight: 900;
}

.quantity-control span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  font-weight: 850;
}

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

.totals div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.totals dt {
  color: var(--muted);
}

.totals dd {
  margin: 0;
  font-weight: 850;
}

.total-line {
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 1.15rem;
}

.checkout-form {
  display: grid;
  gap: 12px;
}

.checkout-form label {
  display: grid;
  gap: 6px;
}

.checkout-form label span,
legend {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 850;
}

input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  color: var(--ink);
  padding: 9px 11px;
}

input:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(27, 138, 132, 0.16);
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 8px;
}

.payment-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}


.coa-section {
  margin: 0 0 48px;
}

.coa-section .section-heading h2 {
  color: var(--surface-strong);
}

.coa-section .section-heading p {
  color: #ead8a6;
}

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

.coa-card {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: linear-gradient(180deg, #fff3cf 0%, #f1d795 100%);
  border: 1px solid rgba(185, 143, 67, 0.9);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.coa-card strong {
  color: var(--ink);
}

.coa-card span {
  color: var(--teal);
  font-weight: 850;
  text-align: right;
}

.coa-card:hover,
.coa-card:focus-visible {
  background: linear-gradient(180deg, #fff7dc 0%, #f5df9e 100%);
  outline: 3px solid rgba(213, 155, 50, 0.26);
}
.compliance-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  gap: 24px;
  margin: 0 0 48px;
  padding: 22px;
  background: rgba(244, 228, 189, 0.95);
  border: 1px solid rgba(185, 143, 67, 0.9);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.compliance-copy {
  display: grid;
  gap: 10px;
}

.compliance-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 650;
}

.primary-button,
.form-link-button {
  display: grid;
  width: 100%;
  place-items: center;
  margin-top: 2px;
  text-align: center;
}

.order-confirmation {
  margin-top: 14px;
}

.confirmation-box {
  border: 1px solid rgba(47, 143, 91, 0.42);
  border-radius: 8px;
  background: rgba(47, 143, 91, 0.11);
  padding: 12px;
}

.confirmation-box strong {
  display: block;
  margin-bottom: 2px;
}

.confirmation-box p {
  margin-bottom: 0;
  color: var(--muted);
}

.confirmation-box a {
  display: inline-block;
  margin-top: 10px;
  color: var(--teal);
  font-weight: 850;
}

.site-footer {
  display: flex;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 38px;
  border-top: 1px solid rgba(213, 155, 50, 0.45);
  color: #ead8a6;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .store-layout {
    grid-template-columns: 1fr;
  }

  .checkout-panel {
    position: static;
  }
}

@media (max-width: 840px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .shop-intro {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .intro-panel {
    justify-content: flex-start;
  }

  h1 {
    font-size: 2.25rem;
  }

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

@media (max-width: 620px) {
  main,
  .site-footer {
    width: min(100% - 28px, 1280px);
  }

  .site-header {
    min-height: 68px;
    padding: 12px 14px;
    gap: 12px;
  }

  .brand small {
    display: none;
  }

  .entry-notice {
    padding: 10px;
  }

  .entry-notice-image {
    max-height: 70vh;
  }

  .entry-actions {
    grid-template-columns: 1fr;
  }

  .cart-jump {
    min-width: 76px;
  }

  .cart-jump span {
    display: none;
  }

  h1 {
    font-size: 2rem;
  }

  .brand-hero {
    margin-top: 16px;
  }

  .brand-hero img {
    height: auto;
  }

  .section-heading,
  .compliance-panel,
  .site-footer {
    display: grid;
    justify-content: start;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-copy {
    min-height: auto;
  }
}
/* Responsive overflow and mobile usability fixes */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body,
main,
section,
article,
aside,
div,
p,
h1,
h2,
h3,
a,
span,
strong,
small {
  min-width: 0;
  overflow-wrap: break-word;
}

main,
.site-footer,
.shop-intro,
.store-layout,
.product-grid,
.product-card,
.product-body,
.checkout-panel,
.compliance-panel,
.coa-section,
.coa-grid,
.coa-card,
.section-heading {
  max-width: 100%;
}

.product-card,
.product-body,
.product-actions,
.checkout-panel,
.compliance-panel,
.compliance-copy {
  min-width: 0;
}

.add-button,
.lab-link,
.form-link-button,
.intro-action,
.coa-card {
  white-space: normal;
  overflow-wrap: break-word;
}

.add-button {
  display: grid;
  place-items: center;
  text-align: center;
}

@media (max-width: 840px) {
  .compliance-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 1.85rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  .shop-intro {
    gap: 18px;
    padding: 24px 0;
  }

  .intro-panel {
    display: grid;
    width: 100%;
    justify-content: stretch;
  }

  .intro-panel span,
  .intro-action {
    width: 100%;
  }

  .store-layout {
    gap: 20px;
    padding-bottom: 32px;
  }

  .section-heading {
    gap: 8px;
  }

  .product-grid {
    gap: 14px;
  }

  .product-body,
  .checkout-panel,
  .compliance-panel {
    padding: 14px;
  }

  .product-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .price {
    font-size: 1rem;
  }

  .add-button,
  .lab-link,
  .form-link-button {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
  }


  .coa-section {
    margin-bottom: 32px;
  }

  .coa-grid {
    grid-template-columns: 1fr;
  }

  .coa-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
  }

  .coa-card span {
    text-align: left;
  }
  .compliance-panel {
    gap: 12px;
    margin-bottom: 32px;
  }
}

@media (max-width: 380px) {
  main,
  .site-footer {
    width: min(100% - 20px, 1280px);
  }

  .site-header {
    padding-inline: 10px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  h1 {
    font-size: 1.65rem;
  }
}
