/* INNOWEDDING premium consulting design — 2026-07-28 */
:root {
  --navy-950: var(--inno-ref-color-teal-950, #163b3c);
  --navy-900: var(--inno-ref-color-teal-900, #1f5959);
  --navy-800: var(--inno-ref-color-teal-800, #2c7370);
  --gold-500: var(--inno-ref-color-champagne-500, #c4965d);
  --gold-300: var(--inno-ref-color-champagne-300, #e7cda8);
  --ivory-50: var(--inno-ref-color-ivory-50, #fffefb);
  --ivory-100: var(--inno-ref-color-ivory-100, #fbf6ef);
  --ink-900: var(--inno-sys-color-text-primary, #263739);
  --muted-600: var(--inno-sys-color-text-secondary, #667477);
  --line: var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .15));
  --shadow: var(--inno-sys-shadow-surface, 0 20px 55px rgba(42, 74, 72, .09));
}

body {
  background:
    radial-gradient(circle at 7% 4%, rgba(226, 196, 162, .18), transparent 23rem),
    radial-gradient(circle at 92% 28%, rgba(112, 171, 163, .12), transparent 28rem),
    #fffefb;
}
body::before { opacity: .35; }

.site-header {
  border-bottom-color: rgba(31, 89, 89, .12);
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 10px 34px rgba(36, 67, 65, .06);
}
.site-header.is-scrolled { background: rgba(255, 255, 255, .98); box-shadow: 0 12px 38px rgba(36, 67, 65, .1); }
.main-nav a { color: #304648; }
.main-nav a:hover,
.main-nav a.active,
.main-nav a[aria-current="page"] { color: var(--navy-900); }
.main-nav a::after { height: 2px; background: var(--navy-800); }
.menu-toggle span { background: var(--navy-900); }
.nav-cta,
.btn.primary {
  border-color: #1f5959;
  color: #fff;
  background: linear-gradient(135deg, #2e7773, #1f5959);
  box-shadow: 0 10px 25px rgba(31, 89, 89, .18);
}
.nav-cta:hover,
.btn.primary:hover { box-shadow: 0 16px 34px rgba(31, 89, 89, .25); }
.btn.line { border-color: rgba(31, 89, 89, .22); color: var(--navy-900); background: #fff; }
.btn.ghost { border-color: rgba(31, 89, 89, .22); color: var(--navy-900); background: rgba(255, 255, 255, .82); }
.eyebrow { color: #88572c; }

.hero-carousel { min-height: max(720px, 84svh); color: var(--ink-900); background: #eef5f2; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(250, 248, 242, .9) 0%, rgba(250, 248, 242, .55) 36%, rgba(250, 248, 242, .08) 67%, transparent 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(22, 59, 60, .14));
}
.hero-content { min-height: max(720px, 84svh); padding-top: 112px; }
.hero-copy {
  width: min(640px, 100%);
  padding: clamp(30px, 4.2vw, 52px);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 32px;
  background: rgba(255, 253, 248, .9);
  box-shadow: 0 28px 80px rgba(22, 59, 60, .16);
  backdrop-filter: blur(16px);
}
.hero-eyebrow { color: #9e6938; }
.hero-title { color: #173f40; font-size: clamp(2.15rem, 4.2vw, 4.65rem); text-shadow: none; }
.hero-description { color: #536568; }
.hero-control-wrap { bottom: 28px; }
.hero-controls { padding: 7px; border: 1px solid rgba(31, 89, 89, .13); border-radius: 999px; background: rgba(255, 255, 255, .9); box-shadow: 0 12px 35px rgba(26, 70, 69, .12); }
.hero-controls button { border-color: rgba(31, 89, 89, .2); color: var(--navy-900); background: #fff; }
.hero-pagination button::after { background: rgba(31, 89, 89, .18); }
.hero-pagination button.is-active { color: var(--navy-900); border-color: rgba(31, 89, 89, .38); }
.hero-pagination button.is-active::after { background: var(--navy-800); }

.trust-ribbon { border-block-color: rgba(31, 89, 89, .12); color: var(--ink-900); background: #fff; box-shadow: 0 16px 44px rgba(34, 74, 71, .06); }
.trust-items > div { border-right-color: rgba(31, 89, 89, .11); }
.trust-items em { color: var(--muted-600); }
.trust-icon { border-color: rgba(31, 89, 89, .2); color: var(--navy-900); background: #eaf4f1; }

.section { padding-block: clamp(82px, 8vw, 120px); }
.section.soft { background: linear-gradient(180deg, rgba(251, 246, 239, .72), rgba(255, 255, 255, .9)); }
.section.dark {
  color: var(--ink-900);
  background:
    radial-gradient(circle at 8% 10%, rgba(196, 150, 93, .13), transparent 23rem),
    linear-gradient(135deg, #edf7f4, #f8f4ec 66%, #fff);
}
.section.dark p { color: var(--muted-600); }
.section.dark .eyebrow { color: #996735; }
.feature-card,
.notice-card,
.archive-card,
.message-card,
.consult-form,
.contact-cards,
.content-card,
.network-card,
.story-grid article,
.gallery-card,
.culture-card,
.stats-grid article,
.document-showcase article,
.business-card,
.featured-story,
.seo-card,
.board-list-panel,
.board-form-panel,
.pricing-table {
  border-color: rgba(31, 89, 89, .13);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow);
}
.feature-card i,
.process-line span,
.process-mini strong,
.seo-card span {
  border-color: rgba(31, 89, 89, .14);
  color: var(--navy-900);
  background: linear-gradient(135deg, #e8f4f0, #f8ebdc);
}
.feature-card small,
.network-card span,
.story-grid span,
.gallery-card span,
.culture-card span,
.stats-grid strong,
.location-kicker,
.office-note strong,
dt { color: #9b6938; }
.process-line article { border-color: rgba(31, 89, 89, .14); background: rgba(255, 255, 255, .82); box-shadow: 0 14px 35px rgba(39, 84, 80, .06); }
.timeline-line div::before { background: #fff; }
.timeline-line strong { color: var(--navy-900); }
.timeline-line span { color: var(--muted-600); }
.visit-preview-section { background: linear-gradient(135deg, #f4faf8, #fff9f0); }
.large-story::after { background: linear-gradient(90deg, rgba(22, 59, 60, .88), rgba(22, 59, 60, .2)); }
.large-story a { color: #ffe1b8; }

.sub-hero { min-height: 400px; color: var(--ink-900); }
.sub-hero::before,
.board-hero::before,
.pricing-hero::before {
  background: linear-gradient(90deg, rgba(250, 248, 242, .96), rgba(250, 248, 242, .82) 48%, rgba(250, 248, 242, .24));
}
.sub-hero .container {
  width: min(720px, calc(100% - 40px));
  margin-right: auto;
  margin-left: max(20px, calc((100vw - 1280px) / 2));
  padding: 28px 32px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 26px;
  background: rgba(255, 255, 255, .83);
  box-shadow: 0 20px 60px rgba(22, 59, 60, .13);
  backdrop-filter: blur(12px);
}
.sub-hero p { color: #58696b; }
.hero-icons span { border-color: rgba(31, 89, 89, .2); color: var(--navy-900); background: #edf7f4; }
.breadcrumb { color: #627174; }
.breadcrumb a { color: var(--navy-900); }
.breadcrumb span::before { color: #94a09f; }
.contact-item { border-color: rgba(31, 89, 89, .12); background: #f7fbf9; }
.contact-item i { color: #fff; background: linear-gradient(135deg, #4c918b, #1f5959); }
.contact-item span { color: #72817f; }
.consult-form input,
.consult-form textarea,
.field input,
.field textarea,
.field select {
  border-color: rgba(31, 89, 89, .2);
  background: #fff;
}
.consult-form input:focus,
.consult-form textarea:focus,
.field input:focus,
.field textarea:focus,
.field select:focus { border-color: #4c918b; box-shadow: 0 0 0 4px rgba(76, 145, 139, .12); }
.office-note { border-color: rgba(31, 89, 89, .13); }
.office-card .office-caption { background: linear-gradient(transparent, rgba(22, 59, 60, .9)); }

.insights-hero,
.insight-article-hero { color: var(--ink-900); }
.insights-hero-shade,
.insight-article-shade { background: linear-gradient(90deg, rgba(250, 248, 242, .95), rgba(250, 248, 242, .72) 48%, rgba(250, 248, 242, .14)); }
.insights-hero .container,
.insight-article-hero .container {
  margin-bottom: 50px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 28px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 22px 65px rgba(22, 59, 60, .14);
  backdrop-filter: blur(12px);
}
.insights-hero p,
.insight-article-hero p { color: #58696b; }
.insight-category.light { border-color: rgba(31, 89, 89, .2); color: var(--navy-900); background: #edf7f4; }
.insight-principles { color: var(--ink-900); background: #f2f8f6; border-color: rgba(31, 89, 89, .12); }
.insight-principles .container > div { border-right-color: rgba(31, 89, 89, .12); }
.insight-principles strong { border-color: rgba(31, 89, 89, .22); color: var(--navy-900); }
.insight-principles span { color: var(--muted-600); }
.insight-principles b { color: var(--ink-900); }
.insight-filters button.is-active,
.insight-filters button:hover,
.board-tabs a:hover,
.board-tabs a.active { border-color: var(--navy-900); color: #fff; background: var(--navy-900); }
.pricing-notice { border-color: rgba(31, 89, 89, .18); color: var(--ink-900); background: linear-gradient(155deg, #edf7f4, #fff8ef); }
.pricing-notice ul { color: var(--muted-600); }
.family-moments-section { background: linear-gradient(180deg, #f5fbf8, #fff8ef); }

.footer {
  border-top-color: rgba(31, 89, 89, .14);
  color: var(--ink-900);
  background: linear-gradient(135deg, #eef7f4, #f8f4ed 64%, #fff);
}
.footer-glow { background: radial-gradient(ellipse at center, rgba(91, 155, 147, .13), transparent 70%); }
.footer-col { border-left-color: rgba(31, 89, 89, .13); }
.footer a { color: var(--navy-900); }
.footer p { color: #667477; }
.footer small { color: #879290; }
.footer-location,
.footer-brand h2 { color: #8f6238; }
.footer-seo-links { border-top-color: rgba(31, 89, 89, .13); }
.footer-seo-links a { color: #546867; }
.mini-kakao {
  padding: 10px 12px;
  border: 1px solid rgba(31, 89, 89, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
  transition: transform .2s ease, box-shadow .2s ease;
}
.mini-kakao:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(22, 59, 60, .1); }
.mini-kakao b { color: var(--ink-900); }
.mini-kakao span { color: var(--muted-600); }
.qr-card,
.qr-large { border-color: rgba(31, 89, 89, .15); background: #fff; box-shadow: var(--shadow); }
.floating-cta { border-color: rgba(31, 89, 89, .14); background: rgba(255, 255, 255, .94); box-shadow: 0 14px 38px rgba(22, 59, 60, .15); }
.floating-cta a:first-child { color: #fff; background: var(--navy-900); }
.floating-cta a:last-child { color: #332900; background: #fee500; }
.footer-kakao-button { border-color: rgba(31, 89, 89, .2); color: #332900; background: #fee500; }

@media (max-width: 1240px) {
  .main-nav.open {
    border-color: rgba(31, 89, 89, .14);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 24px 70px rgba(22, 59, 60, .16);
  }
  .main-nav.open a { color: #304648; border-bottom-color: rgba(31, 89, 89, .1); }
  .hero-copy { width: min(600px, 88%); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 30px, 1280px); }
  .nav-wrap { height: 68px; }
  .brand img { height: 45px; }
  .hero-carousel,
  .hero-content { min-height: max(690px, 86svh); }
  .hero-shade { background: linear-gradient(180deg, rgba(250, 248, 242, .22), rgba(250, 248, 242, .9) 52%, rgba(250, 248, 242, .98)); }
  .hero-content { justify-content: flex-end; padding: 100px 0 106px; }
  .hero-copy { width: 100%; padding: 26px 22px; border-radius: 24px; background: rgba(255, 253, 248, .94); }
  .hero-title { font-size: clamp(2rem, 10vw, 3.2rem); }
  .hero-description { margin: 18px 0 22px; font-size: .96rem; }
  .hero-control-wrap { bottom: 20px; }
  .hero-controls { margin-inline: auto; }
  .sub-hero { min-height: 370px; padding: 100px 0 34px; }
  .sub-hero .container { padding: 23px 21px; border-radius: 22px; }
  .contact-grid .consult-form { order: -1; }
  .insights-hero .container,
  .insight-article-hero .container { margin-bottom: 28px; padding: 24px 21px; border-radius: 22px; }
  .trust-items > div { background: #fff; }
  .floating-cta { right: 12px; left: 12px; justify-content: stretch; }
  .floating-cta a { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy { backdrop-filter: none; }
}

/* -------------------------------------------------------------------------- */
/* INNOWEDDING Design System 2026 — premium consulting presentation layer      */
/* Runtime values come from tokens.css; fallbacks keep older cached pages safe. */
/* -------------------------------------------------------------------------- */

body {
  color: var(--inno-sys-color-text-primary, #263739);
  background:
    radial-gradient(circle at 8% 8%, rgba(196, 150, 93, .08), transparent 32rem),
    var(--inno-sys-color-bg-canvas, #fffefb);
}

h1,
h2 {
  font-family: var(--inno-ref-font-family-display, "Noto Serif KR", Georgia, serif);
  font-weight: 650;
  letter-spacing: -.03em;
  text-wrap: balance;
}

h3,
h4,
h5,
h6 {
  font-family: var(--inno-ref-font-family-sans, Pretendard, "Noto Sans KR", system-ui, sans-serif);
  font-weight: 750;
  letter-spacing: -.025em;
}

p {
  color: var(--inno-sys-color-text-secondary, #667477);
}

.container {
  width: min(var(--inno-sys-layout-container-max, 1280px), calc(100% - 48px));
}

.section {
  padding-block: var(--inno-sys-layout-section-fluid, clamp(96px, 9vw, 136px));
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--inno-sys-color-text-accent, #88572c);
  font-size: .72rem;
  letter-spacing: .19em;
}

.eyebrow::before {
  width: 32px;
}

.section-head h2 {
  max-width: 17ch;
  font-size: clamp(2.25rem, 4vw, 4.15rem);
  line-height: 1.13;
}

.section-head p {
  max-width: 58ch;
  margin-top: 22px;
  font-size: 1.02rem;
}

.section-head.center h2,
.section-head.center p {
  margin-inline: auto;
}

.site-header {
  border-bottom: 1px solid var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .13));
  background: rgba(255, 255, 255, .94);
  box-shadow: none;
  backdrop-filter: blur(20px) saturate(140%);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .985);
  box-shadow: var(--inno-ref-shadow-sm, 0 12px 34px rgba(24, 64, 62, .08));
}

.nav-wrap {
  height: var(--inno-sys-layout-section-min, 82px);
  gap: 24px;
}

.brand img {
  height: 56px;
}

.main-nav {
  gap: clamp(12px, 1.25vw, 22px);
}

.main-nav a {
  padding-block: 31px;
  color: var(--inno-sys-color-text-primary, #263739);
  font-size: clamp(.78rem, .76vw, .88rem);
  font-weight: 720;
  letter-spacing: -.02em;
}

.main-nav a::after {
  bottom: 22px;
  height: 2px;
  background: var(--inno-sys-color-action-primary, #1f5959);
}

.main-nav a:hover,
.main-nav a.active,
.main-nav a[aria-current="page"] {
  color: var(--inno-sys-color-action-primary, #1f5959);
}

.nav-cta,
.btn {
  min-height: 48px;
  padding-inline: 23px;
  border-radius: var(--inno-sys-radius-button, 999px);
  font-size: .9rem;
  letter-spacing: -.015em;
  transition:
    transform var(--inno-ref-motion-duration-standard, 220ms) var(--inno-ref-motion-ease-standard, cubic-bezier(.2, .8, .2, 1)),
    box-shadow var(--inno-ref-motion-duration-standard, 220ms) ease,
    color var(--inno-ref-motion-duration-standard, 220ms) ease,
    background var(--inno-ref-motion-duration-standard, 220ms) ease;
}

.nav-cta,
.btn.primary {
  border-color: var(--inno-sys-color-action-primary, #1f5959);
  color: #fff;
  background: var(--inno-sys-color-action-primary, #1f5959);
  box-shadow: 0 10px 26px rgba(31, 89, 89, .16);
}

.nav-cta::after,
.btn.primary::after {
  content: "↗";
  font-size: .95em;
}

.nav-cta:hover,
.btn.primary:hover {
  background: var(--inno-sys-color-action-primary-hover, #163b3c);
  box-shadow: 0 16px 32px rgba(22, 59, 60, .22);
}

.btn.line,
.btn.ghost {
  border-color: var(--inno-sys-color-border-strong, rgba(31, 89, 89, .26));
  color: var(--inno-sys-color-action-primary, #1f5959);
  background: transparent;
  box-shadow: none;
}

.hero-carousel,
.hero-content {
  min-height: max(760px, calc(100svh - var(--inno-sys-layout-section-min, 82px)));
}

.hero-carousel {
  color: #fff;
  background: var(--inno-ref-color-teal-950, #163b3c);
}

.hero-media img {
  filter: saturate(.88) contrast(1.03);
  transform: scale(1.045);
}

.hero-slide.is-active .hero-media img {
  animation-duration: var(--inno-ref-motion-duration-ambient, 6800ms);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 40, 41, .93) 0%, rgba(10, 40, 41, .79) 30%, rgba(10, 40, 41, .38) 57%, rgba(10, 40, 41, .04) 82%),
    linear-gradient(180deg, rgba(9, 32, 33, .08), rgba(9, 32, 33, .42));
}

.hero-slide:nth-child(2) .hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 40, 41, .94) 0%, rgba(10, 40, 41, .8) 31%, rgba(10, 40, 41, .34) 60%, rgba(10, 40, 41, .08) 100%),
    linear-gradient(180deg, rgba(13, 42, 42, .08), rgba(13, 42, 42, .45));
}

.hero-content {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  padding-block: 86px 132px;
}

.hero-copy {
  grid-column: 1 / span 6;
  width: auto;
  max-width: 690px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  color: #f0d6af;
  font-size: clamp(.68rem, .72vw, .79rem);
  letter-spacing: .19em;
}

.hero-eyebrow::before {
  width: 38px;
  height: 1px;
  content: "";
  background: currentColor;
}

.hero-title {
  max-width: 11.5ch;
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.6rem);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1.08;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .2);
}

.hero-description {
  max-width: 34rem;
  margin-block: 28px 34px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 1.15vw, 1.13rem);
  line-height: 1.85;
}

.hero-actions {
  align-items: center;
  gap: 14px;
}

.hero-actions .btn.primary {
  border-color: #fff;
  color: var(--inno-sys-color-action-primary, #1f5959);
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 31, 31, .16);
}

.hero-actions .btn.primary:hover {
  color: #fff;
  background: var(--inno-sys-color-action-primary, #1f5959);
}

.hero-actions .btn.ghost {
  min-height: 46px;
  padding-inline: 4px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .58);
  border-radius: 0;
  color: #fff;
  background: transparent;
}

.hero-control-wrap {
  bottom: 31px;
}

.hero-controls {
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(10, 40, 41, .48);
  box-shadow: 0 14px 36px rgba(6, 28, 29, .16);
  backdrop-filter: blur(16px);
}

.hero-controls button {
  border-color: transparent;
  color: rgba(255, 255, 255, .76);
  background: transparent;
  backdrop-filter: none;
}

.hero-controls button:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.hero-pagination button {
  width: 64px;
}

.hero-pagination button.is-active {
  color: #fff;
  border-color: transparent;
}

.hero-pagination button::after {
  right: 13px;
  left: 13px;
  background: rgba(255, 255, 255, .22);
}

.hero-pagination button.is-active::after {
  background: #e7cda8;
}

.trust-ribbon {
  border: 0;
  color: #fff;
  background: var(--inno-ref-color-teal-950, #163b3c);
  box-shadow: none;
}

.trust-items > div {
  padding-block: 25px;
  border-right-color: rgba(255, 255, 255, .11);
  background: transparent;
}

.trust-items strong {
  font-family: var(--inno-ref-font-family-sans, Pretendard, "Noto Sans KR", sans-serif);
  font-size: .95rem;
  font-weight: 760;
}

.trust-items em {
  color: rgba(255, 255, 255, .58);
}

.trust-icon {
  display: block;
  flex-basis: auto;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: #e7cda8;
  background: transparent;
  font-family: var(--inno-ref-font-family-sans, Pretendard, "Noto Sans KR", sans-serif);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.section.soft {
  background:
    linear-gradient(180deg, rgba(242, 248, 246, .76), rgba(255, 254, 251, .86));
}

.split {
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.45fr);
  gap: clamp(48px, 7vw, 100px);
}

.feature-grid.three {
  gap: 0;
  border-block: 1px solid var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .14));
}

.feature-card {
  min-height: 290px;
  padding: 36px 30px;
  border: 0;
  border-left: 1px solid var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .14));
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.feature-card:first-child {
  border-left: 0;
}

.feature-card i {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 46px;
  border: 0;
  border-radius: 0;
  color: var(--inno-sys-color-text-accent, #88572c);
  background: transparent;
  font-family: var(--inno-ref-font-family-sans, Pretendard, "Noto Sans KR", sans-serif);
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.feature-card h3 {
  font-size: 1.25rem;
}

.feature-card small {
  color: var(--inno-sys-color-text-accent, #88572c);
  font-family: var(--inno-ref-font-family-sans, Pretendard, "Noto Sans KR", sans-serif);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
}

.feature-card p {
  color: var(--inno-sys-color-text-secondary, #667477);
  line-height: 1.8;
}

.section.dark {
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(196, 150, 93, .18), transparent 30rem),
    radial-gradient(circle at 95% 100%, rgba(76, 145, 139, .22), transparent 32rem),
    var(--inno-ref-color-teal-950, #163b3c);
}

.section.dark .eyebrow {
  color: #e7cda8;
}

.section.dark p {
  color: rgba(255, 255, 255, .65);
}

.process-line {
  gap: 0;
  margin-top: 24px;
}

.process-line::before {
  position: absolute;
  top: 27px;
  right: 9%;
  left: 9%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(231, 205, 168, .48) 10%, rgba(231, 205, 168, .48) 90%, transparent);
}

.process-line article {
  position: relative;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.process-line span,
.process-mini strong {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  border: 1px solid rgba(231, 205, 168, .55);
  color: #f5dfbd;
  background: var(--inno-ref-color-teal-950, #163b3c);
  font-family: var(--inno-ref-font-family-sans, Pretendard, "Noto Sans KR", sans-serif);
  font-size: .72rem;
  font-weight: 800;
}

.process-line h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.08rem;
}

.process-line p {
  color: rgba(255, 255, 255, .62);
  line-height: 1.75;
}

.network-section {
  background: var(--inno-sys-color-bg-surface, #fff);
}

.network-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(250px, auto));
  gap: 20px;
}

.network-card {
  position: relative;
  border-color: var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .14));
  border-radius: var(--inno-sys-radius-card, 24px);
  background: var(--inno-sys-color-bg-surface, #fff);
  box-shadow: none;
}

.network-card:nth-child(1) {
  grid-column: 1 / span 7;
  grid-row: 1 / span 2;
  min-height: 590px;
}

.network-card:nth-child(2),
.network-card:nth-child(3) {
  grid-column: 8 / -1;
}

.network-card:nth-child(2) {
  grid-row: 1;
}

.network-card:nth-child(3) {
  display: grid;
  grid-template-columns: 36% 1fr;
  grid-row: 2;
}

.network-card picture {
  height: 255px;
  background: var(--inno-sys-color-bg-subtle, #f2f8f6);
}

.network-card:nth-child(1) picture {
  height: 100%;
  min-height: 590px;
}

.network-card:nth-child(1)::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 42%, rgba(11, 43, 44, .86));
}

.network-card:nth-child(1) div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
}

.network-card:nth-child(1) div p {
  color: rgba(255, 255, 255, .7);
}

.network-card:nth-child(2) {
  min-height: 270px;
}

.network-card:nth-child(2) picture {
  height: 100%;
  min-height: 270px;
}

.network-card:nth-child(2)::after {
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  content: "";
  pointer-events: none;
  background: linear-gradient(transparent, rgba(11, 43, 44, .76));
}

.network-card:nth-child(2) div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 24px;
  color: #fff;
}

.network-card:nth-child(2) h3 {
  margin: 0;
  color: #fff;
}

.network-card:nth-child(3) picture {
  height: 100%;
  min-height: 250px;
}

.network-card:nth-child(3) div {
  align-self: center;
}

.network-card div {
  padding: 30px;
}

.network-card span {
  color: #c4965d;
  font-size: .68rem;
  letter-spacing: .15em;
}

.network-card h3 {
  font-size: 1.32rem;
}

.editorial {
  background: linear-gradient(180deg, var(--inno-sys-color-bg-canvas, #fffefb), var(--inno-sys-color-bg-subtle, #f2f8f6));
}

.editorial-grid {
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, .52fr);
  gap: 20px;
}

.large-story {
  min-height: 620px;
  border-radius: var(--inno-sys-radius-card-large, 30px);
  box-shadow: var(--inno-sys-shadow-elevated, 0 24px 64px rgba(22, 59, 60, .14));
}

.large-story > picture img {
  object-position: center;
}

.large-story::after {
  background: linear-gradient(90deg, rgba(13, 50, 51, .96), rgba(13, 50, 51, .68) 44%, rgba(13, 50, 51, .08) 78%);
}

.large-story > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  max-width: 620px;
  padding: clamp(42px, 6vw, 76px);
}

.large-story h2 {
  font-size: clamp(2.3rem, 3.8vw, 4rem);
  line-height: 1.16;
}

.large-story p {
  max-width: 48ch;
  color: rgba(255, 255, 255, .74);
}

.large-story a {
  width: fit-content;
  margin-top: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(231, 205, 168, .65);
  color: #f0d8b6;
}

.doc-stack {
  padding: 26px;
  border-color: var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .14));
  border-radius: var(--inno-sys-radius-card, 24px);
  background: rgba(255, 255, 255, .9);
  box-shadow: none;
}

.doc-stack h3 {
  font-size: 1.08rem;
}

.doc-stack img {
  height: 205px;
  border-radius: 12px;
  background: #f3f0ea;
}

.insights-preview-feature,
.insight-preview-list > a,
.seo-card,
.visit-preview-media,
.consult-form,
.contact-cards,
.content-card,
.archive-card,
.message-card,
.board-list-panel,
.board-form-panel,
.pricing-table {
  border-color: var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .14));
  box-shadow: none;
}

.insight-preview-list {
  border-block: 1px solid var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .14));
}

.insight-preview-list > a {
  border: 0;
  border-bottom: 1px solid var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .14));
  border-radius: 0;
  background: transparent;
}

.insight-preview-list > a:last-child {
  border-bottom: 0;
}

.visit-preview-section {
  background:
    linear-gradient(110deg, rgba(234, 244, 241, .78), rgba(255, 254, 251, .92) 62%);
}

.visit-preview-media {
  border-radius: var(--inno-sys-radius-card-large, 30px);
  box-shadow: var(--inno-sys-shadow-elevated, 0 24px 64px rgba(22, 59, 60, .14));
}

.location-kicker {
  color: var(--inno-sys-color-text-accent, #88572c);
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.visit-preview-copy h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.8rem);
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding-block: 82px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 120%, rgba(196, 150, 93, .24), transparent 27rem),
    var(--inno-ref-color-teal-950, #163b3c);
}

.cta-band p {
  color: rgba(255, 255, 255, .68);
}

.cta-band .eyebrow {
  color: #e7cda8;
}

.cta-grid h2 {
  max-width: 16ch;
  font-size: clamp(2.3rem, 3.8vw, 3.8rem);
}

.qr-card {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}

.seo-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .14));
  border-radius: var(--inno-sys-radius-card, 24px);
}

.seo-card {
  min-height: 210px;
  padding: 30px;
  border: 0;
  border-right: 1px solid var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .14));
  border-bottom: 1px solid var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .14));
  border-radius: 0;
  background: transparent;
}

.seo-card:nth-child(3n) {
  border-right: 0;
}

.seo-card:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.seo-card:hover {
  z-index: 1;
  background: var(--inno-sys-color-bg-subtle, #f2f8f6);
  box-shadow: none;
  transform: none;
}

.seo-card span {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 34px;
  border-radius: 0;
  color: var(--inno-sys-color-text-accent, #88572c);
  background: transparent;
  font-family: var(--inno-ref-font-family-sans, Pretendard, "Noto Sans KR", sans-serif);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.sub-hero,
.board-hero,
.pricing-hero,
.insights-hero,
.insight-article-hero {
  color: #fff;
  background-color: var(--inno-ref-color-teal-950, #163b3c);
}

.sub-hero::before,
.board-hero::before,
.pricing-hero::before,
.insights-hero-shade,
.insight-article-shade {
  background:
    linear-gradient(90deg, rgba(11, 43, 44, .96), rgba(11, 43, 44, .74) 48%, rgba(11, 43, 44, .16)),
    linear-gradient(180deg, rgba(11, 43, 44, .08), rgba(11, 43, 44, .46));
}

.sub-hero .container,
.insights-hero .container,
.insight-article-hero .container {
  width: min(var(--inno-sys-layout-container-max, 1280px), calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.sub-hero h1,
.insights-hero h1,
.insight-article-hero h1 {
  color: #fff;
}

.sub-hero p,
.insights-hero p,
.insight-article-hero p {
  color: rgba(255, 255, 255, .76);
}

.breadcrumb {
  color: rgba(255, 255, 255, .62);
}

.breadcrumb a {
  color: #efd8b8;
}

.hero-icons span,
.insight-category.light {
  border-color: rgba(255, 255, 255, .22);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.consult-form,
.contact-cards,
.content-card,
.archive-card,
.message-card,
.board-list-panel,
.board-form-panel,
.pricing-table {
  border-radius: var(--inno-sys-radius-card, 24px);
  background: rgba(255, 255, 255, .96);
}

.consult-form {
  box-shadow: var(--inno-sys-shadow-elevated, 0 22px 64px rgba(22, 59, 60, .12));
}

.footer {
  border-top: 0;
  color: #fff;
  background:
    radial-gradient(circle at 90% 120%, rgba(196, 150, 93, .2), transparent 28rem),
    #123d3e;
}

.footer-glow {
  background: radial-gradient(ellipse at center, rgba(231, 205, 168, .12), transparent 70%);
}

.footer-col {
  border-left-color: rgba(255, 255, 255, .12);
}

.footer a {
  color: #fff;
}

.footer p {
  color: rgba(255, 255, 255, .64);
}

.footer small {
  color: rgba(255, 255, 255, .42);
}

.footer-location,
.footer-brand h2 {
  color: #efd8b8;
}

.footer-seo-links {
  border-top-color: rgba(255, 255, 255, .12);
}

.footer-seo-links a {
  color: rgba(255, 255, 255, .68);
}

.mini-kakao {
  border-color: rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .07);
}

.mini-kakao b {
  color: #fff;
}

.mini-kakao span {
  color: rgba(255, 255, 255, .58);
}

.admin-entry-link {
  color: rgba(255, 255, 255, .3);
}

@media (max-width: 1240px) {
  .nav-wrap {
    height: 74px;
  }

  .brand img {
    height: 50px;
  }

  .main-nav.open {
    border-color: var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .14));
    background: rgba(255, 255, 255, .99);
    box-shadow: 0 26px 72px rgba(18, 61, 62, .16);
  }

  .main-nav.open a {
    color: var(--inno-sys-color-text-primary, #263739);
  }

  .hero-copy {
    grid-column: 1 / span 7;
  }

  .network-card:nth-child(1) {
    grid-column: 1 / span 7;
  }
}

@media (max-width: 1020px) {
  .split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .feature-card {
    min-height: 250px;
  }

  .process-line {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 0;
  }

  .process-line::before {
    display: none;
  }

  .network-grid {
    grid-template-rows: auto;
  }

  .network-card:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 500px;
  }

  .network-card:nth-child(2) {
    grid-column: 1 / span 6;
    grid-row: auto;
  }

  .network-card:nth-child(3) {
    grid-column: 7 / -1;
    grid-row: auto;
    grid-template-columns: 1fr;
  }

  .network-card:nth-child(3) picture {
    max-height: 260px;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .doc-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 16px;
  }

  .doc-stack h3,
  .doc-stack .btn {
    grid-column: 1 / -1;
  }

  .doc-stack img {
    height: 260px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .container,
  .sub-hero .container,
  .insights-hero .container,
  .insight-article-hero .container {
    width: min(100% - 32px, var(--inno-sys-layout-container-max, 1280px));
  }

  .section {
    padding-block: 82px;
  }

  .nav-wrap {
    height: 68px;
  }

  .brand img {
    height: 45px;
  }

  .hero-carousel,
  .hero-content {
    min-height: max(720px, calc(100svh - 68px));
  }

  .hero-shade,
  .hero-slide:nth-child(2) .hero-shade {
    background:
      linear-gradient(180deg, rgba(11, 43, 44, .03) 8%, rgba(11, 43, 44, .18) 34%, rgba(11, 43, 44, .93) 70%, rgba(11, 43, 44, .99) 100%);
  }

  .hero-content {
    display: flex;
    justify-content: flex-end;
    padding: 118px 0 202px;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
    padding: 0 2px;
    color: #fff;
    background: transparent;
  }

  .hero-eyebrow {
    margin-bottom: 17px;
    font-size: .64rem;
    letter-spacing: .12em;
  }

  .hero-eyebrow::before {
    width: 24px;
  }

  .hero-title {
    max-width: 12ch;
    font-size: clamp(2.45rem, 11vw, 3.55rem);
    line-height: 1.1;
  }

  .hero-description {
    margin-block: 20px 24px;
    font-size: .94rem;
    line-height: 1.72;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .btn {
    min-height: 48px;
  }

  .hero-actions .btn.ghost {
    padding-inline: 4px;
  }

  .hero-control-wrap {
    bottom: 98px;
  }

  .hero-controls {
    gap: 2px;
    margin-inline: 0;
    padding: 5px;
  }

  .hero-controls button {
    min-width: 40px;
    min-height: 40px;
  }

  .hero-arrow {
    display: grid;
    place-items: center;
  }

  .hero-pagination button {
    width: 46px;
  }

  .trust-items {
    grid-template-columns: 1fr;
  }

  .trust-items > div {
    padding: 19px 2px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .trust-items > div:last-child {
    border-bottom: 0;
  }

  .section-head h2 {
    font-size: clamp(2.1rem, 10vw, 3.1rem);
  }

  .feature-grid.three {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .feature-card:first-child {
    min-height: 0;
    padding: 28px 2px;
    border-top: 1px solid var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .14));
    border-left: 0;
  }

  .feature-card:first-child {
    border-top: 0;
  }

  .feature-card i {
    margin-bottom: 24px;
  }

  .process-line {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 26px;
  }

  .process-line::before {
    display: block;
    top: 20px;
    right: auto;
    bottom: 20px;
    left: 27px;
    width: 1px;
    height: auto;
    background: rgba(231, 205, 168, .3);
  }

  .process-line article {
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 20px;
    padding: 0 0 34px;
    text-align: left;
  }

  .process-line span {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .process-line h3 {
    align-self: end;
  }

  .process-line p {
    grid-column: 2;
  }

  .network-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .network-card:nth-child(1),
  .network-card:nth-child(2),
  .network-card:nth-child(3) {
    display: block;
    grid-column: auto;
    min-height: 0;
  }

  .network-card:nth-child(1) picture {
    min-height: 430px;
  }

  .network-card:nth-child(2) picture {
    min-height: 300px;
  }

  .network-card:nth-child(3) picture {
    height: 280px;
    min-height: 0;
  }

  .network-card div {
    padding: 24px;
  }

  .large-story,
  .large-story > div {
    min-height: 590px;
  }

  .large-story > picture img {
    object-position: 63% center;
  }

  .large-story::after {
    background: linear-gradient(180deg, rgba(13, 50, 51, .08) 10%, rgba(13, 50, 51, .78) 57%, rgba(13, 50, 51, .98));
  }

  .large-story > div {
    justify-content: flex-end;
    padding: 34px 26px;
  }

  .large-story h2 {
    font-size: 2.35rem;
  }

  .doc-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
  }

  .doc-stack img {
    height: 190px;
  }

  .visit-preview-copy h2 {
    font-size: 2.75rem;
  }

  .cta-grid {
    align-items: stretch;
  }

  .seo-card-grid {
    grid-template-columns: 1fr;
  }

  .seo-card,
  .seo-card:nth-child(3n),
  .seo-card:nth-last-child(-n + 3) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--inno-sys-color-border-subtle, rgba(31, 89, 89, .14));
  }

  .seo-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 420px) {
  .hero-title {
    font-size: 2.36rem;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-actions .btn.ghost {
    width: fit-content;
  }

  .hero-pagination button {
    width: 40px;
  }

  .doc-stack {
    grid-template-columns: 1fr;
  }

  .doc-stack h3,
  .doc-stack .btn {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img,
  .network-card img {
    animation: none !important;
    transition-duration: 1ms !important;
    transform: none !important;
  }
}
