/*
Theme Name: Joosung Production
Theme URI: https://joosungproduction.com
Description: A cinematic Bootscore child theme for Joosung Production, an LA live performance planning and execution company.
Author: Joosung Production
Template: bootscore
Version: 1.0.0
Text Domain: joosung-production
*/

:root {
  --jp-black: #080706;
  --jp-charcoal: #13100e;
  --jp-panel: #1a1714;
  --jp-ivory: #f3eadc;
  --jp-muted: #b8aa96;
  --jp-amber: #d79b4a;
  --jp-burgundy: #6f1f24;
  --jp-bluegray: #384046;
  --jp-line: rgba(243, 234, 220, 0.14);
  --jp-line-strong: rgba(243, 234, 220, 0.28);
  --jp-max: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--jp-black);
  color: var(--jp-ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.jp-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--jp-amber);
}

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

.site {
  min-height: 100vh;
  overflow-x: hidden;
}

.jp-container {
  margin: 0 auto;
  max-width: var(--jp-max);
  padding: 0 24px;
}

.jp-section {
  padding: 112px 0;
  position: relative;
}

.jp-section--tight {
  padding: 80px 0;
}

.jp-eyebrow {
  align-items: center;
  color: var(--jp-amber);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.jp-eyebrow::before {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 1px;
  width: 44px;
}

.jp-display,
.jp-section-title,
.entry-title {
  color: var(--jp-ivory);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jp-display {
  font-size: clamp(4rem, 10vw, 9.8rem);
  line-height: 0.86;
  margin: 0;
  max-width: 940px;
}

.jp-section-title,
.entry-title {
  font-size: clamp(2.5rem, 5.2vw, 5.6rem);
  line-height: 0.92;
  margin: 0 0 28px;
  max-width: 900px;
}

.jp-lead {
  color: var(--jp-muted);
  font-size: clamp(1.06rem, 1.8vw, 1.36rem);
  line-height: 1.7;
  max-width: 760px;
}

.jp-copy {
  color: var(--jp-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.jp-kicker {
  color: rgba(243, 234, 220, 0.74);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

.jp-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  min-height: 48px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.jp-btn:hover {
  transform: translateY(-1px);
}

.jp-btn--primary {
  background: var(--jp-amber);
  color: #111;
}

.jp-btn--primary:hover {
  background: #f0b865;
  color: #080706;
}

.jp-btn--ghost {
  border-color: var(--jp-line-strong);
  color: var(--jp-ivory);
}

.jp-btn--ghost:hover {
  border-color: var(--jp-amber);
  color: var(--jp-amber);
}

.jp-header {
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.92), rgba(8, 7, 6, 0.68) 72%, rgba(8, 7, 6, 0));
  left: 0;
  padding: 10px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 40;
}

.admin-bar .jp-header {
  top: 32px;
}

.jp-header__inner {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  min-height: 76px;
}

.jp-brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 128px;
}

.jp-brand__logo {
  display: block;
  height: clamp(56px, 5vw, 70px);
  object-fit: contain;
  width: auto;
}

.jp-brand--footer .jp-brand__logo {
  height: 66px;
}

.jp-brand__mark {
  height: 38px;
  width: 38px;
}

.jp-brand__name {
  color: var(--jp-ivory);
  display: grid;
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  line-height: 1.06;
  text-transform: uppercase;
}

.jp-brand__sub {
  color: var(--jp-muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-top: 4px;
}

.jp-nav {
  align-items: center;
  display: flex;
  gap: 26px;
  margin-left: auto;
}

.jp-nav a {
  color: rgba(243, 234, 220, 0.78);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.jp-nav a:hover,
.jp-nav a[aria-current="page"] {
  color: var(--jp-amber);
}

.jp-header__actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.jp-language-switcher {
  align-items: center;
  border: 1px solid var(--jp-line);
  border-radius: 999px;
  display: inline-flex;
  gap: 3px;
  padding: 3px;
}

.jp-language-switcher a {
  align-items: center;
  border-radius: 999px;
  color: rgba(243, 234, 220, 0.66);
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-width: 34px;
}

.jp-language-switcher a.is-active {
  background: var(--jp-amber);
  color: #080706;
}

.jp-menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--jp-ivory);
  display: none;
  height: 48px;
  justify-content: center;
  position: relative;
  transition: background 220ms ease, box-shadow 220ms ease, color 220ms ease;
  width: 48px;
  z-index: 80;
}

.jp-menu-toggle__icon {
  display: block;
  height: 20px;
  position: relative;
  transform-origin: center;
  transition: transform 0.95s cubic-bezier(0.23, 1, 0.32, 1);
  width: 25px;
}

.jp-menu-toggle__line {
  background: currentColor;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transition: opacity 220ms ease, transform 320ms ease, width 320ms ease;
  transform-origin: center;
  width: 100%;
}

.jp-menu-toggle__line:nth-child(1) {
  transform: translateY(-8px);
}

.jp-menu-toggle__line:nth-child(2) {
  width: 76%;
}

.jp-menu-toggle__line:nth-child(3) {
  transform: translateY(8px);
}

.jp-menu-open .jp-menu-toggle {
  background: linear-gradient(180deg, rgba(26, 23, 20, 0.98), rgba(8, 7, 6, 0.98));
  box-shadow: 0 1rem 2.2rem rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: var(--jp-amber);
}

.jp-menu-open .jp-menu-toggle__icon {
  transform: rotate(1080deg);
}

.jp-menu-open .jp-menu-toggle__line:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.jp-menu-open .jp-menu-toggle__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.35);
}

