.hs6-page {
  --hs6-forest: #284f40;
  --hs6-forest-deep: #183b30;
  --hs6-leaf: #476e5d;
  --hs6-paper: #fffdf8;
  --hs6-cream: #f4efe5;
  --hs6-sand: #e8dcc9;
  --hs6-amber: #a66e34;
  --hs6-ink: #203129;
  --hs6-muted: #5b6861;
  --hs6-line: rgba(40, 79, 64, 0.18);
  color: var(--hs6-ink);
  background: var(--hs6-paper);
}

.hs6-page h1,
.hs6-page h2,
.hs6-page h3 {
  color: var(--hs6-forest-deep);
}

.hs6-page figure,
.hs6-page blockquote,
.hs6-page dl,
.hs6-page dd {
  margin: 0;
}

.hs6-page img {
  width: 100%;
  height: auto;
}

.hs6-section {
  padding: 66px 0;
}

.hs6-overline,
.hs6-heading > span,
.hs6-cat__label,
.hs6-daily__copy > span,
.hs6-family__copy > span {
  display: block;
  margin-bottom: 12px;
  color: var(--hs6-amber);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hs6-heading h2 {
  margin-bottom: 15px;
  font-size: clamp(1.75rem, 7vw, 2.8rem);
}

.hs6-heading > p {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--hs6-muted);
}

.hs6-heading--center {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.hs6-heading--center > p {
  margin-inline: auto;
}

.hs6-heading--wide {
  max-width: 880px;
  margin-bottom: 30px;
}

.hs6-heading--compact {
  max-width: 690px;
}

.hs6-hero {
  overflow: hidden;
  padding: 52px 0 28px;
  background:
    linear-gradient(180deg, rgba(244, 239, 229, 0.36), transparent 36%),
    var(--hs6-paper);
}

.hs6-hero__intro {
  max-width: 960px;
  text-align: center;
}

.hs6-overline {
  margin-bottom: 14px;
}

.hs6-hero h1 {
  max-width: 940px;
  margin-inline: auto;
  font-size: clamp(1.9rem, 8.1vw, 4rem);
  line-height: 1.25;
  letter-spacing: -0.05em;
}

.hs6-hero__lead {
  max-width: 760px;
  margin: 0 auto 12px;
  color: var(--hs6-ink);
  font-size: 1.05rem;
  font-weight: 670;
  line-height: 1.75;
}

.hs6-hero__sub {
  max-width: 760px;
  margin: 0 auto;
  color: var(--hs6-muted);
  line-height: 1.75;
}

.hs6-hero__stage {
  margin-top: 32px;
}

.hs6-hero__photo {
  overflow: hidden;
  border: 1px solid var(--hs6-line);
  border-radius: 22px 22px 0 0;
  background: #e9dfcf;
}

.hs6-hero__contact {
  display: grid;
  gap: 18px;
  padding: 22px;
  color: #f7f3e9;
  background: var(--hs6-forest-deep);
  border-radius: 0 0 22px 22px;
}

.hs6-hero__contact p,
.hs6-hero__contact div {
  margin: 0;
}

.hs6-hero__contact strong,
.hs6-hero__contact span {
  display: block;
}

.hs6-hero__contact strong {
  margin-bottom: 2px;
  color: #fff;
  font-size: 1.05rem;
}

.hs6-hero__contact span {
  color: #cbd9d2;
  font-size: 0.9rem;
}

.hs6-hero__contact div,
.hs6-contact__actions {
  display: grid;
  gap: 10px;
}

.hs6-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 780;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.hs6-action--kakao {
  color: #28211b;
  background: #fee500;
}

.hs6-action--phone {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
}

.hs6-image-note {
  margin-top: 12px;
  color: #778079;
  font-size: 0.78rem;
  line-height: 1.55;
  text-align: center;
}

.hs6-notes {
  background: var(--hs6-cream);
}

.hs6-notes__sheet {
  overflow: hidden;
  background: var(--hs6-paper);
  border: 1px solid var(--hs6-line);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(35, 61, 50, 0.08);
}

.hs6-notes__groups {
  padding: 8px 24px 24px;
}

.hs6-notes__groups section {
  padding: 24px 0;
  border-bottom: 1px solid var(--hs6-line);
}

.hs6-notes__groups section:last-child {
  border-bottom: 0;
}

.hs6-note-number {
  margin-bottom: 7px;
  color: var(--hs6-amber);
  font-size: 0.78rem;
  font-weight: 850;
}

.hs6-notes__groups h3 {
  margin-bottom: 13px;
  font-size: 1.18rem;
}

.hs6-notes__groups ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: var(--hs6-muted);
  list-style: none;
}

