/*
Theme Name: SNU Company
Theme URI: https://snucompany.com
Author: 5FUNNEL (OSC)
Description: 에스앤유컴퍼니 온라인 수익화 코칭 랜딩 — Astro 정본(sites/snu-company v4)의 충실 WP 포팅. C-코랄(웜 아이보리/코랄) 팔레트. 전화 없음, 폼 단일 전환. 광고법 안전(가격·소득 보장 표현 없음).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: snu
*/

/* ===== @osc/ui global.css (base resets + tokens + .osc-* + font-face) ===== */
/* ===========================================================================
   @osc/ui — global design tokens + Korean web guardrails
   Imported once per site (sites/<client>/src/layouts/BaseLayout.astro).
   Tailwind v4 is configured via @import "tailwindcss" in the site entry CSS;
   this file holds tokens + base resets shared across all client sites.
   =========================================================================== */

/* --- Pretendard Variable (self-hosted via CDN fallback) ------------------- */
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/woff2/PretendardVariable.woff2")
    format("woff2-variations");
}

:root {
  /* Brand — OSC client default (overridable per site).
     으뜸ENG = trust/blue construction tone. Single brand blue, no gradient soup. */
  --brand-primary: #1f5fbf;        /* primary blue */
  --brand-primary-dark: #16498f;
  --brand-primary-soft: #eaf1fb;   /* tinted background */
  --brand-ink: #16202e;            /* near-black text */
  --brand-ink-soft: #54616f;       /* secondary text */
  --brand-line: #e2e7ee;           /* hairline borders */
  --brand-surface: #ffffff;
  --brand-surface-alt: #f6f8fb;
  --brand-accent: #ff7a1a;         /* CTA / phone accent (warm) */
  --brand-success: #14924d;

  /* Typography */
  --font-sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", system-ui, sans-serif;

  /* Radius / shadow (restrained — no heavy blobs) */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow-card: 0 1px 2px rgba(22, 32, 46, 0.04), 0 8px 24px rgba(22, 32, 46, 0.06);

  /* Layout */
  --container-max: 720px;          /* mobile-first single-column lead page */
  --mobile-callbar-h: 64px;        /* reserved space for fixed bottom call bar */
}

/* --- Base resets ---------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--brand-ink);
  background: var(--brand-surface);
  line-height: 1.7;
  /* Korean text: prevent mid-syllable line breaks across the whole page. */
  word-break: keep-all;
  overflow-wrap: anywhere;
  /* iOS Safari address-bar safe — use dvh, never 100vh. */
  min-height: 100dvh;
}

/* Korean headlines: snug leading + balanced wrap (no orphan words). */
h1,
h2,
h3 {
  line-height: 1.25;
  text-wrap: balance;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0;
}

p {
  text-wrap: pretty;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/* --- Shared utility classes (framework-agnostic, used by @osc/ui parts) --- */
.osc-container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: 20px;
}

.osc-eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--brand-primary);
  text-transform: none;
}

/* CTA buttons — GPU-safe transitions only (transform/opacity). */
.osc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  border-radius: var(--radius-md);
  padding: 14px 22px;
  border: 1px solid transparent;
  transition: transform 0.15s ease, opacity 0.15s ease;
  will-change: transform;
}
.osc-btn:active {
  transform: translateY(1px);
}
.osc-btn-primary {
  background: var(--brand-primary);
  color: #fff;
}
.osc-btn-call {
  background: var(--brand-accent);
  color: #fff;
}
.osc-btn-ghost {
  background: #fff;
  color: var(--brand-primary);
  border-color: var(--brand-primary);
}

/* Placeholder image slot — labeled, never a real unverified asset. */
.osc-image-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--brand-surface-alt);
  border: 1px dashed var(--brand-line);
  border-radius: var(--radius-md);
  color: var(--brand-ink-soft);
  font-size: 0.8125rem;
  padding: 24px;
  min-height: 160px;
}

/* Reduced-motion respect. */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .osc-btn {
    transition: none;
  }
}

/* ===== app.css (:root C-코랄 오버라이드 + 3D 버튼 + 폼 UX + 스크롤 리빌) ===== */
/* Tailwind v4 (via @tailwindcss/vite) + shared OSC design tokens. */


/* ── 에스앤유컴퍼니 — C 코랄(웜 베이지/코랄) 팔레트 ──────────────────────────
   global.css :root 토큰을 site 단위로 오버라이드 (import 뒤 = 소스 순서 우선).
   무드: 따뜻·친근·여성·인스타 감성. 코랄 주조 + 웜 아이보리 배경 + 골드 포인트.
   커스텀 데스크탑 홈(윤호병원 아키텍처 포크) 전용 토큰을 함께 정의. */
:root {
  --brand-primary: #E8896B;        /* 코랄 (주조) */
  --brand-primary-dark: #C5654A;   /* 딥 코랄 */
  --brand-primary-soft: #FBEAE1;   /* 코랄 소프트 (틴트) */
  --brand-ink: #38291F;            /* 웜 다크 브라운 (본문) */
  --brand-ink-soft: #7A6A5E;       /* 보조 텍스트 (웜) */
  --brand-line: #EFE2D8;           /* 헤어라인 (웜) */
  --brand-surface: #FFF8F1;        /* 웜 아이보리 (페이지 배경) */
  --brand-surface-alt: #FBF0E9;    /* alt 섹션 / 입력 배경 (웜) */
  --brand-accent: #E7B14C;         /* 포인트 골드 */
  --brand-success: #3E8E5A;        /* 접수 완료 표시 */

  /* ── 커스텀 클론 전용 토큰 (코랄 팔레트) ── */
  --brand-dark: #2E211A;           /* 다크 섹션(웜 차콜 브라운) */
  --brand-dark-2: #3B2C22;         /* 다크 카드 */
  --brand-gold-soft: #F6E6C6;      /* 골드 틴트 */
  --brand-cream: #FDF3EA;          /* 카드 크림 */

  /* ── 버튼 입체감(3D) 공통 토큰 ── (윤호병원 구조 포크, palette-agnostic)
     sheen = 같은 색 위 세로 명도차(상단 하이라이트 → 하단 음영)로 버벨감.
     shadow = 다단 box-shadow. transform·box-shadow만 애니메이션(GPU). */
  --btn-sheen: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 46%, rgba(0, 0, 0, 0.12) 100%);
  --btn-shadow: 0 1px 2px rgba(44, 38, 34, 0.18), 0 3px 8px rgba(44, 38, 34, 0.14);
  --btn-shadow-hover: 0 3px 6px rgba(44, 38, 34, 0.20), 0 10px 22px rgba(44, 38, 34, 0.18);
  --btn-shadow-active: 0 1px 2px rgba(44, 38, 34, 0.22);
  --btn-shadow-dark: 0 2px 8px rgba(0, 0, 0, 0.32);
  --btn-shadow-dark-hover: 0 6px 20px rgba(0, 0, 0, 0.42);

  /* ── 공용 easing 토큰 (natural deceleration, bounce/elastic 금지) ──
     스코프드 컴포넌트 스타일에도 커스텀 프로퍼티는 상속되므로 단일 출처로 사용. */
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ── 히어로 플로팅 칩 — 은은한 상하 부유 루프(GPU-safe: transform만) ──
   전역 정의 → SiteHero 스코프드 스타일에서 이름으로 참조. */