.jp-menu-open .jp-menu-toggle__line:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.jp-menu-backdrop {
  background: rgba(0, 0, 0, 0.54);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 260ms ease;
  z-index: 60;
}

.jp-mobile-drawer {
  background: linear-gradient(180deg, rgba(19, 16, 14, 0.98), rgba(8, 7, 6, 0.99));
  border-left: 1px solid var(--jp-line);
  bottom: 0;
  box-shadow: -1.8rem 0 4rem rgba(0, 0, 0, 0.34);
  color: var(--jp-ivory);
  display: flex;
  flex-direction: column;
  max-width: min(420px, calc(100vw - 34px));
  padding: 96px 22px 28px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(104%);
  transition: transform 420ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  z-index: 70;
}

.jp-mobile-drawer__header {
  align-items: center;
  border-bottom: 1px solid var(--jp-line);
  color: var(--jp-ivory);
  display: flex;
  font-size: 0.86rem;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0.14em;
  padding-bottom: 18px;
  text-transform: uppercase;
}

.jp-mobile-nav {
  display: grid;
  margin-top: 14px;
}

.jp-mobile-nav a:not(.jp-btn) {
  align-items: center;
  border-bottom: 1px solid var(--jp-line);
  color: var(--jp-ivory);
  display: flex;
  font-size: clamp(1.5rem, 8vw, 2.35rem);
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1;
  min-height: 70px;
  text-transform: uppercase;
}

.jp-mobile-nav a:not(.jp-btn)::after {
  color: var(--jp-amber);
  content: "↗";
  font-size: 1rem;
}

.jp-mobile-nav .jp-btn {
  margin-top: 22px;
  width: 100%;
}

.jp-mobile-drawer__note {
  color: var(--jp-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: auto 0 0;
  padding-top: 28px;
}

.jp-menu-open .jp-menu-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.jp-menu-open .jp-mobile-drawer {
  transform: translateX(0);
}

.jp-lang-ko {
  word-break: keep-all;
}

.jp-lang-ko .jp-display,
.jp-lang-ko .jp-section-title,
.jp-lang-ko .entry-title,
.jp-lang-ko .entry-content h2,
.jp-lang-ko .entry-content h3 {
  font-family: Inter, "Pretendard Variable", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
}

.jp-lang-ko .jp-display {
  font-size: clamp(3.4rem, 8vw, 8rem);
  line-height: 0.98;
}

.jp-lang-ko .jp-section-title,
.jp-lang-ko .entry-title {
  line-height: 1.05;
}

.jp-history-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.jp-history-list li {
  border-top: 1px solid var(--jp-line);
  color: var(--jp-muted);
  display: grid;
  gap: 8px 12px;
  grid-template-columns: 82px minmax(0, 1fr);
  line-height: 1.55;
  padding: 12px 0;
}

.jp-history-list__image {
  align-self: start;
  aspect-ratio: 4 / 3;
  background: rgba(243, 234, 220, 0.06);
  border: 1px solid rgba(243, 234, 220, 0.12);
  grid-row: span 3;
  overflow: hidden;
}

.jp-history-list__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.jp-history-list strong {
  color: var(--jp-ivory);
}

.jp-history-list__title,
.jp-history-list__body {
  display: block;
  min-width: 0;
}

.jp-history-showcase {
  background:
    radial-gradient(circle at 16% 12%, rgba(215, 155, 74, 0.16), rgba(8, 7, 6, 0) 32%),
    linear-gradient(180deg, rgba(111, 31, 36, 0.18), rgba(8, 7, 6, 0) 58%),
    var(--jp-black);
  overflow: hidden;
}

.jp-history-panel {
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.15), rgba(8, 7, 6, 0.82) 48%, rgba(8, 7, 6, 0.96) 100%),
    linear-gradient(180deg, rgba(111, 31, 36, 0.24), rgba(8, 7, 6, 0.22)),
    #120d0c;
  border: 1px solid var(--jp-line);
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.38fr);
  min-height: 640px;
  overflow: hidden;
  padding: 64px;
  position: relative;
}

.jp-history-panel::before {
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.1), rgba(8, 7, 6, 0.82) 78%, rgba(8, 7, 6, 0.98)),
    url("assets/img/projects-history-collage.webp") left center / cover no-repeat;
  content: "";
  inset: 0 auto 0 0;
  opacity: 0.92;
  position: absolute;
  width: min(56%, 720px);
}

.jp-history-panel::after {
  background: linear-gradient(180deg, rgba(215, 155, 74, 0), rgba(215, 155, 74, 0.72), rgba(215, 155, 74, 0));
  bottom: 72px;
  content: "";
  left: calc(41% + 18px);
  position: absolute;
  top: 72px;
  width: 1px;
  z-index: 1;
}

.jp-history-intro {
  align-self: start;
  min-height: 500px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}

