body.home.page .site-header,
body.home.page #site-navigation,
body.home.page .main-navigation,
body.home.page .hd-site-nav,
body.home.blog .site-header,
body.home.blog #site-navigation,
body.home.blog .main-navigation,
body.home.blog .hd-site-nav {
  display: none;
}

body.home.page .site-header,
body.home.blog .site-header {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.home.page .hd-front-topbar,
body.home.blog .hd-front-topbar {
  margin-top: 0;
}

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

body.home.page .inside-article,
body.home.page .entry-content,
body.home.blog .inside-article,
body.home.blog .entry-content {
  background: transparent;
}

body.home.page .entry-content > [class*="wp-block"],
body.home.blog .entry-content > [class*="wp-block"] {
  margin: 0;
}

.hd-front {
  position: relative;
  overflow-x: clip;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.08), transparent 24%),
    linear-gradient(180deg, #25150f 0%, #1b100b 100%);
  color: var(--hd-color-text-primary);
}

.hd-front > .hd-front-section {
  position: relative;
  z-index: 2;
}

.hd-front::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.025;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.7) 0.7px, transparent 0.8px);
  background-size: 16px 16px;
}

.hd-front-scroll-item {
  --hd-scroll-progress: 0.42;
  --hd-scroll-shift: calc((1 - var(--hd-scroll-progress)) * 34px);
  --hd-scroll-scale: calc(0.972 + (var(--hd-scroll-progress) * 0.028));
  opacity: calc(0.38 + (var(--hd-scroll-progress) * 0.62));
  transform: translate3d(0, var(--hd-scroll-shift), 0) scale(var(--hd-scroll-scale));
  filter: saturate(calc(0.82 + (var(--hd-scroll-progress) * 0.18)));
  transform-origin: center top;
  transition:
    opacity 220ms linear,
    transform 220ms linear,
    filter 220ms linear;
  will-change: transform, opacity, filter;
}

.hd-front-scroll-item.hd-front-scroll-item--soft {
  --hd-scroll-shift: calc((1 - var(--hd-scroll-progress)) * 20px);
  --hd-scroll-scale: calc(0.985 + (var(--hd-scroll-progress) * 0.015));
}

.hd-front-scroll-item.hd-front-scroll-item--media {
  --hd-scroll-shift: calc((1 - var(--hd-scroll-progress)) * 14px);
  --hd-scroll-scale: calc(0.992 + (var(--hd-scroll-progress) * 0.008));
}

.hd-front.has-stagger-motion .hd-front-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-stagger-delay, 0ms);
  will-change: transform, opacity, filter;
}

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

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

.hd-front-parallax-media {
  --hd-parallax-y: 0px;
  --hd-parallax-scale: 1.04;
  transform: translate3d(0, var(--hd-parallax-y), 0) scale(var(--hd-parallax-scale));
  transform-origin: center center;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hd-front-hero__media.hd-front-parallax-media {
  --hd-parallax-scale: 1.06;
}

.hd-front-location-map__image.hd-front-parallax-media,
.hd-front-cta__media.hd-front-parallax-media {
  --hd-parallax-scale: 1.04;
}

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

.hd-front.is-intro-sequencing .hd-front-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-front.is-intro-sequencing.is-intro-ready .hd-front-intro-sequence {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  transition-delay: var(--hd-intro-delay, 0ms);
}

.hd-front-shell,
.hd-front-shell--narrow,
.hd-front-shell--faq {
  position: relative;
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
}

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

.hd-front-shell--faq {
  width: min(980px, calc(100% - 64px));
}

.hd-front-hero,
.hd-front-cta {
  position: relative;
  overflow: hidden;
}

.hd-front-hero {
  min-height: calc(100svh - 108px);
  z-index: 0;
}

body.admin-bar .hd-front-hero {
  min-height: calc(100svh - 140px);
}

.hd-front-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(140px, 18vw, 240px);
  background:
    linear-gradient(180deg, rgba(37, 21, 15, 0) 0%, rgba(37, 21, 15, 0.34) 32%, rgba(22, 11, 7, 0.88) 100%);
  pointer-events: none;
  z-index: 0;
}

.hd-front-hero__media,
.hd-front-cta__media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hd-front-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 13, 9, 0.38) 0%, rgba(23, 13, 9, 0.78) 82%, #25150f 100%),
    linear-gradient(90deg, rgba(24, 13, 10, 0.74) 0%, rgba(24, 13, 10, 0.5) 30%, rgba(24, 13, 10, 0.32) 100%);
}

