@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap");
:root {
  --ink:#211916;
  --muted:#6d6258;
  --soft:#f6f1e8;
  --paper:#fffdf8;
  --line:#ded5c8;
  --red:#791717;
  --gold:#b99a5b;
  --green:#586349;
  --dark:#17110e;
}
* { box-sizing:border-box; }
html, body { margin:0; max-width:100%; overflow-x:hidden; background:var(--paper); color:var(--ink); font-family:"Pretendard",-apple-system,BlinkMacSystemFont,"Noto Sans KR",Arial,sans-serif; font-weight:300; letter-spacing:0; }
body { padding-bottom:0; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
button, input, select, textarea { font:inherit; }
.side-rail { position:fixed; left:0; top:0; bottom:0; z-index:60; width:238px; padding:34px 38px 28px; background:var(--paper); border-right:1px solid #f0eadf; overflow:auto; }
.side-logo img { width:98px; height:auto; margin-bottom:18px; }
.side-logo strong { display:block; color:#b42125; font-size:31px; letter-spacing:.14em; line-height:1; }
.side-nav { display:grid; gap:18px; margin-top:48px; color:#173758; font-size:14px; line-height:1.35; }
.side-nav a { font-weight:700; }
.side-nav small { color:#7b8794; font-size:12px; letter-spacing:.04em; }
.side-group { display:grid; gap:8px; padding-top:2px; }
.side-group-title { border-bottom:1px solid #173758; padding-bottom:8px; font-weight:900; }
.side-sub { display:grid; gap:7px; padding-left:14px; font-size:13px; }
.side-sub a:before { content:"- "; }
.site-header { position:sticky; top:0; z-index:50; margin-left:238px; background:rgba(255,253,248,.96); border-bottom:0; backdrop-filter:blur(8px); }
.header-inner { max-width:none; margin:0; padding:28px 40px 12px; display:flex; align-items:center; justify-content:flex-end; gap:22px; min-height:76px; }
.brand { display:flex; align-items:center; gap:11px; min-width:0; }
.brand img { width:36px; height:auto; }
.brand-main { display:block; font:700 22px "Pretendard",sans-serif; color:var(--ink); line-height:1; }
.brand-sub { display:block; margin-top:4px; font:700 9px Arial,sans-serif; color:#9a7d40; letter-spacing:.32em; text-transform:uppercase; white-space:nowrap; }
.header-inner > .brand { display:none; }
.nav { display:flex; align-items:center; gap:18px; color:#173758; font-size:13.5px; font-weight:650; }
.nav a { padding:5px 0; white-space:nowrap; }
.nav a[aria-current="page"], .nav a:hover { color:var(--red); }
.nav:before { content:""; display:block; width:120px; height:1px; background:#173758; margin-right:10px; }
.header-actions { display:flex; align-items:center; gap:10px; color:#173758; }
.utility-link { border:0; background:transparent; color:#173758; padding:0; font:inherit; font-weight:700; cursor:pointer; }
.utility-link:hover { color:var(--red); }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:42px; padding:0 16px; border:1px solid var(--line); background:var(--paper); color:var(--ink); font-weight:850; cursor:pointer; text-align:center; }
.btn-red { background:var(--red); border-color:var(--red); color:#fffdf8; }
.btn-dark { background:var(--ink); border-color:var(--ink); color:#fffdf8; }
.btn-gold { background:var(--gold); border-color:var(--gold); color:var(--ink); }
.btn-line { background:transparent; border-color:var(--ink); color:var(--ink); }
.mobile-menu { display:none; border:0; background:var(--ink); color:#fffdf8; width:42px; height:42px; font-weight:900; }
.mobile-nav { display:none; border-top:1px solid var(--line); padding:10px 18px 16px; background:var(--paper); grid-template-columns:repeat(2,1fr); gap:8px; }
.mobile-nav.open { display:grid; }
.mobile-nav a, .mobile-nav button { border:1px solid var(--line); padding:12px; font-size:13px; font-weight:850; background:var(--paper); color:#173758; text-align:left; cursor:pointer; }
.page-main { margin-left:238px; min-height:60vh; }
.hero { position:relative; min-height:640px; background:#211916; display:flex; align-items:flex-end; overflow:hidden; }
.hero-media { position:absolute; inset:0; }
.hero-media img { width:100%; height:100%; object-fit:cover; opacity:.62; }
.hero:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(20,14,11,.42),rgba(20,14,11,.86)); }
.hero-copy { position:relative; z-index:1; width:100%; max-width:1180px; margin:0 auto; padding:120px clamp(20px,5vw,32px) 64px; color:#fffdf8; }
.eyebrow { color:#c9a96a; font:700 14px "Cormorant Garamond",serif; letter-spacing:.26em; text-transform:uppercase; }
h1, h2, h3, p { margin:0; }
h1 { margin-top:18px; max-width:720px; font-size:clamp(38px,6.6vw,76px); line-height:1.08; letter-spacing:0; }
.hero-lede { margin-top:22px; max-width:560px; color:#d8cfc2; font-size:17px; line-height:1.8; }
.hero-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:34px; }
.home-hero { min-height:calc(100vh - 76px); align-items:stretch; }
.hero-slider { position:absolute; inset:0; display:flex; overflow-x:auto; overflow-y:hidden; scroll-snap-type:x mandatory; scrollbar-width:none; }
.hero-slider::-webkit-scrollbar { display:none; }
.hero-slide { position:relative; flex:0 0 100%; min-width:100%; scroll-snap-align:start; overflow:hidden; }
.hero-slide img { width:100%; height:100%; object-fit:cover; filter:grayscale(1) sepia(.32) saturate(1.7) hue-rotate(320deg) contrast(1.12) brightness(.72); transform:scale(1.015); }
.hero-slide:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(31,6,7,.66) 0%,rgba(35,12,12,.18) 55%,rgba(35,8,9,.46) 100%); mix-blend-mode:multiply; }
.home-hero:after { background:linear-gradient(180deg,rgba(17,8,7,.08),rgba(22,6,7,.76)); pointer-events:none; }
.home-hero .hero-copy { display:flex; flex-direction:column; justify-content:flex-end; max-width:none; padding:150px clamp(28px,6vw,88px) 82px; }
.home-hero h1 { max-width:900px; font-weight:700; font-size:clamp(48px,7vw,100px); letter-spacing:-.045em; }
.home-hero .hero-lede { max-width:620px; font-weight:300; }
.hero-controls { position:absolute; z-index:3; right:clamp(28px,5vw,72px); bottom:76px; display:flex; align-items:center; gap:8px; }
.hero-control { width:46px; height:46px; border:1px solid rgba(255,255,255,.55); border-radius:50%; background:rgba(20,8,8,.22); color:#fff; cursor:pointer; backdrop-filter:blur(6px); }
.hero-count { min-width:62px; color:#fff; font:600 17px "Cormorant Garamond",serif; text-align:center; letter-spacing:.1em; }
.brand-story { position:relative; isolation:isolate; overflow:hidden; background:#f7f1e9; }
.brand-story:before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,rgba(247,241,233,.96),rgba(247,241,233,.76)),url("/assets/palette-seamless-pattern.jpg") center/680px auto repeat; opacity:.48; }
.brand-intro { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:clamp(40px,8vw,120px); align-items:start; }
.brand-intro h2 { max-width:620px; font-size:clamp(38px,5.4vw,74px); line-height:1.03; letter-spacing:-.04em; }
.brand-intro-copy { max-width:630px; padding-top:18px; color:var(--muted); font-size:17px; line-height:1.9; }
.brand-facts { margin-top:70px; border-top:1px solid #bfb4a5; }
.brand-fact { display:grid; grid-template-columns:170px 1fr 34px; gap:30px; align-items:start; padding:30px 0; border-bottom:1px solid #d7cec1; }
.brand-fact-kicker { color:var(--red); font:600 18px "Cormorant Garamond",serif; letter-spacing:.08em; text-transform:uppercase; }
.brand-fact h3 { font-size:clamp(23px,3vw,38px); font-weight:500; line-height:1.25; }
.brand-fact p { max-width:680px; margin-top:10px; color:var(--muted); font-size:14px; line-height:1.8; }
.brand-fact-arrow { color:var(--red); font-size:24px; }
.pattern-signature { position:relative; min-height:clamp(180px,22vw,310px); overflow:hidden; background:var(--paper) url("/assets/palette-seamless-pattern.jpg") center/720px auto repeat; border-top:1px solid #d7cec1; border-bottom:1px solid #d7cec1; }
.pattern-signature:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(92,27,31,.08),rgba(255,253,248,.12),rgba(92,27,31,.08)); }
.pattern-signature-inner { position:relative; z-index:1; min-height:inherit; display:flex; align-items:center; justify-content:center; padding:38px; text-align:center; }
.pattern-signature-mark { padding:18px 34px 20px; background:rgba(255,253,248,.9); border:1px solid rgba(92,27,31,.32); color:#5c1b1f; box-shadow:0 14px 40px rgba(62,22,20,.08); }
.pattern-signature-mark strong { display:block; font:600 clamp(28px,4vw,54px)/1 "Cormorant Garamond","Pretendard",serif; letter-spacing:.08em; }
.pattern-signature-mark span { display:block; margin-top:8px; font-size:11px; font-weight:700; letter-spacing:.24em; text-transform:uppercase; }
.purchase-path { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(44px,8vw,110px); align-items:start; }
.purchase-path h2 { font-size:clamp(34px,4.8vw,62px); line-height:1.08; letter-spacing:-.035em; }
.purchase-steps { border-top:1px solid var(--ink); }
.purchase-step { display:grid; grid-template-columns:48px 1fr; gap:22px; padding:24px 0; border-bottom:1px solid var(--line); }
.purchase-step span { color:var(--red); font:600 18px "Cormorant Garamond",serif; }
.purchase-step h3 { font-size:20px; font-weight:600; }
.purchase-step p { margin-top:7px; color:var(--muted); font-size:14px; line-height:1.7; }
.section { border-top:1px solid #ece4d6; }
.section-inner { max-width:1280px; margin:0 auto; padding:clamp(58px,8vw,104px) clamp(32px,5vw,70px); }
.section-head { display:flex; align-items:flex-end; justify-content:space-between; gap:28px; flex-wrap:wrap; margin-bottom:34px; }
.section-head h2 { margin-top:14px; font-size:clamp(26px,4.4vw,42px); line-height:1.22; }
.section-head p { max-width:500px; color:var(--muted); font-size:15px; line-height:1.8; }
.grid { display:grid; gap:1px; background:var(--line); border:1px solid var(--line); }
.grid-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.grid-3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
.grid-4 { grid-template-columns:repeat(4,minmax(0,1fr)); }
.card { background:var(--paper); padding:28px; }
.card h3 { font-size:22px; line-height:1.35; }
.card p { margin-top:10px; color:var(--muted); font-size:14px; line-height:1.75; }
.catalog-layout { display:grid; grid-template-columns:180px 1fr; gap:34px; align-items:start; }
.catalog-filter { position:sticky; top:96px; display:grid; gap:10px; color:#173758; font-size:13px; }
.catalog-filter a { padding:8px 0; border-bottom:1px solid #ece4d6; }
.product-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:86px 74px; align-items:start; }
.product-card { display:flex; flex-direction:column; min-height:100%; background:var(--paper); text-align:center; }
.product-thumb { aspect-ratio:1/1.22; background:#f2eddf; overflow:hidden; }
.product-thumb img { width:100%; height:100%; object-fit:cover; transition:transform .18s; }
.product-card:hover .product-thumb img { transform:scale(1.03); }
.product-body { display:flex; flex-direction:column; flex:1; padding:22px 8px 0; }
.product-meta { display:flex; justify-content:center; gap:10px; color:#173758; font-size:12px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; min-height:18px; }
.product-name { margin-top:10px; color:#173758; font-size:15px; font-weight:800; line-height:1.45; }
.product-desc { display:none; }
.product-note { display:none; }
.product-price { margin-top:8px; color:#173758; font-size:14px; font-weight:700; }
.product-actions { display:none; }
.detail { display:grid; grid-template-columns:minmax(0,1fr) 460px; gap:70px; align-items:start; }
.detail-media { background:#f2eddf; min-height:680px; display:grid; place-items:center; }
.detail-media img { width:100%; max-height:820px; object-fit:cover; }
.buy-panel { position:sticky; top:100px; color:#173758; }
.buy-title { display:flex; justify-content:space-between; gap:18px; border-bottom:1px solid #173758; padding-bottom:16px; }
.buy-title h1 { margin:0; color:#173758 !important; font-size:21px !important; line-height:1.45 !important; }
.buy-price { margin-top:12px; color:#173758; font-size:20px; }
.buy-info { border-bottom:1px solid #173758; padding:18px 0; color:#173758; line-height:1.85; font-size:13px; }
.buy-field { display:grid; gap:9px; margin-top:22px; color:#111; font-size:14px; font-weight:800; }
.buy-field select { width:100%; min-height:40px; border:1px solid #173758; background:var(--paper); color:#173758; padding:0 12px; }
.buy-total { display:flex; justify-content:space-between; gap:12px; margin-top:24px; color:#173758; font-size:14px; font-weight:900; }
.buy-actions { display:grid; grid-template-columns:66px 1fr 1fr; gap:6px; margin-top:20px; }
.naver-pay { margin-top:14px; border-top:2px solid #111; width:270px; max-width:100%; background:#fff; color:#111; font-size:12px; padding:8px; }
.naver-pay b { color:#00a832; margin-right:10px; }
.spec { display:grid; gap:0; border-top:1px solid var(--ink); margin-top:28px; }
.spec-row { display:grid; grid-template-columns:130px 1fr; gap:18px; padding:12px 0; border-bottom:1px solid var(--line); font-size:13px; line-height:1.5; }
.spec-row b { color:var(--ink); }
.notice { border:1px solid var(--line); background:var(--soft); padding:22px; color:#4b4139; line-height:1.75; }
.form { display:grid; gap:14px; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.field { display:grid; gap:7px; }
.field label, .field > span { color:#4a423a; font-size:13px; font-weight:800; }
.field-wide { grid-column:1/-1; }
.input, .select, .textarea { width:100%; border:1px solid #d5ccbc; background:var(--paper); color:var(--ink); min-height:44px; padding:11px 12px; outline:none; }
.textarea { min-height:124px; resize:vertical; line-height:1.7; }
.check { display:flex; gap:9px; align-items:center; color:#4a423a; font-size:13.5px; font-weight:700; }
.check input { width:17px; height:17px; accent-color:var(--red); }
.anti-bot-field { border:1px solid #e5ddcf; background:#faf4eb; padding:16px; }
.field > .anti-bot-question { color:#6d6258; font-size:14px; font-weight:700; line-height:1.6; }
.contact-security-status { min-height:22px; margin:10px 0 0; color:#6d6258; font-size:12.5px; line-height:1.6; }
.contact-security-retry { display:inline-flex; margin-top:8px; padding:0; border:0; border-bottom:1px solid currentColor; background:transparent; color:#791717; font:inherit; cursor:pointer; }
.form .btn[disabled] { cursor:wait; opacity:.52; }
.bot-trap { position:absolute !important; left:-10000px !important; top:auto !important; width:1px !important; height:1px !important; overflow:hidden !important; opacity:0 !important; pointer-events:none !important; }
.footer { margin-left:238px; background:var(--dark); color:#cfc6ba; }
.footer:before { content:""; display:block; height:76px; background:linear-gradient(rgba(255,253,248,.12),rgba(255,253,248,.12)),url("/assets/palette-seamless-pattern.jpg") center 46%/520px auto repeat; filter:sepia(.18) saturate(.78) brightness(.68); border-bottom:1px solid #34271f; }
.footer-inner { max-width:1180px; margin:0 auto; padding:54px clamp(20px,5vw,32px); display:grid; grid-template-columns:1.1fr repeat(3,.7fr); gap:34px; }
.footer h3 { color:#fffdf8; font-size:14px; }
.footer a, .footer p { display:block; margin-top:10px; color:#9a8f82; font-size:13px; line-height:1.7; }
.business { border-top:1px solid #34271f; padding:16px clamp(20px,5vw,32px) 22px; color:#8f8477; font-size:12px; }
.business details { max-width:1180px; margin:0 auto; }
.business summary { cursor:pointer; color:#c9a96a; font-weight:850; }
.product-detail-content { margin-top:clamp(60px,8vw,110px); border-top:1px solid var(--ink); padding-top:32px; }
.product-detail-content-head { display:grid; grid-template-columns:180px 1fr; gap:28px; margin-bottom:32px; }
.product-detail-content-head h2 { font-size:clamp(28px,4vw,48px); font-weight:500; }
.product-detail-image { width:min(100%,980px); margin:0 auto; background:var(--soft); }
.product-detail-image img { width:100%; height:auto; }
.product-detail-stack { display:grid; gap:28px; }
.product-detail-banner { display:block; width:min(100%,980px); margin:0 auto; overflow:hidden; background:var(--soft); }
.product-detail-banner img { width:100%; height:auto; transition:transform .25s ease, filter .25s ease; }
.product-detail-banner[href]:hover img { transform:scale(1.01); filter:brightness(.92); }
.product-detail-banner[href] { cursor:pointer; }
.modal { position:fixed; inset:0; z-index:1000; display:none; place-items:center; padding:20px; background:rgba(20,14,11,.62); }
.modal.open { display:grid; }
.modal-panel { width:min(520px,100%); background:var(--paper); border:0; box-shadow:0 24px 90px rgba(0,0,0,.34); }
.modal-head { display:flex; align-items:center; justify-content:space-between; gap:14px; padding:16px 18px; border-bottom:1px solid var(--line); }
.modal-head b { font-size:18px; }
.modal-close { border:0; width:34px; height:34px; background:var(--ink); color:#fffdf8; font-size:20px; cursor:pointer; }
.modal-body { padding:20px; }
.modal-body p { color:var(--muted); line-height:1.75; }
.modal-actions { display:grid; gap:8px; margin-top:18px; }
.category-ready { grid-column:1/-1; padding:84px 24px; border-top:1px solid var(--ink); border-bottom:1px solid var(--line); color:var(--muted); text-align:center; font-size:18px; }
.category-ready b { display:block; color:var(--ink); font-size:24px; margin-bottom:10px; }
.catalog-filter a.active { color:var(--red); border-bottom-color:var(--red); font-weight:800; }
[data-buy-modal] .modal-panel { width:min(760px,100%); }
[data-buy-modal] .modal-head { padding:24px 30px 18px; border-bottom:0; }
[data-buy-modal] .modal-head b { font:600 30px "Cormorant Garamond","Pretendard",serif; }
[data-buy-modal] .modal-close { border-radius:50%; background:transparent; color:var(--ink); border:1px solid var(--line); }
[data-buy-modal] .modal-body { display:grid; grid-template-columns:.8fr 1.2fr; gap:42px; padding:14px 30px 34px; }
[data-buy-modal] .modal-body:before { content:"PURCHASE\A GUIDE"; white-space:pre; color:var(--red); font:600 38px/1 "Cormorant Garamond",serif; letter-spacing:.04em; }
[data-buy-modal] .modal-body p { padding-top:4px; font-size:15px; font-weight:300; }
[data-buy-modal] .modal-actions { grid-column:2; margin-top:0; border-top:1px solid var(--ink); }
[data-buy-modal] .modal-actions .btn { justify-content:space-between; min-height:52px; padding:0; border:0; border-bottom:1px solid var(--line); background:transparent; color:var(--ink); }
[data-buy-modal] .modal-actions a.btn:after { content:"↗"; color:var(--red); }
.loading { padding:30px; color:var(--muted); border:1px solid var(--line); background:var(--paper); }
@media (max-width: 900px) {
  body { padding-bottom:0; }
  .side-rail { display:none; }
  .site-header, .page-main, .footer { margin-left:0; }
  .header-inner { padding:12px 18px; justify-content:space-between; min-height:0; }
  .header-inner > .brand { display:flex; }
  .nav, .header-actions { display:none; }
  .mobile-menu { display:inline-flex; align-items:center; justify-content:center; }
  .hero { min-height:560px; }
  .hero-copy { padding-top:92px; padding-bottom:38px; }
  .home-hero { min-height:calc(100svh - 66px); }
  .home-hero .hero-copy { padding:110px 24px 108px; }
  .home-hero h1 { font-size:clamp(39px,10.5vw,52px); }
  .hero-controls { left:24px; right:auto; bottom:82px; }
  .brand-intro, .purchase-path { grid-template-columns:1fr; }
  .brand-facts { margin-top:46px; }
  .brand-fact { grid-template-columns:1fr 24px; gap:12px; }
  .brand-fact-kicker { grid-column:1/-1; }
  .brand-fact-arrow { grid-column:2; grid-row:2; }
  .brand-story:before { background-size:520px auto; opacity:.34; }
  .pattern-signature { min-height:150px; background-size:500px auto; }
  .pattern-signature-mark { padding:14px 22px 16px; }
  .footer:before { height:54px; background-size:420px auto; }
  [data-buy-modal] .modal-body { grid-template-columns:1fr; gap:22px; padding:8px 24px 28px; }
  [data-buy-modal] .modal-body:before { font-size:30px; }
  [data-buy-modal] .modal-actions { grid-column:1; }
  h1 { font-size:36px; line-height:1.18; }
  .hero-lede { font-size:15px; }
  .grid-2, .grid-3, .grid-4, .detail, .form-grid, .footer-inner, .catalog-layout { grid-template-columns:1fr; }
  .catalog-filter { position:static; grid-template-columns:repeat(2,1fr); }
  .product-grid { grid-template-columns:1fr; gap:30px; }
  .section-head { display:block; }
  .section-head p { margin-top:16px; }
  .card { padding:22px; }
  .product-actions { grid-template-columns:1fr; }
  .detail-media { min-height:0; }
  .buy-panel { position:static; }
  .buy-actions { grid-template-columns:1fr; }
  .spec-row { grid-template-columns:104px 1fr; gap:12px; }
  .product-detail-content-head { grid-template-columns:1fr; gap:10px; }
  .footer-inner { padding-bottom:36px; }
}
