@font-face {
  font-family: "KbizHanmaumMyungjo";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KBIZHanmaumMyungjo.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/montserrat@5.2.6/latin-100-normal.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/montserrat@5.2.6/latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/montserrat@5.2.6/latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

:root {
  --paper: #faf9f6;
  --ink: #111111;
  --muted: #706e69;
  --line: #d8d6d1;
  --sand: #e9e3d9;
  --white: #ffffff;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
  --font-body: "Pretendard Variable", Pretendard, SUIT, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  --font-display: "KbizHanmaumMyungjo", AppleMyungjo, Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 14px; line-height: 1.55; word-break: keep-all; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; letter-spacing: 0; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 8px 12px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 0 32px; background: rgba(250, 249, 246, 0.96); border-bottom: 1px solid var(--line); }
.site-header-overlay { position: absolute; inset: 0 0 auto; color: var(--white); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.26), transparent); border-bottom: 0; }
.wordmark { font-family: "Montserrat", var(--font-body); font-size: 23px; font-weight: 600; letter-spacing: 0; }
.wordmark-light { font-weight: 100; }
nav { display: flex; align-items: center; gap: clamp(14px, 2.3vw, 36px); font-size: 12px; }
nav a { position: relative; padding: 6px 0; white-space: nowrap; }
nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
nav a:hover::after, nav a:focus-visible::after, nav a[aria-current="page"]::after { transform: scaleX(1); }

.eyebrow, .section-kicker > span, .product-card-meta, .detail-note > span, .product-options > span { display: block; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.site-header-overlay .wordmark, .site-header-overlay nav { color: var(--white); }

.home-hero { position: relative; min-height: 100dvh; overflow: hidden; color: var(--white); background: #1a1a19; }
.home-hero-image { position: absolute; inset: 0; background: #8f8e88; }
.home-hero-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.06) 64%, rgba(0, 0, 0, 0.18)); }
.home-hero-image picture, .home-hero-image img { display: block; width: 100%; height: 100%; }
.home-hero-image img { object-fit: cover; object-position: center; }
.home-hero-copy { position: absolute; z-index: 1; bottom: clamp(72px, 10vh, 144px); left: clamp(24px, 5vw, 76px); opacity: var(--hero-opacity, 1); transform: translate3d(0, var(--hero-shift, 0px), 0); }
.home-hero-copy .eyebrow { color: inherit; margin-bottom: var(--space-4); }
.home-hero h1 { margin-left: -0.12em; font-family: "Montserrat", var(--font-body); font-size: clamp(72px, 13vw, 196px); font-weight: 100; line-height: 0.84; }
.home-hero-copy > p:not(.eyebrow) { margin: 20px 0 26px; font-size: clamp(15px, 1.5vw, 20px); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; }
.text-link::after { content: "↗"; font-size: 16px; transition: transform 180ms ease; }
.text-link:hover::after, .text-link:focus-visible::after { transform: translate(3px, -3px); }
.light-link { color: var(--white); }

.home-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.6fr); gap: var(--space-16); padding: clamp(72px, 12vw, 176px) clamp(24px, 8vw, 128px); border-bottom: 1px solid var(--line); }
.home-intro p { max-width: 920px; font-family: var(--font-display); font-size: clamp(26px, 3.7vw, 52px); line-height: 1.12; }
.home-intro span { align-self: end; color: var(--muted); }

.collection-index { padding: clamp(72px, 9vw, 136px) clamp(24px, 5vw, 72px) clamp(48px, 6vw, 88px); }
.section-kicker { display: grid; grid-template-columns: minmax(130px, 0.27fr) 1fr; gap: var(--space-8); margin-bottom: var(--space-12); }
.section-kicker h2 { max-width: 720px; font-size: clamp(28px, 3vw, 44px); line-height: 1.12; }
.collection-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 2px; }
.collection-tile { position: relative; display: block; min-height: 530px; overflow: hidden; color: var(--white); background: var(--sand); }
.collection-tile::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(0, 0, 0, 0.52), transparent 56%); }
.collection-tile img { height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1); }
.collection-tile:hover img, .collection-tile:focus-visible img { transform: scale(1.035); }
.collection-tile span, .collection-tile strong, .collection-tile em { position: absolute; z-index: 1; left: 20px; }
.collection-tile span { top: 18px; font-size: 12px; }
.collection-tile strong { bottom: 42px; font-family: var(--font-display); font-size: clamp(27px, 2.8vw, 42px); font-weight: 400; }
.collection-tile em { bottom: 20px; font-size: 12px; font-style: normal; }
.collection-tile-doctor, .collection-tile-nurse, .collection-tile-scrub, .collection-tile-patient, .collection-tile-bedding, .collection-tile-aesthetic { grid-column: span 4; min-height: 450px; }
.collection-tile-bedding::after { background: linear-gradient(to top, rgba(250, 249, 246, 0.9), transparent 62%); }
.collection-tile-bedding img { object-fit: cover; object-position: center; background: #e8ebef; }

.home-editorial { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); height: clamp(360px, 30vw, 460px); gap: 2px; overflow: hidden; background: var(--line); }
.home-editorial::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.48) 57%, rgba(0, 0, 0, 0.34)); content: ""; pointer-events: none; }
.editorial-photo { min-height: 0; background: var(--sand); }
.editorial-photo img { height: 100%; object-fit: cover; }
.home-editorial-overlay { position: absolute; z-index: 2; bottom: clamp(36px, 6vw, 88px); left: clamp(24px, 5vw, 72px); color: var(--white); }
.home-editorial-overlay p { font-family: var(--font-display); font-size: clamp(38px, 5vw, 82px); line-height: 0.95; }
.home-editorial-overlay .text-link { gap: 12px; padding-bottom: 7px; margin-top: 32px; font-size: 15px; }

