

:root {
  --colorInk: #0e0b0a;
  --colorInkSoft: #171210;
  --colorInkRaise: #1f1714;
  --colorLine: #2f231d;
  --colorAmber: #e9a13b;
  --colorAmberSoft: #f7cd8a;
  --colorEmber: #c2521d;
  --colorText: #f0e7df;
  --colorMuted: #a89588;
  --colorPaper: #f7f2ec;
  --colorPaperInk: #2a211c;
  --colorGlass: rgba(255, 255, 255, .12);
  --colorGlassEdge: rgba(255, 255, 255, .25);
}


:root {
  --cc-bg: #171210;
  --cc-text: #f0e7df;
  --cc-text-secondary: #a89588;
  --cc-border: rgba(255, 255, 255, .1);
  --cc-primary: #e9a13b;
  --cc-primary-hover: #f7cd8a;
  --cc-secondary: #241b17;
  --cc-secondary-hover: #2f231d;
  --cc-secondary-border: #3b2c24;
  --cc-toggle-bg: #3b2c24;
  --cc-toggle-active: #e9a13b;
  --cc-overlay: rgba(6, 4, 3, .72);
  --cc-shadow: 0 -6px 32px rgba(0, 0, 0, .55);
  --cc-radius: 4px;
  --cc-radius-sm: 3px;
}
.cc-btn-primary { color: #140f0c; }

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--colorInk);
  color: var(--colorText);
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}
h1 { font-size: clamp(2.4rem, 9vw, 3.8rem); line-height: 1.12; margin: 0 0 1rem; }
h2 { font-size: clamp(1.7rem, 5.4vw, 2.1rem); line-height: 1.18; margin: 0 0 0.75rem; }
h3 { font-size: 1.4rem; line-height: 1.25; margin: 0 0 0.4rem; }
h4 { font-size: 1.05rem; margin: 0 0 0.35rem; letter-spacing: 0.06em; }
p  { font-size: 1rem; line-height: 1.7; margin-bottom: 0.5rem; }
a  { color: var(--colorAmberSoft); }


.flexRow { display: flex; }
.flexCol { display: flex; flex-direction: column; }
.wrapAny { flex-wrap: wrap; }
.aiCenter { align-items: center; }
.aiStart { align-items: flex-start; }
.jcCenter { justify-content: center; }
.jcBetween { justify-content: space-between; }
.gapXs { gap: 0.4rem; }
.gapSm { gap: 0.75rem; }
.gapMd { gap: max(1rem, 2vw); }
.gapLg { gap: 2rem; }
.tCenter { text-align: center; }
.tLeft { text-align: left; }
.fw5 { font-weight: 500; }
.fw7 { font-weight: 700; }
.upper { text-transform: uppercase; }
.trackWide { letter-spacing: 0.18em; }
.fSm { font-size: 0.82rem; }
.fMd { font-size: 1.05rem; }
.muted { color: var(--colorMuted); }
.amber { color: var(--colorAmber); }
.full { width: 100%; }
.mt0 { margin-top: 0; }
.mbXs { margin-bottom: 0.4rem; }
.mbSm { margin-bottom: 0.9rem; }
.mbMd { margin-bottom: 1.5rem; }
.mbLg { margin-bottom: 2.25rem; }
.padSm { padding: 0.75rem; }
.padMd { padding: 1.25rem; }
.padLg { padding: 1.75rem; }
.radSm { border-radius: 3px; }
.radMd { border-radius: 8px; }
.radLg { border-radius: 16px; }
.relative { position: relative; }
.listBare { list-style: none; margin: 0; padding: 0; }
.srOnly {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}


.pageMain { display: block; }
.footer-links { list-style: none; }

.pageShell {
  width: min(94%, 1180px);
  margin-left: auto;
  margin-right: auto;
}


.contentSection { padding: 1.5rem 1rem; }
.newsColumns { columns: 1; column-gap: 2rem; }
.newsColumns p { margin-bottom: 0.5rem; line-height: 1.5; }


.mainGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.autoGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: max(1rem, 2vw);
}