.jp-history-intro h2 {
  color: var(--jp-ivory);
  font-family: Inter, "Pretendard Variable", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  font-size: clamp(3.4rem, 5.8vw, 6.4rem);
  font-weight: 900;
  line-height: 0.98;
  margin: 0;
  max-width: 520px;
  text-wrap: balance;
  word-break: keep-all;
}

.jp-history-intro p {
  color: rgba(243, 234, 220, 0.72);
  font-size: 1rem;
  line-height: 1.8;
  margin: 26px 0 0;
  max-width: 440px;
  word-break: keep-all;
}

.jp-history-timeline {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 34px;
  position: relative;
  z-index: 2;
}

.jp-history-item {
  background: linear-gradient(90deg, rgba(22, 15, 13, 0.92), rgba(9, 7, 6, 0.78));
  border: 1px solid rgba(243, 234, 220, 0.14);
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr) 190px;
  min-height: 108px;
  position: relative;
}

.jp-history-item::before {
  background: var(--jp-black);
  border: 2px solid var(--jp-amber);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(215, 155, 74, 0.15);
  content: "";
  height: 12px;
  left: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

.jp-history-year {
  align-items: center;
  background: linear-gradient(180deg, rgba(111, 31, 36, 0.88), rgba(54, 15, 17, 0.82));
  border-right: 1px solid rgba(243, 234, 220, 0.12);
  color: var(--jp-amber);
  display: flex;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding: 18px;
  text-align: center;
}

.jp-history-copy {
  align-self: center;
  padding: 20px 24px;
}

.jp-history-copy h3 {
  color: var(--jp-ivory);
  font-size: clamp(1.04rem, 1.25vw, 1.24rem);
  line-height: 1.35;
  margin: 0 0 6px;
  word-break: keep-all;
}

.jp-history-copy p {
  color: rgba(243, 234, 220, 0.72);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}

.jp-history-item img {
  align-self: center;
  aspect-ratio: 16 / 7;
  border-left: 1px solid rgba(243, 234, 220, 0.08);
  height: calc(100% - 28px);
  justify-self: stretch;
  margin-right: 14px;
  object-fit: cover;
  opacity: 0.88;
  width: calc(100% - 14px);
}

.jp-history-note {
  color: rgba(243, 234, 220, 0.48);
  font-size: 0.82rem;
  margin: 18px 0 0;
  padding-left: calc(41% + 98px);
}

.jp-hero {
  background: var(--jp-hero-image) center right / cover no-repeat var(--jp-black);
  min-height: 100vh;
  overflow: hidden;
  padding: 114px 0 88px;
  position: relative;
}

.jp-hero::before {
  background: linear-gradient(90deg, rgba(8, 7, 6, 0.96) 0%, rgba(8, 7, 6, 0.82) 42%, rgba(8, 7, 6, 0.24) 72%, rgba(8, 7, 6, 0.58) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.jp-hero__video {
  height: 111.111%;
  left: 0;
  object-fit: cover;
  object-position: center right;
  opacity: 0.86;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.jp-hero::after {
  background: linear-gradient(180deg, rgba(8, 7, 6, 0), var(--jp-black) 92%);
  bottom: 0;
  content: "";
  height: 240px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.jp-hero__inner {
  display: grid;
  min-height: calc(100vh - 238px);
  place-items: end start;
  position: relative;
  z-index: 3;
}

.jp-hero__body {
  max-width: 980px;
}

.jp-hero__text {
  display: grid;
  gap: 26px;
  margin-top: 30px;
  max-width: 680px;
}

.jp-hero__actions,
.jp-cta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.jp-hero__meta {
  border-top: 1px solid var(--jp-line);
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 70px;
  max-width: 920px;
  padding-top: 28px;
}

.jp-metric strong {
  color: var(--jp-ivory);
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
}

.jp-metric span {
  color: var(--jp-muted);
  display: block;
  font-size: 0.88rem;
  line-height: 1.55;
}

.jp-statement {
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.18) 0%, rgba(8, 7, 6, 0.36) 34%, rgba(8, 7, 6, 0.84) 60%, rgba(8, 7, 6, 0.96) 100%),
    linear-gradient(180deg, rgba(8, 7, 6, 0.06), rgba(8, 7, 6, 0.78)),
    url("assets/img/position-hollywood-left.webp") left center / cover no-repeat;
  border-bottom: 1px solid var(--jp-line);
  border-top: 1px solid var(--jp-line);
  overflow: hidden;
}

.jp-statement__grid {
  align-items: center;
  display: grid;
  gap: 16px 56px;
  grid-template-columns: minmax(360px, 1fr) minmax(0, 1.14fr);
  grid-template-rows: auto auto;
}

.jp-statement__grid > div {
  grid-column: 2;
  grid-row: 1;
}

.jp-statement__quote {
  color: var(--jp-ivory);
  font-family: Inter, "Pretendard Variable", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  font-size: clamp(1.48rem, 2.48vw, 2.36rem);
  font-weight: 700;
  grid-column: 2;
  grid-row: 2;
  justify-self: start;
  line-height: 1.24;
  margin: 0;
  max-width: 760px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.48);
  text-wrap: balance;
  word-break: keep-all;
}

.jp-split {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.jp-split--reverse {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.jp-image-frame {
  aspect-ratio: 4 / 5;
  border: 1px solid var(--jp-line);
  overflow: hidden;
  position: relative;
}

.jp-image-frame--wide {
  aspect-ratio: 16 / 10;
}

.jp-process-media-stack {
  display: grid;
  gap: 18px;
}

.jp-process-media-stack .jp-image-frame {
  margin: 0;
}

.jp-image-frame--blueprint {
  aspect-ratio: 16 / 8.5;
  background: #080706;
}

.jp-image-frame--blueprint img {
  filter: saturate(0.9) contrast(1.04);
}

.jp-image-frame img {
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
  width: 100%;
}

.jp-image-frame:hover img {
  transform: scale(1.035);
}

.jp-image-caption {
  background: linear-gradient(180deg, rgba(8, 7, 6, 0), rgba(8, 7, 6, 0.88));
  bottom: 0;
  color: rgba(243, 234, 220, 0.82);
  font-size: 0.76rem;
  font-weight: 800;
  left: 0;
  letter-spacing: 0.12em;
  padding: 44px 22px 20px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.jp-checklist {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}

.jp-checklist li {
  border-top: 1px solid var(--jp-line);
  color: var(--jp-ivory);
  padding-top: 14px;
}

.jp-grid {
  display: grid;
  gap: 18px;
}

.jp-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.jp-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--jp-line);
  border-radius: 6px;
  min-height: 100%;
  padding: 28px;
}

.jp-card__num {
  color: var(--jp-amber);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 34px;
}

.jp-card h3,
.jp-project h3,
.jp-process-step h3 {
  color: var(--jp-ivory);
  font-size: clamp(1.24rem, 2vw, 1.72rem);
  line-height: 1.08;
  margin: 0 0 16px;
}

.jp-card p,
.jp-project p,
.jp-process-step p {
  color: var(--jp-muted);
  line-height: 1.7;
  margin: 0;
}

.jp-band {
  background:
    linear-gradient(180deg, rgba(111, 31, 36, 0.2), rgba(8, 7, 6, 0)),
    var(--jp-charcoal);
  border-bottom: 1px solid var(--jp-line);
  border-top: 1px solid var(--jp-line);
}

.jp-section-head {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 46px;
}

.jp-section-head .jp-lead {
  margin: 0;
  max-width: 520px;
}

.jp-project {
  background: #0e0c0a;
  border: 1px solid var(--jp-line);
  border-radius: 6px;
  overflow: hidden;
}

.jp-project__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.jp-project__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
  width: 100%;
}

.jp-project:hover .jp-project__image img {
  transform: scale(1.04);
}

.jp-project__body {
  padding: 24px;
}

.jp-label {
  color: var(--jp-amber);
  display: block;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.jp-process {
  border-top: 1px solid var(--jp-line);
}

.jp-process-step {
  border-bottom: 1px solid var(--jp-line);
  display: grid;
  gap: 22px;
  grid-template-columns: 120px minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding: 28px 0;
}

.jp-process-step__index {
  color: var(--jp-amber);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.jp-process--visual .jp-process-step {
  align-items: center;
  grid-template-columns: 84px minmax(0, 0.78fr) minmax(360px, 0.92fr);
  padding: 30px 0;
}

.jp-process--visual .jp-process-step__index {
  grid-column: 1;
  grid-row: 1;
}

.jp-process--visual .jp-process-step__body {
  grid-column: 2;
  grid-row: 1;
}

.jp-process-step__body h3 {
  margin-bottom: 12px;
}

.jp-process-step__media {
  aspect-ratio: 16 / 10;
  background: #0d0b09;
  border: 1px solid var(--jp-line);
  border-radius: 6px;
  grid-column: 3;
  grid-row: 1;
  margin: 0;
  max-width: none;
  overflow: hidden;
  width: 100%;
}

.jp-process-step__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
  width: 100%;
}

.jp-process-step__media br,
.jp-process--visual .jp-process-step > p:empty {
  display: none;
}

.jp-process-step__media p {
  margin: 0;
}

.jp-process-step:hover .jp-process-step__media img {
  transform: scale(1.035);
}

.jp-process-diagram {
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.94), rgba(8, 7, 6, 0.9)),
    url("assets/img/process/process-diagram-bg.webp") center / cover no-repeat,
    var(--jp-black);
  border-bottom: 1px solid rgba(215, 155, 74, 0.42);
  border-top: 1px solid rgba(215, 155, 74, 0.18);
  margin-bottom: 46px;
  overflow: hidden;
  padding: clamp(42px, 6vw, 76px) clamp(18px, 5vw, 64px);
  position: relative;
}

.jp-process-diagram::after {
  background: linear-gradient(90deg, transparent, rgba(215, 155, 74, 0.18), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: clamp(330px, 32vw, 420px);
}

.jp-process-diagram__top,
.jp-process-flow,
.jp-process-diagram__tagline {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  position: relative;
  z-index: 1;
}

.jp-process-diagram__top {
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.7fr);
  margin-bottom: 58px;
}

.jp-process-diagram__intro h2 {
  color: var(--jp-ivory);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3rem, 6.4vw, 6.8rem);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.92;
  margin: 0 0 26px;
  max-width: 860px;
  text-transform: uppercase;
}

