/*
Theme Name: 尚武スペシャル
Theme URI: https://teampresso.co.jp/
Author: Naotake Kodama
Author URI: https://teampresso.co.jp/
Description: 実店舗・サービス事業者向けのオリジナルWordPressテーマ「尚武スペシャル」。サービス、スタッフ、インタビュー、FAQ、お知らせ、ブログ、アクセス情報を標準搭載。
Version: 1.26.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: naotake-special
Tags: custom-logo, custom-menu, featured-images, one-column, two-columns, threaded-comments, translation-ready
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
*/

:root {
  --ntsp-primary: #2f7d6d;
  --ntsp-accent: #e85d4a;
  --ntsp-ink: #17211f;
  --ntsp-muted: #65706d;
  --ntsp-line: #e4e8e5;
  --ntsp-bg: #ffffff;
  --ntsp-tint: #f4f7f2;
  --ntsp-paper: #fbfaf7;
  --ntsp-deep: #18332e;
  --ntsp-deep-2: #244940;
  --ntsp-shadow: 0 18px 48px rgba(25, 44, 40, 0.12);
  --ntsp-card-border-color: rgba(140, 151, 146, 0.4);
  --ntsp-card-border-width: 1px;
  --ntsp-card-shadow: 0 8px 28px rgba(23, 33, 31, 0.06);
  --ntsp-card-shadow-hover: 0 18px 48px rgba(25, 44, 40, 0.12);
  --ntsp-card-shadow-subtle: 0 4px 16px rgba(23, 33, 31, 0.03);
  --ntsp-card-shadow-subtle-mobile: 0 3px 12px rgba(23, 33, 31, 0.02);
  --ntsp-card-shadow-mobile: 0 5px 18px rgba(23, 33, 31, 0.04);
  --ntsp-card-shadow-hover-mobile: 0 10px 28px rgba(25, 44, 40, 0.08);
  --ntsp-list-button-border-color: rgba(140, 151, 146, 0.4);
  --ntsp-list-button-border-width: 1px;
  --ntsp-radius: 8px;
  --ntsp-container: 1180px;
  --ntsp-header-background-color: #ffffff;
  --ntsp-header-background-translucent: rgba(255, 255, 255, 0.94);
  --ntsp-header-text-color: #17211f;
  --ntsp-header-submenu-background: #ffffff;
  --ntsp-header-submenu-text: #17211f;
  --ntsp-header-submenu-hover: rgba(23, 33, 31, 0.08);
  --ntsp-header-submenu-border: rgba(23, 33, 31, 0.14);
  --ntsp-announcement-background-color: #18332e;
  --ntsp-announcement-text-color: #ffffff;
  --ntsp-services-background-color: #ffffff;
  --ntsp-services-text-color: #17211f;
  --ntsp-services-text-muted: var(--ntsp-muted);
  --ntsp-concept-background-color: #f4f7f2;
  --ntsp-concept-text-color: #17211f;
  --ntsp-concept-text-muted: var(--ntsp-muted);
  --ntsp-concept-card-background-color: #ffffff;
  --ntsp-concept-card-text-color: #17211f;
  --ntsp-concept-card-text-muted: var(--ntsp-muted);
  --ntsp-staff-background-color: #ffffff;
  --ntsp-staff-text-color: #17211f;
  --ntsp-interview-background-color: #18332e;
  --ntsp-interview-text-color: #ffffff;
  --ntsp-interview-text-card: rgba(255, 255, 255, 0.76);
  --ntsp-interview-text-description: rgba(255, 255, 255, 0.72);
  --ntsp-interview-text-border: rgba(255, 255, 255, 0.14);
  --ntsp-interview-text-strong-border: rgba(255, 255, 255, 0.22);
  --ntsp-faq-background-color: #f4f7f2;
  --ntsp-faq-text-color: #17211f;
  --ntsp-news-background-color: #ffffff;
  --ntsp-news-text-color: #17211f;
  --ntsp-news-text-muted: var(--ntsp-muted);
  --ntsp-news-text-border: var(--ntsp-line);
  --ntsp-blog-background-color: #fbfaf7;
  --ntsp-blog-text-color: #17211f;
  --ntsp-access-section-background-color: #ffffff;
  --ntsp-access-background-color: #f4f7f2;
  --ntsp-access-text-color: #17211f;
  --ntsp-access-text-muted: var(--ntsp-muted);
  --ntsp-access-text-border: var(--ntsp-line);
  --ntsp-cta-background-color: #2f7d6d;
  --ntsp-cta-text-color: #ffffff;
  --ntsp-cta-text-subtle: rgba(255, 255, 255, 0.95);
  --ntsp-fixed-cta-background-color: #101817;
  --ntsp-fixed-cta-background-translucent: rgba(16, 24, 23, 0.94);
  --ntsp-fixed-cta-text-color: #ffffff;
  --ntsp-footer-background-color: #101817;
  --ntsp-footer-text-color: #ffffff;
  --ntsp-footer-text-soft: rgba(255, 255, 255, 0.78);
  --ntsp-footer-text-description: rgba(255, 255, 255, 0.72);
  --ntsp-footer-text-muted: rgba(255, 255, 255, 0.62);
  --ntsp-footer-text-border: rgba(255, 255, 255, 0.1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ntsp-bg);
  color: var(--ntsp-ink);
  font-family: var(--ntsp-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif);
  font-size: 16px;
  line-height: var(--ntsp-font-line-height, 1.8);
  letter-spacing: 0;
}

body.ntsp-nav-open {
  overflow: hidden;
}

img,
video,
iframe {
  max-width: 100%;
}

img {
  display: block;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--ntsp-primary);
}

button,
input,
textarea,
select {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ntsp-site {
  min-height: 100vh;
  overflow-x: clip;
}

.ntsp-container {
  width: min(100% - 40px, var(--ntsp-container));
  margin-inline: auto;
}

.ntsp-container--narrow {
  width: min(100% - 40px, 860px);
}

.ntsp-main {
  min-height: 60vh;
}

.ntsp-announcement {
  background: var(--ntsp-announcement-background-color);
  color: var(--ntsp-announcement-text-color);
  font-size: 14px;
  text-align: center;
}

.ntsp-announcement a {
  display: block;
  padding: 8px 20px;
}

.ntsp-announcement a:hover {
  color: inherit;
}

.ntsp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--ntsp-header-background-translucent);
  color: var(--ntsp-header-text-color);
  backdrop-filter: blur(14px);
  transition: box-shadow 0.2s ease;
}

.admin-bar .ntsp-header {
  top: 32px;
}

.ntsp-header.is-scrolled {
  box-shadow: 0 12px 32px rgba(23, 33, 31, 0.08);
}

