/* ==========================================================================
   교동책방 — 무료체험단 모집 랜딩 (퍼스널 브랜딩 · 이미지 컨설팅)

   본 사이트(style.css)는 한지·명조로 조용히 말한다. 여기는 인스타 광고를
   잘못 누른 스물몇 살을 3초 안에 붙잡아야 하는 다른 물건이라 다른 옷을 입힌다.

   ---- 색을 정한 방법 ------------------------------------------------------
   추측하지 않고 광고 소재 여덟 장(assets/img/photos/trial-*.jpg)에서 직접
   뽑았다. 소재의 바탕은 #FEFEFE~#FCF7FD 로 거의 흰색이고, 보라는
   #4621AC · #5B34B8 · #5F22A1 · #7C4AE9 에 몰려 있다.

   그래서 지면도 밝아야 한다. 소재가 밝은데 페이지를 진보라로 깔면
   이미지가 벽에 붙인 스티커처럼 뜬다(2026-08-04 1차 시안의 실패 원인).
   진한 면은 소재가 없는 두 곳 — 모집 안내와 신청 — 에만 쓴다.

   붉은 강조색은 뺐다. 보라 옆의 빨강은 서로를 탁하게 만든다. 값과 마감은
   색이 아니라 크기와 서체로 누른다. 그쪽이 더 크게 들리고 덜 싸구려다.

   ---- 서체 ----------------------------------------------------------------
   1차 시안은 전부 Pretendard 900이라 다 똑같이 소리쳐서 밋밋했다.
   표제는 고운바탕(명조), 라틴 악센트는 Instrument Serif 이탤릭,
   본문·UI는 Pretendard. 명조를 쓰는 이유는 분위기가 아니라 값 때문이다 —
   13만원짜리를 0원에 준다는 말은 고딕 900으로 외치면 전단이 되고,
   명조로 조용히 적으면 그 값이 사실로 읽힌다.

   landing.css(연애유형 테스트)와도 독립이다. 저쪽은 흰 종이 위 붉은 글씨라
   토큰을 공유하면 서로를 망가뜨린다.

   순서: 토큰 → 바탕 → 기본 → 장치 → 머리·꼬리 → 구획별 → 폼 → 반응형 → 모션
   ========================================================================== */

:root {
  /* 소재에서 추출한 값 그대로. 바꿀 때는 새 소재에서 다시 뽑을 것 */
  --paper: #fcfaff;
  --mist: #f3eefc;
  --haze: #e9e1f8;
  --iris: #5b34b8;
  --iris-lt: #7c4ae9;
  --iris-pale: #b9a2ef;
  --indigo: #1c1436;
  --indigo-2: #5b5378;
  --indigo-3: #948da9;
  --line: #e3daf3;
  --line-dark: rgba(255, 255, 255, 0.15);

  --sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
          system-ui, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --serif: "Gowun Batang", "Nanum Myeongjo", Batang, serif;
  --serif-en: "Instrument Serif", "Gowun Batang", Georgia, serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shell: 40rem;   /* 글줄 */
  --wide: 48rem;    /* 소재가 글줄 밖으로 넘치는 폭 */
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem; /* 위쪽 고정 띠+머리글에 제목이 가리지 않게 */
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--indigo);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: -0.012em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

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

/* flex·grid 칸에 놓인 <p> 들. 브라우저 기본 여백(1em)이 남으면 칸이 벌어진다 */
.bar, .price p, .dock__txt, .field__hint, .hero__note, .step__body, .step__no,
.flow p, .deal p, .band figcaption { margin: 0; }

.shell { width: min(100% - 2.5rem, var(--shell)); margin-inline: auto; }
.shell--wide { width: min(100% - 2rem, 62rem); margin-inline: auto; }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 60;
  padding: 0.7rem 1.1rem;
  background: var(--indigo);
  color: var(--paper);
  border-radius: 0 0 0.5rem 0;
}
.skip-link:focus { left: 0; top: 0; }

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--iris);
  outline-offset: 3px;
  border-radius: 3px;
}
.sheet--deep :where(a, button, summary, input, select, textarea):focus-visible {
  outline-color: var(--iris-pale);
}

/* ==========================================================================
   장치
   ========================================================================== */

