.sh7-page {
  --sh7-ink: #2d3631;
  --sh7-muted: #687069;
  --sh7-deep: #405c50;
  --sh7-sage: #dfe8dc;
  --sh7-sage-strong: #b8c9b6;
  --sh7-peach: #f4c3a8;
  --sh7-peach-deep: #c9694f;
  --sh7-apricot: #fff0e5;
  --sh7-cream: #fffaf1;
  --sh7-pink: #f8e5e1;
  --sh7-line: rgba(73, 81, 74, 0.14);
  --sh7-shadow: 0 22px 60px rgba(100, 75, 55, 0.11);
  color: var(--sh7-ink);
  background: #fffdf9;
}

.sh7-page h1,
.sh7-page h2,
.sh7-page h3 {
  color: var(--sh7-ink);
  word-break: keep-all;
  overflow-wrap: break-word;
}

.sh7-page h1 {
  margin-bottom: 20px;
  font-size: clamp(2.05rem, 8.4vw, 4.15rem);
  line-height: 1.22;
  letter-spacing: -0.055em;
}

.sh7-page h2 {
  margin-bottom: 18px;
  font-size: clamp(1.68rem, 6.2vw, 2.7rem);
  line-height: 1.28;
  letter-spacing: -0.045em;
}

.sh7-page h3 {
  margin-bottom: 7px;
  font-size: 1.04rem;
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.sh7-page p {
  color: var(--sh7-muted);
}

.sh7-page .ac-header {
  background: rgba(255, 253, 249, 0.95);
  border-color: rgba(201, 105, 79, 0.16);
}

.sh7-page .ac-brand,
.sh7-page .ac-brand__mark {
  color: var(--sh7-deep);
}

.sh7-page .ac-mobile-nav summary {
  border-color: rgba(201, 105, 79, 0.23);
  background: #fff8f1;
}

.sh7-page .ac-mobile-nav summary span {
  background: var(--sh7-deep);
}

.sh7-page .ac-mobile-nav nav a:hover {
  background: var(--sh7-apricot);
}

.sh7-nav-cta {
  color: #fff !important;
  background: var(--sh7-peach-deep) !important;
}

.sh7-section {
  padding: 72px 0;
}

.sh7-eyebrow {
  margin-bottom: 10px;
  color: var(--sh7-peach-deep) !important;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.13em;
}

.sh7-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 62px;
  background:
    radial-gradient(circle at 8% 17%, rgba(244, 195, 168, 0.32), transparent 29%),
    radial-gradient(circle at 93% 7%, rgba(223, 232, 220, 0.7), transparent 25%),
    linear-gradient(180deg, #fffaf2 0%, #fffdf9 100%);
}

.sh7-hero::after {
  position: absolute;
  z-index: 0;
  right: -64px;
  bottom: 16px;
  width: 170px;
  height: 170px;
  content: "";
  border: 32px solid rgba(244, 195, 168, 0.18);
  border-radius: 50%;
}

.sh7-hero__copy,
.sh7-hero__visual {
  position: relative;
  z-index: 1;
}

.sh7-hero__copy {
  max-width: 900px;
  text-align: center;
}

.sh7-hero__lead {
  max-width: 780px;
  margin: 0 auto 24px;
  color: #545f58 !important;
  font-size: 1rem;
  line-height: 1.78;
}

.sh7-actions {
  display: grid;
  gap: 10px;
  max-width: 510px;
  margin: 0 auto;
}

.sh7-button {
  display: inline-flex;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-size: 0.94rem;
  font-weight: 780;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 15px;
}

.sh7-button--primary {
  color: #fff;
  background: var(--sh7-peach-deep);
  box-shadow: 0 12px 28px rgba(201, 105, 79, 0.23);
}

.sh7-button--ghost {
  color: var(--sh7-deep);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(64, 92, 80, 0.22);
}

.sh7-hero__note {
  margin: 13px 0 0;
  color: #777a75 !important;
  font-size: 0.82rem;
}

.sh7-hero__visual {
  margin-top: 34px;
}

.sh7-hero__visual picture,
.sh7-hero__visual img {
  display: block;
  width: 100%;
}

.sh7-hero__visual img {
  height: auto;
  border: 8px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  box-shadow: var(--sh7-shadow);
}

.sh7-hero__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: -18px 14px 0;
  position: relative;
  z-index: 2;
}

