.dog18-page {
  --d18-ink: #27312d;
  --d18-muted: #66706b;
  --d18-green: #2f5d4d;
  --d18-deep: #193f34;
  --d18-sage: #dbe7df;
  --d18-cream: #f7f1e6;
  --d18-paper: #fffdf8;
  --d18-copper: #a46639;
  --d18-line: rgba(39, 49, 45, .14);
  background: var(--d18-paper);
  color: var(--d18-ink);
}

.dog18-page main { overflow: hidden; }
.dog18-page h1,
.dog18-page h2,
.dog18-page h3 { color: var(--d18-deep); }
.d18-shell { width: min(calc(100% - 36px), 1160px); margin-inline: auto; }
.d18-kicker { margin: 0 0 11px; color: var(--d18-copper); font-size: .75rem; font-weight: 800; letter-spacing: .13em; }
.d18-section-head { max-width: 720px; margin-bottom: 30px; }
.d18-section-head h2 { margin-bottom: 15px; font-size: clamp(1.75rem, 6.2vw, 2.7rem); line-height: 1.28; letter-spacing: -.035em; }
.d18-section-head > p:last-child { margin-bottom: 0; color: var(--d18-muted); }

.d18-breadcrumb { border-bottom: 1px solid var(--d18-line); background: #fff; }
.d18-breadcrumb ol { display: flex; min-height: 46px; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; color: #6e7772; font-size: .8rem; }
.d18-breadcrumb li { display: flex; min-width: 0; align-items: center; gap: 8px; }
.d18-breadcrumb li:not(:last-child)::after { content: ">"; color: #a3aaa6; }
.d18-breadcrumb a { text-decoration: none; }
.d18-breadcrumb span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.d18-hero { padding: 24px 0 64px; background: linear-gradient(145deg, #fffdf8 0%, #f6eee0 100%); }
.d18-date { display: flex; flex-wrap: wrap; gap: 7px 15px; margin: 0 0 18px; color: #7a7369; font-size: .79rem; }
.d18-hero-grid { display: grid; gap: 26px; }
.d18-hero-copy { align-self: center; }
.d18-eyebrow { display: inline-flex; margin: 0 0 14px; padding: 7px 11px; color: var(--d18-green); background: #fff; border: 1px solid rgba(47, 93, 77, .2); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.d18-hero h1 { margin-bottom: 19px; font-size: clamp(2rem, 9vw, 4rem); line-height: 1.25; letter-spacing: -.04em; }
.d18-hero h1 span { display: block; color: var(--d18-green); }
.d18-lead { margin-bottom: 23px; color: #4f5954; font-size: 1rem; line-height: 1.82; }
.d18-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.d18-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 17px; color: #fff; background: var(--d18-green); border: 1px solid var(--d18-green); border-radius: 10px; font-size: .92rem; font-weight: 780; text-decoration: none; }
.d18-button--ghost { color: var(--d18-green); background: transparent; }
.d18-hero-photo { position: relative; width: 100%; max-width: 620px; height: auto; margin: 0; align-self: center; justify-self: end; }
.d18-hero-photo::before { display: none; }
.d18-hero-photo img { position: relative; z-index: 1; display: block; width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; background: transparent; border: 8px solid #d5dfd8; border-radius: 12px 32px 12px 32px; box-shadow: 0 22px 54px rgba(38, 47, 43, .16); }
.d18-hero-photo figcaption { position: relative; z-index: 2; width: calc(100% - 28px); margin: -22px auto 0; padding: 12px 15px; color: #53605a; background: rgba(255, 253, 248, .96); border: 1px solid rgba(47, 93, 77, .14); border-radius: 9px; font-size: .78rem; }

.d18-situations { padding: 68px 0; background: #fff; }
.d18-situation-layout { display: grid; gap: 28px; }
.d18-situation-copy h2 { margin-bottom: 17px; font-size: clamp(1.75rem, 6.2vw, 2.7rem); line-height: 1.27; }
.d18-situation-copy > p { color: var(--d18-muted); }
.d18-situation-list { display: grid; gap: 0; border-top: 1px solid var(--d18-line); }
.d18-situation-list article { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 11px; padding: 20px 0; border-bottom: 1px solid var(--d18-line); }
.d18-situation-list strong { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--d18-copper); border-radius: 50%; font-size: .75rem; }
.d18-situation-list h3 { margin-bottom: 5px; font-size: 1.05rem; }
.d18-situation-list p { margin: 0; color: var(--d18-muted); font-size: .91rem; }

.d18-behavior { padding: 70px 0; background: var(--d18-cream); }
.d18-behavior-grid { display: grid; gap: 30px; }
.d18-photo { width: 100%; max-width: 590px; height: auto; margin: 0; align-self: center; justify-self: center; }
.d18-photo img { display: block; width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; background: transparent; border: 7px solid #e9e1d5; border-radius: 22px; }
.d18-photo figcaption { margin-top: 10px; color: #6b746f; font-size: .78rem; }
.d18-behavior-copy h2 { margin-bottom: 16px; font-size: clamp(1.75rem, 6.2vw, 2.7rem); line-height: 1.26; }
.d18-behavior-copy > p { color: #58625d; }
.d18-observe-grid { display: grid; gap: 10px; margin-top: 24px; }
.d18-observe-grid article { padding: 18px; background: rgba(255, 255, 255, .75); border-left: 4px solid var(--d18-green); border-radius: 0 12px 12px 0; }
.d18-observe-grid h3 { margin-bottom: 4px; font-size: 1rem; }
.d18-observe-grid p { margin: 0; color: #606a65; font-size: .88rem; }

.d18-health { padding: 72px 0; background: #fff; }
.d18-health-grid { display: grid; gap: 30px; }
.d18-health-copy h2 { margin-bottom: 16px; font-size: clamp(1.75rem, 6.2vw, 2.7rem); line-height: 1.26; }
.d18-health-copy > p { color: var(--d18-muted); }
.d18-health-note { margin-top: 22px; padding: 21px; background: #f4f7f5; border: 1px solid rgba(47, 93, 77, .17); border-radius: 16px; }
.d18-health-note h3 { margin-bottom: 12px; font-size: 1rem; }
.d18-health-note ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.d18-health-note li { position: relative; padding-left: 18px; color: #56615c; font-size: .9rem; }
.d18-health-note li::before { position: absolute; top: .72em; left: 0; width: 7px; height: 7px; content: ""; background: var(--d18-copper); border-radius: 50%; }

.d18-daily { padding: 72px 0; color: #fff; background: var(--d18-deep); }
.d18-daily-layout { display: grid; gap: 30px; }
.d18-daily h2 { margin-bottom: 16px; color: #fff; font-size: clamp(1.75rem, 6.2vw, 2.7rem); line-height: 1.27; }
.d18-daily p { color: rgba(255,255,255,.76); }
.d18-daily figure { width: 100%; max-width: 540px; height: auto; margin: 0; align-self: center; justify-self: end; }
.d18-daily figure img { display: block; width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; background: transparent; border: 7px solid rgba(255, 255, 255, .18); border-radius: 7px 28px 7px 28px; }
.d18-daily figure figcaption { margin-top: 10px; color: rgba(255,255,255,.62); font-size: .78rem; }
.d18-cafe-card { margin-top: 25px; padding: 20px; background: #fff; color: var(--d18-ink); border-radius: 16px; }
.d18-cafe-card strong { display: block; margin-bottom: 7px; color: var(--d18-deep); font-size: 1rem; }
.d18-cafe-card p { margin-bottom: 14px; color: #626c67; font-size: .88rem; }
.d18-cafe-card a { display: inline-flex; min-height: 44px; align-items: center; padding: 10px 14px; color: #fff; background: #03c75a; border-radius: 8px; font-size: .88rem; font-weight: 800; text-decoration: none; }

.d18-cost { padding: 72px 0; background: #f7f4ee; }
.d18-cost-grid { display: grid; gap: 30px; }
.d18-cost-copy h2 { margin-bottom: 16px; font-size: clamp(1.75rem, 6.2vw, 2.7rem); line-height: 1.27; }
.d18-cost-copy p { color: var(--d18-muted); }
.d18-steps { display: grid; gap: 12px; counter-reset: step; }
.d18-steps article { position: relative; padding: 22px 20px 20px 64px; background: #fff; border: 1px solid var(--d18-line); border-radius: 14px; }
.d18-steps article::before { position: absolute; top: 21px; left: 20px; display: grid; width: 30px; height: 30px; place-items: center; counter-increment: step; content: counter(step); color: #fff; background: var(--d18-green); border-radius: 8px; font-size: .77rem; font-weight: 800; }
.d18-steps h3 { margin-bottom: 5px; font-size: 1rem; }
.d18-steps p { margin: 0; color: #65706a; font-size: .88rem; }
.d18-kakao-line { display: flex; margin-top: 18px; min-height: 48px; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 15px; color: #382f00; background: #fee500; border-radius: 9px; font-size: .9rem; font-weight: 800; text-decoration: none; }

.d18-meeting { padding: 72px 0; background: #fff; }
.d18-meeting-grid { display: grid; gap: 30px; }
.d18-meeting-copy h2 { margin-bottom: 16px; font-size: clamp(1.75rem, 6.2vw, 2.7rem); line-height: 1.27; }
.d18-meeting-copy p { color: var(--d18-muted); }
.d18-meeting-points { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.d18-meeting-points span { padding: 7px 10px; color: var(--d18-green); background: var(--d18-sage); border-radius: 999px; font-size: .78rem; font-weight: 750; }

.d18-faq { padding: 72px 0; background: #eef3f0; }
.d18-faq-layout { display: grid; gap: 28px; }
.d18-faq-head h2 { margin-bottom: 12px; font-size: clamp(1.75rem, 6.2vw, 2.7rem); line-height: 1.26; }
.d18-faq-head p { color: var(--d18-muted); }
.d18-faq-list { display: grid; gap: 9px; }
.d18-faq-list details { background: #fff; border: 1px solid rgba(47, 93, 77, .12); border-radius: 12px; }
.d18-faq-list summary { position: relative; padding: 17px 47px 17px 18px; cursor: pointer; list-style: none; color: var(--d18-deep); font-size: .95rem; font-weight: 760; }
.d18-faq-list summary::-webkit-details-marker { display: none; }
.d18-faq-list summary::after { position: absolute; top: 50%; right: 18px; content: "+"; color: var(--d18-copper); font-size: 1.35rem; transform: translateY(-50%); }
.d18-faq-list details[open] summary::after { content: "−"; }
.d18-faq-list details p { margin: 0; padding: 0 18px 18px; color: #5e6963; font-size: .9rem; }

.d18-contact { padding: 68px 0 96px; background: #fff; }
.d18-contact-box { display: grid; gap: 24px; padding: 27px 22px; color: #fff; background: var(--d18-copper); border-radius: 24px 7px 24px 7px; }
.d18-contact-box h2 { margin-bottom: 12px; color: #fff; font-size: clamp(1.65rem, 6vw, 2.5rem); line-height: 1.28; }
.d18-contact-box p { margin: 0; color: rgba(255,255,255,.86); }
.d18-contact-actions { display: grid; gap: 9px; align-content: center; }
.d18-contact-actions a { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 15px; color: var(--d18-deep); background: #fff; border-radius: 9px; font-size: .91rem; font-weight: 800; text-decoration: none; }
.d18-contact-actions a:last-child { background: #fee500; }

.d18-footer-note { max-width: 520px; }

@media (min-width: 760px) {
  .d18-shell { width: min(calc(100% - 64px), 1160px); }
  .d18-hero { padding: 38px 0 82px; }
  .d18-hero-grid { grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); align-items: center; gap: 50px; }
  .d18-situation-layout { grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
  .d18-situation-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; }
  .d18-behavior-grid { grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: center; gap: 56px; }
  .d18-observe-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .d18-health-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 58px; }
  .d18-health-grid figure { order: 2; }
  .d18-health-copy { order: 1; }
  .d18-daily-layout { grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); align-items: center; gap: 58px; }
  .d18-cost-grid { grid-template-columns: .84fr 1.16fr; gap: 64px; }
  .d18-meeting-grid { grid-template-columns: minmax(0, 1.07fr) minmax(0, .93fr); align-items: center; gap: 56px; }
  .d18-meeting-grid figure { order: 1; }
  .d18-meeting-copy { order: 2; }
  .d18-faq-layout { grid-template-columns: .7fr 1.3fr; align-items: start; gap: 55px; }
  .d18-faq-head { position: sticky; top: 100px; }
  .d18-contact-box { grid-template-columns: 1.3fr .7fr; align-items: center; padding: 38px 42px; }
}

@media (min-width: 1024px) {
  .dog18-page .ac-nav--desktop { display: flex; align-items: center; gap: 18px; }
  .dog18-page .ac-nav--desktop a { color: #46534d; font-size: .86rem; font-weight: 700; text-decoration: none; }
  .dog18-page .ac-nav--desktop .d18-nav-cta { padding: 9px 13px; color: #fff; background: var(--d18-green); border-radius: 8px; }
  .dog18-page .ac-mobile-nav { display: none; }
  .d18-hero h1 { font-size: clamp(3.25rem, 4.25vw, 4rem); }
}

@media (max-width: 420px) {
  .d18-shell { width: min(calc(100% - 28px), 1160px); }
  .d18-hero { padding-top: 18px; }
  .d18-hero h1 { font-size: 2.02rem; }
  .d18-button { width: 100%; }
  .d18-hero-photo,
  .d18-photo,
  .d18-daily figure { max-width: 100%; }
  .d18-situation-list article { grid-template-columns: 38px minmax(0, 1fr); }
  .d18-contact-box { padding: 24px 18px; }
}

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