@keyframes snu-float-a {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@keyframes snu-float-b {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ── 상담 폼 제출 버튼(@osc/ui LeadForm .osc-btn) 입체감 ──
   공유 패키지는 수정하지 않고 site 레벨에서 오버라이드(@import 뒤 = 소스 순서 우선).
   solid 코랄 배경 위 sheen + depth shadow + hover 리프트 + active press. */
.osc-btn-primary,
.osc-btn-call {
  background: var(--btn-sheen), var(--brand-primary);
  box-shadow: var(--btn-shadow);
  transition:
    transform 0.2s var(--ease-out-quart),
    box-shadow 0.2s var(--ease-out-quart),
    filter 0.2s var(--ease-out-quart);
}
.osc-btn-call {
  background: var(--btn-sheen), var(--brand-accent);
}
.osc-btn-primary:hover,
.osc-btn-call:hover {
  transform: translateY(-2px);
  box-shadow: var(--btn-shadow-hover);
  filter: brightness(1.04);
}
.osc-btn-primary:active,
.osc-btn-call:active {
  transform: translateY(0);
  box-shadow: var(--btn-shadow-active);
}
@media (prefers-reduced-motion: reduce) {
  .osc-btn-primary,
  .osc-btn-call {
    transition: none;
  }
  .osc-btn-primary:hover,
  .osc-btn-call:hover {
    transform: none;
  }
}

/* ── 상담 폼 UX 폴리시 (SITE-LOCAL — 공유 @osc/ui LeadForm 파일 무수정) ──────
   포커스 코랄 링 + 실시간 유효성 상태 + 제출 로딩 스피너 + 성공 체크마크.
   @import 뒤라 소스 순서 우선 → snu-company 페이지에서만 적용(타 사이트 무영향). */
.osc-field input,
.osc-field textarea {
  transition:
    border-color 0.16s var(--ease-out-quart),
    box-shadow 0.16s var(--ease-out-quart),
    background-color 0.16s var(--ease-out-quart);
}
.osc-field input:focus,
.osc-field textarea:focus {
  outline: 2px solid var(--brand-primary);
  outline-offset: 1px;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(232, 137, 107, 0.18);
}
/* 실시간 유효성 — ContactSection 사이트-로컬 스크립트가 is-valid/is-invalid 토글 */
.osc-field.is-invalid input,
.osc-field.is-invalid textarea {
  border-color: #d9654e;
  box-shadow: 0 0 0 3px rgba(217, 101, 78, 0.15);
}
.osc-field.is-valid input {
  border-color: rgba(62, 142, 90, 0.55);
}
.osc-field__hint {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.45;
  color: #b85640;
  display: flex;
  align-items: center;
  gap: 4px;
}
.osc-field.is-valid .osc-field__hint {
  color: var(--brand-success);
}
.osc-field__hint::before {
  content: "";
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

/* 제출 로딩 — 공유 JS가 button.disabled=true + "전송 중..." 세팅할 때 스피너 노출 */
.osc-leadform-submit:disabled {
  opacity: 0.85;
  cursor: progress;
}
.osc-leadform-submit:disabled::before {
  content: "";
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  animation: snu-spin 0.7s linear infinite;
}
@keyframes snu-spin {
  to {
    transform: rotate(360deg);
  }
}

/* 성공 상태 — 접수 완료 체크마크 배지 + 부드러운 팝인 */
.osc-leadform-done::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  margin: 2px auto 16px;
  border-radius: 50%;
  background:
    var(--brand-success)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E")
    center / 28px 28px no-repeat;
  box-shadow: 0 12px 26px -10px rgba(62, 142, 90, 0.65);
  animation: snu-pop 0.42s var(--ease-out-quint);
}
@keyframes snu-pop {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .osc-leadform-submit:disabled::before {
    display: none;
  }
  .osc-leadform-done::before {
    animation: none;
  }
}

/* ── 앵커 스크롤: sticky 헤더 높이만큼 여백 확보(제목이 헤더에 가리지 않게) ── */
:where(section[id], [data-anchor]) {
  scroll-margin-top: 88px;
}

/* ── 키보드 포커스 링 (접근성) — 마우스 클릭엔 미노출(:focus-visible), 키보드 탐색 시 코랄 링.
   최신 브라우저는 outline이 border-radius를 따라감(둥근 요소=둥근 링). */
:where(a, button, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 3px;
}
/* 다크 섹션 위 요소는 더 밝은 링으로 대비 확보 */
:where(.hero, .darkcta, .site-footer, .quickmenu) :where(a, button):focus-visible {
  outline-color: var(--brand-accent);
}

/* ── 스크롤 리빌 (방향성 + 스태거) ─────────────────────────────────────────
   [data-reveal]         = fade + translateY up (기본, 섹션 헤드·카드).
   [data-reveal="left"]  = 왼쪽에서 슬라이드-인 (지그재그 행: 이미지가 좌측일 때).
   [data-reveal="right"] = 오른쪽에서 슬라이드-인 (이미지가 우측일 때).
   스태거는 각 항목의 --reveal-delay(인라인)로 제어. GPU-safe(opacity/transform만).
   html.reveal-on 은 head 인라인 스크립트가 (모션 허용 시에만) 부여 →
   reduced-motion 이거나 JS 미실행이면 클래스 없음 = 콘텐츠 항상 표시(graceful). */
html.reveal-on [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.72s var(--ease-out-quart),
    transform 0.72s var(--ease-out-quint);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
html.reveal-on [data-reveal="left"] {
  transform: translate3d(-44px, 8px, 0);
}
html.reveal-on [data-reveal="right"] {
  transform: translate3d(44px, 8px, 0);
}
html.reveal-on [data-reveal].is-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html.reveal-on [data-reveal],
  html.reveal-on [data-reveal="left"],
  html.reveal-on [data-reveal="right"] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ===== SiteHeader ===== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 248, 241, 0.86);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    border-bottom: 1px solid var(--brand-line);
  }
  .site-header__bar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.85rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .brand {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    flex-shrink: 0;
  }
  .brand__mark {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
  }
  .brand__mark-a {
    position: absolute;
    top: 1px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 7px;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
    box-shadow: 0 2px 6px rgba(197, 101, 74, 0.4);
  }
  .brand__mark-b {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 13px;
    height: 13px;
    border-radius: 4px;
    background: var(--brand-accent);
  }
  .brand__name {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--brand-ink);
    letter-spacing: -0.03em;
  }
  .brand__name b {
    color: var(--brand-primary-dark);
    font-weight: 800;
  }
  .site-nav {
    display: flex;
    align-items: center;
    gap: 1.9rem;
    margin-left: auto;
  }
  .site-nav__link {
    font-size: 0.98rem;
    font-weight: 600;
    color: rgba(56, 41, 31, 0.78);
    text-decoration: none;
    padding: 0.3rem 0;
    white-space: nowrap;
    letter-spacing: -0.01em;
    transition: color 0.15s ease;
  }
  .site-nav__link:hover {
    color: var(--brand-primary-dark);
  }
  .site-nav__link[aria-current="page"] {
    color: var(--brand-primary-dark);
    font-weight: 700;
  }
  .site-nav__cta {
    padding: 0.62rem 1.25rem;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    background: var(--btn-sheen), linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
    box-shadow: 0 6px 16px -6px rgba(197, 101, 74, 0.6);
    transition: transform 0.18s ease-out, box-shadow 0.18s ease-out, filter 0.18s ease-out;
  }
  .site-nav__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px -8px rgba(197, 101, 74, 0.7);
    filter: brightness(1.03);
  }
  .site-nav__cta:active {
    transform: translateY(0);
  }

  /* 햄버거 — 데스크탑 숨김 */
  .site-nav__toggle {
    display: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  .site-nav__bars {
    position: relative;
    width: 24px;
    height: 16px;
  }
  .site-nav__bars span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: var(--brand-ink);
    transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
  }
  .site-nav__bars span:nth-child(1) { top: 0; }
  .site-nav__bars span:nth-child(2) { top: 7px; }
  .site-nav__bars span:nth-child(3) { top: 14px; }
  .site-nav__toggle.is-open .site-nav__bars span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }
  .site-nav__toggle.is-open .site-nav__bars span:nth-child(2) { opacity: 0; }
  .site-nav__toggle.is-open .site-nav__bars span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
  }

  @media (max-width: 900px) {
    .site-header__bar {
      gap: 1rem;
      padding: 0.8rem 1.25rem;
    }
    .site-nav__toggle {
      display: inline-flex;
    }
    .site-nav {
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      margin-left: 0;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      background: #fff;
      border-bottom: 1px solid var(--brand-line);
      box-shadow: 0 14px 24px rgba(56, 41, 31, 0.12);
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.28s ease;
      z-index: 55;
    }
    .site-nav.is-open {
      max-height: 82vh;
    }
    .site-nav__link {
      padding: 1rem 1.5rem;
      font-size: 1rem;
      border-top: 1px solid var(--brand-line);
    }
    .site-nav__cta {
      margin: 0.9rem 1.5rem 1.1rem;
      text-align: center;
      padding: 0.85rem 1.25rem;
      border-radius: 12px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .site-nav,
    .site-nav__bars span,
    .site-nav__cta {
      transition: none;
    }
    .site-nav__cta:hover {
      transform: none;
    }
  }

/* ===== SiteHero ===== */
.hero {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    display: flex;
    align-items: center;
    background:
      radial-gradient(680px 460px at 84% 8%, rgba(197, 101, 74, 0.34) 0%, transparent 62%),
      radial-gradient(560px 420px at 6% 96%, rgba(231, 177, 76, 0.18) 0%, transparent 60%),
      linear-gradient(155deg, #3a2a20 0%, var(--brand-dark) 58%, #241a13 100%);
  }
  .hero__glow {
    position: absolute;
    top: -160px;
    right: -80px;
    width: 620px;
    height: 620px;
    background: radial-gradient(circle, rgba(232, 137, 107, 0.28) 0%, transparent 66%);
    pointer-events: none;
  }
  .hero__stars {
    position: absolute;
    top: 46px;
    left: 40px;
    width: 460px;
    height: 300px;
    pointer-events: none;
    opacity: 0.9;
  }
  .hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.5rem 1.5rem;
    display: grid;
    grid-template-columns: 1.02fr 1.06fr;
    gap: 3.5rem;
    align-items: center;
  }

  /* ── left ── */
  .hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 1rem 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(251, 234, 225, 0.1);
    border: 1px solid rgba(232, 137, 107, 0.34);
    color: #f7ddce;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: -0.01em;
  }
  .hero__eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand-primary);
    box-shadow: 0 0 0 4px rgba(232, 137, 107, 0.24);
  }
  .hero__accent {
    margin-top: 1.5rem;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: var(--brand-primary);
  }
  .hero__headline {
    margin-top: 0.4rem;
    /* 유동 타입스케일 — 브레이크포인트 점프 없이 360~1200px 매끄럽게 */
    font-size: clamp(2.1rem, 1.05rem + 3.7vw, 3.5rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.035em;
    color: #fdf3ea;
    word-break: keep-all;
    text-wrap: balance;
  }
  .hero__mark {
    background: linear-gradient(100deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  .hero__sub {
    margin-top: 1.6rem;
    max-width: 34ch;
    font-size: clamp(1.02rem, 0.92rem + 0.5vw, 1.2rem);
    line-height: 1.66;
    font-weight: 400;
    color: rgba(253, 243, 234, 0.78);
    word-break: keep-all;
    text-wrap: pretty;
  }
  .hero__cta-row {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-top: 2.4rem;
    flex-wrap: wrap;
  }
  .hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: -0.01em;
    transition: transform 0.18s ease-out, box-shadow 0.18s ease-out, filter 0.18s ease-out,
      background-color 0.18s ease-out, border-color 0.18s ease-out, color 0.18s ease-out;
  }
  .hero__btn--primary {
    padding: 1.05rem 1.9rem;
    border-radius: 16px;
    font-size: 1.1rem;
    color: #fff;
    background: var(--btn-sheen), linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
    box-shadow: 0 16px 34px -12px rgba(197, 101, 74, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }
  .hero__btn--primary svg {
    width: 19px;
    height: 19px;
  }
  .hero__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px -12px rgba(197, 101, 74, 0.82), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    filter: brightness(1.03);
  }
  .hero__btn--primary:active {
    transform: translateY(0);
  }
  .hero__btn--ghost {
    padding: 0.95rem 1.35rem;
    border-radius: 16px;
    font-size: 1.02rem;
    font-weight: 600;
    color: #f4ddcf;
    border: 1.5px solid rgba(253, 243, 234, 0.24);
    background: rgba(253, 243, 234, 0.04);
  }
  .hero__btn--ghost span {
    color: var(--brand-accent);
    font-weight: 800;
  }
  .hero__btn--ghost:hover {
    border-color: rgba(232, 137, 107, 0.6);
    color: #fff;
    background: rgba(232, 137, 107, 0.12);
    transform: translateY(-2px);
  }
  .hero__chips {
    list-style: none;
    margin: 2.1rem 0 0;
    padding: 0;
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
  }
  .hero__chips li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #f6e2d6;
    background: rgba(251, 234, 225, 0.07);
    border: 1px solid rgba(232, 137, 107, 0.2);
  }
  .hero__chip-tick {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--brand-accent);
  }

  /* ── right visual ── */
  .hero__visual {
    position: relative;
    height: 560px;
  }
  .hero__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(48px);
    pointer-events: none;
  }
  .hero__blob--gold {
    width: 300px;
    height: 300px;
    right: -26px;
    top: -30px;
    background: rgba(231, 177, 76, 0.5);
    opacity: 0.75;
  }
  .hero__blob--coral {
    width: 280px;
    height: 280px;
    left: -40px;
    bottom: -26px;
    background: rgba(232, 137, 107, 0.5);
    opacity: 0.6;
  }
  .hero__photo {
    position: absolute;
    inset: 0;
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 44px 90px -36px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }
  .hero__photo .img-slot {
    height: 100%;
  }
  .hero__float {
    position: absolute;
    z-index: 3;
    background: rgba(255, 250, 245, 0.96);
    border: 1px solid rgba(56, 41, 31, 0.08);
    box-shadow: 0 24px 48px -22px rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
  .hero__float--tag {
    top: 22px;
    left: -26px;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1.05rem;
    border-radius: 15px;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--brand-ink);
    animation: snu-float-a 6s ease-in-out infinite;
  }
  .hero__float--tag svg {
    width: 18px;
    height: 18px;
  }
  .hero__float--card {
    bottom: 20px;
    right: -24px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.9rem 1.15rem;
    border-radius: 18px;
    animation: snu-float-b 7.2s ease-in-out infinite;
  }
  .hero__avatars {
    display: flex;
  }
  .hero__avatars i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2.5px solid #fffaf5;
    margin-left: -10px;
    display: block;
  }
  .hero__avatars i:first-child {
    margin-left: 0;
  }
  .hero__avatars i:nth-child(1) { background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark)); }
  .hero__avatars i:nth-child(2) { background: linear-gradient(135deg, var(--brand-accent), var(--brand-primary)); }
  .hero__avatars i:nth-child(3) { background: linear-gradient(135deg, var(--brand-primary-soft), var(--brand-primary)); }
  .hero__float-txt strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--brand-ink);
  }
  .hero__float-txt span {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 2px;
    color: var(--brand-ink-soft);
  }

  @media (max-width: 980px) {
    .hero {
      min-height: 0;
    }
    .hero__inner {
      grid-template-columns: 1fr;
      gap: 2.5rem;
      padding: 3rem 1.5rem;
    }
    .hero__visual {
      height: 400px;
      max-width: 440px;
      margin-inline: auto;
    }
    .hero__stars {
      width: 280px;
      height: 180px;
    }
  }
  @media (max-width: 560px) {
    .hero__inner {
      min-height: 560px;
      align-content: center;
    }
    .hero__float--tag {
      left: 6px;
    }
    .hero__float--card {
      right: 4px;
    }
    .hero__btn--primary,
    .hero__btn--ghost {
      flex: 1 1 auto;
      justify-content: center;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .hero__btn {
      transition: none;
    }
    .hero__btn:hover {
      transform: none;
    }
    .hero__float--tag,
    .hero__float--card {
      animation: none;
    }
  }

/* ===== SectionHead ===== */
.sec-head {
    max-width: 720px;
    margin: 0 auto 3rem;
  }
  .sec-head--center {
    text-align: center;
  }
  .sec-head--left {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }
  .sec-head__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--brand-primary-dark);
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(232, 137, 107, 0.12);
    border: 1px solid rgba(232, 137, 107, 0.28);
    margin-bottom: 1.1rem;
  }
  .sec-head__title {
    font-size: clamp(1.6rem, 1.2rem + 1.75vw, 2.2rem);
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.022em;
    color: var(--brand-ink);
    word-break: keep-all;
    text-wrap: balance;
  }
  .sec-head__title strong {
    color: var(--brand-primary-dark);
  }
  .sec-head__sub {
    margin-top: 1rem;
    color: var(--brand-ink-soft);
    font-size: 1.02rem;
    line-height: 1.7;
    word-break: keep-all;
    text-wrap: pretty;
  }

  @media (max-width: 900px) {
    .sec-head {
      margin-bottom: 2.2rem;
    }
  }

