/*
Theme Name: 尚武スペシャル
Theme URI: https://teampresso.co.jp/
Author: Naotake Kodama
Author URI: https://teampresso.co.jp/
Description: 実店舗・サービス事業者向けのオリジナルWordPressテーマ「尚武スペシャル」。サービス、スタッフ、インタビュー、FAQ、ニュース、アクセス情報を標準搭載。
Version: 1.6.3
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: 6.6
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-radius: 8px;
  --ntsp-container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ntsp-bg);
  color: var(--ntsp-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  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-deep);
  color: #fff;
  font-size: 14px;
  text-align: center;
}

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

.ntsp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(228, 232, 229, 0.8);
  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,
.ntsp-footer__logo img {
  max-height: 54px;
  width: auto;
}

.ntsp-logo__text {
  color: var(--ntsp-ink);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}

.ntsp-nav {
  margin-left: auto;
}

.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;
}

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

.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: #cf4f3f;
}

.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-ink);
  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;
}

.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;
  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__inner--single {
  grid-template-columns: minmax(0, 880px);
}

.ntsp-hero__inner--single .ntsp-hero__content {
  max-width: 880px;
}

.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: #cf4f3f;
}

.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-color: var(--ntsp-line);
  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:
    linear-gradient(90deg, #fff 0 var(--ntsp-split-white-stop, 54%), var(--ntsp-hero-soft-bg, var(--ntsp-tint)) var(--ntsp-split-white-stop, 54%) 100%);
}

.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: 1px solid rgba(255, 255, 255, 0.7);
  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);
  border-bottom: 1px solid var(--ntsp-line);
}

.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;
  border-left: 1px solid var(--ntsp-line);
}

.ntsp-stat:last-child {
  border-right: 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;
}

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

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

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

.ntsp-section--access {
  background: #fff;
}

.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--deep .ntsp-section-heading__description {
  color: rgba(255, 255, 255, 0.72);
}

.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: 1px solid var(--ntsp-line);
  border-radius: var(--ntsp-radius);
  background: #fff;
  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-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.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: 1px solid var(--ntsp-line);
  border-radius: var(--ntsp-radius);
  background: #fff;
}

.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-muted);
  font-size: 15px;
}

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

.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__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-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-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-faq-list {
  display: grid;
  gap: 12px;
}

.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-line);
}

.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-line);
}

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

.ntsp-news-item .ntsp-badge {
  position: static;
  justify-self: start;
  border: 1px solid var(--ntsp-line);
  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-tint);
}

.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-line);
}

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

.ntsp-access-list dt {
  color: var(--ntsp-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;
}

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

.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: rgba(255, 255, 255, 0.86);
}

.ntsp-contact-section {
  padding: 88px 0;
  background: var(--ntsp-primary);
  color: #fff;
}

.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: rgba(255, 255, 255, 0.86);
}

.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 {
  margin: 0;
}

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

.ntsp-contact-form label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  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: var(--ntsp-accent);
  font-size: 12px;
  line-height: 1.4;
}

.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 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 textarea:focus {
  border-color: var(--ntsp-primary);
  box-shadow: 0 0 0 3px rgba(47, 125, 109, 0.14);
}

.ntsp-contact-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ntsp-muted);
  font-size: 14px;
  line-height: 1.7;
}

.ntsp-contact-form__consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex: 0 0 auto;
}

.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: #101817;
  color: #fff;
}

.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__description {
  max-width: 420px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.ntsp-footer .ntsp-logo__text {
  color: #fff;
}

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

.ntsp-sns a,
.ntsp-footer-menu a {
  color: rgba(255, 255, 255, 0.78);
}

.ntsp-sns a:hover,
.ntsp-footer-menu a:hover {
  color: #fff;
}

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

.ntsp-footer__bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.62);
}

.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: rgba(16, 24, 23, 0.94);
  color: #fff;
  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;
  border-bottom: 1px solid var(--ntsp-line);
}

.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__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;
}

.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: 1px solid var(--ntsp-line);
  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;
  border-top: 1px solid var(--ntsp-line);
}

.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: none;
    padding: 22px;
    background: #fff;
    border-bottom: 1px solid var(--ntsp-line);
    box-shadow: var(--ntsp-shadow);
  }

  .admin-bar .ntsp-nav {
    inset-block-start: 100px;
  }

  .ntsp-nav.is-open {
    display: block;
  }

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

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

  .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 .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));
  }
}

@media (max-width: 782px) {
  .admin-bar .ntsp-header {
    top: 46px;
  }

  .admin-bar .ntsp-nav {
    inset-block-start: 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,
  .ntsp-stat:last-child {
    border-right: 0;
    border-left: 0;
    border-bottom: 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__grid {
    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-fixed-cta {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
    justify-content: space-between;
  }

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