.sheet { position: relative; }
.sheet--mist { background: var(--mist); }
.sheet--haze { background: var(--haze); }
.sheet--deep { background: var(--indigo); color: #ece7f7; }

.sheet__in { padding: 4.5rem 0; }
.sheet__in--tight { padding: 3.5rem 0; }

/* 구획을 가르는 선은 두지 않는다. 바탕색이 종이 → 안개 → 종이 → 연보라 →
   종이 → 안개 → 먹 → 종이 → 먹 으로 매번 바뀌므로 경계는 이미 보인다.
   순서를 바꿔 같은 색이 이웃하게 되면 그때 선을 넣을 것. */

/* ---- 라틴 악센트. 한글에는 절대 쓰지 않는다 — 명조가 따로 있다 ---- */
.eyebrow {
  margin: 0 0 1.1rem;
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  color: var(--iris);
}
.sheet--deep .eyebrow { color: var(--iris-pale); }

/* ---- 표제. 명조가 큰 글자를 맡는다 ---- */
.h2 {
  margin: 0 0 1.2rem;
  font-family: var(--serif);
  font-size: clamp(1.85rem, 7.4vw, 2.85rem);
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: -0.035em;
}
.h2 em { font-style: normal; color: var(--iris); }
.sheet--deep .h2 em { color: var(--iris-pale); }

.lede {
  margin: 0;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--indigo-2);
}
.lede b { color: var(--indigo); font-weight: 700; }
.sheet--deep .lede { color: #b9b1d0; }
.sheet--deep .lede b { color: #fff; }

/* 스크롤에 맞춰 한 칸씩 올라온다. JS가 .is-in 을 붙인다 */
.rise { opacity: 0; transform: translateY(16px); }
.rise.is-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.no-js .rise { opacity: 1; transform: none; } /* JS가 죽어도 글은 보여야 한다 */

/* ---- 소재 액자 -----------------------------------------------------------
   소재의 바탕이 거의 흰색이라 밝은 지면 위에서 경계가 사라진다.
   실선 한 겹과 옅은 그림자로 종이 한 장처럼 띄운다. --w 는 원본 폭 —
   데스크톱에서 확대돼 뭉개지는 것을 막는다. */
.band {
  margin: 2rem auto 0;
  max-width: var(--w, 100%);
}
.band img {
  width: 100%;
  border-radius: 0.9rem;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px -24px rgba(28, 20, 54, 0.5);
}
.band figcaption {
  margin-top: 0.85rem;
  font-size: 0.8rem;
  color: var(--indigo-3);
  text-align: center;
}

/* 글줄보다 넓게 나가는 소재. 좁은 화면에서는 어차피 같은 폭이 된다 */
.band--out { width: min(100vw - 2rem, var(--wide)); max-width: none; }

.bandpair { display: grid; gap: 1.5rem; margin-top: 2rem; }
.bandpair .band { margin: 0; max-width: none; }

/* ==========================================================================
   머리 — 얇은 띠 + 머리글을 한 덩어리로 붙인다.
   따로 sticky 를 걸고 top 을 손으로 맞추면, 좁은 화면에서 띠가 두 줄이 되는
   순간 머리글이 그 위로 올라타 글자를 덮는다.
   ========================================================================== */
.stick { position: sticky; top: 0; z-index: 41; }

.bar {
  background: var(--indigo);
  color: #cfc6e6;
  text-align: center;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.bar b { color: #fff; font-weight: 700; }

.top {
  background: rgba(252, 250, 255, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.top__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
}
.top__mark {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  color: var(--indigo);
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.02rem;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.top__mark span {
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--indigo-3);
}
.top__cta {
  padding: 0.42rem 1.05rem;
  border-radius: 999px;
  background: var(--iris);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.top__cta:hover { background: var(--iris-lt); }

/* ==========================================================================
   01 표지
   ========================================================================== */
.hero {
  position: relative;
  padding: 3.25rem 0 3.75rem;
  overflow: hidden;
}
/* 뒤에 깔린 연보라 번짐. 소재의 라벤더 바탕과 지면을 잇는다 */
.hero::before {
  content: "";
  position: absolute;
  top: -18%; right: -22%;
  width: 78%; aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, var(--haze) 0%, transparent 68%);
  pointer-events: none;
}
.hero > * { position: relative; }

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.hero__kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.5rem;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--indigo-2);
}
.hero__kicker span { display: inline-flex; align-items: center; }
.hero__kicker .dot { color: var(--iris-pale); }
.hero__kicker .hot {
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: var(--iris);
  color: #fff;
  letter-spacing: 0;
}

.hero__title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 12.5vw, 4.3rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.045em;
  color: var(--indigo);
}
.hero__title em { font-style: normal; color: var(--iris); }

.hero__lede {
  max-width: 26rem;
  margin: 1.6rem 0 0;
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--indigo-2);
}
.hero__lede b { color: var(--indigo); font-weight: 700; }

.hero__note { margin-top: 0.9rem; font-size: 0.83rem; color: var(--indigo-3); }

.hero__figure { position: relative; margin: 0; justify-self: center; max-width: 21rem; }
.hero__figure img {
  border-radius: 1rem;
  border: 1px solid var(--line);
  box-shadow: 0 30px 60px -30px rgba(28, 20, 54, 0.55);
}
.hero__figure figcaption {
  margin-top: 0.9rem;
  font-size: 0.78rem;
  color: var(--indigo-3);
  text-align: center;
}

/* ---- 값. 광고에서 넘어온 사람이 가장 먼저 재는 것이 값이다.
   상자에 가두지 않고 장부 한 줄처럼 적는다. 실선 위아래로만 잡는다 ---- */
.price {
  display: flex;
  align-items: baseline;   /* 두 칸의 '라벨' 줄을 맞춘다. 값은 그 아래로 걸린다 */
  flex-wrap: wrap;
  gap: 1rem 2.75rem;
  margin: 2.25rem 0 0;
  padding: 1.2rem 0 1.5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
/* 라벨 위, 값 아래. 한 줄로 늘어놓으면 정가와 체험가가 같은 무게로 읽혀
   "얼마를 아끼는가"가 안 보인다. 값은 크기 차이로만 누른다 */
.price > div { display: flex; flex-direction: column; gap: 0.2rem; }
.price dt {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--indigo-3);
}
.price dd { margin: 0; display: flex; align-items: baseline; gap: 0.55rem; }
.price__was {
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1.15;
  color: var(--indigo-3);
  text-decoration: line-through;
  text-decoration-color: var(--iris-pale);
}
.price__now {
  font-family: var(--serif);
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: var(--iris);
}
.price__cap {
  font-size: 0.77rem;
  font-weight: 700;
  color: var(--indigo-2);
}

/* ==========================================================================
   구획 부품
   ========================================================================== */

/* 받아 가는 것. 흰 카드를 걷어 내고 실선 목록으로 둔다 */
.qs {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.qs li {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  padding: 0.85rem 0.2rem;
  border-bottom: 1px solid var(--line);
  font-size: 1rem;
  font-weight: 600;
}
.qs li::before {
  content: counter(q, decimal-leading-zero);
  counter-increment: q;
  flex: none;
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--iris);
}
.qs { counter-reset: q; }

/* 작가 → 디렉터 → 한 권. 상자 없이 실선으로만 가른다 */
.flow {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.flow li {
  padding: 1rem 0.2rem;
  border-bottom: 1px solid var(--line);
}
.flow b {
  display: block;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.flow small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.88rem;
  color: var(--indigo-2);
}
/* 숫자 폭을 고정해 세 칸의 글머리가 같은 자리에서 시작하게 한다 */
.flow .n {
  display: inline-block;
  width: 1.7rem;
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--iris);
}
.flow small { padding-left: 1.7rem; }

/* ==========================================================================
   진행 순서 — 이 페이지에서 가장 또렷해야 하는 구획.
   카드 상자를 걷고 큰 명조 숫자를 기둥으로 세운다.
   ========================================================================== */
.steps { margin: 2.25rem 0 0; padding: 0; list-style: none; }

.step {
  display: grid;
  grid-template-columns: 3.6rem minmax(0, 1fr);
  gap: 0.2rem 1.1rem;
  padding: 1.9rem 0;
  border-top: 1px solid var(--line);
}
.step:last-child { border-bottom: 1px solid var(--line); }

.step__no {
  grid-row: 1 / 4;
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--iris);
}
.step__no small {
  display: block;
  margin-top: 0.35rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--indigo-3);
}

