:root {
  --ac-ink: #20312a;
  --ac-muted: #5d6b64;
  --ac-green: #315c4b;
  --ac-green-dark: #214638;
  --ac-green-soft: #dce9e2;
  --ac-sage: #a8bcae;
  --ac-cream: #f8f3e8;
  --ac-cream-deep: #eee4d2;
  --ac-paper: #fffdf8;
  --ac-white: #ffffff;
  --ac-gold: #b47c3b;
  --ac-line: rgba(49, 92, 75, 0.17);
  --ac-shadow: 0 20px 60px rgba(32, 49, 42, 0.1);
  --ac-radius: 24px;
  --ac-shell: 1160px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  margin: 0;
  color: var(--ac-ink);
  background: var(--ac-paper);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #db9d52;
  outline-offset: 3px;
  border-radius: 6px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ac-green-dark);
  line-height: 1.3;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 8.7vw, 3.65rem);
  font-weight: 800;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(1.72rem, 6.6vw, 2.65rem);
  font-weight: 760;
}

h3 {
  margin-bottom: 9px;
  font-size: 1.1rem;
  font-weight: 720;
}

.ac-shell {
  width: min(calc(100% - 40px), var(--ac-shell));
  margin-inline: auto;
}

.ac-section {
  padding: 76px 0;
}

.ac-kicker,
.ac-eyebrow {
  margin-bottom: 12px;
  color: var(--ac-gold);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.14em;
}

.ac-skip {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  color: var(--ac-white);
  background: var(--ac-green-dark);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 0.15s ease;
}

.ac-skip:focus {
  transform: translateY(0);
}

.ac-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 66px;
  background: rgba(255, 253, 248, 0.95);
  border-bottom: 1px solid rgba(49, 92, 75, 0.12);
  backdrop-filter: blur(12px);
}

.ac-header__inner {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ac-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ac-green-dark);
  font-size: 1.05rem;
  font-weight: 820;
  letter-spacing: -0.035em;
  text-decoration: none;
  white-space: nowrap;
}

.ac-brand__mark {
  display: grid;
  width: 32px;
  height: 32px;
  color: var(--ac-green);
  place-items: center;
}

.ac-brand__mark svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.ac-nav--desktop {
  display: none;
}

.ac-mobile-nav {
  position: relative;
}

.ac-mobile-nav summary {
  display: grid;
  width: 44px;
  height: 44px;
  cursor: pointer;
  list-style: none;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--ac-line);
  border-radius: 12px;
  background: var(--ac-white);
}

.ac-mobile-nav summary::-webkit-details-marker {
  display: none;
}

.ac-mobile-nav summary span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--ac-green-dark);
  border-radius: 999px;
}

.ac-mobile-nav nav {
  position: absolute;
  top: 52px;
  right: 0;
  display: grid;
  width: min(286px, calc(100vw - 40px));
  padding: 10px;
  background: var(--ac-white);
  border: 1px solid var(--ac-line);
  border-radius: 16px;
  box-shadow: var(--ac-shadow);
}

.ac-mobile-nav nav a {
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ac-ink);
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
  border-radius: 9px;
}

.ac-mobile-nav nav a:hover {
  background: var(--ac-cream);
}

.ac-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 0;
  background:
    radial-gradient(circle at 5% 8%, rgba(180, 124, 59, 0.11), transparent 32%),
    linear-gradient(180deg, #fbf7ee 0%, var(--ac-paper) 100%);
}

.ac-hero::before {
  position: absolute;
  top: 80px;
  right: -70px;
  width: 190px;
  height: 190px;
  content: "";
  border: 1px solid rgba(49, 92, 75, 0.12);
  border-radius: 50%;
}

.ac-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 38px;
}

.ac-hero__copy {
  max-width: 650px;
}

.ac-hero__lead {
  margin-bottom: 14px;
  color: #354b42;
  font-size: 1.08rem;
  font-weight: 610;
  line-height: 1.72;
}

.ac-hero__text {
  margin-bottom: 26px;
  color: var(--ac-muted);
}

.ac-actions {
  display: grid;
  gap: 10px;
}

.ac-button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.ac-button:hover {
  transform: translateY(-1px);
}

.ac-button--primary {
  color: var(--ac-white);
  background: var(--ac-green);
}

.ac-button--primary:hover {
  background: var(--ac-green-dark);
}

.ac-button--secondary {
  color: var(--ac-green-dark);
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--ac-line);
}

.ac-button--secondary:hover {
  background: var(--ac-white);
  border-color: rgba(49, 92, 75, 0.36);
}

.ac-button--cream {
  color: var(--ac-green-dark);
  background: var(--ac-cream);
}