.ntsp-header__inner {
  width: min(100% - 32px, 1240px);
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.ntsp-logo {
  flex: 0 0 auto;
  min-width: 150px;
}

.ntsp-logo img {
  max-height: 54px;
  width: auto;
}

.ntsp-logo__text {
  color: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}

.ntsp-logo .custom-logo {
  max-height: var(--ntsp-header-logo-size, 54px);
}

.ntsp-header-brand {
  display: inline-flex;
  align-items: center;
  gap: var(--ntsp-header-logo-gap, 12px);
  max-width: none;
  vertical-align: middle;
}

.ntsp-logo .ntsp-header-brand__mark {
  flex: 0 0 auto;
  width: var(--ntsp-header-logo-size, 54px);
  height: var(--ntsp-header-logo-size, 54px);
  max-height: none;
  object-fit: contain;
}

.ntsp-logo .ntsp-header-brand__wordmark {
  flex: 0 0 auto;
  min-width: 0;
  width: auto;
  height: var(--ntsp-header-wordmark-size, 40px);
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: left center;
}

.ntsp-nav {
  margin-left: auto;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.ntsp-nav__list,
.ntsp-footer-menu,
.ntsp-sns {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ntsp-nav__list {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
}

.ntsp-nav__list > li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.ntsp-nav__list a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ntsp-header-text-color);
  font-size: 14px;
  font-weight: 600;
}

.ntsp-nav__parent {
  display: flex;
  align-items: center;
  height: 100%;
}

.ntsp-nav__submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ntsp-header-text-color);
  cursor: pointer;
}

.ntsp-nav__submenu-toggle--parent {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  gap: 8px;
  justify-content: space-between;
  color: var(--ntsp-header-text-color);
  font-size: 14px;
  font-weight: 600;
}

.ntsp-nav__submenu-toggle-icon {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
}

.ntsp-nav__submenu-toggle-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

.ntsp-nav__submenu-toggle[aria-expanded="true"] .ntsp-nav__submenu-toggle-icon::before {
  top: 4px;
  transform: rotate(225deg);
}

.ntsp-nav__submenu-toggle:hover,
.ntsp-nav__submenu-toggle:focus-visible {
  color: var(--ntsp-primary);
}

.ntsp-nav__submenu-toggle:focus-visible {
  border-radius: 4px;
  outline: 2px solid currentColor;
  outline-offset: -4px;
}

.ntsp-nav__submenu {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: max-content;
  min-width: 240px;
  max-width: min(320px, calc(100vw - 32px));
  display: block;
  height: auto;
  margin: 0;
  padding: 8px;
  overflow: hidden;
  border-color: var(--ntsp-header-submenu-border, rgba(23, 33, 31, 0.14));
  border-style: solid;
  border-width: 1px;
  border-radius: 0 0 8px 8px;
  background: var(--ntsp-header-submenu-background, var(--ntsp-header-background-color));
  box-shadow: 0 18px 36px rgba(23, 33, 31, 0.16);
  color: var(--ntsp-header-submenu-text, var(--ntsp-header-text-color));
  clip-path: inset(0 0 100% 0);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  will-change: opacity, clip-path;
  transition:
    clip-path 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.18s ease,
    visibility 0s linear 0.24s;
}

.ntsp-nav__item--has-children.is-open > .ntsp-nav__submenu {
  clip-path: inset(0);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}

@media (min-width: 1025px) {
  .ntsp-nav__submenu {
    opacity: 1;
    will-change: auto;
    transition:
      clip-path 0.24s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0.24s;
  }
}

.ntsp-nav__submenu[hidden] {
  display: none;
}

.ntsp-nav__item--submenu-right > .ntsp-nav__submenu {
  right: 0;
  left: auto;
}

.ntsp-nav__submenu a {
  display: flex;
  width: 100%;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 4px;
  color: var(--ntsp-header-submenu-text, var(--ntsp-header-text-color));
  font-weight: 500;
  line-height: 1.5;
  white-space: normal;
}

.ntsp-nav__submenu a:hover,
.ntsp-nav__submenu a:focus-visible {
  background: var(--ntsp-header-submenu-hover, rgba(23, 33, 31, 0.08));
  color: var(--ntsp-header-submenu-text, var(--ntsp-header-text-color));
}

.ntsp-nav__submenu a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -2px;
}

.ntsp-header__cta,
.ntsp-button,
.ntsp-link-button,
.ntsp-fixed-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
}

.ntsp-header__cta {
  padding: 0 20px;
  background: var(--ntsp-accent);
  color: #fff;
  font-size: 14px;
}

.ntsp-header__cta:hover {
  color: #fff;
  background: var(--ntsp-accent);
  background: color-mix(in srgb, var(--ntsp-accent) 88%, #000);
}

.ntsp-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.ntsp-nav-toggle__bar,
.ntsp-nav-toggle__bar::before,
.ntsp-nav-toggle__bar::after {
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  background: var(--ntsp-header-text-color);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ntsp-nav-toggle__bar {
  position: relative;
}

.ntsp-nav-toggle__bar::before,
.ntsp-nav-toggle__bar::after {
  content: "";
  position: absolute;
  left: 0;
}

.ntsp-nav-toggle__bar::before {
  top: -8px;
}

.ntsp-nav-toggle__bar::after {
  top: 8px;
}

.ntsp-nav-toggle[aria-expanded="true"] .ntsp-nav-toggle__bar {
  background: transparent;
}

.ntsp-nav-toggle[aria-expanded="true"] .ntsp-nav-toggle__bar::before {
  transform: translateY(8px) rotate(45deg);
}

.ntsp-nav-toggle[aria-expanded="true"] .ntsp-nav-toggle__bar::after {
  transform: translateY(-8px) rotate(-45deg);
}

.ntsp-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(24, 51, 46, 0.96), rgba(47, 125, 109, 0.72)),
    var(--ntsp-deep);
  color: #fff;
}

.ntsp-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
}

.ntsp-hero__image,
.ntsp-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: inherit;
}

.ntsp-hero__video[hidden],
.ntsp-hero__video-toggle[hidden] {
  display: none;
}

.ntsp-hero__video-toggle {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 9px 14px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #17211f;
  color: #fff;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.ntsp-hero__video-toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.ntsp-hero-focus--top .ntsp-hero__media {
  object-position: center top;
}

.ntsp-hero-focus--bottom .ntsp-hero__media {
  object-position: center bottom;
}

.ntsp-hero-focus--left .ntsp-hero__media {
  object-position: left center;
}

.ntsp-hero-focus--right .ntsp-hero__media {
  object-position: right center;
}

.ntsp-hero-focus--left_top .ntsp-hero__media {
  object-position: left top;
}

.ntsp-hero-focus--right_top .ntsp-hero__media {
  object-position: right top;
}

.ntsp-hero-focus--left_bottom .ntsp-hero__media {
  object-position: left bottom;
}

.ntsp-hero-focus--right_bottom .ntsp-hero__media {
  object-position: right bottom;
}

.ntsp-hero__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(12, 26, 24, var(--ntsp-cover-shade-left, 0.82)), rgba(12, 26, 24, var(--ntsp-cover-shade-middle, 0.32)) 55%, rgba(12, 26, 24, var(--ntsp-cover-shade-right, 0.08))),
    linear-gradient(0deg, rgba(12, 26, 24, var(--ntsp-cover-shade-bottom, 0.72)), rgba(12, 26, 24, var(--ntsp-cover-shade-top, 0.12)) 45%);
}

