body.hd-price-template .site,
body.hd-price-template .site-content,
body.hd-price-template #page,
body.hd-price-template #content,
body.hd-price-template .content-area,
body.hd-price-template #primary,
body.hd-price-template .inside-article,
body.hd-price-template .entry-content,
body.hd-price-template .site-main,
body.hd-price-template .hd-page,
body.hd-price-template .hd-page__main,
body.hd-price-template .hd-site-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.hd-price-template .inside-article,
body.hd-price-template .entry-content {
  background: transparent;
}

.hd-price-page {
  position: relative;
  overflow: clip;
  isolation: isolate;
  background:
    radial-gradient(circle at 20% 0%, rgba(233, 195, 73, 0.12), transparent 22%),
    linear-gradient(180deg, #1c110c 0%, #1a100b 100%);
  color: #f5ded5;
}

.hd-price-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(18, 10, 7, 0.92) 0%, rgba(18, 10, 7, 0.76) 18%, rgba(18, 10, 7, 0.88) 100%),
    url("../images/price-bg.webp");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.26;
  transform: scale(1.04);
}

.hd-price-page__noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.03;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0.6px, transparent 0.8px);
  background-size: 16px 16px;
}

.hd-price-page.has-stagger-motion .hd-price-stagger-item {
  opacity: 0;
  transform: translate3d(0, 42px, 0) scale(0.965);
  filter: blur(10px);
  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-price-stagger-delay, 0ms);
  will-change: transform, opacity, filter;
}

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

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

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

.hd-price-page.is-price-intro-sequencing .hd-price-intro-sequence {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  filter: blur(10px);
  transition:
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 920ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 820ms ease;
}

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

.hd-price-shell {
  position: relative;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.hd-price-shell--narrow {
  width: min(980px, calc(100% - 48px));
}

.hd-price-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 56px;
}

.hd-price-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(18, 10, 7, 0.92) 0%, rgba(18, 10, 7, 0.78) 36%, rgba(18, 10, 7, 0.46) 100%),
    linear-gradient(180deg, rgba(20, 12, 8, 0.24) 0%, rgba(20, 12, 8, 0.74) 100%),
    url("../images/price-hero.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.92;
  transform: scale(1.03);
}

.hd-price-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(28, 17, 12, 0) 0%, rgba(28, 17, 12, 0.92) 100%);
}

.hd-price-hero__copy {
  position: relative;
  max-width: 760px;
}

