



[data-mm-header] {
  --mm-bg: #FBF1E7;
  --mm-text: #2A1206;
  --mm-primary: #A83A1C;
  --mm-overlay-bg: rgba(42, 18, 6, 0.55);
}

:root {
  --cc-bg: #FBF1E7;
  --cc-text: #2A1206;
  --cc-text-secondary: #5A4436;
  --cc-border: rgba(42, 18, 6, 0.14);
  --cc-primary: #A83A1C;
  --cc-primary-hover: #7A2E12;
  --cc-secondary: #F3E2D3;
  --cc-secondary-hover: #EADACB;
  --cc-secondary-border: #C9A98D;
  --cc-toggle-bg: #C9A98D;
  --cc-toggle-active: #A83A1C;
  --cc-overlay: rgba(42, 18, 6, 0.6);
  --cc-shadow: 0 -4px 20px rgba(42, 18, 6, 0.2);
  --cc-radius: 16px;
  --cc-radius-sm: 10px;
}



.headerBar {
  border-bottom: 2px solid #E3CDB6;
}

.brandName {
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2A1206;
}

.tabNav {
  --tab-ink: #2A1206;
  --tab-active: #A83A1C;
}

.tabNavList {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.tabNavItem {
  margin-bottom: 0;
}

.tabNavLink {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  color: var(--tab-ink);
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.tabNavLink:hover,
.tabNavLink:focus-visible {
  color: #7A2E12;
  border-bottom-color: var(--tab-active);
}

.tabNavToggle {
  background: none;
  border: none;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}

.tabNavClose {
  color: #2A1206;
  min-width: 44px;
  min-height: 44px;
}



.heroUnit {
  --hero-ground: #2A1206;
  --hero-panel: #3A1B0C;
  --hero-rule: #6B3A22;
  --hero-cursor: #F2A03C;
  background: var(--hero-ground);
  color: #F6E3D0;
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  isolation: isolate;
}

.heroUnit::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url('/images/hero-ember-haze.png');
  background-size: cover;
  background-position: center;
  opacity: 0.55;
  pointer-events: none;
}

.heroKicker {
  color: #C9A98D;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}

.heroTitle {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: clamp(1.65rem, 4.4vw, 2.65rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #F6E3D0;
}

.heroCursor {
  display: inline-block;
  width: 0.6ch;
  height: 1.05em;
  vertical-align: -0.16em;
  background: var(--hero-cursor);
  animation: cursorBlink 1s steps(2) infinite;
}

.specCard {
  background: var(--hero-panel);
  border: 1px solid var(--hero-rule);
  border-radius: 10px;
  padding: 1.5rem;
  max-width: 640px;
}

.specLine {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px dashed #6B3A22;
  margin-bottom: 0;
}

.specLine:last-child {
  border-bottom: none;
}

.specKey {
  color: #C9A98D;
  min-width: 8.5rem;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.specValue {
  color: #F6E3D0;
  font-size: 0.95rem;
  flex: 1 1 12rem;
}

.heroShot img {
  border-radius: 20px;
  width: 100%;
  display: block;
}

.priceNow {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: clamp(2rem, 5.4vw, 2.9rem);
  color: #F2A03C;
  line-height: 1.1;
}

.priceOld {
  color: #C9A98D;
  text-decoration: line-through;
  font-size: 1.05rem;
}

.priceTag {
  color: #7A2E12;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: clamp(1.7rem, 4.4vw, 2.3rem);
  line-height: 1.1;
}

.priceTagOld {
  color: #5A4436;
  text-decoration: line-through;
  font-size: 1.02rem;
}

.heroBadge {
  background: #3A1B0C;
  border: 1px solid #6B3A22;
  color: #F6E3D0;
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  font-size: 0.84rem;
  margin-bottom: 0;
}

.pillBadge {
  background: #EADACB;
  color: #2A1206;
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 0.82rem;
  margin-bottom: 0;
}



.featureCard,
.propCard,
.stepCard {
  --card-surface: #F3E2D3;
  --card-radius: 18px;
  background: var(--card-surface);
  border-radius: var(--card-radius);
  padding: 1.75rem;
  box-shadow: 8px 8px 18px #D9C0A8, -8px -8px 18px #FFFFFF;
}

.cardNumber {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.86rem;
  letter-spacing: 0.18em;
  color: #8C3617;
}

.cardTitle {
  margin-top: 0.6rem;
  margin-bottom: 0.75rem;
  color: #16305C;
}

.cardText {
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 0;
  color: #2A1206;
}



.softBand {
  background: #F3E2D3;
}

.inkBand {
  background: #2A1206;
  color: #F6E3D0;
}

.inkBand h2,
.inkBand h3 {
  color: #F6E3D0;
}

.inkBand .sectionIntro {
  color: #C9A98D;
}

.ingredientList {
  list-style: none;
  padding-left: 0;
}

.ingredientRow {
  border-bottom: 1px dashed #C9A98D;
  padding: 1rem 0;
  margin-bottom: 0;
}

.ingredientName {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  color: #7A2E12;
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}



.primaryButton {
  --button-face: #A83A1C;
  --button-ink: #FFFFFF;
  --button-pad: 1rem 2rem;
  display: inline-block;
  background: var(--button-face);
  color: var(--button-ink);
  border: none;
  border-radius: 16px;
  padding: var(--button-pad);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.primaryButton:hover,
.primaryButton:focus-visible {
  --button-face: #7A2E12;
}

.ghostButton {
  --button-line: #8C3617;
  display: inline-block;
  background: transparent;
  color: #7A2E12;
  border: 2px solid var(--button-line);
  border-radius: 16px;
  padding: 0.85rem 1.6rem;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
}

.ghostButton:hover,
.ghostButton:focus-visible {
  background: #EADACB;
}

.linkOnInk {
  color: #F2A03C;
}

.ghostButton.linkOnInk {
  --button-line: #F2A03C;
}

.inkBand .ingredientName {
  color: #F2A03C;
}



.orderCard {
  background: #FFFFFF;
  border: 1px solid #E3CDB6;
  border-radius: 18px;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.formGroup {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
}

.formLabel {
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5A4436;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}

.formInput {
  --input-line: #C9A98D;
  font-family: Georgia, serif;
  font-size: 1.05rem;
  color: #2A1206;
  background: #FFFFFF;
  border: 1px solid var(--input-line);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  width: 100%;
}

.formInput:focus {
  outline: 2px solid #A83A1C;
  outline-offset: 1px;
}

.consentRow {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.consentBox {
  margin-top: 0.35rem;
  width: 1.15rem;
  height: 1.15rem;
  accent-color: #A83A1C;
}

.consentText {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #5A4436;
  margin-bottom: 0;
}

.formNote {
  font-size: 0.9rem;
  color: #5A4436;
  margin-bottom: 0;
}

.formError {
  color: #7A2E12;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.stepList {
  list-style: none;
  padding-left: 0;
  counter-reset: flow;
}

.stepListItem {
  counter-increment: flow;
  padding-left: 2.4rem;
  position: relative;
  margin-bottom: 1rem;
}

.stepListItem::before {
  content: counter(flow);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: #A83A1C;
  color: #FFFFFF;
  font-family: ui-monospace, monospace;
  font-size: 0.85rem;
  display: grid;
  place-items: center;
}



.sellerBlock {
  border-left: 3px solid #A83A1C;
  padding-left: 1rem;
  font-size: 0.92rem;
  line-height: 1.75;
}

.sellerName {
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.sellerLine {
  margin-bottom: 0;
}



.faqItem {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid #E3CDB6;
}

.faqIcon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #EADACB;
  color: #7A2E12;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-family: ui-monospace, monospace;
}

.faqQuestion {
  margin-bottom: 0.5rem;
  color: #16305C;
}

.faqAnswer {
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 0;
}



.orderFab {
  --button-face: #A83A1C;
  background: var(--button-face);
  color: #FFFFFF;
  border: none;
  border-radius: 16px;
  padding: 1rem 1.5rem;
  min-height: 52px;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(42, 18, 6, 0.35);
  animation: fabRise 0.5s ease-out both;
}

.orderFab:hover,
.orderFab:focus-visible {
  --button-face: #7A2E12;
}

.orderWidget {
  background: #FBF1E7;
  border: 1px solid #C9A98D;
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 18px 40px rgba(42, 18, 6, 0.32);
  animation: widgetIn 0.35s ease-out both;
}

.widgetHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.widgetTitle {
  font-size: 1.1rem;
  margin-bottom: 0;
}

.widgetClose {
  background: none;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  color: #7A2E12;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
}



.contactPanel a,
.footerColumn a,
.footerBottom .sellerBlock a {
  color: #F2A03C;
}

.footerHeading {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C4A78E;
  margin-bottom: 1rem;
}

.footerList {
  list-style: none;
  padding-left: 0;
}

.footerListItem {
  margin-bottom: 0.6rem;
}

.footerBrandLine {
  font-size: 1.05rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footerNote {
  font-size: 0.88rem;
  line-height: 1.7;
  color: #C4A78E;
  margin-bottom: 0;
}

.footerBottom {
  border-top: 1px solid #6B3A22;
}



.legalHead {
  background: #F3E2D3;
  padding: clamp(2rem, 6vw, 3.5rem) 0;
}

.legalBody h2 {
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.legalBody h2:first-of-type {
  margin-top: 0;
}

.legalMeta {
  font-size: 0.9rem;
  color: #5A4436;
}

.dataList {
  list-style: none;
  padding-left: 0;
}

.dataRow {
  border-bottom: 1px dashed #C9A98D;
  padding: 0.75rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.dataKey {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5A4436;
  min-width: 11rem;
}



@keyframes cursorBlink {
  50% { opacity: 0; }
}

@keyframes fabRise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes widgetIn {
  from { opacity: 0; transform: translateY(10px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes softFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.heroCopy {
  animation: softFade 0.8s ease-in both;
}



.companyOverview {
  background: #FBF1E7;
}

.featureGrid {
  background: #F3E2D3;
}

.valueProps {
  background: #FBF1E7;
}

.contactModule {
  background: #FBF1E7;
}

.faqAccordion {
  background: #F3E2D3;
}

.storyColumn p:last-child {
  margin-bottom: 0;
}

.dividerInk svg {
  fill: #2A1206;
}

.orderAside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.asideShot {
  border-radius: 18px;
  max-width: 260px;
  box-shadow: 8px 8px 18px #D9C0A8, -8px -8px 18px #FFFFFF;
}

.faqList {
  display: flex;
  flex-direction: column;
}

.faqBody {
  min-width: 0;
}

.footerEnd {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.feedbackNote {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