.ntsp-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 56px;
  align-items: end;
  padding: 120px 0 72px;
}

.ntsp-hero--video-clear .ntsp-hero__shade {
  display: none;
}

.ntsp-hero__content {
  max-width: 760px;
}

.ntsp-hero__eyebrow,
.ntsp-section-heading__eyebrow,
.ntsp-page-header__eyebrow,
.ntsp-cta__eyebrow {
  margin: 0 0 14px;
  color: var(--ntsp-accent);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ntsp-hero__title {
  margin: 0;
  font-size: 56px;
  line-height: 1.18;
  letter-spacing: 0;
}

.ntsp-hero__description {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.ntsp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ntsp-button {
  gap: 8px;
  padding: 0 26px;
  border: 1px solid transparent;
}

.ntsp-button--primary {
  background: var(--ntsp-accent);
  color: #fff;
}

.ntsp-button--primary:hover {
  color: #fff;
  background: var(--ntsp-accent);
  background: color-mix(in srgb, var(--ntsp-accent) 88%, #000);
}

.ntsp-access__note {
  margin: 24px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: var(--ntsp-access-text-color);
}

.ntsp-button--ghost {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.ntsp-button--ghost:hover {
  background: #fff;
  color: var(--ntsp-deep);
}

.ntsp-button--light {
  background: #fff;
  color: var(--ntsp-deep);
}

.ntsp-button--light:hover {
  color: var(--ntsp-deep);
  background: var(--ntsp-paper);
}

.ntsp-hero__panel {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--ntsp-radius);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(16px);
}

.ntsp-hero__panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.ntsp-hero__panel p:first-child {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.35;
}

.ntsp-hero__panel p + p {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ntsp-hero--split,
.ntsp-hero--image_top,
.ntsp-hero--card {
  color: var(--ntsp-ink);
}

.ntsp-hero--split .ntsp-hero__description,
.ntsp-hero--image_top .ntsp-hero__description,
.ntsp-hero--card .ntsp-hero__description {
  color: var(--ntsp-muted);
}

.ntsp-hero--split .ntsp-button--ghost,
.ntsp-hero--image_top .ntsp-button--ghost,
.ntsp-hero--card .ntsp-button--ghost {
  border-width: var(--ntsp-list-button-border-width);
  border-color: var(--ntsp-list-button-border-color);
  color: var(--ntsp-ink);
}

.ntsp-hero--split .ntsp-button--ghost:hover,
.ntsp-hero--image_top .ntsp-button--ghost:hover,
.ntsp-hero--card .ntsp-button--ghost:hover {
  border-color: var(--ntsp-primary);
  background: var(--ntsp-primary);
  color: #fff;
}

.ntsp-hero--split .ntsp-hero__panel,
.ntsp-hero--image_top .ntsp-hero__panel,
.ntsp-hero--card .ntsp-hero__panel {
  border-color: var(--ntsp-line);
  background: rgba(255, 255, 255, var(--ntsp-panel-bg-alpha, 0.94));
  color: var(--ntsp-ink);
  box-shadow: 0 18px 48px rgba(25, 44, 40, var(--ntsp-panel-shadow-alpha, 0.12));
}

.ntsp-hero--split .ntsp-hero__panel p,
.ntsp-hero--image_top .ntsp-hero__panel p,
.ntsp-hero--card .ntsp-hero__panel p {
  color: var(--ntsp-muted);
}

.ntsp-hero--split .ntsp-hero__panel p:first-child,
.ntsp-hero--image_top .ntsp-hero__panel p:first-child,
.ntsp-hero--card .ntsp-hero__panel p:first-child {
  color: var(--ntsp-ink);
}

.ntsp-hero--split .ntsp-hero__panel p + p,
.ntsp-hero--image_top .ntsp-hero__panel p + p,
.ntsp-hero--card .ntsp-hero__panel p + p {
  border-top-color: var(--ntsp-line);
}

.ntsp-hero--split {
  min-height: 640px;
  align-items: center;
  background: var(--ntsp-hero-soft-bg, var(--ntsp-tint));
}

.ntsp-hero--split .ntsp-hero__media {
  inset: 40px 40px 40px auto;
  width: min(42vw, 600px);
  height: calc(100% - 80px);
  border-radius: var(--ntsp-radius);
  box-shadow: 0 24px 70px rgba(25, 44, 40, 0.18);
}

.ntsp-hero--split .ntsp-hero__shade,
.ntsp-hero--image_top .ntsp-hero__shade {
  display: none;
}

.ntsp-hero--split .ntsp-hero__inner {
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
  align-items: center;
  padding: 88px 0;
}

.ntsp-hero--split .ntsp-hero__content {
  max-width: 620px;
  padding: 42px 0;
}

.ntsp-hero--split .ntsp-hero__panel {
  align-self: end;
  margin-top: 240px;
}

.ntsp-hero--image_top {
  display: block;
  min-height: 0;
  background: var(--ntsp-hero-soft-bg, var(--ntsp-paper));
}

.ntsp-hero--image_top .ntsp-hero__media {
  position: relative;
  height: min(44vw, 440px);
  min-height: 280px;
}

.ntsp-hero--image_top .ntsp-hero__inner {
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  padding: 48px 0 56px;
}

.ntsp-hero--image_top .ntsp-hero__title {
  font-size: 46px;
}

.ntsp-hero--card {
  min-height: 650px;
  align-items: center;
  background: var(--ntsp-tint);
}

.ntsp-hero--card .ntsp-hero__shade {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, var(--ntsp-card-shade-left, 0.9)), rgba(255, 255, 255, var(--ntsp-card-shade-middle, 0.54)) 58%, rgba(255, 255, 255, var(--ntsp-card-shade-right, 0.18)));
}

.ntsp-hero--card .ntsp-hero__inner {
  align-items: center;
  padding: 96px 0;
}

.ntsp-hero--card .ntsp-hero__content {
  max-width: 650px;
  padding: 42px;
  border-radius: var(--ntsp-radius);
  background: rgba(255, 255, 255, var(--ntsp-card-content-bg-alpha, 0.94));
  box-shadow: 0 24px 70px rgba(25, 44, 40, var(--ntsp-card-content-shadow, 0.16));
  backdrop-filter: blur(12px);
}

.ntsp-stats {
  background: var(--ntsp-paper);
}

.ntsp-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ntsp-stat {
  min-height: 132px;
  display: grid;
  place-items: center;
  padding: 24px 18px;
  text-align: center;
}

.ntsp-stat + .ntsp-stat {
  border-left: 1px solid var(--ntsp-line);
}

.ntsp-stat strong {
  display: block;
  color: var(--ntsp-primary);
  font-size: 34px;
  line-height: 1.1;
}

.ntsp-stat span {
  display: block;
  margin-top: 8px;
  color: var(--ntsp-muted);
  font-size: 14px;
}

.ntsp-section {
  padding: 96px 0;
}

/* Opt-in background palettes. Image/video overlays remain controlled by tone. */
.ntsp-hero-palette--mint {
  --ntsp-hero-palette-surface: #eaf2f1;
  --ntsp-hero-palette-panel: #d9e8e4;
  --ntsp-hero-palette-stats: #cddfdb;
  --ntsp-hero-palette-accent: #256475;
}

.ntsp-hero-palette--linen {
  --ntsp-hero-palette-surface: #f5f0e7;
  --ntsp-hero-palette-panel: #e9dfcf;
  --ntsp-hero-palette-stats: #dfd2bf;
  --ntsp-hero-palette-accent: #68523b;
}

.ntsp-hero-palette--blue {
  --ntsp-hero-palette-surface: #edf1f6;
  --ntsp-hero-palette-panel: #dce4ee;
  --ntsp-hero-palette-stats: #ced9e6;
  --ntsp-hero-palette-accent: #365779;
}

.ntsp-hero-paletted .ntsp-hero--split,
.ntsp-hero-paletted .ntsp-hero--image_top {
  --ntsp-ink: #20343b;
  --ntsp-muted: #52666b;
  background: var(--ntsp-hero-palette-surface);
}

.ntsp-hero-paletted .ntsp-hero--split .ntsp-hero__panel,
.ntsp-hero-paletted .ntsp-hero--image_top .ntsp-hero__panel {
  background: var(--ntsp-hero-palette-panel);
  border: 0;
  box-shadow: 0 12px 32px rgba(32, 52, 59, 0.14);
  backdrop-filter: none;
}

.ntsp-hero-paletted .ntsp-hero--split .ntsp-button--ghost,
.ntsp-hero-paletted .ntsp-hero--image_top .ntsp-button--ghost {
  background: #fff;
}

.ntsp-hero-paletted .ntsp-hero--split .ntsp-button--ghost:hover,
.ntsp-hero-paletted .ntsp-hero--split .ntsp-button--ghost:focus-visible,
.ntsp-hero-paletted .ntsp-hero--image_top .ntsp-button--ghost:hover,
.ntsp-hero-paletted .ntsp-hero--image_top .ntsp-button--ghost:focus-visible {
  border-color: var(--ntsp-hero-palette-accent);
  background: var(--ntsp-hero-palette-accent);
  color: #fff;
}

.ntsp-hero-paletted .ntsp-stats {
  background: var(--ntsp-hero-palette-stats);
}

.ntsp-hero-paletted .ntsp-stat strong {
  color: var(--ntsp-hero-palette-accent);
}

.ntsp-hero-paletted .ntsp-stat span {
  color: #43595f;
}

.ntsp-section--tint {
  background: var(--ntsp-tint);
}

.ntsp-section--deep {
  background: var(--ntsp-deep);
  color: #fff;
}

.ntsp-section--access {
  background: var(--ntsp-access-section-background-color);
}

.ntsp-section--services {
  background: var(--ntsp-services-background-color);
  color: var(--ntsp-services-text-color);
}

.ntsp-section--concept {
  background: var(--ntsp-concept-background-color);
  color: var(--ntsp-concept-text-color);
}

.ntsp-section--staff {
  background: var(--ntsp-staff-background-color);
  color: var(--ntsp-staff-text-color);
}

.ntsp-section--interview {
  background: var(--ntsp-interview-background-color);
  color: var(--ntsp-interview-text-color);
}

.ntsp-section--interview .ntsp-section-heading__eyebrow {
  color: var(--ntsp-interview-text-color);
}

.ntsp-contact-section .ntsp-cta__eyebrow {
  color: var(--ntsp-cta-text-color);
}

.ntsp-staff-grid {
  margin-inline: auto;
}

.ntsp-staff-grid--1 {
  max-width: 360px;
  grid-template-columns: minmax(0, 1fr);
}

.ntsp-staff-grid--2 {
  max-width: 760px;
}

.ntsp-section--faq {
  background: var(--ntsp-faq-background-color);
  color: var(--ntsp-faq-text-color);
}

.ntsp-section--news {
  background: var(--ntsp-news-background-color);
  color: var(--ntsp-news-text-color);
}

.ntsp-section--blog {
  background: var(--ntsp-blog-background-color);
  color: var(--ntsp-blog-text-color);
}

.ntsp-section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.ntsp-section-heading--left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.ntsp-section-heading__title {
  margin: 0;
  font-size: 36px;
  line-height: 1.35;
  letter-spacing: 0;
}

.ntsp-section-heading__description {
  margin: 16px 0 0;
  color: var(--ntsp-muted);
}

.ntsp-section--services .ntsp-section-heading__description {
  color: var(--ntsp-services-text-muted);
}

.ntsp-section--concept .ntsp-section-heading__description {
  color: var(--ntsp-concept-text-muted);
}

.ntsp-section--deep .ntsp-section-heading__description {
  color: rgba(255, 255, 255, 0.72);
}

.ntsp-section--interview .ntsp-section-heading__description {
  color: var(--ntsp-interview-text-description);
}

.ntsp-grid {
  display: grid;
  gap: 28px;
}

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

.ntsp-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ntsp-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ntsp-card {
  min-width: 0;
  border-radius: var(--ntsp-radius);
  background: #fff;
  color: var(--ntsp-ink);
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(23, 33, 31, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ntsp-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--ntsp-shadow);
}

.ntsp-card--light {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ntsp-section--interview .ntsp-card--light {
  border-color: var(--ntsp-interview-text-border);
  color: var(--ntsp-interview-text-color);
}

.ntsp-section--interview .ntsp-card--light .ntsp-card__text,
.ntsp-section--interview .ntsp-card--light .ntsp-card__sub {
  color: var(--ntsp-interview-text-card);
}

.ntsp-card__media {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--ntsp-tint);
}

.ntsp-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ntsp-thumb--placeholder {
  background:
    linear-gradient(135deg, rgba(47, 125, 109, 0.22), rgba(232, 93, 74, 0.16)),
    var(--ntsp-tint);
}

.ntsp-card__body {
  padding: 24px;
}

.ntsp-card__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0;
}

.ntsp-card__title a:hover {
  color: var(--ntsp-primary);
}

.ntsp-card__text {
  margin: 12px 0 0;
  color: var(--ntsp-muted);
  font-size: 15px;
}

.ntsp-card--light .ntsp-card__text,
.ntsp-card--light .ntsp-card__sub {
  color: rgba(255, 255, 255, 0.76);
}

.ntsp-card__sub,
.ntsp-card__date {
  margin: 12px 0 0;
  color: var(--ntsp-primary);
  font-size: 13px;
  font-weight: 700;
}

.ntsp-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ntsp-primary);
  font-size: 12px;
  font-weight: 800;
}

