:root {
  --mk-ink: #10120f;
  --mk-paper: #f3f0e8;
  --mk-acid: #c8ff33;
  --mk-blue: #b9d9ff;
  --mk-warm: #eea568;
  --mk-line: rgba(16, 18, 15, .16);
}

body {
  background: var(--mk-paper);
  color: var(--mk-ink);
}

body.home .site-header,
body.home .site-footer { display: none; }

body.home #primary,
body.home .site-main,
body.home .entry-content,
body.home .entry-content > .mk-home {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.ast-container,
.site-content .ast-container {
  max-width: 100%;
  padding: 0;
}

.entry-content,
.entry-content p { margin: 0; }
.entry-header { display: none; }

.mk-home {
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mk-header {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 48px;
  padding: 0 clamp(24px, 6vw, 104px);
  border-bottom: 1px solid rgba(255,255,255,.13);
  background: var(--mk-ink);
  color: #fff;
}

.mk-logo { color: inherit !important; font-size: 20px; font-weight: 850; letter-spacing: -.055em; text-decoration: none !important; }
.mk-logo span { color: var(--mk-acid); }
.mk-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 44px); }
.mk-nav a,
.mk-header__actions a { color: rgba(255,255,255,.72) !important; font-size: 13px; font-weight: 700; text-decoration: none !important; }
.mk-nav a:hover,
.mk-header__actions a:hover { color: #fff !important; }
.mk-header__actions { display: flex; align-items: center; gap: 24px; }
.mk-cart { display: flex; align-items: center; gap: 8px; }
.mk-cart span { min-width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--mk-acid); color: var(--mk-ink); font-size: 10px; }

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

.mk-hero,
.mk-section,
.mk-system,
.mk-newsletter {
  padding-left: clamp(24px, 6vw, 104px);
  padding-right: clamp(24px, 6vw, 104px);
}

.mk-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  align-items: center;
  gap: 5vw;
  padding-top: 72px;
  padding-bottom: 72px;
  background: var(--mk-ink);
  color: #fff;
}