.sh7-hero__tags span {
  padding: 7px 11px;
  color: #4b554f;
  background: #fff;
  border: 1px solid var(--sh7-line);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(76, 67, 58, 0.1);
  font-size: 0.76rem;
  font-weight: 730;
}

.sh7-clues {
  background: #fff;
}

.sh7-clues__grid,
.sh7-cat__layout,
.sh7-match__grid,
.sh7-faq__layout,
.sh7-contact__inner {
  display: grid;
  min-width: 0;
  gap: 34px;
}

.sh7-clues__copy,
.sh7-cat__copy,
.sh7-match__copy,
.sh7-faq__intro,
.sh7-contact__inner > * {
  min-width: 0;
}

.sh7-clues__copy > p:not(.sh7-eyebrow) {
  margin-bottom: 26px;
}

.sh7-photo {
  margin: 0;
}

.sh7-photo img,
.sh7-photo picture {
  display: block;
  width: 100%;
}

.sh7-photo img {
  height: auto;
}

.sh7-photo figcaption {
  margin-top: 8px;
  color: #858882;
  font-size: 0.72rem;
  line-height: 1.5;
}

.sh7-photo--notes img {
  border-radius: 20px 54px 20px 20px;
}

.sh7-note-stack {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.sh7-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  min-width: 0;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(73, 81, 74, 0.1);
  border-radius: 20px;
}

.sh7-note > span {
  display: grid;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--sh7-peach-deep);
  border-radius: 50%;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 850;
}

.sh7-note p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
}

.sh7-note--peach { background: var(--sh7-apricot); }
.sh7-note--cream { background: var(--sh7-cream); }
.sh7-note--sage { background: #eef4ec; }
.sh7-note--pink { background: var(--sh7-pink); }

.sh7-dog {
  overflow: hidden;
  background: linear-gradient(155deg, #fff5ec 0%, #fffaf5 56%, #f5f1e8 100%);
}

.sh7-animal-head {
  display: grid;
  min-width: 0;
  gap: 4px;
  margin-bottom: 30px;
}

.sh7-animal-head > * {
  min-width: 0;
}

.sh7-animal-head > p {
  margin: 0;
}

.sh7-dog__layout {
  display: grid;
  min-width: 0;
  gap: 20px;
}

.sh7-photo--dog {
  position: relative;
}

.sh7-photo--dog::before {
  position: absolute;
  z-index: 0;
  top: -13px;
  left: -13px;
  width: 70px;
  height: 70px;
  content: "";
  background: var(--sh7-peach);
  border-radius: 24px 8px 24px 8px;
}

.sh7-photo--dog img {
  position: relative;
  z-index: 1;
  border-radius: 24px;
}

.sh7-rhythm {
  display: grid;
  min-width: 0;
  gap: 10px;
}

.sh7-rhythm article {
  min-width: 0;
  padding: 18px 18px 17px;
  background: rgba(255, 255, 255, 0.83);
  border: 1px solid rgba(201, 105, 79, 0.14);
  border-radius: 17px;
}

.sh7-rhythm strong {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--sh7-peach-deep);
  font-size: 0.71rem;
  letter-spacing: 0.08em;
}

.sh7-rhythm p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.66;
}

.sh7-daily {
  padding: 0 0 72px;
  background: #fffaf5;
}

.sh7-daily__card {
  display: grid;
  overflow: hidden;
  background: #eef4ec;
  border: 1px solid rgba(64, 92, 80, 0.14);
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(77, 91, 80, 0.1);
}

.sh7-daily__copy {
  padding: 28px 22px 30px;
}

.sh7-daily__copy p:not(.sh7-eyebrow) {
  margin-bottom: 12px;
}

.sh7-button--cafe {
  margin-top: 6px;
  color: #fff;
  background: var(--sh7-deep);
}

.sh7-photo--daily {
  order: -1;
}

.sh7-photo--daily img {
  border-radius: 0;
}

.sh7-cat {
  background: #fff;
}