/* ===== ImageSlot ===== */
.img-slot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
      radial-gradient(120% 90% at 20% 12%, rgba(255, 255, 255, 0.7) 0%, transparent 46%),
      linear-gradient(150deg, var(--brand-primary-soft) 0%, rgba(232, 137, 107, 0.32) 60%, rgba(197, 101, 74, 0.42) 100%);
    color: var(--brand-primary-dark);
    overflow: hidden;
  }
  .img-slot.dark {
    background: linear-gradient(150deg, #4a352a 0%, #33251d 62%, #241a14 100%);
    color: #e8d3c6;
  }
  .img-slot__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .img-slot__label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    padding: 0.5em 1em;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: rgba(56, 41, 31, 0.72);
    white-space: nowrap;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
  .img-slot.dark .img-slot__label {
    background: rgba(0, 0, 0, 0.34);
    border-color: rgba(255, 255, 255, 0.14);
    color: #e6d2c4;
  }
  .img-slot__ic {
    width: 18px;
    height: 18px;
    opacity: 0.8;
  }

/* ===== PositiveSet ===== */
.positive {
    background: var(--brand-surface);
    padding: 4.5rem 1.5rem;
  }
  .positive__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .positive__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .positive__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.4rem 1.6rem;
    background: var(--brand-primary-soft);
    border: 1px solid var(--brand-line);
    border-radius: 16px;
    font-size: 1.04rem;
    font-weight: 500;
    color: var(--brand-ink);
    word-break: keep-all;
    line-height: 1.5;
    transition: transform 0.2s var(--ease-out-quart), box-shadow 0.2s var(--ease-out-quart);
  }
  .positive__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px -18px rgba(197, 101, 74, 0.55);
  }
  .positive__check {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px -6px rgba(197, 101, 74, 0.7);
  }
  .positive__check svg {
    width: 18px;
    height: 18px;
  }

  @media (max-width: 720px) {
    .positive__grid {
      grid-template-columns: 1fr;
    }
    .positive {
      padding: 3.2rem 1.25rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .positive__item {
      transition: none;
    }
    .positive__item:hover {
      transform: none;
    }
  }

/* ===== ValueProof ===== */
.value {
    background: var(--brand-surface-alt);
    padding: 4.5rem 1.5rem;
  }
  .value__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .value__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
  .value__card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.7rem 1.9rem;
    background: #fff;
    border: 1px solid var(--brand-line);
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(56, 41, 31, 0.04), 0 18px 40px -30px rgba(56, 41, 31, 0.4);
    transition: transform 0.2s var(--ease-out-quart), box-shadow 0.2s var(--ease-out-quart);
  }
  .value__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 50px -28px rgba(197, 101, 74, 0.5);
  }
  .value__num {
    position: absolute;
    top: 1.4rem;
    right: 1.5rem;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--brand-primary);
    opacity: 0.55;
  }
  .value__icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: var(--brand-primary-soft);
    color: var(--brand-primary-dark);
    margin-bottom: 1.35rem;
  }
  .value__icon svg {
    width: 26px;
    height: 26px;
  }
  .value__title {
    font-size: 1.16rem;
    font-weight: 800;
    line-height: 1.35;
    color: var(--brand-ink);
    word-break: keep-all;
  }
  .value__body {
    margin-top: 0.7rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--brand-ink-soft);
    word-break: keep-all;
    text-wrap: pretty;
  }

  @media (max-width: 940px) {
    .value__grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 520px) {
    .value__grid {
      grid-template-columns: 1fr;
    }
    .value {
      padding: 3.2rem 1.25rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .value__card {
      transition: none;
    }
    .value__card:hover {
      transform: none;
    }
  }

/* ===== PointDetails ===== */
.pdet {
    background: var(--brand-surface);
    padding: 4.5rem 1.5rem;
  }
  .pdet__inner {
    max-width: 1120px;
    margin: 0 auto;
  }
  .pdet__rows {
    display: grid;
    gap: 1.6rem;
  }
  .pdet__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    border: 1px solid var(--brand-line);
    border-radius: 22px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 20px 44px -34px rgba(56, 41, 31, 0.45);
  }
  .pdet__media {
    min-height: 300px;
  }
  .pdet__media .img-slot {
    height: 100%;
  }
  .pdet__copy {
    padding: 2.8rem 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--brand-primary-soft);
    border-left: 4px solid var(--brand-primary);
  }
  .pdet__row[data-flip="true"] .pdet__media {
    order: 2;
  }
  .pdet__row[data-flip="true"] .pdet__copy {
    border-left: 0;
    border-right: 4px solid var(--brand-primary);
  }
  .pdet__num {
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--brand-primary-dark);
  }
  .pdet__title {
    margin-top: 0.5rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--brand-ink);
    letter-spacing: -0.02em;
    word-break: keep-all;
  }
  .pdet__body {
    margin-top: 0.95rem;
    font-size: 1rem;
    line-height: 1.78;
    color: var(--brand-ink-soft);
    word-break: keep-all;
    text-wrap: pretty;
  }
  .pdet__link {
    align-self: flex-start;
    margin-top: 1.7rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--brand-primary-dark);
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1.5px solid var(--brand-primary);
    transition: gap 0.16s ease;
  }
  .pdet__link:hover {
    gap: 0.6rem;
  }

  @media (max-width: 860px) {
    .pdet__row {
      grid-template-columns: 1fr;
    }
    .pdet__row[data-flip="true"] .pdet__media {
      order: 0;
    }
    .pdet__media {
      min-height: 220px;
    }
    .pdet__copy,
    .pdet__row[data-flip="true"] .pdet__copy {
      border-left: 0;
      border-right: 0;
      border-top: 4px solid var(--brand-primary);
      padding: 2rem 1.8rem;
    }
    .pdet {
      padding: 3.2rem 1.25rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .pdet__link {
      transition: none;
    }
  }

/* ===== ProcessSection ===== */
.proc {
    background: var(--brand-surface-alt);
    padding: 4.5rem 1.5rem;
  }
  .proc__inner {
    max-width: 1120px;
    margin: 0 auto;
  }
  .proc__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(var(--proc-count), 1fr);
    position: relative;
  }
  /* 번호 원을 잇는 연결선(원 중심 높이에 정렬) */
  .proc__steps::before {
    content: "";
    position: absolute;
    top: 33px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-accent));
    opacity: 0.4;
  }
  .proc__step {
    position: relative;
    text-align: center;
    padding: 0 0.7rem;
  }
  .proc__num {
    width: 66px;
    height: 66px;
    margin: 0 auto 1.1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px -8px rgba(197, 101, 74, 0.7);
    border: 4px solid var(--brand-surface-alt);
  }
  .proc__label {
    font-size: 1.04rem;
    font-weight: 800;
    color: var(--brand-ink);
    word-break: keep-all;
  }
  .proc__body {
    margin-top: 0.5rem;
    font-size: 0.88rem;
    line-height: 1.62;
    color: var(--brand-ink-soft);
    word-break: keep-all;
    text-wrap: pretty;
  }

  @media (max-width: 860px) {
    .proc__steps {
      grid-template-columns: 1fr;
      gap: 1.1rem;
      max-width: 440px;
      margin: 0 auto;
    }
    .proc__steps::before {
      display: none;
    }
    .proc__step {
      display: grid;
      grid-template-columns: 66px 1fr;
      gap: 1.1rem;
      align-items: center;
      text-align: left;
    }
    .proc__num {
      margin: 0;
    }
    .proc__label {
      grid-column: 2;
    }
    .proc__body {
      grid-column: 2;
      margin-top: 0.2rem;
    }
    .proc {
      padding: 3.2rem 1.25rem;
    }
  }