.hd-front-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 108px);
  padding: 40px 0 52px;
}

body.admin-bar .hd-front-hero__inner {
  min-height: calc(100svh - 140px);
}

.hd-front-hero__copy {
  max-width: 980px;
  padding-top: 0;
}

.hd-front-hero__title {
  margin: 0;
  color: #f3dfd5;
  font-family: var(--hd-font-family-ko);
  max-width: 980px;
  font-size: clamp(44px, 4.3vw, 74px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-wrap: balance;
}

.hd-front-hero__title span {
  color: #f0c742;
}

.hd-front-hero__text {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(245, 245, 220, 0.9);
  font-size: clamp(17px, 0.28vw + 15.8px, 22px);
  line-height: 1.56;
}

.hd-front-hero__text--sub {
  max-width: 780px;
  margin-top: 12px;
  font-size: clamp(15px, 0.12vw + 14.8px, 17px);
  line-height: 1.62;
}

.hd-front-hero__actions,
.hd-front-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

body.hd-theme a.hd-front-button,
body.hd-theme a.hd-front-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 38px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-family: var(--hd-font-family-ko);
  font-size: clamp(18px, 0.28vw + 16.8px, 22px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

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

body.hd-theme a.hd-front-button--primary,
body.hd-theme a.hd-front-button--primary:visited {
  background: #e3bb35;
  color: #24140e;
}

body.hd-theme a.hd-front-button--ghost,
body.hd-theme a.hd-front-button--ghost:visited {
  border-color: rgba(245, 245, 220, 0.12);
  background: rgba(31, 18, 13, 0.3);
  color: #f0c742;
}

.hd-front-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.hd-front-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  background: rgba(79, 57, 47, 0.62);
  color: rgba(245, 245, 220, 0.88);
  font-size: clamp(13px, 0.12vw + 12.8px, 15px);
  line-height: 1;
}

.hd-front-section {
  position: relative;
  padding: clamp(96px, 10vw, 180px) 0;
}

.hd-front-section--overview {
  padding-top: clamp(92px, 8vw, 140px);
}

.hd-front-section--intro {
  isolation: isolate;
  overflow: hidden;
  z-index: 2;
  margin-top: 0;
  padding-top: clamp(72px, 8vw, 120px);
  background:
    linear-gradient(180deg, rgba(22, 11, 7, 0.96) 0%, rgba(24, 12, 8, 0.98) 100%);
}

.hd-front-section--intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 8, 5, 0.72) 0%, rgba(17, 8, 5, 0.42) 28%, rgba(17, 8, 5, 0.78) 100%),
    linear-gradient(90deg, rgba(17, 8, 5, 0.88) 0%, rgba(17, 8, 5, 0.24) 42%, rgba(17, 8, 5, 0.72) 100%),
    url("../images/about-bg.webp");
  background-position: 72% 18%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.88;
  transform: none;
  z-index: -2;
}

.hd-front-section--intro::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 34%, rgba(212, 175, 55, 0.24), transparent 22%),
    radial-gradient(circle at 26% 18%, rgba(255, 245, 221, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(10, 6, 4, 0.08), rgba(10, 6, 4, 0.42));
  pointer-events: none;
  z-index: -1;
}

.hd-front-section--intro .hd-front-shell {
  position: relative;
  z-index: 1;
}

.hd-front-section--intro .hd-front-heading,
.hd-front-section--intro .hd-front-intro,
.hd-front-section--intro .hd-front-seo-intro {
  max-width: min(760px, 100%);
}

.hd-front-seo-intro--in-about {
  margin-bottom: clamp(32px, 4vw, 48px);
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(27, 14, 10, 0.82), rgba(27, 14, 10, 0.62));
}

.hd-front-section--intro .hd-front-heading {
  margin-bottom: 46px;
}

.hd-front-section--seo-intro {
  background: #1a0f0b;
  padding-top: var(--hd-space-lg);
  padding-bottom: var(--hd-space-lg);
}

.hd-front-seo-intro {
  max-width: 48rem;
  margin: 0 auto;
}

.hd-front-seo-intro p {
  margin: 0 0 1rem;
  color: var(--hd-color-text-secondary);
  line-height: 1.75;
  font-size: clamp(15px, 1.1vw, 17px);
}