.jp-lang-ko .jp-process-diagram__intro h2 {
  font-family: Inter, "Pretendard Variable", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  font-stretch: normal;
  line-height: 1.04;
  text-transform: none;
  word-break: keep-all;
}

.jp-process-diagram__intro p {
  color: var(--jp-muted);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
  line-height: 1.65;
  margin: 0;
  max-width: 710px;
}

.jp-process-diagram__side {
  align-items: end;
  display: grid;
  gap: 38px;
  justify-items: end;
}

.jp-process-lang {
  align-items: center;
  border: 1px solid rgba(243, 234, 220, 0.32);
  border-radius: 5px;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  gap: 18px;
  letter-spacing: 0.08em;
  padding: 14px 24px;
}

.jp-process-lang a {
  color: rgba(243, 234, 220, 0.74);
}

.jp-process-lang a.is-active {
  color: var(--jp-amber);
}

.jp-process-lang span {
  background: rgba(243, 234, 220, 0.32);
  display: block;
  height: 26px;
  width: 1px;
}

.jp-process-asset {
  aspect-ratio: 4 / 3;
  background: #0a0807;
  border: 1px solid rgba(243, 234, 220, 0.14);
  border-radius: 5px;
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: min(100%, 330px);
}

.jp-process-asset::after {
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0), rgba(8, 7, 6, 0.24)),
    linear-gradient(90deg, rgba(215, 155, 74, 0.16), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.jp-process-asset img {
  display: block;
  filter: saturate(0.86) contrast(1.08);
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  width: 100%;
}

.jp-process-asset__icon {
  border: 2px solid rgba(56, 64, 70, 0.96);
  display: block;
  height: 48px;
  position: relative;
  width: 64px;
}

.jp-process-asset__icon::before,
.jp-process-asset__icon::after {
  content: "";
  position: absolute;
}

.jp-process-asset__icon::before {
  border: 2px solid rgba(56, 64, 70, 0.96);
  border-radius: 50%;
  height: 8px;
  left: 10px;
  top: 9px;
  width: 8px;
}

.jp-process-asset__icon::after {
  border-bottom: 2px solid rgba(56, 64, 70, 0.96);
  border-left: 2px solid rgba(56, 64, 70, 0.96);
  height: 20px;
  left: 13px;
  top: 19px;
  transform: skewX(-24deg);
  width: 38px;
}

.jp-process-flow {
  display: grid;
  list-style: none;
  margin-bottom: 62px;
  padding: 28px 0 0;
}

.jp-process-flow::before {
  background: linear-gradient(180deg, var(--jp-amber), rgba(215, 155, 74, 0.74));
  bottom: 78px;
  content: "";
  left: 50%;
  position: absolute;
  top: 58px;
  transform: translateX(-50%);
  width: 2px;
}

.jp-process-node {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) 98px minmax(0, 1fr);
  min-height: 190px;
  position: relative;
}