.mk-eyebrow {
  margin-bottom: 22px !important;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mk-hero h1 {
  max-width: 780px;
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(56px, 7.3vw, 116px);
  font-weight: 760;
  line-height: .89;
  letter-spacing: -.075em;
}

.mk-hero h1 em {
  color: var(--mk-acid);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.mk-hero__lead {
  max-width: 610px;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.55;
}

.mk-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }

.mk-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 2px;
  color: inherit;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.mk-button:hover { transform: translateY(-2px); }
.mk-button--primary { border-color: var(--mk-acid); background: var(--mk-acid); color: var(--mk-ink); }
.mk-button--ghost { background: transparent; color: #fff; }

.mk-hero__visual { position: relative; min-height: 520px; }
.mk-orbit { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.mk-orbit--one { width: 460px; height: 460px; top: 20px; right: 0; }
.mk-orbit--two { width: 330px; height: 330px; top: 85px; right: 65px; }

.mk-bottle {
  position: absolute;
  z-index: 2;
  top: 88px;
  left: 22%;
  width: 168px;
  height: 335px;
  display: grid;
  place-items: center;
  border-radius: 20px 20px 30px 30px;
  background: linear-gradient(145deg, #282c26, #0a0b09 62%);
  box-shadow: 30px 40px 70px rgba(0,0,0,.5);
  transform: rotate(-8deg);
}

.mk-bottle__cap { position: absolute; width: 90px; height: 56px; top: -48px; border-radius: 8px 8px 2px 2px; background: var(--mk-acid); }
.mk-bottle__label { width: 78%; padding: 34px 12px; border: 1px solid rgba(255,255,255,.35); color: #fff; font-weight: 850; font-size: 25px; letter-spacing: -.04em; line-height: .85; text-align: center; }
.mk-bottle__label small { color: var(--mk-acid); font-size: 9px; letter-spacing: .18em; }

.mk-cloth {
  position: absolute;
  right: 1%;
  bottom: 48px;
  width: 310px;
  height: 210px;
  border-radius: 8px 34px 12px 42px;
  background: repeating-linear-gradient(35deg, #d7ff68 0, #d7ff68 2px, #b8eb34 3px, #b8eb34 5px);
  box-shadow: 20px 30px 60px rgba(0,0,0,.3);
  transform: rotate(11deg) skewX(-9deg);
}

.mk-visual-note { position: absolute; right: 8px; top: 44px; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.mk-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--mk-line);
  background: #fff;
}

.mk-proof > div { display: grid; grid-template-columns: 44px 1fr; gap: 2px 16px; padding: 30px clamp(24px, 4vw, 64px); border-right: 1px solid var(--mk-line); }
.mk-proof > div:last-child { border-right: 0; }
.mk-proof strong { grid-row: 1 / 3; color: #777; font-size: 11px; }
.mk-proof span { font-size: 14px; font-weight: 800; }
.mk-proof small { color: #6f716c; font-size: 12px; }

.mk-section { padding-top: 110px; padding-bottom: 110px; }
.mk-section__head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.mk-section__head h2,
.mk-system h2,
.mk-newsletter h2 { margin-bottom: 0; color: var(--mk-ink); font-size: clamp(38px, 4.6vw, 72px); font-weight: 740; line-height: .98; letter-spacing: -.055em; }
.mk-section__head a { color: var(--mk-ink); font-size: 14px; font-weight: 800; text-decoration: none; }

.mk-categories { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.mk-category { min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; color: var(--mk-ink); }
.mk-category:nth-child(1) { grid-column: span 5; }
.mk-category:nth-child(2) { grid-column: span 7; }
.mk-category:nth-child(n+3) { grid-column: span 4; }
.mk-category.is-dark { background: var(--mk-ink); color: #fff; }
.mk-category.is-acid { background: var(--mk-acid); }
.mk-category.is-light { background: #fff; }
.mk-category.is-blue { background: var(--mk-blue); }
.mk-category.is-warm { background: var(--mk-warm); }
.mk-category > span { font-size: 11px; font-weight: 800; opacity: .65; }
.mk-category h3 { margin-bottom: 10px; color: inherit; font-size: clamp(26px, 2.5vw, 38px); font-weight: 740; letter-spacing: -.04em; }
.mk-category p { max-width: 420px; font-size: 14px; line-height: 1.55; opacity: .72; }
.mk-category a { align-self: flex-end; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: inherit; text-decoration: none; }

.mk-system {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  padding-top: 110px;
  padding-bottom: 110px;
  background: var(--mk-acid);
}
.mk-system ol { margin: 0; padding: 0; list-style: none; }
.mk-system li { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 24px 0; border-top: 1px solid rgba(16,18,15,.35); }
.mk-system li:last-child { border-bottom: 1px solid rgba(16,18,15,.35); }
.mk-system li > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--mk-ink); font-size: 12px; font-weight: 800; }
.mk-system li div { display: grid; gap: 5px; }
.mk-system li strong { font-size: 17px; }
.mk-system li small { font-size: 13px; opacity: .65; }

.mk-products { background: #fff; }
.mk-empty-products { min-height: 280px; display: grid; place-content: center; gap: 7px; border: 1px dashed var(--mk-line); background: var(--mk-paper); text-align: center; }
.mk-empty-products p { font-size: 24px; font-weight: 800; }
.mk-empty-products span { color: #73756f; font-size: 14px; }

.mk-newsletter { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-top: 80px; padding-bottom: 80px; background: var(--mk-ink); color: #fff; }
.mk-newsletter h2 { max-width: 850px; color: #fff; }
.mk-newsletter .mk-button { flex: 0 0 auto; }

.mk-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px;
  padding: 68px clamp(24px, 6vw, 104px) 28px;
  border-top: 1px solid rgba(255,255,255,.12);
  background: var(--mk-ink);
  color: #fff;
}
.mk-footer > div { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.mk-footer p { color: rgba(255,255,255,.5); font-size: 13px; }
.mk-footer strong { margin-bottom: 6px; color: #fff; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.mk-footer a:not(.mk-logo) { color: rgba(255,255,255,.62); font-size: 13px; text-decoration: none; }
.mk-footer a:hover { color: var(--mk-acid); }
.mk-footer__legal { grid-column: 1 / -1; margin-top: 38px !important; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }

@media (max-width: 920px) {
  .mk-header { grid-template-columns: 1fr auto; gap: 20px; }
  .mk-nav { display: none; }
  .mk-header__actions > a:first-child { display: none; }
  .mk-hero { min-height: 0; grid-template-columns: 1fr; padding-top: 80px; }
  .mk-hero__visual { min-height: 440px; }
  .mk-orbit--one { right: 50%; transform: translateX(50%); }
  .mk-orbit--two { right: 50%; transform: translateX(50%); }
  .mk-bottle { left: calc(50% - 120px); }
  .mk-cloth { right: calc(50% - 250px); }
  .mk-proof { grid-template-columns: 1fr; }
  .mk-proof > div { border-right: 0; border-bottom: 1px solid var(--mk-line); }
  .mk-category:nth-child(n) { grid-column: span 6; }
  .mk-system { grid-template-columns: 1fr; }
  .mk-newsletter { align-items: start; flex-direction: column; }
  .mk-footer { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .mk-hero { padding-top: 64px; padding-bottom: 35px; }
  .mk-hero h1 { font-size: clamp(52px, 17vw, 82px); }
  .mk-actions { flex-direction: column; }
  .mk-button { width: 100%; }
  .mk-hero__visual { min-height: 350px; transform: scale(.82); transform-origin: center top; }
  .mk-section { padding-top: 76px; padding-bottom: 76px; }
  .mk-section__head { align-items: start; flex-direction: column; }
  .mk-categories { grid-template-columns: 1fr; }
  .mk-category:nth-child(n) { grid-column: auto; min-height: 250px; }
  .mk-system { padding-top: 76px; padding-bottom: 76px; }
  .mk-newsletter { padding-top: 68px; padding-bottom: 68px; }
  .mk-footer { grid-template-columns: 1fr; }
  .mk-footer__legal { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .mk-button { transition: none; }
}

/* WooCommerce katalogas ir produktų kortelės */
body.woocommerce-page #primary,
body.woocommerce-page .site-main { width: 100%; max-width: none; margin: 0; padding: 0; }
body.woocommerce-page .woocommerce { max-width: 1440px; margin: 0 auto; padding: 0 clamp(24px, 6vw, 104px) 100px; }
.mk-shop-hero { margin: 0 calc(0px - clamp(24px, 6vw, 104px)) 48px; padding: 86px clamp(24px, 6vw, 104px) 64px; background: var(--mk-ink); color: #fff; }
.mk-shop-hero h1 { margin: 0 0 20px; color: #fff; font-size: clamp(48px, 6vw, 88px); font-weight: 760; line-height: .95; letter-spacing: -.06em; }
.mk-shop-hero > p:last-child { max-width: 760px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.6; }
.woocommerce .woocommerce-breadcrumb { padding-top: 28px; color: #74766f; font-size: 12px; }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { margin-bottom: 28px; }
.woocommerce .woocommerce-ordering select { min-height: 44px; padding: 0 38px 0 14px; border: 1px solid var(--mk-line); background-color: #fff; }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 16px; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; }
.woocommerce ul.products li.product a img { margin-bottom: 18px; aspect-ratio: 1 / 1.08; object-fit: cover; background: #eceae3; transition: transform .3s ease; }
.woocommerce ul.products li.product:hover a img { transform: translateY(-4px); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; color: var(--mk-ink); font-size: 16px; font-weight: 760; line-height: 1.3; }
.woocommerce ul.products li.product .price { margin-top: 8px; color: var(--mk-ink); font-size: 14px; font-weight: 800; }
.woocommerce ul.products li.product .button { width: 100%; margin-top: 14px; padding: 13px 16px; border-radius: 0; background: var(--mk-ink); color: #fff; font-size: 12px; text-align: center; }
.woocommerce ul.products li.product .button:hover { background: var(--mk-acid); color: var(--mk-ink); }
.woocommerce span.onsale { min-width: auto; min-height: auto; padding: 7px 10px; border-radius: 0; background: var(--mk-acid); color: var(--mk-ink); font-size: 11px; font-weight: 850; line-height: 1; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 3px; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 0; background: #fff; color: var(--mk-ink); }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--mk-ink); color: #fff; }

@media (max-width: 920px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .woocommerce ul.products { gap: 28px 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 14px; }
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering { float: none; }
}