.ntsp-mini-meta {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--ntsp-line);
}

.ntsp-mini-meta div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.ntsp-mini-meta dt,
.ntsp-mini-meta dd {
  margin: 0;
  font-size: 13px;
}

.ntsp-mini-meta dt {
  color: var(--ntsp-muted);
}

.ntsp-mini-meta dd {
  font-weight: 800;
}

.ntsp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ntsp-feature {
  min-height: 270px;
  padding: 32px;
  border-radius: var(--ntsp-radius);
  background: var(--ntsp-concept-card-background-color);
  color: var(--ntsp-concept-card-text-color);
}

.ntsp-feature__num {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--ntsp-accent);
  font-size: 13px;
  font-weight: 800;
}

.ntsp-feature h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0;
}

.ntsp-feature p {
  margin: 14px 0 0;
  color: var(--ntsp-concept-card-text-muted);
  font-size: 15px;
}

.ntsp-staff-card {
  border-radius: var(--ntsp-radius);
  overflow: hidden;
  background: #fff;
  color: var(--ntsp-ink);
}

.ntsp-staff-card__photo {
  display: block;
  aspect-ratio: 1 / 1;
  background: var(--ntsp-tint);
}

.ntsp-staff-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ntsp-staff-card__protected {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 20px;
  color: var(--ntsp-muted);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.ntsp-staff-card__body {
  padding: 18px 2px 0;
}

.ntsp-staff-card__role {
  margin: 0 0 4px;
  color: var(--ntsp-primary);
  font-size: 13px;
  font-weight: 800;
}

.ntsp-staff-card__name {
  margin: 0;
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: 0;
}

.ntsp-staff-card__text {
  margin: 8px 0 0;
  color: var(--ntsp-muted);
  font-size: 14px;
}

.ntsp-section__more {
  margin-top: 36px;
  text-align: center;
}

.ntsp-faq-group__title {
  margin: 0;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.45;
  letter-spacing: 0;
}

.ntsp-faq-group__description {
  margin-top: 10px;
  color: var(--ntsp-muted);
}

.ntsp-faq-group__description > *:first-child {
  margin-top: 0;
}

.ntsp-faq-group__description > *:last-child {
  margin-bottom: 0;
}

.ntsp-link-button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--ntsp-line);
  background: #fff;
  color: var(--ntsp-ink);
  font-size: 14px;
}