.hd-front-seo-intro a {
  color: var(--hd-color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hd-front-section--essentials,
.hd-front-section--location,
.hd-front-section--faq {
  background: #20120d;
}

.hd-front-section--process,
.hd-front-section--posts {
  background: #1a0f0b;
}

.hd-front-section--audience {
  background: #20120d;
}

.hd-front-titlebar {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 52px;
}

.hd-front-titlebar__line {
  width: 4px;
  height: clamp(38px, 4vw, 56px);
  border-radius: 999px;
  background: var(--hd-color-primary);
}

.hd-front-titlebar h2,
.hd-front-heading__title,
.hd-front-process-head__copy h2,
.hd-front-location-copy h2,
.hd-front-posts-head h2,
.hd-front-cta h2 {
  margin: 0;
  color: #f3dfd5;
  font-family: var(--hd-font-family-ko);
  font-size: clamp(42px, 3vw, 72px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.06;
  text-wrap: balance;
}

.hd-front-heading {
  margin-bottom: 60px;
}

.hd-front-heading--center {
  text-align: center;
}

.hd-front-heading__text {
  max-width: 880px;
  margin: 16px auto 0;
  color: rgba(245, 245, 220, 0.84);
  font-size: clamp(17px, 0.24vw + 15.8px, 21px);
  line-height: 1.75;
}

.hd-front-heading__eyebrow,
.hd-front-post-card__eyebrow {
  margin: 0 0 18px;
  color: var(--hd-color-primary);
  font-family: var(--hd-font-family-en);
  font-size: clamp(14px, 0.2vw + 13px, 18px);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hd-front-intro {
  display: grid;
  gap: 36px;
}

.hd-front-intro__body,
.hd-front-overview-copy {
  display: grid;
  gap: 16px;
  max-width: 1040px;
}

.hd-front-section--intro .hd-front-intro__body {
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(27, 14, 10, 0.84), rgba(27, 14, 10, 0.68));
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(8px);
}

.hd-front-intro__body p,
.hd-front-overview-copy p,
.hd-front-process-note,
.hd-front-location-copy > p,
.hd-front-location-copy__note {
  margin: 0;
  color: rgba(245, 245, 220, 0.84);
  font-size: clamp(17px, 0.24vw + 15.8px, 21px);
  line-height: 1.75;
}

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

.hd-front-intro-point {
  min-height: 108px;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: rgba(29, 16, 11, 0.68);
  color: #f3dfd5;
  font-size: clamp(18px, 0.3vw + 16.6px, 22px);
  font-weight: 700;
  line-height: 1.5;
}

.hd-front-section--intro .hd-front-intro-point {
  background: linear-gradient(180deg, rgba(29, 16, 11, 0.82), rgba(29, 16, 11, 0.68));
  border-color: rgba(212, 175, 55, 0.12);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.hd-front-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(34, 19, 13, 0.82);
}

.hd-front-overview-card {
  min-height: 220px;
  padding: 44px 40px 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.hd-front-overview-card:last-child {
  border-right: 0;
}

.hd-front-overview-card__icon,
.hd-front-essential-card__icon,
.hd-front-audience-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  background: rgba(212, 175, 55, 0.12);
  color: var(--hd-color-primary);
  font-family: var(--hd-font-family-en);
  font-size: clamp(24px, 0.8vw, 32px);
  font-weight: 700;
  line-height: 1;
}

.hd-front-overview-card h3,
.hd-front-essential-card h3,
.hd-front-process-card h3,
.hd-front-location-point__body h3,
.hd-front-audience-card h3,
.hd-front-post-card h3 {
  margin: 26px 0 14px;
  color: #f3dfd5;
  font-size: clamp(24px, 1vw + 18px, 42px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
  text-wrap: balance;
}

.hd-front-overview-card p,
.hd-front-essential-card p,
.hd-front-process-card p,
.hd-front-location-point__body p,
.hd-front-audience-card p,
.hd-front-post-card p,
.hd-front-faq__item p,
.hd-front-process-head__copy p,
.hd-front-cta p {
  margin: 0;
  color: rgba(245, 245, 220, 0.84);
  font-size: clamp(17px, 0.24vw + 15.8px, 21px);
  line-height: 1.6;
}

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

.hd-front-essential-card {
  position: relative;
  min-height: 300px;
  padding: 42px 40px 34px;
  border-radius: 12px;
  background: #47362e;
  overflow: hidden;
}

.hd-front-essential-card__ghost {
  position: absolute;
  top: 28px;
  right: 34px;
  color: rgba(245, 229, 216, 0.1);
  font-size: clamp(80px, 7vw, 136px);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
}

.hd-front-essential-card a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: var(--hd-color-primary);
  font-size: clamp(18px, 0.2vw + 17px, 22px);
  font-weight: 700;
  text-decoration: none;
}

.hd-front-essential-card a::after {
  content: "\2192";
  line-height: 1;
}

.hd-front-process-head {
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(280px, 1fr);
  align-items: end;
  gap: 32px;
  margin-bottom: 52px;
}

.hd-front-process-head__ghost {
  justify-self: end;
  color: rgba(212, 175, 55, 0.08);
  font-family: var(--hd-font-family-en);
  font-size: clamp(80px, 9vw, 180px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

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

.hd-front-process-card {
  position: relative;
  min-height: 248px;
  padding: 34px 32px 30px;
  border-top: 2px solid rgba(212, 175, 55, 0.9);
  background: rgba(71, 54, 46, 0.42);
}

.hd-front-process-card__number {
  position: absolute;
  top: 22px;
  right: 26px;
  color: rgba(212, 175, 55, 0.14);
  font-family: var(--hd-font-family-en);
  font-size: clamp(38px, 3vw, 64px);
  font-weight: 700;
  line-height: 1;
}

.hd-front-process-note {
  max-width: 980px;
  margin-top: 28px;
}

.hd-front-location-layout {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(380px, 0.95fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}

.hd-front-location-map {
  position: relative;
  min-height: 640px;
  border-radius: 14px;
  overflow: hidden;
  background: #16120d;
}

.hd-front-location-map__embed {
  position: absolute;
  inset: 0;
  background: #16120d;
}

.hd-front-location-map__embed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 16, 11, 0.08), rgba(20, 16, 11, 0.28));
  pointer-events: none;
}

.hd-front-location-map__embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.85) brightness(0.78);
}

.hd-front-location-map__address {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 30px;
  z-index: 1;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  background: rgba(67, 50, 39, 0.92);
}

.hd-front-location-map__address strong,
.hd-front-location-map__address span {
  display: block;
}

.hd-front-location-map__address strong {
  margin-bottom: 8px;
  color: var(--hd-color-primary);
  font-size: clamp(16px, 0.15vw + 15.4px, 18px);
  font-weight: 700;
}

.hd-front-location-map__address span {
  color: #f3dfd5;
  font-size: clamp(17px, 0.26vw + 15.8px, 21px);
  font-weight: 700;
}

.hd-front-location-copy h2 {
  margin-bottom: 28px;
}

.hd-front-location-copy > p {
  margin-bottom: 16px;
}

.hd-front-location-points {
  display: grid;
  gap: 24px;
}

.hd-front-location-point {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.hd-front-location-point__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: rgba(93, 64, 55, 0.68);
  color: var(--hd-color-primary);
  font-size: 22px;
  font-weight: 700;
}

.hd-front-location-point__body h3 {
  margin-top: 0;
}

.hd-front-location-copy__button {
  margin-top: 42px;
}

.hd-front-location-copy__note {
  margin-top: 28px;
}

.hd-front-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.hd-front-audience-card {
  min-height: 216px;
  padding: 38px 30px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  background: rgba(29, 16, 11, 0.82);
  text-align: center;
}

.hd-front-audience-card__icon {
  margin: 0 auto;
}

.hd-front-audience-card.is-featured {
  border-color: rgba(212, 175, 55, 0.5);
}

.hd-front-posts-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.hd-front-posts-head > div {
  display: grid;
  gap: 14px;
  max-width: 960px;
}

.hd-front-posts-head a {
  color: var(--hd-color-primary);
  font-size: clamp(18px, 0.22vw + 17px, 22px);
  font-weight: 700;
  text-decoration: none;
}

.hd-front-posts-swiper {
  overflow: visible;
}

.hd-front-posts-swiper .swiper-wrapper {
  align-items: stretch;
}

.hd-front-posts-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.hd-front-post-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(71, 54, 46, 0.4);
}

