@charset "UTF-8";

body[data-hansoo-swine-research-project="true"] .case__study__slices {
  gap: 0;
  min-width: 0;
  width: 100%;
}

body[data-hansoo-swine-research-project="true"] .case__study__slices > .hsr-site-host {
  grid-column: 1 / -1;
  min-width: 0;
}

body[data-hansoo-swine-research-project="true"] .content {
  min-width: 0;
}

body[data-hansoo-swine-research-project="true"] .case__study__info {
  display: none;
}

.hsr-mount {
  width: 100%;
  min-width: 0;
}

.hsr-project {
  --hsr-ink: #4f4c4d;
  --hsr-deep: #0c2028;
  --hsr-paper: #ffffff;
  --hsr-soft: #f3f6f2;
  --hsr-mist: #e9f1ef;
  --hsr-line: rgba(79, 76, 77, 0.18);
  --hsr-lime: #c2e013;
  --hsr-green: #7dce5e;
  --hsr-teal: #61cabf;
  --hsr-sky: #069ce0;
  --hsr-blue: #186bbe;
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: clip;
  color: var(--hsr-ink);
  background: var(--hsr-paper);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  word-break: keep-all;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.hsr-project *,
.hsr-project *::before,
.hsr-project *::after {
  box-sizing: border-box;
}

.hsr-project img,
.hsr-project video {
  display: block;
  max-width: 100%;
}

.hsr-project button {
  font: inherit;
}

.hsr-scene {
  position: relative;
  isolation: isolate;
  min-height: clamp(760px, 78vw, 980px);
  padding: clamp(92px, 9vw, 150px) max(32px, calc((100vw - 1320px) / 2));
  overflow: hidden;
}

.hsr-scene > * {
  position: relative;
  z-index: 2;
}

.hsr-section-head {
  width: min(590px, 100%);
}

.hsr-index,
.hsr-kicker {
  margin: 0 0 22px;
  color: rgba(79, 76, 77, 0.8);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hsr-section-head h2,
.hsr-lockup__copy h2,
.hsr-scope__copy h2 {
  margin: 0;
  color: var(--hsr-ink);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.hsr-section-head > p:last-child,
.hsr-lockup__copy > p,
.hsr-scope__copy > p {
  max-width: 560px;
  margin: 30px 0 0;
  color: rgba(79, 76, 77, 0.8);
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 430;
  line-height: 1.78;
  letter-spacing: -0.02em;
}

.hsr-section-head--light .hsr-index {
  color: rgba(255, 255, 255, 0.5);
}

.hsr-section-head--light h2 {
  color: #fff;
}

.hsr-section-head--light > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.hsr-progress {
  position: fixed;
  z-index: 60;
  top: 50%;
  right: 22px;
  display: grid;
  gap: 4px;
  transform: translateY(-50%);
  mix-blend-mode: difference;
}

.hsr-progress button {
  position: relative;
  width: 34px;
  height: 26px;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.38);
  background: transparent;
  cursor: pointer;
  transition: color 220ms ease;
}

.hsr-progress button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  background: currentColor;
  transition: width 220ms ease;
}

.hsr-progress button span {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transform: translateY(-50%);
  transition: opacity 220ms ease;
}

.hsr-progress button.is-active {
  color: #fff;
}

.hsr-progress button.is-active::before {
  width: 22px;
}

.hsr-progress button.is-active span {
  opacity: 1;
}

/* 01 — Hero */
.hsr-hero {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  background:
    radial-gradient(circle at 50% 42%, rgba(97, 202, 191, 0.13), transparent 34%),
    linear-gradient(180deg, #fbfcfa 0%, #f1f5f2 100%);
}

.hsr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(79, 76, 77, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 76, 77, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.hsr-hero__halo {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: min(1080px, 92vw);
  opacity: 0.052;
  transform: translate(-50%, -52%) scale(1.28);
  filter: saturate(0);
}

.hsr-hero__content {
  width: min(980px, 100%);
  text-align: center;
}

.hsr-kicker {
  margin-bottom: clamp(32px, 5vw, 62px);
}

.hsr-hero__logo {
  width: min(760px, 84vw);
  margin: 0 auto clamp(52px, 7vw, 88px);
}

.hsr-hero h1 {
  margin: 0;
  color: var(--hsr-deep);
  font-size: clamp(48px, 7vw, 104px);
  font-weight: 770;
  line-height: 1.03;
  letter-spacing: -0.065em;
}

.hsr-lead {
  max-width: 660px;
  margin: 34px auto 0;
  color: rgba(12, 32, 40, 0.66);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.hsr-scroll-cue {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(79, 76, 77, 0.48);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.18em;
  transform: translateX(-50%);
}

.hsr-scroll-cue span {
  width: 28px;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  animation: hsr-cue 1.8s ease-in-out infinite;
}

/* 02 — Purpose */
.hsr-purpose {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(60px, 8vw, 150px);
  background: #fff;
}

.hsr-purpose::after {
  content: "";
  position: absolute;
  right: -14vw;
  bottom: -34vw;
  z-index: 0;
  width: 62vw;
  aspect-ratio: 1;
  border: 1px solid rgba(6, 156, 224, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(97, 202, 191, 0.04),
    0 0 0 160px rgba(194, 224, 19, 0.025);
}

.hsr-purpose__map {
  position: relative;
  display: grid;
  align-items: center;
  gap: 24px;
  padding: clamp(34px, 4vw, 64px);
  border: 1px solid var(--hsr-line);
  border-radius: 28px;
  background: rgba(248, 250, 248, 0.9);
  box-shadow: 0 24px 70px rgba(12, 32, 40, 0.07);
  backdrop-filter: blur(12px);
}

.hsr-purpose__node {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 20px;
  align-items: center;
  min-height: 92px;
  padding: 18px 22px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(12, 32, 40, 0.055);
}

.hsr-purpose__node > span {
  grid-row: 1 / 3;
  display: grid;
  width: 52px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: var(--hsr-deep);
  background: var(--hsr-lime);
  font-size: 11px;
  font-weight: 800;
}

.hsr-purpose__node:nth-of-type(3) > span {
  color: #fff;
  background: var(--hsr-teal);
}

.hsr-purpose__node:nth-of-type(5) > span {
  color: #fff;
  background: var(--hsr-blue);
}

.hsr-purpose__node strong {
  align-self: end;
  font-size: clamp(17px, 1.4vw, 22px);
  letter-spacing: -0.035em;
}

.hsr-purpose__node small {
  align-self: start;
  margin-top: 5px;
  color: rgba(79, 76, 77, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

.hsr-purpose__line {
  width: 1px;
  height: 30px;
  margin: -10px 0 -10px 47px;
  background: linear-gradient(180deg, var(--hsr-lime), var(--hsr-sky));
}

/* 03 — Proportion */
.hsr-proportion {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  align-items: center;
  gap: clamp(50px, 7vw, 120px);
  color: #fff;
  background: var(--hsr-deep);
}

.hsr-proportion::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.18;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.12) 50%, transparent 50.1%),
    linear-gradient(transparent 49.9%, rgba(255,255,255,.08) 50%, transparent 50.1%);
  background-size: 160px 160px;
}

.hsr-proportion__stage {
  display: grid;
  align-content: center;
  min-width: 0;
}

.hsr-proportion__stage > img {
  width: min(720px, 100%);
  margin: 28px auto 0;
  padding: clamp(28px, 4vw, 58px);
  border-radius: 28px 28px 0 0;
  background: #fff;
}

.hsr-measure {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.hsr-measure i {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.hsr-baseline {
  position: relative;
  height: 68px;
  border-top: 2px solid var(--hsr-lime);
}

.hsr-baseline::before,
.hsr-baseline::after {
  content: "";
  position: absolute;
  top: -9px;
  width: 1px;
  height: 17px;
  background: var(--hsr-lime);
}

.hsr-baseline::before { left: 0; }
.hsr-baseline::after { right: 0; }

.hsr-baseline span {
  position: absolute;
  top: 17px;
  right: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  letter-spacing: 0.04em;
}

/* 04 — Color */
.hsr-color {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: center;
  gap: clamp(70px, 9vw, 150px);
  background: #f8faf8;
}

.hsr-color__visual {
  position: relative;
  min-height: 590px;
}

.hsr-color__bands {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border-radius: 32px;
  transform: rotate(-5deg);
  box-shadow: 0 35px 90px rgba(12, 32, 40, 0.13);
}

.hsr-color__bands i {
  background: var(--c);
}

.hsr-color__logo-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(660px, 88%);
  padding: clamp(44px, 6vw, 78px);
  border: 1px solid rgba(79, 76, 77, 0.12);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(12, 32, 40, 0.14);
  transform: translate(-50%, -50%) rotate(2.5deg);
}

.hsr-palette {
  display: grid;
  gap: 10px;
  margin-top: 40px;
}

.hsr-palette span {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 12px;
  color: rgba(79, 76, 77, 0.78);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.15em;
}

.hsr-palette i {
  height: 5px;
  border-radius: 999px;
  background: var(--c);
}

/* 05 — Network */
.hsr-network {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
  color: #fff;
  background:
    radial-gradient(circle at 75% 45%, rgba(6, 156, 224, 0.16), transparent 34%),
    var(--hsr-deep);
}

.hsr-network__copy {
  align-self: center;
}

.hsr-network__legend {
  display: grid;
  gap: 18px;
  margin-top: 46px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.hsr-network__legend span {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hsr-dot {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
}

.hsr-dot--lg {
  width: 24px;
  height: 24px;
}

.hsr-dot--sm {
  width: 12px;
  height: 12px;
}

.hsr-link {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
}

.hsr-network__lens {
  position: relative;
  width: min(760px, 100%);
  aspect-ratio: 1;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.28);
}

.hsr-network__lens > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 148%;
  max-width: none;
  transform: translate(-42%, -47%);
}

.hsr-lens-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46%;
  aspect-ratio: 1;
  border: 1px solid rgba(12, 32, 40, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 22px rgba(97, 202, 191, 0.07),
    0 0 0 44px rgba(6, 156, 224, 0.035);
}

/* 06 — Balance */
.hsr-balance {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: clamp(70px, 8vw, 140px);
  background: #fff;
}

.hsr-balance__symbol {
  display: grid;
  min-height: 610px;
  place-items: center;
  padding: clamp(42px, 6vw, 86px);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(194,224,19,.12), transparent 38%),
    linear-gradient(315deg, rgba(24,107,190,.11), transparent 43%),
    #f5f8f5;
}

.hsr-balance__symbol img {
  width: min(690px, 100%);
}

.hsr-balance__axis {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 62px;
}

.hsr-balance__axis > div:not(.hsr-balance__bar) {
  display: grid;
  gap: 10px;
}

.hsr-balance__axis strong {
  font-size: 22px;
  letter-spacing: -0.03em;
}

.hsr-balance__axis span {
  color: rgba(79, 76, 77, 0.78);
  font-size: 13px;
  line-height: 1.65;
}

.hsr-balance__bar {
  position: relative;
  height: 2px;
  background: linear-gradient(90deg, var(--hsr-lime), var(--hsr-blue));
}

.hsr-balance__bar i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  aspect-ratio: 1;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--hsr-teal);
  box-shadow: 0 0 0 1px rgba(79, 76, 77, 0.14);
  transform: translate(-50%, -50%);
}

/* 07 — Convergence */
.hsr-convergence {
  display: grid;
  align-content: center;
  gap: 90px;
  background: #f2f5f2;
}

.hsr-convergence .hsr-section-head {
  width: min(690px, 100%);
}

.hsr-convergence__rail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr) 44px minmax(0, 1fr) 44px minmax(0, 1.06fr);
  align-items: center;
  gap: 18px;
}