.ac-button--cream:hover {
  background: var(--ac-white);
}

.ac-reassure {
  margin: 12px 0 0;
  color: var(--ac-muted);
  font-size: 0.84rem;
}

.ac-hero__media {
  position: relative;
  margin: 0;
}

.ac-hero__media img {
  width: 100%;
  height: auto;
  border-radius: 24px 24px 8px 8px;
  box-shadow: var(--ac-shadow);
}

.ac-hero__media figcaption {
  padding: 10px 4px 0;
  color: #748078;
  font-size: 0.71rem;
  line-height: 1.55;
}

.ac-trust-strip {
  position: relative;
  z-index: 2;
  display: grid;
  margin-top: 40px;
  border-top: 1px solid var(--ac-line);
}

.ac-trust-strip div {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 2px;
  border-bottom: 1px solid var(--ac-line);
}

.ac-trust-strip strong {
  color: var(--ac-green-dark);
  font-size: 0.94rem;
}

.ac-trust-strip span {
  color: var(--ac-muted);
  font-size: 0.82rem;
  text-align: right;
}

.ac-two-col {
  display: grid;
  gap: 26px;
}

.ac-prose p {
  margin-bottom: 14px;
  color: var(--ac-muted);
}

.ac-check-grid {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.ac-check-grid article {
  position: relative;
  padding: 24px 21px;
  overflow: hidden;
  background: var(--ac-cream);
  border: 1px solid rgba(180, 124, 59, 0.12);
  border-radius: 18px;
}

.ac-check-grid article > span {
  display: block;
  margin-bottom: 17px;
  color: var(--ac-gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ac-check-grid article p {
  margin: 0;
  color: var(--ac-muted);
  font-size: 0.91rem;
}

.ac-animal {
  border-top: 1px solid var(--ac-line);
}

.ac-animal--dog {
  background: #f2f6f2;
}

.ac-animal--cat {
  background: var(--ac-paper);
}

.ac-animal__layout {
  display: grid;
  gap: 36px;
}

.ac-animal__intro > p:not(.ac-kicker) {
  color: var(--ac-muted);
}

.ac-animal__media,
.ac-family__media {
  margin: 24px 0 0;
}

.ac-animal__media picture,
.ac-family__media picture,
.ac-care__media picture,
.ac-daily__media picture {
  display: block;
}

.ac-animal__media img,
.ac-family__media img,
.ac-care__media img,
.ac-daily__media img {
  width: 100%;
  height: auto;
}

.ac-animal__media img,
.ac-family__media img {
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(32, 49, 42, 0.09);
}

.ac-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--ac-green-dark);
  font-weight: 750;
}

.ac-text-link span {
  color: var(--ac-gold);
}

.ac-animal__points {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--ac-line);
}

.ac-animal__points article {
  padding: 22px 0;
  border-bottom: 1px solid var(--ac-line);
}

.ac-animal__points h3 {
  position: relative;
  padding-left: 20px;
}

.ac-animal__points h3::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--ac-gold);
  border-radius: 50%;
}

.ac-animal--cat .ac-animal__points h3::before {
  background: var(--ac-green);
}

.ac-animal__points p {
  margin: 0;
  color: var(--ac-muted);
  font-size: 0.93rem;
}

.ac-care {
  color: #e8f0eb;
  background: var(--ac-green-dark);
}

.ac-care h2,
.ac-care h3 {
  color: var(--ac-white);
}

.ac-care .ac-kicker {
  color: #ddb376;
}

.ac-section-head {
  max-width: 750px;
  margin-bottom: 40px;
}

.ac-section-head > p:last-child {
  margin-bottom: 0;
  color: var(--ac-muted);
}

.ac-care .ac-section-head > p:last-child {
  color: #c6d5cd;
}

.ac-care__media {
  margin: 0 0 44px;
}

.ac-care__media img {
  border-radius: 20px 20px 7px 7px;
}

.ac-care__media figcaption {
  padding: 10px 4px 0;
  color: #b9cac0;
  font-size: 0.72rem;
  line-height: 1.6;
}

.ac-principles {
  display: grid;
  gap: 28px;
}