.siteHeader {
  background: rgba(14, 11, 10, .92);
  border-bottom: 2px solid var(--colorLine);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 900;
}
.siteHeader[data-mm-header] {
  --mm-bg: #171210;
  --mm-text: #f0e7df;
  --mm-primary: #e9a13b;
  --mm-overlay-bg: rgba(6, 4, 3, .72);
  --mm-drawer-width: 282px;
}
.headerBar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0;
}
.headerLogo { display: inline-flex; align-items: center; line-height: 0; }
.headerLogo img { height: 2rem; width: auto; display: block; }
.headerPhone {
  color: var(--colorAmber);
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  letter-spacing: 0.08em;
  text-decoration: none;
  font-size: 0.95rem;
  white-space: nowrap;
}
.headerToggle { min-width: 44px; min-height: 44px; align-items: center; }
.headerToggle span { background: var(--colorText); border-radius: 2px; }
.headerNav { margin-left: auto; }
.headerTablist { list-style: none; margin: 0; padding: 0; }
.navTab {
  display: block;
  color: var(--colorText);
  text-decoration: none;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.86rem;
  border-bottom: 2px solid transparent;
}
.navTab:hover, .navTabActive { color: var(--colorAmber); border-bottom-color: var(--colorAmber); }
.headerClose { color: var(--colorText); }


.sectionHero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 3rem 0;
}
.sectionHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
}
.sectionHero > * { position: relative; }
.heroInner { max-width: 860px; padding: 0 1rem; }


.statsBar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: max(1rem, 2vw);
  padding: 1.5rem 1rem;
  background: var(--colorInkSoft);
  border-top: 1px solid var(--colorLine);
  border-bottom: 1px solid var(--colorLine);
}
.statItem { text-align: center; min-width: 8rem; }
.statNumber {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: clamp(1.6rem, 5vw, 2.5rem);
  font-weight: 700;
  color: var(--colorAmber);
  line-height: 1.1;
}
.statLabel { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--colorMuted); }


.tickerStrip {
  background: var(--colorAmber);
  color: #150f0b;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.5rem 0;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
}
.tickerStrip span { display: inline-block; animation: tickerRun 18s linear infinite; }
.tickerStripAlt { background: var(--colorInkRaise); color: var(--colorAmberSoft); border-top: 1px solid var(--colorLine); border-bottom: 1px solid var(--colorLine); }


.contentCard {
  background: var(--colorGlass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--colorGlassEdge);
  border-radius: 16px;
  padding: 1.75rem;
}
.cardTitle { color: #fff; }
.cardMark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(233, 161, 59, .16);
  border: 1px solid rgba(233, 161, 59, .4);
  margin-bottom: 0.9rem;
}