.hsr-convergence__rail figure {
  min-width: 0;
  margin: 0;
}

.hsr-convergence__rail figure > div {
  display: grid;
  aspect-ratio: 1.48;
  place-items: center;
  padding: 26px;
  border: 1px solid rgba(79, 76, 77, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
}

.hsr-convergence__rail figure img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.hsr-convergence__rail figcaption {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
  color: rgba(79, 76, 77, 0.78);
  font-size: 12px;
  font-weight: 650;
}

.hsr-convergence__rail figcaption span {
  color: rgba(79, 76, 77, 0.38);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.hsr-convergence__approved > div {
  border-color: rgba(6, 156, 224, 0.28) !important;
  background: #fff !important;
  box-shadow: 0 20px 55px rgba(12, 32, 40, 0.09);
}

.hsr-convergence__arrow {
  position: relative;
  height: 1px;
  background: rgba(79, 76, 77, 0.25);
}

.hsr-convergence__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(79, 76, 77, 0.38);
  border-right: 1px solid rgba(79, 76, 77, 0.38);
  transform: translateY(-50%) rotate(45deg);
}

/* 08 — Lockup */
.hsr-lockup {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  align-items: center;
  gap: clamp(70px, 8vw, 130px);
  background: #fff;
}

.hsr-lockup__main {
  min-width: 0;
}

.hsr-lockup__frame {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  padding: clamp(48px, 7vw, 94px);
  background: #f8faf8;
}

.hsr-lockup__frame > img {
  width: min(850px, 100%);
}

.hsr-corner {
  position: absolute;
  width: 34px;
  height: 34px;
  border-color: rgba(79, 76, 77, 0.35);
}

.hsr-corner--tl { top: 22px; left: 22px; border-top: 1px solid; border-left: 1px solid; }
.hsr-corner--tr { top: 22px; right: 22px; border-top: 1px solid; border-right: 1px solid; }
.hsr-corner--bl { bottom: 22px; left: 22px; border-bottom: 1px solid; border-left: 1px solid; }
.hsr-corner--br { right: 22px; bottom: 22px; border-right: 1px solid; border-bottom: 1px solid; }

.hsr-lockup__parts {
  display: grid;
  gap: 12px;
  margin-top: 44px;
}

.hsr-lockup__parts > div {
  display: grid;
  grid-template-columns: 1fr 76px;
  align-items: center;
  min-height: 76px;
  padding: 15px 18px;
  border: 1px solid var(--hsr-line);
  border-radius: 14px;
  background: #fff;
}

.hsr-lockup__parts img {
  max-width: 210px;
  max-height: 45px;
  object-fit: contain;
  object-position: left center;
}

.hsr-lockup__parts span {
  color: rgba(79, 76, 77, 0.48);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-align: right;
}

/* 09 — Sign */
.hsr-sign {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
  background: #eef2f1;
}

.hsr-sign__scene {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  align-items: end;
  gap: 36px;
  min-width: 0;
  padding: clamp(32px, 5vw, 64px);
  border-radius: 32px;
  background:
    linear-gradient(180deg, #ffffff 0 70%, #d7dcdb 70% 100%);
  box-shadow: 0 32px 90px rgba(12, 32, 40, 0.12);
}

.hsr-store {
  min-width: 0;
}

.hsr-store__fascia {
  display: grid;
  min-height: 124px;
  place-items: center;
  padding: 26px 36px;
  border: 1px solid #c9cdcc;
  background: linear-gradient(180deg, #f7f7f7, #d7d9d9);
  box-shadow: inset 0 1px #fff;
}

.hsr-store__fascia img {
  width: min(510px, 92%);
}

.hsr-store__cap {
  height: 24px;
  background: #5d5b5c;
}

.hsr-store__glass {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 12px solid #777576;
  border-top-width: 8px;
  background:
    linear-gradient(90deg, transparent 32%, rgba(119,117,118,.75) 32% 34%, transparent 34% 66%, rgba(119,117,118,.75) 66% 68%, transparent 68%),
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(217,228,230,.82));
}

.hsr-store__door {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #777576;
}

.hsr-store__door::before,
.hsr-store__door::after {
  content: "";
  position: absolute;
  top: 51%;
  width: 3px;
  height: 38px;
  border-radius: 99px;
  background: #777576;
}

.hsr-store__door::before { right: 8px; }
.hsr-store__door::after { left: 8px; }

.hsr-store__stripe {
  position: absolute;
  top: 54%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 24px;
  border-top: 6px solid var(--hsr-lime);
  border-bottom: 12px solid var(--hsr-sky);
  background: #fff;
  transform: translateY(-50%);
}

.hsr-store__stripe img {
  width: 98px;
}

.hsr-pylon {
  position: relative;
  display: flex;
  min-height: 460px;
  flex-direction: column;
  align-items: center;
  padding: 52px 18px 34px;
  border: 1px solid #797778;
  background: #fff;
  box-shadow: 0 16px 35px rgba(12, 32, 40, 0.12);
}

.hsr-pylon > img:first-child {
  width: 88px;
}

.hsr-pylon__name {
  width: 112px;
  margin-top: 56px;
}

.hsr-pylon i,
.hsr-pylon b {
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 0;
  height: 8px;
  background: var(--hsr-lime);
}

.hsr-pylon b {
  bottom: 0;
  height: 14px;
  background: var(--hsr-sky);
}

/* 10 — Touchpoints */
.hsr-touchpoints {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: clamp(60px, 7vw, 110px);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(24,107,190,.18), transparent 42%),
    var(--hsr-deep);
}

.hsr-touchpoints__set {
  display: grid;
  grid-template-columns: 1fr 0.92fr 0.68fr;
  align-items: end;
  gap: clamp(16px, 2vw, 30px);
  perspective: 1500px;
}

.hsr-report-mockup,
.hsr-paper-mockup,
.hsr-marker-mockup {
  filter: drop-shadow(0 28px 28px rgba(0, 0, 0, 0.24));
}

.hsr-report-mockup {
  transform: rotateY(7deg) rotateZ(-2deg);
}

.hsr-report-mockup__cover {
  position: relative;
  display: flex;
  aspect-ratio: 0.72;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  overflow: hidden;
  background: #fff;
}

.hsr-report-mockup__cover::before {
  content: "";
  position: absolute;
  top: -18%;
  right: -38%;
  width: 95%;
  aspect-ratio: 1;
  border: 24px solid rgba(6, 156, 224, 0.1);
  border-radius: 50%;
}

.hsr-report-mockup__cover > img {
  width: 82%;
}

.hsr-report-mockup__cover > div {
  display: grid;
  gap: 10px;
  color: var(--hsr-ink);
}

.hsr-report-mockup__cover small {
  color: rgba(79, 76, 77, 0.5);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.hsr-report-mockup__cover strong {
  font-size: clamp(24px, 2.4vw, 40px);
  letter-spacing: -0.05em;
}

.hsr-report-mockup__cover span {
  color: rgba(79, 76, 77, 0.8);
  font-size: 11px;
}

.hsr-report-mockup__cover i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  background: linear-gradient(90deg, var(--hsr-lime) 0 20%, var(--hsr-green) 20% 40%, var(--hsr-teal) 40% 60%, var(--hsr-sky) 60% 80%, var(--hsr-blue) 80%);
}

.hsr-paper-mockup {
  aspect-ratio: 0.72;
  padding: 28px;
  color: var(--hsr-ink);
  background: #f7f9f8;
  transform: translateY(32px) rotateY(-4deg) rotateZ(2deg);
}

.hsr-paper-mockup__head {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(79, 76, 77, 0.2);
}

.hsr-paper-mockup__head img {
  width: 65px;
}

.hsr-paper-mockup__head span {
  font-size: 20px;
  font-weight: 750;
}

.hsr-paper-mockup__lines {
  display: grid;
  gap: 13px;
  margin-top: 34px;
}

.hsr-paper-mockup__lines i {
  height: 6px;
  border-radius: 99px;
  background: rgba(79, 76, 77, 0.11);
}

.hsr-paper-mockup__lines i:nth-child(2) { width: 88%; }
.hsr-paper-mockup__lines i:nth-child(3) { width: 96%; }
.hsr-paper-mockup__lines i:nth-child(4) { width: 72%; }
.hsr-paper-mockup__lines i:nth-child(5) { width: 84%; }

.hsr-paper-mockup__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

.hsr-paper-mockup__tags span {
  padding: 7px 10px;
  border-radius: 99px;
  color: #fff;
  background: var(--hsr-blue);
  font-size: 11px;
  font-weight: 700;
}

.hsr-paper-mockup__tags span:nth-child(2) { background: var(--hsr-teal); }
.hsr-paper-mockup__tags span:nth-child(3) { color: var(--hsr-deep); background: var(--hsr-lime); }

.hsr-marker-mockup {
  position: relative;
  min-height: 430px;
  transform: translateY(58px) rotateZ(-1deg);
}

.hsr-marker-mockup > div {
  display: grid;
  min-height: 230px;
  place-items: center;
  padding: 22px;
  color: var(--hsr-ink);
  text-align: center;
  background: #fff;
}

.hsr-marker-mockup img {
  width: 90px;
}

.hsr-marker-mockup strong {
  font-size: 19px;
}

.hsr-marker-mockup span {
  color: rgba(79, 76, 77, 0.78);
  font-size: 11px;
}

.hsr-marker-mockup > i {
  display: block;
  width: 8px;
  height: 170px;
  margin: 0 auto;
  background: #b7bbba;
}

.hsr-marker-mockup > b {
  display: block;
  width: 84%;
  height: 12px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.22);
  filter: blur(6px);
}

