
:root{
  --lux-ink:#151922;
  --lux-navy:#182132;
  --lux-gold:#b69a62;
  --lux-gold-soft:#d8c8a3;
  --lux-cream:#f6f3ec;
  --lux-line:#e5e2da;
  --lux-muted:#777c86;
}
.lux-event-main{background:#fbfbfa}
.lux-event-hero{padding:86px 0 64px;background:
radial-gradient(circle at 82% 18%,rgba(182,154,98,.10),transparent 26%),
linear-gradient(135deg,#f9f9f7 0%,#f2f3f5 100%);border-bottom:1px solid #e8e8e4}
.lux-kicker{display:block;margin-bottom:14px;color:var(--lux-gold);font-size:10px;font-weight:800;letter-spacing:.27em}
.lux-event-hero h1{margin:0 0 18px;font-family:"Noto Serif JP",serif;font-size:clamp(38px,5vw,65px);line-height:1.2;letter-spacing:-.04em;color:#161b25;font-weight:700}
.lux-event-hero p{max-width:700px;margin:0;color:#6f747d;font-size:14px;line-height:2}
.lux-event-section{padding:48px 0 80px}
.lux-filter-head,.lux-list-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}
.lux-filter-head>div>span,.lux-list-head>div>span{display:block;color:var(--lux-gold);font-size:9px;font-weight:800;letter-spacing:.2em;margin-bottom:5px}
.lux-filter-head h2,.lux-list-head h2{margin:0;font-size:22px;font-weight:600}
.lux-filter-head p{margin:0;color:#94979d;font-size:11px}
.lux-city-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin:20px 0 42px}
.lux-city-tab{position:relative;min-height:86px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:14px 13px;border:1px solid #dedfdc;background:rgba(255,255,255,.88);color:#303641;overflow:hidden;transition:.25s ease}
.lux-city-tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--lux-gold);transform:scaleX(0);transform-origin:left;transition:.25s}
.lux-city-tab:hover{transform:translateY(-2px);border-color:#c8c5bb;box-shadow:0 12px 24px rgba(23,28,37,.07)}
.lux-city-tab.is-active{background:linear-gradient(145deg,#1c2432,#111823);color:#fff;border-color:#151c27;box-shadow:0 14px 32px rgba(17,24,35,.18)}
.lux-city-tab.is-active:after{transform:scaleX(1)}
.lux-city-no{font-family:Georgia,serif;color:#b9a477;font-size:12px;font-style:italic}
.lux-city-name{display:flex;flex-direction:column;min-width:0}
.lux-city-name strong{font-size:13px;white-space:nowrap}
.lux-city-name small{margin-top:5px;color:#a3a6ab;font-size:7px;letter-spacing:.12em;font-weight:700;white-space:nowrap}
.lux-city-tab.is-active .lux-city-name small{color:#bcb7aa}
.lux-city-count{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border:1px solid #dedcd5;border-radius:50px;color:#97989a;font-size:9px}
.lux-city-tab.is-active .lux-city-count{border-color:rgba(216,200,163,.35);color:#d8c8a3}
.lux-list-head{padding-bottom:15px;border-bottom:1px solid var(--lux-line);margin-bottom:22px}
.lux-list-head>strong{font-family:Georgia,serif;font-size:22px;color:#353b45;font-weight:400}.lux-list-head small{font-family:inherit;color:#9b9da2;font-size:9px;text-transform:uppercase;letter-spacing:.08em}
.lux-event-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 18px}
.lux-event-card{background:#fff;border:1px solid #e4e3de;transition:.25s;overflow:hidden}
.lux-event-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(26,32,43,.08)}
.lux-event-visual{position:relative;height:190px;display:block;background:#ebedf0;overflow:hidden}
.lux-event-visual img{width:100%;height:100%;object-fit:cover;transition:.45s}
.lux-event-card:hover img{transform:scale(1.025)}
.lux-city-badge{position:absolute;left:12px;top:12px;padding:6px 9px;background:rgba(17,24,35,.88);color:#fff;font-size:9px;letter-spacing:.08em}
.lux-noimage{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#182132,#3b4658);color:#fff}.lux-noimage span{color:#bca672;font-family:Georgia,serif;font-size:11px;letter-spacing:.18em}.lux-noimage b{margin-top:9px;font-size:16px}
.lux-event-content{padding:18px 18px 20px}.lux-event-date{color:#aa8e58;font-family:Georgia,serif;font-size:11px;letter-spacing:.05em}.lux-event-content h3{margin:9px 0 9px;font-size:16px;line-height:1.65}.lux-event-content p{min-height:54px;margin:0 0 14px;color:#7b7f87;font-size:11px;line-height:1.8}
.lux-readmore{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid #ebe9e3;color:#474c55;font-size:9px;font-weight:800;letter-spacing:.12em}.lux-readmore span{color:#aa8e58;font-size:13px}
.lux-empty{padding:55px 20px;text-align:center;border:1px solid #e2e1dc;background:#fff}.lux-empty strong{font-size:18px}.lux-empty p{color:#898d94;font-size:12px}.lux-empty a{display:inline-block;margin-top:8px;padding:10px 16px;background:#171e29;color:#fff;font-size:11px}
.lux-article-main{background:#f7f7f5;min-height:70vh;padding:42px 0 80px}.lux-article-shell{max-width:920px}.lux-back{display:inline-block;margin-bottom:18px;color:#7e6a44;font-size:11px}.lux-article{padding:42px 50px;background:#fff;border:1px solid #e2e1dc}.lux-article-meta{display:flex;gap:14px;color:#97805a;font-size:11px}.lux-article h1{margin:15px 0 28px;font-family:"Noto Serif JP",serif;font-size:clamp(28px,4vw,46px);line-height:1.5}.lux-article figure{margin:0 0 30px}.lux-article figure img{display:block;width:100%;max-height:580px;object-fit:contain;background:#f3f3f1}.lux-article-body{padding:28px 0;border-top:1px solid #e7e5df;border-bottom:1px solid #e7e5df;line-height:2.05;color:#444a54;font-size:15px}.lux-article-actions{display:flex;gap:10px;align-items:center;margin-top:25px}.lux-article-actions button,.lux-article-actions>a{border:0;background:#171e29;color:#fff;padding:12px 17px;font-size:11px;font-weight:700;cursor:pointer}.lux-article-actions>a{background:#eeeae1;color:#655536}
@media(max-width:1100px){.lux-city-tabs{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.lux-event-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.lux-event-hero{padding:55px 0 42px}.lux-city-tabs{grid-template-columns:repeat(2,1fr)}.lux-city-tab{min-height:76px}.lux-event-grid{grid-template-columns:1fr}.lux-event-visual{height:215px}.lux-filter-head{display:block}.lux-filter-head p{margin-top:8px}.lux-article{padding:25px 20px}.lux-article-actions{flex-direction:column;align-items:stretch}.lux-article-actions>*{text-align:center}.lux-sp{display:none}}


/* Structured article typography */
.lux-article-body h1,
.lux-article-body h2,
.lux-article-body h3,
.lux-article-body h4{
  font-family:"Noto Serif JP",serif;
  color:#1b2029;
  line-height:1.55;
}
.lux-article-body h1{
  margin:42px 0 20px;
  padding-bottom:12px;
  border-bottom:1px solid #d8d4ca;
  font-size:28px;
}
.lux-article-body h2{
  margin:38px 0 18px;
  padding-left:15px;
  border-left:3px solid #b69a62;
  font-size:23px;
}
.lux-article-body h3{
  margin:30px 0 14px;
  font-size:19px;
}
.lux-article-body h4{
  margin:26px 0 12px;
  font-size:16px;
}
.lux-article-body p{
  margin:0 0 1.55em;
  color:#444a54;
}
.lux-article-body ul,
.lux-article-body ol{
  margin:0 0 1.8em;
  padding-left:1.6em;
}
.lux-article-body li{
  margin:.45em 0;
}
.lux-article-body blockquote{
  margin:1.8em 0;
  padding:16px 20px;
  background:#f5f2eb;
  border-left:3px solid #c5ad79;
  color:#5e584d;
}
.lux-article-body h1:first-child,
.lux-article-body h2:first-child,
.lux-article-body h3:first-child{
  margin-top:0;
}
@media(max-width:600px){
  .lux-article-body h1{font-size:23px}
  .lux-article-body h2{font-size:20px}
  .lux-article-body h3{font-size:17px}
}


/* v0.6.2 broken image fallback */
.lux-image-wrap{
  position:relative;
  width:100%;
  height:100%;
}
.lux-image-wrap > img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.lux-image-wrap .lux-noimage-fallback{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