.ntsp-link-button:hover {
  border-color: var(--ntsp-primary);
  color: var(--ntsp-primary);
}

.ntsp-front .ntsp-link-button:not(.ntsp-link-button--light) {
  border-width: var(--ntsp-list-button-border-width);
  border-color: var(--ntsp-list-button-border-color);
}

.ntsp-front .ntsp-link-button:not(.ntsp-link-button--light):hover {
  border-color: var(--ntsp-primary);
}

.ntsp-link-button--light {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ntsp-link-button--light:hover {
  background: #fff;
  color: var(--ntsp-deep);
}

.ntsp-section--interview .ntsp-link-button--light {
  border-color: var(--ntsp-interview-text-strong-border);
  color: var(--ntsp-interview-text-color);
}

.ntsp-section--interview .ntsp-link-button--light:hover {
  border-color: var(--ntsp-interview-text-color);
  background: var(--ntsp-interview-text-color);
  color: var(--ntsp-interview-background-color);
}

.ntsp-faq-list {
  display: grid;
  gap: 12px;
}

.ntsp-faq-groups {
  display: grid;
  gap: 56px;
}

.ntsp-faq-group__title {
  margin-bottom: 20px;
  text-align: center;
}

.ntsp-faq-group__description {
  max-width: 700px;
  margin: -10px auto 22px;
  text-align: center;
}

.ntsp-faq {
  border: 1px solid var(--ntsp-line);
  border-radius: var(--ntsp-radius);
  background: #fff;
  overflow: hidden;
}

.ntsp-faq__question {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: var(--ntsp-ink);
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.ntsp-faq__mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--ntsp-primary);
  color: #fff;
  font-size: 14px;
}

.ntsp-faq__icon {
  position: relative;
  width: 18px;
  height: 18px;
}

.ntsp-faq__icon::before,
.ntsp-faq__icon::after {
  content: "";
  position: absolute;
  inset: 8px 0 auto;
  height: 2px;
  background: var(--ntsp-primary);
}

.ntsp-faq__icon::after {
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.ntsp-faq.is-open .ntsp-faq__icon::after {
  transform: rotate(0deg);
}

.ntsp-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.24s ease;
}

.ntsp-faq__answer-inner {
  padding: 0 22px 22px 66px;
  color: var(--ntsp-muted);
}

.ntsp-faq__answer-inner > *:first-child {
  margin-top: 0;
}

.ntsp-faq__answer-inner > *:last-child {
  margin-bottom: 0;
}

.ntsp-split-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.ntsp-split-heading .ntsp-section-heading {
  margin-bottom: 0;
}

.ntsp-news-list {
  border-top: 1px solid var(--ntsp-news-text-border);
}

.ntsp-news-item {
  display: grid;
  grid-template-columns: 110px 130px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--ntsp-news-text-border);
}

.ntsp-news-item__date {
  color: var(--ntsp-news-text-muted);
  font-size: 14px;
}

.ntsp-news-item .ntsp-badge {
  position: static;
  justify-self: start;
  background: var(--ntsp-tint);
}

.ntsp-news-item__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

.ntsp-access {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: stretch;
}

.ntsp-access__content {
  padding: 40px;
  border-radius: var(--ntsp-radius);
  background: var(--ntsp-access-background-color);
  color: var(--ntsp-access-text-color);
}

.ntsp-access-list {
  display: grid;
  gap: 18px;
  margin: 0;
}

.ntsp-access-list div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--ntsp-access-text-border);
}

.ntsp-access-list dt,
.ntsp-access-list dd {
  margin: 0;
}

.ntsp-access-list dt {
  color: var(--ntsp-access-text-muted);
  font-size: 14px;
  font-weight: 800;
}

.ntsp-access__map {
  min-height: 420px;
  border-radius: var(--ntsp-radius);
  overflow: hidden;
  background: var(--ntsp-paper);
}

.ntsp-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.ntsp-map-placeholder {
  min-height: 420px;
  display: grid;
  place-items: center;
  color: var(--ntsp-muted);
  background:
    linear-gradient(135deg, rgba(47, 125, 109, 0.12), rgba(232, 93, 74, 0.12)),
    var(--ntsp-paper);
  text-align: center;
}

/*
 * Top-page card surfaces only. Structural rules, controls, access panels and
 * the dark interview cards keep their purpose-built borders and shadows.
 */
.ntsp-front .ntsp-card:not(.ntsp-card--light),
.ntsp-front .ntsp-feature,
.ntsp-front .ntsp-staff-card,
.ntsp-staff-archive .ntsp-staff-card,
.ntsp-front .ntsp-faq {
  border: var(--ntsp-card-border-width) solid var(--ntsp-card-border-color);
  box-shadow: var(--ntsp-card-shadow);
}

.ntsp-front .ntsp-faq {
  box-shadow: var(--ntsp-card-shadow-subtle);
}

