/* =====================================================================
   HandOver — Main page (+ Privacy / Terms, 20번 섹션)
   Figma  : PdyKngg2yDRM4eisQLM58i · node 1:4 (Frame 1, 1920 × 9568)
   Naming : BEM (block__element--modifier)
   Units  : calc(N * var(--dx)) / calc(N * var(--px)) = Figma 값 N px.
            1024px 이상에서는 화면 폭 ÷ 1920 비율로 축소·확대되고(1920에서 그대로),
            그보다 좁으면 태블릿·모바일 규칙을 따릅니다. 글자·간격은 max(최솟값, …)로 하한을 둡니다.
            767px 이하 메인 페이지·헤더·푸터는 Figma 모바일 시안(node 35:4, 1080px)을 따르며
            calc(N * var(--mx)) = 모바일 시안 값 N px (화면 폭 ÷ 1080, 22번 섹션).
   ===================================================================== */

/* ---------------------------------------------------------------------
   1. Fonts
   디자인 원본 디스플레이 폰트: iCiel Neue Plak (Wide / Semibold Wide).
   웹폰트 사용 권한을 확보하면 src 맨 앞에 url("assets/fonts/…woff2") format("woff2")를
   추가하세요. 로컬에 설치돼 있으면 local()로 먼저 쓰고, 없으면 Archivo Expanded(OFL)로 대체합니다.
   --------------------------------------------------------------------- */
@font-face {
  font-family: "HO Display";
  src: local("iCiel Neue Plak Wide"), local("iCielNeuePlak-Wide"), local("Neue Plak Wide"), local("NeuePlak-Wide");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HO Display";
  src: local("iCiel Neue Plak Semibold Wide"), local("iCiel Neue Plak SemiBold Wide"), local("iCielNeuePlak-SemiboldWide"), local("iCielNeuePlak-SemiBoldWide"), local("Neue Plak SemiBold Wide"), local("NeuePlak-SemiBoldWide");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 대체 폰트: Archivo Variable(OFL-1.1) — Fontsource 5.3.0 파일을 버전 고정으로 사용.
   ascent/descent-override는 Figma 렌더에서 실측한 Neue Plak 기준선(ascent≈1.225em, descent≈0.201em)에 맞춘 값입니다. */
@font-face {
  font-family: "HO Display Fallback";
  src: url("https://cdn.jsdelivr.net/npm/@fontsource-variable/archivo@5.3.0/files/archivo-latin-wdth-normal.woff2") format("woff2-variations"),
       url("https://cdn.jsdelivr.net/npm/@fontsource-variable/archivo@5.3.0/files/archivo-latin-wdth-normal.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
  ascent-override: 122.5%;
  descent-override: 20.1%;
  line-gap-override: 0%;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------------------------------------------------------------------
   2. Design tokens
   --------------------------------------------------------------------- */
:root {
  /* 스케일 단위
     --dx : "디자인 1px". 1024 미만(태블릿·모바일)은 1px 고정,
            1024 이상(노트북·데스크톱)은 화면 폭 ÷ 1920 → Figma 1920 프레임을 화면에 비례해 축소/확대 (2560까지)
     --px : 세로 간격·글자 크기용. 1024 미만은 화면 폭 ÷ 1440(최대 1px), 1024 이상은 --dx와 같음 */
  --dx: 1px;
  --px: min(1px, calc(100vw / 1440));

  /* Color */
  --c-blue-950: #001e89;
  --c-blue-900: #0025ad;
  --c-blue-700: #0031e2;
  --c-blue-400: #809cff;
  --c-blue-200: #d5deff;
  --c-blue-100: #e5ebff;
  --c-tint: #3768c5;
  --c-accent: #ff981d;
  --c-accent-hover: #ffab47;
  --c-ink: #000;
  --c-muted: #707070;
  --c-silver: #d9d9d9;
  --c-snow: #f5f5f5;
  --c-white: #fff;
  --c-footer: #131313;
  --c-error: #d4351c;

  --grad-hero: linear-gradient(179.1385deg, rgb(0 30 137) 2.801%, rgb(0 49 226) 63.392%, rgb(255 255 255) 100.64%);
  --grad-band: linear-gradient(180.3276deg, rgb(0 37 173) 2.8124%, rgb(0 49 226) 50.433%, rgb(128 156 255) 144.86%);
  --grad-card: linear-gradient(180deg, var(--c-blue-200), var(--c-white));
  --grad-panel: linear-gradient(180deg, var(--c-blue-200), var(--c-blue-100));
  --grad-btn-light: linear-gradient(90deg, var(--c-white), var(--c-blue-200));
  --grad-btn-primary: linear-gradient(90deg, var(--c-blue-700), var(--c-blue-900));
  --grad-menu: linear-gradient(180deg, var(--c-blue-950), var(--c-blue-700));

  /* Typography */
  --ff-display: "HO Display", "HO Display Fallback", "Helvetica Neue", Arial, sans-serif;
  --ff-body: "Montserrat Variable", "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  /* Archivo(대체 폰트)의 폭을 Neue Plak Wide 실측 폭에 맞춘 값. 원본 폰트가 로드되면 영향 없음 */
  --fstretch-display: 122%;
  --fstretch-eyebrow: 115%;

  --fs-display-xl: max(2.25rem, calc(80 * var(--px)));   /* 80 */
  --fs-display-l: max(1.75rem, calc(48 * var(--px)));    /* 48 */
  --fs-display-m: max(1.5rem, calc(32 * var(--px)));     /* 32 */
  --fs-display-page: max(2.125rem, calc(64 * var(--px))); /* 64, 하위 페이지 H1 (메인 80보다 한 단계 작게) */
  --fs-eyebrow: max(0.9375rem, calc(24 * var(--px)));    /* 24 */
  --fs-lead: max(1.125rem, calc(24 * var(--px)));        /* 24 */
  --fs-title-min: 1.125rem;
  --fs-title: max(var(--fs-title-min), calc(20 * var(--px)));   /* 20, 제목류 */
  --fs-body-l: max(1rem, calc(20 * var(--px)));          /* 20, 본문 */
  --fs-body: max(0.875rem, calc(16 * var(--dx)));        /* 16 (노트북 최소 14) */
  --fs-small: max(0.75rem, calc(14 * var(--dx)));        /* 14 (최소 12) */
  --fs-xs: max(0.6875rem, calc(12 * var(--dx)));         /* 12 (최소 11) */

  --lh-display: 0.93;
  --lh-eyebrow: 1.426;   /* Neue Plak "normal" 줄 높이 (24px → 34.224px) */
  /* Figma "Auto" 줄 높이 = Montserrat 1.219em을 정수 px로 반올림한 값 */
  --lh-20: 1.2;         /* 20px → 24px */
  --lh-16: 1.25;        /* 16px → 20px */
  --lh-14: 1.2143;      /* 14px → 17px */
  --lh-12: 1.25;        /* 12px → 15px */
  --lh-list: 1.19;
  --lh-150: 1.5;
  --lh-200: 2;
  --lh-250: 2.5;
  --ls-lead: 0.03em;    /* 0.6px @ 20px */
  --ls-band: 0.04em;    /* 0.96px @ 24px */

  /* Layout */
  /* 1920 기준 양옆 263px(13.7%). --dx 덕분에 노트북·데스크톱에서도 같은 비율로 유지 */
  --container: calc(1394 * var(--dx));
  --container-narrow: calc(1380 * var(--dx));
  --container-band-left: calc(798 * var(--dx));    /* 1920 기준 좌측 162px */
  --container-band-right: calc(808 * var(--dx));   /* 1920 기준 우측 152px */
  --container-footer: calc(1512 * var(--dx));
  --container-footer-left: calc(793 * var(--dx));  /* 1920 기준 좌측 167px */
  --panel-bleed: calc(3 * var(--dx));              /* 패널이 컨테이너보다 왼쪽으로 3px 넓음 (260 vs 263) */
  --gutter: 20px;
  --header-h: 72px;

  /* Radius */
  --r-card: calc(5 * var(--dx));
  --r-media: calc(11 * var(--dx));
  --r-pill: 999px;       /* 높이 41 / 반경 20 → 알약 모양 */
  --r-pill-sm: 999px;
  --r-field: calc(6 * var(--dx));
  --r-marker: calc(3 * var(--dx));

  /* Lines — Figma 0.5px 선은 1x 화면에서 1px + 50% 투명도로 같은 농도를 냅니다 */
  --line-w: 1px;
  --line-hair-w: 1px;
  --line-ink: var(--c-ink);
  --line-hair: rgb(0 0 0 / 0.5);
  --line-hair-soft: rgb(0 0 0 / 0.25);
  --line-hair-inverse: rgb(255 255 255 / 0.5);

  /* Elevation (hover 전용) */
  --shadow-lift: 0 14px 28px -14px rgb(0 25 115 / 0.6);
  --shadow-lift-light: 0 14px 28px -14px rgb(0 10 60 / 0.55);

  /* Motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: 200ms;
  --dur-base: 400ms;
  --dur-slow: 700ms;
  --reveal-shift: 28px;
  --stagger: 90ms;

  /* Misc */
  --focus: var(--c-blue-700);
  --z-menu: 90;
  --z-header: 100;
  --z-skip: 200;
  --tile-hero: calc(466 * var(--dx)) calc(482 * var(--dx));   /* 2540×2844 텍스처를 2310×2678로 늘린 비율 */
  --tile-band: calc(409 * var(--dx)) calc(308 * var(--dx));   /* 2540×2844 텍스처를 2029×1712로 늘린 비율 */
}

@media (min-resolution: 2dppx) {
  :root {
    --line-hair-w: 0.5px;
    --line-hair: var(--c-ink);
    --line-hair-soft: rgb(0 0 0 / 0.5);
    --line-hair-inverse: var(--c-white);
  }
}

@media (min-width: 768px) {
  :root { --gutter: 32px; }
}

/* 노트북·데스크톱: Figma 1920 프레임을 화면 폭에 비례해 그대로 표시 (양옆 여백 13.7% 유지, 2560 이상은 가운데 정렬) */
@media (min-width: 1024px) {
  :root {
    --dx: calc(min(100vw, 2560px) / 1920);
    --px: var(--dx);
    --gutter: 40px;
    --header-h: calc(106 * var(--dx));
    --fs-title-min: 1rem;
  }
}

/* ---------------------------------------------------------------------
   3. Base
   --------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  html:not(.lenis) { scroll-behavior: smooth; }
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  font-family: var(--ff-body);
  font-size: var(--fs-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-16);
  color: var(--c-ink);
  background: var(--c-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.is-menu-open,
html.is-menu-open body {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1, h2, h3, p, ul, ol, dl, dd, figure, address {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

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

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

::selection {
  background: var(--c-blue-200);
  color: var(--c-ink);
}

/* ---------------------------------------------------------------------
   4. Utilities & layout
   --------------------------------------------------------------------- */
.u-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.u-br-lg,
.u-br-sm { display: none; }

@media (min-width: 1024px) {
  .u-br-lg { display: inline; }
}

/* 모바일(767 이하)에서만 줄바꿈 — 모바일 시안의 제목 줄나눔 */
@media (max-width: 767.98px) {
  .u-br-sm { display: inline; }
}

.l-container {
  width: min(100% - 2 * var(--gutter), var(--container));
  margin-inline: auto;
}

.l-container--narrow {
  width: min(100% - 2 * var(--gutter), var(--container-narrow));
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: var(--z-skip);
  padding: 12px 18px;
  border-radius: var(--r-field);
  background: var(--c-white);
  color: var(--c-blue-700);
  font-weight: var(--fw-semibold);
  transform: translateY(-200%);
  transition: transform var(--dur-fast) var(--ease-out);
}

.skip-link:focus-visible {
  transform: none;
}

/* ---------------------------------------------------------------------
   5. Buttons
   --------------------------------------------------------------------- */
/* 버튼: Figma 폭(260 / 297 / 279px)은 유지하고 텍스트는 가운데 정렬 (좌우 24px 동일)
   Figma 원본은 텍스트가 왼쪽 29px에서 시작해 버튼마다 오른쪽 여백이 달랐음 */
.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--btn-min-w, 0);
  height: max(2rem, calc(41 * var(--dx)));
  padding-inline: calc(24 * var(--dx));
  overflow: hidden;
  border: 0;
  border-radius: var(--r-pill);
  font-size: var(--fs-body-l);
  font-weight: var(--fw-medium);
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform var(--dur-base) var(--ease-out),
    box-shadow var(--dur-base) var(--ease-out),
    background-color var(--dur-fast) var(--ease-out);
}

.btn__label {
  position: relative;
  z-index: 1;
}

/* 빛이 한 번 지나가는 hover 효과 (CSS only) */
.btn--light::after,
.btn--primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgb(255 255 255 / 0.45) 50%, transparent 70%);
  transform: translateX(-120%);
  pointer-events: none;
}

.btn--light {
  --btn-min-w: calc(260 * var(--dx));
  background: var(--grad-btn-light);
  color: var(--c-blue-700);
  font-weight: var(--fw-semibold);
}

.btn--outline {
  --btn-min-w: calc(297 * var(--dx));
  padding-inline: calc(24 * var(--dx) - 1px);   /* 테두리 1px 포함 좌우 24px */
  border: 1px solid var(--c-white);
  background-color: transparent;
  color: var(--c-white);
}

.btn--primary {
  --btn-min-w: calc(279 * var(--dx));
  background: var(--grad-btn-primary);
  color: var(--c-white);
}

.btn--accent {
  --btn-min-w: calc(157 * var(--dx));
  justify-content: center;
  height: max(1.625rem, calc(27 * var(--dx)));
  padding-inline: calc(18 * var(--dx));
  border-radius: var(--r-pill-sm);
  background-color: var(--c-accent);
  color: var(--c-ink);
  font-size: var(--fs-xs);
}

.btn--lg {
  justify-content: center;
  height: 52px;
  border-radius: 26px;
  font-size: var(--fs-body);
}

@media (hover: hover) {
  .btn--light:hover,
  .btn--primary:hover {
    transform: translateY(-2px);
  }

  .btn--light:hover { box-shadow: var(--shadow-lift-light); }
  .btn--primary:hover { box-shadow: var(--shadow-lift); }

  .btn--light:hover::after,
  .btn--primary:hover::after {
    transform: translateX(120%);
    transition: transform var(--dur-slow) var(--ease-out);
  }

  .btn--outline:hover { background-color: rgb(255 255 255 / 0.12); }
  .btn--accent:hover { background-color: var(--c-accent-hover); }
}

.btn:active {
  transform: translateY(0);
  box-shadow: none;
}

/* ---------------------------------------------------------------------
   6. Header / GNB / mobile menu
   --------------------------------------------------------------------- */
.site-header {
  --focus: var(--c-accent);
  position: fixed;
  inset: 0 0 auto;
  z-index: var(--z-header);
  color: var(--c-white);
  transition:
    transform var(--dur-base) var(--ease-out),
    background-color var(--dur-base) var(--ease-out),
    -webkit-backdrop-filter var(--dur-base) var(--ease-out),
    backdrop-filter var(--dur-base) var(--ease-out);
}

/* Figma에 없는 상태: 스크롤 후 흰 배경 위에서도 흰 글자가 보이도록 히어로 상단색(#001e89) 배경 */
.site-header--scrolled {
  background-color: rgb(0 30 137 / 0.9);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
}

.site-header--hidden {
  transform: translateY(-100%);
}

.is-menu-open .site-header {
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: none;
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: var(--header-h);
  padding: calc(23 * var(--dx)) max(20px, calc(42 * var(--px))) 0 max(24px, calc(58 * var(--px)));
}

.gnb {
  padding-top: calc(5 * var(--dx));
}