.sh7-photo--cat {
  align-self: start;
  padding: 10px;
  background: var(--sh7-apricot);
  border-radius: 62px 24px 62px 24px;
}

.sh7-photo--cat img {
  border-radius: 52px 18px 52px 18px;
}

.sh7-cat__paths {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: 24px;
}

.sh7-cat__paths::before {
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 6px;
  width: 1px;
  content: "";
  background: var(--sh7-sage-strong);
}

.sh7-cat__paths article {
  position: relative;
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  min-width: 0;
  gap: 14px;
  padding: 0 0 19px;
}

.sh7-cat__paths article:last-child {
  padding-bottom: 0;
}

.sh7-cat__paths article > span {
  position: relative;
  z-index: 1;
  color: var(--sh7-peach-deep);
  font-size: 0.7rem;
  line-height: 1.8;
}

.sh7-cat__paths p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.68;
}

.sh7-match {
  background: #fff7f1;
}

.sh7-checks {
  display: grid;
  gap: 8px;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.sh7-checks li {
  position: relative;
  padding: 10px 12px 10px 39px;
  color: #4d5550;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  font-size: 0.9rem;
}

.sh7-checks li::before {
  position: absolute;
  top: 10px;
  left: 12px;
  display: grid;
  width: 20px;
  height: 20px;
  content: "✓";
  color: #fff;
  background: var(--sh7-deep);
  border-radius: 50%;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 850;
}

.sh7-photo--family {
  align-self: center;
}

.sh7-photo--family img {
  border-radius: 24px;
  box-shadow: var(--sh7-shadow);
}

.sh7-talk {
  background: #fff;
}

.sh7-talk__intro {
  max-width: 720px;
  margin-bottom: 28px;
}

.sh7-talk__bubbles {
  display: grid;
  gap: 12px;
}

.sh7-talk__bubbles article {
  width: min(100%, 760px);
  padding: 18px 19px;
  background: #fff5ec;
  border: 1px solid rgba(201, 105, 79, 0.14);
  border-radius: 8px 22px 22px 22px;
}

.sh7-talk__bubbles article:nth-child(2) {
  justify-self: end;
  background: #edf4eb;
  border-color: rgba(64, 92, 80, 0.15);
  border-radius: 22px 8px 22px 22px;
}

.sh7-talk__bubbles article:nth-child(3) {
  margin-left: 0;
  background: #f8f3e9;
}

.sh7-talk__bubbles span {
  display: block;
  margin-bottom: 5px;
  color: var(--sh7-peach-deep);
  font-size: 0.72rem;
  font-weight: 850;
}

.sh7-talk__bubbles article:nth-child(2) span {
  color: var(--sh7-deep);
}

.sh7-talk__bubbles p {
  margin: 0;
  color: #4d5550;
  font-size: 0.93rem;
}

.sh7-talk__cta {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding: 20px;
  background: var(--sh7-pink);
  border-radius: 18px;
}

.sh7-talk__cta p {
  margin: 0;
}

.sh7-text-link {
  align-self: center;
  color: #9e4e3b;
  font-weight: 800;
  text-decoration: none;
}

.sh7-faq {
  background: linear-gradient(180deg, #f3f0e8 0%, #fffaf2 100%);
}

.sh7-faq__list {
  min-width: 0;
  border-top: 1px solid rgba(64, 92, 80, 0.18);
}

.sh7-faq__list details {
  border-bottom: 1px solid rgba(64, 92, 80, 0.18);
}

.sh7-faq__list summary {
  position: relative;
  padding: 19px 38px 19px 0;
  cursor: pointer;
  color: var(--sh7-ink);
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.55;
  list-style: none;
}

.sh7-faq__list summary::-webkit-details-marker {
  display: none;
}

.sh7-faq__list summary::after {
  position: absolute;
  top: 20px;
  right: 5px;
  content: "+";
  color: var(--sh7-peach-deep);
  font-size: 1.35rem;
  line-height: 1;
}

.sh7-faq__list details[open] summary::after {
  content: "−";
}

.sh7-faq__list details p {
  max-width: 760px;
  margin: -3px 0 20px;
  padding-right: 12px;
  font-size: 0.9rem;
  line-height: 1.75;
}

.sh7-contact {
  padding: 70px 0;
  background: var(--sh7-peach);
}

.sh7-contact__inner {
  padding: 28px 22px;
  background: rgba(255, 253, 249, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(110, 74, 57, 0.12);
}

.sh7-contact__inner p:not(.sh7-eyebrow) {
  margin-bottom: 0;
}

.sh7-contact__actions {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.sh7-contact-link {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 2px;
  padding: 17px 44px 17px 18px;
  text-decoration: none;
  border-radius: 16px;
}

.sh7-contact-link span {
  font-size: 0.72rem;
  font-weight: 740;
  opacity: 0.78;
}

.sh7-contact-link strong {
  font-size: 0.96rem;
  line-height: 1.45;
}

.sh7-contact-link b {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

.sh7-contact-link--kakao {
  color: #3b3022;
  background: #fee500;
}

.sh7-contact-link--phone {
  color: #fff;
  background: var(--sh7-deep);
}

.sh7-footer {
  background: #fffaf3;
}

.sh7-page section[id] {
  scroll-margin-top: 76px;
}

@media (min-width: 560px) {
  .sh7-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh7-note-stack,
  .sh7-rhythm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh7-talk__cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .sh7-contact__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 760px) {
  .sh7-section {
    padding: 96px 0;
  }

  .sh7-hero {
    padding: 62px 0 84px;
  }

  .sh7-hero__copy {
    max-width: 1080px;
  }

  .sh7-hero__lead {
    font-size: 1.08rem;
  }

  .sh7-hero__visual {
    margin-top: 50px;
  }

  .sh7-hero__visual img {
    border-width: 12px;
    border-radius: 42px;
  }

  .sh7-hero__tags {
    gap: 10px;
    margin-top: -23px;
  }

  .sh7-hero__tags span {
    padding: 9px 16px;
    font-size: 0.82rem;
  }

  .sh7-clues__grid {
    grid-template-columns: minmax(0, 0.83fr) minmax(0, 1.17fr);
    align-items: center;
    gap: 64px;
  }

  .sh7-note {
    min-height: 200px;
    align-content: start;
    padding: 24px;
  }

  .sh7-animal-head {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 42px;
  }

  .sh7-dog__layout {
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 52px;
  }

  .sh7-rhythm article {
    min-height: 170px;
    padding: 22px;
  }

  .sh7-daily {
    padding-bottom: 96px;
  }

  .sh7-daily__card {
    grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
    align-items: stretch;
  }

  .sh7-daily__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
  }

  .sh7-button--cafe {
    align-self: flex-start;
  }

  .sh7-photo--daily {
    order: 0;
    align-self: center;
    padding: 18px 18px 18px 0;
  }

  .sh7-photo--daily img {
    border-radius: 22px;
  }

  .sh7-cat__layout {
    grid-template-columns: minmax(310px, 0.86fr) minmax(0, 1.14fr);
    align-items: center;
    gap: 72px;
  }

  .sh7-match__grid {
    grid-template-columns: minmax(0, 0.98fr) minmax(320px, 1.02fr);
    align-items: center;
    gap: 70px;
  }

  .sh7-talk__bubbles article {
    padding: 22px 26px;
  }

  .sh7-talk__bubbles article:nth-child(3) {
    width: 92%;
    margin-left: 8%;
  }

  .sh7-faq__layout {
    grid-template-columns: minmax(240px, 0.66fr) minmax(0, 1.34fr);
    align-items: start;
    gap: 82px;
  }

  .sh7-faq__intro {
    position: sticky;
    top: 104px;
  }

  .sh7-contact {
    padding: 90px 0;
  }

  .sh7-contact__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    align-items: center;
    gap: 70px;
    padding: 50px;
  }
}

@media (min-width: 980px) {
  .sh7-page .ac-nav--desktop {
    gap: 24px;
  }

  .sh7-page .ac-nav--desktop a {
    font-size: 0.82rem;
  }
}

@media (min-width: 1180px) {
  .sh7-hero__visual {
    width: min(calc(100% - 80px), 1080px);
  }

  .sh7-note-stack {
    gap: 16px;
  }

  .sh7-rhythm {
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh7-page * {
    scroll-behavior: auto !important;
  }
}