.hd-front-post-card__media {
  display: block;
  aspect-ratio: 1.18 / 0.86;
  overflow: hidden;
}

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

.hd-front-post-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 14px;
  padding: 28px 28px 34px;
}

.hd-front-post-card__body h3 {
  margin-top: 0;
  min-height: calc(1.15em * 3);
}

.hd-front-post-card__body h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.hd-front-post-card__body p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.hd-front-post-card__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: var(--hd-color-primary);
  font-size: clamp(17px, 0.2vw + 16px, 20px);
  font-weight: 700;
  text-decoration: none;
}

.hd-front-post-card__more::after {
  content: "\2192";
  line-height: 1;
}

.hd-front-posts-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}

.hd-front-posts-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(29, 16, 11, 0.76);
  color: var(--hd-color-text-primary);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.hd-front-posts-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 8px;
}

.hd-front-posts-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background: rgba(245, 245, 220, 0.28);
  opacity: 1;
}

.hd-front-posts-pagination .swiper-pagination-bullet-active {
  background: var(--hd-color-primary);
}

.hd-front-faq {
  display: grid;
  gap: 18px;
}

.hd-front-faq__item {
  border: 0;
  background: rgba(29, 16, 11, 0.84);
}

.hd-front-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 28px;
  cursor: pointer;
  list-style: none;
  color: #f3dfd5;
  font-size: clamp(21px, 0.4vw + 19px, 28px);
  font-weight: 700;
  line-height: 1.4;
}