/* ===== TrustSection ===== */
.rev {
    background: var(--brand-surface);
    padding: 4.5rem 1.5rem;
  }
  .rev__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .rev__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.35rem;
  }
  .rev__card {
    position: relative;
    margin: 0;
    padding: 2.1rem 1.9rem 1.8rem;
    background: linear-gradient(160deg, #fff 0%, var(--brand-cream) 100%);
    border: 1px solid var(--brand-line);
    border-radius: 20px;
    box-shadow: 0 20px 44px -32px rgba(56, 41, 31, 0.45);
    transition: transform 0.2s var(--ease-out-quart), box-shadow 0.2s var(--ease-out-quart);
  }
  .rev__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 52px -28px rgba(197, 101, 74, 0.45);
  }
  .rev__num {
    position: absolute;
    top: 1.5rem;
    right: 1.6rem;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--brand-primary);
    opacity: 0.5;
  }
  .rev__quote-mark {
    display: block;
    font-family: Georgia, serif;
    font-size: 3.2rem;
    line-height: 0.5;
    color: var(--brand-primary);
    opacity: 0.5;
    height: 1.4rem;
  }
  .rev__quote {
    margin: 0.9rem 0 1.4rem;
    font-size: 1.04rem;
    line-height: 1.72;
    font-weight: 500;
    color: var(--brand-ink);
    word-break: keep-all;
    text-wrap: pretty;
  }
  .rev__who {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--brand-line);
  }
  .rev__avatar {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-primary-soft), var(--brand-primary));
    border: 2px solid #fff;
    box-shadow: 0 4px 10px -4px rgba(197, 101, 74, 0.6);
  }
  .rev__who-txt {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }
  .rev__who-txt strong {
    font-size: 0.94rem;
    font-weight: 800;
    color: var(--brand-ink);
  }
  .rev__tag {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--brand-primary-dark);
  }

  @media (max-width: 900px) {
    .rev__grid {
      grid-template-columns: 1fr;
      max-width: 520px;
      margin: 0 auto;
    }
    .rev {
      padding: 3.2rem 1.25rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .rev__card {
      transition: none;
    }
    .rev__card:hover {
      transform: none;
    }
  }

/* ===== CompareSection ===== */
.cmp {
    background: var(--brand-surface-alt);
    padding: 4.5rem 1.5rem;
  }
  .cmp__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .cmp__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    align-items: stretch;
  }
  .cmp__block {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--brand-line);
  }
  .cmp__head {
    padding: 1.25rem 1.7rem;
    font-size: 1.12rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    word-break: keep-all;
  }
  .cmp__pill {
    flex: 0 0 auto;
    font-size: 0.7rem;
    font-weight: 800;
    font-style: normal;
    background: #fff;
    color: var(--brand-primary-dark);
    padding: 0.24rem 0.7rem;
    border-radius: 999px;
  }
  .cmp__list {
    list-style: none;
    margin: 0;
    padding: 0.6rem 0;
  }
  .cmp__item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem 1.7rem;
  }
  .cmp__mark {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 0.78rem;
    font-weight: 900;
    margin-top: 0.1rem;
  }
  .cmp__row-copy {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    word-break: keep-all;
  }
  .cmp__axis {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    opacity: 0.7;
  }
  .cmp__val {
    font-size: 1rem;
    line-height: 1.45;
  }

  /* 좌: 일반 강의 (웜 그레이, 담백) */
  .cmp__block--others {
    background: #f2e9e0;
    color: var(--brand-ink-soft);
  }
  .cmp__block--others .cmp__head {
    background: #e8dccf;
    color: var(--brand-ink);
  }
  .cmp__mark--x {
    background: #f3ddd6;
    color: #b56048;
  }

  /* 우: 에스앤유컴퍼니 (코랄 솔리드 강조) */
  .cmp__block--ours {
    background: linear-gradient(160deg, var(--brand-primary), var(--brand-primary-dark));
    color: #fff;
    border-color: var(--brand-primary-dark);
    box-shadow: 0 24px 50px -26px rgba(197, 101, 74, 0.6);
  }
  .cmp__block--ours .cmp__head {
    background: rgba(0, 0, 0, 0.12);
    color: #fff;
  }
  .cmp__block--ours .cmp__axis {
    opacity: 0.82;
  }
  .cmp__mark--v {
    background: #fff;
    color: var(--brand-primary-dark);
  }

  @media (max-width: 720px) {
    .cmp__blocks {
      grid-template-columns: 1fr;
    }
    .cmp {
      padding: 3.2rem 1.25rem;
    }
  }