.primaryButton {
  background: #0d0d0d;
  color: var(--colorAmber);
  border: 1px solid var(--colorAmber);
  border-radius: 8px;
  padding: 0.85rem 1.7rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(233, 161, 59, .5), inset 0 0 8px rgba(233, 161, 59, .25);
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: box-shadow .25s ease, color .25s ease;
}
.primaryButton:hover { color: var(--colorAmberSoft); box-shadow: 0 0 22px rgba(233, 161, 59, .75), inset 0 0 12px rgba(233, 161, 59, .35); }
.largeButton { padding: 1.05rem 2.2rem; font-size: 1.1rem; }
.ghostButton {
  background: transparent;
  color: #e8ded6;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 8px;
  padding: 0.85rem 1.7rem;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.ghostButton:hover { border-color: var(--colorAmber); color: var(--colorAmber); }


.sectionHead { max-width: 46rem; margin: 0 auto 1.5rem; text-align: center; }
.sectionKicker {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  color: var(--colorAmber);
  margin-bottom: 0.5rem;
}
.sectionWhy { background: var(--colorInk); }
.sectionBenefits { background: var(--colorInk); }
.sectionComposition { background: var(--colorInkSoft); }
.sectionGallery { background: var(--colorInkSoft); }
.sectionUsage { background: var(--colorInk); }
.sectionGuarantee { background: var(--colorInk); }
.sectionPricing { background: var(--colorInkSoft); }
.sectionOrder { background: var(--colorInk); }
.sectionFaq { background: var(--colorInkSoft); }
.sectionLegal { background: var(--colorInk); padding: 2.5rem 1rem 3rem; }


.recipeRow {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--colorLine);
}
.recipeRow:last-child { border-bottom: none; }
.recipeDot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: var(--colorAmber);
  box-shadow: 0 0 10px rgba(233, 161, 59, .8);
}
.factStrip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
  gap: 1px;
  background: var(--colorLine);
  border: 1px solid var(--colorLine);
  border-radius: 8px;
  overflow: hidden;
}
.factCell { background: var(--colorInkRaise); padding: 1rem; text-align: center; }
.factKey { font-family: 'Oswald', 'Arial Narrow', sans-serif; color: #fff; font-size: 1.15rem; text-transform: uppercase; }
.factVal { font-size: 0.78rem; color: var(--colorMuted); text-transform: uppercase; letter-spacing: 0.09em; }


.mediaGallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 1rem;
}
.galleryTile {
  position: relative;
  border: 1px solid var(--colorLine);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(160deg, #241a15, #120e0c);
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
}
.galleryTile img { width: 100%; height: 100%; object-fit: contain; display: block; }
.galleryTileZoom img { object-fit: cover; object-position: 50% 30%; transform: scale(1.6); }
.galleryCaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 0.5rem 0.75rem;
  background: linear-gradient(to top, rgba(8, 6, 5, .92), transparent);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e8ded6;
}
.swatchTile {
  background:
    radial-gradient(60% 60% at 30% 30%, rgba(247, 205, 138, .55), transparent 70%),
    linear-gradient(140deg, #e9a13b 0%, #c2521d 55%, #3a1e12 100%);
  animation: swatchPulse 9s ease-in-out infinite alternate;
}


.stepCard { border-left: 3px solid var(--colorAmber); padding-left: 1rem; }
.stepNumber { font-family: 'Oswald', 'Arial Narrow', sans-serif; font-size: 2rem; color: var(--colorAmber); line-height: 1; }


.offerBox {
  border: 1px solid rgba(233, 161, 59, .45);
  border-radius: 16px;
  padding: 1.75rem;
  background: linear-gradient(165deg, rgba(233, 161, 59, .1), rgba(20, 15, 12, .6));
}
.termList li { padding: 0.55rem 0; border-bottom: 1px dashed var(--colorLine); }
.termList li:last-child { border-bottom: none; }


.orderPanel {
  border: 1px solid var(--colorLine);
  border-radius: 16px;
  background: var(--colorInkRaise);
  padding: 1.5rem;
}
.formGroup { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 0.9rem; }
.formLabel { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--colorMuted); }
.formInput {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border-radius: 8px;
  border: 1px solid var(--colorLine);
  background: #100c0a;
  color: var(--colorText);
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.formInput:focus { outline: 2px solid var(--colorAmber); outline-offset: 1px; border-color: var(--colorAmber); }
.formConsent { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.84rem; color: var(--colorMuted); margin-bottom: 1rem; }
.formConsent input { margin-top: 0.35rem; width: 18px; height: 18px; accent-color: var(--colorAmber); }
.formError {
  border: 1px solid #d0553a;
  background: rgba(208, 85, 58, .12);
  color: #ffb9a4;
  padding: 0.7rem 0.9rem;
  border-radius: 8px;
  font-size: 0.9rem;
  margin-bottom: 0.9rem;
}
.formNote { font-size: 0.8rem; color: var(--colorMuted); }
.sellerLine {
  border: 1px dashed var(--colorLine);
  border-radius: 8px;
  padding: 0.75rem 0.9rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--colorMuted);
  margin-bottom: 1rem;
  font-style: normal;
}
.sellerLine strong { color: var(--colorText); font-weight: 500; }
.flowStep { display: flex; gap: 0.75rem; align-items: flex-start; padding: 0.6rem 0; }
.flowBadge {
  flex: 0 0 auto;
  width: 30px; height: 30px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(233, 161, 59, .16);
  border: 1px solid rgba(233, 161, 59, .45);
  color: var(--colorAmber);
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 0.9rem;
}