.ntsp-front .ntsp-card:not(.ntsp-card--light):hover {
  box-shadow: var(--ntsp-card-shadow-hover);
}

.ntsp-front .ntsp-staff-card__body,
.ntsp-staff-archive .ntsp-staff-card__body {
  padding: 18px 20px 22px;
}

.ntsp-cta {
  padding: 72px 0;
  background: var(--ntsp-cta-background-color);
  color: var(--ntsp-cta-text-color);
}

.ntsp-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.ntsp-cta h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.35;
  letter-spacing: 0;
}

.ntsp-cta p {
  max-width: 700px;
  margin: 12px 0 0;
  color: var(--ntsp-cta-text-subtle);
}

.ntsp-contact-section {
  padding: 88px 0;
  background: var(--ntsp-cta-background-color);
  color: var(--ntsp-cta-text-color);
}

.ntsp-contact-section__inner {
  display: grid;
  gap: 30px;
  align-items: start;
  justify-items: center;
  text-align: center;
}

.ntsp-contact-section__content {
  max-width: 760px;
}

.ntsp-contact-section h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.35;
  letter-spacing: 0;
}

.ntsp-contact-section__content p:not(.ntsp-cta__eyebrow) {
  max-width: 640px;
  margin: 16px 0 0;
  color: var(--ntsp-cta-text-subtle);
}

.ntsp-contact-section__actions,
.ntsp-contact-section__form {
  width: 100%;
}

.ntsp-contact-section__actions {
  display: flex;
  justify-content: center;
}

.ntsp-contact-section--button .ntsp-button {
  min-width: min(100%, 420px);
}

.ntsp-contact-section__form {
  max-width: 880px;
  text-align: left;
}

.ntsp-contact-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: var(--ntsp-radius);
  background: #fff;
  color: var(--ntsp-ink);
  box-shadow: 0 18px 48px rgba(16, 24, 23, 0.18);
}

.ntsp-contact-form p,
.ntsp-contact-form fieldset {
  margin: 0;
}

.ntsp-contact-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ntsp-contact-form__field {
  min-width: 0;
  padding: 0;
  border: 0;
}

.ntsp-contact-form__field--textarea,
.ntsp-contact-form__field--choices {
  grid-column: 1 / -1;
}

.ntsp-contact-form__field > label,
.ntsp-contact-form__field > legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 8px;
  padding: 0;
  color: var(--ntsp-ink);
  font-weight: 700;
}

.ntsp-contact-form__required,
.ntsp-contact-form__optional {
  width: max-content;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(232, 93, 74, 0.12);
  color: #b74435;
  font-size: 12px;
  line-height: 1.4;
}

.ntsp-contact-form__field-note {
  margin: 0 0 16px;
  color: #4f5d59;
  font-size: 14px;
}

.ntsp-contact-form__field-description {
  margin: -2px 0 9px !important;
  color: var(--ntsp-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ntsp-contact-form__optional {
  background: var(--ntsp-tint);
  color: var(--ntsp-muted);
}

.ntsp-contact-form input[type="text"],
.ntsp-contact-form input[type="email"],
.ntsp-contact-form input[type="tel"],
.ntsp-contact-form select,
.ntsp-contact-form textarea {
  width: 100%;
  border: 1px solid var(--ntsp-line);
  border-radius: var(--ntsp-radius);
  background: #fff;
  color: var(--ntsp-ink);
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ntsp-contact-form textarea {
  resize: vertical;
}

.ntsp-contact-form input:focus,
.ntsp-contact-form select:focus,
.ntsp-contact-form textarea:focus {
  border-color: var(--ntsp-primary);
  box-shadow: 0 0 0 3px rgba(47, 125, 109, 0.14);
}

.ntsp-contact-form__choice-list {
  display: grid;
  gap: 9px;
}

.ntsp-contact-form__choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  color: var(--ntsp-ink);
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
}

.ntsp-contact-form__choice input {
  width: 19px;
  height: 19px;
  margin: 3px 0 0;
  flex: 0 0 auto;
  accent-color: var(--ntsp-primary);
}

.ntsp-contact-form__choice input:focus-visible {
  outline: 3px solid rgba(47, 125, 109, 0.24);
  outline-offset: 2px;
}

.ntsp-contact-form__submit {
  width: 100%;
  min-height: 52px;
  border: 0;
  cursor: pointer;
}

.ntsp-contact-form__notice {
  padding: 14px 16px;
  border-radius: var(--ntsp-radius);
  border: 1px solid var(--ntsp-line);
  background: var(--ntsp-tint);
}

.ntsp-contact-form__notice p {
  margin: 0;
  color: var(--ntsp-ink);
  font-weight: 700;
}

.ntsp-contact-form__notice--success {
  border-color: rgba(47, 125, 109, 0.28);
  background: rgba(47, 125, 109, 0.1);
}

.ntsp-contact-form__notice--error {
  border-color: rgba(232, 93, 74, 0.32);
  background: rgba(232, 93, 74, 0.1);
}

.ntsp-contact-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ntsp-section--contact-page {
  background: var(--ntsp-tint);
}

.ntsp-contact-page__content {
  margin-bottom: 26px;
}

.ntsp-footer {
  padding-bottom: 58px;
  background: var(--ntsp-footer-background-color);
  color: var(--ntsp-footer-text-color);
}

.ntsp-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(180px, 0.6fr) minmax(220px, 0.8fr);
  gap: 48px;
  padding: 58px 0;
}

.ntsp-footer__logo {
  max-width: 100%;
}

.ntsp-footer__brand {
  min-width: 0;
}

.ntsp-footer__logo img {
  max-height: var(--ntsp-footer-logo-size, 54px);
  width: auto;
}

.ntsp-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: var(--ntsp-footer-logo-gap, 12px);
  max-width: 100%;
  vertical-align: middle;
}

.ntsp-footer__logo .ntsp-footer-brand__mark {
  flex: 0 0 auto;
  width: var(--ntsp-footer-logo-size, 54px);
  height: var(--ntsp-footer-logo-size, 54px);
  max-height: none;
  object-fit: contain;
}

.ntsp-footer__logo .ntsp-footer-brand__wordmark {
  flex: 0 1 auto;
  min-width: 0;
  width: auto;
  height: var(--ntsp-footer-wordmark-size, 40px);
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: left center;
}

