.dfe-wrap * { box-sizing: border-box; }
.dfe-wrap {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #15120c;
  margin: -40px -20px 0;
}
.dfe-wrap a { color: #93711f; text-decoration: none; }
.dfe-wrap a:hover { color: #6f5314; }
.dfe-wrap img { max-width: 100%; }
.dfe-en-label { font-family: 'Cormorant Garamond', serif; font-size: 12px; letter-spacing: 3.5px; color: #93711f; text-transform: uppercase; }

.dfe-intro { background: #faf7ef; padding: 56px 24px; text-align: center; }
.dfe-intro .dfe-en-label { display: block; margin-bottom: 16px; }
.dfe-intro h1 { margin: 0 0 20px; font-size: 34px; font-weight: 500; line-height: 1.4; letter-spacing: 1px; }
.dfe-intro p { margin: 0 auto; max-width: 640px; color: rgba(21,18,12,.72); font-size: 15px; line-height: 2; }

.dfe-cat-section { padding: 48px 24px 0; }
.dfe-cat-section:last-of-type { padding-bottom: 24px; }
.dfe-cat-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 28px; padding-bottom: 14px; border-bottom: 1px solid rgba(21,18,12,.16); flex-wrap: wrap; }
.dfe-cat-head .dfe-en { font-family: 'Cormorant Garamond', serif; font-size: 20px; letter-spacing: 2px; color: #93711f; }
.dfe-cat-head h2 { margin: 0; font-size: 20px; font-weight: 600; letter-spacing: .5px; }
.dfe-cat-head .dfe-count { margin-left: auto; font-size: 12px; color: #6f6758; letter-spacing: 1px; }

.dfe-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.dfe-card { display: flex; flex-direction: column; }
.dfe-card .dfe-sq { aspect-ratio: 1/1; background: #faf7ef; overflow: hidden; margin-bottom: 14px; }
.dfe-card .dfe-sq img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dfe-card .dfe-cat { font-size: 11px; font-weight: 600; letter-spacing: 1.2px; color: #93711f; margin-bottom: 6px; }
.dfe-card h3 { margin: 0 0 8px; font-size: 15px; font-weight: 500; line-height: 1.5; }
.dfe-card .dfe-price { font-size: 16px; font-weight: 600; margin-bottom: 14px; }
.dfe-card .dfe-price small { font-size: 11px; color: #6f6758; font-weight: 500; }
.dfe-card .dfe-buy {
  margin-top: auto; display: inline-flex; align-items: center; justify-content: center; height: 40px;
  font-size: 13px; font-weight: 600; color: #fff !important; background: linear-gradient(135deg, #d4b761, #93711f);
  letter-spacing: 1px;
}
.dfe-card .dfe-buy:hover { color: #fff !important; opacity: .92; }

.dfe-shop-note { padding: 32px 24px 0; }
.dfe-shop-note div { background: #faf7ef; padding: 18px 22px; font-size: 13px; line-height: 1.9; color: #6f6758; }

@media (max-width: 900px) {
  .dfe-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .dfe-grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
  .dfe-intro h1 { font-size: 26px; }
}