.hd-price-hero__eyebrow {
  margin: 0 0 18px;
  color: #e9c349;
  font-family: var(--hd-font-family-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hd-price-hero h1 {
  margin: 0 0 22px;
  color: #f5ded5;
  font-family: var(--hd-font-family-ko);
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.hd-price-hero__lead {
  margin: 0;
  max-width: 720px;
  color: #d6c3b4;
  font-size: clamp(16px, 0.4vw + 14.5px, 19px);
  line-height: 1.82;
}

.hd-price-hero__lead + .hd-price-hero__lead {
  margin-top: 10px;
}

.hd-price-hero__lead--sub {
  color: rgba(214, 195, 180, 0.82);
  font-size: clamp(15px, 0.2vw + 14.4px, 17px);
  line-height: 1.78;
}

.hd-price-overview,
.hd-price-structure,
.hd-price-budget,
.hd-price-inquiry,
.hd-price-faq,
.hd-price-final-cta {
  position: relative;
  padding: 0 0 84px;
}

.hd-price-overview::before,
.hd-price-inquiry::before,
.hd-price-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 18%, rgba(233, 195, 73, 0.1), transparent 18%),
    linear-gradient(180deg, rgba(69, 54, 48, 0.06), rgba(22, 12, 7, 0));
}

.hd-price-overview__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.hd-price-card {
  background: #251913;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 12px 40px rgba(22, 12, 7, 0.15);
}

.hd-price-card--wide {
  grid-column: span 8;
}

.hd-price-card--aside {
  grid-column: span 4;
  background: #342721;
}

.hd-price-card--split {
  grid-column: span 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hd-price-card__label {
  margin-bottom: 26px;
  color: #e9c349;
  font-family: var(--hd-font-family-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hd-price-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.hd-price-package__eyebrow,
.hd-price-stat__eyebrow {
  margin: 0 0 8px;
  color: #d6c3b4;
  font-family: var(--hd-font-family-en);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hd-price-package h3,
.hd-price-card--split h3,
.hd-price-card--aside h3 {
  margin: 0 0 6px;
  color: #f5ded5;
  font-size: clamp(24px, 1vw + 18px, 34px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.hd-price-package__price,
.hd-price-stat__value {
  margin: 0;
  color: #e9c349;
  font-size: clamp(34px, 2vw, 52px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.hd-price-stat__value--small {
  color: #f5ded5;
  font-size: clamp(30px, 1.5vw, 40px);
}

.hd-price-section-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.hd-price-section-title span {
  flex: 1;
  height: 1px;
  background: rgba(82, 68, 57, 0.3);
}

.hd-price-section-title h2 {
  margin: 0;
  color: #e9c349;
  font-family: var(--hd-font-family-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hd-price-factor-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.hd-price-factor-card {
  min-height: 158px;
  padding: 28px 24px;
  border-radius: 18px;
  background: #160c07;
}

.hd-price-factor-card--highlight {
  background: #40322c;
  box-shadow: inset 0 0 0 1px rgba(233, 195, 73, 0.24);
}

.hd-price-factor-card h3 {
  margin: 0 0 12px;
  color: #f5ded5;
  font-size: 20px;
  font-weight: 700;
}

.hd-price-factor-card p {
  margin: 0;
  color: #d6c3b4;
  font-size: 14px;
  line-height: 1.7;
}

.hd-price-budget__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.4fr);
  gap: 40px;
  align-items: start;
}

.hd-price-budget__intro h2,
.hd-price-faq h2 {
  margin: 0 0 18px;
  color: #f5ded5;
  font-size: clamp(30px, 1.5vw + 20px, 42px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.hd-price-budget__intro p {
  margin: 0;
  color: #d6c3b4;
  line-height: 1.85;
}

.hd-price-budget__intro blockquote {
  margin: 32px 0 0;
  padding: 22px 24px;
  border-left: 4px solid #e9c349;
  border-radius: 0 18px 18px 0;
  background: #251913;
  color: #f5ded5;
  font-size: 14px;
  line-height: 1.8;
}

.hd-price-budget__cards {
  display: grid;
  gap: 18px;
}

.hd-price-card--insight {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hd-price-card--insight h3 {
  margin: 0;
  color: #f5ded5;
  font-size: 24px;
  font-weight: 700;
}

.hd-price-card--insight p {
  margin: 0;
  color: #d6c3b4;
  line-height: 1.8;
}

.hd-price-inquiry__panel {
  display: grid;
  grid-template-columns: minmax(280px, 2fr) minmax(0, 3fr);
  overflow: hidden;
  border-radius: 28px;
  background: #251913;
}

.hd-price-inquiry__left {
  padding: 40px;
  background: #342721;
}

.hd-price-inquiry__left h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 1vw + 22px, 40px);
  font-weight: 700;
}

.hd-price-inquiry__left p {
  margin: 0;
  color: #d6c3b4;
  line-height: 1.8;
}

.hd-price-checklist {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.hd-price-checklist__item {
  position: relative;
  padding-left: 18px;
  color: #f5ded5;
  font-weight: 600;
}

.hd-price-checklist__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #e9c349;
  transform: translateY(-50%);
}

.hd-price-inquiry__right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding: 40px;
}

.hd-price-mini-card h3 {
  margin: 0 0 10px;
  color: #f5ded5;
  font-size: 18px;
  font-weight: 700;
}

.hd-price-mini-card p {
  margin: 0;
  color: #d6c3b4;
  font-size: 14px;
  line-height: 1.75;
}

.hd-price-faq {
  padding-top: 10px;
}

.hd-price-faq h2 {
  text-align: center;
}

.hd-price-faq__list {
  display: grid;
  gap: 14px;
}

.hd-price-faq__item {
  padding: 28px 30px;
  border-radius: 20px;
  background: rgba(22, 12, 7, 0.76);
}

.hd-price-faq__item h3 {
  margin: 0 0 14px;
  color: #e9c349;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hd-price-faq__item p {
  margin: 0;
  color: #d6c3b4;
  line-height: 1.82;
}

.hd-price-final-cta__box {
  position: relative;
  overflow: hidden;
  padding: 50px 42px;
  border-radius: 28px;
  background: #251913;
  box-shadow: inset 0 0 0 1px rgba(233, 195, 73, 0.16);
  text-align: center;
}

.hd-price-final-cta__box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(22, 12, 7, 0.88) 0%, rgba(22, 12, 7, 0.54) 42%, rgba(22, 12, 7, 0.78) 100%),
    url("../images/price-cta.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
  transform: scale(1.04);
}

.hd-price-final-cta__box p {
  max-width: 720px;
  margin: 0 auto;
  color: #d6c3b4;
  font-size: 18px;
  line-height: 1.82;
}

.hd-price-final-cta__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

body.hd-theme a.hd-price-button,
body.hd-theme a.hd-price-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 12px;
  font-family: var(--hd-font-family-ko);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.hd-theme a.hd-price-button--primary,
body.hd-theme a.hd-price-button--primary:visited {
  background: linear-gradient(135deg, #e9c349 0%, #b29015 100%);
  color: #3c2f00;
}

body.hd-theme a.hd-price-button--ghost,
body.hd-theme a.hd-price-button--ghost:visited {
  border: 1px solid rgba(82, 68, 57, 0.45);
  background: transparent;
  color: #f5ded5;
}

.hd-price-button:hover,
.hd-price-button:focus-visible {
  transform: translateY(-1px) scale(1.02);
}

.hd-price-footer {
  padding: 0 0 44px;
}

.hd-price-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(82, 68, 57, 0.15);
  color: rgba(245, 222, 213, 0.5);
  font-family: var(--hd-font-family-en);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hd-price-footer__brand {
  color: #f5ded5;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: none;
}

.hd-price-footer__links {
  display: flex;
  align-items: center;
  gap: 24px;
}

body.hd-theme .hd-price-footer__links a,
body.hd-theme .hd-price-footer__links a:visited {
  color: rgba(245, 222, 213, 0.5);
  text-decoration: none;
  transition: color 160ms ease;
}

body.hd-theme .hd-price-footer__links a:hover,
body.hd-theme .hd-price-footer__links a:focus-visible {
  color: #e9c349;
}

@media (max-width: 1080px) {
  .hd-price-overview__grid,
  .hd-price-factor-grid,
  .hd-price-budget__layout,
  .hd-price-inquiry__panel {
    grid-template-columns: 1fr;
  }

  .hd-price-card--wide,
  .hd-price-card--aside,
  .hd-price-card--split {
    grid-column: auto;
  }

  .hd-price-package-grid,
  .hd-price-inquiry__right {
    grid-template-columns: 1fr 1fr;
  }

  .hd-price-factor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .hd-price-hero {
    padding: 64px 0 44px;
  }

  .hd-price-card,
  .hd-price-inquiry__left,
  .hd-price-inquiry__right,
  .hd-price-final-cta__box {
    padding: 24px;
  }

  .hd-price-package-grid,
  .hd-price-inquiry__right,
  .hd-price-final-cta__actions,
  .hd-price-footer__inner,
  .hd-price-footer__links {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .hd-price-card--split {
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
  }

  .hd-price-factor-grid {
    grid-template-columns: 1fr;
  }

  .hd-price-final-cta__actions {
    align-items: stretch;
  }

  body.hd-theme a.hd-price-button,
  body.hd-theme a.hd-price-button:visited {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hd-price-page.has-stagger-motion .hd-price-stagger-item,
  .hd-price-page.is-price-intro-sequencing .hd-price-intro-sequence {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}
