:root {
    --bg-color: #ffffff;
    --text-color: #111111;
    --muted-color: #666666;
    --accent-color: #111111; 
    --font-title-en: 'Playfair Display', serif;
    --font-body-en: 'Outfit', 'Pretendard', sans-serif;
    --font-body-kr: 'Pretendard', 'Apple SD Gothic Neo', sans-serif;
    --page-gutter: 0;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto; }

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-body-kr);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; transition: color 0.3s ease; }
a:hover { color: var(--accent-color); }
.container { width: 90%; max-width: 1440px; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { font-family: var(--font-title-en); font-weight: 400; color: var(--text-color); }
.section-title { font-size: 3.5rem; margin-bottom: 2rem; line-height: 1.2; letter-spacing: -0.02em; }
.kr-body { font-size: 1.1rem; color: #444; line-height: 1.8; }
.en-body { font-family: var(--font-body-en); font-size: 1rem; color: var(--muted-color); letter-spacing: 0.05em; }

.mt-4 { margin-top: 1.5rem; }
.mt-2 { margin-top: 0.5rem; }
.text-center { text-align: center; }

.navbar {
    position: fixed;
    top: 0; width: 100%;
    display: flex; justify-content: space-between; align-items: center;
    padding: 2rem 5%; z-index: 100;
    mix-blend-mode: normal; 
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.logo a { 
    font-family: var(--font-title-en); 
    font-size: 1.5rem; 
    font-weight: 600; 
    letter-spacing: 0.1em; 
    line-height: 1.1; 
    text-transform: uppercase; 
    color: var(--accent-color);
}
.menu { display: flex; gap: 2.5rem; font-family: var(--font-body-en); font-size: 0.9rem; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 600; }
.menu a:hover { color: var(--accent-color); }

.hero { height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: #111; isolation: isolate; }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; z-index: 0; filter: grayscale(1); transform: scale(1.02); }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.58); z-index: 1; }
.hero-content { position: relative; z-index: 2; text-align: center; padding: 0 5%; }
.hero-title { font-size: 8vw; line-height: 1; text-transform: uppercase; margin-bottom: 2rem; letter-spacing: 0.02em; color: #fff; }
.hero-subtitle { font-family: var(--font-body-en); font-size: 1.2rem; max-width: 600px; margin: 0 auto; color: rgba(255,255,255,0.86); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }

.about { padding: 10rem 0; background-color: #fafafa; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-image { width: 100%; height: 700px; background-color: #eee; overflow: hidden; }
.img-fluid { width: 100%; height: 100%; object-fit: cover; }
.parallax-img { transform: scale(1.2); }
.about-text h2 { color: var(--accent-color); }

.collection { padding: 5rem 0 10rem; background-color: #ffffff; }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 5rem; border-bottom: 2px solid #111; padding-bottom: 1.5rem; }
.collection-shell { width: 100%; max-width: none; margin: 0; padding: 0; }
.collection-head { display: flex; justify-content: space-between; align-items: flex-end; margin: 0 0 3rem; padding: 0 0 1.5rem 5vw; border-bottom: 2px solid #111; }
.collection-title { font-family: var(--font-title-en); font-size: 3.5rem; font-weight: 400; line-height: 1.2; letter-spacing: -0.02em; margin: 0; color: var(--text-color); }
.collection-count { font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted-color); margin: 0; padding-right: 0; }
.collection-layout { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 0; align-items: start; width: 100%; }
.collection-nav { display: flex; gap: 2.5rem; padding: 0.5rem 3rem 0 5vw; flex-shrink: 0; position: sticky; top: 6rem; align-self: start; }
.collection-nav-col { min-width: 7.5rem; }
.collection-nav-label { font-family: var(--font-body-en); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: #999; margin-bottom: 1.25rem; }
.collection-nav-list { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.collection-nav-btn { display: flex; align-items: center; gap: 0.55rem; width: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; font-family: var(--font-body-en); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: #b0b0b0; text-align: left; transition: color 0.25s ease; }
.collection-nav-btn:hover { color: #666; }
.collection-nav-btn.is-active { color: #111; font-weight: 700; }
.collection-nav-mark { width: 0.85rem; flex-shrink: 0; font-size: 0.62rem; line-height: 1; }
.collection-main { min-width: 0; width: 100%; padding: 0; margin: 0; }
.collection-empty { font-family: var(--font-body-kr); color: #666; padding: 2rem 0; }
.collection-empty-filter { margin-top: 1rem; }
.collection-pager { display: flex; justify-content: center; padding: 2.5rem 0 0; }
.collection-pager-dots { display: flex; align-items: center; gap: 0.65rem; flex-wrap: wrap; justify-content: center; }
.collection-pager-dot { width: 0.55rem; height: 0.55rem; padding: 0; border: 0; border-radius: 50%; background: #d4d4d4; cursor: pointer; transition: transform 0.25s ease, background 0.25s ease; }
.collection-pager-dot:hover { background: #999; }
.collection-pager-dot.is-active { background: #111; transform: scale(1.35); }
.product-img-fallback { width: 100%; height: 100%; background: #eee; display: flex; align-items: center; justify-content: center; font-family: var(--font-body-en); font-size: 0.85rem; color: #999; }
.collection-main .product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem 2rem; padding: 0 2rem 0 0; margin: 0; align-content: start; }
.collection-main .product-card.is-col-odd { padding-right: 0.75rem; }
.collection-main .product-card.is-col-even { padding-left: 0.75rem; }
.collection-main .product-img { width: 93%; margin-left: auto; margin-right: auto; padding: 0; }
.collection-main .product-info { width: 93%; margin-left: auto; margin-right: auto; }
#productGridPool { display: none !important; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem 4rem; }
.mt-offset { margin-top: 3.5rem; }
.product-card { display: block; group: hover; }
.product-img { width: 100%; aspect-ratio: 4/5; background-color: #eee; overflow: hidden; position: relative; margin-bottom: 1.5rem; }
.product-card-img { background-color: #eee; }
.collection-main .product-card-img { transform: scale(0.965); transform-origin: center; }
.hover-zoom { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
.product-card:hover .hover-zoom { transform: scale(1.01); }
.product-info h3 { font-family: var(--font-body-kr); font-size: clamp(1.08rem, 1.35vw, 1.35rem); font-weight: 800; line-height: 1.35; letter-spacing: 0; margin-bottom: 0.25rem; transition: color 0.3s; }
.product-card:hover .product-info h3 { color: var(--accent-color); }
.product-price { margin: 0 0 1rem; font-family: var(--font-body-en); font-size: 1rem; font-weight: 800; line-height: 1.35; color: #111; letter-spacing: 0; }
.product-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.18rem 0.45rem; margin: 0; padding-top: 0.9rem; border-top: 1px solid #d8d8d8; font-family: var(--font-body-en); font-size: 0.82rem; font-weight: 500; line-height: 1.65; color: #333; letter-spacing: 0; }
.product-meta span { white-space: nowrap; }
.product-meta-sep { color: #b3b3b3; }
.product-short-desc { font-family: var(--font-body-kr); font-size: 0.88rem; color: var(--muted-color); margin-top: 0.6rem; line-height: 1.5; word-break: keep-all; }

.footer { padding: 5rem 0; border-top: 1px solid #eee; background: #fafafa; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; margin-bottom: 4rem; }
.footer-brand h2 { font-size: 2.5rem; margin-bottom: 0.5rem; color: var(--accent-color); }
.footer-brand p { color: var(--muted-color); font-family: var(--font-body-kr); }
.footer-contact p, .footer-links a { font-family: var(--font-body-en); font-size: 0.95rem; color: #333; margin-bottom: 0.5rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; }
.footer-links a { display: flex; align-items: center; gap: 0.65rem; }
.footer-links svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.25s ease; }
.footer-links a:hover { color: var(--accent-color); }
.footer-links a:hover svg { transform: translateY(-1px); }
.footer-bottom { text-align: center; border-top: 1px solid #eee; padding-top: 2rem; font-family: var(--font-body-en); font-size: 0.8rem; color: #888; }
.footer-policies { display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 1rem; }
.footer-policies a { font-family: var(--font-body-kr); font-size: 0.85rem; color: #555; text-decoration: none; transition: color 0.3s; }
.footer-policies a:hover { color: var(--accent-color); }
.policy-section { padding: 10rem 0 5rem; background-color: #fff; min-height: 70vh; }
.policy-content { max-width: 800px; margin: 0 auto; padding: 0 1.5rem; font-family: var(--font-body-kr); color: #333; line-height: 1.8; }
.policy-content h1 { font-family: var(--font-body-kr); font-size: 2.5rem; margin-bottom: 2.5rem; color: #111; font-weight: 600; text-align: center; }
.policy-content h2 { font-size: 1.4rem; margin-top: 2.5rem; margin-bottom: 1rem; color: #111; font-weight: 600; border-bottom: 1px solid #eee; padding-bottom: 0.5rem; }
.policy-content p { margin-bottom: 1.2rem; font-size: 1rem; color: #444; }
.policy-content ul { margin-bottom: 1.5rem; padding-left: 1.5rem; list-style-type: disc; }
.policy-content li { margin-bottom: 0.5rem; font-size: 0.95rem; color: #555; }

.company-page { background: #fff; }
.company-hero { min-height: 100vh; background: #fff; }
.company-hero::after { content: none; }
.company-hero-content { width: min(90%, 1440px); margin: 0 auto; text-align: left; }
.company-eyebrow { display: inline-flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; font-family: var(--font-body-en); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #111; }
.company-eyebrow::before { content: ""; width: 3.5rem; height: 1px; background: currentColor; }
.company-title { font-size: 8vw; max-width: none; margin-bottom: 1.5rem; color: #111; }
.company-subtitle { max-width: 520px; margin: 0; background: none; backdrop-filter: none; padding: 0; font-size: 1.15rem; color: #333; letter-spacing: 0.02em; }

/* ── INTRO : 50/50 Split ── */
.cp-intro { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; }
.cp-intro-visual { overflow: hidden; position: relative; }
.cp-intro-visual img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 6s cubic-bezier(0.16, 1, 0.3, 1); }
.cp-intro-visual:hover img { transform: scale(1.04); }
.cp-intro-body { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 8rem); background: #fff; }
.cp-intro-heading { font-family: var(--font-body-kr); font-size: clamp(2.4rem, 4vw, 3.8rem); font-weight: 700; line-height: 1.35; letter-spacing: -0.04em; color: #111; margin-bottom: 3rem; }
.cp-lang-tabs { position: relative; }
.cp-lang-tabs input { position: absolute; opacity: 0; pointer-events: none; }
.cp-lang-switch { display: inline-flex; gap: 0.4rem; margin-bottom: 2.5rem; padding: 0.3rem; border: 1px solid #ddd; border-radius: 999px; }
.cp-lang-switch label { display: inline-flex; align-items: center; justify-content: center; min-width: 3.8rem; padding: 0.55rem 0.9rem; border-radius: 999px; cursor: pointer; font-family: var(--font-body-en); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; color: #999; transition: all 0.3s ease; user-select: none; }
.cp-lang-switch label:hover { color: #555; }
#cp-lang-ko:checked ~ .cp-lang-switch label[for="cp-lang-ko"],
#cp-lang-en:checked ~ .cp-lang-switch label[for="cp-lang-en"] { background: #111; color: #fff; }
.cp-copy { display: none; }
#cp-lang-ko:checked ~ .cp-copy-ko,
#cp-lang-en:checked ~ .cp-copy-en { display: block; animation: cpFadeIn 0.45s ease; }
@keyframes cpFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.cp-copy p { font-size: clamp(1.15rem, 1.8vw, 1.6rem); line-height: 1.75; letter-spacing: -0.03em; color: #222; margin-bottom: 1.5rem; word-break: keep-all; }
.cp-copy-en p { font-family: var(--font-body-en); letter-spacing: -0.01em; }

/* ── QUOTE BAND ── */
.cp-quote { padding: clamp(5rem, 10vw, 10rem) 5%; background: #111; text-align: center; }
.cp-quote-inner { max-width: 820px; margin: 0 auto; }
.cp-quote blockquote { margin: 0; }
.cp-quote blockquote p { font-family: var(--font-body-kr); font-size: clamp(1.8rem, 3.5vw, 3.4rem); font-weight: 600; line-height: 1.55; letter-spacing: -0.04em; color: #fff; word-break: keep-all; }
.cp-quote-attr { display: block; margin-top: 2.5rem; font-family: var(--font-body-en); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.35); }

/* ── GALLERY : Bento Grid ── */
.cp-gallery { padding: clamp(5rem, 10vw, 10rem) 0; background: #f7f5f1; }
.cp-gallery-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; padding-bottom: 1.5rem; border-bottom: 2px solid #111; }
.cp-gallery-header p { text-align: right; }
.cp-bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 20vw; gap: 0.75rem; }
.cp-bento-item { position: relative; overflow: hidden; background: #e5e0d8; margin: 0; }
.cp-bento-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.cp-bento-item:hover img { transform: scale(1.05); }
.cp-bento-item figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.2rem 1.5rem; font-family: var(--font-body-en); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; background: linear-gradient(to top, rgba(0,0,0,0.55), transparent); opacity: 0; transform: translateY(6px); transition: all 0.4s ease; }
.cp-bento-item:hover figcaption { opacity: 1; transform: none; }
.cp-bento-hero { grid-column: span 2; grid-row: span 2; }
.cp-bento-tall { grid-row: span 2; }
.cp-bento-wide { grid-column: span 3; }

/* ── VALUES ── */
.cp-values { padding: clamp(5rem, 10vw, 10rem) 0; background: linear-gradient(160deg, #0a0a0a, #1a1a1a 50%, #111); }
.cp-values-header { margin-bottom: 4rem; }
.cp-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.cp-value-card { padding: clamp(2rem, 3vw, 3rem); border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.03); backdrop-filter: blur(4px); transition: all 0.4s ease; position: relative; overflow: hidden; }
.cp-value-card::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, #fff, rgba(255,255,255,0.3)); transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.cp-value-card:hover { border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.06); transform: translateY(-4px); }
.cp-value-card:hover::before { width: 100%; }
.cp-value-num { margin-bottom: 2.5rem; font-family: var(--font-body-en); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.18em; color: rgba(255,255,255,0.3); }
.cp-value-card h3 { margin-bottom: 1.2rem; color: #fff; font-size: clamp(1.6rem, 2.5vw, 2.2rem); }
.cp-value-card p { color: rgba(255,255,255,0.72); line-height: 1.85; word-break: keep-all; margin-bottom: 2rem; }
.cp-value-en { display: block; font-family: var(--font-body-en); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; color: rgba(255,255,255,0.25); font-style: italic; }

/* ── SWATCH REQUEST ── */
.sample-request-page { background: #f7f5f1; min-height: 100vh; }
.sample-request-hero { padding: 10rem 0 6rem; }
.sample-back { display: inline-flex; margin-bottom: 2rem; font-family: var(--font-body-kr); font-weight: 600; color: #555; }
.sample-request-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 2rem; align-items: start; }
.sample-cart-card, .sample-form-card { background: #fff; border: 1px solid rgba(0,0,0,0.08); }
.sample-cart-card { position: sticky; top: 8rem; overflow: hidden; }
.sample-cart-head { padding: 2rem 2rem 1.25rem; border-bottom: 1px solid rgba(0,0,0,0.08); }
.sample-cart-head strong { display: inline-flex; margin-top: 1.2rem; padding: 0.45rem 0.7rem; background: #111; color: #fff; font-size: 0.82rem; }
.sample-kicker { display: block; margin-bottom: 0.75rem; font-family: var(--font-body-en); font-size: 0.78rem; font-weight: 600; letter-spacing: 0; text-transform: uppercase; color: #777; }
.sample-cart-card h1, .sample-form-card h2 { margin: 0 0 1rem; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1; letter-spacing: 0; }
.sample-cart-card p, .sample-desc { margin: 0; color: #555; line-height: 1.8; word-break: keep-all; }
.sample-cart-list { display: grid; }
.sample-cart-item { position: relative; display: grid; grid-template-columns: 86px 1fr auto; gap: 1rem; align-items: center; padding: 1rem 2rem; border-bottom: 1px solid rgba(0,0,0,0.08); }
.sample-cart-item img { width: 86px; aspect-ratio: 4/5; object-fit: cover; background: #eee; }
.sample-cart-thumb-placeholder { display: block; width: 86px; aspect-ratio: 4/5; background: #eee; }
.sample-cart-item span { display: block; margin-bottom: 0.2rem; color: #777; font-size: 0.76rem; font-weight: 700; }
.sample-cart-item strong { display: block; color: #111; font-size: 1rem; }
.sample-cart-item p { margin-top: 0.25rem; font-size: 0.86rem; line-height: 1.55; }
.sample-cart-remove { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #ddd; color: #777; font-size: 1.25rem; line-height: 1; }
.sample-cart-remove:hover { border-color: #111; color: #111; }
.sample-cart-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; padding: 1.1rem 2rem 0; }
.sample-cart-actions a, .sample-cart-empty a { padding: 0.75rem 1rem; border: 1px solid #111; font-weight: 700; }
.sample-cart-actions a:first-child, .sample-cart-empty a { background: #111; color: #fff; }
.sample-cart-empty { padding: 2rem; background: #faf9f6; }
.sample-cart-empty p { margin-bottom: 1rem; }
.sample-cart-empty-form { margin-top: 2rem; }
.sample-cart-note { margin: 1.25rem 2rem 2rem; padding: 1rem; background: #f7f5f1; color: #555; line-height: 1.7; word-break: keep-all; }
.sample-form-card { padding: clamp(2rem, 4vw, 4rem); }
.sample-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; margin-top: 2rem; }
.sample-form label { display: block; margin-bottom: 0.45rem; font-size: 0.88rem; font-weight: 700; color: #333; }
.sample-form input, .sample-form textarea { width: 100%; padding: 0.9rem 1rem; border: 1px solid #ddd; background: #fff; color: #111; font-family: var(--font-body-kr); font-size: 1rem; outline: none; transition: border-color 0.2s ease; }
.sample-form input:focus, .sample-form textarea:focus { border-color: #111; }
.sample-form textarea { min-height: 130px; resize: vertical; }
.sample-form-full { grid-column: 1 / -1; }
.sample-radio-group { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.sample-radio-group label { display: flex; align-items: center; gap: 0.55rem; margin: 0; padding: 0.9rem 1rem; border: 1px solid #ddd; cursor: pointer; }
.sample-radio-group input { width: auto; }
.sample-form button { grid-column: 1 / -1; padding: 1.05rem 1.2rem; border: 0; background: #111; color: #fff; font-family: var(--font-body-kr); font-size: 1rem; font-weight: 700; cursor: pointer; transition: opacity 0.25s ease; }
.sample-form button:hover { opacity: 0.86; }
.sample-error { margin-top: 1.5rem; padding: 1rem; background: #fff2f2; border: 1px solid #f1b5b5; color: #b42318; }
.sample-error p { margin: 0.25rem 0; }
.sample-bank-box { margin-top: 2rem; padding: 1.5rem; background: #f7f5f1; border: 1px solid #e5ded2; }
.sample-bank-box strong { display: block; margin-bottom: 0.6rem; font-size: 1.1rem; color: #111; }
.sample-bank-box p { margin: 0 0 1rem; color: #555; }
.sample-bank-box dl { display: grid; grid-template-columns: 90px 1fr; gap: 0.5rem 1rem; margin: 1rem 0 0; }
.sample-bank-box dt { color: #777; font-weight: 700; }
.sample-bank-box dd { margin: 0; color: #111; font-weight: 700; }
.sample-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.sample-actions a { padding: 0.85rem 1.2rem; border: 1px solid #111; font-weight: 700; }
.sample-actions a:first-child { background: #111; color: #fff; }

/* ── MAIN PHILOSOPHY ── */
.main-philosophy {
    padding: 9rem 0;
    background-color: #ffffff;
    border-top: 1px solid #eee;
    text-align: center;
}
.section-eyebrow {
    display: inline-block;
    font-family: var(--font-body-en);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #888;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.philosophy-header {
    max-width: 800px;
    margin: 0 auto 5rem auto;
}
.philosophy-header .section-title {
    margin-bottom: 1.5rem;
}
.standard-title em {
    font-family: var(--font-body-en);
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.philosophy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}
.philosophy-card {
    padding: 3.5rem 2.5rem;
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    text-align: center;
}
.philosophy-card:hover {
    transform: translateY(-8px);
    border-color: #111;
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}
.philosophy-card .card-num {
    font-family: var(--font-body-en);
    font-size: 1.2rem;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 2rem;
    display: block;
    transition: color 0.3s;
}
.philosophy-card:hover .card-num {
    color: #111;
}
.philosophy-card h3 {
    font-family: var(--font-body-en);
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    letter-spacing: -0.01em;
}
.philosophy-card p.kr-body {
    font-size: 0.98rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    flex-grow: 1;
}
.philosophy-card .card-tag {
    font-family: var(--font-body-kr);
    font-size: 0.8rem;
    font-weight: 700;
    color: #888;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.2rem;
    width: fit-content;
    transition: all 0.3s;
}
.philosophy-card:hover .card-tag {
    color: #111;
    border-color: #111;
}
.standard-process {
    max-width: 760px;
    margin: 5rem auto 0;
    padding: 0;
    text-align: center;
}
.standard-process .section-title {
    margin-bottom: 1.5rem;
}
.standard-process .kr-body {
    margin: 0 auto;
    max-width: 620px;
}

.detail-chips {
    padding: 8rem 0;
    background: #111;
}
.detail-chips .section-title {
    color: #fff;
    margin-bottom: 0;
}
.detail-chips .section-eyebrow {
    color: rgba(255,255,255,0.45);
}
.detail-chips-header {
    margin-bottom: 4rem;
}
.detail-chip-grid {
    display: flex;
    gap: 0.65rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 5vw 1.25rem;
    margin: 0 -5vw;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.38) rgba(255,255,255,0.08);
}
.detail-chip-grid::-webkit-scrollbar {
    height: 6px;
}
.detail-chip-grid::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.08);
}
.detail-chip-grid::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.38);
}
.detail-chip {
    flex: 0 0 clamp(130px, 13vw, 210px);
    aspect-ratio: 1;
    overflow: hidden;
    background: #222;
    scroll-snap-align: start;
}
.detail-chip-link {
    display: block;
    cursor: pointer;
}
.detail-chip-link img {
    pointer-events: none;
}
.detail-chip-link:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}
.detail-chip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.85) contrast(1.05);
    transition: transform 0.45s ease, filter 0.45s ease;
}
.detail-chip:hover img {
    transform: scale(1.08);
    filter: saturate(1) contrast(1);
}

/* ── MAIN PROCESS ── */
.main-process {
    padding: 10rem 0;
    background-color: #f7f5f1;
}
.process-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 6rem;
    align-items: center;
}
.process-image {
    width: 100%;
    aspect-ratio: 4/5;
    background-color: #eee;
    overflow: hidden;
}
.process-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 6s cubic-bezier(0.16, 1, 0.3, 1);
}
.process-image:hover img {
    transform: scale(1.05);
}
.process-text {
    display: flex;
    flex-direction: column;
}
.process-text .section-eyebrow {
    margin-bottom: 1rem;
}
.process-text .section-title {
    margin-bottom: 2rem;
}
.process-text > p.kr-body {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 3.5rem;
    line-height: 1.75;
}
.process-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.process-steps li {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}
.process-steps .step-num {
    font-family: var(--font-body-en);
    font-size: 0.85rem;
    font-weight: 700;
    color: #111;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.4rem 0.8rem;
    border: 1px solid #111;
    border-radius: 99px;
    line-height: 1;
    white-space: nowrap;
}
.process-steps .step-content h4 {
    font-family: var(--font-body-kr);
    font-size: 1.15rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
.process-steps .step-content p {
    font-family: var(--font-body-kr);
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
    word-break: keep-all;
}

/* ── COMPANY LOCATION ── */
.cp-location {
    padding: 10rem 0;
    background-color: #fafafa;
    border-top: 1px solid #eee;
}
.location-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 6rem;
    align-items: center;
}
.location-info .section-title {
    margin-bottom: 2rem;
}
.location-info .kr-body {
    color: #555;
    margin-bottom: 3.5rem;
}
.info-details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.info-item h3 {
    font-family: var(--font-body-en);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.75rem;
}
.info-item .kr-body {
    font-size: 1rem;
    color: #222;
    margin: 0;
}
.info-item .en-body {
    font-size: 0.95rem;
    color: #222;
    margin: 0;
}
.location-map {
    width: 100%;
}
.map-wrapper {
    width: 100%;
    aspect-ratio: 4/3;
    border: 1px solid #eaeaea;
    background-color: #eee;
    overflow: hidden;
    filter: grayscale(1) contrast(1.1);
    transition: filter 0.5s ease;
}
.map-wrapper:hover {
    filter: none;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .section-title { font-size: 2.8rem; }
    .about { padding: 6rem 0; }
    .about-grid { grid-template-columns: 1fr; gap: 3rem; }
    .about-image { height: 400px; }
    
    .main-philosophy, .main-process { padding: 6rem 0; }
    .philosophy-grid { grid-template-columns: 1fr; gap: 2rem; }
    .philosophy-header { margin-bottom: 3rem; }
    .standard-process { margin-top: 3rem; }
    .detail-chips { padding: 6rem 0; }
    .detail-chip { flex-basis: clamp(120px, 22vw, 180px); }
    .process-grid { grid-template-columns: 1fr; gap: 4rem; }
    .process-image { aspect-ratio: 16/10; }
    .process-text > p.kr-body { margin-bottom: 2.5rem; }
    
    .cp-location { padding: 6rem 0; }
    .location-grid { grid-template-columns: 1fr; gap: 4rem; }
    .map-wrapper { aspect-ratio: 16/9; }
    
    .collection { padding: 4rem 0 6rem; }
    .collection-head { padding-left: 5vw; }
    .collection-title { font-size: 2.8rem; }
    .collection-layout { grid-template-columns: 1fr; gap: 2rem; }
    .collection-nav { gap: 2rem; padding-left: 5vw; padding-right: 5vw; position: static; }
    .collection-main .product-grid { gap: 1.5rem 1.5rem; }
    .collection-main .product-card.is-col-odd,
    .collection-main .product-card.is-col-even { padding-left: 0; padding-right: 0; }
    .product-grid { gap: 1.5rem 2rem; }
    .product-info h3 { font-size: 1.4rem; }
    .product-meta { font-size: 0.8rem; }
    .mt-offset { margin-top: 2.25rem; }
    .cp-intro { grid-template-columns: 1fr; min-height: auto; }
    .cp-intro-visual { height: 60vw; }
    .cp-bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 40vw; }
    .cp-bento-hero { grid-column: span 2; grid-row: span 1; }
    .cp-bento-tall { grid-row: span 1; }
    .cp-bento-wide { grid-column: span 2; }
    .cp-values-grid { grid-template-columns: 1fr; }
    .sample-request-grid { grid-template-columns: 1fr; }
    .sample-cart-card { position: static; }
}

@media (max-width: 640px) {
    .section-title { font-size: 2.2rem; margin-bottom: 1.2rem; }
    .hero { height: 80vh; }
    .hero-title { font-size: 12vw; }
    .hero-subtitle { font-size: 0.95rem; padding: 0; background: none; }
    .about { padding: 4rem 0; }
    .about-grid { gap: 2rem; }
    .about-image { height: 280px; }
    .kr-body { font-size: 0.95rem; }
    
    .main-philosophy, .main-process { padding: 4rem 0; }
    .philosophy-card { padding: 2.5rem 1.5rem; }
    .philosophy-card h3 { font-size: 1.5rem; }
    .philosophy-card p.kr-body { margin-bottom: 1.5rem; }
    .standard-process { padding: 3rem 1.25rem; margin-top: 2rem; }
    .detail-chips { padding: 4rem 0; }
    .detail-chips-header { margin-bottom: 2.5rem; }
    .detail-chip-grid { gap: 0.45rem; }
    .detail-chip { flex-basis: 38vw; }
    .process-image { aspect-ratio: 4/3; }
    .process-steps { gap: 2rem; }
    .process-steps li { gap: 1rem; flex-direction: column; }
    .process-steps .step-num { width: fit-content; }
    
    .cp-location { padding: 4rem 0; }
    .map-wrapper { aspect-ratio: 4/3; }
    
    .collection { padding: 3rem 0 5rem; }
    .collection-head { margin-bottom: 2.5rem; flex-direction: column; align-items: flex-start; gap: 0.5rem; padding-left: 5vw; padding-right: 5vw; }
    .collection-title { font-size: 2.2rem; margin-bottom: 0; }
    .section-header { margin-bottom: 2.5rem; flex-direction: column; align-items: flex-start; gap: 0.5rem; }
    .collection-nav { flex-direction: column; gap: 1.5rem; padding-left: 5vw; padding-right: 5vw; position: static; }
    .collection-nav-col { min-width: 0; width: 100%; }
    .collection-nav-list { flex-direction: row; flex-wrap: wrap; gap: 0.75rem 1.25rem; }
    .collection-main .product-grid { padding-right: 0; }
    .collection-main .product-img,
    .collection-main .product-info { width: 100%; }
    .collection-main .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.35rem 0.75rem; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.35rem 0.75rem; }
    .mt-offset { margin-top: 0; }
    .product-img { margin-bottom: 0.8rem; }
    .product-info h3 { font-size: 0.98rem; line-height: 1.35; margin-bottom: 0.2rem; }
    .product-price { font-size: 0.78rem; margin-bottom: 0.65rem; }
    .product-meta { gap: 0.1rem 0.28rem; padding-top: 0.65rem; font-size: 0.68rem; line-height: 1.45; }
    .product-meta span { white-space: normal; overflow-wrap: anywhere; }
    .policy-section { padding: 7rem 0 3rem; }
    .policy-content h1 { font-size: 1.8rem; }
    .policy-content h2 { font-size: 1.2rem; }
    .company-hero { min-height: 86vh; }
    .company-title { font-size: 12vw; }
    .cp-intro-visual { height: 80vw; }
    .cp-intro-body { padding: 2.5rem calc(var(--page-gutter) + 1rem); }
    .cp-intro-heading { font-size: 2rem; margin-bottom: 2rem; }
    .cp-bento { display: block; }
    .cp-bento-item { height: 60vw; margin-bottom: 0.75rem; }
    .cp-bento-item figcaption { opacity: 1; transform: none; }
    .cp-quote blockquote p { font-size: 1.6rem; }
    .sample-request-hero { padding: 8rem 0 4rem; }
    .sample-form { grid-template-columns: 1fr; }
    .sample-radio-group { grid-template-columns: 1fr; }
    .sample-bank-box dl { grid-template-columns: 1fr; }
    .sample-cart-head { padding: 1.5rem 1.25rem 1rem; }
    .sample-cart-item { grid-template-columns: 72px 1fr auto; gap: 0.75rem; padding: 0.9rem 1.25rem; }
    .sample-cart-item img, .sample-cart-thumb-placeholder { width: 72px; }
    .sample-cart-actions { padding: 1rem 1.25rem 0; }
    .sample-cart-note { margin: 1rem 1.25rem 1.25rem; }
}

@media (max-width: 768px) {
    :root {
        --page-gutter: 0.75rem;
    }

    .container {
        width: calc(100% - var(--page-gutter) * 2);
    }

    .company-hero-content {
        width: calc(100% - var(--page-gutter) * 2);
    }

    .hero-content {
        padding-left: var(--page-gutter);
        padding-right: var(--page-gutter);
    }

    .collection-head,
    .collection-nav {
        padding-left: var(--page-gutter);
        padding-right: var(--page-gutter);
    }

    .collection-main .product-grid {
        padding-left: var(--page-gutter);
        padding-right: var(--page-gutter);
    }

    .detail-chip-grid {
        padding-left: var(--page-gutter);
        padding-right: var(--page-gutter);
        margin-left: 0;
        margin-right: 0;
    }

    .cp-quote {
        padding-left: var(--page-gutter);
        padding-right: var(--page-gutter);
    }
}