.gnb__list {
  display: flex;
  gap: max(16px, calc(24 * var(--px)));
}

.gnb__link {
  position: relative;
  display: block;
  margin-block: -8px;
  padding-block: 8px;
  font-size: var(--fs-xs);
  line-height: var(--lh-12);
}

.gnb__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--dur-base) var(--ease-out);
}

.gnb__link:hover::after,
.gnb__link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-header__logo {
  position: absolute;
  top: calc(28 * var(--dx));
  left: 50%;
  transform: translateX(calc(-50% + 0.5px));
}

.site-header__logo img {
  width: max(7.5rem, calc(213 * var(--dx)));
  height: auto;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  margin: -8px -10px 0 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

/* 햄버거: 가는 선 3줄(모바일 시안) → 열리면 X. 가운데 줄은 ::before */
.menu-toggle__bar,
.menu-toggle::before {
  position: absolute;
  left: 14px;
  right: 14px;
  height: 1px;
  background: currentColor;
  transition:
    transform var(--dur-base) var(--ease-out),
    opacity var(--dur-fast) var(--ease-out);
}

.menu-toggle::before {
  content: "";
  top: 21px;
}

.menu-toggle__bar--top { top: 17px; }
.menu-toggle__bar--bottom { top: 25px; }

.menu-toggle[aria-expanded="true"]::before { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle__bar--top { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__bar--bottom { transform: translateY(-4px) rotate(-45deg); }

.mobile-menu {
  --focus: var(--c-accent);
  position: fixed;
  inset: 0;
  z-index: var(--z-menu);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: calc(var(--header-h) + 32px) var(--gutter) max(32px, env(safe-area-inset-bottom));
  overflow-y: auto;
  background: var(--grad-menu);
  color: var(--c-white);
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease-out);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu--open {
  opacity: 1;
}

.mobile-menu__link {
  display: block;
  padding-block: 10px;
  font-family: var(--ff-display);
  font-size: 2rem;
  font-weight: var(--fw-semibold);
  font-stretch: var(--fstretch-display);
  line-height: 1.1;
}

.mobile-menu__item {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity var(--dur-base) var(--ease-out),
    transform var(--dur-base) var(--ease-out);
}

.mobile-menu--open .mobile-menu__item {
  opacity: 1;
  transform: none;
}

.mobile-menu--open .mobile-menu__item:nth-child(2) { transition-delay: 40ms; }
.mobile-menu--open .mobile-menu__item:nth-child(3) { transition-delay: 80ms; }
.mobile-menu--open .mobile-menu__item:nth-child(4) { transition-delay: 120ms; }
.mobile-menu--open .mobile-menu__item:nth-child(5) { transition-delay: 160ms; }

.mobile-menu__cta {
  width: 100%;
}

/* 모바일 메뉴: Solutions 묶음 (라벨 + 하위 4개) */
.mobile-menu__item--group {
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(255 255 255 / 0.2);
}

.mobile-menu__label {
  display: block;
  padding-block: 6px 2px;
  font-size: 0.8125rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-blue-200);
}

.mobile-menu__link--sub {
  padding-block: 9px;
  font-size: 1.5rem;
}

.mobile-menu__link[aria-current="page"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

/* GNB: 지금 보고 있는 페이지 */
.gnb__link[aria-current="page"]::after,
.gnb__link--current::after {
  transform: scaleX(1);
}

/* GNB: Solutions 서브메뉴 — 버튼으로 열고 닫음 (Esc·바깥 클릭·포커스 이탈 시 닫힘) */
.gnb__item--sub {
  position: relative;
}

.gnb__toggle {
  display: flex;   /* inline-flex면 줄 기준선 때문에 다른 메뉴보다 3px 내려감 */
  align-items: center;
  gap: 0.45em;
  padding-inline: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.gnb__chevron {
  width: 0;
  height: 0;
  border-top: 0.36em solid currentColor;
  border-inline: 0.3em solid transparent;
  transition: transform var(--dur-fast) var(--ease-out);
}

.gnb__toggle[aria-expanded="true"] .gnb__chevron {
  transform: rotate(180deg);
}

.subnav {
  position: absolute;
  top: calc(100% + 14px);
  left: -16px;
  width: max(340px, calc(380 * var(--dx)));
  padding: 8px;
  border-radius: var(--r-media);
  background: rgb(0 30 137 / 0.94);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 24px 48px -20px rgb(0 10 60 / 0.55);
}

.subnav[hidden] {
  display: none;
}

.subnav__link {
  display: block;
  padding: 11px 14px 12px;
  border-radius: 7px;
  transition: background-color var(--dur-fast) var(--ease-out);
}

.subnav__link:hover,
.subnav__link:focus-visible,
.subnav__link[aria-current="page"] {
  background-color: rgb(255 255 255 / 0.1);
}

.subnav__title {
  display: block;
  font-size: var(--fs-small);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-14);
}

.subnav__text {
  display: block;
  margin-top: 4px;
  font-size: var(--fs-xs);
  line-height: var(--lh-12);
  color: var(--c-blue-200);
}

/* ---------------------------------------------------------------------
   7. Shared: eyebrow / section / section head / panel
   --------------------------------------------------------------------- */
.eyebrow {
  font-family: var(--ff-display);
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-semibold);
  font-stretch: var(--fstretch-eyebrow);
  line-height: var(--lh-eyebrow);
  text-align: center;
  text-transform: uppercase;
  color: var(--c-muted);
}

.eyebrow--light {
  color: var(--c-snow);
}

.section {
  position: relative;
}

.section--divided::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  border-top: var(--line-hair-w) solid var(--line-hair);
}

.section-head {
  --head-gap: 58;           /* eyebrow top → title top (px) */
  text-align: center;
}

.section-head--compact {
  --head-gap: 52;
}

.section-head__title {
  margin-top: max(10px, calc((var(--head-gap) - 34.224) * var(--px)));
  font-family: var(--ff-display);
  font-size: var(--fs-display-l);
  font-weight: var(--fw-semibold);
  font-stretch: var(--fstretch-display);
  line-height: var(--lh-display);
  color: var(--c-blue-700);
}

.section-head__desc {
  margin-inline: auto;
  font-size: var(--fs-body-l);
  line-height: var(--lh-20);
}

.section-head__desc--solutions {
  max-width: 32.25em;   /* 645px @ 20px */
  margin-top: max(20px, calc(45.36 * var(--px)));
}

.section-head__desc--sample {
  max-width: 27.75em;   /* 555px @ 20px */
  margin-top: max(16px, calc(36.36 * var(--px)));
}

.panel {
  position: relative;
  isolation: isolate;
  width: calc(100% + var(--panel-bleed));
  margin-inline-start: calc(-1 * var(--panel-bleed));
  border-radius: var(--r-card);
}

.panel--soft::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--grad-panel);
  opacity: 0.6;
}

/* ---------------------------------------------------------------------
   8. Intro — Hero + Verification standard  (0 → 1719)
   --------------------------------------------------------------------- */
.intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

/* 배경은 히어로 하단에서 327px(1920 기준) 더 내려가 흰색으로 끝납니다.
   히어로 높이를 기준으로 삼아서 화면이 좁아져 히어로가 길어져도 "Our verification standard"가 밝은 구간에 옵니다. */
.hero__bg {
  position: absolute;
  z-index: -1;
  top: calc(-37 * var(--dx));
  bottom: calc(-1 * max(120px, calc(327 * var(--px))));
  left: calc(-60 * var(--dx));
  right: calc(-84 * var(--dx));
  isolation: isolate;
  overflow: hidden;
  background: var(--grad-hero);
}

.hero__rings {
  position: absolute;
  top: calc(159 * var(--px));
  left: 50%;
  width: calc(2838 * var(--px));
  max-width: none;
  height: auto;
  transform: translateX(calc(-50% - 11 * var(--dx)));   /* 링 중심 x = 961 (bg가 좌 -60 / 우 +84로 비대칭이라 보정) */
}

.hero__grain {
  position: absolute;
  inset: 0;
  background: url("assets/img/texture-noise-tile.webp") 0 0 / var(--tile-hero) repeat;
  mix-blend-mode: overlay;
  opacity: 0.5;
}

.hero {
  --hero-pad: max(calc(var(--header-h) + 32px), calc(237 * var(--px)));
  --focus: var(--c-accent);   /* 파란 배경 위 포커스 링은 오렌지 (헤더·푸터와 같게) */
  position: relative;
  padding-top: var(--hero-pad);
  text-align: center;
  color: var(--c-white);
}

/* 벤치마크 검증 배지 (Figma에 없음, 2026-09 추가)
   1024 이상: 헤더와 eyebrow 사이 빈 공간의 가운데에 띄워서 아래 레이아웃(Figma 위치)은 그대로 둠.
   1024 미만: 제자리(eyebrow 위)에 놓고 히어로를 그만큼 내림 (23번 반응형 · 22번 모바일) */
.hero__proof {
  position: absolute;
  top: calc((var(--header-h) + var(--hero-pad)) / 2);
  left: 50%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px calc(14 * var(--dx));
  width: max-content;
  max-width: calc(100% - 2 * var(--gutter));
  padding: calc(5 * var(--dx)) calc(18 * var(--dx)) calc(5 * var(--dx)) calc(5 * var(--dx));
  border: 1px solid rgb(255 255 255 / 0.32);
  border-radius: var(--r-pill);
  background-color: rgb(255 255 255 / 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: var(--fs-small);
  line-height: 1.3;
  color: var(--c-white);
  translate: -50% -50%;   /* transform은 등장 모션이 쓰므로 가운데 맞춤은 translate로 */
  transition:
    background-color var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out);
}

.hero__proof-label {
  padding: calc(5 * var(--dx)) calc(12 * var(--dx));
  border-radius: var(--r-pill);
  background: var(--c-white);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--c-blue-700);
}

.hero__proof-text {
  font-weight: var(--fw-medium);
}

.hero__proof-link {
  margin-left: 0.55em;
  font-weight: var(--fw-semibold);
  white-space: nowrap;
  background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1px no-repeat;
}

.hero__proof-link::after {
  content: "\00a0→";
}

@media (hover: hover) {
  .hero__proof:hover {
    border-color: rgb(255 255 255 / 0.55);
    background-color: rgb(255 255 255 / 0.16);
  }
}

.hero__title {
  max-width: 15.675em;   /* 1254px @ 80px */
  margin: max(12px, calc(23.776 * var(--px))) auto 0;
  font-family: var(--ff-display);
  font-size: var(--fs-display-xl);
  font-weight: var(--fw-regular);
  font-stretch: var(--fstretch-display);
  line-height: var(--lh-display);
}

.hero__lead {
  max-width: 48.85em;   /* 977px @ 20px */
  margin: max(24px, calc(58.6 * var(--px))) auto 0;
  font-size: var(--fs-body-l);
  font-weight: var(--fw-medium);
  line-height: var(--lh-20);
  letter-spacing: var(--ls-lead);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px max(12px, calc(21.33 * var(--px)));
  margin-top: max(28px, calc(57 * var(--px)));
}

.hero__media {
  margin-top: max(40px, calc(75 * var(--px)));
  aspect-ratio: 1394 / 597;
  overflow: hidden;
  border-radius: var(--r-media);
  background-color: var(--c-silver);
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.standard {
  padding-top: max(64px, calc(121 * var(--px)));
  padding-bottom: max(64px, calc(102 * var(--px)));
}

.standard__title {
  font-family: var(--ff-display);
  font-size: var(--fs-display-m);
  font-weight: var(--fw-semibold);
  font-stretch: var(--fstretch-display);
  line-height: var(--lh-display);
  text-align: center;
  color: var(--c-blue-700);
}

/* 기준 5개 (Figma는 4개, 2026-09에 "Every threshold published." 추가) → 같은 폭 5열, ◆는 각 열 오른쪽 끝 */
.standard__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: calc(40 * var(--dx));
  margin-top: max(40px, calc(101.24 * var(--px)));
}

.standard__item {
  position: relative;
}

/* 제목·설명 박스 폭은 Figma 값을 글자 크기 기준 em으로 (제목 20px, 설명 16px): 230/177px · 309/331/250px */
.standard__item--1 { --title-w: 11.5em; --text-w: 19.3125em; }
.standard__item--2 { --title-w: 8.85em; --text-w: 20.6875em; }
.standard__item--3 { --title-w: 8.85em; --text-w: 20.6875em; }
.standard__item--4 { --title-w: 8.85em; --text-w: 15.625em; }
.standard__item--5 { --title-w: 8.85em; --text-w: 20.6875em; }

.standard__item-title {
  max-width: min(var(--title-w), 100% - 28px);   /* ◆와 겹치지 않게 */
  font-size: var(--fs-title);
  font-weight: var(--fw-bold);
  line-height: var(--lh-20);
}

.standard__item-text {
  max-width: var(--text-w);
  margin-top: max(12px, calc(31 * var(--px)));
}

.standard__marker {
  position: absolute;
  top: 1px;
  right: 0;
  width: calc(18 * var(--dx));
  height: calc(18 * var(--dx));
}

.standard__marker::before {
  content: "";
  position: absolute;
  inset: 14.644%;              /* 12.728px 정사각형을 45° 회전 → 대각선 18px */
  border-radius: var(--r-marker);
  background: var(--c-blue-700);
  transform: rotate(45deg);
}

/* ---------------------------------------------------------------------
   9. Solutions  (1719 → 2767)
   --------------------------------------------------------------------- */
.section--solutions {
  padding-top: max(64px, calc(105 * var(--px)));
  padding-bottom: max(64px, calc(147 * var(--px)));
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(38 * var(--dx));
  margin-top: max(40px, calc(81 * var(--px)));
}

.solution-card {
  position: relative;
  min-height: calc(519 * var(--dx));
  padding: calc(12 * var(--dx)) calc(9 * var(--dx)) 0;
  border-radius: var(--r-card);
  background: var(--grad-card);
}

/* 카드 전체가 서비스 페이지 링크 (제목 링크를 카드 크기로 늘림) */
.solution-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.solution-card__link:focus-visible {
  outline: none;
}

.solution-card:focus-within {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.solution-card__media {
  aspect-ratio: 302 / 186;
  overflow: hidden;
}

.solution-card__image,
.env-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-out);
}

.solution-card__body {
  padding: calc(20 * var(--dx)) calc(11 * var(--dx)) calc(28 * var(--dx)) calc(12 * var(--dx));   /* 텍스트 박스: 카드 +21px, 폭 279px */
}

.solution-card__title {
  font-size: var(--fs-title);
  font-weight: var(--fw-bold);
  line-height: var(--lh-20);
}

.solution-card__text {
  margin-top: calc(23 * var(--dx));
  margin-bottom: calc(var(--lh-16) * 1em);   /* Figma의 빈 줄 1개 */
}

.solution-card__list {
  padding-left: 1.5em;   /* 24px @ 16px */
}

.solution-card__list li {
  position: relative;
}

/* Figma 불릿: 지름 2.5px 점, 텍스트 13.25px 왼쪽, x-height 중앙 */
.solution-card__list li::before {
  content: "";
  position: absolute;
  top: 0.643em;
  left: -0.828em;
  width: 0.156em;
  height: 0.156em;
  border-radius: 50%;
  background: currentColor;
}

@media (hover: hover) {
  .solution-card:hover .solution-card__image,
  .env-card:hover .env-card__image {
    transform: scale(1.04);
  }
}

/* ---------------------------------------------------------------------
   10. Coverage  (2767 → 3534)
   --------------------------------------------------------------------- */
.section--coverage {
  padding-top: max(64px, calc(105 * var(--px)));
  padding-bottom: max(64px, calc(169 * var(--px)));
}

