:root {
	--irs-ink: #202725;
	--irs-olive: #606c61;
	--irs-moss: #9aa494;
	--irs-paper: #f1f2ee;
	--irs-stone: #e0e3de;
	--irs-line: rgba(32, 39, 37, .16);
	--irs-muted: #6d7470;
	--irs-radius: 2px;
}

html { scroll-behavior: smooth; }
body { background: var(--irs-paper); color: var(--irs-ink); font-family: "Noto Sans KR", "Pretendard", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.s-container { width: min(100% - 48px, 1280px); margin: 0 auto; }
.s-section { padding: 150px 0; }
.eyebrow { margin: 0 0 24px; color: var(--irs-olive); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.section-lede { max-width: 530px; margin: 30px 0 0; color: var(--irs-muted); font-size: 16px; line-height: 1.9; }
.jw-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 48px; padding: 0 22px; border: 1px solid var(--irs-ink); border-radius: var(--irs-radius); font-size: 13px; font-weight: 700; transition: background .25s ease, color .25s ease, transform .25s ease; }
.jw-button:hover { transform: translateY(-2px); }
.jw-button-primary { background: var(--irs-ink); border-color: var(--irs-ink); color: #fff; }
.jw-button-primary:hover { background: var(--irs-olive); border-color: var(--irs-olive); }
.jw-button-outline:hover { background: var(--irs-ink); color: #fff; }
.jw-text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--irs-ink); padding-bottom: 5px; font-size: 13px; font-weight: 700; }
.jw-text-link span { font-size: 16px; transition: transform .25s ease; }
.jw-text-link:hover span { transform: translate(3px, -3px); }

.s-topbar { background: var(--irs-ink); color: rgba(255,255,255,.78); font-size: 11px; }
.s-topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.s-topbar p { margin: 0; }
.s-topbar strong { margin-left: 8px; color: #fff; }
.s-topbar a { margin-left: 20px; }
.s-header { background: var(--irs-paper); border-bottom: 1px solid var(--irs-line); }
.s-header-main { display: grid; grid-template-columns: 210px minmax(260px, 430px) 1fr auto; align-items: center; gap: 40px; min-height: 100px; }
.s-logo { display: inline-flex; align-items: center; gap: 11px; }
.s-logo img { width: 42px; height: 42px; }
.s-logo span { color: var(--irs-muted); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.s-search { position: relative; }
.s-search label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.s-search input { width: 100%; border: 0; border-bottom: 1px solid var(--irs-ink); border-radius: 0; padding: 11px 42px 11px 0; background: transparent; color: var(--irs-ink); outline: 0; font-size: 13px; }
.s-search button { position: absolute; right: 0; top: 5px; border: 0; background: transparent; color: var(--irs-ink); cursor: pointer; }
.s-header-tools { display: flex; justify-content: flex-end; align-items: center; gap: 24px; }
.s-header-tools a { position: relative; display: flex; align-items: center; gap: 5px; color: var(--irs-muted); }
.s-header-tools .material-symbols-rounded { font-size: 20px; }
.s-header-tools small { font-size: 11px; white-space: nowrap; }
.s-cart-link b { position: absolute; top: -10px; right: -9px; display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: var(--irs-olive); color: #fff; font-size: 9px; }
.s-mobile-menu { display: none; border: 0; background: transparent; color: var(--irs-ink); }
.s-nav { background: var(--irs-paper); border-bottom: 1px solid var(--irs-line); }
.s-nav-inner { display: flex; align-items: center; min-height: 54px; }
.s-category-trigger { display: flex; align-items: center; gap: 10px; margin-right: 38px; border: 0; background: transparent; color: var(--irs-ink); font-size: 12px; font-weight: 700; }
.s-category-trigger .material-symbols-rounded:last-child { font-size: 17px; }
.s-nav-list { display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; list-style: none; font-size: 13px; font-weight: 700; }
.s-nav-list > li { position: relative; padding: 18px 0; }
.s-nav-sub { position: absolute; z-index: 5; top: 50px; left: -15px; display: none; min-width: 140px; padding: 14px 16px; background: var(--irs-ink); color: #fff; }
.s-nav-list li:hover .s-nav-sub { display: grid; gap: 10px; }
.s-nav-sub a { font-size: 11px; font-weight: 400; white-space: nowrap; }
.s-nav-promo { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; color: var(--irs-olive); font-family: "DM Mono", monospace; font-size: 11px; }
.s-nav-promo .material-symbols-rounded { font-size: 17px; }
#sidebarMenu { display: none; }
.s-footer { background: var(--irs-ink); color: rgba(255,255,255,.7); }
.s-footer-top { display: grid; grid-template-columns: 1fr 1fr 180px; gap: 40px; padding: 74px 0 54px; border-bottom: 1px solid rgba(255,255,255,.18); }
.s-logo-footer { align-self: start; color: #fff; }
.s-footer-links { display: flex; flex-wrap: wrap; gap: 15px 24px; align-content: start; font-size: 12px; }
.s-cs { display: grid; gap: 8px; text-align: right; }
.s-cs a { color: #fff; font-size: 12px; }
.s-cs strong { color: #fff; font-size: 20px; }
.s-cs small { font-size: 11px; line-height: 1.6; }
.s-footer-bottom { padding: 25px 0 40px; font-size: 11px; line-height: 2; }
.s-footer-bottom p { margin: 0; }
.s-footer-bottom small { display: block; margin-top: 18px; color: rgba(255,255,255,.42); font-family: "DM Mono", monospace; }

@media (max-width: 900px) {
	.s-container { width: min(100% - 36px, 700px); }
	.s-header-main { grid-template-columns: 1fr auto; gap: 18px; min-height: 78px; }
	.s-search, .s-header-tools, .s-nav { display: none; }
	.s-mobile-menu { display: block; }
	.s-mobile-menu .material-symbols-rounded { font-size: 25px; }
	#sidebarMenu { position: fixed; z-index: 100; inset: 0 0 0 auto; display: block; width: min(86vw, 360px); padding: 26px; background: var(--irs-paper); transform: translateX(100%); transition: transform .35s ease; box-shadow: -15px 0 50px rgba(32,39,37,.15); }
	#sidebarMenu.is-open { transform: translateX(0); }
	#sidebarMenu .sidebarMenu-close { display: flex; justify-content: flex-end; }
	#sidebarMenu button { border: 0; background: transparent; font-size: 28px; }
	#sidebarMenu ul { display: grid; gap: 23px; margin: 75px 0 0; padding: 0; list-style: none; font-size: 18px; font-weight: 700; }
	.s-section { padding: 100px 0; }
}

@media (max-width: 560px) {
	.s-container { width: min(100% - 32px, 420px); }
	.s-topbar-inner { min-height: 30px; }
	.s-topbar-inner > div { display: none; }
	.s-footer-top { grid-template-columns: 1fr; gap: 32px; }
	.s-cs { text-align: left; }
}
