.hc-mug-landing-page {
  background: #fffdf8;
}

.hc-mug-landing-shell {
  min-height: 100vh;
  overflow-x: hidden;
  background: #fffdf8;
}

.hc-mug-landing-main {
  background: #fffdf8;
}

.hc-mug-hero {
  background:
    radial-gradient(circle at 72% 18%, rgba(212, 168, 83, 0.2), transparent 34%),
    linear-gradient(135deg, #fffdf8 0%, #fff 48%, #f7f4ed 100%);
  padding: 58px 0 72px;
}

.hc-mug-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 58px;
  align-items: center;
}

.hc-mug-hero__copy {
  display: grid;
  gap: 22px;
}

.hc-mug-eyebrow {
  color: #b18430;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hc-mug-hero h1,
.hc-mug-problem h2,
.hc-mug-section-head h2,
.hc-mug-proof h2,
.hc-mug-order h2,
.hc-mug-faq h2 {
  color: #15130f;
  letter-spacing: 0;
}

.hc-mug-hero h1 {
  max-width: 680px;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1;
  text-wrap: balance;
}

.hc-mug-lead {
  max-width: 600px;
  color: #5c574f;
  font-size: 19px;
  line-height: 1.7;
}

.hc-mug-hero__offer {
  display: grid;
  gap: 4px;
}

.hc-mug-hero__offer strong {
  color: #15130f;
  font-size: 28px;
}

.hc-mug-hero__offer span,
.hc-mug-order__box span {
  color: #6a6257;
  font-size: 13px;
  line-height: 1.55;
}

.hc-mug-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hc-mug-btn {
  min-height: 52px;
  border-radius: 10px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hc-mug-btn:hover,
.hc-mug-btn:focus-visible {
  transform: translateY(-1px);
}

.hc-mug-btn--primary {
  background: #15130f;
  color: #fff;
  box-shadow: 0 18px 36px rgba(21, 19, 15, 0.18);
}

.hc-mug-btn--secondary {
  border: 1px solid rgba(21, 19, 15, 0.16);
  background: rgba(255, 255, 255, 0.68);
  color: #15130f;
}

.hc-mug-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hc-mug-hero__checks li {
  border: 1px solid rgba(177, 132, 48, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #4a4238;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
}

.hc-mug-gallery {
  min-width: 0;
}

.hc-mug-gallery__main {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #f4efe7;
  box-shadow: 0 28px 80px rgba(54, 39, 22, 0.17);
}

.hc-mug-gallery__main img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.hc-mug-gallery__thumbs {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.hc-mug-gallery__thumb {
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.hc-mug-gallery__thumb.is-active {
  border-color: #d4a853;
}

.hc-mug-gallery__thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 9px;
  object-fit: cover;
}

.hc-mug-problem,
.hc-mug-benefits,
.hc-mug-market,
.hc-mug-proof,
.hc-mug-steps,
.hc-mug-order,
.hc-mug-faq {
  padding: 76px 0;
}

.hc-mug-problem__inner {
  max-width: 840px;
  display: grid;
  gap: 18px;
}

.hc-mug-problem h2,
.hc-mug-section-head h2,
.hc-mug-proof h2,
.hc-mug-order h2,
.hc-mug-faq h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
}

.hc-mug-problem p,
.hc-mug-proof__copy p,
.hc-mug-order p,
.hc-mug-faq__item p {
  color: #5f5a51;
  font-size: 17px;
  line-height: 1.75;
}

.hc-mug-section-head {
  max-width: 760px;
  margin-bottom: 34px;
  display: grid;
  gap: 12px;
}

.hc-mug-benefits {
  background: #15130f;
}

.hc-mug-benefits .hc-mug-section-head h2 {
  color: #fff;
}

.hc-mug-benefits__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.hc-mug-benefit-card {
  min-height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hc-mug-benefit-card span {
  width: 32px;
  height: 4px;
  border-radius: 999px;
  background: #d4a853;
}

.hc-mug-benefit-card h3 {
  color: #fff;
  font-size: 18px;
}

.hc-mug-benefit-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.hc-mug-market {
  background:
    radial-gradient(circle at 15% 20%, rgba(212, 168, 83, 0.18), transparent 30%),
    linear-gradient(135deg, #fff8e8 0%, #fffdf8 58%, #f1eadc 100%);
}

.hc-mug-market__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 42px;
  align-items: start;
}

.hc-mug-market__copy {
  display: grid;
  gap: 18px;
}

.hc-mug-market h2 {
  max-width: 840px;
  color: #15130f;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
}

.hc-mug-market__copy > p {
  max-width: 680px;
  color: #665d51;
  font-size: 15px;
  line-height: 1.7;
}

.hc-mug-market__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hc-mug-market__stats div,
.hc-mug-market__insights article,
.hc-mug-spec-card {
  border: 1px solid rgba(177, 132, 48, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 50px rgba(54, 39, 22, 0.08);
}

.hc-mug-market__stats div {
  padding: 20px;
}

.hc-mug-market__stats strong {
  display: block;
  color: #15130f;
  font-size: 32px;
  line-height: 1;
}

.hc-mug-market__stats span {
  display: block;
  margin-top: 8px;
  color: #665d51;
  font-size: 13px;
  line-height: 1.45;
}

.hc-mug-market__insights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hc-mug-market__insights article {
  padding: 20px;
}

.hc-mug-market__insights h3,
.hc-mug-spec-card h3 {
  color: #15130f;
  font-size: 20px;
  line-height: 1.25;
}

.hc-mug-market__insights p {
  margin-top: 8px;
  color: #5f5a51;
  font-size: 15px;
  line-height: 1.65;
}

.hc-mug-spec-card {
  padding: 30px;
  background: #15130f;
}

.hc-mug-spec-card .hc-mug-eyebrow {
  color: #d4a853;
}

.hc-mug-spec-card h3 {
  color: #fff;
}

.hc-mug-spec-card ul {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.hc-mug-spec-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.hc-mug-spec-card li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d4a853;
  content: "";
}

.hc-mug-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 46px;
}

.hc-mug-proof__copy {
  display: grid;
  gap: 16px;
  align-content: start;
}

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

.hc-mug-proof__items article {
  border: 1px solid #ebe4d7;
  border-radius: 14px;
  background: #fffaf0;
  padding: 22px;
}

.hc-mug-proof__items strong {
  color: #15130f;
  font-size: 15px;
}

.hc-mug-proof__items p {
  margin-top: 8px;
  color: #62594c;
  font-size: 14px;
  line-height: 1.7;
}

.hc-mug-steps {
  background: #faf7f1;
}

.hc-mug-steps__list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.hc-mug-steps__list li {
  border-radius: 14px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 14px 40px rgba(45, 35, 22, 0.07);
}

.hc-mug-steps__list span {
  color: #d4a853;
  font-size: 13px;
  font-weight: 800;
}

.hc-mug-steps__list p {
  margin-top: 16px;
  color: #1f1b16;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.hc-mug-order__panel {
  border-radius: 20px;
  background: #15130f;
  color: #fff;
  padding: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: center;
}

.hc-mug-order h2,
.hc-mug-order p {
  color: #fff;
}

.hc-mug-order p {
  max-width: 720px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.76);
}

.hc-mug-order__box {
  border-radius: 16px;
  background: #fff;
  color: #15130f;
  padding: 24px;
  display: grid;
  gap: 14px;
}

.hc-mug-order__box strong {
  font-size: 32px;
}

.hc-mug-order__box .hc-mug-btn {
  width: 100%;
}

.hc-mug-order__reassurance {
  display: grid;
  gap: 9px;
}

.hc-mug-order__reassurance li {
  position: relative;
  padding-left: 18px;
  color: #5f574c;
  font-size: 13px;
  line-height: 1.45;
}

.hc-mug-order__reassurance li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #d4a853;
  content: "";
}

.hc-mug-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
  gap: 42px;
}

.hc-mug-faq__items {
  display: grid;
  gap: 10px;
}

.hc-mug-faq__item {
  border: 1px solid #eee6d8;
  border-radius: 14px;
  background: #fff;
  padding: 0 18px;
}

.hc-mug-faq__item summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-weight: 800;
}