.ntsp-footer__logo a:focus-visible {
  border-radius: 2px;
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.ntsp-footer__description {
  max-width: 420px;
  margin: 18px 0 0;
  color: var(--ntsp-footer-text-description);
}

.ntsp-footer .ntsp-logo__text {
  color: var(--ntsp-footer-text-color);
}

.ntsp-sns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.ntsp-sns a,
.ntsp-footer-menu a {
  color: var(--ntsp-footer-text-soft);
}

.ntsp-sns a:hover,
.ntsp-footer-menu a:hover {
  color: var(--ntsp-footer-text-color);
}

.ntsp-footer-menu {
  display: grid;
  gap: 10px;
}

.ntsp-footer__bottom {
  padding: 18px 0;
  border-top: 1px solid var(--ntsp-footer-text-border);
  color: var(--ntsp-footer-text-muted);
}

.ntsp-fixed-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: min(560px, calc(100% - 36px));
  padding: 12px 12px 12px 18px;
  border-radius: var(--ntsp-radius);
  background: var(--ntsp-fixed-cta-background-translucent);
  color: var(--ntsp-fixed-cta-text-color);
  box-shadow: var(--ntsp-shadow);
  backdrop-filter: blur(14px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.ntsp-contact-visible .ntsp-fixed-cta {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  visibility: hidden;
}

.ntsp-fixed-cta p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.ntsp-fixed-cta a {
  min-height: 38px;
  padding: 0 16px;
  background: var(--ntsp-accent);
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

.ntsp-page-header,
.ntsp-single-hero {
  background: var(--ntsp-paper);
}

.ntsp-page-header {
  padding: 74px 0;
}

.ntsp-page-header__title,
.ntsp-single-hero h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.35;
  letter-spacing: 0;
}

.ntsp-page-header__description {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--ntsp-muted);
}

.ntsp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 48px;
}

.ntsp-layout--archive {
  grid-template-columns: minmax(0, 1fr);
}

.ntsp-layout__main {
  min-width: 0;
}

.ntsp-layout__sidebar {
  min-width: 0;
}

.ntsp-widget {
  margin-bottom: 28px;
  padding: 24px;
  border: 1px solid var(--ntsp-line);
  border-radius: var(--ntsp-radius);
  background: #fff;
  color: var(--ntsp-ink);
}

.ntsp-widget__title {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
}

.ntsp-single-hero {
  padding: 72px 0;
}

.ntsp-single-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
}

.ntsp-single-hero__text p {
  color: var(--ntsp-muted);
}

.ntsp-single-hero__media {
  aspect-ratio: 4 / 3;
  border-radius: var(--ntsp-radius);
  overflow: hidden;
  background: var(--ntsp-tint);
}

.ntsp-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
}

.ntsp-single-meta div {
  min-width: 150px;
  padding: 14px 16px;
  border: 1px solid var(--ntsp-line);
  border-radius: var(--ntsp-radius);
  background: #fff;
}

.ntsp-single-meta dt,
.ntsp-single-meta dd {
  margin: 0;
}

.ntsp-single-meta dt {
  color: var(--ntsp-muted);
  font-size: 12px;
  font-weight: 800;
}

.ntsp-single-meta dd {
  margin-top: 4px;
  font-weight: 800;
}

.ntsp-interview-person {
  color: var(--ntsp-primary);
  font-weight: 800;
}

.ntsp-content {
  max-width: 860px;
}

.ntsp-content > *:first-child {
  margin-top: 0;
}

.ntsp-content > *:last-child {
  margin-bottom: 0;
}

.ntsp-content h2,
.ntsp-content h3,
.ntsp-content h4 {
  margin: 2.2em 0 0.8em;
  line-height: 1.45;
  letter-spacing: 0;
}

.ntsp-content p,
.ntsp-content ul,
.ntsp-content ol {
  margin: 0 0 1.35em;
}

.ntsp-content a {
  color: var(--ntsp-primary);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.ntsp-content blockquote {
  margin: 2em 0;
  padding: 20px 24px;
  border-left: 4px solid var(--ntsp-primary);
  background: var(--ntsp-tint);
}

.ntsp-page-featured {
  margin-bottom: 36px;
  border-radius: var(--ntsp-radius);
  overflow: hidden;
}

.ntsp-empty-panel {
  padding: 32px;
  border-radius: var(--ntsp-radius);
  background: #fff;
  color: var(--ntsp-muted);
  text-align: center;
}

.pagination,
.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 42px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--ntsp-line);
  border-radius: 999px;
  background: #fff;
}

.page-numbers.current {
  background: var(--ntsp-primary);
  color: #fff;
}

.ntsp-comments {
  margin-top: 56px;
  padding-top: 36px;
}

.ntsp-comment-list {
  padding-left: 1.25em;
}

