:root {
  --nw-red: #ce2029;
  --nw-red-strong: #a9151d;
  --nw-gold: #c79a4b;
  --nw-lunch: #ffd66b;
  --nw-lunch-2: #ffb85c;
  --nw-lunch-ink: #3a2606;
  --nw-blue: #3f7ec9;
  --nw-ink: #080706;
  --nw-ink-2: #15100f;
  --nw-cream: #fff3df;
  --nw-paper: #fffaf1;
  --nw-white: #ffffff;
  --nw-muted: rgba(255, 255, 255, 0.74);
  --nw-soft-line: rgba(255, 255, 255, 0.14);
  --nw-dark-line: rgba(14, 10, 9, 0.12);
  --nw-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  --nw-radius: 8px;
  --nw-radius-sm: 6px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background: #080706;
}

.nw-event-page {
  background:
    radial-gradient(circle at 15% 0, rgba(206, 32, 41, 0.24), transparent 30rem),
    radial-gradient(circle at 92% 18%, rgba(199, 154, 75, 0.14), transparent 24rem),
    linear-gradient(180deg, var(--nw-ink) 0%, var(--nw-ink-2) 54%, #090807 100%);
  color: var(--nw-white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.75;
  min-height: 100vh;
}

.nw-event-page a {
  color: inherit;
}

.nw-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(18px, 4vw, 40px) clamp(16px, 4vw, 42px) clamp(36px, 7vw, 76px);
}

.nw-site-header {
  align-items: center;
  border-bottom: 1px solid var(--nw-soft-line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-bottom: clamp(16px, 3vw, 28px);
}

.nw-brand {
  color: var(--nw-cream);
  display: inline-flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  text-decoration: none;
}

.nw-brand span {
  color: var(--nw-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-top: 5px;
}

.nw-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.nw-nav a,
.nw-ghost-button,
.nw-primary-button,
.nw-text-button,
.nw-icon-button {
  align-items: center;
  border-radius: var(--nw-radius-sm);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.nw-nav a {
  background: rgba(255, 243, 223, 0.07);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  padding: 12px 15px;
}

.nw-nav a:hover,
.nw-nav a[aria-current="page"] {
  background: var(--nw-red);
  color: #fff;
  transform: translateY(-1px);
}

.nw-main {
  padding-top: clamp(28px, 5vw, 64px);
}

.nw-hero {
  align-items: center;
  display: grid;
  gap: clamp(26px, 5vw, 56px);
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  margin-bottom: clamp(34px, 6vw, 72px);
}

.nw-kicker {
  color: var(--nw-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 1.6;
  margin: 0 0 18px;
}

.nw-title {
  color: var(--nw-white);
  font-size: clamp(34px, 6vw, 66px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
  text-wrap: balance;
}

.nw-title-line {
  display: block;
}

.nw-title-mobile-line {
  display: block;
}

.nw-title--single {
  font-size: clamp(28px, 4vw, 52px);
  max-width: 100%;
}

.nw-lead {
  color: var(--nw-muted);
  font-size: clamp(15px, 1.7vw, 18px);
  font-weight: 650;
  line-height: 2;
  margin: 22px 0 0;
  max-width: 720px;
}

.nw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.nw-primary-button {
  background: linear-gradient(135deg, var(--nw-red), var(--nw-red-strong));
  box-shadow: 0 14px 32px rgba(206, 32, 41, 0.24);
  color: #fff;
  font-size: 14px;
  padding: 13px 18px;
}

.nw-primary-button:hover {
  background: linear-gradient(135deg, #e7343d, #c91f28);
  box-shadow: 0 18px 38px rgba(206, 32, 41, 0.3);
  transform: translateY(-1px);
}

.nw-ghost-button,
.nw-text-button {
  border: 1px solid rgba(255, 243, 223, 0.18);
  color: var(--nw-cream);
  font-size: 14px;
  padding: 12px 16px;
}

.nw-ghost-button:hover,
.nw-text-button:hover {
  background: rgba(255, 243, 223, 0.08);
  border-color: rgba(255, 243, 223, 0.32);
  transform: translateY(-1px);
}

.nw-icon-button {
  background: rgba(255, 243, 223, 0.08);
  border: 1px solid rgba(255, 243, 223, 0.18);
  color: var(--nw-cream);
  font-size: 18px;
  height: 42px;
  width: 42px;
}

.nw-icon-button:hover {
  background: rgba(255, 243, 223, 0.14);
  transform: translateY(-1px);
}

.nw-visual {
  border-radius: var(--nw-radius);
  box-shadow: var(--nw-shadow);
  overflow: hidden;
  position: relative;
}

.nw-featured {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.nw-featured-meta {
  background: #fff;
  border: 1px solid rgba(31, 23, 19, 0.08);
  border-radius: var(--nw-radius);
  box-shadow: 0 12px 32px rgba(31, 23, 19, 0.08);
  display: grid;
  gap: 8px;
  padding: 16px 18px;
}

.nw-featured-meta strong {
  color: #1f1713;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
}

.nw-featured-meta span {
  color: var(--nw-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.nw-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.nw-event-page .nw-featured .nw-visual::after {
  display: none;
}

.nw-visual::after {
  background: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.74));
  content: "";
  inset: 0;
  position: absolute;
}

.nw-visual-caption {
  bottom: 0;
  display: grid;
  gap: 8px;
  left: 0;
  padding: 24px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.nw-visual-caption strong {
  color: var(--nw-white);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
}

.nw-visual-caption span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.nw-section {
  margin-top: clamp(30px, 5vw, 60px);
}

.nw-section-head {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.nw-section-title {
  color: var(--nw-cream);
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 900;
  line-height: 1.35;
  margin: 0;
}

.nw-section-note {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  font-weight: 700;
  margin: 6px 0 0;
}

.nw-filter-bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.nw-filter {
  background: rgba(255, 243, 223, 0.07);
  border: 1px solid rgba(255, 243, 223, 0.12);
  border-radius: var(--nw-radius-sm);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 900;
  min-height: 36px;
  padding: 8px 13px;
}

.nw-filter.is-active {
  background: var(--nw-gold);
  border-color: var(--nw-gold);
  color: #1a120d;
}

.nw-event-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.nw-card {
  background: var(--nw-paper);
  border-radius: var(--nw-radius);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  color: #1f1713;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.nw-card-image {
  aspect-ratio: 16 / 9;
  background: #231a16;
  display: block;
  overflow: hidden;
}

.nw-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
  width: 100%;
}

.nw-card:hover .nw-card-image img {
  transform: scale(1.035);
}

.nw-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.nw-card-topline {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.nw-date-badge {
  align-items: center;
  background: #14100e;
  border-radius: var(--nw-radius-sm);
  color: var(--nw-white);
  display: inline-flex;
  flex-direction: column;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 54px;
  min-width: 58px;
  padding: 8px 10px;
}

.nw-date-badge span {
  color: var(--nw-gold);
  font-size: 11px;
  margin-bottom: 5px;
}

.nw-date-badge strong {
  font-size: 24px;
}

.nw-tag {
  border: 1px solid rgba(206, 32, 41, 0.24);
  border-radius: 999px;
  color: var(--nw-red);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 8px 10px;
  white-space: nowrap;
}

.nw-card-tags {
  align-items: center;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
  min-width: 0;
}

.nw-tag.is-community {
  background: #fff0ed;
  border-color: rgba(206, 32, 41, 0.28);
  color: var(--nw-red);
}

.nw-card h3 {
  color: #1e1714;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 10px;
}

.nw-card p {
  color: rgba(31, 23, 19, 0.72);
  flex: 1;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.8;
  margin: 0 0 16px;
}

.nw-meta {
  border-top: 1px solid var(--nw-dark-line);
  display: grid;
  gap: 7px;
  margin-top: auto;
  padding-top: 14px;
}

.nw-meta span {
  color: rgba(31, 23, 19, 0.74);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 4px;
  grid-template-columns: 4.5em minmax(0, 1fr);
  line-height: 1.55;
}

.nw-meta b {
  color: #1e1714;
  font-weight: 900;
}

.nw-card-link {
  align-items: center;
  background: #14100e;
  border-radius: var(--nw-radius-sm);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.2;
  margin-top: 16px;
  min-height: 40px;
  padding: 11px 14px;
  text-decoration: none;
}

.nw-card-link:hover {
  background: var(--nw-red);
}

.nw-split {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
}

.nw-single-band {
  max-width: none;
}

.nw-info-band {
  background:
    linear-gradient(135deg, rgba(255, 243, 223, 0.11), rgba(255, 243, 223, 0.035)),
    rgba(23, 18, 17, 0.88);
  border: 1px solid rgba(255, 243, 223, 0.1);
  border-radius: var(--nw-radius);
  box-shadow: var(--nw-shadow);
  padding: clamp(22px, 3.5vw, 34px);
}

.nw-info-band h2 {
  color: var(--nw-cream);
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 12px;
}

.nw-info-band p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.95;
  margin: 0;
}

.nw-breadcrumbs,
.nw-back-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.nw-breadcrumbs a,
.nw-breadcrumbs span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.nw-breadcrumbs a:hover {
  color: var(--nw-cream);
}

.nw-detail-hero {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.62fr);
  margin-bottom: clamp(28px, 5vw, 56px);
}

.nw-detail-copy {
  align-self: center;
}

.nw-detail-title {
  color: var(--nw-white);
  font-size: clamp(34px, 6vw, 62px);
  font-weight: 900;
  line-height: 1.18;
  margin: 0;
  text-wrap: balance;
}

.nw-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.nw-chip {
  background: rgba(255, 243, 223, 0.08);
  border: 1px solid rgba(255, 243, 223, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 9px 12px;
}

.nw-detail-image {
  border-radius: var(--nw-radius);
  box-shadow: var(--nw-shadow);
  overflow: hidden;
}

.nw-detail-image img {
  aspect-ratio: 16 / 10;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.nw-detail-layout {
  align-items: start;
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}

.nw-article,
.nw-summary {
  background: var(--nw-paper);
  border-radius: var(--nw-radius);
  color: #1f1713;
  padding: clamp(22px, 4vw, 38px);
}

.nw-article h2,
.nw-summary h2 {
  color: #1f1713;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 18px;
}

.nw-article p {
  color: rgba(31, 23, 19, 0.76);
  font-size: 15px;
  font-weight: 650;
  line-height: 2;
  margin: 0 0 18px;
}

.nw-article ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
  padding: 0;
}

.nw-article li {
  background: #fff;
  border: 1px solid rgba(31, 23, 19, 0.09);
  border-radius: var(--nw-radius-sm);
  color: rgba(31, 23, 19, 0.78);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.8;
  list-style: none;
  padding: 13px 15px;
}

.nw-summary {
  position: sticky;
  top: 18px;
}

.nw-summary-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.nw-summary-row {
  border-bottom: 1px solid var(--nw-dark-line);
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
}

.nw-summary-row dt {
  color: var(--nw-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.nw-summary-row dd {
  color: #1f1713;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.65;
  margin: 0;
}

.nw-summary .nw-primary-button {
  margin-top: 22px;
  width: 100%;
}

.nw-note {
  color: rgba(31, 23, 19, 0.62);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.7;
  margin: 12px 0 0;
  text-align: center;
}

.nw-calendar-shell {
  background: var(--nw-paper);
  border-radius: var(--nw-radius);
  box-shadow: var(--nw-shadow);
  color: #1f1713;
  overflow: hidden;
}

.nw-calendar-toolbar {
  align-items: center;
  background: #14100e;
  color: #fff;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 16px;
}

.nw-calendar-toolbar h2 {
  font-size: clamp(21px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.nw-calendar-actions {
  display: flex;
  gap: 8px;
}

.nw-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.nw-weekday,
.nw-day {
  border-bottom: 1px solid rgba(31, 23, 19, 0.1);
  border-right: 1px solid rgba(31, 23, 19, 0.1);
}

.nw-weekday {
  background: #fff;
  color: rgba(31, 23, 19, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 10px;
  text-align: center;
}

.nw-day {
  background: #fffaf1;
  min-height: 128px;
  padding: 10px;
}

.nw-day.is-outside {
  background: #f2eadf;
  color: rgba(31, 23, 19, 0.36);
}

.nw-day-number {
  color: #1f1713;
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
}

.nw-calendar-event {
  border-radius: var(--nw-radius-sm);
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  margin-top: 6px;
  padding: 7px 8px;
  text-decoration: none;
}

.nw-calendar-event.is-lunch {
  background: linear-gradient(135deg, var(--nw-lunch), var(--nw-lunch-2));
  box-shadow: 0 8px 18px rgba(255, 184, 92, 0.22);
  color: var(--nw-lunch-ink);
}

.nw-calendar-event.is-night {
  background: var(--nw-blue);
}

.nw-calendar-event.is-seminar {
  background: var(--nw-blue);
}

.nw-calendar-event.is-community {
  background: linear-gradient(135deg, var(--nw-red), var(--nw-red-strong));
}

.nw-agenda {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nw-agenda-item {
  background: rgba(255, 243, 223, 0.08);
  border: 1px solid rgba(255, 243, 223, 0.11);
  border-radius: var(--nw-radius);
  display: grid;
  gap: 6px;
  padding: 15px;
}

.nw-agenda-item time {
  color: var(--nw-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.nw-agenda-item a {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
  text-decoration: none;
}

.nw-footer {
  border-top: 1px solid var(--nw-soft-line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-top: clamp(38px, 7vw, 76px);
  padding-top: 22px;
}

.nw-footer p {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 800;
  margin: 0;
}

.nw-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nw-footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 980px) {
  .nw-hero,
  .nw-split,
  .nw-detail-hero,
  .nw-detail-layout {
    grid-template-columns: 1fr;
  }

  .nw-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nw-summary {
    position: static;
  }
}

@media (max-width: 720px) {
  .nw-shell {
    padding-inline: 14px;
  }

  .nw-site-header,
  .nw-section-head,
  .nw-calendar-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .nw-nav {
    justify-content: stretch;
  }

  .nw-nav a {
    flex: 1 1 auto;
  }

  .nw-visual,
  .nw-visual img {
    min-height: 290px;
  }

  .nw-event-grid {
    grid-template-columns: 1fr;
  }

  .nw-card-body {
    padding: 16px;
  }

  .nw-calendar-grid {
    display: block;
  }

  .nw-weekday {
    display: none;
  }

  .nw-day {
    border-right: 0;
    display: grid;
    gap: 8px;
    min-height: auto;
  }

  .nw-day.is-outside:empty {
    display: none;
  }

  .nw-day-number::before {
    content: "8/";
  }
}

/* Light background theme */
.nw-event-page {
  background:
    radial-gradient(circle at 10% 0, rgba(206, 32, 41, 0.09), transparent 25rem),
    radial-gradient(circle at 92% 14%, rgba(199, 154, 75, 0.12), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #fffaf4 58%, #ffffff 100%);
  color: #1f1713;
}

.nw-site-header,
.nw-footer {
  border-color: rgba(31, 23, 19, 0.12);
}

.nw-brand {
  color: #1f1713;
}

.nw-brand span,
.nw-kicker {
  color: var(--nw-red);
}

.nw-nav a {
  background: #fff;
  border: 1px solid rgba(31, 23, 19, 0.09);
  box-shadow: 0 10px 26px rgba(31, 23, 19, 0.08);
  color: #1f1713;
}

.nw-nav a:hover,
.nw-nav a[aria-current="page"] {
  background: var(--nw-red);
  border-color: var(--nw-red);
  color: #fff;
}

.nw-title,
.nw-detail-title,
.nw-section-title {
  color: #1f1713;
}

.nw-lead,
.nw-section-note {
  color: rgba(31, 23, 19, 0.72);
}

.nw-ghost-button,
.nw-text-button,
.nw-icon-button {
  background: #fff;
  border-color: rgba(31, 23, 19, 0.13);
  color: #1f1713;
}

.nw-ghost-button:hover,
.nw-text-button:hover,
.nw-icon-button:hover {
  background: #fff3df;
  border-color: rgba(206, 32, 41, 0.24);
}

.nw-visual,
.nw-card,
.nw-info-band,
.nw-calendar-shell,
.nw-article,
.nw-summary {
  box-shadow: 0 18px 48px rgba(31, 23, 19, 0.12);
}

.nw-info-band {
  background: #fff;
  border: 1px solid rgba(31, 23, 19, 0.1);
}

.nw-info-band h2 {
  color: #1f1713;
}

.nw-info-band p {
  color: rgba(31, 23, 19, 0.72);
}

.nw-filter {
  background: #fff;
  border-color: rgba(31, 23, 19, 0.12);
  color: rgba(31, 23, 19, 0.72);
}

.nw-filter.is-active {
  background: var(--nw-red);
  border-color: var(--nw-red);
  color: #fff;
}

.nw-card,
.nw-article,
.nw-summary,
.nw-calendar-shell {
  background: #fff;
  border: 1px solid rgba(31, 23, 19, 0.09);
}

.nw-breadcrumbs a,
.nw-breadcrumbs span,
.nw-footer p,
.nw-footer-links a {
  color: rgba(31, 23, 19, 0.64);
}

.nw-breadcrumbs a:hover,
.nw-footer-links a:hover {
  color: var(--nw-red);
}

.nw-chip {
  background: #fff;
  border-color: rgba(206, 32, 41, 0.18);
  color: #1f1713;
}

.nw-calendar-toolbar {
  background: linear-gradient(135deg, var(--nw-red), var(--nw-red-strong));
}

.nw-calendar-toolbar .nw-ghost-button,
.nw-calendar-toolbar .nw-icon-button {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.nw-calendar-toolbar .nw-ghost-button:hover,
.nw-calendar-toolbar .nw-icon-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.nw-event-page .nw-primary-button,
.nw-event-page .nw-card-link,
.nw-event-page .nw-calendar-event.is-night,
.nw-event-page .nw-calendar-event.is-seminar {
  color: #fff;
}

.nw-event-page .nw-calendar-event.is-lunch {
  color: var(--nw-lunch-ink);
}

.nw-agenda-item {
  background: #fff;
  border-color: rgba(31, 23, 19, 0.1);
}

.nw-agenda-item a {
  color: #1f1713;
}

.nw-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.nw-calendar-legend__item {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(31, 23, 19, 0.08);
  border-radius: 999px;
  color: rgba(31, 23, 19, 0.76);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  line-height: 1;
  padding: 9px 12px;
}

.nw-calendar-legend__item i {
  border-radius: 999px;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.nw-calendar-legend__item.is-lunch i {
  background: linear-gradient(135deg, var(--nw-lunch), var(--nw-lunch-2));
}

.nw-calendar-legend__item.is-night i {
  background: var(--nw-blue);
}

/* Polished light theme refinements */
.nw-event-page * {
  letter-spacing: 0;
}

.nw-shell {
  max-width: 1220px;
}

.nw-site-header {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(31, 23, 19, 0.08);
  border-radius: var(--nw-radius);
  box-shadow: 0 16px 44px rgba(31, 23, 19, 0.07);
  padding: 18px;
  position: sticky;
  top: 14px;
  z-index: 10;
}

.nw-main {
  padding-top: clamp(24px, 4vw, 48px);
}

.nw-brand {
  font-size: 23px;
}

.nw-brand span {
  color: var(--nw-red);
  font-size: 10px;
  margin-top: 3px;
}

.nw-nav a {
  border-color: transparent;
  box-shadow: none;
  min-height: 40px;
}

.nw-hero,
.nw-detail-hero {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 241, 0.9)),
    #fff;
  border: 1px solid rgba(31, 23, 19, 0.08);
  border-radius: var(--nw-radius);
  box-shadow: 0 22px 70px rgba(31, 23, 19, 0.1);
  overflow: hidden;
  padding: clamp(24px, 4.5vw, 52px);
  position: relative;
}

.nw-hero > div:first-child {
  min-width: 0;
}

.nw-hero::before,
.nw-detail-hero::before {
  background: linear-gradient(90deg, var(--nw-red), var(--nw-gold), rgba(199, 154, 75, 0));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.nw-hero::after,
.nw-detail-hero::after {
  background:
    linear-gradient(135deg, rgba(206, 32, 41, 0.055) 0 25%, transparent 25% 50%, rgba(199, 154, 75, 0.05) 50% 75%, transparent 75%);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
}

.nw-hero > *,
.nw-detail-hero > * {
  position: relative;
  z-index: 1;
}

.nw-kicker {
  align-items: center;
  color: var(--nw-red);
  display: inline-flex;
  font-size: 12px;
  gap: 9px;
  margin-bottom: 16px;
}

.nw-kicker::before {
  background: var(--nw-gold);
  border-radius: 999px;
  content: "";
  height: 8px;
  width: 8px;
}

.nw-title,
.nw-detail-title {
  font-size: clamp(38px, 5.4vw, 66px);
  line-height: 1.08;
}

.nw-lead {
  font-size: clamp(15px, 1.55vw, 17px);
  line-height: 1.95;
  max-width: 650px;
}

.nw-visual,
.nw-detail-image {
  border: 8px solid #fff;
  box-shadow: 0 24px 62px rgba(31, 23, 19, 0.18);
}

.nw-visual {
  min-height: 0;
}

.nw-visual img {
  min-height: 0;
}

.nw-visual-caption {
  padding: 24px 26px;
}

.nw-visual-caption strong {
  font-size: 23px;
}

.nw-primary-button {
  box-shadow: 0 16px 34px rgba(206, 32, 41, 0.2);
}

.nw-ghost-button,
.nw-text-button,
.nw-icon-button {
  box-shadow: 0 10px 24px rgba(31, 23, 19, 0.06);
}

.nw-section-head {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 23, 19, 0.07);
  border-radius: var(--nw-radius);
  padding: 18px 20px;
}

.nw-filter-bar {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(31, 23, 19, 0.07);
  border-radius: var(--nw-radius);
  padding: 10px;
}

.nw-card {
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nw-card::before {
  background: linear-gradient(90deg, var(--nw-red), var(--nw-gold));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.nw-card:hover {
  box-shadow: 0 24px 54px rgba(31, 23, 19, 0.16);
  transform: translateY(-3px);
}

.nw-card.is-preparing::before {
  background: linear-gradient(90deg, #f2262f, #ff765f);
}

.nw-card.is-preparing .nw-card-image {
  background: #fff;
}

.nw-card.is-preparing .nw-tag {
  background: #fff0ed;
  border-color: rgba(206, 32, 41, 0.22);
  color: var(--nw-red);
}

.nw-card.is-preparing .nw-date-badge {
  min-width: 72px;
}

.nw-card.is-preparing .nw-date-badge strong {
  font-size: 15px;
  letter-spacing: 0;
}

.nw-date-badge {
  background: linear-gradient(135deg, #211814, #3a211d);
}

.nw-tag {
  background: #fff6e8;
  border-color: rgba(199, 154, 75, 0.28);
  color: #8b5e1d;
}

.nw-card h3 {
  font-size: 21px;
}

.nw-card-link {
  background: linear-gradient(135deg, #211814, #3a211d);
}

.nw-detail-copy {
  max-width: 780px;
  padding-right: 8px;
}

.nw-detail-hero {
  grid-template-columns: 1fr;
}

.nw-detail-image {
  align-self: stretch;
  width: 100%;
}

.nw-detail-image img {
  aspect-ratio: 16 / 9;
}

.nw-detail-hero--preparing::before {
  background: linear-gradient(90deg, #f2262f, #ff765f, rgba(255, 118, 95, 0));
}

.nw-detail-image--preparing img {
  background: #fff;
  object-position: center;
}

.nw-preparing-panel {
  background:
    linear-gradient(135deg, rgba(206, 32, 41, 0.045), rgba(255, 255, 255, 0.94)),
    #fff;
}

.nw-disabled-button {
  align-items: center;
  background: #efe9e0;
  border-radius: var(--nw-radius-sm);
  color: rgba(31, 23, 19, 0.58);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.2;
  margin-top: 22px;
  min-height: 44px;
  padding: 13px 18px;
  text-align: center;
  width: 100%;
}

.nw-chips {
  gap: 10px;
}

.nw-chip {
  box-shadow: 0 8px 18px rgba(31, 23, 19, 0.05);
}

.nw-article,
.nw-summary,
.nw-calendar-shell,
.nw-info-band {
  border-color: rgba(31, 23, 19, 0.08);
}

.nw-article {
  position: relative;
}

.nw-article::before,
.nw-summary::before {
  background: linear-gradient(180deg, var(--nw-red), var(--nw-gold));
  border-radius: 999px;
  content: "";
  height: 58px;
  left: 0;
  position: absolute;
  top: 34px;
  width: 5px;
}

.nw-summary {
  overflow: hidden;
  position: sticky;
}

.nw-summary-row {
  background: #fffaf4;
  border: 1px solid rgba(31, 23, 19, 0.07);
  border-radius: var(--nw-radius-sm);
  padding: 12px;
}

.nw-summary-list {
  gap: 10px;
}

.nw-calendar-shell {
  border: 0;
}

.nw-calendar-toolbar {
  padding: 18px;
}

.nw-day {
  background: #fffdf9;
}

.nw-day.is-outside {
  background: #f6efe5;
}

.nw-calendar-event.is-lunch,
.nw-event-page .nw-calendar-event.is-lunch {
  background: linear-gradient(135deg, var(--nw-lunch), var(--nw-lunch-2));
  box-shadow: 0 8px 18px rgba(255, 184, 92, 0.22);
  color: var(--nw-lunch-ink);
}

.nw-footer {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 23, 19, 0.08);
  border-radius: var(--nw-radius);
  padding: 18px;
}

@media (max-width: 720px) {
  .nw-site-header {
    position: static;
  }

  .nw-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .nw-nav a {
    font-size: 12px;
    min-width: 0;
    padding: 11px 8px;
    text-align: center;
  }

  .nw-hero,
  .nw-detail-hero {
    padding: 22px;
  }

  .nw-title,
  .nw-detail-title {
    font-size: 38px;
  }

  .nw-title--single {
    font-size: clamp(22px, 5.8vw, 32px);
    line-height: 1.35;
  }

  .nw-section-head,
  .nw-filter-bar {
    padding: 14px;
  }

  .nw-visual,
  .nw-visual img {
    min-height: 260px;
  }

  .nw-article::before,
  .nw-summary::before {
    top: 24px;
  }
}

/* WordPress/GAS safety: keep event images in a 1280x720-style frame. */
.nw-event-page .nw-visual,
.nw-event-page .nw-card-image,
.nw-event-page .nw-detail-image {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
}

.nw-event-page .nw-visual,
.nw-event-page .nw-visual img {
  min-height: 0 !important;
}

.nw-event-page .nw-visual img,
.nw-event-page .nw-card-image img,
.nw-event-page .nw-detail-image img {
  aspect-ratio: 16 / 9 !important;
  display: block !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  width: 100% !important;
}

.nw-event-page .nw-visual img,
.nw-event-page .nw-detail-image--preparing img,
.nw-event-page .nw-card.is-preparing .nw-card-image img {
  background: #fff !important;
  object-fit: contain !important;
}

.nw-event-page .nw-featured .nw-visual img {
  object-fit: cover !important;
}