.hc-mug-faq__item p {
  padding-bottom: 18px;
  font-size: 15px;
}

.hc-mug-checkout-notice {
  max-width: var(--hc-container);
  margin: 0 auto 24px;
  border: 1px solid #e8d8b9;
  border-radius: 12px;
  background: #fff8e8;
  padding: 18px 20px;
  color: #3f3321;
}

.hc-mug-checkout-notice strong {
  display: block;
  font-size: 15px;
}

.hc-mug-checkout-notice p {
  margin-top: 4px;
  color: #69583a;
}

.hc-mug-landing-footer {
  border-top: 1px solid rgba(21, 19, 15, 0.1);
  background: #15130f;
}

.hc-mug-landing-footer__inner {
  min-height: 76px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.hc-mug-landing-footer__inner span:first-child {
  color: #fff;
  font-weight: 800;
}

.hc-mug-sticky-cta {
  display: none;
}

@media (max-width: 1100px) {
  .hc-mug-hero__grid,
  .hc-mug-market__grid,
  .hc-mug-proof__grid,
  .hc-mug-faq__grid,
  .hc-mug-order__panel {
    grid-template-columns: 1fr;
  }

  .hc-mug-benefits__grid,
  .hc-mug-market__insights,
  .hc-mug-steps__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .hc-mug-landing-page {
    padding-bottom: 82px;
  }

  .hc-mug-hero {
    padding: 36px 0 44px;
  }

  .hc-mug-problem,
  .hc-mug-benefits,
  .hc-mug-market,
  .hc-mug-proof,
  .hc-mug-steps,
  .hc-mug-order,
  .hc-mug-faq {
    padding: 48px 0;
  }

  .hc-mug-hero__copy {
    gap: 17px;
  }

  .hc-mug-hero__grid,
  .hc-mug-market__grid,
  .hc-mug-proof__grid,
  .hc-mug-faq__grid {
    gap: 30px;
  }

  .hc-mug-hero h1 {
    font-size: clamp(34px, 9.5vw, 40px);
    line-height: 1.04;
  }

  .hc-mug-lead,
  .hc-mug-problem p,
  .hc-mug-proof__copy p,
  .hc-mug-order p {
    font-size: 16px;
  }

  .hc-mug-lead {
    line-height: 1.55;
  }

  .hc-mug-actions {
    width: 100%;
  }

  .hc-mug-actions .hc-mug-btn--primary {
    width: 100%;
  }

  .hc-mug-actions .hc-mug-btn--secondary {
    width: auto;
    min-height: auto;
    border: 0;
    background: transparent;
    padding: 0;
    color: #5a4220;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .hc-mug-actions .hc-mug-btn--secondary:hover,
  .hc-mug-actions .hc-mug-btn--secondary:focus-visible {
    transform: none;
  }

  .hc-mug-hero__checks {
    flex-wrap: nowrap;
    margin-right: -16px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .hc-mug-hero__checks::-webkit-scrollbar {
    display: none;
  }

  .hc-mug-hero__checks li {
    flex: 0 0 auto;
  }

  .hc-mug-benefits__grid,
  .hc-mug-market__stats,
  .hc-mug-market__insights,
  .hc-mug-proof__items,
  .hc-mug-steps__list {
    grid-template-columns: 1fr;
  }

  .hc-mug-benefit-card {
    min-height: auto;
  }

  .hc-mug-order__panel {
    padding: 28px;
  }

  .hc-mug-sticky-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 30;
    min-height: 64px;
    border: 1px solid rgba(21, 19, 15, 0.1);
    border-radius: 14px;
    background: rgba(255, 253, 248, 0.96);
    box-shadow: 0 14px 38px rgba(21, 19, 15, 0.22);
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(12px);
  }

  .hc-mug-sticky-cta strong,
  .hc-mug-sticky-cta span {
    display: block;
  }

  .hc-mug-sticky-cta strong {
    color: #15130f;
    font-size: 18px;
    line-height: 1.1;
  }

  .hc-mug-sticky-cta span {
    color: #665d51;
    font-size: 12px;
    line-height: 1.2;
  }

  .hc-mug-sticky-cta .hc-mug-btn {
    width: auto;
    min-height: 44px;
    flex: 0 0 auto;
    padding: 10px 15px;
    white-space: nowrap;
  }
}
