/** Shopify CDN: Minification failed

Line 556:0 All "@import" rules must come first

**/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #E4B1AB;
  font-family: 'Poppins', sans-serif;
  color: #2c2020;
  line-height: 1.75;
}

.document {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

.cover {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}

.cover-img {
  width: 100%;
  display: block;
}

.cover-art {
  flex: 1;
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blob-pink {
  position: absolute;
  width: 480px;
  height: 580px;
  background: #D4907C;
  border-radius: 55% 45% 42% 58% / 52% 58% 42% 48%;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.blob-dark-left {
  position: absolute;
  width: 310px;
  height: 370px;
  background: #2A4A55;
  border-radius: 62% 38% 55% 45% / 42% 58% 42% 58%;
  top: 90px;
  left: -90px;
  z-index: 2;
}

.blob-sage-right {
  position: absolute;
  width: 230px;
  height: 310px;
  background: #7DAA9C;
  border-radius: 52% 60% 38% 60% / 58% 40% 62% 42%;
  top: -20px;
  right: -55px;
  z-index: 2;
}

.blob-yellow-right {
  position: absolute;
  width: 190px;
  height: 310px;
  background: #DDD0A5;
  border-radius: 42% 60% 52% 48% / 52% 48% 60% 40%;
  top: 130px;
  right: -30px;
  z-index: 0;
}

.blob-coral-bottom {
  position: absolute;
  width: 270px;
  height: 230px;
  background: #C96050;
  border-radius: 50% 50% 40% 60% / 60% 60% 40% 40%;
  bottom: -85px;
  left: 50%;
  transform: translateX(-30%);
  z-index: 2;
}

.blob-dark-bottom-left {
  position: absolute;
  width: 210px;
  height: 190px;
  background: #2A4A55;
  border-radius: 55% 45% 30% 70% / 55% 45% 55% 45%;
  bottom: -65px;
  left: -30px;
  z-index: 3;
}

.blob-pink-bottom-right {
  position: absolute;
  width: 200px;
  height: 190px;
  background: #D4907C;
  border-radius: 55% 45% 50% 50% / 50% 50% 50% 50%;
  bottom: -72px;
  right: -20px;
  z-index: 2;
}

.cover-title-block {
  position: relative;
  z-index: 10;
  text-align: center;
}

.cover-title {
  font-family: 'Playfair Display', serif;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.2;
  color: #2A4A55;
}

.cover-brand {
  padding: 50px 40px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F4EEE6;
  position: relative;
  z-index: 5;
  gap: 18px;
}

.cover-logo-img {
  width: 230px;
}

.cover-written-by {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: #2A4A55;
  font-style: italic;
}

.page {
  background: #F5F3EF;
  border-radius: 16px;
  padding: 65px 70px;
  margin-bottom: 20px;
}

.welcome-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #2c2020;
  margin-bottom: 20px;
  line-height: 1.2;
}

.welcome-body p {
  font-size: 1rem;
  margin-bottom: 16px;
  color: #2c2020;
}

.note-box {
  margin-top: 36px;
  padding: 24px 30px;
  border-left: 3px solid #e4b1ab;
  background: #eae2df;
  border-radius: 0 8px 8px 0;
}

.note-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #2c2020;
  margin-bottom: 10px;
}

.note-body {
  font-size: 0.92rem;
  color: #3a2a2a;
  font-style: italic;
  line-height: 1.7;
}

.page-footer {
  margin-top: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  width: 130px;
  opacity: 0.7;
}

.symptom {
  padding: 44px 0;
  border-bottom: 1.5px solid #DDD0C6;
}

.symptom:first-child {
  padding-top: 0;
}

.symptom:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.symptom-title {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #2c2020;
  line-height: 1;
  display: inline;
  background-image: linear-gradient(transparent 54%, rgba(239, 202, 200, 0.6) 54%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-right: 16px;
  padding-bottom: 4px;
}

.symptom-title-wrap {
  margin-bottom: 16px;
  line-height: 1.1;
}

.symptom-desc {
  font-style: italic;
  font-size: 1rem;
  color: #3a2424;
  margin-bottom: 22px;
  line-height: 1.7;
}

.facts-list {
  list-style: none;
  margin-bottom: 28px;
  padding: 0;
}

.facts-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 9px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.facts-list li .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  background: #8dbcac;
  border-radius: 50%;
  margin-top: 1px;
}

.facts-list li .check svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: white;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-label {
  display: inline-block;
  background: #efcac8;
  border-radius: 30px;
  padding: 7px 22px;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #2c2020;
  margin-bottom: 14px;
  margin-top: 4px;
}

.bullet-list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
  padding-left: 4px;
}