.coverage {
  display: grid;
  grid-template-columns: 387fr 126fr 387fr 98fr 387fr;   /* Figma 간격 126 / 98px 그대로 */
  max-width: calc(1385 * var(--dx));
  margin-top: max(40px, calc(134.72 * var(--px)));
}

.coverage__col--1 { grid-column: 1; }
.coverage__col--2 { grid-column: 3; }
.coverage__col--3 { grid-column: 5; }

.coverage__title {
  padding-bottom: calc(18 * var(--dx));
  border-bottom: var(--line-w) solid var(--line-ink);
  font-size: var(--fs-title);
  font-weight: var(--fw-bold);
  line-height: var(--lh-20);
}

.spec-list {
  margin-top: calc(8 * var(--dx));
  line-height: var(--lh-200);
}

.spec-list__row {
  display: flex;
  justify-content: space-between;
  gap: calc(16 * var(--dx));
}

.spec-list__term {
  min-width: 0;
  font-weight: var(--fw-semibold);
}

.spec-list__type {
  flex: none;
  text-align: right;
}

/* ---------------------------------------------------------------------
   11. Environments  (3534 → 4766)
   --------------------------------------------------------------------- */
.section--environments {
  padding-top: max(64px, calc(108 * var(--px)));
  padding-bottom: max(72px, calc(167 * var(--px)));
}

.env-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(30 * var(--dx)) calc(34 * var(--dx));
  max-width: calc(1378 * var(--dx));
  margin-top: max(40px, calc(108.36 * var(--px)));
}

.env-card {
  min-height: calc(358 * var(--dx));
  padding: calc(14 * var(--dx)) calc(8 * var(--dx)) calc(26 * var(--dx)) calc(9 * var(--dx));
  border-radius: var(--r-card);
  background: var(--grad-card);
}

.env-card__media {
  position: relative;
  isolation: isolate;
  aspect-ratio: 302 / 221;
  overflow: hidden;
}

.env-card__tint {
  position: absolute;
  inset: 0;
  background-color: var(--c-tint);
  mix-blend-mode: color;
  opacity: var(--tint-opacity, 1);
  pointer-events: none;
}

.env-card__tint--color-100 { --tint-opacity: 1; }
.env-card__tint--color-70 { --tint-opacity: 0.7; }
.env-card__tint--color-50 { --tint-opacity: 0.5; }
.env-card__tint--color-40 { --tint-opacity: 0.4; }
.env-card__tint--overlay-60 { --tint-opacity: 0.6; mix-blend-mode: overlay; }

.env-card__body {
  padding: calc(30 * var(--dx)) 0 0 calc(14 * var(--dx));   /* 텍스트: 카드 +23px */
}

.env-card__title {
  font-size: var(--fs-title);
  font-weight: var(--fw-bold);
  line-height: var(--lh-20);
}

.env-card__text {
  margin-top: calc(23 * var(--dx));
}

/* ---------------------------------------------------------------------
   12. Band — "Volume is easy. Verified is not."  (4766 → 5414)
   --------------------------------------------------------------------- */
.band {
  --visual-size: calc(641 * var(--px));
  position: relative;
  z-index: 1;
  isolation: isolate;
  min-height: calc(648.44 * var(--px));
  color: var(--c-white);
}

.band__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  isolation: isolate;
  overflow: hidden;
  background: var(--grad-band);
}

.band__rings {
  position: absolute;
  top: calc(234 * var(--px));
  left: 50%;
  width: calc(2838 * var(--px));
  max-width: none;
  height: auto;
  transform: translateX(calc(-50% + 38 * var(--px)));   /* 링 중심 x = 998 */
}

.band__grain {
  position: absolute;
  inset: 0;
  background: url("assets/img/texture-noise-tile.webp") 0 0 / var(--tile-band) repeat;
  mix-blend-mode: overlay;
  opacity: 0.5;
}

.band__inner {
  position: relative;
  margin-left: max(var(--gutter), calc(50% - var(--container-band-left)));
  margin-right: max(var(--gutter), calc(50% - var(--container-band-right)));
  padding-top: max(72px, calc(146 * var(--px)));
  padding-bottom: max(72px, calc(169.44 * var(--px)));
}

.band__title {
  max-width: min(10.125em, 100% - var(--visual-size) * 0.5);   /* 810px @ 80px */
  font-family: var(--ff-display);
  font-size: var(--fs-display-xl);
  font-weight: var(--fw-regular);
  font-stretch: var(--fstretch-display);
  line-height: var(--lh-display);
}

.band__text {
  max-width: min(30.5em, 100% - var(--visual-size) - 24 * var(--dx));   /* 732px @ 24px */
  margin-top: max(24px, calc(76.2 * var(--px)));
  font-size: var(--fs-lead);
  font-weight: var(--fw-medium);
  line-height: var(--lh-150);
  letter-spacing: var(--ls-band);
}

/* 벤치마크 수치 4개 + 출처 (Figma에 없음, 2026-09 추가): 본문 아래, 이미지 왼쪽 영역 */
.band {
  --focus: var(--c-accent);   /* 파란 배경 위 포커스 링은 오렌지 */
}

.band__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(32 * var(--dx));
  max-width: min(calc(900 * var(--dx)), 100% - var(--visual-size) - 48 * var(--dx));
  margin-top: max(32px, calc(64 * var(--px)));
}

.band__stat {
  padding-top: calc(20 * var(--dx));
  border-top: var(--line-hair-w) solid rgb(255 255 255 / 0.4);
}

.band__stat-value {
  display: block;
  font-family: var(--ff-display);
  font-size: var(--fs-display-l);
  font-weight: var(--fw-regular);
  font-stretch: var(--fstretch-display);
  line-height: 1;
}

.band__stat-label {
  display: block;
  margin-top: calc(14 * var(--dx));
  font-size: var(--fs-body);
  font-weight: var(--fw-medium);
  line-height: 1.4;
  color: rgb(255 255 255 / 0.85);
}

.band__source {
  margin-top: calc(36 * var(--dx));
  font-size: var(--fs-small);
  line-height: var(--lh-150);
  color: rgb(255 255 255 / 0.75);
}

.band__source-link {
  font-weight: var(--fw-semibold);
  color: var(--c-white);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.band__source-link::after {
  content: "\00a0→";
}

@media (max-width: 1279.98px) {
  .band__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Figma: 641×641 클립 안에 519.946px 라운드 사각 이미지를 -45° 회전 */
.band__visual {
  position: absolute;
  top: calc(77 * var(--px));
  right: 0;
  width: var(--visual-size);
  aspect-ratio: 1;
  overflow: hidden;
}

.band__visual-image {
  position: absolute;
  top: 9.443%;
  left: 9.443%;
  width: 81.114%;
  max-width: none;
  height: 81.114%;
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------------------
   13. Delivery  (5414 → 6163)
   --------------------------------------------------------------------- */
.section--delivery {
  padding-top: max(64px, calc(105.56 * var(--px)));
  padding-bottom: max(64px, calc(143.5 * var(--px)));
}

.delivery {
  max-width: calc(1378 * var(--dx));
  margin-top: max(40px, calc(130.36 * var(--px)));
}

.spec-row {
  display: grid;
  grid-template-columns: 387fr 107fr 387fr 110fr 387fr;   /* 열 시작점 263 / 757 / 1254 */
  border-bottom: var(--line-hair-w) solid var(--line-hair-soft);
}

.spec-row__item:nth-child(1) { grid-column: 1; }
.spec-row__item:nth-child(2) { grid-column: 3; }
.spec-row__item:nth-child(3) { grid-column: 5; }

.spec-row--first { padding-bottom: calc(16 * var(--dx)); }
.spec-row--second { padding-top: calc(29.5 * var(--dx)); padding-bottom: calc(20 * var(--dx)); }

.spec-row__label {
  padding-bottom: calc(22 * var(--dx));
  border-bottom: var(--line-w) solid var(--line-ink);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-16);
  text-transform: uppercase;
  color: var(--c-muted);
}

.spec-row__value {
  max-width: 19.35em;   /* 387px @ 20px */
  margin-top: calc(8 * var(--dx));
  font-size: var(--fs-title);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-200);
}

.spec-row--first .spec-row__value,
.spec-row__value--narrow {
  max-width: 16.9em;   /* 338px @ 20px */
}

.spec-row--second .spec-row__value {
  line-height: 1.45;   /* 29px @ 20px */
}

/* ---------------------------------------------------------------------
   14. Sample  (6163 → 7040)
   --------------------------------------------------------------------- */
.section--sample {
  padding-top: max(64px, calc(94 * var(--px)));
  padding-bottom: max(64px, calc(113 * var(--px)));
}

.sample {
  display: grid;
  grid-template-columns: 689fr 708fr;
  min-height: calc(417 * var(--dx));
  margin-top: max(40px, calc(72 * var(--px)));
}

.sample__media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--r-card);
}

.sample__image,
.security__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sample__tint {
  position: absolute;
  inset: 0;
  background-color: var(--c-tint);
  mix-blend-mode: color;
  opacity: 0.4;
}

.sample__content {
  padding: calc(35 * var(--dx)) calc(53 * var(--dx)) calc(28 * var(--dx)) max(40px, calc(120 * var(--px)));
}

.file-list__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: calc(16 * var(--dx));
  line-height: var(--lh-250);
}

.file-list__row + .file-list__row::before {
  content: "";
  position: absolute;
  top: calc(2.5 * var(--dx));
  left: 0;
  right: 0;
  border-top: var(--line-hair-w) solid var(--line-hair);
}

.file-list__name {
  font-weight: var(--fw-semibold);
}

.file-list__desc {
  text-align: right;
}

.sample__cta {
  margin-top: calc(33 * var(--dx));
  margin-left: max(0px, calc(161 * var(--px)));
}

/* ---------------------------------------------------------------------
   15. Security & governance  (7040 → 7856)
   --------------------------------------------------------------------- */
.section--security {
  padding-top: max(64px, calc(94 * var(--px)));
  padding-bottom: max(64px, calc(102 * var(--px)));
}

.security {
  display: grid;
  grid-template-columns: 716fr 681fr;
  min-height: calc(426 * var(--dx));
  margin-top: max(40px, calc(97.36 * var(--px)));
}

.security__list {
  display: grid;
  grid-auto-rows: minmax(calc(63 * var(--dx)), auto);
  align-content: start;
  padding: calc(48 * var(--dx)) calc(27 * var(--dx)) 0 calc(42 * var(--dx));
}

.security__item {
  max-width: 32.35em;   /* 647px @ 20px */
  font-size: var(--fs-title);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-list);
}

.security__item--regular {
  font-weight: var(--fw-regular);
}

.security__media {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-card);
}

/* ---------------------------------------------------------------------
   16. Engagement  (7856 → 9068)
   --------------------------------------------------------------------- */
.section--engagement {
  padding-top: max(64px, calc(94 * var(--px)));
  padding-bottom: max(72px, calc(177 * var(--px)));
}

.steps {
  display: grid;
  grid-template-columns: 396fr 403fr 342fr 239fr;   /* 열 시작점 270 / 666 / 1069 / 1411 */
  margin-top: max(32px, calc(59.72 * var(--px)));
  padding-block: calc(46 * var(--dx)) calc(47 * var(--dx));
  border-block: var(--line-hair-w) solid var(--line-hair-soft);
}

.steps__num {
  line-height: var(--lh-200);
}

.steps__title {
  margin-top: calc(12 * var(--dx));
  font-size: var(--fs-title);
  font-weight: var(--fw-bold);
  line-height: var(--lh-20);
}

.steps__text {
  max-width: 16.75em;   /* 268px @ 16px */
  margin-top: calc(19 * var(--dx));
  line-height: var(--lh-150);
}

.steps__item:last-child .steps__text {
  margin-right: -1.8125em;   /* Figma 텍스트 박스(268px)가 마지막 열보다 29px 넓음 */
}

.engagement {
  display: grid;
  grid-template-columns: minmax(0, 618fr) minmax(0, 683fr);
  align-items: start;
  column-gap: max(32px, calc(79 * var(--px)));
  margin-top: max(32px, calc(42.75 * var(--px)));
}

.pilot-list {
  padding-top: calc(37 * var(--dx));
}

.pilot-list__item {
  display: grid;
  grid-template-columns: calc(47 * var(--dx)) minmax(0, 1fr);
  padding: calc(25 * var(--dx)) 0 calc(19 * var(--dx)) calc(12 * var(--dx));   /* 행 간격 101px (Figma 101 / 101 / 97 → 101로 통일) */
  border-bottom: var(--line-hair-w) solid var(--line-hair-soft);
}

.pilot-list__item:first-child { padding-top: 0; }
.pilot-list__item:last-child { border-bottom: 0; }

.pilot-list__letter {
  grid-row: span 2;
  line-height: calc(var(--fs-title) * var(--lh-20));   /* 제목 첫 줄과 세로 중심 맞춤 */
}

.pilot-list__title {
  font-size: var(--fs-title);
  font-weight: var(--fw-bold);
  line-height: var(--lh-20);
}

.pilot-list__meta {
  margin-top: calc(8 * var(--dx));
  line-height: var(--lh-150);
}

.scope-form {
  padding: calc(28 * var(--dx)) calc(44 * var(--dx)) calc(34 * var(--dx)) calc(49 * var(--dx));
  border-radius: var(--r-card);
  background: var(--grad-panel);
}

.scope-form__row--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(16 * var(--dx)) calc(28 * var(--dx));
}

.scope-form__row + .scope-form__row { margin-top: calc(16 * var(--dx)); }
.scope-form__row + .scope-form__row--spaced { margin-top: calc(22 * var(--dx)); }

.scope-form__label {
  display: block;
  margin-bottom: calc(10 * var(--dx));
  line-height: var(--lh-150);
}

.scope-form__control {
  display: block;
  width: 100%;
  height: max(2.25rem, calc(44 * var(--dx)));
  padding: calc(8 * var(--dx)) calc(13 * var(--dx));
  border: 0;
  border-radius: var(--r-field);
  background-color: var(--c-white);
  font-weight: var(--fw-medium);
  line-height: var(--lh-150);
  transition: box-shadow var(--dur-fast) var(--ease-out);
}

.scope-form__control:focus-visible {
  outline: 2px solid var(--c-blue-700);
  outline-offset: 2px;
}

.scope-form__control:user-invalid {
  box-shadow: inset 0 0 0 1px var(--c-error);
}

.scope-form__control--select {
  padding-block: calc(6 * var(--dx)) calc(10 * var(--dx));   /* select 텍스트는 세로 중앙 정렬 → Figma 텍스트 위치(+8px, 24px 줄)에 맞춤 */
  padding-right: calc(40 * var(--dx));
  -webkit-appearance: none;
  appearance: none;
  background: var(--c-white) url("assets/svg/icon-chevron-down.svg") no-repeat right calc(12 * var(--dx)) center / calc(14 * var(--dx)) calc(7 * var(--dx));
  cursor: pointer;
}

.scope-form__control--textarea {
  height: calc(106 * var(--dx));
  resize: none;   /* Figma에 없는 리사이즈 핸들 숨김 (내용이 넘치면 스크롤) */
}

.scope-form__submit {
  margin-top: calc(31 * var(--dx));
}

.scope-form__status {
  margin-top: 12px;
  font-size: var(--fs-small);
  color: var(--c-blue-700);
}

.scope-form__status:empty {
  margin-top: 0;
}

.scope-form__status[data-state="error"] {
  color: var(--c-error);
}

.btn:disabled {
  opacity: 0.6;
  cursor: progress;
}

/* ---------------------------------------------------------------------
   17. Footer  (9068 → 9568)
   --------------------------------------------------------------------- */
.site-footer {
  --focus: var(--c-accent);
  background-color: var(--c-footer);
  color: var(--c-white);
}

