﻿
:root {
  --paper: #f5f4f0;
  --ink: #111111;
  --muted: #6f6e69;
  --line: #d9d8d3;
  --green: #16753b;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Pretendard, SUIT, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 12px 16px; transform: translateY(-150%); background: var(--ink); color: white; }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 20; height: 78px; padding: 0 clamp(22px, 4vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 95%, transparent); }
.wordmark { width: max-content; font-family: Arial, sans-serif; font-size: 17px; font-weight: 900; letter-spacing: -.035em; }
.site-header nav { display: flex; gap: 30px; font: 700 11px/1 Arial, sans-serif; letter-spacing: .12em; }
.site-header nav a { padding: 13px 0; }
.site-header nav a:hover { color: var(--green); }
.header-cta { justify-self: end; min-height: 44px; padding: 0 19px; display: inline-flex; align-items: center; background: var(--ink); color: white; font-size: 13px; font-weight: 800; transition: background .2s ease; }
.header-cta:hover { background: var(--green); }

.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: minmax(0, 46%) minmax(0, 54%); }
.hero-copy { padding: clamp(54px, 7vw, 112px) clamp(28px, 6vw, 96px) 60px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 26px; font: 800 11px/1 Arial, sans-serif; letter-spacing: .17em; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(43px, 5.15vw, 78px); line-height: .99; letter-spacing: -.07em; word-break: keep-all; }
.hero-lead { max-width: 600px; margin: 28px 0 0; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.66; word-break: keep-all; }
.hero-prices { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.hero-prices > div { padding: 18px 0 21px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.hero-prices > div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.hero-prices span { grid-column: 1 / -1; margin-bottom: 10px; color: var(--muted); font-size: 12px; font-weight: 800; }
.hero-prices strong { font: 700 clamp(32px, 3.2vw, 52px)/.92 Arial, sans-serif; letter-spacing: -.06em; }
.hero-prices small { padding: 0 10px 4px 6px; color: var(--muted); font-size: 12px; }
.hero-spec { margin: 13px 0 0; color: var(--muted); font-size: 12px; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 22px; }
.primary-button, .light-button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; transition: background .2s ease, color .2s ease; }
.primary-button { background: var(--green); color: white; }
.primary-button:hover { background: var(--ink); }
.phone-link { padding: 12px 0; font: 700 15px/1 Arial, sans-serif; border-bottom: 1px solid var(--ink); }
.contact-note { margin: 10px 0 0 2px; color: var(--muted); font-size: 11px; }
.hero-image { position: relative; margin: 0; min-height: calc(100vh - 78px); overflow: hidden; background: #e9e4d9; }
.hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.hero-image:hover img { transform: scale(1.025); }
.hero-image figcaption, .fabric-section figcaption { position: absolute; right: 18px; bottom: 18px; padding: 9px 11px; background: var(--paper); font: 700 10px/1 Arial, sans-serif; letter-spacing: .1em; }

.section { padding: clamp(92px, 11vw, 166px) clamp(22px, 6vw, 96px); }
.section-heading { margin-bottom: clamp(48px, 6vw, 86px); }
.section-heading h2, .fabric-copy h2, .final-cta h2 { margin: 0; font-size: clamp(42px, 5.5vw, 82px); line-height: .98; letter-spacing: -.07em; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: 60px; align-items: end; }
.split-heading > p { max-width: 430px; justify-self: end; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; word-break: keep-all; }

.price-section { border-top: 1px solid var(--line); }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.price-tier { min-height: 330px; padding: 30px clamp(22px, 4vw, 62px) 34px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; align-items: end; }
.price-tier + .price-tier { border-left: 1px solid var(--ink); }
.price-tier .index { grid-column: 1 / -1; align-self: start; font: 700 12px/1 Arial, sans-serif; }
.price-tier p { grid-column: 1 / -1; margin: 64px 0 16px; font-size: 17px; font-weight: 800; }
.price-tier strong { font: 700 clamp(62px, 8vw, 128px)/.82 Arial, sans-serif; letter-spacing: -.075em; }
.price-tier small { padding-bottom: 4px; font-size: 13px; }
.price-tier.featured { background: var(--ink); color: white; }
.price-note { padding: clamp(44px, 6vw, 84px) 0; display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; border-bottom: 1px solid var(--line); }
.price-note p { margin: 0; display: flex; flex-direction: column; gap: 10px; font: 700 clamp(22px, 2.8vw, 42px)/1.15 Arial, sans-serif; letter-spacing: -.04em; }
.price-note p strong:last-child { color: var(--green); }
.price-note h3 { margin: 0; font-size: clamp(27px, 3.2vw, 48px); line-height: 1.2; letter-spacing: -.055em; }
.calculator { margin-top: clamp(56px, 7vw, 96px); padding: clamp(30px, 4.2vw, 60px); display: grid; grid-template-columns: 1fr auto minmax(260px, .65fr); gap: clamp(32px, 5vw, 84px); align-items: center; background: var(--ink); color: white; }
.calculator h3 { margin: 0; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.045em; }
.calculator > div:first-child > p:last-child { max-width: 420px; margin: 14px 0 0; color: #a8a8a3; font-size: 12px; line-height: 1.7; }
.quantity-control > span, .estimate > span { display: block; margin-bottom: 14px; color: #aaa9a5; font-size: 11px; }
.quantity-control > div { display: flex; align-items: stretch; border: 1px solid #555; }
.quantity-control button { width: 50px; min-height: 54px; border: 0; background: transparent; color: white; font-size: 22px; cursor: pointer; }
.quantity-control button:disabled { color: #555; cursor: not-allowed; }
.quantity-control label { min-width: 102px; display: flex; align-items: center; justify-content: center; border-left: 1px solid #555; border-right: 1px solid #555; }
.quantity-control input { width: 48px; border: 0; outline: 0; background: transparent; color: white; text-align: right; font: 700 22px/1 Arial, sans-serif; appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button { appearance: none; }
.quantity-control em { margin-left: 4px; font-size: 12px; font-style: normal; }
.estimate { padding-left: clamp(28px, 4vw, 60px); border-left: 1px solid #555; }
.estimate strong { display: block; font: 700 clamp(48px, 5.4vw, 82px)/.95 Arial, sans-serif; letter-spacing: -.07em; white-space: nowrap; }
.estimate strong small { margin-left: 5px; font-size: 15px; letter-spacing: 0; }
.estimate p { margin: 12px 0 0; color: #aaa9a5; font-size: 12px; }

.custom-section { padding-top: 70px; border-top: 1px solid var(--line); }
.custom-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.custom-grid article { min-height: 470px; padding: clamp(36px, 5vw, 72px); }
.custom-grid article + article { border-left: 1px solid var(--ink); }
.custom-grid h3 { max-width: 620px; margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1.07; letter-spacing: -.06em; }
.custom-grid article > p:not(.eyebrow):not(.approval-note) { max-width: 530px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; word-break: keep-all; }
.custom-grid ul { max-width: 520px; margin: 48px 0 0; padding: 18px 0 0; display: flex; flex-wrap: wrap; gap: 10px 24px; border-top: 1px solid var(--line); list-style: none; }
.custom-grid li { font-size: 13px; }
.custom-grid li::before { content: "·"; margin-right: 8px; color: var(--green); }
.approval-note { margin: 52px 0 0; padding: 19px 0 0; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.7; }
.order-types { padding-top: 36px; display: grid; grid-template-columns: minmax(180px, .4fr) 1fr; gap: 30px; }
.order-types > span { color: var(--muted); font-size: 12px; }
.order-types p { margin: 0; display: flex; flex-wrap: wrap; gap: 12px 24px; }
.order-types b { font-size: clamp(16px, 1.6vw, 23px); }

.fabric-section { display: grid; grid-template-columns: 1fr 1fr; background: #e8e4db; }
.fabric-section figure { position: relative; min-height: 900px; margin: 0; overflow: hidden; }
.fabric-section figure img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; transform: scale(1.04); }
.fabric-copy { padding: clamp(72px, 8vw, 128px) clamp(34px, 7vw, 110px); }
.fabric-copy h2 { font-family: Arial, sans-serif; font-size: clamp(58px, 7vw, 105px); }
.fabric-copy > h3 { margin: 40px 0 0; font-size: clamp(24px, 2.5vw, 38px); line-height: 1.3; letter-spacing: -.045em; }
.fabric-lead { margin: 26px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; word-break: keep-all; }
.fabric-copy dl { margin: 56px 0 0; border-top: 1px solid #aaa69d; }
.fabric-copy dl div { padding: 22px 0; display: grid; grid-template-columns: minmax(180px, .6fr) 1fr; gap: 30px; border-bottom: 1px solid #c4c0b8; }
.fabric-copy dt { font-size: 13px; font-weight: 800; }
.fabric-copy dd { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.color-section { background: #efeee9; }
.color-photo-group { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.color-photo-group + .color-photo-group { margin-top: clamp(72px, 8vw, 120px); }
.color-gallery-label { min-height: 66px; padding: 15px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--ink); }
.color-gallery-label span { font: 700 10px/1 Arial, sans-serif; letter-spacing: .1em; }
.color-gallery-label p { margin: 0; color: var(--muted); font-size: 12px; }
.actual-front-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); background: white; }
.actual-front-row button { min-width: 0; padding: 0; overflow: hidden; border: 0; border-right: 1px solid var(--ink); background: white; text-align: left; cursor: pointer; }
.actual-front-row button:last-child { border-right: 0; }
.actual-front-row img { width: 100%; height: auto; display: block; opacity: .82; transition: opacity .2s ease; }
.actual-front-row button:hover img, .actual-front-row button.active img { opacity: 1; }
.actual-front-row button > span { min-height: 70px; padding: 14px 15px; display: grid; grid-template-columns: 24px 1fr; grid-template-rows: auto auto; gap: 5px 10px; align-items: center; border-top: 1px solid var(--line); }
.actual-front-row button i { width: 24px; height: 24px; grid-row: 1 / 3; border: 1px solid #aaa; border-radius: 50%; }
.actual-front-row button b { font: 800 10px/1 Arial, sans-serif; letter-spacing: .05em; }
.actual-front-row button small { color: var(--muted); font-size: 10px; }
.actual-front-row button.active > span { background: var(--ink); color: white; }
.actual-front-row button.active small { color: #aaa; }
.actual-detail-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: start; background: white; }
.actual-detail-row figure { min-width: 0; margin: 0; border-right: 1px solid var(--ink); }
.actual-detail-row figure:last-child { border-right: 0; }
.actual-detail-row img { width: 100%; height: auto; display: block; }
.actual-detail-row figcaption { min-height: 65px; padding: 14px 15px; display: flex; flex-direction: column; gap: 6px; border-top: 1px solid var(--line); }
.actual-detail-row figcaption b { font: 800 9px/1 Arial, sans-serif; letter-spacing: .05em; }
.actual-detail-row figcaption span { color: var(--muted); font-size: 10px; }

.size-section { border-top: 1px solid var(--line); }
.size-layout { display: grid; grid-template-columns: minmax(330px, .7fr) minmax(0, 1.3fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.measure-diagram { position: relative; min-height: 620px; overflow: hidden; border-right: 1px solid var(--ink); background: #e7e5df; }
.diagram-shirt { position: absolute; left: 15%; top: 15%; width: 70%; aspect-ratio: 1 / 1.05; display: grid; place-items: center; clip-path: polygon(31% 7%, 42% 1%, 58% 1%, 69% 7%, 99% 25%, 86% 48%, 76% 40%, 78% 99%, 22% 99%, 24% 40%, 14% 48%, 1% 25%); background: #c9c7c0; }
.diagram-shirt::before { content: ""; position: absolute; top: 0; left: 39%; width: 22%; height: 13%; border-radius: 0 0 50% 50%; background: #e7e5df; }
.diagram-shirt span { color: #a3a19a; font: 800 16px/1 Arial, sans-serif; letter-spacing: .06em; }
.measure { position: absolute; display: block; border-color: var(--green); border-style: solid; font-style: normal; }
.measure::before, .measure::after { content: ""; position: absolute; background: var(--green); }
.measure b { position: absolute; padding: 5px 7px; background: var(--green); color: white; font-size: 10px; font-weight: 700; white-space: nowrap; }
.measure.length { top: 20%; right: 10%; height: 66%; border-width: 0 1px 0 0; }
.measure.length::before, .measure.length::after { width: 9px; height: 1px; right: -4px; }
.measure.length::before { top: 0; } .measure.length::after { bottom: 0; }
.measure.length b { top: 50%; right: 8px; transform: translateY(-50%); }
.measure.shoulder { top: 24%; left: 29%; width: 42%; border-width: 1px 0 0; }
.measure.shoulder::before, .measure.shoulder::after, .measure.chest::before, .measure.chest::after { width: 1px; height: 9px; top: -5px; }
.measure.shoulder::before, .measure.chest::before { left: 0; } .measure.shoulder::after, .measure.chest::after { right: 0; }
.measure.shoulder b { top: -28px; left: 50%; transform: translateX(-50%); }
.measure.chest { top: 48%; left: 22%; width: 56%; border-width: 1px 0 0; }
.measure.chest b { top: 8px; left: 50%; transform: translateX(-50%); }
.measure.armhole { top: 29%; right: 18%; width: 16%; transform: rotate(59deg); border-width: 1px 0 0; }
.measure.armhole b { top: -31px; left: 18%; transform: rotate(-59deg); }
.measure.sleeve { top: 35%; left: 10%; width: 17%; transform: rotate(-36deg); border-width: 1px 0 0; }
.measure.sleeve b { top: -28px; left: 0; transform: rotate(36deg); }
.table-wrap { padding: clamp(24px, 4vw, 64px); display: flex; flex-direction: column; justify-content: center; }
.table-wrap table { width: 100%; border-collapse: collapse; font-family: Arial, sans-serif; }
.table-wrap th, .table-wrap td { padding: 22px 14px; border-bottom: 1px solid var(--line); text-align: right; font-size: 14px; }
.table-wrap thead th { padding-top: 0; color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.table-wrap th:first-child { text-align: left; }
.table-wrap tbody th { font-size: 17px; }
.table-wrap tbody tr:last-child th, .table-wrap tbody tr:last-child td { border-bottom: 0; }
.table-wrap > p { margin: 26px 0 0; color: var(--muted); font-size: 11px; }

.order-section { background: var(--ink); color: white; }
.order-section .split-heading > p { color: #aaa; }
.process-list { margin: 0; padding: 0; border-top: 1px solid #555; list-style: none; }
.process-list li { min-height: 120px; padding: 28px 0; display: grid; grid-template-columns: 90px minmax(220px, .7fr) 1fr; gap: 30px; align-items: center; border-bottom: 1px solid #3f3f3f; }
.process-list li > b { color: var(--green); font: 700 12px/1 Arial, sans-serif; }
.process-list h3 { margin: 0; font-size: clamp(22px, 2.2vw, 32px); letter-spacing: -.045em; }
.process-list p { max-width: 650px; margin: 0; color: #aaa; font-size: 14px; line-height: 1.75; word-break: keep-all; }

.work-section { background: #eceae4; }
.work-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 20px; }
.work-grid figure { position: relative; min-height: 360px; margin: 0; overflow: hidden; background: #ddd; }
.work-grid .work-large { grid-row: 1 / 3; min-height: 740px; }
.work-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.work-grid figure:hover img { transform: scale(1.03); }
.work-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 18px 20px; display: flex; justify-content: space-between; background: var(--paper); font: 700 10px/1 Arial, sans-serif; letter-spacing: .08em; }
.work-grid figcaption span { color: var(--muted); }

.faq-section { border-top: 1px solid var(--line); }
.text-link { justify-self: end; padding: 12px 0; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 92px; padding: 20px 0; display: grid; grid-template-columns: 74px 1fr auto; gap: 20px; align-items: center; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { font: 700 11px/1 Arial, sans-serif; }
.faq-list summary span { font-size: clamp(18px, 2vw, 27px); font-weight: 700; letter-spacing: -.035em; }
.faq-list summary i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 400 21px/1 Arial, sans-serif; font-style: normal; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p { max-width: 760px; margin: -4px 50px 0 94px; padding: 0 0 30px; color: var(--muted); font-size: 14px; line-height: 1.8; }

.final-cta { min-height: 780px; padding: clamp(86px, 10vw, 150px) 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--ink); color: white; text-align: center; }
.final-cta h2 { max-width: 1100px; font-size: clamp(52px, 8vw, 118px); }
.final-cta > p:not(.eyebrow) { margin: 34px 0 0; color: #aaa; font-size: 16px; line-height: 1.7; }
.final-phone { margin-top: 46px; font: 700 clamp(24px, 3vw, 44px)/1 Arial, sans-serif; }
.light-button { margin-top: 28px; min-width: 220px; background: white; color: var(--ink); }
.light-button:hover { background: var(--green); color: white; }
.final-cta > span { margin-top: 13px; color: #aaa; font-size: 11px; }
.footer { min-height: 190px; padding: 42px clamp(22px, 6vw, 96px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; background: var(--ink); color: white; border-top: 1px solid #444; }
.footer > b { font: 900 17px/1 Arial, sans-serif; }
.footer p { margin: 0; color: #999; font-size: 11px; line-height: 1.7; }
.footer a { justify-self: end; font: 700 10px/1 Arial, sans-serif; letter-spacing: .08em; }
.mobile-cta { display: none; }

@media (max-width: 1100px) {
  .calculator { grid-template-columns: 1fr 1fr; }
  .calculator > div:first-child { grid-column: 1 / -1; }
  .fabric-copy dl div { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 850px) {
  html { scroll-padding-top: 64px; }
  body { padding-bottom: 68px; }
  .site-header { position: sticky; top: 0; height: 64px; grid-template-columns: 1fr auto; backdrop-filter: blur(10px); }
  .site-header nav { display: none; }
  .header-cta { min-height: 40px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 54px 22px 44px; }
  h1 { font-size: clamp(43px, 11.5vw, 68px); }
  .hero-lead { max-width: 520px; }
  .hero-image { min-height: 0; aspect-ratio: 4 / 4.55; }
  .section { padding: 90px 22px; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .split-heading > p, .text-link { justify-self: start; }
  .price-tier { min-height: 250px; padding: 24px 18px; }
  .price-tier strong { font-size: clamp(50px, 12vw, 76px); }
  .price-note { grid-template-columns: 1fr; gap: 34px; }
  .calculator { grid-template-columns: 1fr; padding: 34px 24px; }
  .calculator > div:first-child { grid-column: auto; }
  .estimate { padding: 28px 0 0; border-top: 1px solid #555; border-left: 0; }
  .custom-grid { grid-template-columns: 1fr; }
  .custom-grid article { min-height: 0; padding: 48px 0; }
  .custom-grid article + article { border-top: 1px solid var(--ink); border-left: 0; }
  .order-types { grid-template-columns: 1fr; }
  .fabric-section { grid-template-columns: 1fr; }
  .fabric-section figure { min-height: 0; aspect-ratio: 1 / 1.05; }
  .fabric-copy { padding: 80px 22px; }
  .fabric-copy dl div { grid-template-columns: minmax(165px, .65fr) 1fr; }
  .actual-front-row, .actual-detail-row { margin-right: -22px; margin-left: -22px; padding: 0 22px 10px; display: flex; gap: 10px; overflow-x: auto; background: transparent; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: pan-x; }
  .actual-front-row::-webkit-scrollbar, .actual-detail-row::-webkit-scrollbar { display: none; }
  .actual-front-row button { flex: 0 0 min(47vw, 250px); border: 1px solid var(--ink); scroll-snap-align: center; }
  .actual-front-row button:last-child { border-right: 1px solid var(--ink); }
  .actual-detail-row figure { flex: 0 0 min(72vw, 360px); border: 1px solid var(--ink); scroll-snap-align: center; }
  .actual-detail-row figure:last-child { border-right: 1px solid var(--ink); }
  .size-layout { grid-template-columns: 1fr; }
  .measure-diagram { min-height: 560px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .table-wrap { padding: 32px 0 18px; overflow-x: auto; }
  .table-wrap table { min-width: 600px; }
  .table-wrap > p { padding: 0 4px; }
  .process-list li { grid-template-columns: 54px 1fr; gap: 14px 20px; }
  .process-list p { grid-column: 2; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .work-grid .work-large { grid-column: 1 / -1; grid-row: auto; min-height: 620px; }
  .work-grid figure { min-height: 360px; }
  .final-cta { min-height: 680px; }
  .footer { grid-template-columns: 1fr auto; gap: 34px; }
  .footer p { grid-column: 1; grid-row: 2; }
  .footer a { grid-column: 2; grid-row: 1; }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 50; height: 68px; padding: 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; background: var(--paper); border-top: 1px solid var(--line); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; font: 700 13px/1 Arial, sans-serif; }
  .mobile-cta a:last-child { background: var(--green); color: white; font-family: inherit; }
}

@media (max-width: 540px) {
  .hero-prices > div + div { padding-left: 13px; }
  .hero-prices strong { font-size: 34px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .section-heading h2, .fabric-copy h2 { font-size: clamp(42px, 13vw, 62px); }
  .price-grid { grid-template-columns: 1fr; }
  .price-tier + .price-tier { border-top: 1px solid var(--ink); border-left: 0; }
  .price-tier { min-height: 230px; }
  .price-tier strong { font-size: 68px; }
  .price-note p { font-size: 30px; }
  .custom-grid h3 { font-size: 39px; }
  .fabric-copy dl div { grid-template-columns: 1fr; }
  .color-gallery-label { align-items: flex-start; flex-direction: column; gap: 8px; }
  .measure-diagram { min-height: 440px; }
  .process-list li { padding: 28px 0; }
  .work-grid { display: block; }
  .work-grid figure, .work-grid .work-large { min-height: 0; aspect-ratio: 4 / 5; margin-bottom: 16px; }
  .work-grid .work-large { aspect-ratio: 4 / 5.35; }
  .work-grid figcaption { padding: 14px 12px; }
  .faq-list summary { grid-template-columns: 38px 1fr auto; gap: 10px; }
  .faq-list details > p { margin-left: 48px; margin-right: 36px; }
  .final-cta h2 { font-size: clamp(47px, 13vw, 68px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-image img, .work-grid img, .actual-front-row img { transition: none; }
}

/* 2026 custom-order experience */
textarea { font: inherit; }
.scroll-progress { display: none; }
@supports (animation-timeline: scroll()) {
  .scroll-progress { position: fixed; top: 0; right: 0; left: 0; z-index: 120; height: 3px; display: block; background: var(--green); transform: scaleX(0); transform-origin: left center; animation: page-progress linear both; animation-timeline: scroll(root block); }
  @keyframes page-progress { to { transform: scaleX(1); } }
}

.hero-image-new img { object-position: center 46%; }
.hero-image-note { position: absolute; left: clamp(18px, 3vw, 42px); bottom: clamp(18px, 3vw, 42px); max-width: 340px; padding: 22px 24px; display: flex; flex-direction: column; gap: 13px; background: rgb(17 17 17 / .9); color: white; backdrop-filter: blur(14px); }
.hero-image-note b { font-size: clamp(22px, 2.2vw, 34px); line-height: 1.08; letter-spacing: -.05em; }
.hero-image-note span { color: #b9b9b5; font: 700 9px/1.3 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.hero-image-new figcaption { top: 18px; right: 18px; bottom: auto; }
.payment-line { margin-top: 24px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }
.payment-line b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 4px; background: #03c75a; color: white; font: 900 15px/1 Arial, sans-serif; }
.payment-line span { color: var(--ink); font-weight: 800; }
.payment-line i { font-style: normal; }

.trust-rail { min-height: 68px; padding: 0 clamp(22px, 4vw, 72px); display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--ink); color: white; }
.trust-rail span { padding: 0 20px; font: 700 10px/1 Arial, sans-serif; letter-spacing: .09em; text-align: center; }
.trust-rail span + span { border-left: 1px solid #444; }

.example-section { border-top: 1px solid var(--line); background: #eeece6; }
.showcase-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.showcase-tabs button { min-height: 78px; padding: 17px 20px; display: flex; align-items: center; gap: 18px; border: 0; border-right: 1px solid var(--ink); background: transparent; font-size: 14px; font-weight: 800; text-align: left; cursor: pointer; transition: background .2s ease, color .2s ease; }
.showcase-tabs button:last-child { border-right: 0; }
.showcase-tabs button b { color: var(--muted); font: 700 10px/1 Arial, sans-serif; }
.showcase-tabs button:hover, .showcase-tabs button.active { background: var(--ink); color: white; }
.showcase-tabs button.active b { color: #8b8b87; }
.showcase-stage { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.13fr) minmax(340px, .87fr); border-bottom: 1px solid var(--ink); }
.showcase-stage figure { min-height: 690px; margin: 0; overflow: hidden; border-right: 1px solid var(--ink); background: #dad7cf; }
.showcase-stage figure img { width: 100%; height: 100%; display: block; object-fit: cover; animation: showcase-in .38s ease both; }
@keyframes showcase-in { from { opacity: .35; transform: scale(1.018); } to { opacity: 1; transform: none; } }
.showcase-stage article { padding: clamp(46px, 5.4vw, 88px); display: flex; flex-direction: column; justify-content: center; }
.showcase-stage h3 { max-width: 540px; margin: 0; font-size: clamp(38px, 4.2vw, 64px); line-height: 1.04; letter-spacing: -.065em; word-break: keep-all; }
.showcase-stage article > p:not(.eyebrow) { max-width: 530px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; word-break: keep-all; }
.showcase-stage ul { margin: 46px 0 0; padding: 17px 0 0; display: flex; flex-wrap: wrap; gap: 10px 18px; border-top: 1px solid var(--line); list-style: none; }
.showcase-stage li { font-size: 12px; font-weight: 700; }
.showcase-stage li::before { content: "+"; margin-right: 7px; color: var(--green); }
.outline-button { width: max-content; min-height: 50px; margin-top: 36px; padding: 0 20px; border: 1px solid var(--ink); background: transparent; font-size: 13px; font-weight: 800; cursor: pointer; transition: background .2s ease, color .2s ease; }
.outline-button:hover { background: var(--ink); color: white; }
.mobile-showcase-rail { display: none; }
.concept-gallery { margin-top: clamp(82px, 10vw, 150px); padding-top: clamp(54px, 6vw, 86px); border-top: 1px solid var(--ink); }
.concept-gallery-heading { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(280px, .78fr); gap: 48px; align-items: end; }
.concept-gallery-heading h3 { max-width: 760px; margin: 0; font-size: clamp(42px, 5.2vw, 78px); line-height: .98; letter-spacing: -.068em; }
.concept-gallery-heading > p { max-width: 520px; margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.8; word-break: keep-all; }
.concept-gallery-filter { margin-top: clamp(42px, 5vw, 72px); display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); }
.concept-gallery-filter button { min-height: 66px; padding: 14px 18px; display: flex; align-items: center; gap: 13px; border: 0; border-right: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 12px; font-weight: 800; text-align: left; cursor: pointer; }
.concept-gallery-filter button:last-child { border-right: 0; }
.concept-gallery-filter button span { color: var(--muted); font: 700 9px/1 Arial, sans-serif; }
.concept-gallery-filter button:hover, .concept-gallery-filter button.active { background: var(--ink); color: white; }
.concept-gallery-filter button.active span { color: #a6a6a1; }
.concept-gallery-meta { min-height: 104px; padding: 24px 0 20px; display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; border-bottom: 1px solid var(--ink); }
.concept-gallery-meta > div { display: flex; flex-direction: column; gap: 8px; }
.concept-gallery-meta b { font-size: clamp(24px, 2.4vw, 34px); letter-spacing: -.045em; }
.concept-gallery-meta span { color: var(--muted); font: 700 9px/1 Arial, sans-serif; letter-spacing: .11em; }
.concept-gallery-meta p { max-width: 530px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; text-align: right; }
.concept-gallery-grid { padding-top: 14px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.concept-gallery-grid figure { position: relative; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border: 1px solid #c2beb5; background: #dcd9d1; }
.concept-gallery-grid img { width: 100%; height: 100%; display: block; object-fit: contain; }
.concept-gallery-grid figcaption { position: absolute; right: 8px; bottom: 8px; left: 8px; min-height: 30px; padding: 0 10px; display: flex; align-items: center; justify-content: space-between; background: rgb(17 17 17 / .86); color: white; backdrop-filter: blur(8px); }
.concept-gallery-grid figcaption span, .concept-gallery-grid figcaption b { font: 700 8px/1 Arial, sans-serif; letter-spacing: .08em; }
.concept-gallery-grid figcaption span { color: #b9b9b5; }

.brief-section { padding: clamp(90px, 10vw, 150px) clamp(22px, 6vw, 96px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .72fr); gap: clamp(62px, 8vw, 130px); background: #e4e0d6; border-top: 1px solid var(--ink); }
.brief-copy > h2 { margin: 0; font-size: clamp(48px, 6vw, 88px); line-height: .97; letter-spacing: -.07em; }
.brief-copy > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.brief-form { margin-top: 54px; border-top: 1px solid var(--ink); }
.brief-form fieldset { margin: 0; padding: 26px 0; border: 0; border-bottom: 1px solid #bdb9af; }
.brief-form legend, .brief-note > span { width: 100%; margin-bottom: 16px; padding: 0; display: block; font-size: 12px; font-weight: 800; }
.segment-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.segment-grid button, .size-buttons button { min-height: 48px; border: 1px solid #aaa69c; border-right: 0; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.segment-grid button:last-child, .size-buttons button:last-child { border-right: 1px solid #aaa69c; }
.segment-grid button.active, .size-buttons button.active { background: var(--ink); color: white; }
.brief-colors { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.brief-colors button { min-height: 74px; padding: 9px 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; background: transparent; font-size: 10px; cursor: pointer; }
.brief-colors button i { width: 30px; height: 30px; border: 1px solid #99968e; border-radius: 50%; }
.brief-colors button.active { border-color: var(--ink); }
.size-buttons { display: grid; grid-template-columns: repeat(5, 1fr); }
.brief-quantity .quantity-control > span { display: none; }
.brief-quantity .quantity-control > div { width: max-content; border-color: #aaa69c; }
.brief-quantity .quantity-control button { color: var(--ink); }
.brief-quantity .quantity-control button:disabled { color: #aaa69c; }
.brief-quantity .quantity-control label { border-color: #aaa69c; }
.brief-quantity .quantity-control input { color: var(--ink); }
.brief-note { padding: 26px 0 0; display: block; }
.brief-note textarea { width: 100%; min-height: 112px; padding: 15px 16px; resize: vertical; border: 1px solid #aaa69c; border-radius: 0; outline: 0; background: rgb(255 255 255 / .4); color: var(--ink); font-size: 14px; line-height: 1.6; }
.brief-note textarea:focus { border-color: var(--green); box-shadow: 0 0 0 1px var(--green); }
.brief-preview { position: sticky; top: 96px; align-self: start; }
.preview-phone { max-width: 470px; margin: 0 auto; padding: 10px; border-radius: 34px; background: #111; box-shadow: 0 38px 70px rgb(49 42 28 / .18); }
.preview-screen { overflow: hidden; border-radius: 26px; background: #f7f6f2; }
.preview-screen > span { height: 40px; padding: 0 16px; display: flex; align-items: center; background: #111; color: #aaa; font: 700 8px/1 Arial, sans-serif; letter-spacing: .12em; }
.preview-screen > img { width: 100%; aspect-ratio: 1 / .91; display: block; object-fit: cover; }
.preview-screen > div { padding: 24px 22px 26px; display: grid; grid-template-columns: 1fr auto; gap: 7px 20px; }
.preview-screen b { font-size: 23px; letter-spacing: -.04em; }
.preview-screen p { grid-column: 1; margin: 0; color: var(--muted); font-size: 12px; }
.preview-screen strong { grid-column: 2; grid-row: 1 / 3; align-self: center; font: 700 26px/1 Arial, sans-serif; letter-spacing: -.05em; }
.preview-screen small { grid-column: 2; color: var(--muted); text-align: right; font-size: 9px; }
.naver-pay-card { max-width: 470px; margin: 18px auto 0; padding: 17px 18px; display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; border: 1px solid #aaa69c; background: rgb(255 255 255 / .35); }
.naver-pay-card > b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 6px; background: #03c75a; color: white; font: 900 22px/1 Arial, sans-serif; }
.naver-pay-card div { display: flex; flex-direction: column; gap: 5px; }
.naver-pay-card strong { font-size: 13px; }
.naver-pay-card span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.brief-submit { max-width: 470px; min-height: 60px; margin: 12px auto 0; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; background: var(--green); color: white; font-size: 14px; font-weight: 800; transition: background .2s ease; }
.brief-submit:hover { background: var(--ink); }
.brief-preview > p { max-width: 470px; margin: 11px auto 0; color: var(--muted); font-size: 10px; text-align: center; }

.photo-process-section { overflow: hidden; border-top: 1px solid var(--line); background: var(--ink); color: white; }
.photo-process-section .split-heading > p { color: #999; }
.process-photo-rail { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; list-style: none; }
.process-photo-rail li { min-width: 0; }
.process-photo-rail figure { position: relative; aspect-ratio: 4 / 5; margin: 0 0 22px; overflow: hidden; background: #272727; }
.process-photo-rail img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.process-photo-rail li:hover img { transform: scale(1.025); }
.process-photo-rail figure span { position: absolute; top: 12px; left: 12px; width: 32px; height: 32px; display: grid; place-items: center; background: var(--paper); color: var(--ink); font: 700 9px/1 Arial, sans-serif; }
.process-photo-rail h3 { margin: 0; font-size: clamp(17px, 1.6vw, 24px); letter-spacing: -.035em; }
.process-photo-rail p { margin: 11px 0 0; color: #999; font-size: 12px; line-height: 1.65; word-break: keep-all; }
.swipe-hint { display: none; }
.compact-custom { padding-top: clamp(92px, 11vw, 166px); }
.compact-custom .custom-grid article { min-height: 390px; }

@media (min-width: 851px) {
  .price-section, .example-section, .brief-section, .fabric-section, .color-section, .size-section, .photo-process-section, .compact-custom, .faq-section { content-visibility: auto; contain-intrinsic-size: 1px 900px; }
}

@media (max-width: 1100px) {
  .showcase-stage { min-height: 590px; }
  .showcase-stage figure { min-height: 590px; }
  .concept-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .brief-section { grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); gap: 54px; }
  .segment-grid { grid-template-columns: 1fr 1fr; }
  .segment-grid button:nth-child(2) { border-right: 1px solid #aaa69c; }
  .segment-grid button:nth-child(n+3) { border-top: 0; }
}

@media (max-width: 850px) {
  .hero-image-note { left: 18px; bottom: 18px; padding: 18px; }
  .hero-image-new figcaption { top: 12px; right: 12px; }
  .trust-rail { min-height: 58px; padding: 0; display: flex; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .trust-rail::-webkit-scrollbar { display: none; }
  .trust-rail span { min-width: 56vw; padding: 0 18px; scroll-snap-align: start; }
  .showcase-tabs, .showcase-stage { display: none; }
  .mobile-showcase-rail { margin: 0 -22px; padding: 0 22px 8px; display: flex; gap: 12px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scrollbar-width: none; touch-action: pan-x pan-y; -webkit-overflow-scrolling: touch; }
  .mobile-showcase-rail::-webkit-scrollbar { display: none; }
  .mobile-showcase-rail article { flex: 0 0 min(62vw, 240px); overflow: hidden; border: 1px solid var(--ink); background: var(--paper); scroll-snap-align: start; }
  .mobile-showcase-rail img { width: 100%; aspect-ratio: 4 / 5; max-height: 38vh; display: block; object-fit: cover; pointer-events: none; -webkit-user-drag: none; }
  .mobile-showcase-rail article > div { padding: 22px 20px 20px; }
  .mobile-showcase-rail span { color: var(--muted); font: 700 9px/1 Arial, sans-serif; letter-spacing: .1em; }
  .mobile-showcase-rail h3 { margin: 12px 0 0; font-size: 30px; line-height: 1.08; letter-spacing: -.055em; }
  .mobile-showcase-rail p { min-height: 66px; margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
  .mobile-showcase-rail button { width: 100%; min-height: 48px; margin-top: 18px; border: 0; background: var(--ink); color: white; font-size: 12px; font-weight: 800; }
  .concept-gallery { margin-top: 82px; padding-top: 56px; }
  .concept-gallery-heading { grid-template-columns: 1fr; gap: 24px; }
  .concept-gallery-heading > p { font-size: 13px; }
  .concept-gallery-filter { grid-template-columns: 1fr 1fr; }
  .concept-gallery-filter button { min-height: 58px; border-bottom: 1px solid var(--ink); }
  .concept-gallery-filter button:nth-child(2) { border-right: 0; }
  .concept-gallery-filter button:nth-child(n+3) { border-bottom: 0; }
  .concept-gallery-meta { align-items: flex-start; flex-direction: column; gap: 13px; }
  .concept-gallery-meta p { text-align: left; }
  .concept-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .concept-gallery-grid figure { aspect-ratio: 3 / 4; max-height: 34vh; }
  .concept-gallery-grid img { pointer-events: none; -webkit-user-drag: none; }
  .concept-gallery-grid figcaption { right: 6px; bottom: 6px; left: 6px; }
  .brief-section { padding: 90px 22px; grid-template-columns: 1fr; gap: 62px; }
  .brief-preview { position: static; }
  .process-photo-rail { margin: 0 -22px; padding: 0 22px 12px; display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: pan-x; }
  .process-photo-rail::-webkit-scrollbar { display: none; }
  .process-photo-rail li { flex: 0 0 min(72vw, 350px); scroll-snap-align: center; }
  .process-photo-rail h3 { font-size: 21px; }
  .swipe-hint { margin: 30px 0 0; display: block; color: #777; font: 700 9px/1 Arial, sans-serif; letter-spacing: .1em; }
  .mobile-cta-live { grid-template-columns: 1fr minmax(132px, .74fr); padding: 7px 8px 7px 16px; }
  .mobile-cta-live > div { display: flex; flex-direction: column; justify-content: center; gap: 4px; }
  .mobile-cta-live > div span { color: var(--muted); font-size: 9px; }
  .mobile-cta-live > div b { font: 700 18px/1 Arial, sans-serif; letter-spacing: -.03em; }
  .mobile-cta-live a { background: var(--green); color: white; font-family: inherit; font-size: 13px; font-weight: 800; }
}

@media (max-width: 540px) {
  .payment-line { align-items: flex-start; flex-wrap: wrap; }
  .payment-line i { width: 100%; margin-left: 35px; }
  .hero-image-note { max-width: 270px; }
  .hero-image-note b { font-size: 24px; }
  .brief-copy > h2 { font-size: clamp(47px, 14vw, 67px); }
  .brief-copy > p:not(.eyebrow) { font-size: 13px; }
  .brief-form { margin-top: 40px; }
  .brief-colors { gap: 3px; }
  .brief-colors button { min-width: 0; }
  .brief-colors button span { font-size: 9px; }
  .preview-phone { padding: 7px; border-radius: 27px; }
  .preview-screen { border-radius: 21px; }
  .preview-screen > div { padding: 19px 16px 22px; gap: 6px 12px; }
  .preview-screen b { font-size: 19px; }
  .preview-screen strong { font-size: 22px; }
  .photo-process-section { padding-right: 22px; padding-left: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-progress { display: none; }
  .showcase-stage figure img { animation: none; }
}

