@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600&family=Shippori+Mincho:wght@500;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background-color: #080709;
  color: #e5ddd5;
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.6;
  padding-bottom: 90px;
}

.simple-switcher {
  position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%);
  background: rgba(16, 12, 18, 0.95); backdrop-filter: blur(16px);
  border: 1px solid rgba(220, 38, 38, 0.35); border-radius: 40px;
  padding: 8px 16px; display: flex; align-items: center; gap: 8px;
  z-index: 9999; max-width: 95vw; overflow-x: auto; box-shadow: 0 10px 30px rgba(0,0,0,0.8);
}
.simple-switcher span { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #ef4444; font-weight: 600; white-space: nowrap; }
.simple-switcher a { color: #a1a1aa; text-decoration: none; font-size: 12px; padding: 4px 10px; border-radius: 20px; white-space: nowrap; transition: 0.2s; }
.simple-switcher a:hover, .simple-switcher a.active { background: #dc2626; color: #fff; font-weight: 600; }

.pen-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 6%; border-bottom: 1px solid rgba(220, 38, 38, 0.15);
}
.pen-logo { font-family: 'Shippori Mincho', serif; font-size: 20px; font-weight: 700; color: #fff; text-decoration: none; letter-spacing: 2px; }
.pen-logo span { font-size: 11px; color: #dc2626; margin-left: 8px; font-family: 'Plus Jakarta Sans', sans-serif; }
.pen-menu { display: flex; gap: 28px; list-style: none; }
.pen-menu a { color: #a1a1aa; text-decoration: none; font-size: 13px; transition: 0.2s; }
.pen-menu a:hover { color: #ef4444; }

.btn-vermilion {
  background: linear-gradient(135deg, #dc2626, #991b1b);
  color: #fff; font-weight: 600; padding: 12px 24px; border-radius: 4px;
  text-decoration: none; font-size: 13px; border: none; cursor: pointer; transition: 0.3s;
}
.btn-vermilion:hover { filter: brightness(1.15); transform: translateY(-1px); }
.btn-pen-ghost {
  border: 1px solid rgba(220, 38, 38, 0.35); color: #ef4444; padding: 12px 24px;
  border-radius: 4px; text-decoration: none; font-size: 13px; transition: 0.3s;
}
.btn-pen-ghost:hover { background: rgba(220, 38, 38, 0.1); }

.pen-hero {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center;
  padding: 60px 6% 80px; max-width: 1400px; margin: 0 auto;
}
.pen-tag { font-size: 11px; letter-spacing: 2px; color: #dc2626; font-weight: 600; text-transform: uppercase; }
.pen-hero h1 { font-family: 'Shippori Mincho', serif; font-size: 46px; line-height: 1.2; margin: 16px 0 20px; color: #fff; }
.pen-hero h1 em { font-style: normal; color: #ef4444; }
.pen-hero p { font-size: 16px; color: #a1a1aa; max-width: 520px; margin-bottom: 32px; }
.pen-actions { display: flex; gap: 16px; }
.pen-hero-media img {
  width: 100%; height: 500px; object-fit: cover; border-radius: 10px;
  border: 1px solid rgba(220, 38, 38, 0.25); box-shadow: 0 20px 50px rgba(0,0,0,0.8);
}

.urushi-section { padding: 80px 6%; max-width: 1400px; margin: 0 auto; }
.urushi-head span { font-size: 11px; letter-spacing: 3px; color: #dc2626; text-transform: uppercase; }
.urushi-head h2 { font-family: 'Shippori Mincho', serif; font-size: 36px; color: #fff; margin: 8px 0 36px; }
.urushi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.urushi-tile {
  background: #110e14; border: 1px solid rgba(220, 38, 38, 0.18); border-radius: 8px;
  padding: 32px; transition: 0.3s;
}
.urushi-tile.featured { border-color: #dc2626; background: #17111a; }
.urushi-tile:hover { transform: translateY(-4px); border-color: #ef4444; }
.u-tag { font-size: 10px; letter-spacing: 1.5px; color: #dc2626; font-weight: 600; }
.urushi-tile h4 { font-family: 'Shippori Mincho', serif; font-size: 20px; color: #fff; margin: 12px 0 14px; }
.urushi-tile p { font-size: 13px; color: #a1a1aa; }

.nib-lab-section { padding: 40px 6% 100px; max-width: 1300px; margin: 0 auto; }
.nib-lab-box {
  background: #110e14; border: 1px solid rgba(220, 38, 38, 0.3); border-radius: 12px;
  padding: 44px; box-shadow: 0 20px 60px rgba(0,0,0,0.8);
}
.nl-head span { font-size: 11px; letter-spacing: 3px; color: #dc2626; text-transform: uppercase; }
.nl-head h2 { font-family: 'Shippori Mincho', serif; font-size: 34px; color: #fff; margin: 8px 0 10px; }
.nl-head p { font-size: 14px; color: #a1a1aa; margin-bottom: 32px; }

.nl-controls { margin-bottom: 32px; }
.nl-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.nlp-btn {
  background: #19141e; border: 1px solid rgba(220, 38, 38, 0.25); color: #a1a1aa;
  padding: 10px 18px; border-radius: 6px; font-size: 12px; cursor: pointer; transition: 0.2s;
}
.nlp-btn.active, .nlp-btn:hover { background: #dc2626; color: #fff; font-weight: 600; border-color: #dc2626; }

.nl-readout {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; background: #070509;
  border: 1px solid rgba(220, 38, 38, 0.2); border-radius: 8px; padding: 24px; margin-bottom: 36px;
}
.nl-card, .nlc-card { text-align: center; }
.nlc-lbl { font-size: 10px; letter-spacing: 1px; color: #71717a; display: block; margin-bottom: 6px; }
.nlc-val { font-family: 'Shippori Mincho', serif; font-size: 20px; color: #fff; font-weight: 700; display: block; }
.nlc-val.red { color: #ef4444; }
.nlc-sub { font-size: 11px; color: #a1a1aa; margin-top: 4px; display: block; }

.nl-foot { text-align: center; }
.pen-footer { text-align: center; padding: 40px 6%; border-top: 1px solid rgba(220, 38, 38, 0.15); color: #71717a; font-size: 13px; }

@media (max-width: 900px) {
  .pen-hero { grid-template-columns: 1fr; }
  .urushi-grid { grid-template-columns: 1fr; }
  .nl-readout { grid-template-columns: 1fr 1fr; }
}