.ac-principles article {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.ac-principles__number {
  display: block;
  margin-bottom: 26px;
  color: #ddb376;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ac-principles article p {
  margin: 0;
  color: #c6d5cd;
  font-size: 0.93rem;
}

.ac-daily {
  background: var(--ac-cream);
}

.ac-daily__panel {
  display: grid;
  overflow: hidden;
  background: var(--ac-green);
  border-radius: var(--ac-radius);
  box-shadow: var(--ac-shadow);
}

.ac-daily__media {
  display: grid;
  margin: 0;
  background: #dce9e2;
  place-items: center;
}

.ac-daily__copy {
  padding: 32px 24px 36px;
}

.ac-daily__copy h2 {
  color: var(--ac-white);
}

.ac-daily__copy > p:not(.ac-kicker) {
  color: #dce8e1;
}

.ac-daily__copy .ac-button {
  margin-top: 8px;
}

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

.ac-steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  padding: 22px 0;
  border-bottom: 1px solid var(--ac-line);
}

.ac-steps li > span {
  color: var(--ac-gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.ac-steps h3 {
  margin-bottom: 5px;
}

.ac-steps p {
  margin: 0;
  color: var(--ac-muted);
  font-size: 0.91rem;
}

.ac-family {
  background: #f2f6f2;
}

.ac-family__grid {
  display: grid;
  gap: 42px;
}

.ac-family__lead {
  color: var(--ac-muted);
  font-size: 1.02rem;
}

.ac-family__media {
  margin-top: 28px;
}

.ac-family__details {
  display: grid;
  gap: 14px;
}

.ac-family__details article {
  padding: 22px;
  background: var(--ac-white);
  border: 1px solid var(--ac-line);
  border-radius: 16px;
}

.ac-family__details p {
  margin: 0;
  color: var(--ac-muted);
  font-size: 0.91rem;
}

.ac-faq__layout {
  display: grid;
  gap: 34px;
}

.ac-faq__intro > p:last-child {
  color: var(--ac-muted);
}

.ac-faq__list {
  border-top: 1px solid var(--ac-line);
}

.ac-faq details {
  border-bottom: 1px solid var(--ac-line);
}

.ac-faq summary {
  position: relative;
  display: flex;
  min-height: 66px;
  align-items: center;
  padding: 17px 42px 17px 0;
  color: var(--ac-green-dark);
  cursor: pointer;
  font-weight: 720;
  line-height: 1.55;
  list-style: none;
}

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

.ac-faq summary::before,
.ac-faq summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 16px;
  height: 2px;
  content: "";
  background: var(--ac-green);
  transition: transform 0.2s ease;
}

.ac-faq summary::after {
  transform: rotate(90deg);
}

.ac-faq details[open] summary::after {
  transform: rotate(0deg);
}

.ac-faq details p {
  max-width: 760px;
  margin: -2px 42px 20px 0;
  color: var(--ac-muted);
  font-size: 0.93rem;
}

.ac-contact {
  padding: 76px 0;
  color: var(--ac-white);
  background:
    radial-gradient(circle at 90% 0%, rgba(221, 179, 118, 0.18), transparent 30%),
    var(--ac-green-dark);
}

.ac-contact__inner {
  display: grid;
  gap: 38px;
}

.ac-contact h2 {
  color: var(--ac-white);
}

.ac-contact__inner > div:first-child > p:last-child {
  max-width: 660px;
  color: #c9d8d0;
}

.ac-contact__actions {
  display: grid;
  gap: 12px;
}

.ac-contact-card {
  display: flex;
  min-height: 146px;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  color: var(--ac-ink);
  background: var(--ac-white);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ac-contact-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.ac-contact-card > span {
  margin-bottom: 4px;
  color: var(--ac-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.ac-contact-card strong {
  color: var(--ac-green-dark);
  font-size: 1.08rem;
}

.ac-contact-card small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  color: var(--ac-muted);
  font-size: 0.8rem;
}

.ac-contact-card b {
  color: var(--ac-gold);
  font-size: 1.15rem;
}

.ac-contact-card--kakao {
  background: #f7e66a;
  border-color: #f7e66a;
}

.ac-contact-card--kakao > span,
.ac-contact-card--kakao small {
  color: #594f13;
}

.ac-footer {
  padding: 44px 0 22px;
  color: #5f6b65;
  background: #ecf0ec;
  border-top: 1px solid var(--ac-line);
}

.ac-footer__inner {
  display: grid;
  gap: 30px;
}

.ac-brand--footer {
  margin-bottom: 13px;
}

.ac-footer__inner p {
  max-width: 630px;
  margin: 0;
  font-size: 0.86rem;
}

.ac-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  align-content: start;
}

.ac-footer__links a {
  font-size: 0.84rem;
  font-weight: 650;
}

.ac-footer__related {
  width: 100%;
  margin-top: 5px;
  color: #748078;
  font-weight: 500 !important;
}

.ac-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  padding-top: 19px;
  border-top: 1px solid var(--ac-line);
}

.ac-footer__bottom small,
.ac-footer__bottom a {
  font-size: 0.76rem;
}

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

@media (min-width: 560px) {
  .ac-actions {
    display: flex;
    flex-wrap: wrap;
  }

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

  .ac-contact-card--cafe {
    grid-column: 1 / -1;
  }
}

@media (min-width: 760px) {
  .ac-shell {
    width: min(calc(100% - 64px), var(--ac-shell));
  }

  .ac-section,
  .ac-contact {
    padding: 96px 0;
  }

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

  .ac-hero__grid {
    grid-template-columns: minmax(0, 1.03fr) minmax(330px, 0.97fr);
    align-items: center;
    gap: 54px;
  }

  .ac-trust-strip {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 72px;
    border-bottom: 1px solid var(--ac-line);
  }

  .ac-trust-strip div {
    min-height: 104px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 18px 28px;
    border-bottom: 0;
    border-left: 1px solid var(--ac-line);
  }

  .ac-trust-strip div:last-child {
    border-right: 1px solid var(--ac-line);
  }

  .ac-trust-strip span {
    text-align: left;
  }

  .ac-two-col--copy {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 70px;
  }

  .ac-check-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 56px;
  }

  .ac-check-grid article {
    min-height: 232px;
    padding: 28px 24px;
  }

  .ac-animal__layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    align-items: start;
    gap: 92px;
  }

  .ac-animal__intro {
    align-self: start;
  }

  .ac-animal__layout--reverse .ac-animal__intro {
    order: 2;
  }

  .ac-animal__layout--reverse .ac-animal__points {
    order: 1;
  }

  .ac-animal__points article {
    padding: 27px 0;
  }

  .ac-section-head--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .ac-principles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
  }

  .ac-principles article {
    min-height: 240px;
  }

  .ac-daily__panel {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  }

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

  .ac-daily__copy .ac-button {
    align-self: flex-start;
  }

  .ac-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 42px;
  }

  .ac-family__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 80px;
  }

  .ac-faq__layout {
    grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
    gap: 88px;
  }

  .ac-faq__intro {
    position: sticky;
    top: 106px;
    align-self: start;
  }

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

  .ac-contact-card--cafe {
    grid-column: auto;
  }

  .ac-footer__inner {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 70px;
  }
}