.jp-process-node + .jp-process-node {
  margin-top: 32px;
}

.jp-process-node__content {
  align-items: start;
  align-self: center;
  background: rgba(12, 12, 12, 0.78);
  border: 1px solid rgba(56, 64, 70, 0.96);
  border-radius: 5px;
  display: grid;
  gap: 20px;
  grid-template-columns: 96px 1px minmax(0, 1fr);
  grid-template-rows: auto auto;
  min-height: 254px;
  padding: 28px;
}

.jp-process-node:nth-child(odd) .jp-process-node__content {
  grid-column: 1;
  grid-row: 1;
}

.jp-process-node:nth-child(even) .jp-process-node__content {
  grid-column: 3;
  grid-row: 1;
}

.jp-process-node__divider {
  background: var(--jp-burgundy);
  display: block;
  height: 48px;
  margin-top: 2px;
  width: 1px;
}

.jp-process-node__mark {
  align-items: center;
  align-self: center;
  aspect-ratio: 1;
  background: #0a0807;
  border: 2px solid var(--jp-amber);
  border-radius: 50%;
  box-shadow: 0 0 0 5px #0a0807, 0 0 0 7px rgba(215, 155, 74, 0.8);
  color: var(--jp-amber);
  display: grid;
  grid-column: 2;
  grid-row: 1;
  justify-items: center;
  position: relative;
  width: 76px;
}

