body.niku-home-2026 {
  --parchment: #f2ede4;
  --parchment-deep: #eae2d4;
  --linen: #f8f4ec;
  --ink: #1a1614;
  --ink-soft: #3a322d;
  --ink-faint: #6e655c;
  --bordeaux: #6b1f20;
  --bordeaux-deep: #4a1415;
  --bordeaux-ember: #8c2a2b;
  --gold: #9a7b3f;
  --taupe: #a89a87;
  --rule: #c8beac;
  --shadow-soft: 0 20px 48px rgba(26, 22, 20, 0.08);
  --shadow-deep: 0 28px 72px rgba(26, 22, 20, 0.14);
  background: var(--parchment);
  color: var(--ink);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

html body.niku-home-2026 {
  overflow-x: hidden;
}

body.niku-home-2026::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.35;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3CfeColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.08 0 0 0 0 0.06 0 0 0 0.12 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

body.niku-home-2026.niku-home-menu-open {
  overflow: hidden;
}

body.niku-home-2026.niku-home-meat-modal-open {
  overflow: hidden;
}

body.niku-home-2026 #header,
body.niku-home-2026 #header_message,
body.niku-home-2026 #header_slider_wrap,
body.niku-home-2026 #global_menu_button,
body.niku-home-2026 #global_menu,
body.niku-home-2026 .niku-header-reserve,
body.niku-home-2026 .niku-floating-rail,
body.niku-home-2026 #footer,
body.niku-home-2026 #return_top,
body.niku-home-2026 #return_top2,
body.niku-home-2026 #dp-footer-bar,
body.niku-home-2026 #drawer_menu,
body.niku-home-2026 #access-footer,
body.niku-home-2026 #access-footer + div.fixed.bottom-0.left-0.w-full {
  display: none !important;
}

body.niku-home-2026 #container {
  margin-left: 0 !important;
  width: 100% !important;
  background: transparent !important;
}

body.niku-home-2026 #index_content_builder.niku-home-refresh {
  position: relative;
  z-index: 2;
  background: var(--parchment);
  border-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0;
}

body.niku-home-2026 .niku-home-site a {
  color: inherit;
  text-decoration: none;
}

body.niku-home-2026 .niku-home-site img {
  display: block;
  max-width: 100%;
}

body.niku-home-2026 .niku-home-site button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}

body.niku-home-2026 .niku-home-container {
  max-width: 1280px;
  margin: 0 auto;
}

body.niku-home-2026 .niku-home-site [id] {
  scroll-margin-top: 110px;
}

body.niku-home-2026 .niku-home-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.5s ease, padding 0.4s ease, box-shadow 0.5s ease;
  backdrop-filter: blur(0);
}

body.niku-home-2026 .niku-home-nav.is-scrolled {
  background: rgba(242, 237, 228, 0.92);
  backdrop-filter: blur(12px);
  padding: 14px 32px;
  box-shadow: 0 1px 0 rgba(26, 22, 20, 0.06);
}

body.niku-home-2026 .niku-home-nav__logo {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--ink);
}

body.niku-home-2026 .niku-home-nav__logo em {
  font-style: normal;
  color: var(--bordeaux);
}

body.niku-home-2026 .niku-home-nav__menu {
  display: flex;
  gap: 36px;
  align-items: center;
}

body.niku-home-2026 .niku-home-nav__menu a {
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--ink-soft);
  position: relative;
  padding-bottom: 3px;
  transition: color 0.3s ease;
}

body.niku-home-2026 .niku-home-nav__menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--bordeaux);
  transition: width 0.4s ease, left 0.4s ease;
}

body.niku-home-2026 .niku-home-nav__menu a:hover {
  color: var(--bordeaux);
}

body.niku-home-2026 .niku-home-nav__menu a:hover::after {
  width: 100%;
  left: 0;
}

body.niku-home-2026 .niku-home-nav__reserve {
  display: inline-block;
  padding: 10px 22px;
  background: var(--bordeaux);
  color: var(--linen) !important;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0.3em !important;
  transition: background 0.3s ease;
}

body.niku-home-2026 .niku-home-nav__reserve:hover {
  background: var(--bordeaux-deep);
}

body.niku-home-2026 .niku-home-nav__reserve::after {
  display: none !important;
}

body.niku-home-2026 .niku-home-nav__toggle {
  display: none;
}

body.niku-home-2026 .niku-home-mobile-menu {
  display: none;
}

body.niku-home-2026 .niku-home-hero {
  min-height: clamp(760px, 88vh, 920px);
  padding: 124px 48px 56px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

body.niku-home-2026 .niku-home-hero__meta {
  position: absolute;
  top: 108px;
  left: 88px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 8px 14px 8px 0;
  background: linear-gradient(90deg, rgba(242, 237, 228, 0.94), rgba(242, 237, 228, 0.58));
  border: 0;
  border-bottom: 1px solid rgba(154, 123, 63, 0.18);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: var(--ink);
  opacity: 0.78;
  z-index: 1;
}

body.niku-home-2026 .niku-home-hero__meta::before {
  display: none;
}

body.niku-home-2026 .niku-home-hero__meta-chip {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

body.niku-home-2026 .niku-home-hero__meta-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 9px;
  letter-spacing: 0.24em;
  color: rgba(107, 31, 32, 0.72);
  text-transform: uppercase;
}

body.niku-home-2026 .niku-home-hero__meta-value {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(26, 22, 20, 0.82);
  text-transform: uppercase;
}

body.niku-home-2026 .niku-home-hero__meta-separator {
  width: 14px;
  height: 1px;
  background: rgba(107, 31, 32, 0.18);
}

body.niku-home-2026 .niku-home-hero__text {
  padding-left: 32px;
  position: relative;
  z-index: 2;
}

body.niku-home-2026 .niku-home-hero__title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.03em;
  color: var(--ink);
  margin-bottom: 32px;
}

body.niku-home-2026 .niku-home-hero__title-line {
  display: block;
  white-space: nowrap;
}

