.manual-page {
  --manual-dark: #181411;
  --manual-brown: #2a211b;
  --manual-paper: #f3efe7;
  --manual-card: #fffaf1;
  --manual-yellow: #ffca4b;
  --manual-orange: #ff6b3d;
  --manual-green: #55c99b;
  --manual-teal: #2ec4b6;
  background: var(--manual-paper);
}

.manual-site-header {
  position: absolute;
}

.manual-hero {
  min-height: 940px;
  padding: 145px max(28px, calc((100vw - var(--max)) / 2)) 100px;
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 107, 61, .26), transparent 30rem),
    radial-gradient(circle at 8% 88%, rgba(85, 201, 155, .18), transparent 28rem),
    var(--manual-dark);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(520px, 1.22fr);
  gap: 70px;
  align-items: center;
}

.manual-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

.manual-hero-copy,
.manual-coach-stage {
  position: relative;
  z-index: 2;
}

.manual-eyebrow,
.manual-section-number,
.manual-closing-content > p {
  margin: 0;
  text-transform: uppercase;
  font: 700 11px/1.3 "Manrope", sans-serif;
  letter-spacing: .16em;
}

.manual-eyebrow {
  color: #a99e95;
}

.manual-eyebrow span {
  color: var(--manual-yellow);
}

.manual-hero h1 {
  margin: 28px 0 28px;
  font: 800 clamp(58px, 6vw, 92px)/1.04 "Manrope", "Noto Sans KR", sans-serif;
  letter-spacing: -.075em;
}

.manual-hero h1 em,
.manual-closing h2 em {
  color: var(--manual-yellow);
  font-style: normal;
}

.manual-hero-lead {
  max-width: 560px;
  color: #c9c0b7;
  font-size: 17px;
  line-height: 1.85;
  word-break: keep-all;
}

.manual-hero-copy .button {
  margin-top: 28px;
}

.manual-coach-stage {
  display: grid;
  min-height: 620px;
  align-items: end;
}

.coach-intro {
  position: absolute;
  display: flex;
  align-items: center;
}

.coach-intro img {
  width: 270px;
  height: 390px;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 28px 34px rgba(0,0,0,.36));
}

.coach-intro-min {
  left: 0;
  bottom: 20px;
}

.coach-intro-mina {
  right: -20px;
  top: 0;
  flex-direction: row-reverse;
}

.coach-intro-mina img {
  width: 205px;
  height: 305px;
}

.coach-bubble {
  width: min(330px, 32vw);
  padding: 24px;
  background: rgba(255,250,241,.97);
  color: var(--manual-dark);
  border: 1px solid rgba(255,202,75,.62);
  box-shadow: 0 22px 55px rgba(0,0,0,.34);
}

.coach-bubble span {
  color: #9f5d28;
  font: 800 10px "Manrope", sans-serif;
  letter-spacing: .11em;
}

.coach-bubble p {
  margin: 9px 0 0;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.75;
  word-break: keep-all;
}

.coach-intro-min .coach-bubble {
  margin-left: 8px;
  margin-top: -80px;
}

.coach-intro-mina .coach-bubble {
  margin-right: -24px;
  margin-bottom: -40px;
}

.manual-quick-nav {
  width: min(var(--max), calc(100% - 48px));
  margin: -48px auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--manual-card);
  border: 1px solid rgba(24,20,17,.12);
  box-shadow: 0 24px 70px rgba(43,34,28,.14);
}

.manual-quick-nav a {
  min-height: 150px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid rgba(24,20,17,.12);
  transition: background .2s, transform .2s;
}

.manual-quick-nav a:last-child {
  border-right: 0;
}

.manual-quick-nav a:hover {
  background: #fff3d5;
  transform: translateY(-5px);
}

.manual-quick-nav b {
  margin-bottom: auto;
  color: var(--manual-orange);
  font: 800 11px "Manrope", sans-serif;
}

.manual-quick-nav span {
  font-size: 17px;
  font-weight: 800;
}

