.hd-page--guide,
.hd-guide-page {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(214, 176, 73, 0.08), transparent 24%),
    linear-gradient(180deg, #1b100b 0%, #130b07 100%);
  color: #f5e7d8;
}

.hd-guide-page {
  overflow: clip;
}

.hd-guide-page__noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.03;
  mix-blend-mode: screen;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.8) 0.7px, transparent 0.8px);
  background-size: 16px 16px;
}

.hd-guide-shell,
.hd-guide-shell--narrow {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
}

.hd-guide-shell--narrow {
  width: min(940px, calc(100% - 64px));
}

.hd-guide-opening {
  padding: clamp(88px, 10vw, 132px) 0 64px;
}

.hd-guide-opening__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.88fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.hd-guide-opening__copy {
  display: grid;
}

.hd-guide-opening__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5 / 6;
  margin: 0;
  border-radius: 30px;
  background: #281912;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.28);
}

.hd-guide-opening__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24, 11, 7, 0.08) 0%, rgba(24, 11, 7, 0.38) 100%);
  pointer-events: none;
}

.hd-guide-opening__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hd-guide-opening__eyebrow,
.hd-guide-section__eyebrow {
  margin: 0 0 18px;
  color: #d7b243;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hd-guide-opening__title,
.hd-guide-section h2,
.hd-guide-ending h2 {
  margin: 0;
  color: #f6eedb;
  font-family: var(--hd-font-family-ko);
  font-size: clamp(42px, 4.1vw, 78px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.hd-guide-section h2,
.hd-guide-ending h2 {
  font-size: clamp(32px, 2.7vw, 54px);
  line-height: 1.04;
}

.hd-guide-opening__lead,
.hd-guide-opening__note,
.hd-guide-section__head p,
.hd-guide-split__copy p,
.hd-guide-main-card p,
.hd-guide-term-card p,
.hd-guide-mood-card p,
.hd-guide-step-card p,
.hd-guide-language p,
.hd-guide-ending p {
  margin: 0;
  color: rgba(245, 231, 216, 0.8);
  font-size: 18px;
  line-height: 1.9;
}

.hd-guide-opening__lead {
  max-width: 760px;
  margin-top: 28px;
}

.hd-guide-opening__note {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(231, 195, 73, 0.92);
  font-size: 17px;
}

.hd-guide-section {
  position: relative;
  padding: clamp(56px, 8vw, 120px) 0;
}

.hd-guide-section--terms {
  background:
    linear-gradient(180deg, rgba(38, 22, 16, 0.92) 0%, rgba(26, 15, 10, 0.92) 100%);
}

.hd-guide-section--steps {
  padding-top: clamp(40px, 6vw, 88px);
}

.hd-guide-section__head {
  display: grid;
  gap: 18px;
  max-width: 860px;
  margin-bottom: 36px;
}

.hd-guide-section__head--compact {
  max-width: 900px;
}

.hd-guide-section__head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hd-guide-section__footer-note {
  margin-top: 24px;
  color: rgba(231, 195, 73, 0.92);
  font-size: 16px;
  line-height: 1.7;
}

.hd-guide-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.94fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.hd-guide-split--reverse {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
}

.hd-guide-split--reverse .hd-guide-split__copy {
  order: 2;
}

.hd-guide-split--reverse .hd-guide-split__media {
  order: 1;
}

.hd-guide-split__copy {
  display: grid;
  gap: 20px;
}

.hd-guide-split__quote {
  padding-left: 18px;
  border-left: 2px solid rgba(231, 195, 73, 0.45);
  color: rgba(245, 231, 216, 0.92);
}

.hd-guide-split__media,
.hd-guide-main-card__media,
.hd-guide-mood-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #281912;
}

.hd-guide-split__media {
  aspect-ratio: 16 / 10;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.28);
}

.hd-guide-split__media::after,
.hd-guide-main-card__media::after,
.hd-guide-mood-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22, 11, 7, 0.08) 0%, rgba(22, 11, 7, 0.44) 100%);
  pointer-events: none;
}

.hd-guide-split__media img,
.hd-guide-main-card__media img,
.hd-guide-mood-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hd-guide-main-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.hd-guide-main-card,
.hd-guide-term-card,
.hd-guide-mood-card,
.hd-guide-step-card,
.hd-guide-language,
.hd-guide-ending {
  background: rgba(53, 35, 26, 0.72);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.16);
}

.hd-guide-main-card,
.hd-guide-mood-card {
  overflow: hidden;
  border-radius: 30px;
}

.hd-guide-main-card__media {
  aspect-ratio: 4 / 3;
}

.hd-guide-main-card__body,
.hd-guide-mood-card__body {
  display: grid;
  gap: 16px;
  padding: 28px 28px 30px;
}

.hd-guide-main-card__label {
  color: rgba(231, 195, 73, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hd-guide-main-card h3,
.hd-guide-term-card h3,
.hd-guide-mood-card h3,
.hd-guide-step-card h3 {
  margin: 0;
  color: #fbf4e7;
  font-family: var(--hd-font-family-ko);
  font-size: clamp(26px, 2vw, 38px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.hd-guide-term-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hd-guide-term-card {
  display: grid;
  gap: 14px;
  padding: 24px 24px 28px;
  border-radius: 22px;
  background: rgba(64, 46, 37, 0.72);
}

.hd-guide-term-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  background: #2a1a13;
}

.hd-guide-term-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22, 11, 7, 0.08) 0%, rgba(22, 11, 7, 0.32) 100%);
  pointer-events: none;
}

.hd-guide-term-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hd-guide-term-card h3 {
  font-size: clamp(22px, 1.5vw, 28px);
}

.hd-guide-term-card p {
  font-size: 16px;
  line-height: 1.75;
}

