/* Japanese Secret — Sakura SkinTonic advertorial stylesheet */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px 0;
}

/* PAGE HEADER (gray bar with logo) */
.page-header {
  background: #f3f3f3;
  margin: 0 -16px 24px;
  padding: 20px 0;
  text-align: center;
}
.page-header img { width: 40px; height: auto; display: inline-block; vertical-align: middle; }

/* BREADCRUMB */
.breadcrumb {
  font-size: 0.85rem;
  color: #484848;
  margin-bottom: 24px;
  word-break: break-word;
}
.breadcrumb u { color: #484848; }

/* ARTICLE TITLE */
.article-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  color: #1a1a1a;
  margin: 0 0 12px;
  border-bottom: 2px solid #242424;
  padding-bottom: 16px;
}
.article-title u {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-subtitle {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 28px;
}

/* AUTHOR CARD */
.author-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.author-photo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #f5e6df;
}
.author-text { font-size: 0.85rem; line-height: 1.45; color: #333; }
.author-text .author-name { font-weight: 700; }
.author-text .author-meta { color: #777; font-size: 0.8rem; margin-top: 2px; }

/* HERO SPLIT — two images side by side */
.hero-split {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 6px;
  margin: 8px 0 24px;
}
.hero-split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  max-height: 360px;
}
.hero-single { margin: 0 0 24px; }
.hero-single img { width: 100%; display: block; border-radius: 4px; }

/* CONTENT */
.content-section { padding: 8px 0 20px; }

h1 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: left;
}

h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 28px 0 14px;
}

h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 16px 0 10px;
}

p { margin-bottom: 14px; font-size: 0.95rem; }

.lead { font-size: 1rem; }
.bold-question { font-weight: 700; margin: 16px 0 24px; }

.highlight-green { color: #2d8c3c; text-decoration: underline; }
.highlight-orange { color: #e8825f; font-weight: 700; }

/* Bullet and dash lists */
.bullet-list { list-style: disc; padding-left: 22px; margin: 8px 0 16px; }
.bullet-list li { padding: 3px 0; font-size: 0.95rem; }

.dash-list { list-style: none; padding: 0; margin: 8px 0 16px; }
.dash-list li { padding: 4px 0 4px 18px; position: relative; font-size: 0.95rem; }
.dash-list li::before { content: "–"; position: absolute; left: 0; top: 4px; }

/* CONTENT IMAGES */
.content-img {
  width: 100%;
  border-radius: 4px;
  margin: 16px 0;
  display: block;
}
.content-img-small { max-width: 460px; margin-left: auto; margin-right: auto; }

/* PILLARS — dot-marker ingredient pillars */
.pillars { margin: 16px 0; }
.pillar {
  padding: 8px 0 8px 24px;
  position: relative;
  margin-bottom: 14px;
}
.pillar::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 4px;
  color: #e8825f;
  font-size: 1.8rem;
  line-height: 1;
}
.pillar-title { font-weight: 700; display: block; margin-bottom: 4px; font-size: 0.95rem; }
.pillar p { margin-bottom: 6px; font-size: 0.9rem; }
.pillar ul { list-style: none; padding-left: 0; margin-top: 6px; }
.pillar ul li { padding: 2px 0; font-size: 0.9rem; position: relative; padding-left: 12px; }
.pillar ul li::before { content: "-"; position: absolute; left: 0; }

/* CHECKMARK LIST */
.checkmark-list { list-style: none; padding: 0; margin: 12px 0 16px; }
.checkmark-list li {
  padding: 4px 0;
  font-size: 0.95rem;
}

/* PRIMARY CTA BUTTON (solid orange rectangle) */
.primary-btn {
  display: inline-block;
  background: #e8825f;
  color: #fff;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: background 0.15s, transform 0.15s;
  border: none;
  cursor: pointer;
}
.primary-btn:hover { background: #d66a47; transform: translateY(-1px); }

.btn-center {
  text-align: center;
  margin: 28px 0;
}
.btn-center-large { margin: 36px 0; }

/* TIMELINE */
.timeline-entries { margin: 16px 0 24px; }
.timeline-entries .week { margin-bottom: 14px; }
.timeline-entries .week-title { font-weight: 700; display: block; margin-bottom: 2px; color: #1a1a1a; }
.timeline-entries .week-desc { font-size: 0.95rem; color: #333; }

/* AUDIENCE SPLIT — list left, image right */
.audience-split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px;
  align-items: start;
  margin: 20px 0 32px;
}
.audience-split ul { list-style: disc; padding-left: 20px; }
.audience-split li { padding: 4px 0; font-size: 0.9rem; }
.audience-split img { width: 100%; border-radius: 8px; display: block; }

/* PRODUCT OFFER CARD */
.offer-card {
  border: 1px solid #f0e0d6;
  border-radius: 20px;
  padding: 24px;
  margin: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  background: #fff;
}
.offer-card .offer-img img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.offer-card .offer-details h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.35;
  text-align: center;
  color: #1a1a1a;
}
.offer-card .offer-btn {
  display: block;
  background: #e8825f;
  color: #fff;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
  transition: background 0.15s;
}
.offer-card .offer-btn:hover { background: #d66a47; }
.offer-card .scarcity-note {
  background: #fdeee3;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.78rem;
  line-height: 1.45;
  margin-bottom: 10px;
  color: #555;
}
.offer-card .scarcity-note .high { color: #e8825f; font-weight: 700; }
.offer-card .by-women {
  font-size: 0.78rem;
  color: #888;
  text-align: center;
  margin: 0;
}

/* TESTIMONIAL ROWS — image left + text right */
.testimonial-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  margin: 24px 0;
  align-items: start;
}
.testimonial-row img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
.testimonial-row .t-head {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #1a1a1a;
}
.testimonial-row .t-quote {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #444;
}

/* DOT HEADING (h3 with orange bullet) */
.dot-h3 {
  font-weight: 700;
  margin: 22px 0 10px;
  padding-left: 22px;
  position: relative;
  font-size: 1rem;
  color: #1a1a1a;
}
.dot-h3::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  color: #e8825f;
  font-size: 1.8rem;
  line-height: 1;
}

/* GUARANTEE */
.guarantee-block { margin: 32px 0; }
.guarantee-block h3 { font-size: 1.05rem; }

/* DISCLAIMER BOX (pink) */
.disclaimer-box {
  background: #fde8dd;
  padding: 24px 20px;
  margin: 40px -16px 0;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.6;
  color: #6a5b56;
  border-top: 1px solid #f5d5c4;
  border-bottom: 1px solid #f5d5c4;
}

/* SOCIAL ICONS FOOTER */
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding: 32px 0 48px;
  margin: 0 -16px;
}
.social-icons img { width: 44px; height: 44px; }
.social-icons .ansa-mark img { width: 50px; height: 50px; border-radius: 50%; }

/* RESPONSIVE — only true mobile collapses to 1-col */
@media (max-width: 480px) {
  .article-title { font-size: 1.55rem; }
  h2 { font-size: 1.15rem; }
  .offer-card { grid-template-columns: 1fr; padding: 20px; text-align: center; }
  .offer-card .offer-img img { max-width: 300px; margin: 0 auto; }
  .testimonial-row { grid-template-columns: 1fr; gap: 12px; }
  .testimonial-row img { max-width: 260px; }
  .audience-split { grid-template-columns: 1fr; }
  .hero-split { grid-template-columns: 1fr; }
  .social-icons { gap: 28px; }
}