/* ===== Rebuttal ===== */
.reb {
    background: var(--brand-surface);
    padding: 4.5rem 1.5rem;
  }
  .reb__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .reb__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
  .reb__card {
    padding: 1.9rem 1.9rem;
    background: #fff;
    border: 1px solid var(--brand-line);
    border-radius: 20px;
    box-shadow: 0 18px 40px -32px rgba(56, 41, 31, 0.4);
    transition: transform 0.2s var(--ease-out-quart), box-shadow 0.2s var(--ease-out-quart);
  }
  .reb__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px -28px rgba(197, 101, 74, 0.42);
  }
  .reb__doubt {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--brand-ink);
    word-break: keep-all;
  }
  .reb__q {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--brand-primary-soft);
    color: var(--brand-primary-dark);
    font-size: 1rem;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.05rem;
  }
  .reb__answer {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-top: 1.05rem;
    padding-top: 1.05rem;
    border-top: 1px solid var(--brand-line);
    font-size: 0.98rem;
    line-height: 1.72;
    color: var(--brand-ink-soft);
    word-break: keep-all;
    text-wrap: pretty;
  }
  .reb__a {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 720px) {
    .reb__grid {
      grid-template-columns: 1fr;
    }
    .reb {
      padding: 3.2rem 1.25rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .reb__card {
      transition: none;
    }
    .reb__card:hover {
      transform: none;
    }
  }

/* ===== FaqSection ===== */
.faq {
    background: var(--brand-surface-alt);
    padding: 4.5rem 1.5rem;
  }
  .faq__inner {
    max-width: 820px;
    margin: 0 auto;
  }
  .faq__list {
    display: grid;
    gap: 0.8rem;
  }
  .faq__item {
    background: #fff;
    border: 1px solid var(--brand-line);
    border-radius: 16px;
    padding: 0 1.6rem;
    transition: box-shadow 0.16s ease;
  }
  .faq__item[open] {
    box-shadow: 0 16px 36px -26px rgba(197, 101, 74, 0.5);
    border-color: rgba(232, 137, 107, 0.4);
  }
  .faq__q {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.95rem;
    padding: 1.3rem 0;
    font-weight: 700;
    font-size: 1.02rem;
    color: var(--brand-ink);
    word-break: keep-all;
  }
  .faq__q::-webkit-details-marker {
    display: none;
  }
  .faq__q-badge {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .faq__q-text {
    flex: 1;
  }
  .faq__q::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--brand-primary);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s ease;
  }
  .faq__item[open] .faq__q::after {
    content: "−";
  }
  .faq__a {
    padding: 0 0 1.5rem 1.95rem;
    color: var(--brand-ink-soft);
    font-size: 0.97rem;
    line-height: 1.78;
    word-break: keep-all;
    text-wrap: pretty;
  }

  @media (max-width: 720px) {
    .faq {
      padding: 3.2rem 1.25rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .faq__item,
    .faq__q::after {
      transition: none;
    }
  }

/* ===== ContactSection ===== */
.contact {
    position: relative;
    background:
      radial-gradient(680px 420px at 50% -8%, rgba(232, 137, 107, 0.22) 0%, transparent 60%),
      linear-gradient(165deg, var(--brand-primary-soft) 0%, #fbe6db 44%, var(--brand-surface) 100%);
    padding: 5rem 1.5rem 5.5rem;
    overflow: hidden;
  }
  .contact::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 640px;
    height: 640px;
    background: radial-gradient(circle, rgba(231, 177, 76, 0.18) 0%, transparent 62%);
    pointer-events: none;
  }
  .contact__inner {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
  }
  .contact__form {
    max-width: 540px;
    margin: 0 auto;
  }
  .contact__note {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.85rem;
    color: var(--brand-ink-soft);
  }

  @media (max-width: 720px) {
    .contact {
      padding: 3.4rem 1.25rem 3.8rem;
    }
  }

/* ===== DarkCta ===== */
.darkcta {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(620px 380px at 82% 12%, rgba(197, 101, 74, 0.28) 0%, transparent 60%),
      linear-gradient(160deg, #34261e 0%, var(--brand-dark) 60%, #221913 100%);
    padding: 5rem 1.5rem;
    text-align: center;
  }
  .darkcta__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
  }
  .darkcta__glow--a {
    width: 340px;
    height: 340px;
    top: -80px;
    right: 6%;
    background: rgba(231, 177, 76, 0.16);
  }
  .darkcta__glow--b {
    width: 320px;
    height: 320px;
    bottom: -90px;
    left: 4%;
    background: rgba(232, 137, 107, 0.18);
  }
  .darkcta__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
  }
  .darkcta__eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: var(--brand-accent);
    margin-bottom: 1rem;
  }
  .darkcta__title {
    color: #fdf3ea;
    font-size: clamp(1.75rem, 1.2rem + 2.4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.022em;
    word-break: keep-all;
    text-wrap: balance;
  }
  .darkcta__lead {
    color: rgba(253, 243, 234, 0.74);
    margin-top: 1.1rem;
    font-size: 1.06rem;
    line-height: 1.7;
    word-break: keep-all;
    text-wrap: pretty;
  }
  .darkcta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 2rem;
    padding: 1.05rem 2.1rem;
    border-radius: 16px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: var(--btn-sheen), linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
    box-shadow: 0 18px 38px -12px rgba(197, 101, 74, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.26);
    transition: transform 0.18s ease-out, box-shadow 0.18s ease-out, filter 0.18s ease-out;
  }
  .darkcta__btn svg {
    width: 19px;
    height: 19px;
  }
  .darkcta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 46px -12px rgba(197, 101, 74, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.26);
    filter: brightness(1.03);
  }
  .darkcta__btn:active {
    transform: translateY(0);
  }
  .darkcta__note {
    margin-top: 1.15rem;
    font-size: 0.85rem;
    color: rgba(253, 243, 234, 0.5);
  }

  @media (max-width: 720px) {
    .darkcta {
      padding: 3.6rem 1.25rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .darkcta__btn {
      transition: none;
    }
    .darkcta__btn:hover {
      transform: none;
    }
  }

/* ===== SiteFooter ===== */
.site-footer {
    background: var(--brand-dark);
    color: #c9b4a4;
  }
  .site-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.5rem 1.5rem 3rem;
  }
  .site-footer__top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
    gap: 2rem 1.5rem;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .fbrand__name {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
  }
  .fbrand__name b {
    color: var(--brand-primary);
    font-weight: 800;
  }
  .fbrand__tag {
    margin-top: 0.85rem;
    max-width: 34ch;
    font-size: 0.88rem;
    line-height: 1.7;
    color: #b19e8f;
    word-break: keep-all;
  }
  .fbrand__cta {
    display: inline-block;
    margin-top: 1.1rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--brand-primary);
  }
  .fbrand__cta:hover {
    color: #f3b39c;
  }
  .fcol__head {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
  }
  .fcol__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
  }
  .fcol__list a {
    font-size: 0.85rem;
    color: #b19e8f;
    text-decoration: none;
  }
  .fcol__list a:hover {
    color: #eadbce;
  }
  .fcol__muted {
    font-size: 0.85rem;
    color: #8a786a;
  }
  .fbiz {
    display: grid;
    gap: 0.5rem;
    margin: 0;
  }
  .fbiz > div {
    display: flex;
    gap: 0.75rem;
  }
  .fbiz dt {
    flex: 0 0 92px;
    font-size: 0.83rem;
    color: #8a786a;
    margin: 0;
  }
  .fbiz dd {
    font-size: 0.83rem;
    color: #b19e8f;
    margin: 0;
  }
  .site-footer__bottom {
    padding-top: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .site-footer__note {
    font-size: 0.78rem;
    color: #8a786a;
    word-break: keep-all;
  }
  .site-footer__copy {
    font-size: 0.75rem;
    color: #7a685b;
  }

  @media (max-width: 900px) {
    .site-footer__top {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 560px) {
    .site-footer__top {
      grid-template-columns: 1fr;
      gap: 1.8rem;
    }
  }

/* ===== QuickMenu ===== */
.quickmenu {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 45;
    display: flex;
    flex-direction: column;
    background: rgba(46, 33, 26, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-right: none;
    border-radius: 14px 0 0 14px;
    overflow: hidden;
    box-shadow: 0 18px 40px -20px rgba(0, 0, 0, 0.5);
  }
  .quickmenu__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 78px;
    padding: 1rem 0.5rem;
    color: #ecd9cc;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.15s ease, color 0.15s ease;
  }
  .quickmenu__item:last-child {
    border-bottom: none;
  }
  .quickmenu__item:hover {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
    color: #fff;
  }
  .quickmenu__icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
  }
  .quickmenu__icon svg {
    width: 100%;
    height: 100%;
  }
  .quickmenu__label {
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: -0.01em;
  }

  @media (max-width: 900px) {
    .quickmenu {
      display: none;
    }
  }

/* ===== @osc/ui LeadForm ===== */
.osc-leadform {
    background: #fff;
    border: 1px solid var(--brand-line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    padding: 22px;
  }
  .osc-leadform-head h3 {
    font-size: 1.15rem;
  }
  .osc-leadform-head p {
    margin-top: 6px;
    color: var(--brand-ink-soft);
    font-size: 0.9rem;
  }
  .osc-leadform-form {
    display: grid;
    gap: 14px;
    margin-top: 18px;
  }
  .osc-field {
    display: grid;
    gap: 6px;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .osc-field em {
    color: var(--brand-accent);
    font-style: normal;
  }
  .osc-field input,
  .osc-field textarea {
    font-family: inherit;
    font-size: 1rem;
    padding: 12px 14px;
    border: 1px solid var(--brand-line);
    border-radius: var(--radius-md);
    background: var(--brand-surface-alt);
  }
  .osc-field input:focus,
  .osc-field textarea:focus {
    outline: 2px solid var(--brand-primary);
    outline-offset: 1px;
    background: #fff;
  }
  .osc-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .osc-consent {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 0.78rem;
    color: var(--brand-ink-soft);
    line-height: 1.5;
  }
  .osc-consent input {
    margin-top: 3px;
    flex: 0 0 auto;
  }
  .osc-leadform-error {
    margin: 0;
    color: #c0392b;
    font-size: 0.85rem;
    font-weight: 500;
  }
  .osc-leadform-actions {
    display: grid;
    gap: 10px;
  }
  .osc-leadform-actions .osc-btn {
    width: 100%;
  }
  .osc-leadform-done {
    text-align: center;
    padding: 28px 12px;
  }
  .osc-done-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--brand-success);
  }
  .osc-done-sub {
    margin-top: 8px;
    color: var(--brand-ink-soft);
    font-size: 0.9rem;
  }
  @media (min-width: 480px) {
    .osc-leadform-actions {
      grid-template-columns: 1fr auto;
    }
    .osc-leadform-actions .osc-btn-primary {
      width: 100%;
    }
  }

/* ===== @osc/ui PrivacyPolicy ===== */
.pp-wrap {
    max-width: 720px;
    margin-inline: auto;
    padding-inline: 20px;
    padding-block: 56px 80px;
    color: var(--brand-ink);
    font-size: 0.9375rem;
    line-height: 1.75;
    word-break: keep-all;
  }

  .pp-header {
    margin-bottom: 48px;
    border-bottom: 1px solid var(--brand-line);
    padding-bottom: 28px;
  }

  .pp-eyebrow {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--brand-primary);
    margin-bottom: 8px;
  }

  .pp-title {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--brand-ink);
    margin: 0 0 10px;
    line-height: 1.25;
    text-wrap: balance;
  }

  .pp-meta {
    font-size: 0.8125rem;
    color: var(--brand-ink-soft);
    margin: 0;
  }

  .pp-section {
    margin-bottom: 36px;
  }

  .pp-section h2 {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--brand-ink);
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--brand-line);
    line-height: 1.4;
    text-wrap: balance;
  }

  .pp-section p {
    color: var(--brand-ink);
    margin-bottom: 10px;
  }

  .pp-section p:last-child {
    margin-bottom: 0;
  }

  .pp-dl {
    display: grid;
    gap: 12px;
    margin: 0;
  }

  .pp-dl > div {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 8px;
    align-items: start;
  }

  .pp-dl dt {
    font-weight: 600;
    color: var(--brand-ink-soft);
    font-size: 0.875rem;
    margin: 0;
    padding-top: 2px;
  }

  .pp-dl dd {
    margin: 0;
    color: var(--brand-ink);
  }

  .pp-dl a {
    color: var(--brand-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .pp-list {
    margin: 8px 0 0;
    padding-left: 20px;
    display: grid;
    gap: 4px;
  }

  .pp-list li {
    color: var(--brand-ink);
  }

  .pp-placeholder {
    color: var(--brand-ink-soft);
    font-style: italic;
    font-size: 0.875rem;
  }

  @media (max-width: 480px) {
    .pp-title {
      font-size: 1.375rem;
    }

    .pp-dl > div {
      grid-template-columns: 1fr;
      gap: 2px;
    }

    .pp-dl dt {
      font-size: 0.8125rem;
    }
  }

/* ===== page blog ===== */
/* ── 히어로 밴드 (코랄 소프트) ── */
  .bloghero {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(680px 380px at 50% -12%, rgba(232, 137, 107, 0.24) 0%, transparent 60%),
      linear-gradient(165deg, var(--brand-primary-soft) 0%, #fbe6db 46%, var(--brand-surface) 100%);
    padding: 4.6rem 1.5rem 4rem;
    text-align: center;
  }
  .bloghero__glow {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 620px;
    height: 620px;
    background: radial-gradient(circle, rgba(231, 177, 76, 0.18) 0%, transparent 62%);
    pointer-events: none;
  }
  .bloghero__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
  }
  .bloghero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--brand-primary-dark);
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(232, 137, 107, 0.14);
    border: 1px solid rgba(232, 137, 107, 0.3);
    margin-bottom: 1.2rem;
  }
  .bloghero__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--brand-primary);
  }
  .bloghero__title {
    font-size: clamp(1.9rem, 1.3rem + 2.6vw, 2.75rem);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.025em;
    color: var(--brand-ink);
    word-break: keep-all;
    text-wrap: balance;
  }
  .bloghero__sub {
    margin: 1.1rem auto 0;
    max-width: 40ch;
    font-size: clamp(1rem, 0.94rem + 0.3vw, 1.1rem);
    line-height: 1.72;
    color: var(--brand-ink-soft);
    word-break: keep-all;
    text-wrap: pretty;
  }
  .bloghero__meta {
    margin-top: 1.7rem;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bloghero__badge {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #fff;
    padding: 0.36rem 0.85rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
    box-shadow: 0 6px 14px -6px rgba(197, 101, 74, 0.65);
  }
  .bloghero__note {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--brand-ink-soft);
  }

  /* ── 포스트 카드 그리드 ── */
  .bloglist {
    background: var(--brand-surface);
    padding: 4rem 1.5rem 4.5rem;
  }
  .bloglist__inner {
    max-width: 1120px;
    margin: 0 auto;
  }
  .bloglist__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .postcard {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--brand-line);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 40px -32px rgba(56, 41, 31, 0.42);
    transition: transform 0.2s var(--ease-out-quart), box-shadow 0.2s var(--ease-out-quart);
  }
  .postcard:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 52px -28px rgba(197, 101, 74, 0.42);
  }
  .postcard__thumb {
    position: relative;
  }
  .postcard__thumb .img-slot {
    border-radius: 0;
  }
  .postcard__soon {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--brand-primary-dark);
    background: rgba(255, 250, 245, 0.94);
    border: 1px solid rgba(232, 137, 107, 0.34);
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
  .postcard__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.5rem 1.5rem 1.6rem;
  }
  .postcard__cat {
    align-self: flex-start;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--brand-primary-dark);
    background: var(--brand-primary-soft);
    padding: 0.26rem 0.7rem;
    border-radius: 999px;
    margin-bottom: 0.85rem;
  }
  .postcard__title {
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.42;
    letter-spacing: -0.02em;
    color: var(--brand-ink);
    word-break: keep-all;
    text-wrap: balance;
  }
  .postcard__excerpt {
    margin-top: 0.6rem;
    font-size: 0.92rem;
    line-height: 1.68;
    color: var(--brand-ink-soft);
    word-break: keep-all;
    text-wrap: pretty;
  }
  .postcard__meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.3rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--brand-line);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--brand-ink-soft);
  }
  .postcard__avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-primary-soft), var(--brand-primary));
    border: 1.5px solid #fff;
    box-shadow: 0 3px 8px -3px rgba(197, 101, 74, 0.6);
  }
  .bloglist__foot {
    margin-top: 2.4rem;
    text-align: center;
    font-size: 0.9rem;
    color: var(--brand-ink-soft);
    word-break: keep-all;
    text-wrap: pretty;
  }

  @media (max-width: 900px) {
    .bloglist__grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 620px) {
    .bloglist__grid {
      grid-template-columns: 1fr;
      max-width: 460px;
      margin: 0 auto;
    }
    .bloghero {
      padding: 3.6rem 1.25rem 3.2rem;
    }
    .bloglist {
      padding: 3rem 1.25rem 3.4rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .postcard {
      transition: none;
    }
    .postcard:hover {
      transform: none;
    }
  }

/* ===== layout SiteLayout (mobile CTA) ===== */
.snu-mobilecta {
    position: fixed;
    inset-inline: 12px;
    bottom: 12px;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    border-radius: 16px;
    font-size: 1.02rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: var(--btn-sheen), linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
    box-shadow: 0 10px 26px -8px rgba(197, 101, 74, 0.75);
  }
  .snu-mobilecta:active {
    transform: translateY(1px);
  }
  @media (min-width: 768px) {
    .snu-mobilecta {
      display: none;
    }
  }


  /* 모바일 고정 CTA 공간 확보(푸터가 가려지지 않게) */
  @media (max-width: 767px) {
    body {
      padding-bottom: 82px;
    }
  }

/* ===== WP 블로그 (단일 포스트 prose + 페이지네이션 + 진행바) — 코랄 재스킨 ===== */
.wp-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-accent));
  z-index: 60;
  transition: width 0.1s linear;
}
.postlist {
  background: var(--brand-surface);
  padding: 3.5rem 1.5rem 4.5rem;
}
.postlist__inner { max-width: 1120px; margin: 0 auto; }
.blog-pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.blog-pagination a,
.blog-pagination span {
  min-width: 42px;
  height: 42px;
  padding: 0 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand-line);
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--brand-ink-soft);
  text-decoration: none;
  background: #fff;
}
.blog-pagination .current {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
  border-color: var(--brand-primary-dark);
  color: #fff;
}
.blog-pagination a:hover { border-color: var(--brand-primary); color: var(--brand-primary-dark); }
.blog-empty {
  text-align: center;
  padding: 4rem 1rem;
  color: var(--brand-ink-soft);
}