.collection-hero { display: grid; grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr); height: min(760px, calc(100dvh - 68px)); border-bottom: 1px solid var(--line); }
.collection-hero-copy { display: flex; flex-direction: column; justify-content: end; padding: clamp(32px, 6vw, 96px); }
.collection-hero-copy h1 { max-width: 100%; margin-top: 18px; font-size: clamp(44px, 3.8vw, 60px); line-height: 1.06; }
.collection-hero-copy p { max-width: 360px; margin-top: 28px; color: var(--muted); font-size: 14px; }
.collection-hero figure { height: 100%; min-height: 0; overflow: hidden; background: var(--sand); }
.collection-hero figure picture { display: block; width: 100%; height: 100%; }
.collection-hero figure img { height: 100%; object-fit: cover; object-position: var(--collection-focus, center); transform: translate3d(0, var(--collection-parallax, 0px), 0); transition: transform 120ms linear; }
.collection-hero figure .collection-hero-doctor,
.collection-hero figure .collection-hero-nurse,
.collection-hero figure .collection-hero-scrub,
.collection-hero figure .collection-hero-patient,
.collection-hero figure .collection-hero-aesthetic { --collection-focus: center 12%; }
.collection-hero figure .collection-hero-bedding { --collection-focus: center 50%; }
.collection-products { padding: clamp(72px, 9vw, 136px) clamp(24px, 5vw, 72px); }
.collection-products .section-kicker { grid-template-columns: 1fr; justify-items: center; gap: 12px; text-align: center; }
.product-rail { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-6); }
.product-card { display: grid; flex: 0 1 320px; grid-template-rows: auto auto minmax(0, 1fr) auto; width: min(100%, 320px); height: 100%; gap: 12px; }
.product-card-image { display: block; aspect-ratio: 0.77; overflow: hidden; background: var(--sand); }
.product-card-image img { height: 100%; object-fit: cover; object-position: center top; transition: transform 450ms cubic-bezier(0.16, 1, 0.3, 1); }
.product-card:hover img, .product-card:focus-visible img { transform: scale(1.025); }
.product-card strong { font-family: var(--font-display); font-size: 24px; font-weight: 400; line-height: 1.1; }
.product-card-action { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; padding: 12px 0 10px; border-top: 1px solid var(--ink); font-size: 13px; font-weight: 500; }
.product-card-action span { font-size: 18px; line-height: 1; transition: transform 180ms ease; }
.product-card:hover .product-card-action span, .product-card:focus-visible .product-card-action span { transform: translateX(4px); }
.product-card-image-waterproof-half-sheet img { object-fit: contain; object-position: center; background: #e8ebef; }

.catalog-lineup { padding: 0 clamp(24px, 5vw, 72px) clamp(72px, 9vw, 136px); }
.lineup-list { border-top: 1px solid var(--ink); }
.lineup-row { display: grid; grid-template-columns: minmax(150px, 0.8fr) minmax(220px, 1fr) minmax(220px, 1.2fr); gap: var(--space-6); align-items: center; min-height: 84px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.lineup-row strong { font-size: 14px; font-weight: 500; }
.lineup-row > span, .lineup-row p { color: var(--muted); }
.lineup-note { max-width: 520px; margin-top: var(--space-6); color: var(--muted); font-size: 13px; }

.product-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.55fr); gap: var(--space-16); padding: clamp(56px, 8vw, 128px) clamp(24px, 9vw, 144px) clamp(40px, 5vw, 72px); border-bottom: 1px solid var(--line); }
.product-intro h1 { margin-top: 18px; font-size: clamp(50px, 7vw, 112px); line-height: 0.9; }
.product-korean { margin-top: 16px; color: var(--muted); font-size: 14px; }
.product-intro-facts { align-self: end; }
.product-intro-facts > p { max-width: 380px; color: var(--muted); font-size: 14px; }
.product-intro-facts dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: var(--space-8) 0 0; border-top: 1px solid var(--ink); }
.product-intro-facts dl > div { min-height: 88px; padding: 16px 12px 12px 0; border-bottom: 1px solid var(--line); }
.product-intro-facts dl > div:nth-child(odd) { border-right: 1px solid var(--line); }
.product-intro-facts dl > div:nth-child(even) { padding-left: 12px; }
.product-intro-facts dt { margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.product-intro-facts dd { margin: 0; font-size: 12px; line-height: 1.45; }
.product-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); max-width: 1280px; padding: clamp(48px, 6vw, 88px) clamp(24px, 4vw, 48px); margin: 0 auto; }
.gallery-image { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-height: 0; aspect-ratio: 4 / 5; overflow: hidden; background: var(--sand); }
.gallery-image img { height: 100%; object-fit: cover; object-position: center top; }
.gallery-image figcaption { display: flex; gap: 14px; padding: 14px 18px; color: var(--ink); background: var(--paper); font-size: 11px; }
.gallery-image figcaption span { font-weight: 600; letter-spacing: 0.08em; }
.gallery-image-1 { grid-column: span 2; justify-self: center; width: min(100%, 760px); aspect-ratio: 2 / 3; }
.gallery-image-1 img { object-fit: cover; }
.gallery-image-waterproof-half-sheet img { object-fit: contain; object-position: center; background: #e8ebef; }
.product-specs { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.6fr); gap: clamp(48px, 8vw, 144px); padding: clamp(72px, 10vw, 144px) clamp(24px, 9vw, 144px); }
.product-specs .section-kicker { grid-column: 1 / -1; }
.detail-notes { border-top: 1px solid var(--line); }
.detail-note { display: grid; grid-template-columns: 48px minmax(150px, 0.45fr) 1fr; gap: var(--space-6); padding: 26px 0; border-bottom: 1px solid var(--line); }
.detail-note h2 { font-size: 21px; line-height: 1.16; }