/* 11 — Scope */
.hsr-scope {
  display: grid;
  grid-template-columns: minmax(230px, 0.68fr) minmax(500px, 1.34fr) minmax(310px, 0.78fr);
  align-items: center;
  gap: clamp(32px, 4vw, 70px);
  background: #f8faf8;
}

.hsr-scope::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 43%;
  z-index: 0;
  width: min(620px, 52vw);
  aspect-ratio: 1;
  border: 1px solid rgba(79, 76, 77, 0.09);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hsr-scope__center {
  display: grid;
  width: min(260px, 100%);
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  gap: 24px;
  padding: 38px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 24px 70px rgba(12, 32, 40, 0.1);
}

.hsr-scope__center img {
  width: 100%;
}

.hsr-scope__center span {
  color: rgba(79, 76, 77, 0.78);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.15em;
}

.hsr-scope__items {
  position: relative;
  display: grid;
  gap: 14px;
}

.hsr-scope__items::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 25px;
  z-index: -1;
  width: 1px;
  background: linear-gradient(180deg, var(--hsr-lime), var(--hsr-blue));
}

.hsr-scope__items > div {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 84px;
  padding: 14px 22px 14px 12px;
  border: 1px solid rgba(79, 76, 77, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.hsr-scope__items span {
  display: grid;
  width: 52px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: var(--hsr-deep);
  background: var(--hsr-lime);
  font-size: 10px;
  font-weight: 800;
}

.hsr-scope__items > div:nth-child(2) span { color: #fff; background: var(--hsr-green); }
.hsr-scope__items > div:nth-child(3) span { color: var(--hsr-deep); background: var(--hsr-teal); }
.hsr-scope__items > div:nth-child(4) span { color: #fff; background: var(--hsr-sky); }
.hsr-scope__items > div:nth-child(5) span { color: #fff; background: var(--hsr-blue); }

.hsr-scope__items strong {
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.35;
  letter-spacing: -0.03em;
}

/* 12 — Motion */
.hsr-motions {
  display: grid;
  align-content: center;
  gap: 72px;
  min-height: 980px;
  background: #fff;
}

.hsr-motions .hsr-section-head {
  width: min(720px, 100%);
}

.hsr-motion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 34px);
}

.hsr-motion-card {
  min-width: 0;
}

.hsr-video-frame {
  position: relative;
  aspect-ratio: 1440 / 900;
  overflow: hidden;
  border-radius: 20px;
  background: #eff3ef;
  box-shadow: 0 22px 55px rgba(12, 32, 40, 0.1);
}

.hsr-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(79, 76, 77, 0.1);
  border-radius: inherit;
}

.hsr-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hsr-motion-card > div:last-child {
  padding: 24px 4px 0;
}

.hsr-motion-card span {
  color: rgba(79, 76, 77, 0.48);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.hsr-motion-card h3 {
  margin: 10px 0 12px;
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: -0.045em;
}

.hsr-motion-card p {
  margin: 0;
  color: rgba(79, 76, 77, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

.hsr-footer {
  display: grid;
  min-height: 420px;
  place-items: center;
  align-content: center;
  gap: 38px;
  padding: 90px 32px;
  text-align: center;
  background: #f3f6f2;
}

.hsr-footer img {
  width: min(620px, 82vw);
}

.hsr-footer p {
  margin: 0;
  color: rgba(79, 76, 77, 0.5);
  font-size: 13px;
  letter-spacing: -0.01em;
}

/* Entry motion */
.hsr-scene .hsr-section-head,
.hsr-scene .hsr-purpose__map,
.hsr-scene .hsr-proportion__stage,
.hsr-scene .hsr-color__visual,
.hsr-scene .hsr-network__lens,
.hsr-scene .hsr-balance__symbol,
.hsr-scene .hsr-convergence__rail,
.hsr-scene .hsr-lockup__main,
.hsr-scene .hsr-lockup__copy,
.hsr-scene .hsr-sign__scene,
.hsr-scene .hsr-touchpoints__set,
.hsr-scene .hsr-scope__center,
.hsr-scene .hsr-scope__items,
.hsr-scene .hsr-scope__copy,
.hsr-scene .hsr-motion-grid {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms cubic-bezier(.2,.7,.2,1),
    transform 720ms cubic-bezier(.2,.7,.2,1);
}

.hsr-scene.is-visible .hsr-section-head,
.hsr-scene.is-visible .hsr-purpose__map,
.hsr-scene.is-visible .hsr-proportion__stage,
.hsr-scene.is-visible .hsr-color__visual,
.hsr-scene.is-visible .hsr-network__lens,
.hsr-scene.is-visible .hsr-balance__symbol,
.hsr-scene.is-visible .hsr-convergence__rail,
.hsr-scene.is-visible .hsr-lockup__main,
.hsr-scene.is-visible .hsr-lockup__copy,
.hsr-scene.is-visible .hsr-sign__scene,
.hsr-scene.is-visible .hsr-touchpoints__set,
.hsr-scene.is-visible .hsr-scope__center,
.hsr-scene.is-visible .hsr-scope__items,
.hsr-scene.is-visible .hsr-scope__copy,
.hsr-scene.is-visible .hsr-motion-grid {
  opacity: 1;
  transform: translateY(0);
}

.hsr-hero__content {
  animation: hsr-hero-in 1s cubic-bezier(.2,.7,.2,1) both;
}

@keyframes hsr-cue {
  0%, 100% { transform: scaleX(.25); opacity: .35; }
  50% { transform: scaleX(1); opacity: .9; }
}

@keyframes hsr-hero-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  .hsr-progress { display: none; }

  .hsr-scene {
    min-height: 780px;
    padding-right: clamp(28px, 5vw, 64px);
    padding-left: clamp(28px, 5vw, 64px);
  }

  .hsr-purpose,
  .hsr-proportion,
  .hsr-color,
  .hsr-network,
  .hsr-balance,
  .hsr-lockup,
  .hsr-sign,
  .hsr-touchpoints {
    grid-template-columns: 1fr 1fr;
    gap: 54px;
  }

  .hsr-scope {
    grid-template-columns: 220px 1fr;
  }

  .hsr-scope__copy {
    grid-column: 1 / -1;
    max-width: 700px;
    padding-top: 24px;
  }

  .hsr-sign__scene {
    grid-template-columns: 1fr 120px;
    padding: 28px;
  }

  .hsr-pylon {
    min-height: 390px;
  }
}

@media (max-width: 820px) {
  .hsr-project {
    word-break: normal;
  }

  .hsr-scene {
    min-height: auto;
    padding: 88px 24px;
  }

  .hsr-section-head h2,
  .hsr-lockup__copy h2,
  .hsr-scope__copy h2 {
    font-size: clamp(38px, 11.5vw, 58px);
  }

  .hsr-section-head > p:last-child,
  .hsr-lockup__copy > p,
  .hsr-scope__copy > p {
    margin-top: 23px;
    font-size: 16px;
    line-height: 1.72;
  }

  .hsr-hero {
    min-height: 100svh;
    padding: 92px 24px 80px;
  }

  .hsr-hero::before {
    background-size: 40px 40px;
  }

  .hsr-hero__halo {
    width: 118vw;
    transform: translate(-50%, -53%) scale(1.16);
  }

  .hsr-hero__logo {
    width: min(680px, 94vw);
    margin-bottom: 58px;
  }

  .hsr-hero h1 {
    font-size: clamp(46px, 13vw, 70px);
    line-height: 1.08;
  }

  .hsr-lead {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.75;
  }

  .hsr-purpose,
  .hsr-proportion,
  .hsr-color,
  .hsr-network,
  .hsr-balance,
  .hsr-lockup,
  .hsr-sign,
  .hsr-touchpoints,
  .hsr-scope {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .hsr-purpose__map {
    padding: 24px;
    border-radius: 24px;
  }

  .hsr-purpose__node {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 78px;
    padding: 14px;
  }

  .hsr-purpose__node > span {
    width: 44px;
  }

  .hsr-purpose__node small {
    font-size: 11px;
  }

  .hsr-purpose__line {
    margin-left: 33px;
  }

  .hsr-proportion {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hsr-proportion__stage {
    order: 2;
  }

  .hsr-proportion__stage > img {
    padding: 28px 18px;
  }

  .hsr-color {
    padding-top: 100px;
  }

  .hsr-color__visual {
    min-height: 430px;
    order: 2;
  }

  .hsr-color__bands {
    border-radius: 22px;
  }

  .hsr-color__logo-card {
    width: 91%;
    padding: 35px 25px;
    border-radius: 20px;
  }

  .hsr-network__copy {
    order: 1;
  }

  .hsr-network__lens {
    order: 2;
    width: min(620px, 92vw);
    margin: 0 auto;
  }

  .hsr-balance__symbol {
    min-height: 430px;
    padding: 42px 24px;
  }

  .hsr-balance__axis {
    grid-template-columns: 1fr 76px 1fr;
    margin-top: 42px;
  }

  .hsr-convergence {
    gap: 56px;
  }

  .hsr-convergence__rail {
    grid-template-columns: 1fr 1fr;
    gap: 24px 14px;
  }

  .hsr-convergence__arrow {
    display: none;
  }

  .hsr-convergence__rail figure > div {
    padding: 20px;
  }

  .hsr-lockup__frame {
    min-height: 360px;
    padding: 54px 26px;
  }

  .hsr-lockup__parts > div {
    grid-template-columns: 1fr 62px;
  }

  .hsr-sign__scene {
    grid-template-columns: 1fr 88px;
    gap: 18px;
    padding: 18px;
    border-radius: 22px;
  }

  .hsr-store__fascia {
    min-height: 76px;
    padding: 16px;
  }

  .hsr-store__cap {
    height: 15px;
  }

  .hsr-store__glass {
    min-height: 220px;
    border-width: 7px;
  }

  .hsr-store__stripe {
    height: 16px;
    border-top-width: 4px;
    border-bottom-width: 8px;
  }

  .hsr-store__stripe img {
    width: 58px;
  }

  .hsr-pylon {
    min-height: 310px;
    padding: 30px 10px 22px;
  }

  .hsr-pylon > img:first-child {
    width: 60px;
  }

  .hsr-pylon__name {
    width: 70px;
    margin-top: 42px;
  }

  .hsr-touchpoints__set {
    grid-template-columns: 1fr 1fr;
  }

  .hsr-marker-mockup {
    grid-column: 1 / -1;
    width: 42%;
    min-height: 330px;
    margin: 0 auto;
    transform: translateY(22px);
  }

  .hsr-marker-mockup > i {
    height: 110px;
  }

  .hsr-scope::before {
    display: none;
  }

  .hsr-scope__center {
    width: 220px;
    margin: 0 auto;
  }

  .hsr-scope__copy {
    grid-column: auto;
    order: -1;
  }

  .hsr-motion-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hsr-motion-card {
    max-width: 720px;
  }

  .hsr-footer {
    min-height: 330px;
    padding: 80px 24px;
  }
}

@media (max-width: 460px) {
  .hsr-scene {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hsr-index,
  .hsr-kicker {
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .hsr-hero__logo {
    width: 100%;
    margin-bottom: 50px;
  }

  .hsr-hero h1 {
    font-size: 43px;
    letter-spacing: -0.06em;
  }

  .hsr-scroll-cue {
    bottom: 22px;
  }

  .hsr-purpose__node {
    column-gap: 13px;
  }

  .hsr-purpose__node strong {
    font-size: 16px;
  }

  .hsr-purpose__node small {
    max-width: 210px;
  }

  .hsr-color__visual {
    min-height: 340px;
  }

  .hsr-network__lens {
    width: 86vw;
  }

  .hsr-balance__symbol {
    min-height: 330px;
  }

  .hsr-balance__axis {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hsr-balance__bar {
    width: 100%;
  }

  .hsr-balance__axis > div:last-child {
    text-align: right;
  }

  .hsr-convergence__rail {
    grid-template-columns: 1fr 1fr;
    gap: 22px 10px;
  }

  .hsr-convergence__rail figure > div {
    aspect-ratio: 1.35;
    padding: 12px;
  }

  .hsr-lockup__frame {
    min-height: 280px;
    padding: 44px 18px;
  }

  .hsr-lockup__parts > div {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hsr-lockup__parts span {
    text-align: left;
  }

  .hsr-sign__scene {
    grid-template-columns: 1fr 70px;
    gap: 10px;
    padding: 12px;
  }

  .hsr-store__glass {
    min-height: 180px;
  }

  .hsr-store__stripe img:nth-child(2) {
    display: none;
  }

  .hsr-pylon {
    min-height: 258px;
    padding-top: 22px;
  }

  .hsr-pylon > img:first-child {
    width: 48px;
  }

  .hsr-pylon__name {
    width: 58px;
    margin-top: 34px;
  }

  .hsr-touchpoints__set {
    display: block;
  }

  .hsr-report-mockup {
    width: 76%;
    margin: 0 auto;
    transform: rotateZ(-2deg);
  }

  .hsr-paper-mockup {
    width: 72%;
    margin: -38px 0 0 auto;
    transform: rotateZ(2deg);
  }

  .hsr-marker-mockup {
    width: 42%;
    margin-top: -28px;
  }

  .hsr-scope__center {
    width: 190px;
  }

  .hsr-scope__items > div {
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding-right: 16px;
  }

  .hsr-scope__items span {
    width: 46px;
  }

  .hsr-motion-card > div:last-child {
    padding-top: 18px;
  }

  .hsr-footer img {
    width: 94%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hsr-project *,
  .hsr-project *::before,
  .hsr-project *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .hsr-scene .hsr-section-head,
  .hsr-scene .hsr-purpose__map,
  .hsr-scene .hsr-proportion__stage,
  .hsr-scene .hsr-color__visual,
  .hsr-scene .hsr-network__lens,
  .hsr-scene .hsr-balance__symbol,
  .hsr-scene .hsr-convergence__rail,
  .hsr-scene .hsr-lockup__main,
  .hsr-scene .hsr-lockup__copy,
  .hsr-scene .hsr-sign__scene,
  .hsr-scene .hsr-touchpoints__set,
  .hsr-scene .hsr-scope__center,
  .hsr-scene .hsr-scope__items,
  .hsr-scene .hsr-scope__copy,
  .hsr-scene .hsr-motion-grid {
    opacity: 1;
    transform: none;
  }
}

/* 모션은 1440×900 이다. 껍데기의 .page__card 는 16/9 라 object-fit:cover 가 위아래를 각 45줄
   (높이의 10%) 잘라냈다. **모션이 든 카드에만** 영상 비율을 돌려준다 — 다른 카드는 건드리지 않는다. */
body[data-hansoo-swine-research-project="true"] .page__card:has(> video) { aspect-ratio: 1440 / 900 !important; }  /* 카드에 style="aspect-ratio:16/9" 가 인라인으로 박혀 있어 !important 가 없으면 안 먹는다 */

/* === 그림 자리 예약 (CLS) — 자동 생성. 없으면 지연 로딩 때 아래가 밀린다 === */
img[src$="/leaderin-case-assets-v2/symbol-final.svg"] { aspect-ratio: 37/24; }
img[src$="https://kangdesign-portfolio.pages.dev/hansoo-swine-research/assets/approved-symbol.svg"] { aspect-ratio: 142/75; }
img[src$="https://kangdesign-portfolio.pages.dev/hansoo-swine-research/assets/approved-identity.svg"] { aspect-ratio: 60/11; }
img[src$="https://kangdesign-portfolio.pages.dev/hansoo-swine-research/assets/process-silhouette.webp"] { aspect-ratio: 8/5; }
img[src$="https://kangdesign-portfolio.pages.dev/hansoo-swine-research/assets/process-network-r2.webp"] { aspect-ratio: 143/86; }
img[src$="https://kangdesign-portfolio.pages.dev/hansoo-swine-research/assets/process-geometry.webp"] { aspect-ratio: 143/85; }
img[src$="https://kangdesign-portfolio.pages.dev/hansoo-swine-research/assets/approved-wordmark-ko.svg"] { aspect-ratio: 50/7; }
img[src$="https://kangdesign-portfolio.pages.dev/hansoo-swine-research/assets/approved-wordmark-en.svg"] { aspect-ratio: 20/1; }

/* ⭐ 승인 마크는 **어느 자리에서도 비례를 바꾸지 않는다**(대표님 절대 규정).
   상자를 정사각·전체높이로 박아 둔 자리가 있어 마크가 늘어나 있었다
   (실측: 화면 비 ↔ 원본 비가 4~15% 어긋남).
   `object-fit: contain` 이면 상자가 어떻든 마크는 제 비례로 들어간다.
   ⚠ 셸 규칙과 특이도가 엉키므로 !important 로 못 박는다. */
img[src$="approved-symbol.svg"],
img[src$="approved-identity.svg"] { object-fit: contain !important; }