@media (max-width: 1024px) {
  .ntsp-header__inner {
    min-height: 68px;
  }

  .ntsp-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ntsp-nav {
    position: fixed;
    inset: 68px 0 auto 0;
    display: block;
    max-height: calc(100vh - 68px);
    max-height: calc(100dvh - 68px);
    padding: 22px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--ntsp-header-background-color);
    box-shadow: var(--ntsp-shadow);
    clip-path: inset(0 0 100% 0);
    transform: translateY(-12px);
    opacity: 1;
    pointer-events: none;
    visibility: hidden;
    will-change: clip-path, transform;
    transition:
      clip-path 0.32s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0s linear 0.32s;
  }

  .admin-bar .ntsp-nav {
    inset-block-start: 100px;
    max-height: calc(100vh - 100px);
    max-height: calc(100dvh - 100px);
  }

  .ntsp-nav.is-open {
    clip-path: inset(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition:
      clip-path 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s;
  }

  .ntsp-nav__list {
    display: grid;
    gap: 4px;
    height: auto;
  }

  .ntsp-nav__list > li {
    display: block;
    height: auto;
  }

  .ntsp-nav__list a {
    min-height: 48px;
  }

  .ntsp-nav__parent {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 8px;
    height: auto;
    align-items: center;
  }

  .ntsp-nav__parent-link {
    width: 100%;
  }

  .ntsp-nav__submenu-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid currentColor;
    border-radius: 50%;
  }

  .ntsp-nav__submenu-toggle--parent {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 8px;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    text-align: left;
  }

  .ntsp-nav__submenu-toggle--parent .ntsp-nav__submenu-toggle-icon,
  .ntsp-nav__submenu-toggle:not(.ntsp-nav__submenu-toggle--parent) {
    border: 1px solid currentColor;
    border-radius: 50%;
  }

  .ntsp-nav__submenu-toggle--parent .ntsp-nav__submenu-toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
  }

  .ntsp-nav__submenu-toggle--parent .ntsp-nav__submenu-toggle-icon::before {
    top: 21px;
    left: 16px;
  }

  .ntsp-nav__submenu-toggle--parent .ntsp-nav__submenu-toggle-icon::after {
    top: 16px;
    left: 21px;
  }

  .ntsp-nav__parent-label {
    display: flex;
    align-items: center;
    min-height: 48px;
  }

  .ntsp-nav__submenu-toggle-icon::before,
  .ntsp-nav__submenu-toggle-icon::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 2px;
    border: 0;
    background: currentColor;
    transform: none;
    transition: transform 0.18s ease;
  }

  .ntsp-nav__submenu-toggle-icon::after {
    top: 0;
    left: 5px;
    width: 2px;
    height: 12px;
  }

  .ntsp-nav__submenu-toggle[aria-expanded="true"] .ntsp-nav__submenu-toggle-icon::before {
    top: 5px;
    left: 0;
    transform: none;
  }

  .ntsp-nav__submenu-toggle[aria-expanded="true"] .ntsp-nav__submenu-toggle-icon::after {
    transform: scaleY(0);
  }

  .ntsp-nav__submenu-toggle--parent[aria-expanded="true"] .ntsp-nav__submenu-toggle-icon::before {
    top: 21px;
    left: 16px;
  }

  .ntsp-nav__submenu {
    position: static;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 0;
    margin: 0;
    padding: 0 0 0 18px;
    border: 0;
    border-left: 2px solid var(--ntsp-header-submenu-border, rgba(23, 33, 31, 0.14));
    border-radius: 0;
    box-shadow: none;
    transform: none;
    will-change: height, opacity, clip-path;
    transition:
      height 0.26s cubic-bezier(0.22, 1, 0.36, 1),
      clip-path 0.26s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.24s ease,
      visibility 0s linear 0.26s;
  }

  .ntsp-nav__item--has-children.is-open > .ntsp-nav__submenu {
    height: auto;
    padding: 0 0 0 18px;
    border-top-width: 0;
    border-bottom-width: 0;
  }

  .ntsp-nav__submenu-item:first-child {
    padding-top: 4px;
  }

  .ntsp-nav__submenu-item:last-child {
    padding-bottom: 4px;
  }

  .ntsp-nav__submenu a {
    align-items: center;
    min-height: 48px;
    padding: 10px 14px;
  }

  .ntsp-header__cta {
    display: none;
  }

  .ntsp-hero__inner,
  .ntsp-single-hero__inner,
  .ntsp-access,
  .ntsp-layout,
  .ntsp-footer__inner,
  .ntsp-contact-section__inner {
    grid-template-columns: 1fr;
  }

  .ntsp-contact-section__content {
    position: static;
  }

  .ntsp-hero {
    min-height: auto;
  }

  .ntsp-hero__inner {
    padding-top: 96px;
  }

  .ntsp-hero--split,
  .ntsp-hero--card {
    display: block;
    background: var(--ntsp-paper);
  }

  .ntsp-hero--split {
    background: var(--ntsp-hero-soft-bg, var(--ntsp-tint));
  }

  .ntsp-hero-paletted .ntsp-hero--split .ntsp-hero__panel,
  .ntsp-hero-paletted .ntsp-hero--image_top .ntsp-hero__panel {
    box-shadow: 0 8px 24px rgba(32, 52, 59, 0.12);
  }

  .ntsp-hero--split .ntsp-hero__media,
  .ntsp-hero--card .ntsp-hero__media {
    position: relative;
    inset: auto;
    width: 100%;
    height: min(48vw, 420px);
    min-height: 280px;
    border-radius: 0;
    box-shadow: none;
  }

  .ntsp-hero--split .ntsp-hero__shade,
  .ntsp-hero--card .ntsp-hero__shade {
    display: none;
  }

  .ntsp-hero--split .ntsp-hero__inner,
  .ntsp-hero--image_top .ntsp-hero__inner,
  .ntsp-hero--card .ntsp-hero__inner {
    grid-template-columns: 1fr;
    padding: 48px 0 56px;
  }

  .ntsp-hero--split .ntsp-hero__content {
    padding: 0;
  }

  .ntsp-hero--split .ntsp-hero__panel {
    margin-top: 0;
  }

  .ntsp-grid--4,
  .ntsp-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ntsp-feature-grid,
  .ntsp-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ntsp-stat + .ntsp-stat {
    border-left: 0;
  }

  .ntsp-stat:nth-child(even) {
    border-left: 1px solid var(--ntsp-line);
  }

  .ntsp-stat:nth-child(n + 3) {
    border-top: 1px solid var(--ntsp-line);
  }
}

@media (max-width: 782px) {
  .ntsp-front .ntsp-card:not(.ntsp-card--light),
  .ntsp-front .ntsp-feature,
  .ntsp-front .ntsp-staff-card {
    box-shadow: var(--ntsp-card-shadow-mobile);
  }

  .ntsp-front .ntsp-card:not(.ntsp-card--light):hover {
    box-shadow: var(--ntsp-card-shadow-hover-mobile);
  }

  .ntsp-front .ntsp-faq {
    box-shadow: var(--ntsp-card-shadow-subtle-mobile);
  }

  .admin-bar .ntsp-header {
    top: 46px;
  }

  .admin-bar .ntsp-nav {
    inset-block-start: 114px;
    max-height: calc(100vh - 114px);
    max-height: calc(100dvh - 114px);
  }
}

@media (max-width: 720px) {
  .ntsp-container,
  .ntsp-container--narrow,
  .ntsp-header__inner {
    width: min(100% - 28px, var(--ntsp-container));
  }

  .ntsp-section {
    padding: 68px 0;
  }

  .ntsp-hero__inner {
    gap: 34px;
    padding: 76px 0 48px;
  }

  .ntsp-hero__title {
    font-size: 36px;
  }

  .ntsp-hero__description {
    font-size: 16px;
  }

  .ntsp-hero__actions,
  .ntsp-cta__inner,
  .ntsp-split-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .ntsp-button,
  .ntsp-header__cta,
  .ntsp-link-button,
  .ntsp-contact-form__submit {
    width: 100%;
  }

  .ntsp-hero__panel {
    padding: 20px;
  }

  .ntsp-hero--card .ntsp-hero__content {
    padding: 24px;
  }

  .ntsp-hero--image_top .ntsp-hero__media,
  .ntsp-hero--split .ntsp-hero__media,
  .ntsp-hero--card .ntsp-hero__media {
    min-height: 220px;
  }

  .ntsp-hero__panel p:first-child {
    font-size: 22px;
  }

  .ntsp-stats__grid,
  .ntsp-grid--2,
  .ntsp-grid--3,
  .ntsp-grid--4,
  .ntsp-feature-grid {
    grid-template-columns: 1fr;
  }

  .ntsp-stat:nth-child(even) {
    border-left: 0;
  }

  .ntsp-stat:nth-child(n + 3) {
    border-top: 0;
  }

  .ntsp-stat + .ntsp-stat {
    border-top: 1px solid var(--ntsp-line);
  }

  .ntsp-section-heading__title,
  .ntsp-cta h2,
  .ntsp-contact-section h2,
  .ntsp-page-header__title,
  .ntsp-single-hero h1 {
    font-size: 30px;
  }

  .ntsp-card__body,
  .ntsp-feature,
  .ntsp-access__content,
  .ntsp-contact-form {
    padding: 22px;
  }

  .ntsp-contact-form__fields {
    grid-template-columns: 1fr;
  }

  .ntsp-news-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ntsp-access-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ntsp-faq__question {
    padding: 18px;
  }

  .ntsp-faq__answer-inner {
    padding: 0 18px 18px;
  }

  .ntsp-faq-groups {
    gap: 44px;
  }

  .ntsp-fixed-cta {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
    justify-content: space-between;
  }

  .ntsp-fixed-cta p {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ntsp-nav,
  .ntsp-nav__submenu {
    transition: none;
  }
}