.jp-process-node__mark::before,
.jp-process-node__mark::after {
  background: rgba(215, 155, 74, 0.82);
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.jp-process-node__mark::before {
  right: 100%;
}

.jp-process-node__mark::after {
  left: 100%;
}

.jp-process-node:nth-child(odd) .jp-process-node__mark::after,
.jp-process-node:nth-child(even) .jp-process-node__mark::before {
  width: 0;
}

.jp-process-node__index {
  color: var(--jp-amber);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-stretch: condensed;
  font-weight: 900;
  line-height: 1;
}

.jp-process-node h3 {
  color: var(--jp-ivory);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-stretch: condensed;
  font-weight: 900;
  line-height: 0.95;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.jp-process-node p {
  color: var(--jp-muted);
  line-height: 1.62;
  margin: 0;
}

.jp-process-node__copy {
  min-width: 0;
}

.jp-process-node__visual {
  aspect-ratio: 16 / 7;
  background: #090807;
  border: 1px solid rgba(243, 234, 220, 0.12);
  border-radius: 4px;
  display: block;
  grid-column: 1 / -1;
  margin: 2px 0 0;
  overflow: hidden;
  position: relative;
}

.jp-process-node__visual::after {
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0), rgba(8, 7, 6, 0.32)),
    linear-gradient(90deg, rgba(8, 7, 6, 0.12), transparent 30%, rgba(8, 7, 6, 0.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.jp-process-node__visual img {
  display: block;
  filter: saturate(0.82) contrast(1.08);
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 0.5s ease, opacity 0.5s ease;
  width: 100%;
}

.jp-process-node:hover .jp-process-node__visual img {
  opacity: 0.9;
  transform: scale(1.035);
}

.jp-process-diagram__tagline {
  align-items: center;
  color: rgba(243, 234, 220, 0.88);
  display: flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 34px;
  justify-content: center;
  letter-spacing: 0.28em;
  line-height: 1.8;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.jp-process-diagram__tagline::before,
.jp-process-diagram__tagline::after {
  background: var(--jp-amber);
  content: "";
  height: 1px;
  max-width: 210px;
  width: 18vw;
}

.jp-process-node__content .jp-process-node__icon {
  height: 72px;
  justify-self: center;
  margin-top: -10px;
  opacity: 1;
  transform: none;
  transform-origin: center;
  width: 72px;
}

img.jp-process-node__icon {
  display: block;
  filter: none;
  object-fit: contain;
}

.jp-process-node__icon {
  height: 24px;
  opacity: 0.86;
  position: relative;
  width: 24px;
}

.jp-process-node__icon::before,
.jp-process-node__icon::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
}

.jp-process-node__icon--search::before {
  border: 2px solid currentColor;
  border-radius: 50%;
  height: 13px;
  left: 3px;
  top: 3px;
  width: 13px;
}

.jp-process-node__icon--search::after {
  background: currentColor;
  height: 2px;
  left: 14px;
  top: 15px;
  transform: rotate(45deg);
  width: 8px;
}

.jp-process-node__icon--frame::before {
  border: 2px solid currentColor;
  height: 16px;
  left: 4px;
  top: 4px;
  width: 16px;
}

.jp-process-node__icon--frame::after {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  height: 8px;
  left: 8px;
  top: 8px;
  width: 8px;
}

.jp-process-node__icon--map::before {
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  height: 16px;
  left: 4px;
  top: 4px;
  transform: skewY(-8deg);
  width: 16px;
}

.jp-process-node__icon--map::after {
  background: currentColor;
  height: 16px;
  left: 11px;
  top: 4px;
  width: 2px;
}

.jp-process-node__icon--cue::before {
  border: 2px solid currentColor;
  border-radius: 2px;
  height: 16px;
  left: 5px;
  top: 4px;
  width: 14px;
}

.jp-process-node__icon--cue::after {
  background: currentColor;
  box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
  height: 2px;
  left: 9px;
  top: 8px;
  width: 7px;
}

.jp-process-node__icon--signal::before {
  border: 2px solid currentColor;
  border-radius: 50%;
  bottom: 3px;
  height: 6px;
  left: 9px;
  width: 6px;
}

.jp-process-node__icon--signal::after {
  border: 2px solid currentColor;
  border-bottom: 0;
  border-left-color: transparent;
  border-radius: 14px 14px 0 0;
  border-right-color: transparent;
  height: 14px;
  left: 4px;
  top: 4px;
  width: 16px;
}

.jp-process-node__icon--archive::before {
  border: 2px solid currentColor;
  height: 13px;
  left: 4px;
  top: 7px;
  width: 16px;
}

.jp-process-node__icon--archive::after {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  height: 6px;
  left: 7px;
  top: 4px;
  width: 10px;
}

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

.jp-why__item {
  border-left: 1px solid var(--jp-line);
  padding-left: 20px;
}

.jp-why__item strong {
  color: var(--jp-ivory);
  display: block;
  font-size: 1.02rem;
  margin-bottom: 12px;
}

.jp-why__item span {
  color: var(--jp-muted);
  display: block;
  font-size: 0.92rem;
  line-height: 1.65;
}

.jp-page-hero {
  border-bottom: 1px solid var(--jp-line);
  padding: 160px 0 76px;
}

.entry-content {
  color: var(--jp-muted);
}

.entry-content h2,
.entry-content h3 {
  color: var(--jp-ivory);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.entry-content h2 {
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 0.98;
}

.entry-content h3 {
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  line-height: 1.08;
}

.entry-content p,
.entry-content li {
  color: var(--jp-muted);
  line-height: 1.75;
}

.entry-content a {
  color: var(--jp-amber);
}

.entry-content .jp-history-intro h2 {
  font-family: Inter, "Pretendard Variable", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  font-size: clamp(3.4rem, 5.8vw, 6.4rem);
  line-height: 0.98;
  margin: 0;
  text-transform: none;
}

.entry-content .jp-history-intro p,
.entry-content .jp-history-copy p,
.entry-content .jp-history-note {
  color: rgba(243, 234, 220, 0.72);
  line-height: inherit;
}

.entry-content .jp-history-item {
  color: inherit;
  line-height: normal;
}

.entry-content .jp-history-copy h3 {
  font-family: Inter, "Pretendard Variable", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  font-size: clamp(1.02rem, 1.18vw, 1.22rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.32;
  margin: 0 0 6px;
  text-transform: none;
}

.jp-contact-panel {
  align-items: start;
  background:
    linear-gradient(135deg, rgba(111, 31, 36, 0.16), rgba(56, 64, 70, 0.12)),
    var(--jp-charcoal);
  border: 1px solid var(--jp-line);
  border-radius: 6px;
  display: grid;
  gap: 36px;
  grid-template-columns: 0.9fr 1.1fr;
  padding: clamp(24px, 4vw, 42px);
}

.jp-contact-panel > div:last-child {
  background: rgba(8, 7, 6, 0.58);
  border: 1px solid rgba(243, 234, 220, 0.1);
  border-radius: 6px;
  padding: clamp(18px, 3vw, 28px);
}

.jp-form {
  display: grid;
  gap: 14px;
}

.jp-form label {
  color: var(--jp-ivory);
  display: grid;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jp-form input,
.jp-form textarea,
.jp-form select {
  background: #0d0b09;
  border: 1px solid var(--jp-line);
  border-radius: 4px;
  color: var(--jp-ivory);
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.jp-form button {
  justify-self: start;
  margin-top: 4px;
}

.jp-form textarea {
  min-height: 150px;
  resize: vertical;
}

.jp-form input:focus,
.jp-form textarea:focus,
.jp-form select:focus {
  border-color: var(--jp-amber);
  box-shadow: 0 0 0 3px rgba(215, 155, 74, 0.16);
  outline: none;
}

.jp-form .jp-form__trap {
  display: none;
}

.jp-alert {
  border: 1px solid rgba(215, 155, 74, 0.4);
  border-radius: 4px;
  color: var(--jp-ivory);
  margin-bottom: 20px;
  padding: 14px 16px;
}

.jp-footer {
  background: #050403;
  border-top: 1px solid var(--jp-line);
  padding: 52px 0 34px;
}

.jp-footer__grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.jp-footer small {
  color: rgba(243, 234, 220, 0.54);
}

.jp-footer a,
.jp-footer p {
  color: var(--jp-muted);
  margin: 0;
}

.jp-footer a:hover {
  color: var(--jp-amber);
}

.jp-footer__links {
  display: grid;
  gap: 10px;
}

@media (max-width: 1024px) {
  .jp-nav {
    gap: 16px;
  }

  .jp-split,
  .jp-split--reverse,
  .jp-statement__grid,
  .jp-history-panel,
  .jp-contact-panel {
    grid-template-columns: 1fr;
  }

  .jp-history-panel {
    gap: 36px;
    padding: 44px;
  }

  .jp-history-panel::before {
    bottom: auto;
    height: 430px;
    width: 100%;
  }

  .jp-history-panel::after {
    display: none;
  }

  .jp-history-intro {
    min-height: 350px;
  }

  .jp-history-timeline {
    padding-left: 0;
  }

  .jp-history-item::before {
    display: none;
  }

  .jp-history-note {
    padding-left: 0;
  }

  .jp-statement__grid > div,
  .jp-statement__quote {
    grid-column: 1;
    grid-row: auto;
  }

  .jp-grid--3,
  .jp-why {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jp-process-step {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .jp-process-step p {
    grid-column: 2;
  }

  .jp-process--visual .jp-process-step {
    align-items: start;
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .jp-process--visual .jp-process-step__body,
  .jp-process--visual .jp-process-step__media {
    grid-column: 2;
  }

  .jp-process--visual .jp-process-step__body {
    grid-row: 1;
  }

  .jp-process--visual .jp-process-step__media {
    grid-row: 2;
  }

  .jp-process-flow::before {
    left: 42px;
    transform: none;
  }

  .jp-process-node {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .jp-process-node:nth-child(odd) .jp-process-node__content,
  .jp-process-node:nth-child(even) .jp-process-node__content {
    grid-column: 2;
  }

  .jp-process-node__mark {
    grid-column: 1;
  }

  .jp-process-node__mark::before {
    display: none;
  }

  .jp-process-node__mark::after {
    left: 100%;
    opacity: 0.42;
  }
}

@media (max-width: 820px) {
  .admin-bar .jp-header {
    top: 46px;
  }

  .jp-nav--desktop {
    display: none;
  }

  .jp-header__inner {
    gap: 12px;
  }

  .jp-brand {
    min-width: 0;
  }

  .jp-brand__logo {
    height: 50px;
  }

  .jp-brand--footer .jp-brand__logo {
    height: 56px;
  }

  .jp-header__actions > .jp-language-switcher {
    display: none;
  }

  .jp-menu-toggle {
    display: inline-flex;
  }

  .jp-hero {
    min-height: auto;
    padding-top: 108px;
  }

  .jp-hero::before {
    background: linear-gradient(180deg, rgba(8, 7, 6, 0.72), rgba(8, 7, 6, 0.95) 60%, var(--jp-black) 96%);
  }

  .jp-hero__video {
    object-position: center top;
  }

  .jp-hero__inner {
    min-height: 680px;
  }

  .jp-hero__meta,
  .jp-section-head,
  .jp-footer__grid {
    grid-template-columns: 1fr;
  }

  .jp-hero__meta,
  .jp-section-head {
    display: grid;
  }
}

@media (max-width: 640px) {
  .jp-container {
    padding: 0 18px;
  }

  .jp-section {
    padding: 76px 0;
  }

  .jp-display {
    font-size: clamp(3.1rem, 16vw, 5rem);
  }

  .jp-grid--3,
  .jp-grid--2,
  .jp-why,
  .jp-hero__meta {
    grid-template-columns: 1fr;
  }

  .jp-card,
  .jp-contact-panel,
  .jp-history-panel {
    padding: 22px;
  }

  .jp-history-intro {
    min-height: 330px;
  }

  .jp-history-intro h2 {
    font-size: clamp(3.2rem, 17vw, 4.8rem);
  }

  .jp-history-item {
    grid-template-columns: 1fr;
  }

  .jp-history-year {
    align-items: start;
    border-bottom: 1px solid rgba(243, 234, 220, 0.12);
    border-right: 0;
    justify-content: start;
  }

  .jp-history-copy {
    padding: 18px;
  }

  .jp-history-item img {
    border-left: 0;
    border-top: 1px solid rgba(243, 234, 220, 0.08);
    height: auto;
    margin: 0;
    width: 100%;
  }

  .jp-process-step {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .jp-process-step p {
    grid-column: auto;
  }

  .jp-process--visual .jp-process-step {
    grid-template-columns: 1fr;
  }

  .jp-process--visual .jp-process-step__body,
  .jp-process--visual .jp-process-step__media {
    grid-column: auto;
    grid-row: auto;
  }

  .jp-process--visual .jp-process-step__index {
    grid-column: auto;
    grid-row: auto;
  }

  .jp-process-diagram {
    padding: 24px;
  }

  .jp-process-diagram__head {
    margin-bottom: 32px;
  }

  .jp-process-flow::before {
    left: 27px;
  }

  .jp-process-node {
    gap: 14px;
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 0;
  }

  .jp-process-node + .jp-process-node {
    margin-top: 14px;
  }

  .jp-process-node__content {
    padding: 18px;
  }

  .jp-process-node__mark {
    box-shadow: 0 0 0 7px rgba(8, 7, 6, 0.72);
    min-height: 74px;
    padding: 10px 6px;
  }

  .jp-process-node__mark::after {
    width: 14px;
  }

  .jp-process-node__index {
    font-size: 1.12rem;
  }

  .jp-process-node__icon {
    height: 20px;
    transform: scale(0.86);
    width: 20px;
  }
}

@media (max-width: 1024px) {
  .jp-process-diagram__top {
    grid-template-columns: 1fr;
  }

  .jp-process-diagram__side {
    align-items: start;
    justify-items: start;
  }

  .jp-process-asset {
    display: none;
  }

  .jp-process-flow::before {
    left: 38px;
    transform: none;
  }

  .jp-process-node {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .jp-process-node:nth-child(odd) .jp-process-node__content,
  .jp-process-node:nth-child(even) .jp-process-node__content {
    grid-column: 2;
  }

  .jp-process-node__mark {
    grid-column: 1;
  }

  .jp-process-node__mark::before {
    display: none;
  }

  .jp-process-node__mark::after {
    left: 100%;
    opacity: 0.82;
    width: 24px;
  }
}

@media (max-width: 640px) {
  .jp-process-diagram {
    padding: 34px 18px;
  }

  .jp-process-diagram::after {
    top: 294px;
  }

  .jp-process-lang {
    gap: 14px;
    padding: 11px 18px;
  }

  .jp-process-flow {
    margin-bottom: 42px;
    padding-top: 16px;
  }

  .jp-process-flow::before {
    left: 29px;
  }

  .jp-process-node {
    gap: 14px;
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 0;
  }

  .jp-process-node__content {
    display: block;
    min-height: 0;
    padding: 18px;
  }

  .jp-process-node__visual {
    aspect-ratio: 16 / 8.5;
    margin-top: 16px;
  }

  .jp-process-node__content .jp-process-node__icon {
    display: none;
  }

  .jp-process-node__divider {
    display: none;
  }

  .jp-process-node__mark {
    border-radius: 50%;
    box-shadow: 0 0 0 4px #0a0807, 0 0 0 6px rgba(215, 155, 74, 0.78);
    min-height: 0;
    padding: 0;
    width: 54px;
  }

  .jp-process-node__mark::after {
    width: 12px;
  }

  .jp-process-node__index {
    font-size: 1.42rem;
  }

  .jp-process-node h3 {
    font-size: clamp(1.32rem, 9vw, 1.9rem);
  }

  .jp-process-diagram__tagline {
    display: block;
    letter-spacing: 0.16em;
  }

  .jp-process-diagram__tagline::before,
  .jp-process-diagram__tagline::after {
    display: none;
  }
}