@media (min-width: 980px) {
  .ac-mobile-nav {
    display: none;
  }

  .ac-nav--desktop {
    display: flex;
    align-items: center;
    gap: 28px;
  }

  .ac-nav--desktop a {
    color: #485a51;
    font-size: 0.88rem;
    font-weight: 650;
    text-decoration: none;
  }

  .ac-nav--desktop a:hover {
    color: var(--ac-green-dark);
  }

  .ac-nav--desktop .ac-nav__cta {
    min-height: 40px;
    padding: 8px 16px;
    color: var(--ac-white);
    background: var(--ac-green);
    border-radius: 10px;
  }

  .ac-nav--desktop .ac-nav__cta:hover {
    color: var(--ac-white);
    background: var(--ac-green-dark);
  }

  .ac-contact__inner {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    align-items: end;
    gap: 80px;
  }
}

@media (max-width: 379px) {
  body {
    font-size: 15px;
  }

  .ac-shell {
    width: min(calc(100% - 30px), var(--ac-shell));
  }

  .ac-hero {
    padding-top: 42px;
  }

  .ac-actions .ac-button {
    width: 100%;
    padding-inline: 13px;
  }

  .ac-contact-card {
    min-height: 136px;
    padding: 19px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Final visual polish: desktop readability, tighter rhythm, stronger hero image */
@media (min-width: 760px) {
  .ac-section,
  .ac-contact {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .ac-trust-strip {
    margin-top: 62px;
  }

  .ac-two-col--copy {
    gap: 62px;
  }

  .ac-check-grid {
    margin-top: 48px;
  }

  .ac-animal__layout {
    gap: 76px;
  }

  .ac-family__grid {
    gap: 68px;
  }

  .ac-faq__layout {
    gap: 74px;
  }
}

@media (min-width: 980px) {
  .ac-hero__grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(390px, 1.06fr);
    gap: 48px;
  }

  .ac-hero__lead {
    font-size: 1.12rem;
    line-height: 1.78;
  }

  .ac-hero__text {
    font-size: 1.02rem;
    line-height: 1.82;
  }

  .ac-hero__media img {
    width: 106%;
    max-width: none;
  }

  .ac-hero__media figcaption {
    width: 106%;
  }
}

@media (min-width: 1200px) {
  .ac-hero__media img,
  .ac-hero__media figcaption {
    width: 110%;
  }
}