.home-intro p, .section-kicker h2, .collection-tile strong, .collection-hero-copy h1, .detail-note h2 {
  font-kerning: normal;
  font-feature-settings: "palt" 1;
}
.detail-note p { color: var(--muted); }
.fabric-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(28px, 5vw, 80px); margin-top: 20px; border-top: 1px solid var(--ink); }
.fabric-features:empty { display: none; }
.fabric-feature { padding: 24px 0 26px; border-bottom: 1px solid var(--line); }
.fabric-feature h3 { margin-bottom: 9px; font-size: 18px; line-height: 1.3; }
.fabric-feature p { color: var(--muted); }
.product-options { align-self: start; padding: 26px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.product-options ul { display: grid; gap: 10px; padding: 0; margin: 28px 0; list-style: none; }
.product-options ul:empty { display: none; }
.product-options li { padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.product-color-options { display: grid; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.product-color-options:empty { display: none; }
.color-group h3 { font-size: 14px; font-weight: 600; }
.color-swatches { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.color-swatch { display: inline-flex; align-items: center; justify-content: center; width: 17px; height: 17px; }
.color-swatch i { display: block; width: 17px; height: 17px; border: 1px solid rgba(26, 25, 23, 0.2); border-radius: 50%; background: var(--swatch-color); }
.product-options p { color: var(--muted); font-size: 13px; }
.intro-color-groups { display: grid; gap: 8px; padding: 2px 0; }
.intro-color-group { display: flex; align-items: flex-start; gap: 8px; }
.intro-color-group > b { width: 68px; flex: 0 0 68px; padding-top: 2px; font-size: 9px; font-weight: 600; line-height: 1.15; }
.intro-color-chips { display: flex; flex: 1; flex-wrap: wrap; gap: 6px; }
.intro-color-chips i { display: block; width: 11px; height: 11px; border: 1px solid rgba(26, 25, 23, 0.2); border-radius: 50%; background: var(--swatch-color); }
.color-swatch { display: inline-flex; align-items: center; gap: 6px; min-width: max-content; font-size: 11px; line-height: 1.2; }
.color-swatch b { font-weight: 500; }
.back-row { display: flex; justify-content: space-between; gap: 24px; padding: 0 clamp(24px, 9vw, 144px) clamp(64px, 8vw, 112px); }

.motion-ready .motion-reveal { opacity: 0; transform: translate3d(0, 18px, 0); transition: opacity 620ms cubic-bezier(0.16, 1, 0.3, 1) var(--motion-delay, 0ms), transform 620ms cubic-bezier(0.16, 1, 0.3, 1) var(--motion-delay, 0ms); }
.motion-ready .motion-reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.motion-ready .gallery-image figcaption { transition: color 320ms ease, background-color 320ms ease; }
.motion-ready .gallery-image.is-current figcaption { color: var(--white); background: var(--ink); }
.motion-ready .gallery-image.is-current figcaption span { color: #d6d3cd; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 32px; color: var(--white); background: var(--ink); font-size: 12px; }
.footer-contact { padding: 7px 0 5px; border-bottom: 1px solid currentColor; font-size: 12px; }

@media (max-width: 800px) {
  .site-header { align-items: flex-start; flex-direction: column; min-height: 96px; padding: 16px 20px 12px; }
  .site-header nav { width: 100%; gap: 20px; overflow-x: auto; padding-bottom: 4px; }
  .site-header-overlay { min-height: 94px; }
  .home-hero { min-height: 880px; }
  .home-hero-image img { object-position: 57% center; }
  .home-hero-copy { right: 24px; bottom: 72px; left: 24px; }
  .home-hero h1 { font-size: clamp(48px, 15vw, 64px); }
  .home-intro { grid-template-columns: 1fr; gap: 28px; }
  .section-kicker { grid-template-columns: 1fr; gap: 12px; }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-tile, .collection-tile-doctor, .collection-tile-nurse, .collection-tile-scrub, .collection-tile-patient, .collection-tile-bedding, .collection-tile-aesthetic { grid-column: auto; min-height: 300px; }
  .home-editorial { grid-template-columns: repeat(4, minmax(0, 1fr)); height: 280px; }
  .home-editorial::after { background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.44)); }
  .home-editorial-overlay { right: 24px; bottom: 34px; left: 24px; }
  .home-editorial-overlay p { font-size: clamp(30px, 10vw, 44px); }
  .home-editorial-overlay .text-link { margin-top: 24px; font-size: 14px; }
  .collection-hero { grid-template-columns: 1fr; height: auto; }
  .collection-hero-copy { min-height: 420px; padding: 40px 24px; }
  .collection-hero figure { height: 520px; min-height: 0; }
  .collection-hero figure .collection-hero-doctor,
  .collection-hero figure .collection-hero-nurse,
  .collection-hero figure .collection-hero-scrub,
  .collection-hero figure .collection-hero-patient,
  .collection-hero figure .collection-hero-aesthetic { --collection-focus: center 12%; }
  .collection-products { padding: 72px 24px; }
  .catalog-lineup { padding: 0 24px 72px; }
  .lineup-row { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .product-intro { grid-template-columns: 1fr; gap: 28px; padding: 56px 24px 40px; }
  .product-intro-facts dl { grid-template-columns: 1fr; }
  .product-intro-facts dl > div { min-height: 0; padding: 14px 0; border-right: 0 !important; }
  .product-intro-facts dl > div:nth-child(even) { padding-left: 0; }
  .product-gallery { grid-template-columns: 1fr; gap: 16px; padding: 32px 24px 56px; }
  .gallery-image, .gallery-image-1 { grid-column: auto; width: 100%; min-height: 0; aspect-ratio: 3 / 4; }
  .gallery-image-1 img { object-fit: cover; }
  .gallery-image figcaption { padding: 12px 14px; }
  .product-specs { grid-template-columns: 1fr; gap: 36px; padding: 72px 24px; }
  .fabric-features { grid-template-columns: 1fr; }
  .detail-note { grid-template-columns: 1fr; gap: 10px; }
  .back-row { padding: 0 24px 64px; }
  .site-footer { padding: 20px 24px; }
}

@media (max-width: 560px) {
  .product-card { flex-basis: 100%; max-width: none; }
}

@media (min-width: 1600px) {
  .collection-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .collection-tile, .collection-tile-doctor, .collection-tile-nurse, .collection-tile-scrub, .collection-tile-patient, .collection-tile-bedding, .collection-tile-aesthetic { grid-column: auto; min-height: clamp(420px, 32vw, 560px); }
  .collection-tile span, .collection-tile strong, .collection-tile em { left: 18px; }
  .collection-tile strong { bottom: 42px; font-size: clamp(24px, 1.8vw, 36px); }
}

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