/* 단일 포스트 */
.post {
  max-width: 760px;
  margin: 0 auto;
  padding: 3.2rem 1.25rem 3rem;
}
.post__cat {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--brand-primary-dark);
  letter-spacing: 0.02em;
}
.post__title {
  margin-top: 0.7rem;
  font-size: clamp(1.8rem, 1.2rem + 2.4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.022em;
  color: var(--brand-ink);
  word-break: keep-all;
  text-wrap: balance;
}
.post__meta {
  margin-top: 1.1rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--brand-line);
  font-size: 0.85rem;
  color: var(--brand-ink-soft);
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}
.post__meta span::before { content: "·"; margin-right: 0.7rem; color: var(--brand-line); }
.post__meta span:first-child::before { content: none; margin: 0; }
.post__feature { margin-top: 2rem; border-radius: 18px; overflow: hidden; }
.post__content {
  margin-top: 2rem;
  font-size: 1.02rem;
  line-height: 1.85;
  color: #453a31;
  word-break: keep-all;
}
.post__content > * + * { margin-top: 1.2rem; }
.post__content h2 {
  margin-top: 2.6rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--brand-ink);
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--brand-primary-soft);
}
.post__content h3 { margin-top: 2rem; font-size: 1.2rem; font-weight: 800; color: var(--brand-primary-dark); }
.post__content a { color: var(--brand-primary-dark); text-decoration: underline; text-underline-offset: 2px; }
.post__content ul, .post__content ol { padding-left: 1.4rem; }
.post__content li { margin-top: 0.4rem; }
.post__content img { max-width: 100%; height: auto; border-radius: 12px; margin: 1.6rem 0; }
.post__content blockquote {
  margin: 1.6rem 0;
  padding: 1rem 1.4rem;
  background: var(--brand-primary-soft);
  border-left: 4px solid var(--brand-primary);
  border-radius: 0 10px 10px 0;
  color: var(--brand-ink);
}
.post__content strong { font-weight: 800; }
.post__nav {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.25rem 3.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.post__nav a {
  flex: 1;
  padding: 1rem 1.2rem;
  border: 1px solid var(--brand-line);
  border-radius: 12px;
  text-decoration: none;
  color: var(--brand-ink);
  font-size: 0.9rem;
  font-weight: 700;
  background: #fff;
}
.post__nav a:hover { border-color: var(--brand-primary); color: var(--brand-primary-dark); }
.post__nav-next { text-align: right; }
.post__cta {
  max-width: 760px;
  margin: 2rem auto 0;
  padding: 2.4rem 1.6rem;
  background: linear-gradient(160deg, var(--brand-primary-soft) 0%, #fbe6db 100%);
  border-radius: 20px;
  text-align: center;
}
.post__cta h3 { font-size: 1.25rem; font-weight: 800; color: var(--brand-ink); word-break: keep-all; }
.post__cta p { margin-top: 0.6rem; color: var(--brand-ink-soft); font-size: 0.95rem; }
.post__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.4rem;
  padding: 0.95rem 1.9rem;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: var(--btn-sheen), linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark));
  box-shadow: 0 12px 28px -12px rgba(197, 101, 74, 0.75);
}

@media (max-width: 560px) {
  .post__nav { flex-direction: column; }
}

