/* Vietnamese: tighten word-spacing by 50% (font is monospaced, space = 1ch) */
html[lang="vi"] body { word-spacing: -0.5ch; line-height: 1.75; }
html[lang="vi"] h1, html[lang="vi"] h2, html[lang="vi"] h3, html[lang="vi"] h4 { line-height: 1.25; }

/* GSD-style landing — strict B&W + plum accent */

:root {
  --hxp-pad-x: clamp(20px, 4vw, 64px);
  --hxp-max: 1800px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #fff; color: #0a0a0a; }
img { max-width: 100%; display: block; }

/* 4K cap */
@media (min-width: 1921px) {
  body > header, body > footer, body > section, body > article > section, body > div > * {
    /* center wide content; sections handle their own padding */
  }
  :root { --hxp-pad-x: clamp(48px, 5vw, 120px); }
}

/* ============ HEADER ============ */
.hxp-header { background: #fff; border-bottom: 1px solid #0a0a0a; }
.hxp-header__top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px var(--hxp-pad-x);
  max-width: var(--hxp-max); margin: 0 auto;
}
.hxp-header__brand img { height: 56px; width: auto; display: block; }
.hxp-header__util { display: flex; align-items: center; gap: 14px; }
.hxp-util-cta {
  font-family: var(--font-body); font-size: 13px; font-weight: 600;
  letter-spacing: 0.04em; padding: 9px 18px;
  border: 1.5px solid #0a0a0a; color: #0a0a0a;
  transition: background 120ms, color 120ms;
}
.hxp-util-cta:hover { background: #0a0a0a; color: #fff; text-decoration: none; }
.hxp-util-link { font-size: 13px; font-weight: 500; padding: 0 8px; }
.hxp-util-link .caret { font-size: 10px; margin-left: 2px; }
.hxp-search-btn {
  background: transparent; border: 0; padding: 6px;
  cursor: pointer; color: #0a0a0a;
}

.hxp-header__nav {
  display: flex; gap: clamp(18px, 2.4vw, 40px); padding: 14px var(--hxp-pad-x) 18px;
  max-width: var(--hxp-max); margin: 0 auto;
  font-family: var(--font-body); font-size: clamp(13px, 1vw, 16px); font-weight: 500;
  flex-wrap: wrap;
}

/* Language toggle */
.hxp-lang { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-mono, var(--font-body)); }
.hxp-lang__btn {
  background: transparent; border: 0; padding: 4px 6px; cursor: pointer;
  font-family: inherit; font-size: 12px; font-weight: 600; letter-spacing: 0.08em;
  color: #6b6b6b;
}
.hxp-lang__btn.is-active { color: #0a0a0a; text-decoration: underline; text-underline-offset: 4px; }
.hxp-lang__btn:hover { color: var(--accent); }
.hxp-lang__sep { color: #c8c8c8; font-size: 12px; }

/* Hamburger */
.hxp-burger {
  display: none;
  background: transparent; border: 0; padding: 6px; cursor: pointer;
  width: 36px; height: 36px;
  flex-direction: column; justify-content: center; gap: 5px;
}
.hxp-burger span { display: block; width: 22px; height: 1.5px; background: #0a0a0a; }

/* Mobile nav overlay */
.hxp-mobnav {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(10,10,10,0.55);
  display: flex; justify-content: flex-end;
  animation: hxp-mobnav-fade 180ms ease;
}
@keyframes hxp-mobnav-fade { from { opacity: 0; } to { opacity: 1; } }
.hxp-mobnav__panel {
  width: min(360px, 86vw); height: 100%; background: #fff;
  padding: 28px 28px 32px; display: flex; flex-direction: column; gap: 28px;
  box-shadow: -2px 0 30px rgba(0,0,0,0.18);
}
.hxp-mobnav__close {
  align-self: flex-end; background: transparent; border: 0; cursor: pointer;
  font-size: 32px; line-height: 1; padding: 4px 8px; color: #0a0a0a;
}
.hxp-mobnav__links { display: flex; flex-direction: column; gap: 6px; }
.hxp-mobnav__links a {
  font-family: var(--font-display);
  font-size: 32px; font-weight: 400; letter-spacing: -0.01em;
  color: #0a0a0a; padding: 8px 0;
}
.hxp-mobnav__links a.is-active { color: var(--accent); }
.hxp-mobnav__foot { margin-top: auto; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.hxp-header__nav a { color: #0a0a0a; }
.hxp-header__nav a:hover { color: var(--accent); text-decoration: none; }

/* ============ FEATURED HERO ============ */
.hxp-feature {
  position: relative;
  min-height: clamp(480px, 70vh, 900px);
  display: flex;
  align-items: flex-end;
  padding: clamp(32px, 5vw, 72px) var(--hxp-pad-x);
  overflow: hidden;
}
.hxp-feature__image {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: saturate(0.9) contrast(1.05);
  z-index: 0;
}
.hxp-feature__image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%);
}
.hxp-feature__body { position: relative; z-index: 1; color: #fff; max-width: 900px; }
.hxp-feature__eyebrow {
  font-family: var(--font-body);
  font-size: 14px; font-weight: 500; letter-spacing: 0.02em;
  margin-bottom: 14px;
}
.hxp-feature__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(60px, 8vw, 120px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
}
.hxp-feature__date {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 18px;
}
.hxp-feature__tags { display: flex; gap: 10px; }

.hxp-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 7px 12px;
  border: 1px solid currentColor;
  color: inherit;
}
.hxp-tag:hover { background: var(--accent); border-color: var(--accent); color: #fff; text-decoration: none; }

/* ============ ROW BLOCKS ============ */
.hxp-rowblock { padding: clamp(48px, 6vw, 96px) var(--hxp-pad-x); border-top: 1px solid #0a0a0a; max-width: var(--hxp-max); margin: 0 auto; }
.hxp-section-head {
  font-family: var(--font-body);
  font-size: 14px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #0a0a0a;
  padding-bottom: 16px;
  margin: 0 0 32px;
  border-bottom: 1px solid #0a0a0a;
}
.hxp-row4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.hxp-row5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.hxp-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }

/* news cards */
.hxp-news { cursor: pointer; }
.hxp-news__img {
  aspect-ratio: 1/1;
  background: #d8d8d8 center/cover;
  margin-bottom: 18px;
  transition: opacity 200ms;
}
.hxp-news:hover .hxp-news__img { opacity: 0.85; }
.hxp-news__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px; line-height: 1.2;
  letter-spacing: -0.005em;
  margin: 0 0 12px;
  text-wrap: balance;
}
.hxp-news:hover .hxp-news__title { color: var(--accent); }
.hxp-news__meta {
  font-family: var(--font-body);
  font-size: 12px; color: #6b6b6b;
  display: flex; gap: 8px;
}
.hxp-news__meta .dot { color: #d8d8d8; }
.hxp-news__more { font-weight: 600; color: #0a0a0a; }

/* video cards */
.hxp-video { cursor: pointer; }
.hxp-video__img {
  aspect-ratio: 9/16;
  background: #1a1a1a center/cover;
  margin-bottom: 14px;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  transition: opacity 200ms;
}
.hxp-video:hover .hxp-video__img { opacity: 0.9; }
.hxp-video__play {
  width: 56px; height: 56px;
  background: rgba(255,255,255,0.92); color: var(--accent);
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  padding-left: 4px;
}
.hxp-video__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px; line-height: 1.25;
  margin: 0 0 8px;
  text-wrap: balance;
}
.hxp-video__meta {
  font-family: var(--font-body);
  font-size: 11px; color: #6b6b6b;
  display: flex; gap: 6px;
}
.hxp-video__meta .dot { color: #d8d8d8; }

/* ============ PUBLIC DISCOURSE ============ */
.hxp-discourse { padding: 80px 40px; border-top: 1px solid #0a0a0a; background: #fff; }
.hxp-discourse__intro { margin-bottom: 40px; }
.hxp-discourse__intro .hxp-section-head { color: var(--accent); border-color: var(--accent); display: inline-block; padding-right: 32px; }
.hxp-discourse__lead {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.1; letter-spacing: -0.015em;
  font-weight: 400;
  margin: 24px 0 0;
  max-width: 920px;
  text-wrap: balance;
}
.hxp-disc { cursor: pointer; }
.hxp-disc__img {
  aspect-ratio: 4/3;
  background: #d8d8d8 center/cover;
  margin-bottom: 18px;
  transition: opacity 200ms;
}
.hxp-disc:hover .hxp-disc__img { opacity: 0.88; }
.hxp-disc__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px; line-height: 1.2;
  letter-spacing: -0.005em;
  margin: 0 0 14px;
  text-wrap: balance;
}
.hxp-disc:hover .hxp-disc__title { color: var(--accent); }
.hxp-disc__body {
  font-family: var(--font-body);
  font-size: 14px; line-height: 1.55;
  color: #3a3a3a;
  margin: 0 0 16px;
}
.hxp-disc__meta {
  font-family: var(--font-body);
  font-size: 12px; color: #6b6b6b;
  line-height: 1.6;
}
.hxp-disc__meta strong { color: #0a0a0a; font-weight: 600; }

/* ============ EXHIBITIONS ============ */
.hxp-exh-block { padding: 80px 40px; border-top: 1px solid #0a0a0a; }
.hxp-exh-block__head {
  display: flex; justify-content: space-between; align-items: baseline;
  border-bottom: 1px solid #0a0a0a;
  padding-bottom: 18px; margin-bottom: 36px;
}
.hxp-exh-block__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.015em;
  margin: 0;
}
.hxp-link-arrow {
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: 1.5px solid #0a0a0a;
  padding-bottom: 2px;
  white-space: nowrap;
}
.hxp-link-arrow:hover { color: var(--accent); border-color: var(--accent); text-decoration: none; }

.hxp-exh { cursor: pointer; }
.hxp-exh__img {
  aspect-ratio: 16/10;
  background: #d8d8d8 center/cover;
  margin-bottom: 22px;
  transition: opacity 200ms;
}
.hxp-exh:hover .hxp-exh__img { opacity: 0.9; }
.hxp-exh__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 26px; line-height: 1.18;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  text-wrap: balance;
}
.hxp-exh:hover .hxp-exh__title { color: var(--accent); }
.hxp-exh__meta {
  font-family: var(--font-body);
  font-size: 14px; line-height: 1.6;
  color: #3a3a3a;
  margin-bottom: 18px;
}

/* ============ PROGRAM CTA ============ */
.hxp-program-cta { padding: 64px 40px; }
.hxp-program-cta__inner {
  display: block;
  background: #0a0a0a;
  color: #fff;
  padding: 64px 56px;
  transition: background 200ms;
}
.hxp-program-cta__inner:hover { background: #1a1a1a; text-decoration: none; }
.hxp-program-cta__text {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin: 0 0 32px;
  max-width: 880px;
  text-wrap: balance;
}
.hxp-program-cta__btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.16em;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
}

/* ============ FOOTER ============ */
.hxp-footer {
  background: #0a0a0a;
  color: #a8a8a8;
  padding: clamp(40px, 5vw, 72px) var(--hxp-pad-x) 32px;
  font-family: var(--font-body);
  font-size: 13px;
}
.hxp-footer > * { max-width: var(--hxp-max); margin-left: auto; margin-right: auto; }
.hxp-footer a { color: #a8a8a8; }
.hxp-footer a:hover { color: #fff; text-decoration: none; }

.hxp-footer__social, .hxp-footer__util {
  display: flex; gap: 24px;
  padding-bottom: 18px; margin-bottom: 18px;
  border-bottom: 1px solid #2a2a2a;
}
.hxp-footer__util { padding-bottom: 28px; margin-bottom: 28px; }

.hxp-footer__mission {
  font-family: var(--font-display);
  font-size: 18px; line-height: 1.45;
  color: #fff;
  max-width: 720px;
  margin-bottom: 32px;
}

.hxp-footer__signup label { display: block; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: 0.02em; margin-bottom: 10px; }
.hxp-footer__signup-row { display: flex; gap: 0; max-width: 520px; border-bottom: 1px solid #fff; }
.hxp-footer__signup input { flex: 1; background: transparent; border: 0; padding: 10px 0; color: #fff; font-size: 14px; outline: none; }
.hxp-footer__signup input::placeholder { color: #6b6b6b; }
.hxp-footer__signup button { background: transparent; border: 0; color: #fff; font-size: 13px; font-weight: 600; padding: 10px 4px; cursor: pointer; }
.hxp-footer__signup button:hover { color: var(--accent-line); }

.hxp-footer__legal {
  display: flex; flex-wrap: wrap; gap: 18px;
  margin-top: 40px; padding-top: 24px;
  border-top: 1px solid #2a2a2a;
  font-size: 11px;
}
.hxp-footer__copy { font-size: 11px; color: #6b6b6b; margin-top: 14px; }

/* ============ NAV ACTIVE STATE ============ */
.hxp-header__nav a.is-active {
  color: var(--accent);
  position: relative;
}
.hxp-header__nav a.is-active::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: -19px;
  height: 2px; background: var(--accent);
}

/* ============ INTRO HERO (home) ============ */
.hxp-intro { padding: clamp(72px, 10vw, 160px) var(--hxp-pad-x) clamp(56px, 7vw, 120px); border-bottom: 1px solid #0a0a0a; max-width: var(--hxp-max); margin: 0 auto; }
.hxp-intro__inner { max-width: 1100px; }
.hxp-intro__eyebrow {
  font-family: var(--font-body);
  font-size: 13px; font-weight: 700; letter-spacing: 0.18em;
  color: var(--accent);
  margin-bottom: 40px;
}
.hxp-intro__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 4.6vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 32px;
  text-wrap: balance;
}
.hxp-intro__meta {
  font-family: var(--font-body);
  font-size: 15px;
  color: #6b6b6b;
  margin-bottom: 28px;
}
.hxp-intro__links { display: flex; gap: 28px; flex-wrap: wrap; }

/* ============ PAGE HEAD ============ */
.hxp-page-head { max-width: 900px; margin-bottom: 56px; }
.hxp-page-eyebrow {
  font-family: var(--font-body);
  font-size: 12px; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--accent);
  display: inline-block;
  margin-bottom: 28px;
}
.hxp-page-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
}
.hxp-page-lead {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  color: #3a3a3a;
  max-width: 720px;
  margin: 0;
  text-wrap: pretty;
}

/* ============ ROW 3 ============ */
.hxp-row3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }

/* ============ CV ============ */
.hxp-cv-actions { display: flex; gap: 28px; margin-top: 24px; }

.hxp-cv { border-top: 1px solid #0a0a0a; }
.hxp-cv__section {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 56px;
  padding: 40px 0;
  border-bottom: 1px solid #0a0a0a;
}
.hxp-cv__head {
  font-family: var(--font-body);
  font-size: 12px; font-weight: 700; letter-spacing: 0.2em;
  margin: 0;
  color: #0a0a0a;
}
.hxp-cv__rows { display: flex; flex-direction: column; gap: 28px; }
.hxp-cv__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  align-items: baseline;
}
.hxp-cv__date {
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600;
  color: #6b6b6b;
  letter-spacing: 0.02em;
}
.hxp-cv__title {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 500;
  line-height: 1.25;
  margin-bottom: 4px;
  letter-spacing: -0.005em;
}
.hxp-cv__org {
  font-family: var(--font-body);
  font-size: 14px; font-weight: 500;
  color: #0a0a0a;
  margin-bottom: 8px;
}
.hxp-cv__note {
  font-family: var(--font-body);
  font-size: 14px; line-height: 1.55;
  color: #6b6b6b;
  max-width: 620px;
}

/* ============ BLOG ============ */
.hxp-blog-feature {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  border: 1px solid #0a0a0a;
  cursor: pointer;
  transition: background 200ms;
}
.hxp-blog-feature:hover { background: #fafafa; text-decoration: none; }
.hxp-blog-feature__img {
  background: #d8d8d8 center/cover;
  min-height: 480px;
}
.hxp-blog-feature__body {
  padding: 56px 48px;
  display: flex; flex-direction: column;
  justify-content: center;
}
.hxp-blog-feature__tag {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 700; letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 24px;
}
.hxp-blog-feature__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  color: #0a0a0a;
}
.hxp-blog-feature:hover .hxp-blog-feature__title { color: var(--accent); }
.hxp-blog-feature__body-text {
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.55;
  color: #3a3a3a;
  margin: 0 0 24px;
  max-width: 520px;
}
.hxp-blog-feature__meta {
  font-family: var(--font-body);
  font-size: 12px; color: #6b6b6b;
  letter-spacing: 0.04em;
}

/* small disc tag */
.hxp-disc__tag {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 700; letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 12px;
}

/* ============ CONTACT ============ */
.hxp-contact {
  background: #0a0a0a;
  color: #fff;
  padding: clamp(72px, 10vw, 160px) var(--hxp-pad-x) clamp(80px, 12vw, 180px);
  min-height: 70vh;
}
.hxp-contact__inner { margin: 0 auto; }
.hxp-contact__inner { max-width: 1100px; }
.hxp-contact__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(54px, 7vw, 110px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 32px;
  color: #fff;
}
.hxp-contact__lead {
  font-family: var(--font-display);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  color: #c8c8c8;
  margin: 0 0 48px;
  max-width: 720px;
  text-wrap: pretty;
}
/* Contact page: replace dark purple accent with light grey for legibility on dark bg */
.hxp-contact .hxp-contact__label { color: #c8c8c8; }
.hxp-contact .hxp-contact__email { border-bottom-color: #c8c8c8 !important; }
.hxp-contact .hxp-contact__email:hover { color: #c8c8c8 !important; }

.hxp-contact__email {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #fff;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 8px;
  margin-bottom: 96px;
}
.hxp-contact__email:hover { color: var(--accent); text-decoration: none; }
.hxp-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  padding-top: 48px;
  border-top: 1px solid #2a2a2a;
}
.hxp-contact__label {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 700; letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 14px;
}
.hxp-contact__value {
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
.hxp-contact__social {
  display: flex; gap: 32px;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #2a2a2a;
  font-family: var(--font-body);
  font-size: 14px;
}
.hxp-contact__social a { color: #c8c8c8; }
.hxp-contact__social a:hover { color: #fff; text-decoration: none; }

/* ============ PROJECT DETAIL ============ */
.hxp-pd-hero {
  position: relative;
  min-height: 560px;
  display: flex; align-items: flex-end;
  padding: 56px 40px;
  overflow: hidden;
}
.hxp-pd-hero__img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 0;
}
.hxp-pd-hero__img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.65) 100%);
}
.hxp-pd-hero__body { position: relative; z-index: 1; color: #fff; max-width: 980px; }
.hxp-pd-hero__eyebrow {
  font-family: var(--font-body);
  font-size: 12px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hxp-pd-hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(56px, 7.2vw, 108px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  text-wrap: balance;
}
.hxp-pd-hero__sub {
  font-family: var(--font-display);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.4;
  margin: 0;
  max-width: 720px;
  color: #e8e8e8;
  text-wrap: pretty;
}

.hxp-pd-meta {
  padding: 32px 40px;
  border-bottom: 1px solid #0a0a0a;
}
.hxp-pd-meta__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.hxp-pd-meta__label {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 700; letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 8px;
}
.hxp-pd-meta__value {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 500;
  line-height: 1.35;
  color: #0a0a0a;
}

.hxp-pd-overview {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 56px;
  padding: 80px 40px;
  border-bottom: 1px solid #0a0a0a;
}
.hxp-pd-overview__body {
  max-width: 760px;
}
.hxp-pd-overview__body p {
  font-family: var(--font-display);
  font-size: clamp(22px, 1.9vw, 26px);
  line-height: 1.45;
  margin: 0 0 24px;
  color: #1a1a1a;
  text-wrap: pretty;
}
.hxp-pd-overview__body p:last-child { margin-bottom: 0; }

.hxp-pd-gallery {
  padding: 64px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  border-bottom: 1px solid #0a0a0a;
}
.hxp-pd-fig { margin: 0; }
.hxp-pd-fig__img {
  width: 100%;
  background: #d8d8d8 center/cover;
}
.hxp-pd-fig__cap {
  font-family: var(--font-body);
  font-size: 12px;
  color: #6b6b6b;
  margin-top: 12px;
  letter-spacing: 0.02em;
}

.hxp-pd-body {
  padding: 80px 40px;
  border-bottom: 1px solid #0a0a0a;
}
.hxp-pd-body__section {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 56px;
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #e0e0e0;
}
.hxp-pd-body__section:last-child {
  border-bottom: 0; padding-bottom: 0; margin-bottom: 0;
}
.hxp-pd-body__head {
  font-family: var(--font-body);
  font-size: 12px; font-weight: 700; letter-spacing: 0.2em;
  margin: 0;
  color: #0a0a0a;
}
.hxp-pd-body__copy {
  max-width: 760px;
}
.hxp-pd-body__copy p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: #1a1a1a;
  margin: 0 0 18px;
}
.hxp-pd-body__copy p:last-child { margin-bottom: 0; }

.hxp-pd-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #0a0a0a;
}
.hxp-pd-nav__link {
  display: block;
  padding: 56px 40px;
  border-right: 1px solid #0a0a0a;
  transition: background 200ms;
}
.hxp-pd-nav__link:last-child { border-right: 0; }
.hxp-pd-nav__link:hover { background: #fafafa; text-decoration: none; }
.hxp-pd-nav__link--next { text-align: right; }
.hxp-pd-nav__dir {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 700; letter-spacing: 0.22em;
  color: var(--accent);
  margin-bottom: 14px;
}
.hxp-pd-nav__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.005em;
  color: #0a0a0a;
  text-wrap: balance;
}
.hxp-pd-nav__link:hover .hxp-pd-nav__title { color: var(--accent); }

@media (max-width: 1100px) {
  .hxp-pd-meta__row { grid-template-columns: repeat(2, 1fr); }
  .hxp-pd-overview, .hxp-pd-body__section { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 720px) {
  .hxp-pd-hero, .hxp-pd-meta, .hxp-pd-overview, .hxp-pd-gallery, .hxp-pd-body, .hxp-pd-nav__link { padding-left: 20px; padding-right: 20px; }
  .hxp-pd-meta__row { grid-template-columns: 1fr; }
  .hxp-pd-gallery { grid-template-columns: 1fr; }
  .hxp-pd-nav { grid-template-columns: 1fr; }
  .hxp-pd-nav__link { border-right: 0; border-bottom: 1px solid #0a0a0a; text-align: left; }
}

/* ============ Responsive ============ */
/* Tablet */
@media (max-width: 1100px) {
  .hxp-row4 { grid-template-columns: repeat(2, 1fr); }
  .hxp-row5 { grid-template-columns: repeat(2, 1fr); }
  .hxp-row3 { grid-template-columns: repeat(2, 1fr); }
  .hxp-blog-feature { grid-template-columns: 1fr; }
  .hxp-blog-feature__img { min-height: 320px; }
  .hxp-cv__section { grid-template-columns: 1fr; gap: 24px; }
}
/* Small tablet / mobile-nav cutover */
@media (max-width: 860px) {
  .hxp-header__nav { display: none; }
  .hxp-burger { display: inline-flex; }
}
/* Mobile */
@media (max-width: 640px) {
  .hxp-row4, .hxp-row5, .hxp-row3, .hxp-row2 { grid-template-columns: 1fr; }
  .hxp-cv__row { grid-template-columns: 1fr; gap: 8px; }
  .hxp-contact__grid { grid-template-columns: 1fr; gap: 32px; }
  .hxp-blog-feature__body { padding: clamp(24px, 6vw, 40px); }
  .hxp-header__util { gap: 8px; }
  .hxp-util-cta { padding: 8px 12px; font-size: 12px; }
  .hxp-lang { font-size: 11px; }
}