.hs6-notes__groups li {
  position: relative;
  padding-left: 18px;
}

.hs6-notes__groups li::before {
  position: absolute;
  top: 0.71em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--hs6-leaf);
  border-radius: 50%;
}

.hs6-notes__photo {
  border-top: 1px solid var(--hs6-line);
}

.hs6-dog {
  background: var(--hs6-paper);
}

.hs6-dog__photo {
  max-width: 900px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid var(--hs6-line);
  border-radius: 28px;
  box-shadow: 16px 18px 0 var(--hs6-sand);
}

.hs6-dog__questions {
  display: grid;
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid var(--hs6-line);
}

.hs6-dog__questions article {
  padding: 24px 0;
  border-bottom: 1px solid var(--hs6-line);
}

.hs6-dog__questions h3 {
  margin-bottom: 8px;
}

.hs6-dog__questions p {
  margin-bottom: 0;
  color: var(--hs6-muted);
}

.hs6-inline-cta {
  margin: 28px 0 0;
  padding: 19px 20px;
  color: var(--hs6-forest-deep);
  background: #eef3ef;
  border-left: 4px solid var(--hs6-leaf);
  border-radius: 0 12px 12px 0;
}

.hs6-inline-cta a {
  font-weight: 780;
}

.hs6-cat {
  color: #dce6e1;
  background: var(--hs6-forest-deep);
}

.hs6-cat h2,
.hs6-cat h3,
.hs6-cat dt {
  color: #fff;
}

.hs6-cat__layout {
  display: grid;
  gap: 34px;
}

.hs6-cat__copy > p {
  color: #cdd9d3;
}

.hs6-cat__label {
  color: #e3b375;
}

.hs6-cat__rhythm {
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hs6-cat__rhythm div {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.hs6-cat__rhythm dt {
  margin-bottom: 5px;
  font-weight: 780;
}

.hs6-cat__rhythm dd {
  color: #c6d4cd;
  font-size: 0.94rem;
  line-height: 1.68;
}

.hs6-cat__close {
  margin: 24px 0 0;
  padding-left: 15px;
  border-left: 3px solid #dba666;
}

.hs6-cat__photo {
  overflow: hidden;
  align-self: center;
  border-radius: 52% 52% 18px 18px / 22% 22% 18px 18px;
  background: #d8cbb7;
}

.hs6-cat__photo figcaption {
  padding: 11px 16px 14px;
  color: #d8e2dd;
  background: rgba(0, 0, 0, 0.12);
  font-size: 0.78rem;
  line-height: 1.5;
}

.hs6-choose {
  background: #f7f3eb;
}

.hs6-choose__layout {
  display: block;
}

.hs6-choose .hs6-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.hs6-choose .hs6-heading > p {
  margin-inline: auto;
}

.hs6-choose__questions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  border-top: 0;
}

.hs6-choose__questions div {
  padding: 22px;
  background: var(--hs6-paper);
  border: 1px solid var(--hs6-line);
  border-radius: 16px;
}

.hs6-choose__questions dt {
  margin-bottom: 8px;
  color: var(--hs6-forest-deep);
  font-size: 1.05rem;
  font-weight: 780;
  line-height: 1.55;
}

.hs6-choose__questions dt span {
  display: block;
  margin-bottom: 4px;
  color: var(--hs6-amber);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.hs6-choose__questions dd {
  color: var(--hs6-muted);
  line-height: 1.7;
}

.hs6-principle {
  margin-top: 44px;
  padding: 28px 24px;
  color: #f8f3e9;
  background: var(--hs6-forest);
  border-radius: 20px;
}

.hs6-principle p,
.hs6-principle blockquote,
.hs6-principle span {
  margin: 0;
}

.hs6-principle p {
  margin-bottom: 8px;
  color: #d7e2dc;
  font-size: 0.82rem;
  font-weight: 750;
}

.hs6-principle blockquote {
  margin-bottom: 9px;
  color: #fff;
  font-size: clamp(1.3rem, 5vw, 2rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.035em;
}

.hs6-principle span {
  display: block;
  color: #d7e2dc;
  font-size: 0.92rem;
}

.hs6-flow {
  background: var(--hs6-paper);
}

.hs6-flow__steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--hs6-line);
}

.hs6-flow__steps li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  padding: 24px 0;
  border-bottom: 1px solid var(--hs6-line);
}

