@font-face {
  font-family: "Pretendard";
  src: url("fonts/PretendardVariable.woff2") format("woff2");
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #f7f8f2;
  --ink: #202a25;
  --muted: #58655d;
  --green: #d9edab;
  --dark: #274f3b;
  --line: #d8dfd2;
  --pink: #f9dfdc;
  --lilac: #e7e0fa;
  --peach: #ffe6c6;
  --white: #fff;
  --sans:
    "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 18px/1.7 var(--sans);
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
summary {
  cursor: pointer;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
img[data-photo-protected] {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}
a,
button,
input,
summary,
select,
textarea {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #7754b1;
  outline-offset: 4px;
}
button:disabled {
  opacity: 0.58;
  cursor: not-allowed;
}
::selection {
  background: var(--lilac);
}
[hidden] {
  display: none !important;
}
.shell {
  width: min(1200px, calc(100% - 64px));
  margin-inline: auto;
}
.sr-only,
.skip {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip:focus {
  position: fixed;
  z-index: 50;
  clip: auto;
  width: auto;
  height: auto;
  top: 12px;
  left: 12px;
  padding: 12px;
  background: white;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  background: #f7f8f2f5;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
}
.wordmark {
  font-size: 24px;
  letter-spacing: -0.055em;
  font-weight: 850;
  white-space: nowrap;
}
.wordmark > span {
  font-weight: 450;
}
.wordmark i {
  font-style: normal;
  color: #5c8442;
  display: inline-block;
  margin-left: 8px;
  font-size: 29px;
}
.header-inner nav {
  display: flex;
  gap: 28px;
  font-size: 16px;
}
.header-inner nav a:hover {
  color: #576c31;
}
.mobile-menu-toggle,
.mobile-menu {
  display: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 650;
  font-size: 17px;
  transition:
    transform 0.18s,
    background 0.18s;
}
.button:hover {
  transform: translateY(-2px);
}
.button.small {
  min-height: 47px;
  padding: 10px 17px;
  font-size: 16px;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contact-actions .contact-action {
  min-height: 46px;
  padding: 10px 16px;
  font-size: 15px;
  background: #ffffff9c;
}
.hero-contact-caption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
}
.ink {
  background: var(--ink);
  color: white;
}
.button.ink:hover {
  background: #37533e;
}
.outline {
  border-color: #80956c;
  background: transparent;
}
.outline:hover {
  background: #ffffff60;
}
.pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid #bfcbb9;
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 13px;
  letter-spacing: 0.015em;
  font-weight: 650;
}
.pill.light {
  background: #ffffffb3;
  border: 0;
}
.creator-hero {
  padding-top: 29px;
}
.profile-eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
}
.profile-eyebrow img {
  border-radius: 50%;
  height: 52px;
  width: 52px;
  object-fit: cover;
  object-position: top;
  border: 2px solid #b1c68d;
}
.profile-eyebrow strong {
  font-size: 17px;
  display: block;
  line-height: 1.4;
}
.profile-eyebrow div > span {
  display: block;
  font-size: 14px;
  color: var(--muted);
}
.profile-tag {
  margin-left: auto;
  font-size: 14px;
  letter-spacing: 0.09em;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
}
.hero-copy {
  position: relative;
  padding: 38px 42px;
  border-radius: 27px;
  background: var(--green);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-copy h1 {
  position: relative;
  font-size: clamp(47px, 5.1vw, 68px);
  line-height: 1.18;
  letter-spacing: -0.05em;
  font-weight: 720;
  margin-top: 23px;
}
.hero-copy h1 > span {
  position: relative;
  z-index: 1;
}
.hero-copy h1 > span:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 4px;
  left: -3px;
  width: 110%;
  height: 16px;
  background: #c4b5eb;
  transform: rotate(-3deg);
  border-radius: 30%;
}
.hero-copy h1 i {
  font-size: 47px;
  position: absolute;
  right: -78px;
  bottom: 10px;
  color: #5d753f;
  font-style: normal;
}
.hero-copy > p {
  font-size: 19px;
  margin-top: 25px;
  line-height: 1.7;
}
.hero-copy > p strong {
  font-weight: 650;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 26px;
}
.hero-image {
  position: relative;
  overflow: hidden;
  border-radius: 27px;
  background: #e2e2e5;
  min-height: 590px;
}
.hero-image > picture,
.hero-image > picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image > picture img {
  object-fit: cover;
  object-position: 50% 18%;
}
.hero-image figcaption {
  position: absolute;
  bottom: 21px;
  left: 21px;
  right: 21px;
  background: #fffffff0;
  padding: 13px 18px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.hero-image figcaption > span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.045em;
}
.hero-image figcaption strong {
  font-size: 24px;
  white-space: nowrap;
}
.hero-image figcaption small {
  font-size: 14px;
  font-weight: 450;
}
.photo-sticker {
  position: absolute;
  right: 17px;
  top: 21px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1.05;
  padding: 16px;
  background: var(--pink);
  border-radius: 50%;
  transform: rotate(9deg);
  text-align: center;
}
.story-nav {
  display: flex;
  justify-content: center;
  gap: 45px;
  padding: 30px 6px 9px;
}
.story-nav > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 84px;
  font-size: 15px;
}
.story-circle {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
  border: 3px solid var(--paper);
  outline: 1px solid #b3c29a;
  transition: transform 0.18s;
}
.story-nav > a:hover .story-circle {
  transform: translateY(-4px);
}
.story-circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
.story-circle.photo img {
  object-position: center 50%;
}
.story-circle.green {
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
.green {
  background: var(--green);
}
.lilac {
  background: var(--lilac);
}
.pink {
  background: var(--pink);
}
.peach {
  background: var(--peach);
}
.section {
  padding-block: 92px;
}
.career-section {
  padding-bottom: 55px;
}
.notes-section {
  padding-top: 55px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  margin-bottom: 35px;
}
h2 {
  font-size: clamp(32px, 3.3vw, 44px);
  letter-spacing: -0.045em;
  line-height: 1.35;
  font-weight: 700;
}
.section-heading h2 {
  margin-top: 17px;
}
.section-heading > p {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.8;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
}
.about-statement {
  padding: 34px;
  background: var(--lilac);
  border-radius: 25px;
}
.large-symbol {
  display: block;
  font-size: 52px;
  line-height: 1;
  color: #746394;
}
.about-statement h3 {
  font-size: 29px;
  letter-spacing: -0.035em;
  margin-top: 20px;
  line-height: 1.4;
}
.about-statement p {
  font-size: 17px;
  margin-top: 18px;
  line-height: 1.85;
}
.profile-facts {
  padding: 16px 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 25px;
}
.profile-facts > div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 17px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.profile-facts > div:last-child {
  border-bottom: 0;
}
.profile-facts > div > span {
  font-size: 15px;
  color: var(--muted);
}
.profile-facts p {
  font-size: 17px;
  line-height: 1.8;
}
.profile-facts strong {
  font-weight: 650;
}
.journal-section {
  background: #edf0e6;
  padding-block: 64px;
}
.journal-grid {
  display: grid;
  grid-template-columns: 0.87fr 1fr;
  gap: 64px;
  align-items: center;
}
.life-photo {
  position: relative;
  background: #fff;
  padding: 12px 12px 0;
  border-radius: 22px;
  transform: rotate(-2deg);
}
.life-photo-crop {
  aspect-ratio: 1/1.11;
  overflow: hidden;
  border-radius: 14px;
}
.life-photo-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  border-radius: 14px;
  transform: scale(1.36);
  transform-origin: center 62%;
}
.life-photo figcaption {
  display: flex;
  justify-content: space-between;
  padding: 13px 6px;
  font-size: 16px;
  font-weight: 600;
}
.life-photo figcaption span {
  color: #647f43;
}
.journal-copy h2 {
  margin-top: 24px;
}
.journal-copy h2 > span {
  color: #567840;
}
.journal-copy > p {
  font-size: 18px;
  color: var(--muted);
  margin-top: 20px;
}
.channel-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 29px;
}
.channel-tiles > a {
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  transition: transform 0.18s;
}
.channel-tiles > a:first-child {
  background: var(--pink);
}
.channel-tiles > a:hover {
  transform: translateY(-4px);
}
.channel-icon {
  font-size: 31px;
  line-height: 1;
}
.channel-tiles strong {
  font-size: 21px;
  margin-top: 13px;
}
.channel-tiles a > span:not(.channel-icon):not(.sr-only) {
  font-size: 14px;
  margin-top: 4px;
}
.text-link {
  display: inline-flex;
  padding-block: 12px;
  border-bottom: 1px solid currentColor;
  min-height: 44px;
  font-size: 16px;
}
.journal-copy > .text-link {
  margin-top: 21px;
}
.note-list {
  display: grid;
  gap: 13px;
}
.note {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  scroll-margin-top: 110px;
}
.note summary {
  display: grid;
  grid-template-columns: 34px 1fr 24px;
  align-items: center;
  gap: 21px;
  padding: 24px 28px;
  list-style: none;
}
.note summary::-webkit-details-marker,
.faq-list summary::-webkit-details-marker {
  display: none;
}
.note-number {
  font-size: 15px;
  font-weight: 650;
  color: #63754b;
}
.note-summary small {
  display: block;
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 6px;
}
.note-summary > span {
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.025em;
}
.plus {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.plus:before,
.plus:after {
  content: "";
  position: absolute;
  background: currentColor;
}
.plus:before {
  height: 2px;
  width: 18px;
  top: 9px;
  left: 1px;
}
.plus:after {
  height: 18px;
  width: 2px;
  top: 1px;
  left: 9px;
  transition: transform 0.18s;
}
details[open] > summary .plus:after {
  transform: rotate(90deg);
}
.note[open] summary {
  background: #eef2e6;
}
.note summary:hover {
  background: #f1f4ec;
}
.note-body {
  padding: 26px 54px 32px;
  max-width: 1000px;
}
.note-intro {
  font-size: 18px;
  line-height: 1.85;
}
.note-body ol {
  padding-left: 24px;
  margin: 25px 0;
  display: grid;
  gap: 20px;
}
.note-body li {
  padding-left: 7px;
}
.note-body strong {
  font-size: 18px;
}
.note-body li p {
  font-size: 17px;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.85;
}
.note-caution,
.notes-disclaimer {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
}
.note-caution {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.note-body .text-link {
  margin-top: 20px;
}
.notes-disclaimer {
  margin-top: 20px;
}
.notes-blog-link {
  margin-top: 14px;
}
.cases-section {
  padding-top: 30px;
}
.cases-list {
  margin-top: 34px;
}
.case-card {
  display: grid;
  gap: 8px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  transition: transform 0.18s, box-shadow 0.18s;
}
.case-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px #35442712;
}
.case-card strong {
  font-size: 23px;
}
.case-card > span,
.case-card small,
.cases-disclaimer {
  color: var(--muted);
}
.case-card > span {
  font-size: 16px;
}
.case-card small {
  margin-top: 8px;
  font-weight: 700;
}
.cases-disclaimer {
  margin-top: 16px;
  font-size: 14px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 65px;
  padding-bottom: 87px;
}
.faq-section h2 {
  margin-top: 20px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  list-style: none;
  min-height: 73px;
  padding-block: 15px;
  font-weight: 600;
  font-size: 18px;
}
.faq-list p {
  font-size: 17px;
  color: var(--muted);
  padding: 3px 0 23px;
  line-height: 1.85;
}
.contact-section {
  background: var(--green);
  padding-block: 75px;
}
.consult-page {
  display: block;
  max-width: 820px;
  padding-block: 54px 82px;
}
.consult-intro {
  max-width: none;
  padding: 32px 36px;
  background: var(--green);
  border-radius: 28px;
}
.consult-intro h1 {
  margin-top: 12px;
  font-size: clamp(38px, 3.6vw, 46px);
  line-height: 1.16;
  letter-spacing: -0.05em;
}
.consult-intro h1 span {
  color: #5c8442;
}
.consult-intro > p {
  margin-top: 16px;
  max-width: 650px;
  font-size: 18px;
}
.consult-reassurance {
  display: grid;
  gap: 0;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #9ebd7e;
  border-bottom: 1px solid #9ebd7e;
}
.consult-reassurance li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  column-gap: 10px;
  padding: 13px 0;
}
.consult-reassurance li::before {
  content: "✳";
  grid-row: 1 / span 2;
  align-self: center;
  color: #5c8442;
  font-size: 17px;
  line-height: 1;
}
.consult-reassurance li + li {
  border-top: 1px solid #9ebd7e;
}
.consult-reassurance strong,
.consult-reassurance span {
  display: block;
}
.consult-reassurance strong {
  grid-column: 2;
  font-size: 16px;
}
.consult-reassurance span,
.consult-email {
  color: var(--muted);
  font-size: 15px;
}
.consult-reassurance span {
  grid-column: 2;
  margin-top: 4px;
}
.consult-email a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.consult-intro .contact-actions {
  margin-top: 18px;
}
.consult-form-card {
  margin-top: 18px;
  padding: 38px;
  border: 1px solid #e1e6dc;
  border-radius: 28px;
  box-shadow: 0 14px 42px #31432a0d;
}
.consult-form-card .form-heading {
  padding-bottom: 23px;
  margin-bottom: 27px;
  border-bottom: 1px solid var(--line);
}
.consult-form-card .form-heading h2 {
  font-size: 34px;
}
.consult-page .form-grid {
  grid-template-columns: 1fr;
  gap: 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 55px;
  align-items: start;
}
.contact-copy {
  padding-top: 15px;
}
.contact-copy h2 {
  margin-top: 24px;
  font-size: 43px;
}
.contact-copy > p {
  margin-top: 22px;
  font-size: 19px;
}
.contact-steps {
  padding: 0;
  margin: 38px 0;
  list-style: none;
  display: grid;
  gap: 25px;
}
.contact-steps li {
  display: flex;
  gap: 15px;
}
.contact-steps li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff85;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
  font-weight: 650;
}
.contact-steps strong {
  font-size: 18px;
}
.contact-steps p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 3px;
}
.contact-alternative {
  padding-top: 26px;
  border-top: 1px solid #a7bd81;
}
.contact-copy > .contact-actions {
  margin: -8px 0 28px;
}
.contact-guide {
  margin: 0 0 28px;
  padding: 20px;
  border: 1px solid #a7bd81;
  border-radius: 18px;
  background: #ffffff78;
}
.contact-guide h3 {
  margin-top: 10px;
  font-size: 22px;
}
.contact-guide dl {
  margin: 15px 0 0;
}
.contact-guide dl > div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid #b8c990;
}
.contact-guide dt {
  font-weight: 700;
}
.contact-guide dd {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.contact-guide > p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}
.contact-alternative > p {
  font-size: 16px;
}
.contact-alternative > a {
  display: block;
  width: fit-content;
  font-size: 19px;
  overflow-wrap: anywhere;
  margin-top: 6px;
  border-bottom: 1px solid var(--ink);
}
[data-copy-email] {
  display: block;
  min-height: 44px;
  background: none;
  border: 0;
  padding: 9px 0;
  font-size: 15px;
}
.form-card {
  background: #fff;
  border-radius: 25px;
  padding: 31px;
  box-shadow: 0 7px 25px #35442708;
}
.form-heading h3 {
  font-size: 30px;
  margin-top: 12px;
  letter-spacing: -0.04em;
}
.form-heading > p {
  font-size: 16px;
  color: var(--muted);
  margin: 8px 0 25px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.field {
  margin-bottom: 18px;
  min-width: 0;
}
.field label,
.topics legend {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.field label small {
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
  margin-left: 5px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #b9c5b5;
  border-radius: 10px;
  padding: 13px 12px;
  min-height: 51px;
  font-size: 16px;
  background: #fff;
  color: var(--ink);
}
.field textarea {
  resize: vertical;
  min-height: 117px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #778171;
}
.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border: 2px solid #b13731;
}
.field-error {
  font-size: 14px;
  color: #a02c26;
  margin-top: 5px;
}
.field-error:empty {
  display: none;
}
.field-help,
.form-footnote,
.service-status {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  margin-top: 8px;
}
.topics {
  border: 0;
  margin: 1px 0 20px;
  padding: 0;
}
.topic-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.topic-options label {
  position: relative;
  cursor: pointer;
}
.topic-options input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
}
.topic-options span {
  display: block;
  padding: 9px 12px;
  min-height: 45px;
  border: 1px solid #bac7b4;
  border-radius: 999px;
  font-size: 15px;
}
.topic-options input:checked + span {
  background: var(--dark);
  color: #fff;
  border-color: var(--dark);
}
.topic-options input:focus-visible + span {
  outline: 3px solid #7754b1;
  outline-offset: 3px;
}
.consent-check {
  display: flex;
  gap: 11px;
  font-size: 15px;
  line-height: 1.8;
  align-items: flex-start;
}
.consent-check input {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  accent-color: var(--dark);
  margin: 4px 0;
}
.consent-check a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
#challenge {
  margin-top: 15px;
  max-width: 100%;
  overflow: hidden;
}
.submit-button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 17px;
  min-height: 57px;
}
.submit-status {
  margin-top: 13px;
  font-size: 16px;
  line-height: 1.8;
}
.submit-status:empty {
  display: none;
}
.submit-status.success {
  border: 1px solid #8ca37c;
  padding: 14px;
  border-radius: 12px;
  background: #eef6e7;
}
.submit-status.error {
  color: #a02c26;
}
.service-status:empty {
  display: none;
}
.site-footer {
  padding-block: 40px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
}
.footer-main p {
  font-size: 16px;
}
.footer-profile {
  display: grid;
  gap: 3px;
}
.footer-contact {
  color: var(--muted);
  font-size: 14px;
}
.footer-contact a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-main strong {
  font-weight: 600;
}
.footer-meta {
  border-top: 1px solid var(--line);
  padding-top: 21px;
  margin-top: 30px;
  display: flex;
  gap: 15px 25px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  color: var(--muted);
}
.footer-meta button {
  font-size: 14px;
  background: none;
  border: 0;
  min-height: 44px;
  padding: 5px 0;
}
.footer-meta > p {
  width: 100%;
  font-size: 14px;
}
.mobile-dock {
  display: none;
}
.not-found {
  min-height: 55vh;
  padding-block: 110px;
}
.not-found h1 {
  margin-top: 18px;
  font-size: clamp(36px, 5vw, 58px);
}
.not-found > p {
  margin-top: 16px;
  color: var(--muted);
}
.not-found .contact-actions {
  margin-top: 30px;
}
.toast:empty {
  display: none;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  background: var(--ink);
  color: #fff;
  border-radius: 12px;
  padding: 13px 20px;
  width: max-content;
  max-width: calc(100% - 32px);
  box-shadow: 0 7px 24px #0002;
  font-size: 16px;
}
.consent-panel {
  position: fixed;
  z-index: 35;
  left: 20px;
  bottom: 20px;
  width: min(430px, calc(100% - 40px));
  padding: 23px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 10px 40px #0002;
}
.consent-panel p {
  font-size: 15px;
  line-height: 1.8;
}
.consent-panel div {
  display: flex;
  gap: 10px;
  margin-top: 17px;
}
.consent-panel button {
  font-size: 15px;
  flex: 1;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--paper);
  min-height: 47px;
}
.consent-panel button:last-child {
  background: var(--dark);
  color: #fff;
}
.mobile-only {
  display: none;
}
/* The social hub is a standalone entry point, not a list of unfinished channels. */
.links-shell {
  width: min(640px, calc(100% - 36px));
  margin: auto;
  padding-top: 27px;
}
.links-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.share-button {
  border: 1px solid var(--line);
  padding: 10px 16px;
  border-radius: 999px;
  background: white;
  min-height: 46px;
  font-size: 16px;
}
.links-cover {
  height: 160px;
  border-radius: 24px;
  background: var(--green);
  padding: 23px 28px;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
}
.links-cover i {
  font-style: normal;
  font-size: 100px;
  color: #76934b;
  align-self: center;
  line-height: 1;
}
.links-profile {
  position: relative;
  padding: 0 20px;
  margin-top: -46px;
}
.links-profile > img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 5px solid var(--paper);
  object-fit: cover;
  object-position: center 8%;
  background: white;
}
.links-profile h1 {
  font-size: 32px;
  letter-spacing: -0.04em;
  margin-top: 12px;
  line-height: 1.4;
}
.links-profile h1 small {
  font-size: 18px;
  font-weight: 450;
}
.links-profile > p {
  font-size: 18px;
  margin-top: 6px;
}
.links-profile > span {
  font-size: 15px;
  color: var(--muted);
  display: block;
  margin-top: 5px;
}
.profile-chips {
  display: flex;
  gap: 8px;
  margin-top: 15px;
  flex-wrap: wrap;
}
.profile-chips > span {
  background: #e9eddf;
  border-radius: 999px;
  font-size: 14px;
  padding: 5px 12px;
}
.featured-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 27px;
  padding: 25px;
  border-radius: 21px;
  background: var(--dark);
  color: #fff;
}
.featured-link .pill {
  background: #42644e;
  font-size: 12px;
}
.featured-link strong {
  display: block;
  font-size: 26px;
  margin-top: 11px;
}
.featured-link p {
  font-size: 15px;
  margin-top: 6px;
  color: #dce7d9;
}
.featured-link > span {
  font-size: 28px;
}
.link-directory {
  display: grid;
  gap: 24px;
  margin-top: 28px;
}
.link-group {
  display: grid;
  gap: 12px;
}
.link-group-label {
  margin: 0 3px 1px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.link-group > a {
  display: grid;
  grid-template-columns: 54px 1fr 24px;
  gap: 16px;
  align-items: center;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
  transition: transform 0.18s;
}
.link-group > a:hover {
  transform: translateY(-3px);
}
.link-icon {
  display: flex;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  font-size: 29px;
}
.link-directory strong {
  display: block;
  font-size: 19px;
  line-height: 1.25;
}
.link-directory small {
  display: block;
  font-size: 14px;
  color: var(--muted);
  margin-top: 4px;
}
.links-email {
  padding: 24px;
  margin-top: 23px;
  background: var(--lilac);
  border-radius: 20px;
}
.links-email p {
  font-size: 16px;
  font-weight: 600;
}
.links-email > a {
  display: block;
  width: fit-content;
  font-size: 18px;
  margin-top: 6px;
  overflow-wrap: anywhere;
  text-decoration: underline;
}
.links-notice {
  font-size: 14px;
  color: var(--muted);
  padding: 20px 8px;
}
.links-shell + .site-footer {
  max-width: 640px;
}
.links-shell + .site-footer .footer-main {
  display: flex;
}
.legal-page {
  max-width: 850px;
  padding-block: 65px;
}
.legal-page h1 {
  font-size: 40px;
  line-height: 1.35;
}
.legal-page h2 {
  font-size: 26px;
  margin-top: 35px;
}
.legal-page p,
.legal-page li {
  font-size: 17px;
  margin-top: 13px;
  line-height: 1.9;
}
.legal-page a {
  text-decoration: underline;
}
.legal-page table {
  border-collapse: collapse;
  width: 100%;
  margin-block: 22px;
  font-size: 16px;
}
.legal-page th,
.legal-page td {
  padding: 15px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
@media (max-width: 1050px) {
  .shell {
    width: calc(100% - 48px);
  }
  .hero-copy {
    padding: 30px;
  }
  .hero-copy h1 {
    font-size: 55px;
  }
  .hero-copy h1 i {
    right: -54px;
    font-size: 35px;
  }
  .hero-image {
    min-height: 570px;
  }
  .hero-image figcaption {
    display: block;
  }
  .hero-image figcaption > span {
    display: block;
  }
  .header-inner nav {
    gap: 19px;
    font-size: 15px;
  }
  .hero-actions {
    gap: 9px;
  }
  .hero-actions .button {
    font-size: 16px;
    padding: 12px 15px;
  }
  .journal-grid {
    gap: 36px;
  }
  .contact-grid {
    gap: 28px;
    grid-template-columns: 0.7fr 1fr;
  }
  .contact-copy h2 {
    font-size: 35px;
  }
  .form-card {
    padding: 26px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .topic-options span {
    padding: 8px 12px;
  }
  .faq-section {
    gap: 35px;
  }
  .profile-facts {
    padding-inline: 25px;
  }
}
@media (max-width: 767px) {
  .header-inner {
    min-height: 64px;
  }
  .header-inner nav,
  .header-inner > .button.small {
    display: none;
  }
  .mobile-menu-toggle {
    display: grid;
    place-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
  }
  .mobile-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--ink);
  }
  .mobile-menu {
    display: grid;
    position: fixed;
    z-index: 14;
    inset: 64px 0 0;
    align-content: start;
    gap: 0;
    padding: 28px 32px;
    background: #f7f8f2fa;
    backdrop-filter: blur(14px);
  }
  .mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 58px;
    border-bottom: 1px solid var(--line);
    font-weight: 650;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  html {
    scroll-padding-top: 88px;
  }
  .shell {
    width: calc(100% - 36px);
  }
  body {
    font-size: 17px;
  }
  .header-inner {
    min-height: 76px;
    gap: 12px;
  }
  .wordmark {
    font-size: 21px;
  }
  .wordmark i {
    font-size: 24px;
    margin-left: 5px;
  }
  .header-inner nav {
    display: none;
  }
  .button.small {
    font-size: 15px;
    padding: 9px 14px;
    min-height: 45px;
  }
  .creator-hero {
    padding-top: 22px;
  }
  .profile-eyebrow {
    margin-bottom: 17px;
  }
  .profile-eyebrow strong {
    font-size: 17px;
  }
  .profile-eyebrow div > span {
    font-size: 13px;
  }
  .profile-tag {
    font-size: 11px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .hero-copy {
    padding: 29px 26px;
    border-radius: 23px;
  }
  .hero-copy .pill {
    font-size: 13px;
  }
  .hero-copy h1 {
    font-size: 51px;
    margin-top: 21px;
    line-height: 1.19;
  }
  .hero-copy h1 br:nth-of-type(2) {
    display: block;
  }
  .hero-copy h1 i {
    right: 0;
    bottom: 7px;
    font-size: 34px;
  }
  .hero-copy > p {
    font-size: 18px;
    margin-top: 24px;
  }
  .hero-actions {
    padding-top: 24px;
    width: 100%;
    gap: 9px;
  }
  .hero-actions .button {
    flex: 1;
    white-space: nowrap;
    font-size: 15px;
    padding: 12px 11px;
  }
  .hero-image {
    min-height: 0;
    aspect-ratio: 1/0.94;
    border-radius: 23px;
  }
  .hero-image > picture img {
    object-position: center 18%;
  }
  .hero-image figcaption {
    display: flex;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 11px 15px;
  }
  .hero-image figcaption strong {
    font-size: 23px;
  }
  .hero-image figcaption > span {
    font-size: 10px;
  }
  .hero-image figcaption small {
    font-size: 13px;
  }
  .photo-sticker {
    font-size: 20px;
    top: 16px;
    right: 15px;
    padding: 13px;
  }
  .story-nav {
    justify-content: flex-start;
    gap: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 24px 6px 12px;
    scrollbar-width: thin;
  }
  .story-nav > a {
    min-width: 74px;
    font-size: 14px;
    gap: 9px;
  }
  .story-circle {
    width: 65px;
    height: 65px;
    font-size: 27px;
  }
  .story-circle.green {
    font-size: 19px;
  }
  .section {
    padding-block: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading h2 {
    font-size: 33px;
    margin-top: 17px;
  }
  .section-heading > p {
    margin-top: 18px;
    font-size: 17px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .about-statement {
    padding: 27px;
  }
  .about-statement h3 {
    font-size: 28px;
    margin-top: 17px;
  }
  .about-statement p {
    font-size: 17px;
  }
  .profile-facts {
    padding: 10px 23px;
  }
  .profile-facts > div {
    grid-template-columns: 65px 1fr;
    gap: 12px;
    padding: 21px 0;
  }
  .profile-facts > div > span {
    font-size: 14px;
  }
  .profile-facts p {
    font-size: 16px;
  }
  .journal-section {
    padding-block: 44px;
  }
  .journal-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .life-photo {
    transform: rotate(-1deg);
    margin-inline: 4px;
    padding: 10px 10px 0;
  }
  .life-photo-crop {
    aspect-ratio: 1/1.04;
  }
  .life-photo figcaption {
    font-size: 15px;
  }
  .journal-copy h2 {
    font-size: 33px;
    margin-top: 20px;
  }
  .journal-copy > p {
    font-size: 18px;
    margin-top: 17px;
  }
  .channel-tiles {
    gap: 11px;
    margin-top: 23px;
  }
  .channel-tiles > a {
    padding: 20px 16px;
  }
  .channel-tiles strong {
    font-size: 20px;
  }
  .channel-tiles a > span:not(.channel-icon):not(.sr-only) {
    font-size: 13px;
  }
  .text-link {
    font-size: 16px;
  }
  .note summary {
    padding: 21px 18px;
    grid-template-columns: 22px 1fr 19px;
    gap: 11px;
  }
  .note-summary > span {
    font-size: 19px;
    line-height: 1.55;
    display: block;
  }
  .note-summary small {
    font-size: 14px;
  }
  .note-body {
    padding: 22px 23px 27px;
  }
  .note-intro,
  .note-body strong {
    font-size: 17px;
  }
  .note-body li p {
    font-size: 16px;
  }
  .note-body ol {
    padding-left: 20px;
  }
  .note-caution,
  .notes-disclaimer {
    font-size: 14px;
  }
  .note-body .text-link {
    font-size: 15px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 58px;
  }
  .faq-section h2 {
    font-size: 32px;
  }
  .faq-list summary {
    font-size: 18px;
  }
  .faq-list p {
    font-size: 16px;
  }
  .contact-section {
    padding-block: 49px;
  }
  .consult-page {
    padding-block: 42px 62px;
  }
  .consult-intro {
    padding: 29px 26px;
    border-radius: 23px;
  }
  .consult-intro h1 {
    font-size: 39px;
  }
  .consult-intro > p {
    font-size: 17px;
  }
  .consult-reassurance {
    margin-top: 25px;
  }
  .consult-form-card {
    margin-top: 13px;
    padding: 26px 22px;
    border-radius: 23px;
  }
  .consult-form-card .form-heading {
    padding-bottom: 19px;
    margin-bottom: 23px;
  }
  .consult-form-card .form-heading h2 {
    font-size: 30px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .contact-copy {
    padding-top: 0;
  }
  .contact-copy h2 {
    font-size: 37px;
    margin-top: 22px;
  }
  .contact-copy > p {
    font-size: 18px;
  }
  .contact-steps {
    gap: 21px;
    margin-block: 29px;
  }
  .contact-steps p {
    font-size: 16px;
  }
  .contact-alternative {
    padding-top: 23px;
  }
  .form-card {
    padding: 26px 22px;
    border-radius: 23px;
  }
  .form-heading h3 {
    font-size: 29px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field {
    margin-bottom: 20px;
  }
  .field label,
  .topics legend {
    font-size: 17px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 17px;
    padding: 14px 12px;
    min-height: 54px;
  }
  .topic-options {
    gap: 7px;
  }
  .topic-options span {
    font-size: 15px;
    padding: 9px 13px;
  }
  .consent-check {
    font-size: 15px;
  }
  .field-help,
  .form-footnote,
  .service-status {
    font-size: 14px;
  }
  .submit-button {
    font-size: 18px;
  }
  .site-footer {
    padding-block: 32px 108px;
  }
  .footer-main {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-main p {
    font-size: 15px;
    width: 100%;
    order: 3;
  }
  .footer-main .text-link {
    margin-left: auto;
    font-size: 14px;
  }
  .footer-meta {
    gap: 12px 19px;
    font-size: 13px;
  }
  .footer-meta p {
    font-size: 13px;
  }
  .mobile-dock {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    gap: 10px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: #f7f8f2f2;
    border-top: 1px solid var(--line);
    backdrop-filter: blur(12px);
  }
  .mobile-dock a {
    padding: 12px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 650;
    min-height: 48px;
    border-radius: 12px;
    background: #e9eedf;
  }
  .mobile-dock a:last-child {
    background: var(--ink);
    color: #fff;
  }
  .toast {
    bottom: 94px;
    font-size: 15px;
  }
  .consent-panel {
    bottom: 90px;
    left: 14px;
    width: calc(100% - 28px);
    padding: 20px;
  }
  .links-top .wordmark {
    font-size: 22px;
  }
  .links-shell {
    padding-top: 21px;
  }
  .links-cover {
    height: 151px;
    font-size: 21px;
    padding: 22px;
  }
  .links-profile {
    padding-inline: 13px;
  }
  .links-profile h1 {
    font-size: 31px;
  }
  .featured-link {
    padding: 22px;
  }
  .featured-link strong {
    font-size: 25px;
  }
  .link-group > a {
    gap: 13px;
    padding: 17px 15px;
  }
  .link-directory strong {
    font-size: 18px;
  }
  .link-directory small {
    font-size: 14px;
  }
  .links-shell + .site-footer {
    padding-bottom: 30px;
  }
  .legal-page {
    padding-block: 44px;
  }
  .legal-page h1 {
    font-size: 34px;
  }
  .legal-page table {
    font-size: 14px;
  }
  .legal-page th,
  .legal-page td {
    padding: 11px;
  }
  .mobile-only {
    display: block;
  }
}
@media (max-width: 380px) {
  .hero-copy {
    padding: 25px 21px;
  }
  .hero-copy h1 {
    font-size: 44px;
  }
  .hero-copy h1 i {
    display: none;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .button {
    font-size: 16px;
  }
  .hero-image figcaption {
    display: block;
  }
  .hero-image figcaption > span {
    font-size: 10px;
  }
  .profile-tag {
    display: none;
  }
  .channel-tiles {
    grid-template-columns: 1fr;
  }
  .channel-tiles > a {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 0 12px;
  }
  .channel-tiles strong {
    margin-top: 0;
  }
  .channel-tiles a > span:last-of-type:not(.sr-only) {
    grid-column: 2;
  }
  .form-card {
    padding: 24px 18px;
  }
  .profile-facts > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .link-group > a {
    grid-template-columns: 44px 1fr 18px;
    gap: 11px;
  }
  .link-icon {
    width: 44px;
    height: 44px;
  }
  .link-directory small {
    font-size: 13px;
  }
  .links-email {
    padding: 20px;
  }
  .links-email > a {
    font-size: 16px;
  }
  .featured-link > span {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}

/* 상담 준비를 먼저, 일상 채널 다음에 FAQ를 배치합니다. */
.journal-section + .faq-section {
  padding-top: 72px;
}
#contact + .journal-section {
  padding-block: 54px;
}
#contact + .journal-section .journal-grid {
  grid-template-columns: minmax(220px, 0.65fr) 1fr;
  max-width: 980px;
}
#contact + .journal-section .life-photo {
  max-width: 330px;
}
@media (max-width: 767px) {
  .career-section {
    padding-bottom: 38px;
  }
  .notes-section {
    padding-top: 38px;
  }
  #contact + .journal-section {
    padding-block: 38px;
  }
  #contact + .journal-section .journal-grid {
    grid-template-columns: 1fr;
  }
  .journal-section + .faq-section {
    padding-top: 54px;
  }
  .links-cover {
    font-size: 21px;
    line-height: 1.5;
  }
}