.site-footer__inner {
  width: min(100% - 2 * var(--gutter), var(--container-footer));
  margin-left: max(var(--gutter), calc(50% - var(--container-footer-left)));
  padding-top: max(64px, calc(154 * var(--px)));
  padding-bottom: max(40px, calc(71 * var(--px)));
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 783fr) minmax(0, 286fr) minmax(0, 287fr) minmax(max-content, 156fr);   /* 열 시작점 167 / 950 / 1236 / 1523 */
  padding-bottom: calc(67 * var(--dx));
  border-bottom: var(--line-hair-w) solid var(--line-hair-inverse);
}

.site-footer__name {
  font-size: var(--fs-title);
  font-weight: var(--fw-bold);
  line-height: var(--lh-20);
}

.site-footer__tagline {
  margin-top: calc(24 * var(--dx));
  color: var(--c-silver);
}

.site-footer__title {
  font-size: var(--fs-body);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-16);
  text-transform: uppercase;
  color: var(--c-muted);
}

.site-footer__list {
  margin-top: calc(28 * var(--dx));
  line-height: var(--lh-150);
}

.site-footer__link {
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat;
  transition: background-size var(--dur-base) var(--ease-out);
}

.site-footer__link:hover,
.site-footer__link:focus-visible {
  background-size: 100% 1px;
}

/* 지금 보고 있는 페이지 (Privacy · Terms) */
.site-footer__link[aria-current="page"] {
  background-size: 100% 1px;
  color: var(--c-white);
}

.site-footer__email {
  display: inline-block;
  margin-top: calc(40 * var(--dx));
  font-style: italic;
  font-weight: var(--fw-medium);
  line-height: var(--lh-150);
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(8 * var(--dx)) calc(24 * var(--dx));
  padding-top: calc(30.75 * var(--dx));
  font-size: var(--fs-small);
  line-height: var(--lh-14);
  color: var(--c-muted);
}

/* ---------------------------------------------------------------------
   18. Motion — scroll reveal / parallax
   JS가 없거나 모션 줄이기 설정이면 모든 요소가 처음부터 보입니다.
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  .js [data-reveal] {
    opacity: 0;
    transform: translate3d(0, var(--reveal-shift), 0);
    transition:
      opacity var(--dur-slow) var(--ease-out) var(--reveal-delay, 0ms),
      transform var(--dur-slow) var(--ease-out) var(--reveal-delay, 0ms);
  }

  .js [data-reveal-variant="scale"] {
    transform: scale(0.94);
  }

  .js [data-reveal].is-inview {
    opacity: 1;
    transform: none;
  }

  [data-reveal-order="1"] { --reveal-delay: calc(var(--stagger) * 1); }
  [data-reveal-order="2"] { --reveal-delay: calc(var(--stagger) * 2); }
  [data-reveal-order="3"] { --reveal-delay: calc(var(--stagger) * 3); }
  [data-reveal-order="4"] { --reveal-delay: calc(var(--stagger) * 4); }
  [data-reveal-order="5"] { --reveal-delay: calc(var(--stagger) * 5); }
}

/* 스크롤 연동 패럴랙스(지원 브라우저에서만, 데스크톱에서만) — 밴드 이미지 */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) and (min-width: 1024px) {
    .band__visual {
      animation: band-float linear both;
      animation-timeline: view();
      animation-range: cover 0% cover 100%;
    }

    @keyframes band-float {
      from { translate: 0 calc(28 * var(--px)); }
      to { translate: 0 calc(-28 * var(--px)); }
    }
  }
}

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

/* ---------------------------------------------------------------------
   19. Responsive
   1024~ : Figma 1920 프레임을 화면 폭에 비례해 표시 (양옆 여백 13.7% 유지)
           글자는 최소 크기가 있어 좁은 노트북에서는 비례보다 조금 커지고, 아래 규칙으로 단 수만 조정
   Tablet 768~1023 / Mobile ~767
   --------------------------------------------------------------------- */

/* 1280 미만: 4단 카드는 2단, 검증 기준은 균등 4열 */
@media (max-width: 1279.98px) {
  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .solution-card {
    min-height: 0;
  }

  .solution-card__body {
    padding-right: 20px;
  }

  .standard__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));   /* 좁은 노트북: 기준 5개를 3 + 2로 */
    row-gap: 48px;
  }
}

/* 1440 미만(노트북): Coverage 2단, 긴 텍스트 여유 확보 */
@media (max-width: 1439.98px) {
  .standard__list {
    column-gap: 24px;
  }

  .coverage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 48px;
    max-width: none;
  }

  .coverage__col--1,
  .coverage__col--2,
  .coverage__col--3 {
    grid-column: auto;
  }

  .security__item {
    padding-bottom: 12px;   /* 줄바꿈이 늘어나도 항목 사이 간격 유지 */
  }

  .env-grid {
    column-gap: max(20px, calc(34 * var(--px)));
  }

  .env-card {
    min-height: 0;
  }

  .sample {
    grid-template-columns: 2fr 3fr;
  }

  .sample__content {
    padding: calc(35 * var(--dx)) calc(40 * var(--dx)) calc(28 * var(--dx)) calc(48 * var(--dx));
  }

  .site-footer__top {
    grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(0, 1fr)) max-content;
    column-gap: 32px;
  }
}

/* Tablet 이하: GNB → 햄버거, 2단 재배치
   헤더는 모바일 시안 배치(햄버거 왼쪽 · 로고 가운데 · CTA 오른쪽) — 데스크톱의 GNB 자리에 햄버거가 오는 모양 */
@media (max-width: 1023.98px) {
  .site-header__inner {
    align-items: center;
    padding: 12px var(--gutter);
  }

  .gnb {
    display: none;
  }

  .site-header__logo {
    top: 50%;
    display: flex;
    align-items: center;
    min-height: 44px;   /* 터치 영역 44px 확보 */
    transform: translate(-50%, -50%);
  }

  .site-header__logo img {
    width: 155px;
  }

  .site-header__cta {
    margin-left: auto;
  }

  .menu-toggle {
    display: block;
    order: -1;
    margin: 0 0 0 -14px;   /* 아이콘(16px)의 왼쪽 끝을 여백선에 맞춤 */
  }

  /* 벤치마크 배지: 헤더와 eyebrow 사이가 좁아 제자리(eyebrow 위)에 놓고 히어로를 그만큼 내림 */
  .hero {
    --hero-pad: calc(var(--header-h) + 20px);
  }

  .hero__proof {
    position: static;
    gap: 6px 10px;
    margin: 0 auto 28px;
    font-size: 13px;
    translate: none;
  }

  .hero__proof-label {
    font-size: 11px;
  }

  .band__stats {
    max-width: 732px;
  }

  .hero__title,
  .band__title,
  .section-head__title,
  .standard__title {
    text-wrap: balance;
  }

  .hero__lead br {
    display: none;
  }

  .standard__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 32px;
  }

  .standard__item--5 {
    grid-column: 1 / -1;   /* 2단에서는 다섯 번째 기준이 한 줄 전체 */
  }

  .coverage {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .env-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  /* 밴드: 텍스트 아래에 이미지, 아래 섹션으로 11%가 걸쳐 내려감 (데스크톱과 같은 비율) */
  .band {
    --visual-size: min(440px, 78vw);
    --visual-overlap: calc(var(--visual-size) * 0.109);
    min-height: 0;
  }

  .band__inner {
    display: flow-root;   /* 이미지의 음수 margin이 밖으로 새지 않게 → 밴드 하단이 이미지 11% 위에서 끝남 */
    padding-bottom: 0;
  }

  .band__title { max-width: 810px; }
  .band__text { max-width: 732px; }

  .band__visual {
    position: relative;
    top: auto;
    right: auto;
    margin: 48px auto calc(-1 * var(--visual-overlap));
  }

  .band + .section--delivery,
  .band + .section--after-band {
    padding-top: calc(64px + min(440px, 78vw) * 0.109);
  }

  .spec-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding-block: 28px;
  }

  .spec-row--first {
    padding-top: 0;
  }

  .spec-row__item:nth-child(n) {
    grid-column: auto;
  }

  .spec-row__value,
  .spec-row--first .spec-row__value,
  .spec-row__value--narrow {
    max-width: none;
  }

  .spec-row--first .spec-row__value {
    line-height: 1.45;
  }

  .panel {
    width: 100%;
    margin-inline-start: 0;
  }

  .sample,
  .security {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .sample__media {
    aspect-ratio: 689 / 417;
  }

  .sample__content {
    padding: 28px 24px 32px;
  }

  .sample__cta {
    margin-left: 0;
  }

  .security__list {
    grid-auto-rows: auto;
    gap: 20px;
    padding: 32px 24px;
  }

  .security__item {
    padding-bottom: 0;
  }

  .security__media {
    aspect-ratio: 681 / 426;
  }

  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 32px;
    padding-block: 36px;
  }

  .steps__item:last-child .steps__text {
    margin-right: 0;
  }

  .engagement {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }

  .pilot-list {
    padding-top: 0;
  }

  .site-footer__top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 48px;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .hero__actions {
    flex-direction: column;
    align-items: center;
  }

  .hero__actions .btn {
    width: 100%;
    max-width: 360px;
    min-width: 0;
  }


  .hero__media {
    aspect-ratio: 4 / 3;
  }

  .btn {
    min-width: min(var(--btn-min-w, 0px), 100%);   /* Figma 최소 폭(260~297px)이 320 화면에서 부모보다 넓어지지 않게 */
    height: 48px;
    font-size: var(--fs-body);
  }

  .standard__list,
  .solution-grid,
  .coverage,
  .steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .standard__list {
    gap: 32px;
  }

  .env-grid {
    gap: 12px;
  }

  .env-card {
    padding: 8px 8px 18px;
  }

  .env-card__body {
    padding: 16px 4px 0;
  }

  .env-card__title {
    font-size: var(--fs-body);
  }

  .env-card__text {
    margin-top: 6px;
    font-size: var(--fs-small);
  }

  .spec-list {
    line-height: var(--lh-150);
  }

  .spec-list__row {
    gap: 12px;
    padding-block: 4px;
  }

  .file-list__row {
    flex-direction: column;
    gap: 0;
    padding-block: 8px;
    line-height: var(--lh-150);
  }

  .file-list__row + .file-list__row::before {
    top: 0;
  }

  .file-list__desc {
    text-align: left;
    color: var(--c-muted);
  }

  .sample__cta,
  .scope-form__submit {
    width: 100%;
    min-width: 0;
  }

  .pilot-list__item {
    grid-template-columns: 32px minmax(0, 1fr);
    padding-left: 0;
  }

  .scope-form {
    padding: 24px 20px 28px;
  }

  .scope-form__row--split {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    padding-bottom: 40px;
  }

  .site-footer__col:last-child {
    grid-column: 1 / -1;
  }

  .site-footer__list li,
  .site-footer__list .site-footer__link,
  .site-footer__email {
    display: flex;
    align-items: center;
    min-height: 44px;
  }

  .site-footer__list .site-footer__link,
  .site-footer__email {
    background-position: 0 calc(50% + 0.75em);   /* 44px 터치 영역 안에서 밑줄을 글자 바로 아래에 */
  }

  .site-footer__list {
    margin-top: 12px;
  }

  .site-footer__email {
    margin-top: 8px;
  }

  .site-footer__bottom {
    flex-direction: column;
    padding-top: 24px;
  }

  .site-footer__legal .site-footer__link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    background-position: 0 calc(50% + 0.65em);   /* 44px 터치 영역 안에서 밑줄을 글자 바로 아래에 */
  }
}

/* ---------------------------------------------------------------------
   20. Page hero (모든 하위 페이지 공통) + Legal pages — privacy.html / terms.html
   .page-hero: 짧은 파란 히어로. 하위 페이지 전용 추가 규칙(버튼 줄, 404)은 21번에 있습니다.
   Legal: 메인과 같은 헤더·푸터 + 히어로 + 목차 + 본문.
   1280 이상: 목차를 왼쪽 열(Solutions 카드 1열 폭 302)에 고정, 본문은 2열 시작점부터
   1280 미만: 목차(접었다 펴기) → 본문 한 단, 읽기 폭 최대 736px
   --------------------------------------------------------------------- */
.page-hero {
  --focus: var(--c-accent);   /* 파란 배경 위 포커스 링은 오렌지 */
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: max(calc(var(--header-h) + 40px), calc(196 * var(--px))) max(56px, calc(100 * var(--px)));
  color: var(--c-white);
  text-align: center;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: var(--grad-menu);
}

.page-hero__rings {
  position: absolute;
  top: calc(96 * var(--px));
  left: 50%;
  width: calc(2838 * var(--px));
  max-width: none;
  height: auto;
  transform: translateX(-50%);
}

.page-hero__grain {
  position: absolute;
  inset: 0;
  background: url("assets/img/texture-noise-tile.webp") 0 0 / var(--tile-hero) repeat;
  mix-blend-mode: overlay;
  opacity: 0.5;
}

.page-hero__title {
  max-width: 17em;
  margin: max(12px, calc(23.776 * var(--px))) auto 0;
  font-family: var(--ff-display);
  font-size: var(--fs-display-page);
  font-weight: var(--fw-regular);
  font-stretch: var(--fstretch-display);
  line-height: var(--lh-display);
  text-wrap: balance;
}

.page-hero__lead {
  max-width: 40em;
  margin: max(20px, calc(44 * var(--px))) auto 0;
  font-size: var(--fs-body-l);
  font-weight: var(--fw-medium);
  line-height: 1.4;   /* 하위 페이지는 리드가 2~3줄이라 메인(1.2)보다 조금 넓게 */
  letter-spacing: var(--ls-lead);
}

.page-hero__meta {
  margin-top: max(8px, calc(14 * var(--px)));
  font-size: var(--fs-small);
  line-height: var(--lh-150);
  color: var(--c-blue-200);
}

.legal {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: max(32px, calc(48 * var(--px)));
  max-width: 46rem;
  padding-block: max(40px, calc(96 * var(--px))) max(80px, calc(168 * var(--px)));
}

/* 목차 — JS가 있으면 1280 미만에서 버튼으로 접었다 펴고, 없으면 항상 펼쳐 둠 */
.legal__toc {
  padding: 4px 20px;
  border-radius: var(--r-card);
  background: var(--grad-panel);
  font-size: max(0.875rem, calc(15 * var(--dx)));
  line-height: var(--lh-150);
}

.legal__toc-title {
  font-size: inherit;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--c-muted);
}

.legal__toc-label {
  display: block;
  padding-block: 12px 4px;
}

.legal__toc-toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 0;
  border: 0;
  background: none;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.legal__toc-toggle::after {
  content: "";
  width: 14px;
  height: 7px;
  background: url("assets/svg/icon-chevron-down.svg") no-repeat center / contain;
  opacity: 0.6;
  transition: transform var(--dur-base) var(--ease-out);
}

.legal__toc--open .legal__toc-toggle::after {
  transform: rotate(180deg);
}

.legal__toc-list {
  padding-bottom: 14px;
}

.legal__toc-link {
  display: flex;
  gap: 0.75em;
  padding-block: 7px;
  color: var(--c-ink);
  transition:
    color var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out);
}

.legal__toc-num {
  flex: none;
  min-width: 1.5em;
  font-weight: var(--fw-semibold);
  font-variant-numeric: tabular-nums;
  color: var(--c-blue-700);
}

@media (hover: hover) {
  .legal__toc-link:hover {
    color: var(--c-blue-700);
  }
}

@media (max-width: 1279.98px) {
  .js .legal__toc-toggle { display: flex; }
  .js .legal__toc-label { display: none; }
  .js .legal__toc:not(.legal__toc--open) .legal__toc-list { display: none; }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .legal__toc-list {
    columns: 2;
    column-gap: 32px;
  }

  .legal__toc-list li {
    break-inside: avoid;
  }
}