.hs6-flow__steps > li > span {
  color: var(--hs6-amber);
  font-size: 0.78rem;
  font-weight: 850;
}

.hs6-flow__steps h3 {
  margin-bottom: 7px;
}

.hs6-flow__steps p {
  margin-bottom: 0;
  color: var(--hs6-muted);
}

.hs6-daily {
  background: var(--hs6-sand);
}

.hs6-daily__frame {
  overflow: hidden;
  background: var(--hs6-paper);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(32, 49, 42, 0.1);
}

.hs6-daily__photo {
  border-bottom: 1px solid var(--hs6-line);
}

.hs6-daily__copy {
  padding: 28px 24px;
}

.hs6-daily__copy h2 {
  margin-bottom: 14px;
}

.hs6-daily__copy p {
  color: var(--hs6-muted);
}

.hs6-action--cafe {
  color: #fff;
  background: #2b7651;
}

.hs6-family {
  background: var(--hs6-paper);
}

.hs6-family__layout {
  display: grid;
  gap: 30px;
}

.hs6-family__copy {
  align-self: center;
}

.hs6-family__copy p {
  color: var(--hs6-muted);
}

.hs6-family__photo {
  overflow: hidden;
  border: 1px solid var(--hs6-line);
  border-radius: 18px 58px 18px 18px;
}

.hs6-faq {
  background: #f1ede4;
}

.hs6-faq__grid {
  display: grid;
  gap: 12px;
}

.hs6-faq details {
  align-self: start;
  background: var(--hs6-paper);
  border: 1px solid var(--hs6-line);
  border-radius: 14px;
}

.hs6-faq summary {
  position: relative;
  padding: 19px 50px 19px 19px;
  color: var(--hs6-forest-deep);
  cursor: pointer;
  font-weight: 760;
  line-height: 1.55;
  list-style: none;
}

.hs6-faq summary::-webkit-details-marker {
  display: none;
}

.hs6-faq summary::after {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 26px;
  height: 26px;
  content: "+";
  color: var(--hs6-forest);
  background: #e6eee9;
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
}

.hs6-faq details[open] summary::after {
  content: "−";
}

.hs6-faq details p {
  margin: 0;
  padding: 0 19px 20px;
  color: var(--hs6-muted);
  line-height: 1.72;
}

.hs6-contact {
  padding: 48px 0 56px;
  color: #e6eee9;
  background:
    radial-gradient(circle at 15% 20%, rgba(216, 167, 105, 0.16), transparent 30%),
    var(--hs6-forest-deep);
}

.hs6-contact__inner {
  max-width: 880px;
  text-align: center;
}

.hs6-contact__label {
  margin-bottom: 10px;
  color: #e2b479;
  font-size: 0.86rem;
  font-weight: 800;
}

.hs6-contact h2 {
  color: #fff;
  font-size: clamp(1.9rem, 7vw, 3.1rem);
}

.hs6-contact__inner > p:not(.hs6-contact__label) {
  max-width: 650px;
  margin: 0 auto 28px;
  color: #d1ded7;
}

.hs6-action--phone-light,
.hs6-action--cafe-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.06);
}

