body {
  margin: 0;
  font-family: "Comic Sans MS", "Segoe UI", cursive, system-ui, sans-serif;
  background: #fff8fb;
  color: #3d2a35;
}

.paw { position: fixed; inset: 0; z-index: 0; pointer-events: none; }

.bar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px clamp(14px, 4vw, 32px);
  background: rgba(255, 248, 251, 0.95);
  border-bottom: 3px solid #ffb6d9;
}

.logo {
  font-weight: 900;
  font-size: 1.35rem;
  color: #d4427a;
  flex: 1;
}

#btn {
  display: none;
  background: #ff9ecd;
  border: 0;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.lnks { display: flex; gap: 16px; flex-wrap: wrap; }
.lnks a { color: #6b3d55; text-decoration: none; font-weight: 800; }

@media (max-width: 700px) {
  #btn { display: inline-block; }
  .lnks {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    flex-direction: column;
    background: #fff;
    padding: 12px 16px 16px;
    display: none;
    border-bottom: 2px solid #ffd6ea;
  }
  .lnks.open { display: flex; }
}

.hero-blob {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 2.5rem clamp(14px, 4vw, 32px) 2rem;
}

.blob {
  border-radius: 40% 60% 55% 45% / 55% 45% 55% 45%;
  overflow: hidden;
  background: #ffd6ea;
  box-shadow: 0 18px 0 rgba(255, 176, 215, 0.5);
}

.blob.b1 { width: min(58vw, 300px); height: min(58vw, 300px); }
.blob.b2 { width: min(46vw, 240px); height: min(46vw, 240px); }
.blob.sm { width: min(44vw, 220px); height: min(44vw, 220px); }

.blob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-text {
  flex: 1 1 280px;
  max-width: 460px;
  background: #fff;
  padding: 22px 24px;
  border-radius: 24px;
  border: 3px dashed #ffb6d9;
}

.hero-text h1 {
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  margin: 0 0 12px;
  line-height: 1.2;
}

.hero-text p { margin: 0; line-height: 1.7; }

.chips {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 clamp(12px, 3vw, 28px) 2rem;
}

.chip {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  text-align: center;
  border: 2px solid #ffe0f0;
}

.chip img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.chip span {
  display: block;
  padding: 10px 8px;
  font-weight: 800;
  font-size: 0.88rem;
}

@media (max-width: 900px) {
  .chips { grid-template-columns: repeat(2, 1fr); }
}

.soft-panel {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto 2rem;
  padding: clamp(20px, 4vw, 36px);
  background: linear-gradient(180deg, #fff, #fff0f7);
  border-radius: 30px;
  box-shadow: inset 0 0 0 3px #ffd6ea;
}

.soft-panel h2 { margin-top: 0; }

.dual-blob {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 18px;
}

.stretch {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto 2rem;
  padding: 0 clamp(12px, 3vw, 24px);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0;
  align-items: stretch;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(212, 66, 122, 0.12);
}

.banner {
  width: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
  background: #ccc;
}

.cap {
  background: #d4427a;
  color: #fff;
  padding: clamp(20px, 4vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 780px) {
  .stretch { grid-template-columns: 1fr; }
}

.legal {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px) 2.5rem;
  line-height: 1.75;
}

.foot {
  text-align: center;
  padding: 2rem 1rem 3rem;
  font-size: 0.88rem;
  color: #7a5a68;
}

/* บล็อกนโยบายร่วม: ติดต่อ / นโยบายความเป็นส่วนตัว / ข้อกำหนด */
.policy-std-wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.25rem) clamp(14px, 4vw, 32px);
  font-size: 0.93rem;
  line-height: 1.75;
}
.policy-std-wrap h2 {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  margin: 0 0 0.75rem;
}
.policy-std-wrap p { margin: 0 0 0.75rem; }
.policy-std-wrap p:last-child { margin-bottom: 0; }
.foot-pol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.88rem;
}
.foot-pol a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}