@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&family=Noto+Serif+KR:wght@400;500;600&display=swap");
:root { --ink: #222823; --muted: #72756e; --gold: #947547; --line: #e4e4dd; --paper: #f6f5f0; --green: #263b31; --serif: 'Noto Serif KR',Batang,serif; --sans: 'Noto Sans KR','Malgun Gothic',sans-serif; }
* { box-sizing: border-box; }
body { margin: 0px; background: rgb(255, 255, 255); color: var(--ink); font: 15px/1.65 var(--sans); }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { background: none; border: 0px; color: inherit; }
img { max-width: 100%; display: block; object-fit: cover; }
h1, h2, h3, p { margin: 0px; }
h1, h2 { letter-spacing: -0.045em; }
h1 { font: 500 42px/1.45 var(--serif); }
h2 { font: 600 26px/1.5 var(--serif); }
h3 { font-size: 17px; }
p { font-size: 16px; }
small, .small { font-size: 13px; color: var(--muted); }
:focus-visible { outline: rgb(161, 125, 69) solid 3px; outline-offset: 4px; }
.wrap { max-width: 1280px; margin: auto; padding: 0px 38px; }
.topline { background: var(--green); color: rgb(243, 236, 219); text-align: center; font-size: 12px; padding: 7px 20px; letter-spacing: 0.05em; }
.header { background: white; border-bottom: 1px solid var(--line); }
.headrow { display: flex; align-items: center; gap: 36px; padding-top: 18px; padding-bottom: 18px; }
.brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand img { width: 65px; height: 58px; object-fit: contain; background: rgb(37, 36, 33); }
.brand strong { font: 17px / 1.4 Georgia, serif; letter-spacing: 0.18em; }
.brand small { display: block; font-size: 11px; letter-spacing: 0.14em; margin-top: 3px; }
.search { display: flex; align-items: center; background: rgb(247, 247, 243); border: 1px solid var(--line); max-width: 460px; flex: 1 1 0%; padding: 0px 16px; gap: 12px; }
.search input { background: none; border: 0px; outline: 0px; width: 100%; padding: 12px 0px; font-size: 14px; min-width: 0px; }
.search button { padding: 6px; }
.actions { display: flex; margin-left: auto; gap: 21px; font-size: 12px; text-align: center; white-space: nowrap; }
.actions a { display: grid; justify-items: center; gap: 4px; position: relative; }
.icon { width: 21px; height: 21px; vertical-align: middle; fill: none; stroke: currentcolor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.count { position: absolute; top: -8px; right: -5px; background: var(--green); color: white; min-width: 16px; border-radius: 20px; font-size: 10px; padding: 0px 3px; }
.navrow { display: flex; gap: 31px; align-items: center; min-height: 52px; font-size: 14px; }
.navrow a { padding: 14px 0px; border-bottom: 2px solid transparent; }
.navrow a.active { border-color: var(--gold); color: var(--gold); font-weight: 700; }
.navrow .right { margin-left: auto; color: var(--gold); }
.demo-line { font-size: 12px; text-align: center; padding: 7px 15px; background: rgb(250, 249, 246); border-bottom: 1px solid rgb(240, 238, 232); color: rgb(119, 115, 102); }
.demo-line a { text-decoration: underline; margin-left: 8px; }
.hero { display: grid; grid-template-columns: 1fr 1.15fr; background: rgb(238, 238, 232); min-height: 310px; margin-top: 26px; position: relative; overflow: hidden; }
.hero-copy { padding: 36px 42px; align-self: center; z-index: 1; }
.eyebrow { font: 12px / 1.4 Georgia, serif; letter-spacing: 0.21em; color: var(--gold); display: block; margin-bottom: 14px; }
.hero h1 { font-size: 34px; }
.hero p { margin: 15px 0px 20px; font-size: 14px; line-height: 1.9; color: rgb(96, 103, 95); }
.hero-img { height: 100%; width: 100%; max-height: 355px; object-fit: cover; object-position: 38% 45%; }
.hero-copy .btn { font-size: 13px; }
.hero-num { font: 12px Georgia; color: rgb(118, 123, 114); margin-left: 17px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 11px 23px; border: 1px solid var(--ink); background: var(--ink); color: white; font-size: 14px; transition: background 0.15s; }
.btn:hover { background: rgb(66, 83, 71); }
.btn.light { background: white; color: var(--ink); border-color: var(--line); }
.btn.outline { background: transparent; color: var(--ink); }
.btn.gold { background: var(--gold); border-color: var(--gold); }
.btn.full { width: 100%; }
.btn:disabled { opacity: 0.5; cursor: not-allowed; }
.textlink { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; border-bottom: 1px solid rgb(163, 166, 156); padding-bottom: 4px; }
.quick-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; padding: 28px 0px; border-bottom: 1px solid var(--line); }
.quick-row a { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; }
.quick-symbol { width: 38px; height: 38px; border: 1px solid rgb(218, 217, 207); background: var(--paper); display: grid; place-items: center; color: rgb(133, 113, 72); font: 18px var(--serif); border-radius: 50%; }
.section { padding: 36px 0px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 20px; }
.section-head p { font-size: 13px; color: var(--muted); margin-top: 4px; }
.section-head a { font-size: 13px; white-space: nowrap; }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0px, 1fr)); gap: 20px; }
.product { min-width: 0px; }
.product-picture { position: relative; background: var(--paper); overflow: hidden; aspect-ratio: 1 / 1; }
.product-picture > a { display: block; height: 100%; }
.product-picture img { width: 100%; height: 100%; transition: transform 0.25s; }
.product-picture:hover img { transform: scale(1.035); }
.badge { position: absolute; top: 10px; left: 10px; background: rgba(255, 255, 255, 0.94); color: rgb(104, 104, 88); font-size: 11px; padding: 3px 7px; letter-spacing: 0.02em; }
.heart { position: absolute; right: 9px; bottom: 9px; background: rgba(255, 255, 255, 0.94); display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; }
.heart.is-on { color: rgb(162, 77, 63); }
.heart.is-on .icon { fill: rgba(162, 77, 63, 0.125); }
.product .maker-name { display: block; font-size: 12px; color: var(--muted); margin: 12px 0px 4px; }
.product h3 { font-size: 14px; font-weight: 500; line-height: 1.6; min-height: 44px; }
.price { font-size: 16px; font-weight: 600; margin-top: 6px; }
.price small { font-size: 11px; font-weight: 400; margin-right: 5px; }
.product .meta { margin-top: 9px; font-size: 11px; color: rgb(119, 117, 107); display: flex; gap: 6px; }
.meta span { border: 1px solid var(--line); padding: 1px 6px; }
.link-band { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 12px 0px 0px; }
.link-band a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 30px; }
.link-band a + a { border-left: 1px solid var(--line); }
.link-band strong { font: 600 18px var(--serif); }
.link-band p { font-size: 13px; color: var(--muted); margin-top: 5px; }
.story { background: var(--green); color: rgb(255, 255, 255); display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0px; }
.story img { width: 100%; height: 350px; object-position: center center; }
.story-copy { padding: 45px; align-self: center; }
.story-copy .eyebrow { color: rgb(206, 189, 153); }
.story-copy p { font-size: 14px; color: rgb(210, 216, 206); line-height: 1.9; margin: 16px 0px 22px; }
.story-copy h2 { font-weight: 400; font-size: 29px; }
.story-copy .textlink { border-color: rgb(133, 150, 133); }
.makers-grid { display: grid; grid-template-columns: repeat(5, minmax(0px, 1fr)); gap: 20px; }
.maker-tile { border-top: 1px solid var(--line); padding: 20px 0px; }
.maker-tile img { width: 64px; height: 64px; border-radius: 50%; margin-bottom: 15px; }
.maker-tile h3 { font-size: 14px; }
.maker-tile p { font-size: 12px; margin: 5px 0px; color: var(--muted); }
.maker-tile .small { font-size: 11px; }
.tag-callout { display: flex; gap: 35px; background: var(--paper); align-items: center; padding: 26px 40px; margin-bottom: 40px; }
.tag-callout img { width: 180px; height: 120px; object-fit: cover; }
.tag-callout p { font-size: 14px; color: var(--muted); margin: 8px 0px; }
.tag-callout .btn { margin-left: auto; white-space: nowrap; }
footer { border-top: 1px solid var(--line); padding: 34px 0px 24px; background: rgb(250, 250, 248); }
.footer-row { display: flex; gap: 36px; justify-content: space-between; }
.footer-brand { font: 18px Georgia; letter-spacing: 0.17em; }
.footer-row p { font-size: 12px; color: var(--muted); margin: 12px 0px; max-width: 580px; }
.footer-links { display: flex; gap: 22px; font-size: 13px; }
.copyright { font: 11px Georgia; letter-spacing: 0.08em; color: rgb(153, 153, 153); margin-top: 24px; }
.page-head { padding: 38px 0px 24px; }
.page-head h1 { font-size: 32px; }
.page-head p { margin-top: 12px; color: var(--muted); max-width: 720px; }
.crumb { font-size: 12px; color: var(--muted); padding-top: 25px; }
.toolbar { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; padding: 18px 0px; margin-bottom: 23px; border-block: 1px solid var(--line); }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { border: 1px solid var(--line); border-radius: 25px; padding: 7px 17px; font-size: 13px; display: inline-flex; }
.chip.active { background: var(--green); color: white; border-color: var(--green); }
select { background: white; border: 1px solid var(--line); padding: 9px 12px; font-size: 14px; }
.toolbar select { margin-left: auto; }
.notice { background: var(--paper); border-left: 2px solid var(--gold); padding: 14px 18px; font-size: 13px; color: rgb(101, 103, 94); margin: 20px 0px; }
.detail { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 27px; }
.detail-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--paper); }
.detail h1 { font-size: 28px; margin: 14px 0px; }
.detail .price { font-size: 25px; margin: 15px 0px 23px; }
.detail .price small { font-size: 13px; }
.detail .maker-name { color: var(--gold); font-size: 14px; }
.type-label { font-size: 12px; color: var(--gold); letter-spacing: 0.09em; margin-top: 20px; }
.detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.detail .notice { font-size: 12px; margin: 20px 0px; }
.detail-summary { font-size: 14px; color: var(--muted); }
.qty { display: flex; align-items: center; gap: 0px; border: 1px solid var(--line); width: max-content; }
.qty button { padding: 5px 12px; }
.qty span { min-width: 30px; text-align: center; }
.details-table { display: grid; grid-template-columns: 100px 1fr; font-size: 13px; gap: 10px; border-block: 1px solid var(--line); padding: 18px 0px; margin: 20px 0px; }
.details-table dt { color: var(--muted); }
.details-table dd { margin: 0px; }
.care-strip { border: 1px solid var(--line); padding: 22px; margin-top: 24px; }
.care-strip h3 { font: 600 18px var(--serif); }
.care-strip p { font-size: 13px; margin: 8px 0px 16px; color: var(--muted); }
.tabbar { display: flex; gap: 28px; border-bottom: 1px solid var(--line); margin-top: 45px; padding-bottom: 15px; font-size: 14px; }
.copy-section { max-width: 800px; padding: 30px 0px; }
.copy-section p { margin: 12px 0px; color: var(--muted); font-size: 15px; }
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 22px 0px; }
.flow-card { border: 1px solid var(--line); padding: 23px; }
.flow-card b { font: 25px Georgia; color: var(--gold); }
.flow-card h3 { margin: 15px 0px 7px; font-size: 16px; }
.flow-card p { font-size: 13px; color: var(--muted); }
.profile { display: grid; grid-template-columns: 270px 1fr; gap: 45px; margin-top: 30px; }
.profile > img { width: 270px; aspect-ratio: 1 / 1; object-fit: cover; }
.profile h1 { font-size: 30px; margin: 12px 0px; }
.profile p { color: var(--muted); font-size: 15px; max-width: 600px; margin: 15px 0px; }
.empty { text-align: center; padding: 60px 24px; background: var(--paper); margin: 25px 0px; }
.empty h2 { font-size: 24px; }
.empty p { margin: 13px 0px 23px; font-size: 14px; color: var(--muted); }
.lookup { max-width: 650px; margin: 35px auto 55px; text-align: center; }
.lookup h1 { font-size: 34px; }
.lookup p { margin: 15px 0px 25px; color: var(--muted); }
.lookup form { display: flex; gap: 8px; margin-bottom: 15px; }
.lookup input { border: 1px solid var(--line); padding: 12px; width: 100%; min-width: 0px; }
.lookup img { max-width: 330px; margin: 20px auto; }
.ownership { background: var(--green); color: white; padding: 22px 30px; display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 25px; }
.ownership small { color: rgb(208, 216, 206); }
.ownership h2 { font-size: 22px; }
.care-layout { display: grid; grid-template-columns: 280px 1fr; gap: 40px; margin: 30px 0px; }
.care-layout aside img { aspect-ratio: 1 / 1; width: 100%; }
.care-layout aside h3 { margin: 14px 0px 8px; }
.care-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0px; }
.care-buttons a, .care-buttons button { border: 1px solid var(--line); padding: 18px 10px; text-align: center; font-size: 14px; }
.care-buttons .icon { display: block; margin: 0px auto 10px; }
details { border-block-end: 1px solid var(--line); padding: 18px 0px; }
summary { cursor: pointer; font-weight: 500; font-size: 15px; }
details p { font-size: 14px; margin: 12px 0px; color: var(--muted); }
.checkout { display: grid; grid-template-columns: 1fr 350px; gap: 40px; margin-bottom: 60px; }
.panel { border: 1px solid var(--line); padding: 25px; margin: 18px 0px; }
.panel h2 { font-size: 21px; margin-bottom: 17px; }
.line-item { display: flex; align-items: center; gap: 18px; padding: 18px 0px; border-bottom: 1px solid var(--line); }
.line-item img { width: 85px; height: 85px; object-fit: cover; }
.line-item h3 { font-size: 14px; }
.line-item .amount { margin-left: auto; text-align: right; white-space: nowrap; }
.remove { font-size: 12px; color: var(--muted); text-decoration: underline; }
.summary-row { display: flex; justify-content: space-between; margin: 14px 0px; font-size: 14px; }
.summary-row.total { font-weight: 700; border-top: 1px solid var(--line); padding-top: 18px; font-size: 19px; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fields label { font-size: 13px; display: flex; flex-direction: column; gap: 7px; }
.fields input, .fields select, .fields textarea { border: 1px solid var(--line); padding: 12px; width: 100%; min-width: 0px; }
.fields .span { grid-column: 1 / -1; }
.radio-row { display: flex; gap: 20px; flex-wrap: wrap; margin: 18px 0px; font-size: 14px; }
.check { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0px; font-size: 13px; }
.check input { margin-top: 5px; }
.source-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.source-table td, .source-table th { text-align: left; padding: 15px; border-bottom: 1px solid var(--line); }
.source-table a { text-decoration: underline; }
.mobilebar { display: none; }
.skip { position: fixed; top: -60px; background: white; padding: 10px; z-index: 100; }
.skip:focus { top: 0px; }
#toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); background: var(--green); color: white; padding: 12px 24px; z-index: 120; max-width: 90%; font-size: 14px; opacity: 0; pointer-events: none; transition: 0.2s; }
#toast.show { opacity: 1; }
dialog { border: 1px solid var(--line); max-width: 550px; width: calc(100% - 36px); padding: 30px; max-height: 90vh; overflow: auto; }
dialog::backdrop { background: rgba(22, 36, 26, 0.5); }
dialog h2 { font-size: 24px; margin-bottom: 16px; }
dialog p { font-size: 14px; color: var(--muted); margin: 10px 0px 20px; }
.dialog-top { display: flex; justify-content: space-between; align-items: start; }
.close { font-size: 26px; line-height: 1; padding: 0px 5px; }
.request-done { text-align: center; padding: 20px 0px; }
.source-note { font-size: 12px; color: var(--muted); margin-top: 10px; }
.source-note a { text-decoration: underline; }
.large-makes { grid-template-columns: repeat(3, 1fr); }
.large-makes .maker-tile { padding: 25px; border: 1px solid var(--line); }
.large-makes img { width: 100%; height: 170px; border-radius: 0px; }
.large-makes h3 { font-size: 18px; }
.large-makes p { font-size: 14px; }
.brand-mark { font: 32px var(--serif); color: var(--gold); }
.result-note { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.inline-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 18px 0px; }
.follow.is-on { background: var(--green); color: white; }
.saved-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 35px; }
.saved-record { border: 1px solid var(--line); padding: 18px; }
.saved-record img { width: 100%; height: 190px; }
.saved-record h3 { margin: 12px 0px; }
.saved-record .btn { margin-top: 14px; }
.badge-inline { display: inline-block; font-size: 12px; background: rgb(238, 238, 231); color: rgb(115, 115, 97); padding: 3px 7px; }
.error { color: rgb(162, 56, 40); font-size: 14px; min-height: 24px; }
.feature-table { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 25px 0px; }
.feature-table article { border: 1px solid var(--line); padding: 28px; }
.feature-table h3 { font: 600 24px var(--serif); }
.feature-table p { font-size: 14px; color: var(--muted); margin: 15px 0px; }
.tag-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: center; padding: 40px 0px; }
.tag-hero img { width: 100%; height: 350px; object-fit: cover; }
.tag-hero h1 { font-size: 34px; }
.tag-hero p { font-size: 15px; color: var(--muted); margin: 20px 0px; }
.success-icon { font-size: 40px; color: var(--gold); }
@media (min-width: 761px) {
  .headrow { padding-top: 12px; padding-bottom: 12px; }
  .hero { min-height: 260px; }
  .hero-img { height: 270px; max-height: 270px; }
  .hero-copy { padding: 23px 38px; }
  .hero h1 { font-size: 29px; }
  .hero p { margin: 10px 0px 15px; }
  .hero-num { display: none; }
  .quick-row { padding: 18px 0px; }
}
@media (max-width: 1050px) {
  .wrap { padding: 0px 24px; }
  .brand strong { font-size: 14px; }
  .headrow { gap: 20px; }
  .actions { gap: 15px; }
  .navrow { gap: 22px; }
  .hero-copy { padding: 23px; }
  .hero h1 { font-size: 27px; }
  .product-grid { gap: 14px; }
  .quick-row a { gap: 7px; font-size: 13px; }
  .quick-symbol { width: 31px; height: 31px; }
  .checkout { grid-template-columns: 1fr 300px; }
  .detail { gap: 30px; }
  .story-copy { padding: 28px; }
  .tag-callout { padding: 24px; gap: 20px; }
  .tag-callout img { width: 130px; }
}
@media (max-width: 760px) {
  body { font-size: 14px; }
  .wrap { padding: 0px 18px; }
  .topline { font-size: 10px; padding: 6px; }
  .headrow { flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; gap: 12px; }
  .brand img { width: 48px; height: 44px; }
  .brand strong { font-size: 13px; letter-spacing: 0.12em; }
  .brand small { font-size: 9px; }
  .actions { gap: 18px; }
  .actions a { font-size: 10px; }
  .actions .desktop-only { display: none; }
  .search { order: 3; flex-basis: 100%; max-width: none; padding: 0px 12px; }
  .search input { padding: 10px 0px; }
  .navrow { gap: 22px; overflow: auto; white-space: nowrap; min-height: 45px; font-size: 13px; }
  .navrow a { padding: 10px 0px; }
  .navrow .right { display: none; }
  .demo-line { font-size: 10px; }
  .hero { margin-top: 16px; grid-template-columns: 1fr; min-height: 0px; }
  .hero-copy { padding: 24px 24px 20px; }
  .hero h1 { font-size: 29px; }
  .hero p { font-size: 13px; margin: 10px 0px 15px; }
  .eyebrow { font-size: 10px; margin-bottom: 8px; }
  .hero-img { height: 200px; object-position: center 43%; }
  .quick-row { grid-template-columns: repeat(3, 1fr); gap: 18px 6px; padding: 22px 0px; }
  .quick-row a { font-size: 12px; gap: 7px; justify-content: flex-start; }
  .section { padding: 27px 0px; }
  .section-head h2 { font-size: 23px; }
  .section-head p { font-size: 12px; }
  .section-head a { font-size: 12px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 24px 14px; }
  .product-grid .product:last-child { display: block; }
  .product h3 { font-size: 14px; }
  .link-band { grid-template-columns: 1fr; }
  .link-band a { padding: 22px; }
  .link-band a + a { border-left: 0px; border-top: 1px solid var(--line); }
  .story { grid-template-columns: 1fr; }
  .story img { height: 230px; }
  .story-copy { padding: 28px; }
  .story-copy h2 { font-size: 25px; }
  .makers-grid { grid-template-columns: repeat(2, 1fr); }
  .maker-tile:last-child { grid-column: 1 / -1; }
  .tag-callout { flex-wrap: wrap; gap: 15px; padding: 22px; }
  .tag-callout img { width: 95px; height: 85px; }
  .tag-callout > div { flex: 1 1 0%; min-width: 170px; }
  .tag-callout h2 { font-size: 20px; }
  .tag-callout .btn { margin: 0px; width: 100%; }
  .footer-row { display: block; }
  .footer-links { flex-wrap: wrap; gap: 18px; margin-top: 22px; }
  footer { padding-bottom: 90px; }
  .mobilebar { display: flex; position: fixed; bottom: 0px; left: 0px; right: 0px; justify-content: space-around; background: white; border-top: 1px solid var(--line); z-index: 30; padding: 9px 4px calc(9px + env(safe-area-inset-bottom)); font-size: 10px; }
  .mobilebar a { display: grid; justify-items: center; gap: 3px; }
  .page-head h1 { font-size: 29px; }
  .page-head p { font-size: 14px; }
  .page-head { padding: 27px 0px 18px; }
  .toolbar { gap: 15px; }
  .toolbar select { margin-left: 0px; }
  .detail { grid-template-columns: 1fr; gap: 20px; }
  .detail h1 { font-size: 25px; }
  .detail-actions { gap: 8px; }
  .detail .price { margin: 12px 0px; }
  .flow-grid { grid-template-columns: 1fr 1fr; }
  .flow-card { padding: 18px; }
  .tabbar { gap: 20px; font-size: 13px; }
  .profile { grid-template-columns: 1fr; gap: 15px; }
  .profile > img { width: 100%; height: 230px; }
  .profile h1 { font-size: 27px; }
  .care-layout { grid-template-columns: 1fr; gap: 25px; }
  .care-layout aside { display: grid; grid-template-columns: 95px 1fr; gap: 15px; align-items: center; }
  .care-layout aside img { width: 95px; grid-row: 1 / 4; }
  .care-layout aside h3 { margin: 0px; }
  .care-layout aside .small { grid-column: 2; }
  .ownership { padding: 19px; align-items: start; flex-direction: column; }
  .ownership h2 { font-size: 20px; }
  .care-buttons { grid-template-columns: repeat(2, 1fr); }
  .checkout { grid-template-columns: 1fr; gap: 0px; }
  .panel { padding: 20px; }
  .line-item { gap: 12px; flex-wrap: wrap; }
  .line-item img { width: 65px; height: 65px; }
  .line-item .amount { width: 100%; display: flex; justify-content: space-between; align-items: center; }
  .fields { grid-template-columns: 1fr; }
  .fields .span { grid-column: auto; }
  .source-table { font-size: 12px; }
  .source-table td, .source-table th { padding: 10px 5px; }
  .lookup h1 { font-size: 29px; }
  .lookup form { flex-wrap: wrap; }
  .lookup .btn { width: 100%; }
  .saved-grid { grid-template-columns: 1fr; }
  .tag-hero { grid-template-columns: 1fr; gap: 20px; }
  .tag-hero img { height: 250px; }
  .tag-hero h1 { font-size: 29px; }
  .feature-table { grid-template-columns: 1fr; }
  .large-makes .maker-tile { padding: 15px; }
  .large-makes img { height: 140px; }
  .large-makes h3 { font-size: 15px; }
  .large-makes p { font-size: 13px; }
  #toast { bottom: 85px; width: max-content; text-align: center; }
  .footer-links a { font-size: 12px; }
}
.hero-num{display:none}.navrow{scrollbar-width:none}.navrow::-webkit-scrollbar{display:none}
/* Heritage direction */
.brand{min-width:180px}.brand>div{display:none}.brand img{width:180px!important;height:72px!important;object-fit:cover!important;object-position:center;mix-blend-mode:multiply;border-radius:0!important}.footer-logo{width:210px;mix-blend-mode:multiply}.tag-callout>img{width:140px;height:80px;object-fit:cover}.heritage-hero{position:relative;display:grid;grid-template-columns:1.1fr 1fr;background:#eee8da;margin-top:24px;overflow:hidden;border:1px solid #d9cfba;min-height:650px}.heritage-content{position:relative;padding:48px 48px 54px;background:radial-gradient(ellipse at 0 0,#fff9ea,transparent 80%),repeating-linear-gradient(90deg,transparent 0 89px,#ac956914 90px)}.heritage-content h1{font-family:'Noto Serif KR',serif;font-size:48px;font-weight:500;line-height:1.45;letter-spacing:-2px;margin:16px 0}.heritage-content p{line-height:2;color:#5c5448}.hero-logo{height:150px;width:300px;overflow:hidden;mix-blend-mode:multiply}.hero-logo img{width:100%;height:100%;object-fit:cover;transform:scale(1.2)}.heritage-visual{position:relative;overflow:hidden}.heritage-visual>img{width:100%;height:100%;object-fit:cover}.heritage-visual>span{position:absolute;bottom:38px;left:35px;font-family:'Noto Serif KR',serif;font-size:26px;letter-spacing:8px;color:#342b1e}.heritage-visual small{display:block;font-family:sans-serif;font-size:12px;letter-spacing:3px;margin-top:12px}.heritage-seal{display:inline-block;border:1px solid #924c38;color:#924c38;padding:5px 8px;position:absolute;right:30px;top:40px;writing-mode:vertical-rl;font-family:serif;font-size:22px}.brand-story{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #d8cbb3;padding:25px 15px;gap:20px;font-size:13px;color:#74664f}.brand-story b{display:block;font-family:'Noto Serif KR',serif;font-size:19px;color:#332c23;margin-bottom:9px}.concept-profiles{margin:40px 0}.concept-profiles>p{color:#776e60;font-size:13px}.concept-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:24px}.concept-grid article{background:#f2ede3;padding:25px 20px;border-top:2px solid #968060}.concept-grid p{line-height:1.85;font-size:14px}.concept-grid small{font-size:11px;color:#796e5e}.maker-stamp{width:64px;height:76px;border:1px solid #876446;display:grid;place-items:center;font-family:'Noto Serif KR',serif;font-size:24px;color:#876446;margin-bottom:26px}.product-editorial{max-width:900px;margin:70px auto;text-align:center;background:#f5f1e9;padding:50px}.product-editorial h2{font-family:'Noto Serif KR',serif;font-size:34px;font-weight:500;line-height:1.7}.product-editorial>p{line-height:1.9}.product-editorial>img{max-height:620px;width:100%;object-fit:contain;margin:30px 0}.editorial-columns{display:grid;grid-template-columns:1fr 1fr;gap:35px;text-align:left;line-height:1.9}.detail-guide{max-width:900px;margin:40px auto}.detail-guide details{border-bottom:1px solid #d7cfbf;padding:22px 0}.detail-guide summary{cursor:pointer;font-weight:600}.detail-guide p{line-height:1.9;color:#736a5b}.detail-image{border-radius:0!important}.detail h1{font-family:'Noto Serif KR',serif}.detail-actions .btn{min-height:52px}
@media(max-width:760px){.brand img{width:140px!important;height:54px!important}.brand{min-width:140px}.heritage-hero{grid-template-columns:1fr;margin-top:14px}.heritage-content{padding:30px 26px 35px}.heritage-content h1{font-size:35px}.hero-logo{width:230px;height:120px}.heritage-visual{height:290px}.heritage-visual>img{object-position:center 55%}.heritage-content .eyebrow{font-size:10px}.heritage-seal{right:18px;top:24px}.brand-story{grid-template-columns:1fr;gap:0}.brand-story p{margin:8px 0}.brand-story b{display:inline-block;width:105px;font-size:16px}.concept-grid{grid-template-columns:1fr 1fr;gap:12px}.concept-grid article{padding:20px 16px}.product-editorial{padding:24px 18px;margin:35px auto}.product-editorial h2{font-size:26px}.editorial-columns{grid-template-columns:1fr;gap:10px}}
.heritage-content h1{font-size:clamp(28px,3.5vw,48px);word-break:keep-all}.heritage-content{padding-left:clamp(24px,3.5vw,48px);padding-right:clamp(24px,3.5vw,48px)}