body.niku-home-2026 .niku-home-hero__title-line + .niku-home-hero__title-line {
  margin-top: 0.12em;
}

body.niku-home-2026 .niku-home-hero__title .accent {
  color: var(--bordeaux);
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.88em;
  letter-spacing: 0;
  padding: 0 4px;
}

body.niku-home-2026 .niku-home-hero__lede {
  max-width: 440px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 2;
  margin-bottom: 36px;
}

body.niku-home-2026 .niku-home-hero__price {
  display: flex;
  gap: 28px;
  margin-bottom: 36px;
  padding: 20px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  max-width: 440px;
}

body.niku-home-2026 .niku-home-hero__price > div {
  flex: 1;
}

body.niku-home-2026 .niku-home-hero__price dt {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--ink-faint);
  text-transform: uppercase;
  margin-bottom: 8px;
}

body.niku-home-2026 .niku-home-hero__price dd {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 20px;
  color: var(--ink);
  letter-spacing: 0.05em;
}

body.niku-home-2026 .niku-home-hero__price dd span {
  font-size: 12px;
  color: var(--ink-faint);
  margin-left: 6px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

body.niku-home-2026 .niku-home-cta-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

body.niku-home-2026 .niku-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 32px;
  transition: background 0.4s ease, transform 0.4s ease, color 0.4s ease;
}

body.niku-home-2026 .niku-home-btn--primary {
  background: var(--bordeaux);
  color: var(--linen);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-shadow: none;
}

body.niku-home-2026 .niku-home-btn--primary::after {
  content: "→";
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  transition: transform 0.4s ease;
}

body.niku-home-2026 .niku-home-btn--primary:hover {
  background: var(--bordeaux-deep);
}

body.niku-home-2026 .niku-home-btn--primary:hover::after {
  transform: translateX(5px);
}

body.niku-home-2026 .niku-home-nav__reserve,
body.niku-home-2026 .niku-home-btn--primary,
body.niku-home-2026 .niku-home-final-cta .niku-home-btn--primary,
body.niku-home-2026 .niku-home-mobile-fixed-cta {
  color: #fffdfa !important;
}

body.niku-home-2026 .niku-home-nav__reserve::after,
body.niku-home-2026 .niku-home-btn--primary::after,
body.niku-home-2026 .niku-home-final-cta .niku-home-btn--primary::after,
body.niku-home-2026 .niku-home-mobile-fixed-cta::after {
  color: #fffdfa !important;
}

body.niku-home-2026 .niku-home-btn--ghost {
  border: 1px solid var(--ink-soft);
  color: var(--ink);
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.2em;
}

body.niku-home-2026 .niku-home-btn--ghost:hover {
  background: var(--ink);
  color: var(--linen);
}

body.niku-home-2026 .niku-home-hero__visual {
  position: relative;
  height: min(70vh, 760px);
  min-height: 500px;
}

body.niku-home-2026 .niku-home-hero__img-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 100%;
  overflow: hidden;
}

body.niku-home-2026 .niku-home-hero__img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 50%;
  filter: contrast(1.05) saturate(0.92);
}

body.niku-home-2026 .niku-home-hero__img-sub {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 42%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 8px solid var(--parchment);
  box-shadow: -20px 20px 60px rgba(26, 22, 20, 0.12);
  z-index: 3;
}

body.niku-home-2026 .niku-home-hero__img-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
}

body.niku-home-2026 .niku-home-hero__img-mobile {
  display: none;
}

body.niku-home-2026 .niku-home-hero__vertical {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.8em;
  color: var(--bordeaux);
  z-index: 4;
}

body.niku-home-2026 .niku-home-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--ink-faint);
  text-transform: uppercase;
}

body.niku-home-2026 .niku-home-hero__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: var(--ink-faint);
  margin: 12px auto 0;
  animation: nikuHomeScrollLine 2.2s ease-in-out infinite;
}

@keyframes nikuHomeScrollLine {
  0%,
  100% {
    transform: scaleY(0.3);
    transform-origin: top;
  }

  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
}

body.niku-home-2026 .niku-home-site section {
  position: relative;
  padding: 140px 48px;
}

body.niku-home-2026 .niku-home-section-eyebrow {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.35em;
  color: var(--bordeaux);
  text-transform: uppercase;
  margin-bottom: 20px;
}

body.niku-home-2026 .niku-home-section-eyebrow::before {
  content: "— ";
}

body.niku-home-2026 .niku-home-section-title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 32px;
}

body.niku-home-2026 .niku-home-section-title-latin {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(28px, 3.4vw, 46px);
  letter-spacing: 0.02em;
}

body.niku-home-2026 .niku-home-letters {
  background: var(--linen);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

body.niku-home-2026 .niku-home-letters__intro {
  text-align: center;
  margin-bottom: 100px;
}

body.niku-home-2026 .niku-home-letters__tagline {
  max-width: 620px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 2.2;
}

body.niku-home-2026 .niku-home-letters__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-left: 1px solid var(--rule);
}

body.niku-home-2026 .niku-home-letter-cell {
  padding: 50px 36px 60px;
  border-right: 1px solid var(--rule);
  position: relative;
  transition: background 0.5s ease;
}

body.niku-home-2026 .niku-home-letter-cell:hover {
  background: var(--parchment);
}

body.niku-home-2026 .niku-home-letter-cell__glyph {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 140px;
  line-height: 1;
  color: var(--bordeaux);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

body.niku-home-2026 .niku-home-letter-cell__label {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--ink-faint);
  text-transform: uppercase;
  margin-bottom: 12px;
}

body.niku-home-2026 .niku-home-letter-cell__name {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 19px;
  color: var(--ink);
  margin-bottom: 18px;
  letter-spacing: 0.08em;
}

body.niku-home-2026 .niku-home-letter-cell__desc {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.9;
}

body.niku-home-2026 .niku-home-letters__closing {
  text-align: center;
  margin-top: 100px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: clamp(20px, 2.4vw, 28px);
  color: var(--ink);
  letter-spacing: 0.1em;
  line-height: 2;
}

