:root {
  --story-primary: #006c45;
  --story-primary-dark: #004f33;
  --story-primary-deep: #073d2c;
  --story-primary-soft: #eaf5f0;
  --story-gold: #dca43a;
  --story-gold-soft: #fff3d9;
  --story-ink: #17241e;
  --story-copy: #46554d;
  --story-muted: #6f7d75;
  --story-line: #e6d7b9;
  --story-line-green: #cfe0d7;
  --story-cream: #fffcf5;
  --story-surface: #fffefa;
  --story-white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--story-cream);
  color: var(--story-ink);
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  font-size: 16px;
  margin: 0;
}

.service-page {
  overflow: hidden;
}

.service-page h1,
.service-page h2,
.service-page h3,
.service-page p,
.service-page li {
  overflow-wrap: break-word;
  word-break: keep-all;
}

.service-shell {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.story-section {
  padding: 116px 0;
}

.story-label {
  align-items: center;
  border: 1px solid rgba(0, 108, 69, .3);
  border-radius: 999px;
  color: var(--story-primary-dark);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.02em;
  padding: 9px 15px;
}

.story-kicker {
  color: var(--story-primary);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.03em;
  margin: 11px 0 0;
}

.story-section-number {
  align-items: center;
  background: var(--story-primary);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.story-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 12px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  gap: 11px;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.story-button:hover {
  transform: translateY(-2px);
}

.story-button svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.story-button--primary {
  background: linear-gradient(135deg, #08764d, #005236);
  box-shadow: 0 13px 28px rgba(0, 84, 52, .2);
  color: #fff;
}

.story-button--ghost {
  background: rgba(255, 255, 255, .62);
  border-color: #cda85d;
  color: #765413;
}

.story-hero {
  background:
    radial-gradient(circle at 92% 9%, rgba(226, 175, 73, .15), transparent 29%),
    linear-gradient(180deg, #fffefa, #fffaf0);
  border-bottom: 1px solid #f0e4cc;
  padding: 50px 0 34px;
}

.story-hero__panel {
  border: 1px solid #e8d8b7;
  border-radius: 34px 110px 34px 34px;
  box-shadow: 0 22px 60px rgba(60, 48, 25, .08);
  min-height: 540px;
  overflow: hidden;
  position: relative;
}

.story-hero__image,
.story-hero__shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.story-hero__image {
  object-fit: cover;
  object-position: center;
}

.story-hero__shade {
  background:
    linear-gradient(90deg, rgba(255, 253, 247, .99) 0%, rgba(255, 253, 247, .95) 36%, rgba(255, 253, 247, .68) 48%, rgba(255, 253, 247, .05) 69%),
    linear-gradient(0deg, rgba(255, 253, 247, .12), transparent 40%);
}

.story-hero__copy {
  max-width: 650px;
  padding: 64px 0 58px 56px;
  position: relative;
  z-index: 1;
}

.story-hero h1 {
  font-size: clamp(45px, 4.6vw, 66px);
  letter-spacing: -.075em;
  line-height: 1.12;
  margin: 25px 0 23px;
}

.story-hero h1 strong {
  color: var(--story-primary);
  font-weight: 900;
}

.story-hero__copy > p {
  color: var(--story-copy);
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}

.story-hero__reason {
  align-items: baseline;
  border-left: 4px solid var(--story-gold);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
  padding: 6px 0 6px 16px;
}

.story-hero__reason span {
  color: var(--story-muted);
  font-size: 16px;
  font-weight: 700;
}

.story-hero__reason strong {
  color: var(--story-primary-dark);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.045em;
}

.story-hero__promise {
  align-items: center;
  color: #526159;
  display: flex;
  font-size: 15px;
  font-weight: 650;
  gap: 11px;
  justify-content: center;
  margin: 22px 0 0;
}

.story-hero__promise span {
  background: var(--story-gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(220, 164, 58, .13);
  height: 7px;
  width: 7px;
}

.story-origin {
  background: #fffefa;
}

.story-origin__intro {
  align-items: start;
  display: grid;
  gap: 52px;
  grid-template-columns: 170px 1fr;
}

.story-origin__intro h2 {
  font-size: clamp(35px, 4vw, 52px);
  letter-spacing: -.065em;
  line-height: 1.3;
  margin: -8px 0 0;
  max-width: 800px;
}

.story-origin__body {
  border-top: 1px solid var(--story-line);
  display: grid;
  gap: 70px;
  grid-template-columns: .95fr 1.05fr;
  margin: 62px 0 0 170px;
  padding-top: 44px;
}

.story-origin__lead {
  color: var(--story-copy);
  font-size: 19px;
  line-height: 1.9;
  margin: 0;
}

.story-origin__lead strong {
  color: var(--story-primary-dark);
  font-weight: 850;
}

.story-origin__questions {
  border-top: 1px solid #dce5e0;
}

.story-origin__questions p {
  align-items: center;
  border-bottom: 1px solid #dce5e0;
  color: #33433a;
  display: grid;
  font-size: 17px;
  font-weight: 720;
  gap: 16px;
  grid-template-columns: 34px 1fr;
  line-height: 1.55;
  margin: 0;
  min-height: 68px;
}

.story-origin__questions span {
  color: var(--story-gold);
  font-size: 13px;
  font-weight: 900;
}

.story-manifesto {
  align-items: center;
  background:
    radial-gradient(circle at 87% 20%, rgba(223, 173, 73, .18), transparent 26%),
    var(--story-primary-deep);
  border-radius: 28px;
  color: #fff;
  display: grid;
  gap: 65px;
  grid-template-columns: .9fr 1.1fr;
  margin-top: 72px;
  min-height: 270px;
  overflow: hidden;
  padding: 48px 60px;
  position: relative;
}

.story-manifesto::after {
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  content: "";
  height: 250px;
  position: absolute;
  right: -70px;
  top: -90px;
  width: 250px;
}

.story-manifesto > p {
  color: #fff;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: 1.45;
  margin: 0;
}

.story-manifesto > div {
  border-left: 1px solid rgba(255, 255, 255, .24);
  display: grid;
  gap: 16px;
  padding-left: 44px;
}

.story-manifesto strong {
  color: #f3c56f;
  font-size: 20px;
}

.story-manifesto span {
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 1.85;
}

.story-preparation {
  background: linear-gradient(180deg, #f7f3e9 0%, #fffdf8 100%);
}

.story-heading {
  display: grid;
  gap: 40px;
  grid-template-columns: 170px minmax(0, 1.25fr) minmax(280px, .75fr);
}

.story-heading h2 {
  font-size: clamp(33px, 3.5vw, 46px);
  letter-spacing: -.06em;
  line-height: 1.32;
  margin: -7px 0 0;
}

.story-heading h2 strong {
  color: var(--story-primary);
}

.story-heading > p {
  color: var(--story-copy);
  font-size: 17px;
  line-height: 1.85;
  margin: 1px 0 0;
}

.story-preparation__canvas {
  align-items: stretch;
  background: rgba(255, 255, 255, .86);
  border: 1px solid var(--story-line);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(59, 49, 28, .06);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 76px 1.08fr;
  margin-top: 60px;
  padding: 38px;
}

.story-canvas-label {
  color: var(--story-primary);
  font-size: 15px;
  font-weight: 850;
  margin: 0 0 17px;
}

.story-inputs {
  display: flex;
  flex-direction: column;
}

.story-inputs article {
  align-items: center;
  background: #fff;
  border: 1px solid #dde7e2;
  border-radius: 16px;
  display: grid;
  gap: 15px;
  grid-template-columns: 60px 1fr auto;
  min-height: 100px;
  padding: 15px 18px;
}

.story-inputs article + article {
  margin-top: 12px;
}

.story-inputs img {
  height: 60px;
  object-fit: contain;
  width: 60px;
}

.story-inputs article div {
  display: grid;
  gap: 7px;
}

.story-inputs strong {
  font-size: 18px;
}

.story-inputs article span {
  color: var(--story-muted);
  font-size: 14px;
}

.story-inputs article b {
  background: var(--story-primary-soft);
  border-radius: 999px;
  color: var(--story-primary);
  font-size: 13px;
  padding: 7px 10px;
}

.story-plus {
  align-items: center;
  color: var(--story-gold);
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}

.story-plus span {
  background: #e7d5ae;
  height: 54px;
  width: 1px;
}

.story-plus b {
  align-items: center;
  border: 1px solid #e3bd6b;
  border-radius: 50%;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.story-knowledge {
  background: linear-gradient(140deg, #f0f8f4, #fff);
  border: 1px solid #cfe1d8;
  border-radius: 18px;
  padding: 24px 27px;
}

.story-knowledge ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.story-knowledge li {
  align-items: center;
  border-top: 1px solid #dce8e2;
  display: grid;
  gap: 16px;
  grid-template-columns: 54px 1fr;
  min-height: 55px;
}

.story-knowledge li span {
  color: var(--story-gold);
  font-size: 14px;
  font-weight: 900;
}

.story-knowledge li strong {
  color: #33433a;
  font-size: 15px;
  line-height: 1.45;
}

.story-preparation__result {
  align-items: center;
  background: #fff;
  border: 1px solid #d8e3dd;
  border-radius: 0 0 20px 20px;
  display: flex;
  gap: 20px;
  margin: 0 34px;
  min-height: 82px;
  padding: 16px 26px;
}

.story-preparation__result > span {
  color: var(--story-primary);
  font-size: 14px;
  font-weight: 850;
  margin-right: auto;
}

.story-preparation__result p {
  color: var(--story-copy);
  font-size: 15px;
  font-weight: 750;
  margin: 0;
  white-space: nowrap;
}

.story-preparation__result svg {
  fill: none;
  height: 18px;
  stroke: #d3a849;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 60px;
}

.story-preparation__result strong {
  border-left: 1px solid #dce5e0;
  color: var(--story-primary-dark);
  font-size: 16px;
  padding-left: 22px;
}

.story-clarity {
  background:
    radial-gradient(circle at 14% 16%, rgba(230, 184, 92, .15), transparent 23%),
    var(--story-primary-deep);
  color: #fff;
}

.story-heading--light h2 {
  color: #fff;
}

.story-heading--light h2 strong,
.story-heading--light .story-kicker {
  color: #f0c66f;
}

.story-heading--light > p {
  color: rgba(255, 255, 255, .72);
}

.story-heading--light .story-section-number {
  background: #f0c66f;
  color: var(--story-primary-deep);
}

.story-clarity__flow {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 82px 1fr 82px 1fr;
  margin-top: 64px;
}

.story-clarity__flow article {
  border-top: 1px solid rgba(255, 255, 255, .23);
  min-height: 220px;
  padding: 29px 8px 18px 0;
}

.story-clarity__flow article span {
  color: #f0c66f;
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 14px;
}

.story-clarity__flow article strong {
  color: #fff;
  font-size: 23px;
  letter-spacing: -.04em;
}

.story-clarity__flow article p {
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.8;
  margin: 16px 0 0;
}

.story-clarity__flow i {
  align-self: start;
  border-top: 1px solid #b69556;
  display: block;
  margin: 78px 18px 0;
  position: relative;
}

.story-clarity__flow i::after {
  border-right: 1px solid #b69556;
  border-top: 1px solid #b69556;
  content: "";
  height: 7px;
  position: absolute;
  right: 0;
  top: -4px;
  transform: rotate(45deg);
  width: 7px;
}

.story-clarity__closing {
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .73);
  font-size: 21px;
  line-height: 1.7;
  margin: 38px 0 0;
  padding-top: 35px;
  text-align: center;
}

.story-clarity__closing strong {
  color: #fff;
}

.story-experts {
  background: #fffefa;
}

.story-experts__grid {
  display: grid;
  gap: 75px;
  grid-template-columns: .78fr 1.22fr;
}

.story-experts__statement {
  padding-top: 6px;
}

.story-experts__statement h2 {
  font-size: clamp(36px, 4vw, 52px);
  letter-spacing: -.065em;
  line-height: 1.25;
  margin: 23px 0 22px;
}

.story-experts__statement h2 strong {
  color: var(--story-primary);
}

.story-experts__statement > p:last-child {
  border-left: 3px solid var(--story-gold);
  color: var(--story-copy);
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  padding-left: 17px;
}

.story-experts__roles {
  border-bottom: 1px solid #dce4df;
  border-top: 1px solid #dce4df;
}

.story-experts__roles article {
  display: grid;
  gap: 34px;
  grid-template-columns: .85fr 1.15fr;
  padding: 34px 0;
}

.story-experts__roles article + article {
  border-top: 1px solid #dce4df;
}

.story-role-title {
  align-items: center;
  display: grid;
  gap: 15px;
  grid-template-columns: 62px 1fr;
}

.story-role-title img {
  height: 58px;
  object-fit: contain;
  width: 62px;
}

.story-role-title div {
  display: grid;
  gap: 7px;
}

.story-role-title span {
  color: var(--story-muted);
  font-size: 14px;
  font-weight: 700;
}

.story-role-title strong {
  color: var(--story-primary-dark);
  font-size: 19px;
}

.story-experts__roles ul {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.story-experts__roles li {
  color: var(--story-copy);
  font-size: 15px;
  line-height: 1.55;
  padding-left: 17px;
  position: relative;
}

.story-experts__roles li::before {
  background: var(--story-gold);
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: .7em;
  width: 5px;
}

.story-closing {
  background:
    radial-gradient(circle at 92% 20%, rgba(231, 187, 97, .2), transparent 24%),
    #075338;
  color: #fff;
}

.story-closing__inner {
  align-items: center;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr auto;
  min-height: 300px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.story-closing__inner > div > span {
  color: #efc46d;
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 14px;
}

.story-closing h2 {
  color: #fff;
  font-size: clamp(29px, 3.3vw, 43px);
  letter-spacing: -.055em;
  line-height: 1.35;
  margin: 0;
}

.story-closing p {
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.7;
  margin: 17px 0 0;
}

.story-button--light {
  background: linear-gradient(135deg, #fff9e8, #ffe3a6);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .15);
  color: #76510d;
  white-space: nowrap;
}

.story-disclaimer {
  background: #f3f4f1;
  border-bottom: 1px solid #d7ded9;
}

.story-disclaimer .service-shell {
  display: grid;
  gap: 20px;
  grid-template-columns: 125px 1fr;
  padding-bottom: 24px;
  padding-top: 24px;
}

.story-disclaimer strong {
  color: #35453d;
  font-size: 14px;
}

.story-disclaimer p {
  color: #647069;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 980px) {
  .story-section {
    padding: 90px 0;
  }

  .story-hero__panel {
    min-height: 560px;
  }

  .story-hero__copy {
    max-width: 570px;
    padding-left: 42px;
  }

  .story-origin__intro,
  .story-heading {
    gap: 26px;
    grid-template-columns: 125px 1fr;
  }

  .story-heading > p {
    grid-column: 2;
  }

  .story-origin__body {
    gap: 40px;
    margin-left: 125px;
  }

  .story-preparation__canvas {
    grid-template-columns: 1fr 55px 1fr;
    padding: 28px;
  }

  .story-preparation__result {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 18px 22px;
  }

  .story-preparation__result > span {
    flex: 0 0 100%;
  }

  .story-clarity__flow {
    grid-template-columns: 1fr 48px 1fr 48px 1fr;
  }

  .story-experts__grid {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .service-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .story-section {
    padding: 70px 0;
  }

  .story-hero {
    padding-top: 20px;
  }

  .story-hero__panel {
    border-radius: 24px 58px 24px 24px;
    min-height: 730px;
  }

  .story-hero__image {
    height: 325px;
    object-position: 68% center;
  }

  .story-hero__shade {
    background: linear-gradient(180deg, transparent 0, rgba(255, 253, 247, .1) 240px, #fffdf7 325px, #fffdf7 100%);
  }

  .story-hero__copy {
    max-width: none;
    padding: 354px 22px 34px;
  }

  .story-label {
    font-size: 13px;
  }

  .story-hero h1 {
    font-size: 38px;
    margin-top: 18px;
  }

  .story-hero__copy > p {
    font-size: 16px;
  }

  .story-hero__copy > p br {
    display: none;
  }

  .story-hero__reason {
    align-items: flex-start;
    flex-direction: column;
  }

  .story-hero__reason strong {
    font-size: 20px;
  }

  .story-hero__promise {
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.65;
    padding: 0 8px;
  }

  .story-hero__promise span {
    flex: 0 0 auto;
    margin-top: 8px;
  }

  .story-origin__intro,
  .story-heading {
    grid-template-columns: 1fr;
  }

  .story-origin__intro h2,
  .story-heading h2,
  .story-heading > p {
    grid-column: auto;
  }

  .story-origin__intro h2 {
    font-size: 34px;
  }

  .story-origin__body {
    gap: 35px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-top: 42px;
    padding-top: 29px;
  }

  .story-origin__lead {
    font-size: 17px;
  }

  .story-origin__questions p {
    font-size: 15px;
  }

  .story-manifesto {
    gap: 28px;
    grid-template-columns: 1fr;
    margin-top: 48px;
    padding: 35px 25px;
  }

  .story-manifesto > div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
    padding-left: 0;
    padding-top: 24px;
  }

  .story-preparation__canvas {
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding: 19px;
  }

  .story-plus {
    flex-direction: row;
  }

  .story-plus span {
    height: 1px;
    width: 54px;
  }

  .story-knowledge {
    padding: 22px 19px;
  }

  .story-preparation__result {
    border-radius: 0 0 16px 16px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin: 0 14px;
  }

  .story-preparation__result svg {
    transform: rotate(90deg);
  }

  .story-preparation__result strong {
    border-left: 0;
    border-top: 1px solid #dce5e0;
    padding-left: 0;
    padding-top: 13px;
  }

  .story-clarity__flow {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }

  .story-clarity__flow article {
    min-height: 0;
    padding: 25px 0;
  }

  .story-clarity__flow i {
    border-left: 1px solid #b69556;
    border-top: 0;
    height: 35px;
    margin: 0 0 0 12px;
  }

  .story-clarity__flow i::after {
    border-bottom: 1px solid #b69556;
    border-right: 1px solid #b69556;
    border-top: 0;
    bottom: 0;
    left: -4px;
    right: auto;
    top: auto;
  }

  .story-clarity__closing {
    font-size: 18px;
    text-align: left;
  }

  .story-experts__roles article {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .story-closing__inner {
    align-items: stretch;
    gap: 32px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 52px;
    padding-top: 52px;
  }

  .story-closing h2 {
    font-size: 30px;
  }

  .story-button--light {
    width: 100%;
  }

  .story-disclaimer .service-shell {
    gap: 8px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .story-hero__panel {
    min-height: 760px;
  }

  .story-hero h1 {
    font-size: 35px;
  }

  .story-inputs article {
    gap: 10px;
    grid-template-columns: 52px 1fr;
    padding: 14px;
  }

  .story-inputs img {
    height: 52px;
    width: 52px;
  }

  .story-inputs article b {
    display: none;
  }
}