.step__title {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.4;
}

.step__list {
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.5rem;
  font-size: 0.87rem;
  font-weight: 600;
  color: var(--iris);
}
/* 가운뎃점은 앞 항목에 붙인다. 뒤 항목에 붙이면 줄이 넘어갈 때
   점만 다음 줄 첫 글자로 떨어진다 — "· 메이크업" 처럼 */
.step__list li:not(:last-child)::after {
  content: "·";
  margin-left: 0.5rem;
  color: var(--iris-pale);
}

.step__body { margin-top: 0.75rem; font-size: 0.96rem; color: var(--indigo-2); }

/* ==========================================================================
   모집 안내 — 소재가 없는 진한 면. 값이 여기서 가장 크게 울린다
   ========================================================================== */
.specs {
  margin: 2rem 0 0;
  border-top: 1px solid var(--line-dark);
}
.specs > div {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0.1rem;
  border-bottom: 1px solid var(--line-dark);
}
.specs dt {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--indigo-3);
  padding-top: 0.28em;
}
.specs dd {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}
.specs dd small {
  display: block;
  font-size: 0.86rem;
  font-weight: 400;
  color: #a79ec4;
  letter-spacing: -0.01em;
}
.specs .free { color: var(--iris-pale); }
.specs .free s { color: #6e6590; text-decoration-color: var(--iris-lt); }

/* 값 한 장. 색으로 소리치지 않고 크기로 누른다 */
.deal {
  margin: 3rem 0 0;
  padding: 2.5rem 1.5rem;
  border-radius: 1.2rem;
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(124, 74, 233, 0.35) 0%, transparent 70%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-dark);
  text-align: center;
}
.deal__label {
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 1rem;
  color: var(--iris-pale);
}
.deal__was {
  margin-top: 0.5rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  color: #8d84ab;
  text-decoration: line-through;
  text-decoration-color: var(--iris-lt);
}
.deal__now {
  margin-top: 0.1rem;
  font-family: var(--serif);
  font-size: clamp(4rem, 20vw, 6.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.06em;
  color: #fff;
}
.deal__note {
  margin-top: 0.9rem;
  font-size: 0.92rem;
  color: #a79ec4;
}

/* ==========================================================================
   자주 묻는 것 — 상자를 걷고 실선만
   ========================================================================== */
.faq { margin: 2rem 0 0; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  padding: 1.05rem 2.4rem 1.05rem 0.1rem;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--iris);
  line-height: 1;
}
.faq details[open] summary::after { content: "−"; }
.faq p {
  margin: 0;
  padding: 0 2.4rem 1.2rem 0.1rem;
  color: var(--indigo-2);
  font-size: 0.96rem;
}
.faq a { color: var(--iris); }