/* 본문 */
.legal__body {
  font-size: max(1rem, calc(17 * var(--px)));
  line-height: 1.7;
  text-wrap: pretty;   /* 마지막 줄에 한 단어만 남지 않게 (지원 브라우저) */
}

.legal__body a {
  color: var(--c-blue-700);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

@media (hover: hover) {
  .legal__body a:hover {
    text-decoration-thickness: 2px;
  }
}

.legal__body strong {
  font-weight: var(--fw-semibold);
}

.legal__intro {
  font-size: max(1.0625rem, calc(20 * var(--px)));
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.legal__summary {
  margin-top: max(28px, calc(40 * var(--px)));
  padding: max(20px, calc(30 * var(--dx))) max(20px, calc(36 * var(--dx))) max(22px, calc(32 * var(--dx)));
  border-radius: var(--r-card);
  background: var(--grad-panel);
}

.legal__summary-title {
  font-family: var(--ff-display);
  font-size: max(0.875rem, calc(16 * var(--px)));
  font-weight: var(--fw-semibold);
  font-stretch: var(--fstretch-eyebrow);
  line-height: var(--lh-eyebrow);
  text-transform: uppercase;
  color: var(--c-blue-700);
}

.legal__summary-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.legal__summary-item {
  position: relative;
  padding-left: 1.6em;
}

/* 검증 기준 섹션의 ◆ 마커와 같은 모양 */
.legal__summary-item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 2px;
  background: var(--c-blue-700);
  transform: rotate(45deg);
}

.legal__section {
  margin-top: max(44px, calc(72 * var(--px)));
  padding-top: max(28px, calc(44 * var(--px)));
  border-top: var(--line-hair-w) solid var(--line-hair-soft);
  scroll-margin-top: calc(var(--header-h) + 16px);   /* 목차로 이동할 때 고정 헤더에 가리지 않게 (Lenis도 이 값을 따름) */
}

.legal__section > * + * {
  margin-top: 1em;
}

.legal__heading {
  display: flex;
  align-items: baseline;
  gap: 0.55em;
  font-family: var(--ff-display);
  font-size: max(1.375rem, calc(30 * var(--px)));
  font-weight: var(--fw-semibold);
  font-stretch: var(--fstretch-display);
  line-height: 1.12;
  color: var(--c-blue-700);
  text-wrap: balance;
}

.legal__num {
  flex: none;
  font-size: 0.6em;
  font-variant-numeric: tabular-nums;
  color: var(--c-muted);
}

.legal__subheading {
  font-size: var(--fs-title);
  font-weight: var(--fw-bold);
  line-height: var(--lh-20);
}

.legal__section > * + .legal__subheading { margin-top: 1.6em; }
.legal__section > .legal__subheading + * { margin-top: 0.5em; }
.legal__section > .legal__heading + * { margin-top: max(18px, calc(28 * var(--px))); }

.legal__list {
  padding-left: 1.25em;
  list-style: disc;
}

.legal__list > li + li {
  margin-top: 0.4em;
}

.legal__list > li::marker {
  color: var(--c-blue-700);
}

/* 개인정보를 받는 곳 카드 */
.legal__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: max(12px, calc(16 * var(--dx)));
}

.legal__card {
  padding: max(18px, calc(24 * var(--dx)));
  border: var(--line-hair-w) solid var(--line-hair-soft);
  border-radius: var(--r-card);
}

.legal__card-title {
  font-size: 1em;
  font-weight: var(--fw-bold);
  line-height: 1.4;
}

.legal__card-meta {
  margin-top: 0.75em;
  font-size: 0.875em;
  line-height: 1.5;
}

.legal__card-row + .legal__card-row {
  margin-top: 0.6em;
}

.legal__card-label {
  font-size: 0.8125em;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--c-muted);
}

.legal__contact {
  border-top: var(--line-hair-w) solid var(--line-hair-soft);
}

.legal__contact-row {
  display: grid;
  grid-template-columns: minmax(0, 9em) minmax(0, 1fr);
  column-gap: 24px;
  padding-block: 12px;
  border-bottom: var(--line-hair-w) solid var(--line-hair-soft);
}

.legal__contact-label {
  font-weight: var(--fw-semibold);
  color: var(--c-muted);
}

/* 1280 이상: 목차는 왼쪽 열에 고정, 지금 읽는 항목 표시 */
@media (min-width: 1280px) {
  .legal {
    grid-template-columns: max(220px, calc(302 * var(--dx))) minmax(0, 1fr);   /* 좁은 노트북에서 목차 줄바꿈 줄이기 */
    column-gap: calc(95.33 * var(--dx));   /* 1920 기준 본문이 Solutions 2열 시작점(397)에서 시작 */
    align-items: start;
    max-width: none;
  }

  .legal__toc {
    padding: 0;
    border-radius: 0;
    background: none;
  }

  .legal__toc-label {
    padding-block: 0;
  }

  .legal__toc-list {
    margin-top: calc(18 * var(--dx));
    padding-bottom: 0;
    border-left: var(--line-hair-w) solid var(--line-hair-soft);
  }

  .legal__toc-link {
    margin-left: calc(-1 * var(--line-hair-w));
    padding: calc(7 * var(--dx)) 0 calc(7 * var(--dx)) calc(20 * var(--dx));
    border-left: 2px solid transparent;
    color: var(--c-muted);
  }

  .legal__toc-link[aria-current="true"] {
    border-left-color: var(--c-blue-700);
    color: var(--c-blue-700);
  }

  .legal__body {
    max-width: 46em;
  }
}

@media (min-width: 1280px) and (min-height: 640px) {
  .legal__toc {
    position: sticky;
    top: calc(var(--header-h) + 24px);
  }
}

@media (max-width: 767.98px) {
  .legal__toc-link {
    align-items: center;
    min-height: 44px;
    padding-block: 4px;
  }

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

  .legal__contact-row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2px;
  }
}

/* 인쇄: 머리글·바닥글·목차 없이 본문만 */
@media print {
  .skip-link,
  .site-header,
  .mobile-menu,
  .site-footer,
  .legal__toc,
  .page-hero__bg {
    display: none !important;
  }

  .js [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .page-hero {
    padding: 0 0 12pt;
    color: var(--c-ink);
    text-align: left;
  }

  .page-hero .eyebrow,
  .page-hero__meta {
    text-align: left;
    color: var(--c-muted);
  }

  .page-hero__lead {
    margin-inline: 0;
  }

  .legal {
    display: block;
    width: auto;
    max-width: none;
    padding: 0;
  }

  .legal__body {
    max-width: none;
    font-size: 10.5pt;
  }

  .legal__heading {
    break-after: avoid;
  }

  .legal__card {
    break-inside: avoid;
  }
}

/* ---------------------------------------------------------------------
   21. Subpages — Solutions 4종 · Coverage · Delivery · Sample · Security · Engagement · About · Contact · 404
   메인 블록(section-head, spec-row, steps, pilot-list, env-card, band, standard, panel, scope-form)을
   그대로 쓰고, 여기에는 하위 페이지에만 필요한 블록과 변형만 둡니다. 단위는 메인과 같은 --dx / --px.
   --------------------------------------------------------------------- */

/* 페이지 히어로: 버튼 줄, 404용 화면 높이 */
.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px max(12px, calc(21.33 * var(--px)));
  margin-top: max(28px, calc(52 * var(--px)));
}

.page-hero--full {
  display: flex;
  align-items: center;
  min-height: max(520px, 78vh);
}

/* 섹션 간격 · 소개 문장 · 화살표 링크 */
.section--page {
  padding-top: max(64px, calc(112 * var(--px)));
  padding-bottom: max(64px, calc(128 * var(--px)));
}

.section-head__desc--page {
  max-width: 36em;
  margin-top: max(20px, calc(40 * var(--px)));
  line-height: 1.4;
}

.text-link {
  display: inline-block;
  margin-top: calc(20 * var(--dx));
  padding-block: 4px;   /* 누르는 영역 24px 이상 */
  font-weight: var(--fw-semibold);
  color: var(--c-blue-700);
  background: linear-gradient(currentColor, currentColor) 0 calc(100% - 4px) / 100% 1px no-repeat;
  transition: background-size var(--dur-base) var(--ease-out);
}

.text-link::after {
  content: "\00a0→";   /* 줄바꿈 없는 공백: 모바일(inline-flex)에서도 글자와 화살표 사이가 붙지 않게 */
}

@media (hover: hover) {
  .text-link:hover {
    background-size: 0 1px;
  }
}

/* 특징 목록: 검은 선 + ◆ 마커 (검증 기준 섹션과 같은 마커) */
.feature-grid {
  --cols: 3;
  display: grid;
  grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
  gap: max(32px, calc(56 * var(--dx))) max(24px, calc(38 * var(--dx)));
  margin-top: max(40px, calc(81 * var(--px)));
}

.feature-grid--2 { --cols: 2; }
.feature-grid--4 { --cols: 4; }

.feature-grid__item {
  position: relative;
  padding-top: calc(28 * var(--dx));
  border-top: var(--line-w) solid var(--line-ink);
}

.feature-grid__item::after {
  content: "";
  position: absolute;
  top: calc(28 * var(--dx) + var(--fs-title) * 0.6 - 6.364 * var(--dx));
  right: calc(2.6 * var(--dx));
  width: calc(12.728 * var(--dx));
  height: calc(12.728 * var(--dx));
  border-radius: var(--r-marker);
  background: var(--c-blue-700);
  transform: rotate(45deg);
}

.feature-grid__title {
  padding-right: calc(32 * var(--dx));
  font-size: var(--fs-title);
  font-weight: var(--fw-bold);
  line-height: var(--lh-20);
}

.feature-grid__text {
  max-width: 26em;
  margin-top: max(12px, calc(19 * var(--dx)));
  line-height: var(--lh-150);
}

/* 스펙 줄(Delivery와 같은 모양) + 설명 문장 */
.spec-row--page {
  margin-top: max(40px, calc(81 * var(--px)));
  padding-bottom: calc(32 * var(--dx));
}

.spec-row--page .spec-row__value {
  max-width: none;
  margin-top: calc(18 * var(--dx));
  line-height: 1.45;
}

.spec-row__text {
  max-width: 24em;
  margin-top: calc(12 * var(--dx));
  line-height: var(--lh-150);
}

.spec-row__text a {
  color: var(--c-blue-700);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* 항목 · 분류 · 설명 3칸 표 (Coverage, Sample 파일 목록) */
.detail-list {
  margin-top: max(40px, calc(81 * var(--px)));
  border-top: var(--line-w) solid var(--line-ink);
}

.detail-list__row {
  display: grid;
  grid-template-columns: minmax(0, 387fr) minmax(0, 200fr) minmax(0, 807fr);
  align-items: baseline;
  column-gap: calc(24 * var(--dx));
  padding-block: calc(20 * var(--dx));
  border-bottom: var(--line-hair-w) solid var(--line-hair-soft);
}

.detail-list__term {
  font-size: var(--fs-title);
  font-weight: var(--fw-semibold);
  line-height: 1.45;
}

.detail-list__type {
  color: var(--c-muted);
}

.detail-list__desc {
  line-height: var(--lh-150);
}

/* 목록 아래 한 줄 설명 */
.section-note {
  max-width: 48em;
  margin-top: calc(24 * var(--dx));
  line-height: var(--lh-150);
  color: var(--c-muted);
}

.section-note strong {
  color: var(--c-ink);
}

.detail-list--files {
  margin-top: calc(18 * var(--dx));
}

.detail-list--files .detail-list__row {
  grid-template-columns: minmax(0, 15.5em) minmax(0, 1fr);
  padding-block: calc(12 * var(--dx));
}

.detail-list--files .detail-list__term {
  font-size: inherit;
  line-height: var(--lh-150);
  overflow-wrap: anywhere;
}

/* 단계: 메인 Engagement 단계와 같은 모양, 열만 균등하게 */
.steps--page {
  margin-top: max(40px, calc(81 * var(--px)));
}

.steps--even,
.steps--3,
.steps--5 {
  column-gap: calc(38 * var(--dx));
}

.steps--even { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.steps--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.steps--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.steps--even .steps__item:last-child .steps__text,
.steps--3 .steps__item:last-child .steps__text,
.steps--5 .steps__item:last-child .steps__text {
  margin-right: 0;
}

/* 글 + 이미지 패널 (메인 Security·Sample 패널과 같은 비율) */
.media-panel {
  display: grid;
  grid-template-columns: 716fr 681fr;
  min-height: calc(426 * var(--dx));
  margin-top: max(40px, calc(81 * var(--px)));
}

.media-panel--reverse {
  grid-template-columns: 689fr 708fr;
}

.media-panel--reverse .media-panel__media {
  order: -1;
}

/* .info-panel: 이미지 없는 안내 패널 (Engagement) — 글 부분은 media-panel과 같은 모양 */
.media-panel__content,
.info-panel {
  padding: calc(44 * var(--dx)) calc(48 * var(--dx)) calc(44 * var(--dx)) calc(42 * var(--dx));
}

.media-panel__title,
.info-panel__title {
  font-size: var(--fs-title);
  font-weight: var(--fw-bold);
  line-height: var(--lh-20);
}

.media-panel__title:not(:first-child),
.info-panel__title:not(:first-child) {
  margin-top: calc(36 * var(--dx));
}

.media-panel__text,
.info-panel__text {
  max-width: 34em;
  margin-top: calc(14 * var(--dx));
  line-height: var(--lh-150);
}

.media-panel__media {
  position: relative;
  isolation: isolate;
  min-height: 240px;
  overflow: hidden;
  border-radius: var(--r-card);
}

.media-panel__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-panel__tint {
  position: absolute;
  inset: 0;
  background-color: var(--c-tint);
  mix-blend-mode: color;
  opacity: 0.4;
}

.media-panel .btn {
  margin-top: calc(32 * var(--dx));
}

/* ◆ 목록 (패널 안) */
.check-list {
  margin-top: calc(16 * var(--dx));
}

.check-list__item {
  position: relative;
  padding: calc(10 * var(--dx)) 0 calc(10 * var(--dx)) 1.6em;
  border-top: var(--line-hair-w) solid var(--line-hair-soft);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-150);
}

.check-list__item:last-child {
  border-bottom: var(--line-hair-w) solid var(--line-hair-soft);
}

.check-list__item::before {
  content: "";
  position: absolute;
  top: calc(10 * var(--dx) + 0.5em);
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 2px;
  background: var(--c-blue-700);
  transform: rotate(45deg);
}

/* 다른 서비스 카드 (카드 전체가 링크) */
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(38 * var(--dx));
  margin-top: max(40px, calc(72 * var(--px)));
}

.related-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: calc(20 * var(--dx));
  padding: calc(12 * var(--dx)) calc(12 * var(--dx)) calc(24 * var(--dx));
  border-radius: var(--r-card);
  background: var(--grad-card);
}

.related-card__media {
  aspect-ratio: 302 / 186;
  overflow: hidden;
  border-radius: calc(3 * var(--dx));
}

.related-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-out);
}

.related-card__body {
  padding-inline: calc(8 * var(--dx));
}

.related-card__title {
  font-size: var(--fs-title);
  font-weight: var(--fw-bold);
  line-height: var(--lh-20);
}

.related-card__title::after {
  content: " →";
  color: var(--c-blue-700);
}

.related-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.related-card__link:focus-visible {
  outline: none;
}