.hd-front-faq__item summary::-webkit-details-marker {
  display: none;
}

.hd-front-faq__toggle {
  color: var(--hd-color-primary);
  font-size: 20px;
  line-height: 1;
}

.hd-front-faq__item p {
  padding: 0 28px 26px;
}

.hd-front-cta {
  min-height: 520px;
}

.hd-front-cta__media {
  background-image: url("../images/cta-bg.webp");
}

.hd-front-cta__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24, 13, 9, 0.72) 0%, rgba(24, 13, 9, 0.78) 100%),
    rgba(10, 7, 5, 0.22);
}

.hd-front-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding: 80px 0;
}

.hd-front-cta p {
  max-width: 820px;
  margin-top: 24px;
}

.hd-front-cta h2 br {
  display: block;
}

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

  .hd-front-hero__copy {
    max-width: 720px;
  }

  .hd-front-overview-grid,
  .hd-front-process-grid,
  .hd-front-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    border: 0;
    background: transparent;
  }

  .hd-front-overview-card,
  .hd-front-process-card,
  .hd-front-audience-card {
    border-right: 0;
    border-radius: 12px;
    background: rgba(29, 16, 11, 0.82);
  }

  .hd-front-location-layout,
  .hd-front-process-head {
    grid-template-columns: 1fr;
  }

  .hd-front-process-head__ghost {
    justify-self: start;
  }

  .hd-front-posts-swiper {
    overflow: visible;
  }
}

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

  .hd-front-hero,
  .hd-front-hero__inner {
    min-height: 620px;
  }

  .hd-front-hero__inner {
    align-items: end;
    padding: 56px 0 72px;
  }

  .hd-front-hero__copy {
    padding-top: 0;
  }

  .hd-front-hero__title {
    font-size: clamp(44px, 11vw, 66px);
    line-height: 1;
  }

  .hd-front-hero__text {
    margin-top: 20px;
    font-size: clamp(17px, 1vw + 13px, 22px);
    line-height: 1.65;
  }

  .hd-front-hero__text--sub {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.7;
  }

  .hd-front-button {
    width: 100%;
    min-height: 56px;
    padding: 0 24px;
    font-size: 18px;
  }

  .hd-front-section {
    padding: 72px 0;
  }

  .hd-front-posts-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 34px;
  }

  .hd-front-titlebar {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 34px;
  }

  .hd-front-titlebar__line {
    flex: 0 0 4px;
    height: clamp(30px, 8vw, 42px);
    margin-top: 4px;
  }

  .hd-front-intro__points,
  .hd-front-overview-grid,
  .hd-front-essentials-grid,
  .hd-front-process-grid,
  .hd-front-audience-grid {
    grid-template-columns: 1fr;
  }

  .hd-front-posts-controls {
    gap: 12px;
  }

  .hd-front-posts-nav {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .hd-front-essential-card,
  .hd-front-location-map {
    min-height: 0;
  }

  .hd-front-location-map {
    min-height: 440px;
  }

  .hd-front-location-map__address {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 22px;
  }

  .hd-front-location-point {
    grid-template-columns: 1fr;
  }

  .hd-front-titlebar h2,
  .hd-front-heading__title,
  .hd-front-process-head__copy h2,
  .hd-front-location-copy h2,
  .hd-front-posts-head h2,
  .hd-front-cta h2 {
    font-size: clamp(34px, 7.5vw, 48px);
    line-height: 1.12;
  }

  .hd-front-section--intro::before {
    background-position: 64% center;
  }

  .hd-front-overview-card,
  .hd-front-essential-card,
  .hd-front-process-card,
  .hd-front-audience-card,
  .hd-front-post-card__body {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hd-front-overview-card,
  .hd-front-essential-card,
  .hd-front-process-card,
  .hd-front-audience-card {
    min-height: 0;
  }

  .hd-front-overview-card h3,
  .hd-front-essential-card h3,
  .hd-front-process-card h3,
  .hd-front-location-point__body h3,
  .hd-front-audience-card h3,
  .hd-front-post-card h3 {
    margin-top: 18px;
    margin-bottom: 10px;
    font-size: clamp(22px, 5vw, 30px);
    line-height: 1.2;
  }

  .hd-front-post-card__body h3 {
    min-height: calc(1.2em * 3);
  }

  .hd-front-overview-card p,
  .hd-front-essential-card p,
  .hd-front-process-card p,
  .hd-front-location-point__body p,
  .hd-front-audience-card p,
  .hd-front-post-card p,
  .hd-front-faq__item p,
  .hd-front-intro__body p,
  .hd-front-overview-copy p,
  .hd-front-process-head__copy p,
  .hd-front-process-note,
  .hd-front-location-copy > p,
  .hd-front-location-copy__note,
  .hd-front-heading__text,
  .hd-front-cta p {
    font-size: 16px;
    line-height: 1.65;
  }

  .hd-front-faq__item summary {
    padding: 22px 22px;
    font-size: 18px;
    line-height: 1.45;
  }

  .hd-front-faq__item p {
    padding: 0 22px 22px;
  }

  .hd-front-post-card__body p {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }

  .hd-front-section--intro {
    margin-top: 0;
    padding-top: clamp(56px, 10vw, 88px);
    background: linear-gradient(180deg, rgba(22, 11, 7, 0.96) 0%, rgba(22, 11, 7, 0.92) 100%);
  }

  .hd-front-section--intro::before {
    background-position: 68% 12%;
    opacity: 0.72;
  }

  .hd-front-section--intro .hd-front-heading,
  .hd-front-section--intro .hd-front-intro {
    max-width: 100%;
  }

  .hd-front-section--intro .hd-front-heading {
    margin-bottom: 28px;
  }

  .hd-front-section--intro .hd-front-intro__body {
    padding: 24px 20px;
    border-radius: 18px;
    backdrop-filter: blur(6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hd-front-scroll-item,
  .hd-front-parallax-media,
  .hd-front-intro-sequence,
  .hd-front-topbar__cta,
  .hd-front-button {
    transition: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}

.hd-front-usp-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hd-front-usp-card {
  min-height: 280px;
  padding: 40px 28px 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.hd-front-overview-card.hd-front-usp-card > .hd-front-usp-card__value {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: var(--hd-font-family-en);
  font-size: clamp(72px, 8.5vw, 132px);
  font-weight: 900;
  color: var(--hd-color-primary);
  line-height: 0.92;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  text-shadow: 0 0 48px rgba(212, 175, 55, 0.28);
}

.hd-front-overview-card.hd-front-usp-card > .hd-front-usp-card__value--text {
  font-size: clamp(40px, 5.5vw, 72px);
  letter-spacing: -0.03em;
}

.hd-front-overview-card.hd-front-usp-card > h3 {
  margin: 0;
  font-size: clamp(17px, 1.4vw, 22px);
  font-weight: 600;
  color: var(--hd-color-text-secondary);
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.hd-front-overview-card.hd-front-usp-card > p {
  margin: 0;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.55;
  color: var(--hd-color-text-muted);
}

@media (max-width: 1200px) {
  .hd-front-overview-card.hd-front-usp-card > .hd-front-usp-card__value {
    font-size: clamp(56px, 11vw, 100px);
  }

  .hd-front-overview-card.hd-front-usp-card > .hd-front-usp-card__value--text {
    font-size: clamp(36px, 7vw, 64px);
  }
}

@media (max-width: 900px) {
  .hd-front-usp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hd-front-usp-card {
    min-height: 200px;
    padding: 32px 18px 28px;
  }

  .hd-front-overview-card.hd-front-usp-card > .hd-front-usp-card__value {
    font-size: clamp(52px, 20vw, 88px);
  }

  .hd-front-overview-card.hd-front-usp-card > .hd-front-usp-card__value--text {
    font-size: clamp(34px, 11vw, 56px);
  }
}

@media (max-width: 860px) {
  .hd-front-overview-card.hd-front-usp-card {
    min-height: 200px;
  }

  .hd-front-overview-card.hd-front-usp-card > h3 {
    margin-top: 0;
    font-size: 17px;
  }
}
