:root {
  --pick-yellow: #ffc800;
  --pick-yellow-soft: #fff5c9;
  --pick-ink: #111318;
  --pick-muted: #626874;
  --pick-line: #e8e9ed;
  --pick-surface: #f8f9fb;
}

/* Detail-page polish: brand consistency, readability and mobile pricing */
body.detail-page { --detail-ink:#25262a; --detail-muted:#666a72; --detail-accent:#ffc800; --detail-accent-dark:#a76b00; overflow-x:hidden; }
body.detail-page main > section { scroll-margin-top:88px; }
.intro-long-hero,.brand-meaning-section,.intro-story-section,.intro-values-section,.intro-future-section,.intro-promise-section,
.service-title-section,.service-hero-card,.service-quote-section,.service-section,
.process-title-section,.process-hero-panel,.process-stats,.process-overview-section,.process-message-band,.process-detail-section,.process-final-cta { border-radius:28px; }
.intro-long-copy p:not(.intro-breadcrumb),.brand-meaning-copy p,.intro-story-text p,.intro-principle-list p,
.service-section-sub,.service-feature-grid p,.service-compare-grid p,.service-note-list,.service-list-section li,.service-qa-section p,.service-refund-grid p,
.process-overview-grid p,.process-overview-grid li,.process-timeline p { color:var(--detail-muted); font-size:clamp(1rem,1.1vw,1.075rem); line-height:1.82; word-break:keep-all; }

.brand-meaning-logo-current { min-height:390px; padding:clamp(28px,5vw,60px); display:grid; place-items:center; position:relative; overflow:hidden; background:linear-gradient(145deg,#fff8cf 0%,#ffe36f 52%,#ffcf54 100%); }
.brand-meaning-logo-current::before,.brand-meaning-logo-current::after { content:""; position:absolute; width:180px; height:180px; border:1px solid rgba(255,255,255,.7); border-radius:50%; }
.brand-meaning-logo-current::before { left:-70px; bottom:-80px; }
.brand-meaning-logo-current::after { right:-50px; top:-70px; }
.current-logo-lockup { position:relative; z-index:1; width:min(100%,470px); display:grid; place-items:center; gap:8px; padding:28px 30px 24px; border:1px solid rgba(255,255,255,.9); border-radius:26px; background:rgba(255,255,255,.9); box-shadow:0 24px 70px rgba(98,72,31,.14); backdrop-filter:blur(12px); }
.current-logo-lockup > img { width:min(100%,360px); height:auto; object-fit:contain; }
.current-logo-lockup span { color:#686b71; font-size:.93rem; font-weight:800; letter-spacing:-.02em; }

.brand-meaning-grid article,.service-feature-grid article,.service-compare-grid article,.service-refund-grid article,.process-overview-grid article,.process-timeline article > div { border:1px solid rgba(255,200,0,.2); box-shadow:0 16px 44px rgba(38,39,44,.07); }
.service-price-note { border-left:5px solid var(--detail-accent); border-radius:18px; }
.service-table-wrap { width:100%; max-width:100%; overflow:visible; border-radius:22px; }
.service-price-table { width:100%; min-width:0; table-layout:fixed; }
.service-price-table th,.service-price-table td { padding-inline:12px; word-break:keep-all; }
.process-overview-grid article { position:relative; overflow:hidden; }
.process-overview-grid article > span { position:absolute; top:18px; left:18px; z-index:2; box-shadow:0 8px 20px rgba(255,200,0,.26); }
.process-overview-grid img { width:calc(100% + 48px); max-width:none; margin:-24px -24px 22px; aspect-ratio:16/10; object-fit:cover; }
.process-timeline article > div { background:#fff; border-radius:22px; padding:24px 28px; }
.service-final-cta a,.process-final-cta a { min-height:52px; display:inline-flex; align-items:center; justify-content:center; border-radius:999px; box-shadow:0 14px 28px rgba(255,200,0,.22); }

@media (max-width:760px) {
  body.detail-page main { padding-inline:14px; }
  .intro-long-hero,.brand-meaning-section,.intro-story-section,.intro-values-section,.intro-future-section,.intro-promise-section,
  .service-title-section,.service-hero-card,.service-quote-section,.service-section,
  .process-title-section,.process-hero-panel,.process-stats,.process-overview-section,.process-message-band,.process-detail-section,.process-final-cta { border-radius:21px; }
  .brand-meaning-logo-current { min-height:280px; padding:22px; }
  .current-logo-lockup { padding:20px 18px 18px; gap:7px; }
  .current-logo-lockup > img { width:min(100%,280px); height:auto; }
  .current-logo-lockup span { font-size:.78rem; }
  .service-table-wrap { padding:0; background:transparent; box-shadow:none; }
  .service-price-table,.service-price-table tbody,.service-price-table tr,.service-price-table td { display:block; width:100%; }
  .service-price-table thead { display:none; }
  .service-price-table tbody { display:grid; gap:14px; }
  .service-price-table tr { padding:12px 16px; border:1px solid rgba(255,200,0,.22); border-radius:18px; background:#fff; box-shadow:0 12px 34px rgba(38,39,44,.07); }
  .service-price-table td { min-height:43px; padding:10px 0; display:flex; align-items:center; justify-content:space-between; gap:18px; border:0; border-bottom:1px dashed rgba(102,106,114,.2); text-align:right; font-size:1rem; }
  .service-price-table td:last-child { border-bottom:0; }
  .service-price-table td::before { content:attr(data-label); flex:0 0 auto; color:#6d7076; font-size:.9rem; font-weight:800; text-align:left; }
  .service-price-table td:first-child { color:var(--detail-accent-dark); font-size:1.08rem; font-weight:900; }
  .process-overview-grid { gap:18px; }
  .process-overview-grid article { padding:20px; }
  .process-overview-grid img { width:calc(100% + 40px); margin:-20px -20px 20px; }
  .process-timeline article > div { padding:20px; }
  .service-final-cta a,.process-final-cta a { width:100%; }
}

@media (prefers-reduced-motion:reduce) {
  body.detail-page *,body.detail-page *::before,body.detail-page *::after { scroll-behavior:auto!important; transition-duration:.01ms!important; animation-duration:.01ms!important; animation-iteration-count:1!important; }
}

html { scroll-behavior: smooth; }
body.detail-page { background: #fff; color: var(--pick-ink); overflow-x: hidden; }
body.detail-page .site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  min-height: 72px; padding: 0 clamp(18px, 4vw, 56px);
  background: rgba(255,255,255,.78); border-bottom: 1px solid rgba(255,255,255,.7);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 28px rgba(17,19,24,.06);
}
body.detail-page .brand { color: var(--pick-ink); font-weight: 800; }
body.detail-page .brand-logo-symbol { width: 42px; height: 42px; }
body.detail-page .site-nav a,
body.detail-page .site-nav button { color: #31343a; font-weight: 700; }
body.detail-page .site-nav a:hover,
body.detail-page .site-nav button:hover { color: #bd7900; }
body.detail-page .nav-dropdown {
  border: 1px solid rgba(255,200,0,.28); border-radius: 16px;
  box-shadow: 0 18px 45px rgba(17,19,24,.12); overflow: hidden;
}
body.detail-page .header-cta {
  background: var(--pick-yellow); color: var(--pick-ink); border-radius: 999px;
  box-shadow: 0 8px 20px rgba(255,200,0,.22); font-weight: 900;
}
body.detail-page .header-login { border-radius: 999px; }
body.detail-page main { padding-top: 104px; }
body.detail-page main > section:first-child,
body.detail-page .review-board-hero,
body.detail-page .community-detail-hero,
body.detail-page .service-detail-hero,
body.detail-page .process-detail-hero,
body.detail-page .somoim-detail-hero {
  background: linear-gradient(145deg, #fffdf7 0%, #fff4bd 48%, #ffc800 145%);
  border: 1px solid rgba(255,200,0,.24); border-radius: 30px;
  box-shadow: 0 24px 70px rgba(51,39,9,.1);
}
body.detail-page h1,
body.detail-page h2,
body.detail-page h3 { color: var(--pick-ink); letter-spacing: -.035em; word-break: keep-all; }
body.detail-page h1 { font-weight: 950; }
body.detail-page p,
body.detail-page li,
body.detail-page small { color: var(--pick-muted); }
body.detail-page .intro-kicker,
body.detail-page [class*="kicker"],
body.detail-page [class*="eyebrow"],
body.detail-page .intro-breadcrumb { color: #a86b00; font-weight: 900; }
body.detail-page article,
body.detail-page [class*="card"],
body.detail-page [class*="panel"],
body.detail-page [class*="box"] {
  border-color: var(--pick-line);
}
body.detail-page .brand-meaning-section,
body.detail-page .intro-story-section,
body.detail-page .manager-profile-section,
body.detail-page .service-detail-section,
body.detail-page .process-detail-section,
body.detail-page .community-board-section,
body.detail-page .review-board-shell {
  border-radius: 28px; overflow: hidden;
}
body.detail-page a[class*="button"],
body.detail-page button[class*="button"],
body.detail-page [class*="primary"] {
  border-radius: 999px;
}
body.detail-page .detail-cta,
body.detail-page [class*="cta"] { background-color: var(--pick-yellow); color: var(--pick-ink); }
body.detail-page input,
body.detail-page textarea,
body.detail-page select { border-radius: 14px; border-color: #dfe1e6; }
body.detail-page input:focus,
body.detail-page textarea:focus,
body.detail-page select:focus { border-color: var(--pick-yellow); box-shadow: 0 0 0 4px rgba(255,200,0,.16); }
body.detail-page .site-footer { background: var(--pick-ink); }

@media (max-width: 760px) {
  body.detail-page .site-header { min-height: 64px; padding: 0 16px; }
  body.detail-page .brand-logo-symbol { width: 36px; height: 36px; }
  body.detail-page .brand span { font-size: 15px; }
  body.detail-page .header-cta,
  body.detail-page .header-login { display: none; }
  body.detail-page .menu-button { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.86); }
  body.detail-page .site-nav.is-open { top: 64px; padding: 14px; background: rgba(255,255,255,.98); }
  body.detail-page main { padding-top: 82px; }
  body.detail-page main > section { margin-left: 14px; margin-right: 14px; }
  body.detail-page main > section:first-child,
  body.detail-page .review-board-hero,
  body.detail-page .community-detail-hero,
  body.detail-page .service-detail-hero,
  body.detail-page .process-detail-hero,
  body.detail-page .somoim-detail-hero { border-radius: 22px; padding: 34px 22px; }
  body.detail-page h1 { font-size: clamp(2rem, 10vw, 2.75rem); line-height: 1.2; }
  body.detail-page h2 { font-size: clamp(1.55rem, 7.2vw, 2.15rem); line-height: 1.3; }
  body.detail-page h3 { line-height: 1.4; }
  body.detail-page p,
  body.detail-page li { font-size: 1rem; line-height: 1.72; overflow-wrap: anywhere; }
  body.detail-page img { max-width: 100%; height: auto; }
  body.detail-page .intro-long-hero,
  body.detail-page .brand-meaning-section,
  body.detail-page .intro-story-section { grid-template-columns: 1fr; }
  body.detail-page article,
  body.detail-page [class*="card"],
  body.detail-page [class*="panel"],
  body.detail-page [class*="box"] { min-width: 0; overflow-wrap: anywhere; }
  body.detail-page table { display: block; width: 100%; overflow-x: auto; }
  body.detail-page .site-footer { padding-bottom: 96px; }
}

@media (prefers-reduced-motion: reduce) {
  body.detail-page *, body.detail-page *::before, body.detail-page *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* 2026 visual refresh: carry the main-page warmth through every detail page */
body.detail-page {
  background:
    radial-gradient(circle at 8% 8%, rgba(255,200,0,.09), transparent 26rem),
    linear-gradient(180deg, #fff 0%, #fffdf7 45%, #fff 100%);
}
body.detail-page main > section {
  position: relative;
  margin-top: clamp(24px, 4vw, 54px);
  margin-bottom: clamp(24px, 4vw, 54px);
}
body.detail-page main > section:first-child {
  isolation: isolate;
  overflow: hidden;
}
body.detail-page main > section:first-child::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -110px;
  border-radius: 50%;
  background: rgba(255,200,0,.22);
  filter: blur(2px);
}
body.detail-page h1 {
  display: inline;
  background: linear-gradient(transparent 72%, rgba(255,200,0,.58) 0);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
body.detail-page article,
body.detail-page [class*="card"],
body.detail-page [class*="panel"],
body.detail-page [class*="box"] {
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(17,19,24,.055);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
body.detail-page article:hover,
body.detail-page [class*="card"]:hover {
  transform: translateY(-4px);
  border-color: rgba(255,200,0,.48);
  box-shadow: 0 20px 46px rgba(17,19,24,.09);
}
body.detail-page .detail-modern-photo {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(17,19,24,.14);
  filter: saturate(.96) contrast(1.02);
  transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}
body.detail-page .detail-modern-photo:hover {
  transform: scale(1.018);
  filter: saturate(1.03) contrast(1.02);
}
body.detail-page [class*="section-label"],
body.detail-page [class*="kicker"],
body.detail-page [class*="eyebrow"] {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 13px;
  border-radius: 999px;
  background: #111318;
  color: #ffc800 !important;
  letter-spacing: .04em;
}

@media (max-width: 760px) {
  body.detail-page main > section { margin-top: 18px; margin-bottom: 18px; }
  body.detail-page .detail-modern-photo {
    aspect-ratio: 4 / 3;
    min-height: 220px;
    border-radius: 18px;
    object-position: center center;
  }
  body.detail-page article:hover,
  body.detail-page [class*="card"]:hover { transform: none; }
}

/* Main-page shell shared by every detail page */
.unified-header {
  position: fixed; inset: 0 0 auto; z-index: 2000; height: 80px;
  background: rgba(255,255,255,.46); border-bottom: 1px solid rgba(255,255,255,.66);
  backdrop-filter: blur(17px); -webkit-backdrop-filter: blur(17px);
  transition: background .25s ease, box-shadow .25s ease;
}
.unified-header.is-scrolled { background: rgba(255,255,255,.9); box-shadow: 0 8px 30px rgba(17,19,24,.08); }
.unified-header-inner { width: min(1280px, calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.unified-logo { display: flex; align-items: center; flex: 0 0 auto; }
.unified-logo img { display: block; width: 158px; height: auto; }
.unified-desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.7vw, 46px); margin-left: auto; }
.unified-desktop-nav > a,
.unified-nav-group > a { color: #343434; font-size: 15px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.unified-desktop-nav a:hover { color: #a76b00; }
.unified-nav-group { position: relative; padding: 28px 0; }
.unified-dropdown { display: none; position: absolute; top: 68px; left: 50%; min-width: 155px; padding: 9px; transform: translateX(-50%); background: rgba(255,255,255,.98); border: 1px solid #f0e3af; border-radius: 15px; box-shadow: 0 18px 45px rgba(17,19,24,.13); }
.unified-nav-group:hover .unified-dropdown,
.unified-nav-group:focus-within .unified-dropdown { display: grid; }
.unified-dropdown a { padding: 10px 12px; border-radius: 10px; color: #3a3a3a; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.unified-dropdown a:hover { background: #fff6cf; }
.unified-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.unified-consult,.unified-login { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border-radius: 999px; font-size: 14px; font-weight: 900; text-decoration: none; }
.unified-consult { background: #ffc800; color: #111318; box-shadow: 0 8px 22px rgba(255,200,0,.24); }
.unified-login { background: #f2f3f5; color: #27292e; }
.unified-menu-button,.unified-mobile-nav { display: none; }
.unified-footer { padding: 52px max(24px, calc((100% - 1180px)/2)); background: #111318; color: #fff; }
.unified-footer > div { display: flex; align-items: center; gap: 18px; }
.unified-footer img { width: 150px; filter: brightness(0) invert(1); opacity: .92; }
.unified-footer p { color: #c9cbd1 !important; }
.unified-footer nav { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0; }
.unified-footer a { color: #e6e7ea; font-size: 14px; font-weight: 700; text-decoration: none; }
.unified-footer small { color: #8f939d !important; }

@media (max-width: 1023px) {
  .unified-header { height: 64px; }
  .unified-header-inner { width: calc(100% - 28px); }
  .unified-logo img { width: 136px; }
  .unified-desktop-nav,.unified-actions { display: none; }
  .unified-menu-button { display: grid; place-content: center; gap: 5px; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(255,255,255,.82); box-shadow: 0 5px 16px rgba(17,19,24,.08); }
  .unified-menu-button span { display: block; width: 21px; height: 2px; background: #1c2027; transition: .2s ease; }
  .unified-menu-button.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .unified-menu-button.is-open span:nth-child(2) { opacity: 0; }
  .unified-menu-button.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .unified-mobile-nav { position: absolute; top: 64px; left: 12px; right: 12px; max-height: calc(100vh - 80px); overflow-y: auto; padding: 12px; grid-template-columns: 1fr 1fr; gap: 4px; background: rgba(255,255,255,.98); border: 1px solid #f2e4ae; border-radius: 18px; box-shadow: 0 22px 55px rgba(17,19,24,.16); }
  .unified-mobile-nav.is-open { display: grid; }
  .unified-mobile-nav a { padding: 12px; border-radius: 11px; color: #2d3036; font-size: 14px; font-weight: 800; text-decoration: none; }
  .unified-mobile-nav a:hover { background: #fff6cf; }
  .unified-mobile-consult { grid-column: 1 / -1; margin-top: 5px; background: #ffc800; color: #111318 !important; text-align: center; }
  .unified-footer { padding: 40px 22px 100px; }
  .unified-footer > div { align-items: flex-start; flex-direction: column; }
  .unified-footer nav { gap: 14px 20px; }
}

/* Detail-page legibility and image-composition pass */
body.detail-page h1,
body.detail-page h2,
body.detail-page strong {
  text-wrap: balance;
  word-break: keep-all;
}

body.detail-page .intro-long-copy h1 {
  display: block;
  margin: 16px 0 20px;
  font-size: clamp(42px, 5.35vw, 68px);
  line-height: 1.14;
  letter-spacing: -.055em;
}

body.detail-page .intro-long-copy > strong {
  margin: 0 0 26px;
  color: #a66a00;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.5;
}

body.detail-page .review-board-hero h1 {
  display: block;
  margin: 16px 0 20px;
  font-size: clamp(40px, 4.9vw, 64px);
  line-height: 1.16;
  letter-spacing: -.055em;
}

body.detail-page .review-board-hero strong {
  margin-bottom: 20px;
  line-height: 1.6;
}

body.detail-page .service-hero-card::after {
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 47%, rgba(255,255,255,.48) 72%, rgba(255,255,255,.08) 100%);
}

body.detail-page .service-hero-copy {
  max-width: 590px;
  align-content: center;
  color: #25282d;
}

body.detail-page .service-hero-copy h2 {
  color: #111318;
  line-height: 1.22;
  text-shadow: none;
}

body.detail-page .service-hero-copy p {
  color: #4f535c;
  font-weight: 650;
  opacity: 1;
}

body.detail-page .service-final-cta,
body.detail-page .process-final-cta,
body.detail-page .process-message-band {
  color: #111318;
  background: linear-gradient(135deg, #fff8dc 0%, #ffe374 52%, #ffc800 100%);
  border: 1px solid rgba(167,107,0,.16);
  box-shadow: 0 26px 64px rgba(167,107,0,.16);
}

body.detail-page .service-final-cta p,
body.detail-page .process-final-cta p,
body.detail-page .process-message-band p,
body.detail-page .process-message-band strong {
  color: #111318;
  text-shadow: none;
}

body.detail-page .service-final-cta a,
body.detail-page .process-final-cta a {
  color: #111318;
  background: #fff;
  border-color: rgba(17,19,24,.14);
}

@media (max-width: 760px) {
  body.detail-page .intro-long-copy h1,
  body.detail-page .review-board-hero h1 {
    font-size: clamp(36px, 11vw, 52px);
    line-height: 1.2;
    letter-spacing: -.045em;
  }

  body.detail-page .intro-long-copy > strong {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.55;
  }

  body.detail-page .service-hero-card {
    min-height: 560px;
  }

  body.detail-page .service-hero-card::after {
    background: linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,.8) 44%, rgba(255,255,255,.98) 68%);
  }

  body.detail-page .service-hero-copy {
    max-width: none;
    align-content: end;
    padding: 26px 24px 34px;
  }

  body.detail-page .service-hero-copy h2 {
    font-size: clamp(32px, 9.4vw, 44px);
  }
}

/* Service process: one clear scene per step */
.process-story-main {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 126px 0 90px;
}

.process-story-intro {
  padding: clamp(42px, 7vw, 78px) clamp(24px, 6vw, 70px);
  text-align: center;
  background: linear-gradient(145deg, #fff 0%, #fffdf5 58%, #fff4c7 100%);
  border: 1px solid rgba(255,200,0,.35);
  border-radius: 36px;
  box-shadow: 0 24px 70px rgba(17,19,24,.08);
}

body.detail-page .process-story-intro h1 {
  display: block;
  margin: 18px auto 20px;
  max-width: 820px;
  color: #111318;
  background: none;
  font-family: "Gowun Batang", "Noto Serif KR", serif;
  font-size: clamp(42px, 6.1vw, 72px);
  line-height: 1.2;
  letter-spacing: -.055em;
}

.process-story-intro h1 strong {
  color: #111318;
  background: linear-gradient(transparent 70%, rgba(255,200,0,.64) 0);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.process-story-intro > p:last-of-type {
  margin: 0 auto;
  color: #60636b;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.8;
}

.process-quick-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin: 42px auto 0;
  max-width: 900px;
}

.process-quick-flow a {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 17px 10px;
  color: #282b31;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(255,200,0,.38);
  border-radius: 18px;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(17,19,24,.05);
}

.process-quick-flow a:hover { border-color: #ffc800; transform: translateY(-2px); }
.process-quick-flow b { color: #a66a00; font-size: 13px; letter-spacing: .06em; }
.process-quick-flow span { font-size: 15px; font-weight: 900; white-space: nowrap; }
.process-quick-flow i { color: #ba7b00; font-size: 28px; font-style: normal; }

.process-story-list {
  display: grid;
  gap: 30px;
  margin: 46px 0;
}

.process-story-step {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: center;
  min-height: 490px;
  padding: clamp(28px, 5vw, 58px);
  scroll-margin-top: 110px;
  background: #fff;
  border: 1px solid #eee7d2;
  border-radius: 34px;
  box-shadow: 0 22px 60px rgba(17,19,24,.075);
}

.process-story-step:nth-child(even) figure { order: 2; }
.process-story-step figure { margin: 0; overflow: hidden; border-radius: 28px; background: #f6f4ed; }
.process-story-step figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
.process-story-step:hover figure img { transform: scale(1.025); }

.process-story-copy > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: #111318;
  background: #ffc800;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: .06em;
}

.process-story-copy h2 {
  margin: 18px 0 16px;
  color: #111318;
  font-family: "Gowun Batang", "Noto Serif KR", serif;
  font-size: clamp(30px, 3.6vw, 45px);
  line-height: 1.28;
  letter-spacing: -.045em;
}

.process-story-copy > p {
  margin: 0;
  color: #5b5f68;
  font-size: 17px;
  line-height: 1.8;
}

.process-story-copy ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.process-story-copy li { position: relative; padding-left: 27px; color: #30333a; font-size: 16px; font-weight: 750; line-height: 1.55; }
.process-story-copy li::before {
  position: absolute;
  left: 0;
  top: .12em;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  color: #111318;
  background: #ffe681;
  border-radius: 50%;
  content: "✓";
  font-size: 12px;
  font-weight: 1000;
}

.process-story-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 30px;
  padding: clamp(26px, 4vw, 42px);
  background: #111318;
  border-radius: 28px;
}
.process-story-note span { color: #ffc800; font-weight: 1000; white-space: nowrap; }
.process-story-note p { margin: 0; color: #fff; font-size: clamp(18px, 2.2vw, 24px); font-weight: 800; line-height: 1.55; }

@media (max-width: 820px) {
  .process-story-main { width: min(100% - 28px, 680px); padding: 92px 0 72px; }
  .process-story-intro { padding: 34px 20px 26px; border-radius: 26px; }
  body.detail-page .process-story-intro h1 { font-size: clamp(35px, 10.5vw, 50px); line-height: 1.24; }
  .process-quick-flow {
    display: flex;
    gap: 8px;
    margin-top: 28px;
    padding: 2px 2px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .process-quick-flow::-webkit-scrollbar { display: none; }
  .process-quick-flow a { flex: 0 0 118px; scroll-snap-align: start; }
  .process-quick-flow i { flex: 0 0 auto; }
  .process-story-list { gap: 20px; margin: 26px 0; }
  .process-story-step { grid-template-columns: 1fr; gap: 26px; min-height: 0; padding: 20px 20px 28px; border-radius: 26px; }
  .process-story-step:nth-child(even) figure { order: 0; }
  .process-story-step figure { border-radius: 20px; }
  .process-story-step figure img { aspect-ratio: 4 / 3; }
  .process-story-copy h2 { font-size: clamp(30px, 8.6vw, 39px); line-height: 1.3; }
  .process-story-copy > p { font-size: 16px; }
  .process-story-copy li { font-size: 15px; }
  .process-story-note { grid-template-columns: 1fr; gap: 10px; border-radius: 22px; }
}