@media (min-width: 640px) {
  .hs6-hero__contact {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 22px 26px;
  }

  .hs6-hero__contact div,
  .hs6-contact__actions {
    grid-template-columns: repeat(2, auto);
  }

  .hs6-dog__questions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hs6-dog__questions article {
    padding: 26px 24px;
    border-right: 1px solid var(--hs6-line);
  }

  .hs6-dog__questions article:first-child {
    padding-left: 0;
  }

  .hs6-dog__questions article:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .hs6-faq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .hs6-contact__actions {
    justify-content: center;
  }

  .hs6-contact__actions .hs6-action--cafe-light {
    grid-column: 1 / -1;
    justify-self: center;
    min-width: 230px;
  }
}

@media (min-width: 768px) {
  .hs6-section {
    padding: 92px 0;
  }

  .hs6-hero {
    padding-top: 76px;
  }

  .hs6-hero__stage {
    position: relative;
    margin-top: 46px;
    padding-bottom: 54px;
  }

  .hs6-hero__photo {
    border-radius: 32px;
  }

  .hs6-hero__contact {
    position: absolute;
    right: 32px;
    bottom: 0;
    left: 32px;
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(24, 59, 48, 0.22);
  }

  .hs6-notes__groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0;
  }

  .hs6-notes__groups section {
    min-height: 300px;
    padding: 30px;
    border-right: 1px solid var(--hs6-line);
    border-bottom: 0;
  }

  .hs6-notes__groups section:last-child {
    border-right: 0;
  }

  .hs6-cat__layout,
  .hs6-family__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    align-items: center;
    gap: 56px;
  }

  .hs6-family__layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .hs6-choose__questions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .hs6-heading--sticky {
    position: static;
  }

  .hs6-principle {
    display: grid;
    grid-template-columns: 0.55fr 1.4fr 1fr;
    align-items: center;
    gap: 28px;
    padding: 32px 38px;
  }

  .hs6-principle p,
  .hs6-principle blockquote {
    margin-bottom: 0;
  }

  .hs6-flow__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 1px solid var(--hs6-line);
  }

  .hs6-flow__steps li {
    min-height: 210px;
    padding: 28px;
    border-right: 1px solid var(--hs6-line);
  }

  .hs6-daily__frame {
    position: relative;
    padding: 48px 46% 48px 48px;
  }

  .hs6-daily__photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 52%;
    overflow: hidden;
    border-bottom: 0;
    border-left: 1px solid var(--hs6-line);
  }

  .hs6-daily__photo picture,
  .hs6-daily__photo img {
    display: block;
    height: 100%;
  }

  .hs6-daily__photo img {
    width: 100%;
    object-fit: contain;
    background: #ded4c4;
  }

  .hs6-daily__copy {
    min-height: 390px;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .hs6-choose__questions {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .hs6-choose__questions div {
    min-height: 230px;
    padding: 24px 20px;
  }

  .hs6-hero__contact {
    right: 56px;
    left: 56px;
    padding: 24px 30px;
  }

  .hs6-notes__sheet {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(370px, 0.9fr);
  }

  .hs6-notes__groups {
    align-content: center;
  }

  .hs6-notes__groups section {
    min-height: 390px;
    padding: 38px 24px;
  }

  .hs6-notes__photo {
    display: flex;
    align-items: center;
    border-top: 0;
    border-left: 1px solid var(--hs6-line);
    background: #e5dac8;
  }

  .hs6-notes__photo picture,
  .hs6-notes__photo img {
    display: block;
    width: 100%;
  }

  .hs6-dog__photo {
    max-width: 960px;
  }

  .hs6-flow__steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hs6-flow__steps li {
    min-height: 250px;
    grid-template-columns: 1fr;
    align-content: start;
  }

  .hs6-flow__steps > li > span {
    margin-bottom: 20px;
  }

  .hs6-contact__actions {
    grid-template-columns: repeat(3, auto);
  }

  .hs6-contact__actions .hs6-action--cafe-light {
    grid-column: auto;
    min-width: 0;
  }
}

@media (min-width: 1280px) {
  .hs6-hero__intro {
    max-width: 1020px;
  }

  .hs6-hero__stage {
    width: min(calc(100% - 80px), 1240px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