.manual-quick-nav i {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.manual-section {
  padding: 140px max(28px, calc((100vw - var(--max)) / 2));
  scroll-margin-top: 20px;
}

.manual-section-reading,
.manual-section-custom {
  background: #e7dfd2;
}

.manual-section-heading {
  display: grid;
  grid-template-columns: minmax(420px, .9fr) minmax(320px, .7fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 72px;
}

.manual-section-number {
  color: var(--manual-orange);
}

.manual-section h2 {
  margin: 16px 0 0;
  font: 800 clamp(48px, 5.4vw, 76px)/1.06 "Manrope", "Noto Sans KR", sans-serif;
  letter-spacing: -.065em;
}

.manual-section h2 em {
  color: var(--manual-orange);
  font-style: normal;
}

.manual-section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
  word-break: keep-all;
}

.coach-note {
  max-width: 760px;
  margin: 0 0 58px auto;
  min-height: 150px;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  background: var(--manual-dark);
  color: #fff;
  border-left: 7px solid var(--manual-yellow);
  overflow: visible;
}

.coach-note img {
  width: 145px;
  height: 180px;
  margin-top: -28px;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 16px 22px rgba(0,0,0,.3));
}

.coach-note > div {
  padding: 26px 32px 26px 15px;
}

.coach-note strong {
  color: var(--manual-yellow);
  font-size: 13px;
}

.coach-note p {
  margin: 5px 0 0;
  color: #ddd2c8;
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}

.coach-note-mina {
  margin-left: 0;
  margin-right: auto;
  border-left-color: var(--manual-teal);
}

.coach-note-mina strong {
  color: var(--manual-teal);
}

.coach-note-end {
  margin-top: 74px;
  margin-bottom: 0;
}

.manual-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 78px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.manual-steps li {
  min-height: 190px;
  padding: 30px;
  border-right: 1px solid var(--line);
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
}

.manual-steps li:last-child {
  border-right: 0;
}

.manual-steps b {
  color: var(--manual-orange);
  font: 800 12px "Manrope", sans-serif;
}

.manual-steps strong,
.manual-steps span {
  display: block;
}

.manual-steps strong {
  margin-bottom: 12px;
  font-size: 18px;
}

.manual-steps span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  word-break: keep-all;
}

.manual-steps code {
  padding: 2px 5px;
  background: rgba(255,107,61,.1);
  color: #a63d1c;
  font-weight: 800;
}