body.niku-home-2026 .niku-home-letters__closing em {
  font-style: normal;
  color: var(--bordeaux);
  padding: 0 4px;
}

body.niku-home-2026 .niku-home-promises__layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
}

body.niku-home-2026 .niku-home-promises {
  background: var(--parchment);
}

body.niku-home-2026 .niku-home-promises__intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

body.niku-home-2026 .niku-home-promises__intro-copy {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 2.1;
  max-width: 364px;
}

body.niku-home-2026 .niku-home-promises__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

body.niku-home-2026 .niku-home-promise {
  display: grid;
  grid-template-columns: 90px 1fr 1fr;
  gap: 40px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--rule);
}

body.niku-home-2026 .niku-home-promise:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

body.niku-home-2026 .niku-home-promise__num {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 72px;
  line-height: 0.9;
  color: var(--bordeaux);
}

body.niku-home-2026 .niku-home-promise__content h3 {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  color: var(--ink);
}

body.niku-home-2026 .niku-home-promise__content p {
  font-size: 14px;
  line-height: 2.1;
  color: var(--ink-soft);
}

body.niku-home-2026 .niku-home-promise__visual {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

body.niku-home-2026 .niku-home-promise__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

body.niku-home-2026 .niku-home-promise:hover .niku-home-promise__visual img {
  transform: scale(1.04);
}

body.niku-home-2026 .niku-home-select {
  background: var(--ink);
  color: var(--linen);
  padding: 160px 48px;
}

body.niku-home-2026 .niku-home-select .niku-home-section-eyebrow {
  color: var(--gold);
}

body.niku-home-2026 .niku-home-select .niku-home-section-title {
  color: var(--linen);
}

body.niku-home-2026 .niku-home-select__title-line {
  display: block;
}

body.niku-home-2026 .niku-home-select__title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

body.niku-home-2026 .niku-home-select__intro {
  max-width: 620px;
  margin-bottom: 80px;
}

body.niku-home-2026 .niku-home-select__intro p {
  color: rgba(245, 240, 230, 0.84);
  font-size: 15px;
  line-height: 2.1;
}

body.niku-home-2026 .niku-home-select__tiers {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(245, 240, 230, 0.18);
}

body.niku-home-2026 .niku-home-tier {
  display: grid;
  grid-template-columns: 160px 1fr 160px;
  gap: 40px;
  padding: 44px 0;
  border-bottom: 1px solid rgba(245, 240, 230, 0.18);
  align-items: center;
}

body.niku-home-2026 .niku-home-tier__label {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.35em;
  color: var(--gold);
  text-transform: uppercase;
}

body.niku-home-2026 .niku-home-tier__num {
  display: block;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  color: rgba(245, 240, 230, 0.58);
  margin-bottom: 6px;
  letter-spacing: 0;
}

body.niku-home-2026 .niku-home-tier__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}

body.niku-home-2026 .niku-home-tier__items span {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 17px;
  color: var(--linen);
  letter-spacing: 0.08em;
  position: relative;
}

body.niku-home-2026 .niku-home-tier__items .niku-meat-trigger {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(245, 240, 230, 0.24);
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  cursor: pointer;
  transition: color 0.28s ease, border-color 0.28s ease, opacity 0.28s ease;
}

body.niku-home-2026 .niku-home-tier__items .niku-meat-trigger:hover,
body.niku-home-2026 .niku-home-tier__items .niku-meat-trigger:focus-visible {
  color: var(--gold);
  border-color: rgba(154, 123, 63, 0.6);
  outline: none;
}

body.niku-home-2026 .niku-home-tier.is-upgrade .niku-home-tier__items span {
  font-size: 19px;
  letter-spacing: 0.06em;
}

body.niku-home-2026 .niku-home-tier.is-upgrade .niku-home-tier__label {
  font-size: 13px;
}

body.niku-home-2026 .niku-home-tier.is-upgrade .niku-home-tier__num {
  font-size: 32px;
}

body.niku-home-2026 .niku-home-tier__items span:not(:last-child)::after {
  content: "／";
  margin-left: 28px;
  color: rgba(245, 240, 230, 0.48);
}

body.niku-home-2026 .niku-home-tier__price {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  color: var(--gold);
  text-align: right;
  letter-spacing: 0.04em;
}

body.niku-home-2026 .niku-home-tier.is-upgrade .niku-home-tier__price {
  font-size: 26px;
  font-weight: 400;
}

body.niku-home-2026 .niku-home-tier__price small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: rgba(245, 240, 230, 0.68);
  text-transform: uppercase;
  margin-bottom: 4px;
}

body.niku-home-2026 .niku-home-select__notes {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.niku-home-2026 .niku-home-select__note {
  font-size: 13px;
  color: rgba(245, 240, 230, 0.72);
  font-style: italic;
}

body.niku-home-2026 .niku-meat-modal {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 24px;
}

body.niku-home-2026 .niku-meat-modal[hidden] {
  display: none;
}

body.niku-home-2026 .niku-meat-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 10, 9, 0.72);
  backdrop-filter: blur(10px);
}

body.niku-home-2026 .niku-meat-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(600px, calc(100vw - 32px));
  background: linear-gradient(180deg, rgba(248, 244, 236, 0.98) 0%, rgba(242, 237, 228, 1) 100%);
  border: 1px solid rgba(154, 123, 63, 0.2);
  box-shadow: 0 26px 64px rgba(26, 22, 20, 0.2);
}

body.niku-home-2026 .niku-meat-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(58, 50, 45, 0.18);
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

body.niku-home-2026 .niku-meat-modal__panel {
  display: none;
/*   grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); */
  grid-template-columns: 1fr;
  min-height: 420px;
}

body.niku-home-2026 .niku-meat-modal__panel.is-active {
  display: grid;
}

body.niku-home-2026 .niku-meat-modal__media {
    min-height: 100%;
    background: #16110f;
    display: none;
}

body.niku-home-2026 .niku-meat-modal__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.niku-home-2026 .niku-meat-modal__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 52px 52px 46px;
}

body.niku-home-2026 .niku-meat-modal__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: var(--bordeaux);
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body.niku-home-2026 .niku-meat-modal__eyebrow span {
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.14em;
}

body.niku-home-2026 .niku-meat-modal__body h3 {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.45;
  color: var(--ink);
}

body.niku-home-2026 .niku-meat-modal__body p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 2.05;
}

body.niku-home-2026 .niku-meat-modal__caption {
  padding-top: 12px;
  border-top: 1px solid rgba(154, 123, 63, 0.16);
  color: rgba(58, 50, 45, 0.72);
  font-size: 12px !important;
  line-height: 1.9 !important;
}

body.niku-home-2026 .niku-home-courses__head {
  text-align: center;
  margin-bottom: 100px;
}

body.niku-home-2026 .niku-home-courses__lead {
  color: var(--ink-soft);
  max-width: 520px;
  margin: 16px auto 0;
}

body.niku-home-2026 .niku-home-courses__tabs {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 80px;
  border-bottom: 1px solid var(--rule);
}

body.niku-home-2026 .niku-home-tab {
  padding: 16px 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: var(--ink-faint);
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

body.niku-home-2026 .niku-home-tab.is-active {
  color: var(--bordeaux);
  border-bottom-color: var(--bordeaux);
}

body.niku-home-2026 .niku-home-courses__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

body.niku-home-2026 .niku-home-site.is-enhanced .niku-home-courses__grid {
  display: none;
}

body.niku-home-2026 .niku-home-site.is-enhanced .niku-home-courses__grid.is-active {
  display: grid;
}

body.niku-home-2026 .niku-home-course-card {
  background: var(--linen);
  border: 1px solid var(--rule);
  padding: 44px 36px 40px;
  position: relative;
  transition: background 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
  display: flex;
  flex-direction: column;
}

body.niku-home-2026 .niku-home-course-card:hover {
  background: var(--parchment-deep);
  border-color: var(--bordeaux);
  transform: translateY(-4px);
}

body.niku-home-2026 .niku-home-course-card.is-featured {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--linen);
}

body.niku-home-2026 .niku-home-course-card.is-featured:hover {
  background: var(--bordeaux-deep);
  border-color: var(--bordeaux-deep);
}

body.niku-home-2026 .niku-home-course-card__badge {
  position: absolute;
  top: -10px;
  left: 32px;
  background: var(--gold);
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  padding: 6px 14px;
  text-transform: uppercase;
}

body.niku-home-2026 .niku-home-course-card__type {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--bordeaux);
  text-transform: uppercase;
  margin-bottom: 14px;
}

body.niku-home-2026 .niku-home-course-card.is-featured .niku-home-course-card__type {
  color: var(--gold);
}

body.niku-home-2026 .niku-home-course-card__scene {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--ink);
  margin-bottom: 8px;
}

body.niku-home-2026 .niku-home-course-card.is-featured .niku-home-course-card__scene {
  color: var(--linen);
}

body.niku-home-2026 .niku-home-course-card__price {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 300;
  color: var(--ink);
  margin: 8px 0 20px;
  letter-spacing: -0.01em;
}

body.niku-home-2026 .niku-home-course-card.is-featured .niku-home-course-card__price {
  color: var(--gold);
}

body.niku-home-2026 .niku-home-course-card__price small {
  font-size: 13px;
  color: var(--ink-faint);
  margin-left: 6px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-style: normal;
}

body.niku-home-2026 .niku-home-course-card.is-featured .niku-home-course-card__price small {
  color: rgba(245, 240, 230, 0.68);
}

body.niku-home-2026 .niku-home-course-card__items {
  font-size: 12px;
  line-height: 2;
  color: var(--ink-soft);
  padding-top: 20px;
  margin-top: auto;
  border-top: 1px solid var(--rule);
  min-height: 120px;
}

body.niku-home-2026 .niku-home-course-card.is-featured .niku-home-course-card__items {
  color: rgba(245, 240, 230, 0.84);
  border-top-color: rgba(245, 240, 230, 0.2);
}

body.niku-home-2026 .niku-home-course-card__items em {
  font-style: normal;
  color: var(--bordeaux);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
}

body.niku-home-2026 .niku-home-course-card.is-featured .niku-home-course-card__items em {
  color: var(--gold);
}

body.niku-home-2026 .niku-home-course-card__cta {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--bordeaux);
  transition: color 0.3s ease;
}

body.niku-home-2026 .niku-home-course-card.is-featured .niku-home-course-card__cta {
  color: var(--gold);
  border-top-color: rgba(245, 240, 230, 0.2);
}

body.niku-home-2026 .niku-home-course-card__cta::after {
  content: "→";
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  transition: transform 0.4s ease;
}

body.niku-home-2026 .niku-home-course-card:hover .niku-home-course-card__cta::after {
  transform: translateX(6px);
}

body.niku-home-2026 .niku-home-chef {
  background: var(--parchment-deep);
  padding: 180px 48px;
}

body.niku-home-2026 .niku-home-chef__layout {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 100px;
  align-items: center;
}

body.niku-home-2026 .niku-home-chef__visual {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

body.niku-home-2026 .niku-home-chef__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25) contrast(1.05);
}

body.niku-home-2026 .niku-home-chef__visual::after {
  content: "Makoto Deguchi";
  position: absolute;
  bottom: 24px;
  left: 24px;
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--linen);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

body.niku-home-2026 .niku-home-chef__name {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  color: var(--ink);
}

body.niku-home-2026 .niku-home-chef__name small {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 300;
  color: var(--bordeaux);
  letter-spacing: 0.12em;
  margin-top: 4px;
}

body.niku-home-2026 .niku-home-chef__quote {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 22px;
  line-height: 2;
  color: var(--bordeaux);
  padding: 32px 0;
  margin: 32px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  letter-spacing: 0.08em;
}

body.niku-home-2026 .niku-home-chef__bio {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 2.1;
  margin-bottom: 24px;
}

body.niku-home-2026 .niku-home-chef__timeline {
  list-style: none;
  margin-top: 32px;
  border-top: 1px solid var(--rule);
}

body.niku-home-2026 .niku-home-chef__timeline li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 32px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 13px;
}

body.niku-home-2026 .niku-home-chef__timeline .year {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--bordeaux);
  letter-spacing: 0.1em;
}

body.niku-home-2026 .niku-home-chef__timeline .event {
  color: var(--ink-soft);
}

body.niku-home-2026 .niku-home-scenes__head {
  text-align: center;
  margin-bottom: 80px;
}

body.niku-home-2026 .niku-home-scenes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}

body.niku-home-2026 .niku-home-scene {
  background: var(--parchment);
  padding: 48px 36px;
  text-align: center;
  transition: background 0.4s ease;
}

body.niku-home-2026 .niku-home-scene:hover {
  background: var(--linen);
}

body.niku-home-2026 .niku-home-scene__icon {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 32px;
  color: var(--bordeaux);
  margin-bottom: 16px;
  font-weight: 300;
}

body.niku-home-2026 .niku-home-scene__title {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}

body.niku-home-2026 .niku-home-scene__course {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  color: var(--ink-faint);
  letter-spacing: 0.08em;
}

body.niku-home-2026 .niku-home-info {
  background: var(--ink);
  color: var(--linen);
  padding: 140px 48px;
}

body.niku-home-2026 .niku-home-info__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

body.niku-home-2026 .niku-home-info .niku-home-section-eyebrow {
  color: var(--gold);
}

body.niku-home-2026 .niku-home-info .niku-home-section-title {
  color: var(--linen);
}

body.niku-home-2026 .niku-home-info__list {
  list-style: none;
  margin-top: 48px;
}

body.niku-home-2026 .niku-home-info__list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(245, 240, 230, 0.15);
}

body.niku-home-2026 .niku-home-info__list dt {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--gold);
  text-transform: uppercase;
  padding-top: 4px;
}

body.niku-home-2026 .niku-home-info__list dd {
  font-size: 14px;
  line-height: 2;
  color: rgba(245, 240, 230, 0.85);
  margin: 0;
}

body.niku-home-2026 .niku-home-info__list dd.big {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  letter-spacing: 0.06em;
  color: var(--linen);
  font-weight: 300;
}

body.niku-home-2026 .niku-home-info__list dd span {
  color: var(--gold);
  font-size: 12px;
}

body.niku-home-2026 .niku-home-info__map {
  aspect-ratio: 4 / 5;
  background: var(--parchment);
  overflow: hidden;
  position: relative;
}

body.niku-home-2026 .niku-home-info__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.95;
}

body.niku-home-2026 .niku-home-info__map video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.niku-home-2026 .niku-home-info__map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(26, 22, 20, 0.7));
}

body.niku-home-2026 .niku-home-info__pin {
  position: absolute;
  bottom: 32px;
  left: 32px;
  z-index: 2;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  color: var(--linen);
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

body.niku-home-2026 .niku-home-info__pin small {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 6px;
}

body.niku-home-2026 .niku-home-final-cta {
  padding: 180px 48px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(248, 244, 236, 0.92) 0%, rgba(242, 237, 228, 1) 100%);
  position: relative;
  border-top: 1px solid rgba(154, 123, 63, 0.12);
}

body.niku-home-2026 .niku-home-final-cta__bg {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  overflow: hidden;
}

body.niku-home-2026 .niku-home-final-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.3);
}

body.niku-home-2026 .niku-home-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(154, 123, 63, 0.08), transparent 38%),
    radial-gradient(circle at bottom right, rgba(107, 31, 32, 0.04), transparent 34%);
  pointer-events: none;
}

body.niku-home-2026 .niku-home-final-cta .niku-home-container {
  position: relative;
  z-index: 2;
}

body.niku-home-2026 .niku-home-final-cta h2 {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: clamp(32px, 4.4vw, 56px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: 32px;
}

body.niku-home-2026 .niku-home-final-cta p {
  max-width: 520px;
  margin: 0 auto 56px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 2.1;
}

body.niku-home-2026 .niku-home-final-cta__group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

body.niku-home-2026 .niku-home-final-cta .niku-home-btn--primary {
  background: linear-gradient(135deg, #6b1f20 0%, #431213 100%);
  color: #fffdfa;
  border: 1px solid rgba(67, 18, 19, 0.2);
  box-shadow: 0 18px 32px rgba(67, 18, 19, 0.18);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 20px 36px;
}

body.niku-home-2026 .niku-home-final-cta .niku-home-btn--primary::after {
  color: #fffaf2;
}

body.niku-home-2026 .niku-home-final-cta .niku-home-btn--primary:hover {
  background: linear-gradient(135deg, var(--bordeaux-ember) 0%, var(--bordeaux-deep) 100%);
}

body.niku-home-2026 .niku-home-btn-tel {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 32px;
  border: 1px solid var(--bordeaux);
  color: var(--bordeaux);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  transition: background 0.3s ease, color 0.3s ease;
}

body.niku-home-2026 .niku-home-btn-tel:hover {
  background: var(--bordeaux);
  color: var(--linen);
}

body.niku-home-2026 .niku-home-btn-tel small {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: block;
}

body.niku-home-2026 .niku-home-footer {
  background: var(--bordeaux-deep);
  color: var(--linen);
  padding: 80px 48px 40px;
}

body.niku-home-2026 .niku-home-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(245, 240, 230, 0.15);
}

body.niku-home-2026 .niku-home-footer__brand {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 28px;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}

body.niku-home-2026 .niku-home-footer__tagline {
  font-size: 13px;
  line-height: 2;
  color: rgba(245, 240, 230, 0.9);
  max-width: 280px;
}

body.niku-home-2026 .niku-home-footer__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 20px;
}

body.niku-home-2026 .niku-home-footer__nav {
  list-style: none;
}

body.niku-home-2026 .niku-home-footer__nav li {
  margin-bottom: 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: 0.15em;
}

body.niku-home-2026 .niku-home-footer__nav a {
  color: rgba(245, 240, 230, 0.94);
  transition: color 0.3s ease;
}

body.niku-home-2026 .niku-home-footer__nav a:hover {
  color: var(--gold);
}

body.niku-home-2026 .niku-home-footer__copyright {
  padding-top: 32px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: rgba(245, 240, 230, 0.82);
}

body.niku-home-2026 .niku-home-mobile-fixed-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bordeaux);
  color: var(--linen);
  padding: 16px;
  text-align: center;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2em;
  z-index: 90;
  box-shadow: 0 -2px 20px rgba(26, 22, 20, 0.2);
  text-shadow: none;
}

body.niku-home-2026 .niku-home-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

body.niku-home-2026 .niku-home-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  body.niku-home-2026 .niku-home-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 120px 32px 60px;
  }
body.niku-home-2026 .niku-home-hero__meta {
    left: 50%;
    transform: translate(-50%, 0);
}
body.niku-home-2026 .niku-home-hero__text {
    padding-left: 0;
    margin: 48px auto 0;
}

  body.niku-home-2026 .niku-home-hero__visual {
    height: 60vh;
    min-height: 420px;
  }

  body.niku-home-2026 .niku-home-promises__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  body.niku-home-2026 .niku-home-promises__intro {
    position: static;
  }

  body.niku-home-2026 .niku-home-promise {
    grid-template-columns: 70px 1fr;
  }

  body.niku-home-2026 .niku-home-promise__visual {
    grid-column: 1 / -1;
  }

  body.niku-home-2026 .niku-home-courses__grid {
    grid-template-columns: 1fr 1fr;
  }

  body.niku-home-2026 .niku-home-chef__layout,
  body.niku-home-2026 .niku-home-info__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  body.niku-home-2026 .niku-home-tier {
    grid-template-columns: 140px 1fr;
  }

  body.niku-home-2026 .niku-home-tier__price {
    grid-column: 2;
    text-align: left;
    margin-top: 8px;
  }

  body.niku-home-2026 .niku-home-letters__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.niku-home-2026 .niku-home-site section,
  body.niku-home-2026 .niku-home-chef,
  body.niku-home-2026 .niku-home-select,
  body.niku-home-2026 .niku-home-info,
  body.niku-home-2026 .niku-home-final-cta,
  body.niku-home-2026 .niku-home-footer {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 720px) {
body.niku-lower-2026 header .niku-lower-page__container {
    padding: 0 20px;
}
  body.niku-home-2026 {
    background: #241b16;
    padding-bottom: 0;
    font-size: 14px;
  }

  body.niku-home-2026 #index_content_builder.niku-home-refresh {
    background: var(--parchment);
  }

  body.niku-home-2026.header_fix_mobile {
    padding-top: 0 !important;
  }

  body.niku-home-2026.niku-home-hero-passed .niku-home-nav,
  body.niku-home-2026.niku-home-hero-passed .niku-home-mobile-fixed-cta {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.niku-home-2026 .niku-home-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.niku-home-2026 .niku-home-section-title,
  body.niku-home-2026 .niku-home-chef__quote,
  body.niku-home-2026 .niku-home-final-cta h2,
  body.niku-home-2026 .niku-home-scene__title,
  body.niku-home-2026 .niku-home-letters__closing {
    text-wrap: balance;
  }

  body.niku-home-2026 .niku-home-hero__title,
  body.niku-home-2026 .niku-home-hero__lede,
  body.niku-home-2026 .niku-home-letters__tagline,
  body.niku-home-2026 .niku-home-promise__content p,
  body.niku-home-2026 .niku-home-courses__lead,
  body.niku-home-2026 .niku-home-chef__bio,
  body.niku-home-2026 .niku-home-final-cta p,
  body.niku-home-2026 .niku-home-promises__intro-copy,
  body.niku-home-2026 .niku-home-select__intro p,
  body.niku-home-2026 .niku-home-footer__tagline {
    text-wrap: pretty;
    line-break: strict;
  }

  body.niku-home-2026 .niku-home-hero__title br,
  body.niku-home-2026 .niku-home-section-title br,
  body.niku-home-2026 .niku-home-chef__quote br,
  body.niku-home-2026 .niku-home-final-cta h2 br,
  body.niku-home-2026 .niku-home-final-cta p br,
  body.niku-home-2026 .niku-home-promises__intro-copy br,
  body.niku-home-2026 .niku-home-select__intro p br,
  body.niku-home-2026 .niku-home-courses__lead br,
  body.niku-home-2026 .niku-home-scene__title br,
  body.niku-home-2026 .niku-home-letters__closing br,
  body.niku-home-2026 .niku-home-footer__tagline br {
    display: none;
  }

  body.niku-home-2026 .niku-home-nav {
    box-sizing: border-box;
    padding: 16px 20px;
    background: transparent;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    box-shadow: none;
    border-bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-18px);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
  }

body.niku-home-2026.niku-home-hero-passed .niku-home-nav, body.niku-home-2026 .niku-home-nav.is-scrolled {
    padding: 22px 20px 8px;
    background: rgba(242, 237, 228, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 12px 30px rgba(26, 22, 20, 0.1);
    border-bottom: 1px solid rgba(200, 190, 172, 0.5);
}

  body.niku-home-2026 .niku-home-nav__menu,
  body.niku-home-2026 .niku-home-nav__reserve {
    display: none;
  }

  body.niku-home-2026 .niku-home-nav__menu a,
  body.niku-home-2026 .niku-home-nav__reserve {
    visibility: hidden;
  }

  body.niku-home-2026 .niku-home-nav__toggle {
    display: block;
    font-size: 24px;
    color: var(--ink);
  }

  body.niku-home-2026 .niku-home-mobile-menu {
    box-sizing: border-box;
    position: fixed;
    inset: 0;
    background: var(--parchment);
    z-index: 200;
    padding: 80px 40px 40px;
    flex-direction: column;
    gap: 32px;
  }

  body.niku-home-2026 .niku-home-mobile-menu.is-open {
    display: flex;
  }

  body.niku-home-2026 .niku-home-mobile-menu a {
    font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: var(--ink);
    padding: 12px 0;
    border-bottom: 1px solid var(--rule);
  }

  body.niku-home-2026 .niku-home-mobile-menu__close {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 28px;
    color: var(--ink);
  }

  body.niku-home-2026 .niku-home-mobile-fixed-cta {
    box-sizing: border-box;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
	  bottom: 16px;
  }

  body.niku-home-2026 .niku-home-hero {
    display: flex;
    flex-direction: column;
    padding: 0 0 56px;
    min-height: auto;
    background: #241b16;
    overflow: hidden;
  }

  body.niku-home-2026 .niku-home-hero::before {
    content: "";
    position: absolute;
    top: -148px;
    left: 0;
    right: 0;
    height: 148px;
    background: #241b16;
  }

  body.niku-home-2026 .niku-home-hero__visual {
    order: 1;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    width: 100vw;
    margin-top: -136px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
    overflow: hidden;
    min-height: calc(100svh + 136px);
    background: linear-gradient(180deg, #3a2b23 0%, #241b16 100%);
  }

  body.niku-home-2026 .niku-home-hero__img-mobile {
    display: block;
    position: relative;
    z-index: 2;
    width: 100vw;
    height: auto;
    max-width: none;
    box-shadow: none;
  }

  body.niku-home-2026 .niku-home-hero__img-mobile img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center center;
  }

  body.niku-home-2026 .niku-home-hero__img-mobile::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(26, 22, 20, 0.04) 0%, rgba(26, 22, 20, 0.12) 100%);
  }

  body.niku-home-2026 .niku-home-hero__img-main,
  body.niku-home-2026 .niku-home-hero__img-sub,
  body.niku-home-2026 .niku-home-hero__vertical {
    display: none;
  }

  body.niku-home-2026 .niku-home-hero__meta {
    order: 2;
  }

  body.niku-home-2026 .niku-home-hero__text {
    order: 3;
    position: relative;
    z-index: 3;
    margin-top: 0;
    padding: 36px 24px;
    background: var(--parchment);
  }

  body.niku-home-2026 .niku-home-hero__title,
  body.niku-home-2026 .niku-home-hero__meta {
    display: none;
  }

  body.niku-home-2026 .niku-home-hero__title {
    font-size: clamp(30px, 9.2vw, 38px);
    line-height: 1.36;
    letter-spacing: 0.015em;
    margin-bottom: 28px;
  }

  body.niku-home-2026 .niku-home-hero__lede {
    max-width: 20.5em;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(14px, 3.8vw, 15px);
    line-height: 2;
    letter-spacing: 0.02em;
    margin-bottom: 32px;
  }

  body.niku-home-2026 .niku-home-hero__price {
    max-width: 20.5em;
    margin-left: auto;
    margin-right: auto;
    gap: 16px;
    padding: 18px 0;
  }

  body.niku-home-2026 .niku-home-hero__price dd {
    font-size: 17px;
  }

  body.niku-home-2026 .niku-home-cta-group {
    flex-direction: column;
    max-width: 20.5em;
    margin-left: auto;
    margin-right: auto;
  }

  body.niku-home-2026 .niku-home-cta-group a {
    box-sizing: border-box;
    justify-content: center;
  }

  body.niku-home-2026 .niku-home-hero__visual {
    height: auto;
    min-height: 0;
  }

  body.niku-home-2026 .niku-home-section-title {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.42;
    letter-spacing: 0.02em;
  }

  body.niku-home-2026 .niku-home-section-title-latin {
    font-size: clamp(18px, 6.4vw, 26px);
  }

  body.niku-home-2026 .niku-home-hero__img-sub {
    bottom: -20px;
    width: 48%;
    border-width: 5px;
  }

  body.niku-home-2026 .niku-home-hero__vertical {
    display: none;
  }

  body.niku-home-2026 .niku-home-site section:not(.niku-home-hero),
  body.niku-home-2026 .niku-home-chef,
  body.niku-home-2026 .niku-home-select,
  body.niku-home-2026 .niku-home-info,
  body.niku-home-2026 .niku-home-final-cta {
    padding: 80px 20px;
  }

  body.niku-home-2026 .niku-home-letters__grid {
    grid-template-columns: 1fr;
  }

  body.niku-home-2026 .niku-home-letters__intro {
    margin-bottom: 56px;
  }

  body.niku-home-2026 .niku-home-letters__intro .niku-home-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    line-height: 1.34;
  }

  body.niku-home-2026 .niku-home-letters__intro .niku-home-section-title-latin {
    display: block;
    margin-top: 0;
    font-size: clamp(20px, 6vw, 25px);
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
    max-width: 11em;
  }

  body.niku-home-2026 .niku-home-letter-cell {
    padding: 40px 28px 44px;
    border-bottom: 1px solid var(--rule);
  }

  body.niku-home-2026 .niku-home-letter-cell:last-child {
    border-bottom: none;
  }

  body.niku-home-2026 .niku-home-letter-cell__glyph {
    font-size: 100px;
    margin-bottom: 16px;
  }

  body.niku-home-2026 .niku-home-promise {
    grid-template-columns: 60px 1fr;
    gap: 24px;
    padding-bottom: 60px;
  }

  body.niku-home-2026 .niku-home-promise__num {
    font-size: 52px;
  }

  body.niku-home-2026 .niku-home-promise__visual {
    margin-top: 24px;
    aspect-ratio: 4 / 3;
  }

  body.niku-home-2026 .niku-home-promises__list {
    gap: 60px;
  }

  body.niku-home-2026 .niku-home-select {
    padding: 100px 20px;
  }

  body.niku-home-2026 .niku-home-select__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: clamp(24px, 6.8vw, 30px);
    line-height: 1.34;
    letter-spacing: 0;
    text-align: center;
  }

  body.niku-home-2026 .niku-home-select__title-line {
    display: block;
    width: 100%;
    white-space: nowrap;
  }

  body.niku-home-2026 .niku-home-select__title-line:last-child {
    padding-left: 0;
  }

  body.niku-home-2026 .niku-home-select__title-line + .niku-home-select__title-line {
    margin-top: 0.1em;
  }

  body.niku-home-2026 .niku-home-tier {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 32px 0;
    text-align: center;
  }

  body.niku-home-2026 .niku-home-tier.is-upgrade {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
    text-align: center;
  }

  body.niku-home-2026 .niku-home-tier.is-upgrade .niku-home-tier__label {
    grid-column: auto;
    margin-bottom: 2px;
    text-align: center;
  }

  body.niku-home-2026 .niku-home-tier.is-upgrade .niku-home-tier__items {
    grid-column: auto;
    display: block;
    text-align: center;
  }

  body.niku-home-2026 .niku-home-tier.is-upgrade .niku-home-tier__items span {
    display: block;
    font-size: 21px;
    line-height: 1.45;
  }

  body.niku-home-2026 .niku-home-tier.is-upgrade .niku-home-tier__items span:not(:last-child)::after {
    display: none;
  }

  body.niku-home-2026 .niku-home-tier__price {
    text-align: center;
  }

  body.niku-home-2026 .niku-home-tier__items span {
    font-size: 15px;
  }

  body.niku-home-2026 .niku-home-tier.is-upgrade .niku-home-tier__label {
    font-size: 13px;
  }

  body.niku-home-2026 .niku-home-tier.is-upgrade .niku-home-tier__num {
    font-size: 30px;
  }

  body.niku-home-2026 .niku-home-tier.is-upgrade .niku-home-tier__price {
    grid-column: auto;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
  }

  body.niku-home-2026 .niku-home-tier.is-upgrade .niku-home-tier__price small {
    display: block;
    margin-bottom: 4px;
    letter-spacing: 0.18em;
  }

  body.niku-home-2026 .niku-home-tier__items span:not(:last-child)::after {
    margin-left: 12px;
  }

  body.niku-home-2026 .niku-home-select__notes {
    gap: 10px;
    margin-top: 44px;
  }

  body.niku-home-2026 .niku-home-select__note {
    font-size: 12px;
    line-height: 1.95;
  }

  body.niku-home-2026 .niku-meat-modal {
    padding: 16px;
  }

  body.niku-home-2026 .niku-meat-modal__dialog {
    width: min(100%, 540px);
  }

  body.niku-home-2026 .niku-meat-modal__panel,
  body.niku-home-2026 .niku-meat-modal__panel.is-active {
    grid-template-columns: 1fr;
  }

  body.niku-home-2026 .niku-meat-modal__media {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  body.niku-home-2026 .niku-meat-modal__body {
    padding: 28px 22px 24px;
    gap: 14px;
  }

  body.niku-home-2026 .niku-meat-modal__body h3 {
    font-size: 24px;
    line-height: 1.5;
  }

  body.niku-home-2026 .niku-meat-modal__body p {
    font-size: 13px;
    line-height: 1.95;
  }

  body.niku-home-2026 .niku-meat-modal__eyebrow {
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  body.niku-home-2026 .niku-home-courses__tabs {
    gap: 32px;
  }

  body.niku-home-2026 .niku-home-tab {
    font-size: 16px;
  }

  body.niku-home-2026 .niku-home-courses__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body.niku-home-2026 .niku-home-course-card__price {
    font-size: 36px;
  }

  body.niku-home-2026 .niku-home-chef {
    padding: 100px 24px;
  }

  body.niku-home-2026 .niku-home-chef__name {
    font-size: 28px;
  }

  body.niku-home-2026 .niku-home-chef__quote {
    font-size: 16px;
    padding: 24px 0;
    line-height: 1.84;
    letter-spacing: 0.02em;
  }

  body.niku-home-2026 .niku-home-chef__timeline li {
    grid-template-columns: 70px 1fr;
    gap: 20px;
  }

  body.niku-home-2026 .niku-home-scenes__grid {
    grid-template-columns: 1fr;
  }

  body.niku-home-2026 .niku-home-scene__title {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }

  body.niku-home-2026 .niku-home-info {
    padding: 100px 24px;
  }

  body.niku-home-2026 .niku-home-info__list li {
    grid-template-columns: 90px 1fr;
    gap: 20px;
  }

  body.niku-home-2026 .niku-home-info__list dd.big {
    font-size: 22px;
  }

  body.niku-home-2026 .niku-home-final-cta {
    padding: 104px 24px 116px;
    text-align: center;
  }

  body.niku-home-2026 .niku-home-final-cta h2 {
    font-size: clamp(26px, 7.8vw, 34px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-left: auto;
    margin-right: auto;
    max-width: 14em;
    text-align: center;
  }

  body.niku-home-2026 .niku-home-final-cta h2 br {
    display: block;
  }

  body.niku-home-2026 .niku-home-final-cta__group {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  body.niku-home-2026 .niku-home-final-cta p {
    margin-left: auto;
    margin-right: auto;
    max-width: 32em;
    text-align: center;
  }

  body.niku-home-2026 .niku-home-final-cta .niku-home-btn--primary,
  body.niku-home-2026 .niku-home-btn-tel {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }

  body.niku-home-2026 .niku-home-footer {
    padding: 60px 20px 88px;
  }

  body.niku-home-2026 .niku-home-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
    justify-items: center;
    text-align: center;
  }

  body.niku-home-2026 .niku-home-footer__tagline {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  body.niku-home-2026 .niku-home-footer__copyright {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(245, 240, 230, 0.18);
    color: rgba(245, 240, 230, 0.9);
  }

  body.niku-home-2026 .niku-home-footer__title,
  body.niku-home-2026 .niku-home-footer__brand {
    text-align: center;
  }

  body.niku-home-2026 .niku-home-footer__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  body.niku-home-2026 .niku-home-footer__nav li {
    text-align: center;
  }
}