/* ==========================================================================
   신청
   ========================================================================== */
.apply__q {
  margin: 0 0 1.2rem;
  font-family: var(--serif);
  font-size: clamp(1.85rem, 7.4vw, 2.7rem);
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: -0.04em;
  color: #fff;
}

.form {
  margin: 2.25rem 0 0;
  padding: 1.75rem 1.4rem 1.6rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line-dark);
}

.field { display: grid; gap: 0.45rem; }
.field + .field { margin-top: 1.2rem; }
.field label { font-size: 0.86rem; font-weight: 700; color: #ded7ef; }
.field label span {
  margin-left: 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--iris-pale);
}
.field label span.opt { color: #7b7297; }

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.82rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.55rem;
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: -0.01em;
}
.field textarea { min-height: 5.5rem; resize: vertical; line-height: 1.7; }
.field input::placeholder, .field textarea::placeholder { color: #6d6489; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--iris-pale);
  outline: none;
}
.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #b9a2ef 50%),
                    linear-gradient(135deg, #b9a2ef 50%, transparent 50%);
  background-position: calc(100% - 1.1rem) 1.28rem, calc(100% - 0.75rem) 1.28rem;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.field__hint { font-size: 0.79rem; color: #837a9f; }

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.duo .field + .field { margin-top: 0; }
.form > .duo + .duo,
.form > .duo + .field,
.form > .field + .duo { margin-top: 1.2rem; }

.agree {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-top: 1.5rem;
  font-size: 0.86rem;
  line-height: 1.7;
  color: #a79ec4;
  cursor: pointer;
}
.agree input {
  flex: none;
  width: 1.15rem; height: 1.15rem;
  margin: 0.3rem 0 0;
  accent-color: var(--iris-lt);
}

/* 사람이 아닌 것을 거른다. 화면에서만 사라지고 자동입력기에는 보인다 */
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form__msg {
  margin: 1.1rem 0 0;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--iris-lt);
  border-radius: 0 0.4rem 0.4rem 0;
  background: rgba(124, 74, 233, 0.14);
  font-size: 0.9rem;
  font-weight: 600;
  color: #ded7ef;
}
.form__msg:empty { display: none; }
.form__msg.is-ok { border-left-color: #57c98a; background: rgba(87, 201, 138, 0.13); color: #cdf3de; }

.done { text-align: center; padding: 2rem 0 1rem; }
.done__mark { font-size: 2.6rem; line-height: 1; }
.done__title {
  margin: 1rem 0 0.7rem;
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #fff;
}
.done__body { margin: 0 auto; max-width: 24rem; color: #a79ec4; font-size: 0.95rem; }

/* -------------------------------------------------------------------- 버튼 */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1.02rem 2.1rem;
  border: 0;
  border-radius: 999px;
  background: var(--iris);
  color: #fff;
  font-family: var(--sans);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s var(--ease), transform 0.12s var(--ease),
              box-shadow 0.18s var(--ease);
  box-shadow: 0 12px 26px -12px rgba(91, 52, 184, 0.85);
}
/* hover 에서 요소를 움직이면 커서 아래에서 빠져나가 깜빡인다.
   눌리는 느낌은 :active 에만 준다 (landing.css 와 같은 판단) */
.btn:hover { background: var(--iris-lt); box-shadow: 0 16px 30px -12px rgba(124, 74, 233, 0.9); }
.btn:active { transform: translateY(2px); }
.btn .arw { font-family: var(--serif-en); font-style: italic; }
.btn--full { width: 100%; }
.btn--lg { padding-block: 1.15rem; font-size: 1.08rem; }
.btn--pale { background: #fff; color: var(--indigo); box-shadow: none; }
.btn--pale:hover { background: #fff; color: var(--iris); box-shadow: 0 14px 30px -14px rgba(0, 0, 0, 0.6); }

.form .btn { margin-top: 1.6rem; }
.btn[disabled], .btn[aria-disabled="true"] {
  filter: grayscale(0.35) brightness(0.85);
  cursor: progress;
  pointer-events: none;
}

.btn-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.9rem; margin: 1.9rem 0 0; }

/* 아래 붙어 따라다니는 신청 막대 — 모바일에서만, 표지를 지난 뒤에만 */
.dock {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 45;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(28, 20, 54, 0.96);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  transform: translateY(110%);
  transition: transform 0.35s var(--ease);
}
.dock.is-up { transform: none; }
.dock__txt { flex: 1; min-width: 0; font-size: 0.78rem; color: #a79ec4; line-height: 1.45; }
.dock__txt b {
  display: block;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}
.dock__txt s { color: #7b7297; }
.dock .btn { padding: 0.68rem 1.25rem; font-size: 0.93rem; box-shadow: none; }

/* -------------------------------------------------------------------- 꼬리 */
.foot {
  padding: 3rem 0 5.5rem;
  background: var(--indigo);
  color: #837a9f;
  font-size: 0.82rem;
  text-align: center;
}
.foot a { color: #b9b1d0; }
.foot p { margin: 0.45rem 0; }
.foot b { font-family: var(--serif); font-weight: 700; color: #fff; }

/* ==========================================================================
   반응형 — 모바일 우선이라 여기서는 넓어질 때만 손본다
   ========================================================================== */
@media (min-width: 40rem) {
  .sheet__in { padding: 6rem 0; }
  .hero { padding: 4.5rem 0 5rem; }
  .hero__grid { grid-template-columns: 1.1fr 0.9fr; gap: 3.5rem; }
  .bandpair { grid-template-columns: 1fr 1fr; align-items: start; }
  .qs { display: grid; grid-template-columns: 1fr 1fr; column-gap: 2rem; }
  .flow { grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
  .flow li { border-bottom: 0; padding: 1.2rem 1.2rem 1.2rem 0; }
  .flow li + li { border-left: 1px solid var(--line); padding-left: 1.2rem; }
  .step { grid-template-columns: 5rem minmax(0, 1fr); gap: 0.2rem 2rem; padding: 2.4rem 0; }
  .step__no { font-size: 3.2rem; }
  .form { padding: 2.4rem 2.1rem 2.1rem; }
  .dock { display: none; }
}

/* 22rem(352px). 이 선을 24.9rem 에 두면 390px 짜리 흔한 폰에서까지 폼이
   한 줄씩 내려가 신청 칸이 쓸데없이 길어진다. 길어질수록 중간에 나간다 */
@media (max-width: 22rem) {
  .duo { grid-template-columns: 1fr; }
  .duo .field + .field { margin-top: 1.2rem; }
  .step { grid-template-columns: 2.8rem minmax(0, 1fr); gap: 0.2rem 0.85rem; }
  .step__no { font-size: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .rise { opacity: 1; transform: none; }
}