.faqTabs { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.faqList { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--colorLine); }
.faqList li { border-bottom: 1px solid var(--colorLine); }
.faqList button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.9rem 1rem;
  border: none;
  background: none;
  cursor: pointer;
  border-left: 3px solid transparent;
  color: var(--colorText);
  font-family: 'Roboto', sans-serif;
  font-size: 0.98rem;
  line-height: 1.45;
}
.faqList button.faqActive { border-left-color: var(--colorAmber); font-weight: 700; color: #fff; background: rgba(233, 161, 59, .07); }
.faqPanel {
  background: var(--colorGlass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--colorGlassEdge);
  border-radius: 16px;
  padding: 1.75rem;
}
.faqPanelTitle { color: #fff; }


.orderModal { position: fixed; inset: 0; z-index: 1200; display: none; }
.orderModal.modalOpen { display: block; animation: fadeIn .25s ease-in; }
.modalOverlay { position: absolute; inset: 0; background: rgba(6, 4, 3, .78); }
.modalContent {
  position: relative;
  width: min(94%, 460px);
  max-height: 88vh;
  overflow-y: auto;
  margin: 6vh auto 0;
  background: var(--colorInkSoft);
  border: 1px solid var(--colorLine);
  border-radius: 16px;
  padding: 1.6rem 1.25rem 1.5rem;
  animation: modalRise .3s ease-out;
}
.modalClose {
  position: absolute;
  top: 6px; right: 6px;
  width: 44px; height: 44px;
  background: none;
  border: none;
  color: var(--colorMuted);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.modalClose:hover { color: var(--colorAmber); }


.orderWidget {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 950;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 1rem;
  background: rgba(23, 18, 16, .96);
  border-top: 1px solid var(--colorLine);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, .5);
  backdrop-filter: blur(8px);
}
.widgetPrice { font-family: 'Oswald', 'Arial Narrow', sans-serif; color: var(--colorAmber); font-size: 1.25rem; line-height: 1.1; }
.widgetNote { font-size: 0.72rem; color: var(--colorMuted); text-transform: uppercase; letter-spacing: 0.1em; }
.orderWidget .primaryButton { padding: 0.7rem 1.2rem; font-size: 0.92rem; }


.siteFooter {
  background: var(--colorPaper);
  color: var(--colorPaperInk);
  border-top: 6px solid var(--colorAmber);
  padding: 3rem 1rem 7rem; 
}
.footerCols { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.siteFooter a { color: #7a4517; }
.siteFooter h4 { color: var(--colorPaperInk); }
.footerWordmark {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--colorPaperInk);
  display: block;
  text-decoration: none;
  margin-bottom: 0.75rem;
}
.footerWordmarkSub { font-size: 0.7rem; letter-spacing: 0.28em; color: #7a6b5e; text-transform: uppercase; }
.footerIdentity { font-size: 0.86rem; line-height: 1.55; font-style: normal; }
.footerLinks { list-style: none; margin: 0; padding: 0; }
.footerLinks li { padding: 0.22rem 0; }
.footerDisclaimer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd2c6;
  font-size: 0.82rem;
  color: #5f5348;
  text-align: center;
}
.footerCopy { text-align: center; font-size: 0.8rem; color: #6b5d51; margin-top: 0.5rem; }
.cc-footer-link { color: #7a4517; }
.cc-footer-separator { color: #6b5d51; }


.legalArticle { max-width: 52rem; margin: 0 auto; }
.legalArticle h2 { margin-top: 2rem; }
.legalArticle p, .legalArticle li { color: #ded3ca; }
.legalArticle ul { padding-left: 1.2rem; }
.pageBanner {
  background: linear-gradient(160deg, #241a15, #0e0b0a);
  border-bottom: 1px solid var(--colorLine);
  padding: 3rem 1rem 2rem;
  text-align: center;
}


@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes emberDrift {
  from { transform: scale(1.04) translate3d(-1.2%, -0.8%, 0); }
  to   { transform: scale(1.12) translate3d(1.4%, 1.1%, 0); }
}
@keyframes jarRise { from { opacity: 0; transform: translateY(26px) scale(.94); } to { opacity: 1; transform: none; } }
@keyframes tickerRun { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes swatchPulse { from { filter: saturate(.85) brightness(.95); } to { filter: saturate(1.2) brightness(1.1); } }
@keyframes modalRise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes markPop { from { transform: scale(.6); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes revealUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.animated { animation: fadeIn 1s ease-in; }
.revealItem { opacity: 0; }
.revealOn { animation: revealUp .7s ease-out forwards; }

@media (prefers-reduced-motion: reduce) {
  .heroMotion, .swatchTile, .heroJar { animation: none !important; }
  .tickerStrip span { animation: none !important; }
  .revealItem { opacity: 1; }
}


.fsMobile {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


@media (min-width: 768px) {
  .fsMobile { min-height: 0; display: block; }
  .contentSection { padding: 3.25rem 1rem; }
  .newsColumns { columns: 2; column-rule: 1px solid var(--colorLine); }
  .headerBar { padding: 0.85rem 0; gap: 1.5rem; }
  .headerTablist { display: flex; align-items: stretch; gap: 0.25rem; }
  .navTab { padding: 0.55rem 0.9rem; }
  .faqTabs { grid-template-columns: 1fr 1.6fr; }
  .footerCols { grid-template-columns: repeat(3, 1fr); }
  .orderWidget {
    left: auto;
    right: 1.5rem;
    bottom: 1.5rem;
    border: 1px solid var(--colorLine);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    gap: 1.25rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .55);
  }
  .siteFooter { padding-bottom: 6rem; }
  .heroInner { padding: 0 2rem; }
  .modalContent { margin-top: 8vh; }
}

@media (min-width: 1024px) {
  .pageShell { width: min(92%, 1180px); }
  .offerBox { padding: 2.5rem; }
}