.related-card:focus-within {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.related-card__text {
  margin-top: calc(10 * var(--dx));
  line-height: var(--lh-150);
}

@media (hover: hover) {
  .related-card:hover .related-card__image {
    transform: scale(1.04);
  }
}

/* 자주 묻는 질문 */
.faq {
  max-width: calc(1000 * var(--dx));
  margin: max(40px, calc(81 * var(--px))) auto 0;
  border-top: var(--line-w) solid var(--line-ink);
}

.faq__item {
  border-bottom: var(--line-hair-w) solid var(--line-hair-soft);
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: max(18px, calc(26 * var(--dx)));
  font-size: var(--fs-title);
  font-weight: var(--fw-bold);
  line-height: var(--lh-20);
  list-style: none;
  cursor: pointer;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question::after {
  content: "";
  flex: none;
  width: 14px;
  height: 14px;
  background:
    linear-gradient(var(--c-blue-700), var(--c-blue-700)) center / 100% 2px no-repeat,
    linear-gradient(var(--c-blue-700), var(--c-blue-700)) center / 2px 100% no-repeat;
  transition: transform var(--dur-base) var(--ease-out);
}

.faq__item[open] .faq__question::after {
  transform: rotate(45deg);
}

.faq__answer {
  max-width: 44em;
  padding-bottom: max(20px, calc(28 * var(--dx)));
  line-height: var(--lh-150);
}

/* 사무소 카드 (About) */
.location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(38 * var(--dx));
  margin-top: max(40px, calc(81 * var(--px)));
}

.location-card {
  padding: calc(32 * var(--dx)) calc(28 * var(--dx)) calc(36 * var(--dx));
  border-radius: var(--r-card);
  background: var(--grad-card);
}

.location-card__role {
  font-weight: var(--fw-semibold);
  line-height: var(--lh-16);
  text-transform: uppercase;
  color: var(--c-muted);
}

.location-card__city {
  margin-top: calc(18 * var(--dx));
  font-family: var(--ff-display);
  font-size: var(--fs-display-m);
  font-weight: var(--fw-semibold);
  font-stretch: var(--fstretch-display);
  line-height: 1.05;
  color: var(--c-blue-700);
}

.location-card__country {
  margin-top: calc(8 * var(--dx));
  font-weight: var(--fw-semibold);
}

.location-card__text {
  max-width: 24em;
  margin-top: calc(24 * var(--dx));
  line-height: var(--lh-150);
}

/* Contact: 왼쪽 안내 + 오른쪽 폼 (메인 Engagement와 같은 비율) */
.contact {
  display: grid;
  grid-template-columns: minmax(0, 618fr) minmax(0, 683fr);
  align-items: start;
  column-gap: max(32px, calc(79 * var(--px)));
}

.contact__block + .contact__block {
  margin-top: max(40px, calc(64 * var(--dx)));
}

.contact__label {
  padding-bottom: calc(18 * var(--dx));
  border-bottom: var(--line-w) solid var(--line-ink);
  font-size: var(--fs-body);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-16);
  text-transform: uppercase;
  color: var(--c-muted);
}

.next-steps__item {
  padding-block: calc(22 * var(--dx));
  border-bottom: var(--line-hair-w) solid var(--line-hair-soft);
}

.next-steps__num {
  line-height: var(--lh-200);
}

.next-steps__title {
  margin-top: calc(4 * var(--dx));
  font-size: var(--fs-title);
  font-weight: var(--fw-bold);
  line-height: var(--lh-20);
}

.next-steps__text {
  margin-top: calc(10 * var(--dx));
  line-height: var(--lh-150);
}

.contact-list__row {
  display: grid;
  grid-template-columns: minmax(0, 8em) minmax(0, 1fr);
  column-gap: 16px;
  padding-block: calc(14 * var(--dx));
  border-bottom: var(--line-hair-w) solid var(--line-hair-soft);
  line-height: var(--lh-150);
}

.contact-list__term {
  font-weight: var(--fw-semibold);
  color: var(--c-muted);
}

.contact-list a,
.scope-form__note a {
  color: var(--c-blue-700);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.scope-form__note {
  margin-top: 16px;
  font-size: var(--fs-small);
  line-height: var(--lh-150);
  color: rgb(0 0 0 / 0.72);
}

/* 로고 목록 (About · Reso와 일한 브랜드) — 모든 로고가 같은 480×180 캔버스라 크기가 고르게 보임.
   평소에는 한 가지 색(검정 60%), 마우스를 올리면 원래 색 */
.logo-wall {
  margin-top: max(40px, calc(81 * var(--px)));
}

.logo-wall__label {
  padding-bottom: calc(22 * var(--dx));
  border-bottom: var(--line-w) solid var(--line-ink);
  font-size: var(--fs-body);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-16);
  text-transform: uppercase;
  color: var(--c-muted);
}

/* 줄마다 5칸, 마지막 줄은 가운데 (로고 19개 = 5 · 5 · 5 · 4). 선은 칸 사이에만:
   세로 선은 각 줄 첫 칸을 뺀 칸의 왼쪽, 가로 선은 마지막 줄을 뺀 칸의 아래.
   ※ 로고 수를 바꾸면 아래 nth-child 숫자(16 = 마지막 줄 첫 칸)도 맞춰 주세요 */
.logo-wall__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.logo-wall__item {
  display: flex;
  flex: 0 0 20%;
  align-items: center;
  justify-content: center;
  padding: calc(24 * var(--dx)) calc(20 * var(--dx));
  border-bottom: var(--line-hair-w) solid var(--line-hair-soft);
}

.logo-wall__item:not(:nth-child(5n + 1)) {
  border-left: var(--line-hair-w) solid var(--line-hair-soft);
}

.logo-wall__item:nth-child(n + 16) {
  border-bottom: 0;
}

.logo-wall__logo {
  width: min(100%, calc(216 * var(--dx)));
  height: auto;
  filter: brightness(0);
  opacity: 0.6;
  transition:
    filter var(--dur-base) var(--ease-out),
    opacity var(--dur-base) var(--ease-out);
}

@media (hover: hover) {
  .logo-wall__item:hover .logo-wall__logo {
    filter: none;
    opacity: 1;
  }
}

.logo-wall__more {
  margin-top: calc(32 * var(--dx));
  text-align: center;
}

.logo-wall__more .text-link {
  margin-top: 0;
}

/* 1024 미만: 줄마다 4칸 (4 · 4 · 4 · 4 · 3, 마지막 줄 첫 칸 = 17번째) */
@media (max-width: 1023.98px) {
  .logo-wall__item {
    flex-basis: 25%;
  }

  .logo-wall__item:nth-child(n) {
    border-bottom: var(--line-hair-w) solid var(--line-hair-soft);
    border-left: var(--line-hair-w) solid var(--line-hair-soft);
  }

  .logo-wall__item:nth-child(4n + 1) {
    border-left: 0;
  }

  .logo-wall__item:nth-child(n + 17) {
    border-bottom: 0;
  }
}

/* 페이지 끝 파란 띠 (메인 밴드와 같은 그라데이션·링·노이즈) */
.cta-band {
  --focus: var(--c-accent);   /* 파란 배경 위 포커스 링은 오렌지 */
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: max(72px, calc(128 * var(--px))) max(80px, calc(140 * var(--px)));
  color: var(--c-white);
  text-align: center;
}

.cta-band__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: var(--grad-band);
}

.cta-band__rings {
  position: absolute;
  top: calc(150 * var(--px));
  left: 50%;
  width: calc(2838 * var(--px));
  max-width: none;
  height: auto;
  transform: translateX(-50%);
}

.cta-band__grain {
  position: absolute;
  inset: 0;
  background: url("assets/img/texture-noise-tile.webp") 0 0 / var(--tile-band) repeat;
  mix-blend-mode: overlay;
  opacity: 0.5;
}

.cta-band__title {
  max-width: 18em;
  margin: max(10px, calc(23.776 * var(--px))) auto 0;
  font-family: var(--ff-display);
  font-size: var(--fs-display-l);
  font-weight: var(--fw-regular);
  font-stretch: var(--fstretch-display);
  line-height: var(--lh-display);
  text-wrap: balance;
}

.cta-band__text {
  max-width: 34em;
  margin: max(20px, calc(36 * var(--px))) auto 0;
  font-size: var(--fs-body-l);
  font-weight: var(--fw-medium);
  line-height: var(--lh-150);
  letter-spacing: var(--ls-lead);
}

.cta-band__text a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px max(12px, calc(21.33 * var(--px)));
  margin-top: max(28px, calc(48 * var(--px)));
}

/* 하위 페이지 반응형 */
/* 1280 이상: 다른 서비스 카드는 이미지 왼쪽 · 글 오른쪽 (작은 원본 이미지가 늘어나지 않게) */
@media (min-width: 1280px) {
  .related-card {
    grid-template-columns: minmax(0, 11fr) minmax(0, 13fr);
    align-items: center;
    padding: calc(12 * var(--dx));
  }

  .related-card__body {
    padding-inline: 0 calc(8 * var(--dx));
  }
}

@media (max-width: 1279.98px) {
  .feature-grid--4 { --cols: 2; }
}