.hd-guide-mood-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.hd-guide-mood-card__media {
  aspect-ratio: 5 / 4;
}

.hd-guide-mood-card h3 {
  font-size: clamp(24px, 1.8vw, 34px);
}

.hd-guide-mood-card p {
  font-size: 16px;
  line-height: 1.78;
}

.hd-guide-steps-panel {
  padding: clamp(28px, 4vw, 54px);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(231, 195, 73, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(67, 47, 38, 0.88) 0%, rgba(44, 30, 22, 0.9) 100%);
  box-shadow: 0 36px 86px rgba(0, 0, 0, 0.22);
}

.hd-guide-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hd-guide-step-card {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 22px 22px 26px;
  border-radius: 24px;
  background: rgba(29, 18, 13, 0.66);
}

.hd-guide-step-card__number {
  color: rgba(231, 195, 73, 0.94);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hd-guide-step-card h3 {
  font-size: clamp(22px, 1.55vw, 28px);
}

.hd-guide-step-card p {
  font-size: 15px;
  line-height: 1.75;
}

.hd-guide-language,
.hd-guide-ending {
  padding: clamp(28px, 4vw, 48px);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(57, 38, 29, 0.76) 0%, rgba(34, 22, 16, 0.76) 100%);
}

.hd-guide-language {
  display: grid;
  gap: 24px;
}

.hd-guide-language__examples {
  display: grid;
  gap: 12px;
}

.hd-guide-language__example {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(26, 15, 10, 0.64);
  color: rgba(250, 244, 230, 0.92);
  font-size: 17px;
  line-height: 1.7;
}

.hd-guide-ending {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: clamp(360px, 46vw, 560px);
  margin: 0;
  padding: 0;
  text-align: center;
  background: #120a08;
}

.hd-guide-ending::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 6, 5, 0.76) 0%, rgba(10, 6, 5, 0.46) 42%, rgba(10, 6, 5, 0.72) 100%);
  pointer-events: none;
}

.hd-guide-ending__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.hd-guide-ending__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 22px;
  padding: clamp(32px, 5vw, 56px);
}

.hd-guide-ending p {
  max-width: 760px;
  margin: 0 auto;
}

.hd-guide-ending__brand {
  display: inline-flex;
  gap: 12px;
  align-items: baseline;
  margin-top: 30px;
  color: rgba(231, 195, 73, 0.88);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hd-guide-ending__brand span {
  color: #f8f1e3;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: none;
}

.hd-guide-page.has-stagger-motion .hd-guide-stagger-item {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.97);
  filter: blur(8px);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--hd-guide-stagger-delay, 0ms);
  will-change: transform, opacity, filter;
}

.hd-guide-page.has-stagger-motion .hd-guide-stagger-item--soft {
  transform: translate3d(0, 24px, 0) scale(0.985);
  filter: blur(5px);
}

.hd-guide-page.has-stagger-motion [data-stagger-group].is-stagger-visible .hd-guide-stagger-item {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.hd-guide-intro-sequence {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.hd-guide-page.is-guide-intro-sequencing .hd-guide-intro-sequence {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  filter: blur(8px);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 860ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 760ms ease;
}

.hd-guide-page.is-guide-intro-sequencing.is-guide-intro-ready .hd-guide-intro-sequence {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  transition-delay: var(--hd-guide-intro-delay, 0ms);
}

@media (max-width: 1180px) {
  .hd-guide-shell,
  .hd-guide-shell--narrow {
    width: calc(100% - 48px);
  }

  .hd-guide-split,
  .hd-guide-split--reverse {
    grid-template-columns: 1fr;
  }

  .hd-guide-opening__layout {
    grid-template-columns: 1fr;
  }

  .hd-guide-split--reverse .hd-guide-split__copy,
  .hd-guide-split--reverse .hd-guide-split__media,
  .hd-guide-opening__media {
    order: initial;
  }

  .hd-guide-main-grid,
  .hd-guide-mood-grid,
  .hd-guide-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hd-guide-term-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .hd-guide-shell,
  .hd-guide-shell--narrow {
    width: calc(100% - 28px);
  }

  .hd-guide-opening {
    padding-top: 84px;
  }

  .hd-guide-opening__title,
  .hd-guide-section h2,
  .hd-guide-ending h2 {
    font-size: clamp(34px, 9vw, 52px);
    line-height: 1.02;
  }

  .hd-guide-opening__lead,
  .hd-guide-opening__note,
  .hd-guide-section__head p,
  .hd-guide-split__copy p,
  .hd-guide-main-card p,
  .hd-guide-term-card p,
  .hd-guide-mood-card p,
  .hd-guide-step-card p,
  .hd-guide-language p,
  .hd-guide-ending p {
    font-size: 16px;
    line-height: 1.78;
  }

  .hd-guide-main-grid,
  .hd-guide-mood-grid,
  .hd-guide-steps-grid {
    grid-template-columns: 1fr;
  }

  .hd-guide-main-card__body,
  .hd-guide-mood-card__body,
  .hd-guide-steps-panel,
  .hd-guide-language {
    padding: 24px 22px 26px;
  }

  .hd-guide-ending {
    min-height: 420px;
  }

  .hd-guide-ending__content {
    padding: 24px 22px 26px;
  }

  .hd-guide-main-card h3,
  .hd-guide-term-card h3,
  .hd-guide-mood-card h3,
  .hd-guide-step-card h3 {
    font-size: 26px;
  }

  .hd-guide-ending__brand {
    flex-direction: column;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hd-guide-stagger-item,
  .hd-guide-intro-sequence,
  .hd-guide-main-card img,
  .hd-guide-mood-card img,
  .hd-guide-split__media img {
    transition: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}