.manual-steps-compact {
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

.manual-steps-compact li {
  min-height: 132px;
  border-right: 0;
  border-bottom: 1px solid var(--line);
}

.manual-steps-compact li:last-child {
  border-bottom: 0;
}

.manual-screen {
  margin: 0;
  padding: 12px;
  background: var(--manual-brown);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 70px rgba(41,32,27,.23);
}

.manual-screen img {
  width: 100%;
  background: #191512;
  border: 1px solid rgba(255,255,255,.08);
}

.screen-label {
  min-height: 44px;
  padding: 4px 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b7aba1;
  font: 700 10px "Manrope", sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.screen-label b {
  color: var(--manual-yellow);
}

.manual-screen figcaption {
  padding: 20px 12px 12px;
  color: #c9bdb2;
  font-size: 13px;
  line-height: 1.75;
  word-break: keep-all;
}

.manual-screen figcaption strong {
  color: var(--manual-yellow);
}

.manual-screen-wide {
  width: min(680px, 100%);
  margin: 0 auto 50px;
}

.manual-screen-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.manual-screen-pair .manual-screen {
  max-width: 500px;
  justify-self: center;
}

.manual-reading-layout,
.manual-custom-layout {
  display: grid;
  grid-template-columns: minmax(330px, .85fr) minmax(390px, 1fr);
  gap: 80px;
  align-items: start;
}

.manual-reading-layout .coach-note,
.manual-custom-layout .coach-note {
  margin-bottom: 50px;
}

.manual-screen-reading,
.manual-screen-custom {
  width: min(510px, 100%);
  justify-self: end;
}

.manual-section-library {
  background: var(--manual-dark);
  color: #fff;
}

.manual-section-library .manual-section-heading > p,
.manual-section-library .manual-steps span {
  color: #aea39a;
}

.manual-section-library .manual-steps {
  border-color: rgba(255,255,255,.16);
}

.manual-section-library .manual-steps li {
  border-color: rgba(255,255,255,.16);
}

.manual-screen-pair-library {
  margin-bottom: 70px;
}

.manual-section-custom .manual-steps {
  background: rgba(255,250,241,.55);
}

.manual-closing {
  min-height: 700px;
  padding: 100px 24px;
  background: var(--manual-green);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
}

.manual-closing-ring {
  position: absolute;
  border: 1px solid rgba(24,20,17,.22);
  border-radius: 50%;
}

.manual-closing-ring-one {
  width: 640px;
  height: 640px;
}

.manual-closing-ring-two {
  width: 950px;
  height: 340px;
  transform: rotate(-14deg);
}

.manual-closing-content {
  position: relative;
  z-index: 2;
}

.manual-closing-content > p {
  color: #234a3a;
}

.manual-closing h2 {
  margin: 26px 0;
  font: 800 clamp(54px, 7vw, 94px)/1.04 "Manrope", "Noto Sans KR", sans-serif;
  letter-spacing: -.075em;
}

.manual-closing h2 em {
  color: #fff;
}

.manual-final-dialogue {
  margin: 0 auto 34px;
  display: grid;
  gap: 7px;
  font-size: 14px;
}

.manual-final-dialogue b {
  margin-right: 8px;
}

@media (max-width: 1000px) {
  .manual-hero {
    grid-template-columns: 1fr;
    padding-top: 135px;
  }

  .manual-hero-copy {
    max-width: 720px;
  }

  .manual-coach-stage {
    min-height: 590px;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

  .coach-bubble {
    width: 300px;
  }

  .manual-quick-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .manual-quick-nav a:nth-child(2) {
    border-right: 0;
  }

  .manual-quick-nav a:nth-child(-n+2) {
    border-bottom: 1px solid rgba(24,20,17,.12);
  }

  .manual-section-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .manual-reading-layout,
  .manual-custom-layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .manual-screen-reading,
  .manual-screen-custom {
    justify-self: center;
  }
}

@media (max-width: 700px) {
  .manual-hero {
    min-height: auto;
    padding: 125px 22px 80px;
    gap: 45px;
  }

  .manual-hero h1 {
    font-size: 49px;
  }

  .manual-hero-lead {
    font-size: 15px;
  }

  .manual-coach-stage {
    min-height: 680px;
  }

  .coach-intro {
    width: 100%;
  }

  .coach-intro img {
    width: 190px;
    height: 285px;
  }

  .coach-intro-min {
    bottom: 0;
    align-items: flex-end;
  }

  .coach-intro-mina {
    top: 0;
    align-items: flex-start;
  }

  .coach-intro-mina img {
    width: 135px;
    height: 220px;
  }

  .coach-bubble {
    width: calc(100% - 145px);
    padding: 18px;
  }

  .coach-intro-min .coach-bubble {
    width: calc(100% - 150px);
    margin: 0 0 52px 0;
  }

  .coach-intro-min img {
    width: 150px;
    height: 250px;
  }

  .coach-intro-mina .coach-bubble {
    margin: 12px -8px 0 0;
  }

  .coach-bubble p {
    font-size: 13px;
  }

  .manual-quick-nav {
    width: calc(100% - 28px);
    margin-top: -25px;
    grid-template-columns: 1fr;
  }

  .manual-quick-nav a {
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid rgba(24,20,17,.12);
  }

  .manual-quick-nav a:nth-child(3) {
    border-bottom: 1px solid rgba(24,20,17,.12);
  }

  .manual-quick-nav a:last-child {
    border-bottom: 0;
  }

  .manual-section {
    padding: 95px 20px;
  }

  .manual-section-heading {
    margin-bottom: 55px;
  }

  .manual-section h2 {
    font-size: 46px;
  }

  .coach-note {
    grid-template-columns: 100px 1fr;
    min-height: 128px;
    margin-bottom: 45px;
  }

  .coach-note img {
    width: 105px;
    height: 145px;
  }

  .coach-note > div {
    padding: 20px 18px 20px 8px;
  }

  .coach-note p {
    font-size: 13px;
  }

  .manual-steps {
    grid-template-columns: 1fr;
    margin-bottom: 55px;
  }

  .manual-steps li {
    min-height: 135px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 25px 18px;
  }

  .manual-steps li:last-child {
    border-bottom: 0;
  }

  .manual-screen-pair {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .manual-screen-wide {
    margin-bottom: 26px;
  }

  .manual-screen-pair-library {
    margin-bottom: 55px;
  }

  .manual-closing {
    min-height: 620px;
  }

  .manual-closing h2 {
    font-size: 49px;
  }

  .manual-final-dialogue {
    font-size: 12px;
  }
}