@media (max-width: 1023.98px) {
  .feature-grid { --cols: 2; }

  .detail-list__row {
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 6px;
  }

  .detail-list__desc {
    grid-column: 1 / -1;
  }

  .media-panel,
  .media-panel--reverse {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .media-panel__media {
    min-height: 0;   /* aspect-ratio + min-height는 최소 폭(240×16/9)을 만들어 모바일에서 넘침 */
    aspect-ratio: 16 / 9;
  }

  .media-panel__content {
    padding: 28px 24px 32px;
  }

  .steps--even { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .location-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .contact {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 48px;
  }

  .contact .scope-form {
    order: -1;   /* 좁은 화면: 폼을 먼저, 안내는 아래 */
  }
}

@media (max-width: 767.98px) {
  .feature-grid,
  .feature-grid--2,
  .feature-grid--4 {
    --cols: 1;
  }

  .steps--even,
  .steps--3,
  .steps--5,
  .related-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .related-grid {
    gap: 16px;
  }

  .page-hero__actions,
  .cta-band__actions {
    flex-direction: column;
    align-items: center;
  }

  .page-hero__actions .btn,
  .cta-band__actions .btn {
    width: 100%;
    max-width: 360px;
    min-width: 0;
  }

  .detail-list--files .detail-list__row,
  .contact-list__row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2px;
  }

  .text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    background-position: 0 calc(50% + 0.75em);
  }
}
/* ---------------------------------------------------------------------
   22. Mobile — Figma 모바일 시안 (node 35:4 "mobile", 1080 × 15480)
   시안 1080px = 360px 화면의 3배 → --mx = 화면 폭 ÷ 1080 (480px 넘으면 480 기준으로 고정)
   calc(N * var(--mx)) = 시안 값 N px (360 화면에서 N ÷ 3 px).
   767px 이하 모든 페이지에 적용합니다. 시안은 메인 페이지뿐이라, 하위 페이지는 메인과 같은 글자 단계·간격·배치 규칙으로 맞췄습니다.
     22-1 단위·글자 토큰   22-2 공통 부품(헤더·푸터·섹션 제목·검증 기준·밴드·단계·스펙·A–D 목록·폼·환경 카드)
     22-3 메인 페이지만(body.page-home)   22-4 하위 페이지 부품   22-5 Privacy·Terms
   글자는 시안 비율을 따르되 최소 크기를 둡니다: 시안 20·24px → 9px (360 화면에서 시안 그대로면 6.7·8px),
   32px → 10.5px, 36px → 12px (이 둘은 360 이상에서 시안 그대로).
   글상자 폭은 em(= 시안 폭 ÷ 시안 글자 크기)으로 옮겨서 최소 크기가 적용돼도 시안과 같은 곳에서 줄이 바뀝니다.
   --------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  /* --- 22-1 단위 · 글자 토큰 --- */
  :root {
    --mx: calc(min(100vw, 480px) / 1080);
    --m-fs-20: max(9px, calc(20 * var(--mx)));
    --m-fs-24: max(9px, calc(24 * var(--mx)));
    --m-fs-32: max(10.5px, calc(32 * var(--mx)));
    --m-fs-36: max(12px, calc(36 * var(--mx)));
    --m-lh: 1.219;   /* Figma "Auto" 줄 높이 (Montserrat) */
    --header-h: 48px;
    --gutter: calc(60 * var(--mx));

    /* 공통 글자 토큰 → 모바일 시안 단계 (하위 페이지도 같은 크기) */
    --fs-display-xl: calc(80 * var(--mx));       /* 밴드 제목 (메인 히어로 제목 128은 22-3) */
    --fs-display-l: calc(55 * var(--mx));        /* 섹션 제목 */
    --fs-display-m: calc(55 * var(--mx));        /* 검증 기준 제목 */
    --fs-display-page: calc(102 * var(--mx));    /* 하위 페이지 H1 = 메인 H1(128)의 0.8배 (데스크톱 64 : 80과 같은 비율) */
    --fs-eyebrow: var(--m-fs-32);
    --fs-lead: var(--m-fs-32);
    --fs-title: var(--m-fs-36);
    --fs-body-l: var(--m-fs-32);
    --fs-body: var(--m-fs-32);
    --fs-small: var(--m-fs-24);
    --fs-xs: var(--m-fs-20);

    /* 시안의 0.5px 선은 3배 화면에서 반 픽셀 → 실제로는 50% 농도로 보임. 고해상도에서도 같은 농도로 */
    --line-hair: rgb(0 0 0 / 0.5);
    --line-hair-soft: rgb(0 0 0 / 0.25);
  }

  /* --- 22-2 공통 부품 --- */

  /* Header: 햄버거 x32 · 로고 213px 가운데 · 주황 CTA 오른쪽 43px */
  .site-header__inner {
    min-height: var(--header-h);
    padding: 2px calc(43 * var(--mx)) 2px max(11px, calc(32 * var(--mx)));
  }

  /* 아이콘을 버튼(44px) 왼쪽에 붙여서, 누르는 영역은 화면 안에 두고 아이콘은 시안 위치(x32)에 */
  .menu-toggle {
    margin-left: -11px;
  }

  .menu-toggle__bar,
  .menu-toggle::before {
    left: 11px;
    right: 17px;
  }

  .site-header__logo img {
    width: calc(213 * var(--mx));
  }

  /* 시안은 높이 36 · 글자 20 (360 화면 12px · 6.7px) → 누를 수 있게 높이 24px · 글자 10px */
  .site-header__cta {
    --btn-min-w: 0px;
    height: 24px;
    padding-inline: 1em;
    font-size: max(10px, calc(20 * var(--mx)));
  }

  /* 모바일 메뉴(시안 없음)는 손가락으로 누르기 쉬운 크기 그대로 */
  .mobile-menu__cta {
    font-size: 1rem;
  }

  /* Footer: 브랜드 → 3단 한 줄 → 선 → 저작권 · 약관 한 줄 */
  .site-footer__inner {
    width: calc(100% - 74 * var(--mx));
    margin-left: calc(37 * var(--mx));
    padding-top: calc(165 * var(--mx));
    padding-bottom: calc(94 * var(--mx));
  }

  .site-footer__top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(94 * var(--mx)) 0;
    padding: 0 0 calc(52 * var(--mx)) calc(51 * var(--mx));
  }

  .site-footer__col:last-child {
    grid-column: auto;
  }

  .site-footer__name {
    font-size: var(--m-fs-36);
    line-height: var(--m-lh);
  }

  .site-footer__tagline {
    margin-top: calc(47 * var(--mx));
    font-size: var(--m-fs-32);
    line-height: var(--m-lh);
  }

  .site-footer__title {
    font-size: var(--m-fs-24);
    line-height: var(--m-lh);
  }

  .site-footer__list {
    margin-top: calc(19 * var(--mx));
    font-size: var(--m-fs-24);
    line-height: var(--lh-150);
  }

  /* 링크 한 줄 = 누르는 영역 24px (시안 줄 간격은 12px → WCAG 최소 크기에 맞춰 늘림) */
  .site-footer__list li,
  .site-footer__list .site-footer__link,
  .site-footer__email,
  .site-footer__legal .site-footer__link {
    min-height: 24px;
  }

  .site-footer__email {
    margin-top: calc(16 * var(--mx));
    font-size: var(--m-fs-24);
  }

  .site-footer__bottom {
    flex-direction: row;
    align-items: center;
    padding-top: calc(28 * var(--mx));
    font-size: var(--m-fs-20);
    line-height: var(--m-lh);
  }

  /* 섹션 제목: eyebrow 32 · 제목 55 · 설명 32 (크기는 22-1 토큰)
     시안의 제목 상자는 화면보다 넓음(1254 등) → 양옆 여백 30까지 써서 한 줄 제목이 줄바꿈되지 않게 */
  .section-head__title {
    margin-top: calc(var(--head-gap) * var(--mx) - var(--lh-eyebrow) * var(--m-fs-32));
    margin-inline: calc(-30 * var(--mx));
  }

  .section-head__desc {
    line-height: var(--m-lh);
  }

  .l-container--narrow {
    width: calc(100% - 174 * var(--mx));   /* 양옆 87 (메인 Engagement · Contact) */
  }

  /* Verification standard (메인 · About): 2 × 2 */
  .standard {
    padding-top: calc(78 * var(--mx));
    padding-bottom: calc(147 * var(--mx));
  }

  .standard__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(73 * var(--mx)) calc(76 * var(--mx));
    margin-top: calc(135 * var(--mx));
    padding-left: calc(21 * var(--mx));   /* 글 시작 x81 / x588 */
  }

  .standard__item--1 { --m-title-w: 10.7em; --m-text-w: 11.55em; --m-marker-r: 28; }
  .standard__item--2 { --m-title-w: 8.23em; --m-text-w: 12.35em; --m-marker-r: 1; }
  .standard__item--3 { --m-title-w: 8.23em; --m-text-w: 12.35em; --m-marker-r: 28; }
  .standard__item--4 { --m-title-w: 8.23em; --m-text-w: 12.7em; --m-marker-r: 1; }
  .standard__item--5 { --m-title-w: 20em; --m-text-w: 26em; --m-marker-r: 1; }   /* 시안에 없는 다섯 번째: 한 줄 전체 */

  .standard__item-title {
    max-width: var(--m-title-w);
    line-height: var(--m-lh);
  }

  .standard__item-text {
    max-width: var(--m-text-w);
    margin-top: calc(25 * var(--mx));
    line-height: var(--m-lh);
  }

  .standard__marker {
    top: calc(5 * var(--mx));
    right: calc(var(--m-marker-r) * var(--mx));
    width: calc(18 * var(--mx));
    height: calc(18 * var(--mx));
  }

  .standard__marker::before {
    border-radius: calc(3 * var(--mx));
  }

  /* Band (메인 · About): 링 없이, 이미지 절반이 아래 섹션으로 걸쳐 내려감 */
  .band {
    --visual-size: calc(641 * var(--mx));
    --visual-overlap: calc(var(--visual-size) / 2);
  }

  .band__rings {
    display: none;
  }

  .band__grain {
    background-size: calc(333 * var(--mx)) calc(179 * var(--mx));
  }

  .band__inner {
    padding-top: calc(95 * var(--mx));
  }

  .band__text {
    max-width: 26.4em;   /* 845 / 32 */
    margin-top: calc(80 * var(--mx));
  }

  .band__visual {
    margin: calc(57 * var(--mx)) auto calc(-1 * var(--visual-overlap));
  }

  /* 벤치마크 수치 (시안에 없음): 본문과 이미지 사이 2 × 2 */
  .band__stats {
    gap: calc(50 * var(--mx)) calc(60 * var(--mx));
    max-width: none;
    margin-top: calc(70 * var(--mx));
  }

  .band__stat {
    padding-top: calc(24 * var(--mx));
  }

  .band__stat-value {
    font-size: calc(72 * var(--mx));
  }

  .band__stat-label {
    margin-top: calc(14 * var(--mx));
    font-size: var(--m-fs-32);
    line-height: 1.35;
  }

  .band__source {
    margin-top: calc(45 * var(--mx));
    font-size: var(--m-fs-24);
  }

  .band + .section--delivery,
  .band + .section--after-band {
    padding-top: calc(442.5 * var(--mx));   /* 밴드 이미지가 걸친 절반(641 ÷ 2) + 122 */
  }

  /* 단계 (메인 Engagement · 하위 페이지): 2단, 번호 · 제목 · 설명을 같은 줄끼리 맞춤 (subgrid) */
  .steps {
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0;
  }

  .steps__item {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    align-content: start;
    padding: calc(47 * var(--mx)) calc(17 * var(--mx)) calc(37 * var(--mx)) calc(8 * var(--mx));
  }

  .steps__item:nth-child(even) {
    padding-left: calc(53 * var(--mx));   /* 글 시작 x598 */
  }

  .steps__item:nth-child(n + 3) {
    padding-top: calc(42 * var(--mx));
    border-top: var(--line-hair-w) solid var(--line-hair-soft);
  }

  .steps__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;   /* 3개 · 5개일 때 마지막 단계는 한 줄 전체 */
  }

  .steps__title {
    margin-top: calc(3 * var(--mx));
    line-height: var(--m-lh);
  }

  .steps__text {
    margin-top: calc(21 * var(--mx));
    line-height: 1.1875;   /* 38 / 32 */
  }

  /* 스펙 칸 (메인 Delivery · 하위 페이지 표): 2단, 라벨 아래 가는 선 */
  .spec-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(75 * var(--mx)) calc(72 * var(--mx));
    padding: 0;
    border: 0;
  }

  .spec-row__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .spec-row__label {
    padding-bottom: calc(20 * var(--mx));
    border-bottom-width: var(--line-hair-w);
    line-height: var(--m-lh);
  }

  .spec-row .spec-row__value {
    margin-top: calc(12 * var(--mx));
    font-size: var(--m-fs-36);
    line-height: 1.056;   /* 38 / 36 */
  }

  /* A–D 평가 배치 목록 (메인 · Engagement) */
  .engagement {
    row-gap: calc(111 * var(--mx));
    margin-top: calc(80 * var(--mx));
  }

  .pilot-list {
    padding-left: calc(8 * var(--mx));
  }

  .pilot-list__item {
    grid-template-columns: calc(47 * var(--mx)) minmax(0, 1fr);
    padding: calc(26 * var(--mx)) 0 calc(21 * var(--mx)) calc(21 * var(--mx));
  }

  .pilot-list__item:first-child {
    padding-top: 0;
  }

  .pilot-list__letter {
    font-size: var(--m-fs-24);
    line-height: calc(var(--m-fs-32) * var(--m-lh));   /* 제목 첫 줄과 세로 중심 맞춤 */
  }

  .pilot-list__title {
    font-size: var(--m-fs-32);
    line-height: var(--m-lh);
  }

  .pilot-list__meta {
    margin-top: calc(3 * var(--mx));
    font-size: var(--m-fs-24);
  }

  /* 문의 폼 (메인 · Contact): 입력 글자는 16px 유지 (iOS는 16px보다 작은 입력칸에 초점이 가면 화면을 확대함) */
  .scope-form {
    padding: calc(36 * var(--mx)) calc(58 * var(--mx)) calc(54 * var(--mx)) calc(65 * var(--mx));
    border-radius: calc(5 * var(--mx));
  }

  .scope-form__row--split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(37 * var(--mx));
  }

  .scope-form__row + .scope-form__row { margin-top: calc(40 * var(--mx)); }
  .scope-form__row + .scope-form__row--spaced { margin-top: calc(29 * var(--mx)); }

  .scope-form__label {
    margin-bottom: calc(11 * var(--mx));
  }

  .scope-form__control {
    height: max(34px, calc(59 * var(--mx)));
    font-size: 16px;
  }

  .scope-form__control--textarea {
    height: max(80px, calc(141 * var(--mx)));
  }

  .scope-form__submit {
    width: 13.56em;   /* 434 / 32 */
    height: max(32px, calc(64 * var(--mx)));
    margin-top: calc(59 * var(--mx));
  }

  .scope-form__status {
    margin-top: calc(30 * var(--mx));
    font-size: var(--m-fs-32);
  }

  .scope-form__note {
    margin-top: calc(30 * var(--mx));
    line-height: 1.4;
  }

  /* 환경 카드 (메인 띠 · Coverage 격자): 글은 이미지 아래쪽 위에 흰 글씨로 */
  .env-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(21 * var(--mx)) calc(36 * var(--mx));
  }

  .env-card {
    position: relative;
    padding: calc(20 * var(--mx)) calc(12 * var(--mx)) calc(29 * var(--mx)) calc(13 * var(--mx));
    border-radius: calc(5 * var(--mx));
  }

  .env-card__media {
    aspect-ratio: 434 / 397;
  }

  .env-card__body {
    position: absolute;
    right: calc(20 * var(--mx));
    bottom: calc(48 * var(--mx));
    left: calc(30 * var(--mx));
    padding: 0;
    color: var(--c-white);
  }

  .env-card__title {
    font-size: var(--m-fs-36);
    line-height: var(--m-lh);
  }

  .env-card__text {
    margin-top: calc(13 * var(--mx));
    font-size: var(--m-fs-24);
    line-height: var(--m-lh);
  }

  /* --- 22-3 메인 페이지만 --- */

  /* Hero (0 → 1854): 배경은 1610에서 흰색으로 끝나고, 이미지(1257~1854)가 그 경계에 걸침
     벤치마크 배지(시안에 없음)는 헤더 바로 아래 → 그 아래 내용은 시안보다 배지 높이만큼 내려감 */
  .page-home .hero {
    padding-top: calc(var(--header-h) + 6px);
  }

  /* 폰에서는 테두리 상자 없이 라벨 + 한 줄 문장 (상자가 3줄로 커져 제목을 너무 밀어내지 않게) */
  .hero__proof {
    gap: 6px;
    min-height: 24px;   /* 한 줄일 때도 누르는 영역 24px */
    margin-bottom: calc(45 * var(--mx));
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    font-size: var(--m-fs-24);
  }

  .hero__proof-label {
    padding: 3px calc(24 * var(--mx));
    font-size: var(--m-fs-20);
  }

  .page-home .hero__bg {
    inset: 0 0 calc(244 * var(--mx));
  }

  .page-home .hero__rings {
    top: calc(159 * var(--mx));
    width: calc(2838 * var(--mx));
    transform: translateX(-50%);
  }

  .page-home .hero__grain {
    background-size: calc(466 * var(--mx)) calc(482 * var(--mx));
  }

  .page-home .hero__eyebrow {
    max-width: 23.2em;   /* 시안 799 / 36 = 22.2em, 대체 폰트가 4% 넓어 "·"까지 첫 줄에 들어가게 */
    margin-inline: auto;
    font-size: var(--m-fs-36);
  }

  .page-home .hero__title {
    max-width: 6.93em;   /* 886 / 128 → 3줄 */
    margin-top: calc(80 * var(--mx));
    font-size: calc(128 * var(--mx));
  }

  .page-home .hero__lead {
    max-width: 25.5em;   /* 816 / 32 */
    margin-top: calc(48 * var(--mx));
    line-height: var(--m-lh);
  }

  .page-home .hero__lead br {
    display: inline;   /* 시안: 두 번째 문장은 새 줄에서 시작 */
  }

  .page-home .hero__actions {
    flex-flow: row nowrap;
    gap: calc(19 * var(--mx));
    margin-top: calc(82 * var(--mx));
  }

  /* 시안 버튼 높이 64 (360 화면 21px) → 누를 수 있게 최소 32px */
  .page-home .hero__actions .btn {
    flex: 0 1 auto;
    max-width: none;
    height: max(32px, calc(64 * var(--mx)));
    padding-inline: 0.5em;
    font-size: var(--m-fs-36);
  }

  .page-home .hero__actions .btn--light { width: 12.06em; }     /* 434 / 36 */
  .page-home .hero__actions .btn--outline { width: 14.22em; }   /* 512 / 36 */

  .page-home .hero__media {
    width: calc(1394 * var(--mx));
    max-width: none;
    margin-top: calc(160 * var(--mx));
    margin-left: calc(50% - 697 * var(--mx));   /* 화면보다 넓은 이미지를 가운데에 (양옆은 .intro가 자름) */
    aspect-ratio: 1394 / 597;
    border-radius: calc(11 * var(--mx));
  }

  /* Solutions (2798 → 4800): 카드 2 × 2 */
  .page-home .section--solutions {
    padding-top: calc(86 * var(--mx));
    padding-bottom: calc(95 * var(--mx));
  }

  .page-home .section-head__desc--solutions {
    max-width: 26.55em;   /* 849 / 32 */
    margin-top: calc(35 * var(--mx));
  }

  .page-home .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(21 * var(--mx)) calc(36 * var(--mx));   /* 카드 폭 462 (시안 x60 / x575) */
    margin-top: calc(62 * var(--mx));
  }

  .page-home .solution-card {
    padding: calc(18 * var(--mx)) calc(12 * var(--mx)) 0;
    border-radius: calc(5 * var(--mx));
  }

  .page-home .solution-card__media {
    aspect-ratio: 435 / 281;
  }

  .page-home .solution-card__body {
    padding: calc(31 * var(--mx)) calc(20 * var(--mx)) calc(47 * var(--mx)) calc(15 * var(--mx));
    font-size: var(--m-fs-24);
    line-height: var(--m-lh);
  }

  .page-home .solution-card__title {
    margin-right: calc(-27 * var(--mx));   /* 제목 상자 430 > 본문 403 */
    font-size: var(--m-fs-36);
    line-height: var(--m-lh);
  }

  .page-home .solution-card__text {
    margin-top: calc(27 * var(--mx));
    margin-bottom: calc(var(--m-lh) * 1em);   /* 시안의 빈 줄 1개 */
  }

  /* Coverage + Environments (4800 → 6170)
     시안: Coverage 제목 바로 아래 환경 카드 2줄 가로 띠 (Modalities 등 세 목록과 Environments 제목·구분선 없음) */
  .page-home .section--coverage {
    padding-top: calc(69 * var(--mx));
    padding-bottom: 0;
  }

  .page-home .section-head__title--coverage {
    max-width: 12.5em;   /* 한 줄에 한 문장씩 → 3줄 */
    margin-inline: auto;
  }

  .page-home .coverage {
    display: none;
  }

  .page-home .section--environments {
    padding-top: calc(94 * var(--mx));
    padding-bottom: calc(106 * var(--mx));
  }

  .page-home .section--environments::before {
    display: none;
  }

  /* 제목은 화면에서만 숨기고 스크린리더에는 남김 */
  .page-home .section--environments .section-head {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  /* 4열 × 2줄 가로 스크롤 띠 (화면 양끝까지). 처음 위치는 script.js 8번에서 시안처럼 맞춤 */
  .page-home .env-grid {
    grid-template-columns: repeat(4, calc(459 * var(--mx)));
    gap: calc(10 * var(--mx)) calc(49 * var(--mx));
    max-width: none;
    margin: 0 calc(-1 * var(--gutter));
    padding-inline: var(--gutter);
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .page-home .env-grid::-webkit-scrollbar {
    display: none;
  }

  /* Delivery (7064 → 8607): 형식 3개 · 동기화 등 3개를 두 열로, 줄마다 라벨 윗선 맞춤 (subgrid) */
  .page-home .section--delivery {
    padding-bottom: calc(150 * var(--mx));
  }

  .page-home .delivery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(75 * var(--mx)) calc(72 * var(--mx));
    margin-top: calc(122 * var(--mx));
    padding-left: calc(4 * var(--mx));
  }

  .page-home .spec-row {
    grid-row: span 3;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: subgrid;
    gap: calc(75 * var(--mx));
  }

  /* Sample (8607 → 10290): 이미지 위 · 파일 목록 아래, 패널 폭 907 */
  .page-home .section--sample {
    padding-top: calc(81 * var(--mx));
    padding-bottom: calc(126 * var(--mx));
  }

  .page-home .section--sample .l-container,
  .page-home .section--security .l-container {
    width: calc(100% - 174 * var(--mx));   /* 양옆 87 */
  }

  .page-home .section-head__desc--sample {
    max-width: 19.75em;   /* 631 / 32 */
    margin-top: calc(30 * var(--mx));
  }

  .page-home .sample {
    margin-top: calc(76 * var(--mx));
  }

  .page-home .sample__media {
    aspect-ratio: 907 / 543;
    border-radius: calc(5 * var(--mx));
  }

  .page-home .sample__content {
    padding: calc(63 * var(--mx)) calc(32 * var(--mx)) calc(55 * var(--mx)) calc(43 * var(--mx));
  }

  /* 파일 이름 왼쪽 · 설명 오른쪽 한 줄 (행 높이 60). 폭이 모자라면 설명만 다음 줄 오른쪽으로 */
  .page-home .file-list__row {
    flex-flow: row wrap;
    column-gap: calc(16 * var(--mx));
    padding-block: calc(30 * var(--mx) - 0.75em);
    font-size: var(--m-fs-24);
    line-height: var(--lh-150);
  }

  .page-home .file-list__desc {
    margin-left: auto;
    text-align: right;
    color: inherit;
  }

  .page-home .sample__cta {
    display: flex;
    width: 14.34em;   /* 459 / 32 */
    height: max(32px, calc(63 * var(--mx)));
    margin: calc(45 * var(--mx)) auto 0;
  }

  /* Security (10290 → 12095): 이미지 위 · 목록 아래 */
  .page-home .section--security {
    padding-top: calc(94 * var(--mx));
    padding-bottom: calc(120 * var(--mx));
  }

  .page-home .security {
    margin-top: calc(100 * var(--mx));
  }

  .page-home .security__media {
    order: -1;
    aspect-ratio: 907 / 543;
    border-radius: calc(5 * var(--mx));
  }

  .page-home .security__list {
    gap: calc(42 * var(--mx));
    padding: calc(56 * var(--mx)) calc(49 * var(--mx)) calc(68 * var(--mx)) calc(35 * var(--mx));
  }

  .page-home .security__item {
    font-size: var(--m-fs-32);
  }

  /* Engagement (12095 → 14650): 단계 2 × 2 → 전체 폭 구분선 → 평가 배치 목록 → 폼 */
  .page-home .section--engagement {
    padding-top: calc(97 * var(--mx));
    padding-bottom: calc(97 * var(--mx));
  }

  .page-home .steps {
    margin: calc(66 * var(--mx)) calc(-10 * var(--mx)) 0 0;   /* 선 x87 ~ 1003 */
    padding-bottom: calc(107 * var(--mx));
    border-bottom: 0;
  }

  .page-home .steps::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(-87 * var(--mx));   /* 컨테이너 왼쪽 여백만큼 → 화면 왼쪽 끝부터 */
    width: 100vw;
    border-top: var(--line-hair-w) solid var(--line-hair);
  }

  .page-home .steps__item:nth-child(n + 3) {
    padding-bottom: 0;
  }

  .page-home .engagement {
    margin-top: calc(137 * var(--mx));
  }

  /* --- 22-4 하위 페이지 부품 (메인과 같은 글자 단계 · 간격) --- */

  /* 페이지 히어로: 메인 히어로와 같은 위치·단계 (소제목 36 · 리드 32 · 버튼 36), H1은 메인의 0.8배 */
  .page-hero {
    padding-block: calc(207 * var(--mx)) calc(150 * var(--mx));
  }

  .page-hero__rings {
    top: calc(159 * var(--mx));
    width: calc(2838 * var(--mx));
  }

  .page-hero__grain {
    background-size: calc(466 * var(--mx)) calc(482 * var(--mx));
  }

  .page-hero .eyebrow {
    max-width: 23.2em;
    margin-inline: auto;
    font-size: var(--m-fs-36);
  }

  .page-hero__title {
    margin-top: calc(80 * var(--mx));
  }

  /* 짧은 문장 세 개로 된 제목 (Coverage): 긴 단어가 한 줄에 안 들어가 5줄로 쪼개지므로 한 줄에 한 문장씩, 밴드 제목 크기로 */
  .page-hero__title--stack {
    max-width: 12.5em;
    font-size: calc(80 * var(--mx));
  }

  .page-hero__lead {
    max-width: 25.5em;
    margin-top: calc(48 * var(--mx));
  }

  .page-hero__meta {
    margin-top: calc(24 * var(--mx));
  }

  .page-hero__actions,
  .cta-band__actions {
    flex-flow: row wrap;
    align-items: center;
    gap: calc(19 * var(--mx));
  }

  .page-hero__actions {
    margin-top: calc(82 * var(--mx));
  }

  /* 버튼: 메인 히어로 버튼과 같은 글자(36) · 높이(최소 32px), 폭은 글자에 맞춤 */
  .page-hero__actions .btn,
  .cta-band__actions .btn {
    width: auto;
    max-width: 100%;
    height: max(32px, calc(64 * var(--mx)));
    padding-inline: 1.2em;
    font-size: var(--m-fs-36);
  }

  /* 섹션 간격 · 제목 아래 내용 시작 */
  .section--page {
    padding-top: calc(90 * var(--mx));
    padding-bottom: calc(110 * var(--mx));
  }

  .section-head__desc--page {
    max-width: 30em;
    margin-top: calc(35 * var(--mx));
    line-height: 1.4;
  }

  .feature-grid,
  .spec-row--page,
  .detail-list,
  .steps--page,
  .media-panel,
  .related-grid,
  .faq,
  .location-grid,
  .logo-wall,
  .env-grid {
    margin-top: calc(80 * var(--mx));
  }

  .text-link {
    min-height: 24px;
  }

  /* ◆ 특징 목록: 2단 (메인 검증 기준과 같은 배치), 개수가 홀수면 마지막 칸은 한 줄 전체 */
  .feature-grid,
  .feature-grid--2,
  .feature-grid--4 {
    --cols: 2;
  }

  .feature-grid {
    gap: calc(70 * var(--mx)) calc(76 * var(--mx));
  }

  .feature-grid__item {
    padding-top: calc(36 * var(--mx));
    border-top-width: var(--line-hair-w);
  }

  .feature-grid__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .feature-grid__item::after {
    top: calc(36 * var(--mx) + var(--fs-title) * 0.6 - 6.364 * var(--mx));
    right: calc(2.6 * var(--mx));
    width: calc(12.728 * var(--mx));
    height: calc(12.728 * var(--mx));
    border-radius: calc(3 * var(--mx));
  }

  .feature-grid__title {
    padding-right: calc(40 * var(--mx));
    line-height: var(--m-lh);
  }

  .feature-grid__text {
    max-width: none;
    margin-top: calc(22 * var(--mx));
    line-height: 1.35;
  }

  /* 스펙 칸 + 설명 */
  .spec-row--page {
    padding-bottom: 0;
  }

  .spec-row--page .spec-row__value {
    line-height: 1.2;
  }

  .spec-row__text {
    max-width: none;
    margin-top: calc(16 * var(--mx));
    line-height: 1.35;
  }

  .delivery {
    margin-top: calc(80 * var(--mx));
  }

  /* 항목 · 분류 · 설명 표 (Coverage) */
  .detail-list {
    border-top-width: var(--line-hair-w);
  }

  .detail-list__row {
    column-gap: calc(24 * var(--mx));
    row-gap: calc(12 * var(--mx));
    padding-block: calc(30 * var(--mx));
  }

  .detail-list__term {
    line-height: var(--m-lh);
  }

  .detail-list__desc {
    line-height: 1.35;
  }

  .section-note {
    margin-top: calc(40 * var(--mx));
    line-height: 1.4;
  }

  /* 파일 목록 (Sample, 패널 안): 이름 위 · 설명 아래 */
  .detail-list--files {
    margin-top: calc(24 * var(--mx));
  }

  .detail-list--files .detail-list__row {
    row-gap: calc(6 * var(--mx));
    padding-block: calc(22 * var(--mx));
  }

  /* 단계 (하위 페이지): 아래 선 유지 */
  .steps--page {
    border-bottom: var(--line-hair-w) solid var(--line-hair-soft);
  }

  /* 글 + 이미지 패널: 메인 Sample · Security처럼 이미지 위, 폭 907 */
  .media-panel,
  .info-panel {
    width: auto;
    margin-inline: calc(27 * var(--mx));
    border-radius: calc(5 * var(--mx));
  }

  .media-panel__media,
  .media-panel--reverse .media-panel__media {
    order: -1;
    aspect-ratio: 907 / 543;
    border-radius: calc(5 * var(--mx));
  }

  .media-panel__content,
  .info-panel {
    padding: calc(56 * var(--mx)) calc(43 * var(--mx)) calc(60 * var(--mx));
  }

  .media-panel__title,
  .info-panel__title {
    line-height: var(--m-lh);
  }

  .media-panel__title:not(:first-child),
  .info-panel__title:not(:first-child) {
    margin-top: calc(50 * var(--mx));
  }

  .media-panel__text,
  .info-panel__text {
    max-width: none;
    margin-top: calc(20 * var(--mx));
    line-height: 1.4;
  }

  .check-list {
    margin-top: calc(24 * var(--mx));
  }

  .check-list__item {
    padding: calc(20 * var(--mx)) 0 calc(20 * var(--mx)) 1.6em;
    line-height: 1.3;
  }

  .check-list__item::before {
    top: calc(20 * var(--mx) + 0.4em);
  }

  .media-panel .btn {
    min-width: 0;   /* 메인 Sample 버튼처럼 글자 폭에 맞춤 */
    height: max(32px, calc(63 * var(--mx)));
    margin-top: calc(45 * var(--mx));
    padding-inline: 1.4em;
  }

  .media-panel .text-link {
    margin-top: calc(36 * var(--mx));
  }

  /* 다른 서비스 카드: 이미지 왼쪽 · 글 오른쪽 (데스크톱 1280 이상과 같은 배치) */
  .related-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: calc(21 * var(--mx));
  }

  .related-card {
    grid-template-columns: minmax(0, 11fr) minmax(0, 13fr);
    align-items: center;
    gap: calc(30 * var(--mx));
    padding: calc(18 * var(--mx)) calc(12 * var(--mx));
    border-radius: calc(5 * var(--mx));
  }

  .related-card__media {
    border-radius: calc(3 * var(--mx));
  }

  .related-card__body {
    padding: 0 calc(12 * var(--mx)) 0 0;
  }

  .related-card__title {
    line-height: var(--m-lh);
  }

  .related-card__text {
    margin-top: calc(10 * var(--mx));
    line-height: 1.35;
  }

  /* 자주 묻는 질문 */
  .faq {
    max-width: none;
    border-top-width: var(--line-hair-w);
  }

  .faq__question {
    gap: calc(40 * var(--mx));
    padding-block: calc(40 * var(--mx));
    line-height: var(--m-lh);
  }

  .faq__question::after {
    width: calc(30 * var(--mx));
    height: calc(30 * var(--mx));
  }

  .faq__answer {
    padding-bottom: calc(45 * var(--mx));
    line-height: 1.4;
  }

  /* 사무소 카드 (About) */
  .location-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: calc(21 * var(--mx));
  }

  .location-card {
    padding: calc(56 * var(--mx)) calc(50 * var(--mx)) calc(60 * var(--mx));
    border-radius: calc(5 * var(--mx));
  }

  .location-card__role {
    line-height: var(--m-lh);
  }

  .location-card__city {
    margin-top: calc(24 * var(--mx));
    font-size: calc(44 * var(--mx));
  }

  .location-card__country {
    margin-top: calc(8 * var(--mx));
  }

  .location-card__text {
    max-width: none;
    margin-top: calc(30 * var(--mx));
    line-height: 1.4;
  }

  /* Reso와 일한 브랜드 (About): 4열 × 5줄 */
  .logo-wall__label {
    padding-bottom: calc(20 * var(--mx));
    border-bottom-width: var(--line-hair-w);
    line-height: var(--m-lh);
  }

  .logo-wall__item {
    padding: calc(30 * var(--mx)) calc(10 * var(--mx));
  }

  .logo-wall__logo {
    width: 100%;
  }

  .logo-wall__more {
    margin-top: calc(45 * var(--mx));
  }

  /* Contact: 폼 먼저, 안내는 아래 */
  .contact {
    row-gap: calc(111 * var(--mx));
  }

  .contact__block + .contact__block {
    margin-top: calc(90 * var(--mx));
  }

  .contact__label {
    padding-bottom: calc(20 * var(--mx));
    border-bottom-width: var(--line-hair-w);
    line-height: var(--m-lh);
  }

  .next-steps__item {
    padding-block: calc(36 * var(--mx));
  }

  .next-steps__title {
    margin-top: calc(3 * var(--mx));
    line-height: var(--m-lh);
  }

  .next-steps__text {
    margin-top: calc(16 * var(--mx));
    line-height: 1.35;
  }

  .contact-list__row {
    grid-template-columns: minmax(0, 8em) minmax(0, 1fr);
    column-gap: calc(40 * var(--mx));
    padding-block: calc(30 * var(--mx));
  }

  /* 페이지 끝 파란 띠: 메인 밴드처럼 링 없이 */
  .cta-band {
    padding-block: calc(110 * var(--mx)) calc(130 * var(--mx));
  }

  .cta-band__rings {
    display: none;
  }

  .cta-band__grain {
    background-size: calc(333 * var(--mx)) calc(179 * var(--mx));
  }

  .cta-band__title {
    margin-top: calc(40 * var(--mx));
    font-size: calc(72 * var(--mx));
  }

  .cta-band__text {
    max-width: 26.4em;
    margin-top: calc(40 * var(--mx));
  }

  .cta-band__actions {
    margin-top: calc(70 * var(--mx));
  }

  /* --- 22-5 Privacy · Terms: 본문은 메인 본문(32)보다 한 단계 크게 — 데스크톱 17 : 16과 같은 비율 --- */
  .legal {
    row-gap: calc(60 * var(--mx));
    padding-block: calc(90 * var(--mx)) calc(150 * var(--mx));
  }

  .legal__toc {
    padding: calc(8 * var(--mx)) calc(43 * var(--mx));
    font-size: var(--m-fs-32);
  }

  .legal__toc-link {
    min-height: 32px;
  }

  .legal__body {
    font-size: max(10.5px, calc(34 * var(--mx)));
    line-height: 1.65;
  }

  .legal__intro {
    font-size: var(--m-fs-36);
    line-height: 1.45;
  }

  .legal__summary {
    margin-top: calc(60 * var(--mx));
    padding: calc(50 * var(--mx)) calc(43 * var(--mx)) calc(56 * var(--mx));
  }

  .legal__summary-title {
    font-size: var(--m-fs-32);
  }

  .legal__section {
    margin-top: calc(90 * var(--mx));
    padding-top: calc(60 * var(--mx));
  }

  .legal__heading {
    font-size: calc(48 * var(--mx));
  }

  .legal__section > .legal__heading + * {
    margin-top: calc(36 * var(--mx));
  }
}

/* 아주 좁은 화면(345 미만): 헤더 CTA가 로고와 겹치므로 숨김 (메뉴·히어로에 같은 버튼이 있음) */
@media (max-width: 344.98px) {
  .site-header__cta {
    display: none;
  }
}