.bullet-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 7px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.bullet-list li::before {
  content: '•';
  position: absolute;
  left: 2px;
  top: 0;
  color: #C4826E;
  font-size: 1.1rem;
  line-height: 1.6;
}

.outer-footer {
  text-align: center;
  padding: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  color: #F4EAE0;
  opacity: 0.7;
}

.warn-list li {
  padding-left: 34px;
}

.warn-list li::before {
  content: '';
  width: 22px;
  height: 22px;
  background-color: #eb978d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3E%3Crect x='3' y='0' width='4' height='8' rx='2' fill='white'/%3E%3Ccircle cx='5' cy='14' r='2.2' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 13px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}

.welcome-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  padding: 0 8px;
}

.polaroid-img {
  width: 520px;
}

html {
  scroll-behavior: smooth;
}

.symptom {
  scroll-margin-top: 20px;
}

.toc-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 400;
  font-style: italic;
  color: #2c2020;
  margin-bottom: 8px;
}

.toc-hint {
  font-size: 0.82rem;
  color: #9a7a70;
  font-style: italic;
  margin-bottom: 36px;
}

.toc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(16, auto);
  grid-auto-flow: column;
  column-gap: 48px;
}

.toc-link {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 0;
  border-bottom: 1px solid #E0D5CC;
  text-decoration: none;
  color: #2c2020;
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  transition: color 0.2s ease;
}

.toc-link:hover {
  color: #C4826E;
}

.toc-link::before {
  content: '';
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: #E4B1AB;
  transition: background 0.2s ease;
  flex-shrink: 0;
}

.toc-link:hover::before {
  background: #C4826E;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width:720px) {
  .document {
    padding: 20px 12px 40px;
  }

  .page {
    padding: 40px 32px;
  }

  .welcome-title,
  .toc-title {
    font-size: 2.2rem;
  }

  .symptom-title {
    font-size: 2.2rem;
  }

  .polaroid-img {
    width: 100%;
    max-width: 420px;
  }

  .welcome-bottom {
    justify-content: center;
  }

  .toc-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
}

@media (max-width:480px) {
  .document {
    padding: 12px 8px 32px;
  }

  .page {
    padding: 28px 20px;
    border-radius: 12px;
  }

  .welcome-title,
  .toc-title {
    font-size: 1.8rem;
  }

  .symptom-title {
    font-size: 1.7rem;
  }

  .section-label {
    font-size: 1rem;
    padding: 5px 16px;
  }

  .polaroid-img {
    width: 100%;
    max-width: 100%;
  }

  .welcome-bottom {
    justify-content: center;
    padding: 0;
  }

  .toc-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .toc-link {
    font-size: 0.95rem;
    padding: 12px 0;
  }

  .note-box {
    padding: 18px 18px;
  }

  .footer-logo {
    width: 100px;
  }
}

@media print {
  body {
    background: white;
  }

  .document {
    padding: 0;
    max-width: 100%;
  }

  .cover,
  .page {
    margin-bottom: 0;
    border-radius: 0;
    page-break-after: always;
  }

  .symptom {
    page-break-inside: avoid;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap");