/*
 * WordPress / AFFINGER embedding guards
 * The LP itself remains scoped under #nbc2026-lp.
 */
body.nbc2026-full-canvas {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: clip !important;
  background: #fbf8f2 !important;
}

body.nbc2026-full-canvas > main.nbc2026-full-canvas-main {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#nbc2026-lp.nbc-wordpress-embed {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

body.nbc2026-full-canvas
  > main.nbc2026-full-canvas-main
  > #nbc2026-lp.nbc-wordpress-embed {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#nbc2026-lp h1,
#nbc2026-lp h2,
#nbc2026-lp h3 {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

#nbc2026-lp h1::before,
#nbc2026-lp h1::after,
#nbc2026-lp h2::before,
#nbc2026-lp h2::after,
#nbc2026-lp h3::before,
#nbc2026-lp h3::after {
  display: none !important;
  content: none !important;
}

#nbc2026-lp .nbc-button--primary,
#nbc2026-lp .nbc-button--line {
  color: #fff !important;
  text-decoration: none !important;
}

body.nbc-standalone {
      margin: 0;
      background: #fbf8f2;
    }

    #nbc2026-lp {
      --nbc-ivory: #fbf8f2;
      --nbc-sand: #f3ece1;
      --nbc-paper: #ffffff;
      --nbc-ink: #292723;
      --nbc-muted: #68635d;
      --nbc-navy: #24364b;
      --nbc-navy-soft: #314a66;
      --nbc-terra: #a84f36;
      --nbc-terra-dark: #873b29;
      --nbc-gold: #b78b4b;
      --nbc-line: #ded5c8;
      --nbc-line-green: #087a39;
      --nbc-warning: #fff8e8;
      --nbc-shadow: 0 16px 44px rgba(36, 54, 75, 0.09);
      --nbc-radius: 22px;
      --nbc-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
      --nbc-sans: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      position: relative;
      width: 100%;
      background: var(--nbc-ivory);
      color: var(--nbc-ink);
      font-family: var(--nbc-sans);
      font-size: 17px;
      line-height: 1.9;
      letter-spacing: 0.025em;
      text-align: left;
      -webkit-font-smoothing: antialiased;
    }

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

    #nbc2026-lp h1,
    #nbc2026-lp h2,
    #nbc2026-lp h3,
    #nbc2026-lp p,
    #nbc2026-lp ul,
    #nbc2026-lp ol,
    #nbc2026-lp dl,
    #nbc2026-lp dd,
    #nbc2026-lp figure,
    #nbc2026-lp blockquote {
      margin: 0;
    }

    #nbc2026-lp ul,
    #nbc2026-lp ol {
      padding: 0;
    }

    #nbc2026-lp a {
      color: inherit;
      text-decoration: none;
    }

    #nbc2026-lp button,
    #nbc2026-lp summary {
      font: inherit;
    }

    #nbc2026-lp img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    #nbc2026-lp [id] {
      scroll-margin-top: 104px;
    }

    #nbc2026-lp .nbc-sr-only {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }

    #nbc2026-lp .nbc-skip-link {
      position: fixed;
      z-index: 9999;
      top: 12px;
      left: 12px;
      padding: 10px 16px;
      border-radius: 8px;
      background: var(--nbc-paper);
      color: var(--nbc-navy);
      box-shadow: var(--nbc-shadow);
      transform: translateY(-160%);
      transition: transform 0.2s ease;
    }

    #nbc2026-lp .nbc-skip-link:focus {
      transform: translateY(0);
    }

    #nbc2026-lp :focus-visible {
      outline: 3px solid var(--nbc-gold);
      outline-offset: 4px;
    }

    #nbc2026-lp .nbc-container {
      width: min(1120px, calc(100% - 48px));
      margin-inline: auto;
    }

    #nbc2026-lp .nbc-narrow {
      width: min(760px, 100%);
    }

    #nbc2026-lp .nbc-header {
      position: sticky;
      z-index: 100;
      top: 0;
      border-bottom: 1px solid rgba(222, 213, 200, 0.86);
      background: rgba(251, 248, 242, 0.94);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    body.admin-bar #nbc2026-lp .nbc-header {
      top: 32px;
    }

    #nbc2026-lp .nbc-header__inner {
      display: flex;
      min-height: 74px;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    #nbc2026-lp .nbc-brand {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      color: var(--nbc-navy);
      font-size: 0.9rem;
      font-weight: 800;
      letter-spacing: 0.11em;
      white-space: nowrap;
    }

    #nbc2026-lp .nbc-brand__mark {
      display: grid;
      width: 36px;
      height: 36px;
      place-items: center;
      border: 1px solid rgba(183, 139, 75, 0.62);
      border-radius: 50%;
      background: var(--nbc-paper);
      font-family: Georgia, serif;
      font-size: 0.77rem;
      letter-spacing: 0.05em;
    }

    #nbc2026-lp .nbc-nav {
      display: flex;
      align-items: center;
      gap: 23px;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.05em;
    }

    #nbc2026-lp .nbc-nav a:not(.nbc-button) {
      color: var(--nbc-muted);
      transition: color 0.2s ease;
    }

    #nbc2026-lp .nbc-nav a:not(.nbc-button):hover {
      color: var(--nbc-terra);
    }

    #nbc2026-lp .nbc-menu-button {
      display: none;
      width: 48px;
      height: 48px;
      padding: 0;
      place-items: center;
      border: 1px solid var(--nbc-line);
      border-radius: 50%;
      background: var(--nbc-paper);
      color: var(--nbc-navy);
      cursor: pointer;
    }

    #nbc2026-lp .nbc-menu-button__lines,
    #nbc2026-lp .nbc-menu-button__lines::before,
    #nbc2026-lp .nbc-menu-button__lines::after {
      display: block;
      width: 20px;
      height: 2px;
      border-radius: 999px;
      background: currentColor;
      content: "";
      transition: transform 0.2s ease, opacity 0.2s ease;
    }

    #nbc2026-lp .nbc-menu-button__lines {
      position: relative;
    }

    #nbc2026-lp .nbc-menu-button__lines::before {
      position: absolute;
      top: -6px;
    }

    #nbc2026-lp .nbc-menu-button__lines::after {
      position: absolute;
      top: 6px;
    }

    #nbc2026-lp .nbc-menu-button[aria-expanded="true"] .nbc-menu-button__lines {
      background: transparent;
    }

    #nbc2026-lp .nbc-menu-button[aria-expanded="true"] .nbc-menu-button__lines::before {
      top: 0;
      transform: rotate(45deg);
    }

    #nbc2026-lp .nbc-menu-button[aria-expanded="true"] .nbc-menu-button__lines::after {
      top: 0;
      transform: rotate(-45deg);
    }

    #nbc2026-lp .nbc-section {
      position: relative;
      padding-block: 104px;
    }

    #nbc2026-lp .nbc-section--paper {
      background: var(--nbc-paper);
    }

    #nbc2026-lp .nbc-section--sand {
      background: var(--nbc-sand);
    }

    #nbc2026-lp .nbc-section--navy {
      background: var(--nbc-navy);
      color: var(--nbc-paper);
    }

    #nbc2026-lp .nbc-kicker {
      display: flex;
      margin-bottom: 17px;
      align-items: center;
      gap: 12px;
      color: var(--nbc-terra);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.12em;
    }

    #nbc2026-lp .nbc-kicker::before {
      width: 34px;
      height: 1px;
      background: var(--nbc-gold);
      content: "";
    }

    #nbc2026-lp .nbc-section--navy .nbc-kicker {
      color: #e9c78e;
    }

    #nbc2026-lp .nbc-section-title {
      max-width: 18em;
      color: var(--nbc-navy);
      font-family: var(--nbc-serif);
      font-size: clamp(1.85rem, 3.4vw, 2.75rem);
      font-weight: 600;
      line-height: 1.48;
      letter-spacing: 0.04em;
    }

    #nbc2026-lp .nbc-section--navy .nbc-section-title {
      color: var(--nbc-paper);
    }

    #nbc2026-lp .nbc-lead {
      max-width: 44em;
      margin-top: 24px;
      color: var(--nbc-muted);
      font-size: 1.02rem;
    }

    #nbc2026-lp .nbc-section--navy .nbc-lead {
      color: rgba(255, 255, 255, 0.78);
    }

    #nbc2026-lp .nbc-prose {
      display: grid;
      margin-top: 34px;
      gap: 15px;
      color: var(--nbc-muted);
    }

    #nbc2026-lp .nbc-prose strong {
      color: var(--nbc-ink);
    }

    #nbc2026-lp .nbc-grid-2 {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      align-items: center;
      gap: clamp(42px, 7vw, 90px);
    }

    #nbc2026-lp .nbc-grid-3 {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

    #nbc2026-lp .nbc-hero {
      padding-block: clamp(58px, 8vw, 104px) 70px;
      background:
        radial-gradient(circle at 7% 12%, rgba(183, 139, 75, 0.15), transparent 26%),
        linear-gradient(180deg, #fbf8f2 0%, #f7f0e6 100%);
    }

    #nbc2026-lp .nbc-hero__grid {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
      align-items: center;
      gap: clamp(42px, 6vw, 78px);
    }

    #nbc2026-lp .nbc-date-tag {
      display: inline-flex;
      margin-bottom: 24px;
      padding: 8px 14px;
      align-items: center;
      gap: 10px;
      border: 1px solid rgba(183, 139, 75, 0.5);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.64);
      color: var(--nbc-navy);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
    }

    #nbc2026-lp .nbc-date-tag::before {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--nbc-terra);
      content: "";
    }

    #nbc2026-lp .nbc-hero h1 {
      color: var(--nbc-navy);
      font-family: var(--nbc-serif);
      font-size: clamp(2.3rem, 5.3vw, 4.3rem);
      font-weight: 600;
      line-height: 1.32;
      letter-spacing: 0.035em;
    }

    #nbc2026-lp .nbc-hero h1 .nbc-hero__accent {
      display: block;
      color: var(--nbc-terra);
    }

    #nbc2026-lp .nbc-hero__subtitle {
      margin-top: 20px;
      color: var(--nbc-navy);
      font-size: 0.95rem;
      font-weight: 800;
      letter-spacing: 0.11em;
    }

    #nbc2026-lp .nbc-hero__lead {
      max-width: 40em;
      margin-top: 24px;
      color: var(--nbc-muted);
    }

    #nbc2026-lp .nbc-facts {
      display: grid;
      margin-top: 30px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border-block: 1px solid var(--nbc-line);
    }

    #nbc2026-lp .nbc-fact {
      padding: 17px 16px;
      border-right: 1px solid var(--nbc-line);
    }

    #nbc2026-lp .nbc-fact:first-child {
      padding-left: 0;
    }

    #nbc2026-lp .nbc-fact:last-child {
      border-right: 0;
    }

    #nbc2026-lp .nbc-fact dt {
      color: var(--nbc-muted);
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.08em;
    }

    #nbc2026-lp .nbc-fact dd {
      margin-top: 3px;
      color: var(--nbc-navy);
      font-size: 0.96rem;
      font-weight: 800;
      line-height: 1.55;
    }

    #nbc2026-lp .nbc-cta-group {
      display: flex;
      margin-top: 30px;
      flex-wrap: wrap;
      gap: 12px;
    }

    #nbc2026-lp .nbc-button {
      display: inline-flex;
      min-height: 58px;
      padding: 13px 25px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 1px solid transparent;
      border-radius: 999px;
      font-size: 0.92rem;
      font-weight: 800;
      line-height: 1.4;
      text-align: center;
      transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }

    #nbc2026-lp .nbc-button:hover {
      transform: translateY(-2px);
    }

    #nbc2026-lp .nbc-button--primary {
      background: var(--nbc-terra);
      color: var(--nbc-paper);
      box-shadow: 0 12px 26px rgba(168, 79, 54, 0.23);
    }

    #nbc2026-lp .nbc-button--primary:hover {
      background: var(--nbc-terra-dark);
    }

    #nbc2026-lp .nbc-button--line {
      background: var(--nbc-line-green);
      color: var(--nbc-paper);
      box-shadow: 0 12px 26px rgba(8, 122, 57, 0.2);
    }

    #nbc2026-lp .nbc-button--line:hover {
      background: #05642e;
    }

    #nbc2026-lp .nbc-button--outline {
      border-color: rgba(255, 255, 255, 0.45);
      color: var(--nbc-paper);
    }

    #nbc2026-lp .nbc-button--small {
      min-height: 44px;
      padding: 9px 18px;
      font-size: 0.78rem;
    }

    #nbc2026-lp .nbc-button__arrow {
      font-size: 1.1em;
      line-height: 1;
    }

    #nbc2026-lp .nbc-cta-note {
      display: flex;
      margin-top: 17px;
      align-items: flex-start;
      gap: 8px;
      color: var(--nbc-muted);
      font-size: 0.78rem;
      font-weight: 700;
      line-height: 1.7;
    }

    #nbc2026-lp .nbc-cta-note::before {
      flex: 0 0 auto;
      color: var(--nbc-terra);
      content: "※";
    }

    #nbc2026-lp .nbc-image-placeholder {
      position: relative;
      display: grid;
      min-height: 360px;
      padding: 32px;
      place-items: center;
      overflow: hidden;
      border: 1px dashed rgba(183, 139, 75, 0.72);
      border-radius: var(--nbc-radius);
      background:
        linear-gradient(135deg, rgba(36, 54, 75, 0.08), rgba(168, 79, 54, 0.08)),
        repeating-linear-gradient(45deg, transparent, transparent 16px, rgba(255, 255, 255, 0.42) 16px, rgba(255, 255, 255, 0.42) 32px);
      color: var(--nbc-navy);
      text-align: center;
    }

    #nbc2026-lp .nbc-image-placeholder::before,
    #nbc2026-lp .nbc-image-placeholder::after {
      position: absolute;
      border: 1px solid rgba(183, 139, 75, 0.35);
      border-radius: 50%;
      content: "";
    }

    #nbc2026-lp .nbc-image-placeholder::before {
      width: 210px;
      height: 210px;
      top: -100px;
      right: -62px;
    }

    #nbc2026-lp .nbc-image-placeholder::after {
      width: 150px;
      height: 150px;
      bottom: -68px;
      left: -42px;
    }

    #nbc2026-lp .nbc-image-placeholder__inner {
      position: relative;
      z-index: 1;
      max-width: 29em;
    }

    #nbc2026-lp .nbc-image-placeholder__badge {
      display: inline-block;
      padding: 5px 10px;
      border-radius: 999px;
      background: rgba(36, 54, 75, 0.92);
      color: var(--nbc-paper);
      font-size: 0.66rem;
      font-weight: 800;
      letter-spacing: 0.1em;
    }

    #nbc2026-lp .nbc-image-placeholder strong {
      display: block;
      margin-top: 13px;
      font-family: var(--nbc-serif);
      font-size: 1.14rem;
    }

    #nbc2026-lp .nbc-image-placeholder small {
      display: block;
      margin-top: 8px;
      color: var(--nbc-muted);
      font-size: 0.75rem;
      line-height: 1.7;
    }

    #nbc2026-lp .nbc-image-placeholder--hero {
      min-height: 600px;
      border-radius: 220px 220px 28px 28px;
      box-shadow: var(--nbc-shadow);
    }

    #nbc2026-lp .nbc-image-placeholder--story {
      min-height: 500px;
    }

    #nbc2026-lp .nbc-image-placeholder--gallery {
      min-height: 260px;
      border-radius: 16px;
    }

    #nbc2026-lp .nbc-lp-photo {
      position: relative;
      min-height: 360px;
      margin: 0;
      overflow: hidden;
      border-radius: var(--nbc-radius);
      background: var(--nbc-sand);
      box-shadow: var(--nbc-shadow);
    }

    #nbc2026-lp .nbc-lp-photo__image {
      position: absolute;
      inset: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    #nbc2026-lp .nbc-lp-photo--hero {
      min-height: 600px;
      border-radius: 220px 220px 28px 28px;
    }

    #nbc2026-lp .nbc-lp-photo--story {
      min-height: 500px;
    }

    #nbc2026-lp .nbc-lp-photo--gallery {
      min-height: 260px;
      aspect-ratio: 3 / 2;
      border-radius: 16px;
      box-shadow: none;
    }

    #nbc2026-lp .nbc-lp-photo--atmosphere {
      aspect-ratio: 8 / 5;
    }

    #nbc2026-lp .nbc-lp-photo--closing {
      min-height: 520px;
      aspect-ratio: 16 / 9;
    }

    #nbc2026-lp .nbc-connection-line {
      display: flex;
      margin-top: 54px;
      align-items: center;
      gap: 12px;
      color: var(--nbc-gold);
    }

    #nbc2026-lp .nbc-connection-line::before,
    #nbc2026-lp .nbc-connection-line::after {
      height: 1px;
      background: var(--nbc-line);
      content: "";
    }

    #nbc2026-lp .nbc-connection-line::before {
      width: 50px;
    }

    #nbc2026-lp .nbc-connection-line::after {
      flex: 1;
    }

    #nbc2026-lp .nbc-connection-line span {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: currentColor;
    }

    #nbc2026-lp .nbc-value-card,
    #nbc2026-lp .nbc-voice-card,
    #nbc2026-lp .nbc-overview-card {
      border: 1px solid var(--nbc-line);
      border-radius: var(--nbc-radius);
      background: var(--nbc-paper);
      box-shadow: var(--nbc-shadow);
    }

    #nbc2026-lp .nbc-value-card {
      padding: 30px;
    }

    #nbc2026-lp .nbc-value-card__number {
      color: var(--nbc-gold);
      font-family: Georgia, serif;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.08em;
    }

    #nbc2026-lp .nbc-value-card h3 {
      margin-top: 13px;
      color: var(--nbc-navy);
      font-family: var(--nbc-serif);
      font-size: 1.22rem;
      line-height: 1.55;
    }

    #nbc2026-lp .nbc-value-card p {
      margin-top: 12px;
      color: var(--nbc-muted);
      font-size: 0.88rem;
    }

    #nbc2026-lp .nbc-gallery {
      display: grid;
      margin-top: 45px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
    }

    #nbc2026-lp .nbc-gallery-card {
      overflow: hidden;
      border: 1px solid var(--nbc-line);
      border-radius: 20px;
      background: var(--nbc-paper);
    }

    #nbc2026-lp .nbc-gallery-card__caption {
      display: flex;
      padding: 20px 22px;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    #nbc2026-lp .nbc-gallery-card__caption strong {
      color: var(--nbc-navy);
      font-family: var(--nbc-serif);
      font-size: 1.05rem;
    }

    #nbc2026-lp .nbc-gallery-card__caption span {
      flex: 0 0 auto;
      padding: 4px 9px;
      border-radius: 999px;
      background: var(--nbc-sand);
      color: var(--nbc-terra);
      font-size: 0.7rem;
      font-weight: 800;
    }

    #nbc2026-lp .nbc-assurance {
      margin-top: 32px;
      padding: 30px;
      border-left: 4px solid var(--nbc-gold);
      border-radius: 0 18px 18px 0;
      background: var(--nbc-navy);
      color: rgba(255, 255, 255, 0.82);
    }

    #nbc2026-lp .nbc-assurance strong {
      display: block;
      margin-bottom: 8px;
      color: var(--nbc-paper);
      font-family: var(--nbc-serif);
      font-size: 1.18rem;
    }

    #nbc2026-lp .nbc-voices {
      display: grid;
      margin-top: 45px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }

    #nbc2026-lp .nbc-voice-card {
      position: relative;
      display: flex;
      min-height: 100%;
      padding: 30px;
      flex-direction: column;
    }

    #nbc2026-lp .nbc-voice-card::before {
      position: absolute;
      top: 15px;
      right: 26px;
      color: rgba(183, 139, 75, 0.17);
      font-family: Georgia, serif;
      font-size: 5.4rem;
      line-height: 1;
      content: "“";
    }

    #nbc2026-lp .nbc-portrait-placeholder {
      position: relative;
      z-index: 1;
      display: grid;
      width: 72px;
      height: 72px;
      place-items: center;
      overflow: hidden;
      border: 1px dashed rgba(183, 139, 75, 0.75);
      border-radius: 50%;
      background: var(--nbc-sand);
      color: var(--nbc-navy);
      font-size: 0.6rem;
      font-weight: 800;
      line-height: 1.3;
      text-align: center;
    }

    #nbc2026-lp .nbc-portrait-photo {
      position: relative;
      z-index: 1;
      width: 72px;
      height: 72px;
      margin: 0;
      overflow: hidden;
      border: 2px solid var(--nbc-paper);
      border-radius: 50%;
      background: var(--nbc-sand);
      box-shadow: 0 8px 20px rgba(36, 54, 75, 0.18);
    }

    #nbc2026-lp .nbc-portrait-photo__image {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    #nbc2026-lp .nbc-voice-card blockquote {
      position: relative;
      z-index: 1;
      margin-top: 22px;
      color: var(--nbc-muted);
      font-size: 0.9rem;
    }

    #nbc2026-lp .nbc-voice-card footer {
      margin-top: auto;
      padding-top: 24px;
    }

    #nbc2026-lp .nbc-voice-card footer strong {
      display: block;
      color: var(--nbc-navy);
      font-family: var(--nbc-serif);
      font-size: 1.08rem;
    }

    #nbc2026-lp .nbc-voice-card footer span {
      color: var(--nbc-muted);
      font-size: 0.75rem;
    }

    #nbc2026-lp .nbc-checklist {
      display: grid;
      margin-top: 38px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px 28px;
      list-style: none;
    }

    #nbc2026-lp .nbc-checklist li {
      position: relative;
      padding: 13px 0 13px 38px;
      border-bottom: 1px solid var(--nbc-line);
      color: var(--nbc-muted);
    }

    #nbc2026-lp .nbc-checklist li::before {
      position: absolute;
      top: 15px;
      left: 0;
      display: grid;
      width: 24px;
      height: 24px;
      place-items: center;
      border-radius: 50%;
      background: rgba(183, 139, 75, 0.15);
      color: #8b672f;
      content: "✓";
      font-size: 0.75rem;
      font-weight: 900;
    }

    #nbc2026-lp .nbc-overview-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
      align-items: start;
      gap: 32px;
    }

    #nbc2026-lp .nbc-overview-card {
      overflow: hidden;
    }

    #nbc2026-lp .nbc-overview-card__head {
      padding: 28px 32px;
      background: var(--nbc-navy);
      color: var(--nbc-paper);
    }

    #nbc2026-lp .nbc-overview-card__head span {
      color: #e6c58e;
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.09em;
    }

    #nbc2026-lp .nbc-overview-card__head h3 {
      margin-top: 7px;
      font-family: var(--nbc-serif);
      font-size: 1.38rem;
      line-height: 1.6;
    }

    #nbc2026-lp .nbc-overview-list {
      padding: 8px 32px 20px;
    }

    #nbc2026-lp .nbc-overview-list > div {
      display: grid;
      padding: 19px 0;
      grid-template-columns: 104px minmax(0, 1fr);
      gap: 18px;
      border-bottom: 1px solid var(--nbc-line);
    }

    #nbc2026-lp .nbc-overview-list > div:last-child {
      border-bottom: 0;
    }

    #nbc2026-lp .nbc-overview-list dt {
      color: var(--nbc-terra);
      font-size: 0.78rem;
      font-weight: 800;
    }

    #nbc2026-lp .nbc-overview-list dd {
      color: var(--nbc-navy);
      font-weight: 700;
    }

    #nbc2026-lp .nbc-overview-list dd small {
      display: block;
      margin-top: 4px;
      color: var(--nbc-muted);
      font-size: 0.74rem;
      font-weight: 500;
    }

    #nbc2026-lp .nbc-flow {
      position: relative;
      display: grid;
      margin-top: 42px;
      gap: 0;
      list-style: none;
      counter-reset: nbc-step;
    }

    #nbc2026-lp .nbc-flow::before {
      position: absolute;
      top: 28px;
      bottom: 28px;
      left: 28px;
      width: 1px;
      background: var(--nbc-line);
      content: "";
    }

    #nbc2026-lp .nbc-flow li {
      position: relative;
      display: grid;
      min-height: 82px;
      padding: 12px 0 20px;
      grid-template-columns: 56px minmax(0, 1fr);
      align-items: start;
      gap: 20px;
      counter-increment: nbc-step;
    }

    #nbc2026-lp .nbc-flow li::before {
      position: relative;
      z-index: 1;
      display: grid;
      width: 56px;
      height: 56px;
      place-items: center;
      border: 1px solid rgba(183, 139, 75, 0.68);
      border-radius: 50%;
      background: var(--nbc-paper);
      color: var(--nbc-terra);
      content: counter(nbc-step, decimal-leading-zero);
      font-family: Georgia, serif;
      font-size: 0.78rem;
      font-weight: 700;
    }

    #nbc2026-lp .nbc-flow h3 {
      color: var(--nbc-navy);
      font-size: 1rem;
      line-height: 1.55;
    }

    #nbc2026-lp .nbc-flow p {
      margin-top: 4px;
      color: var(--nbc-muted);
      font-size: 0.82rem;
    }

    #nbc2026-lp .nbc-apply-panel {
      padding: clamp(30px, 5vw, 56px);
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 28px;
      background: rgba(255, 255, 255, 0.06);
    }

    #nbc2026-lp .nbc-apply-steps {
      display: grid;
      margin-top: 36px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    #nbc2026-lp .nbc-apply-step {
      display: flex;
      min-height: 250px;
      padding: 28px;
      flex-direction: column;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.08);
    }

    #nbc2026-lp .nbc-apply-step__label {
      color: #e6c58e;
      font-size: 0.75rem;
      font-weight: 800;
      letter-spacing: 0.1em;
    }

    #nbc2026-lp .nbc-apply-step h3 {
      margin-top: 9px;
      color: var(--nbc-paper);
      font-family: var(--nbc-serif);
      font-size: 1.28rem;
    }

    #nbc2026-lp .nbc-apply-step p {
      margin: 11px 0 23px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.83rem;
    }

    #nbc2026-lp .nbc-apply-step .nbc-button {
      width: 100%;
      margin-top: auto;
    }

    #nbc2026-lp .nbc-required-message {
      margin-top: 20px;
      padding: 16px 18px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.1);
      color: var(--nbc-paper);
      font-size: 0.82rem;
      font-weight: 700;
      text-align: center;
    }

    #nbc2026-lp .nbc-faq-list {
      display: grid;
      margin-top: 42px;
      gap: 12px;
    }

    #nbc2026-lp .nbc-faq {
      overflow: hidden;
      border: 1px solid var(--nbc-line);
      border-radius: 16px;
      background: var(--nbc-paper);
    }

    #nbc2026-lp .nbc-faq summary {
      position: relative;
      min-height: 70px;
      padding: 20px 66px 20px 24px;
      color: var(--nbc-navy);
      font-weight: 800;
      line-height: 1.65;
      list-style: none;
      cursor: pointer;
    }

    #nbc2026-lp .nbc-faq summary::-webkit-details-marker {
      display: none;
    }

    #nbc2026-lp .nbc-faq summary::before,
    #nbc2026-lp .nbc-faq summary::after {
      position: absolute;
      top: 50%;
      right: 25px;
      width: 18px;
      height: 2px;
      border-radius: 999px;
      background: var(--nbc-terra);
      content: "";
      transition: transform 0.2s ease;
    }

    #nbc2026-lp .nbc-faq summary::after {
      transform: rotate(90deg);
    }

    #nbc2026-lp .nbc-faq[open] summary::after {
      transform: rotate(0deg);
    }

    #nbc2026-lp .nbc-faq__answer {
      padding: 0 24px 24px;
      color: var(--nbc-muted);
      font-size: 0.9rem;
    }

    #nbc2026-lp .nbc-faq__answer p + p {
      margin-top: 12px;
    }

    #nbc2026-lp .nbc-notice {
      padding: clamp(28px, 4vw, 42px);
      border: 1px solid #ead9ad;
      border-radius: var(--nbc-radius);
      background: var(--nbc-warning);
    }

    #nbc2026-lp .nbc-notice h2 {
      color: var(--nbc-navy);
      font-family: var(--nbc-serif);
      font-size: clamp(1.55rem, 3vw, 2.15rem);
    }

    #nbc2026-lp .nbc-notice ul {
      display: grid;
      margin-top: 24px;
      gap: 10px;
      list-style: none;
    }

    #nbc2026-lp .nbc-notice li {
      position: relative;
      padding-left: 27px;
      color: var(--nbc-muted);
      font-size: 0.88rem;
    }

    #nbc2026-lp .nbc-notice li::before {
      position: absolute;
      top: 0;
      left: 0;
      color: var(--nbc-terra);
      content: "・";
      font-weight: 900;
    }

    #nbc2026-lp .nbc-closing {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      align-items: center;
      gap: clamp(42px, 7vw, 86px);
    }

    #nbc2026-lp .nbc-closing .nbc-image-placeholder,
    #nbc2026-lp .nbc-closing .nbc-lp-photo {
      min-height: 520px;
    }

    #nbc2026-lp .nbc-footer {
      padding: 54px 0 120px;
      background: #1d2b3c;
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.78rem;
    }

    #nbc2026-lp .nbc-footer__grid {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: end;
      gap: 32px;
    }

    #nbc2026-lp .nbc-footer strong {
      display: block;
      color: var(--nbc-paper);
      font-family: var(--nbc-serif);
      font-size: 1.08rem;
    }

    #nbc2026-lp .nbc-footer address {
      margin-top: 13px;
      font-style: normal;
    }

    #nbc2026-lp .nbc-footer address a {
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    #nbc2026-lp .nbc-footer__links {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 10px 18px;
    }

    #nbc2026-lp .nbc-footer__link-pending {
      color: rgba(255, 255, 255, 0.46);
    }

    #nbc2026-lp .nbc-footer__copyright {
      margin-top: 27px;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      color: rgba(255, 255, 255, 0.44);
      font-size: 0.7rem;
    }

    #nbc2026-lp .nbc-mobile-cta {
      position: fixed;
      z-index: 90;
      right: 0;
      bottom: 0;
      left: 0;
      display: none;
      padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
      gap: 8px;
      border-top: 1px solid var(--nbc-line);
      background: rgba(251, 248, 242, 0.96);
      box-shadow: 0 -10px 28px rgba(36, 54, 75, 0.12);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }

    #nbc2026-lp .nbc-mobile-cta .nbc-button {
      min-width: 0;
      min-height: 50px;
      padding: 10px 12px;
      flex: 1;
      font-size: 0.75rem;
    }

    #nbc2026-lp.nbc-lp--js .nbc-reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.65s ease, transform 0.65s ease;
    }

    #nbc2026-lp.nbc-lp--js .nbc-reveal.nbc-reveal--visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 980px) {
      #nbc2026-lp .nbc-nav {
        position: absolute;
        top: calc(100% + 1px);
        right: 24px;
        left: 24px;
        display: flex;
        padding: 20px;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        border: 1px solid var(--nbc-line);
        border-radius: 18px;
        background: var(--nbc-paper);
        box-shadow: var(--nbc-shadow);
      }

      #nbc2026-lp.nbc-lp--js .nbc-nav {
        display: none;
      }

      #nbc2026-lp.nbc-lp--js .nbc-nav[data-open="true"] {
        display: flex;
      }

      #nbc2026-lp .nbc-nav a:not(.nbc-button) {
        padding: 11px 4px;
        border-bottom: 1px solid var(--nbc-line);
      }

      #nbc2026-lp .nbc-nav .nbc-button {
        margin-top: 14px;
      }

      #nbc2026-lp .nbc-menu-button {
        display: none;
      }

      #nbc2026-lp.nbc-lp--js .nbc-menu-button {
        display: grid;
      }

      #nbc2026-lp .nbc-hero__grid,
      #nbc2026-lp .nbc-grid-2,
      #nbc2026-lp .nbc-overview-layout,
      #nbc2026-lp .nbc-closing {
        grid-template-columns: 1fr;
      }

      #nbc2026-lp .nbc-hero__visual {
        width: min(620px, 100%);
        margin-inline: auto;
      }

      #nbc2026-lp .nbc-image-placeholder--hero {
        min-height: 520px;
        border-radius: 180px 180px 24px 24px;
      }

      #nbc2026-lp .nbc-lp-photo--hero {
        min-height: 520px;
        border-radius: 180px 180px 24px 24px;
      }

      #nbc2026-lp .nbc-grid-3 {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 782px) {
      body.admin-bar #nbc2026-lp .nbc-header {
        top: 46px;
      }
    }

    @media (max-width: 720px) {
      #nbc2026-lp {
        padding-bottom: 74px;
        font-size: 16px;
      }

      #nbc2026-lp .nbc-container {
        width: min(100% - 36px, 1120px);
      }

      #nbc2026-lp .nbc-section {
        padding-block: 68px;
      }

      #nbc2026-lp .nbc-header__inner {
        min-height: 66px;
      }

      #nbc2026-lp .nbc-brand {
        font-size: 0.77rem;
      }

      #nbc2026-lp .nbc-brand__mark {
        width: 32px;
        height: 32px;
      }

      #nbc2026-lp .nbc-hero {
        padding-block: 50px 62px;
      }

      #nbc2026-lp .nbc-hero__grid {
        gap: 38px;
      }

      #nbc2026-lp .nbc-hero h1 {
        font-size: clamp(2.12rem, 11vw, 3.2rem);
      }

      #nbc2026-lp .nbc-facts {
        grid-template-columns: 1fr;
      }

      #nbc2026-lp .nbc-fact {
        display: grid;
        padding: 13px 0;
        grid-template-columns: 72px minmax(0, 1fr);
        align-items: center;
        border-right: 0;
        border-bottom: 1px solid var(--nbc-line);
      }

      #nbc2026-lp .nbc-fact:last-child {
        border-bottom: 0;
      }

      #nbc2026-lp .nbc-fact dd {
        margin-top: 0;
      }

      #nbc2026-lp .nbc-cta-group {
        flex-direction: column;
      }

      #nbc2026-lp .nbc-button {
        width: 100%;
      }

      #nbc2026-lp .nbc-image-placeholder--hero,
      #nbc2026-lp .nbc-image-placeholder--story,
      #nbc2026-lp .nbc-closing .nbc-image-placeholder,
      #nbc2026-lp .nbc-lp-photo--hero,
      #nbc2026-lp .nbc-lp-photo--story,
      #nbc2026-lp .nbc-lp-photo--closing {
        min-height: 420px;
      }

      #nbc2026-lp .nbc-image-placeholder--hero,
      #nbc2026-lp .nbc-lp-photo--hero {
        border-radius: 140px 140px 22px 22px;
      }

      #nbc2026-lp .nbc-gallery,
      #nbc2026-lp .nbc-voices,
      #nbc2026-lp .nbc-checklist,
      #nbc2026-lp .nbc-apply-steps {
        grid-template-columns: 1fr;
      }

      #nbc2026-lp .nbc-gallery-card__caption {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
      }

      #nbc2026-lp .nbc-overview-card__head,
      #nbc2026-lp .nbc-overview-list {
        padding-inline: 22px;
      }

      #nbc2026-lp .nbc-overview-list > div {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 12px;
      }

      #nbc2026-lp .nbc-flow li {
        gap: 15px;
      }

      #nbc2026-lp .nbc-footer__grid {
        grid-template-columns: 1fr;
      }

      #nbc2026-lp .nbc-footer__links {
        justify-content: flex-start;
      }

      #nbc2026-lp .nbc-mobile-cta {
        display: flex;
      }
    }

    @media (max-width: 390px) {
      #nbc2026-lp .nbc-container {
        width: min(100% - 28px, 1120px);
      }

      #nbc2026-lp .nbc-image-placeholder {
        padding: 22px;
      }

      #nbc2026-lp .nbc-value-card,
      #nbc2026-lp .nbc-voice-card {
        padding: 24px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #nbc2026-lp *,
      #nbc2026-lp *::before,
      #nbc2026-lp *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
      }

      #nbc2026-lp.nbc-lp--js .nbc-reveal {
        opacity: 1;
        transform: none;
      }
    }

    @media print {
      #nbc2026-lp .nbc-header,
      #nbc2026-lp .nbc-mobile-cta,
      #nbc2026-lp .nbc-menu-button {
        display: none !important;
      }

      #nbc2026-lp .nbc-section {
        padding-block: 38px;
      }

      #nbc2026-lp .nbc-button {
        border: 1px solid currentColor;
        box-shadow: none;
      }
    }
  
