﻿body.kuroneko-monochrome-home {
  --bg: #f2f2f2;
  --surface: #ffffff;
  --black: #0d0d0d;
  --charcoal: #262626;
  --text-gray: rgba(13, 13, 13, 0.66);
  --text-soft: rgba(242, 242, 242, 0.74);
  --shadow-soft: 0 16px 40px rgba(13, 13, 13, 0.06);
  margin: 0 !important;
  background: var(--bg) !important;
  color: var(--black) !important;
  font-family: "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.7;
}

body.kuroneko-monochrome-home *,
body.kuroneko-monochrome-home *::before,
body.kuroneko-monochrome-home *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.kuroneko-monochrome-home a {
  color: inherit;
  text-decoration: none;
}

body.kuroneko-monochrome-home img {
  max-width: 100%;
}

body.kuroneko-monochrome-home #main,
body.kuroneko-monochrome-home #main .entry-content,
body.kuroneko-monochrome-home .content,
body.kuroneko-monochrome-home .container,
body.kuroneko-monochrome-home #content {
  background: transparent !important;
}

body.kuroneko-monochrome-home .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(242, 242, 242, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(13, 13, 13, 0.08);
}

body.kuroneko-monochrome-home .header-inner,
body.kuroneko-monochrome-home .hero-inner,
body.kuroneko-monochrome-home .services-section,
body.kuroneko-monochrome-home .news-section,
body.kuroneko-monochrome-home .contact-shell,
body.kuroneko-monochrome-home .footer-inner {
  width: min(1320px, calc(100vw - 64px));
  margin: 0 auto;
}

body.kuroneko-monochrome-home .header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

body.kuroneko-monochrome-home .site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: 15px;
  letter-spacing: 0.16em;
  font-weight: 800;
}

body.kuroneko-monochrome-home .site-logo__mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  object-fit: contain;
  display: block;
}

body.kuroneko-monochrome-home .site-logo__text {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}

body.kuroneko-monochrome-home .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 14px;
  background: var(--black);
  color: var(--bg);
  font-weight: 700;
}

body.kuroneko-monochrome-home .hero-section {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 86px);
  display: flex;
  align-items: center;
  padding: 64px 0 88px;
}

body.kuroneko-monochrome-home .hero-ring {
  position: absolute;
  inset: 20px auto auto -120px;
  width: 760px;
  height: 760px;
  opacity: 0.08;
  animation: kuronekoSpin 28s linear infinite;
  pointer-events: none;
}

body.kuroneko-monochrome-home .hero-ring svg {
  width: 100%;
  height: 100%;
  fill: none;
}

body.kuroneko-monochrome-home .hero-ring text {
  fill: var(--black);
  font-size: 86px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

body.kuroneko-monochrome-home .hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

body.kuroneko-monochrome-home .section-label {
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.kuroneko-monochrome-home .section-label--dark {
  color: rgba(13, 13, 13, 0.52);
}

body.kuroneko-monochrome-home .hero-section h1 {
  margin: 0;
  font-size: clamp(54px, 9vw, 112px);
  line-height: 1.02;
  letter-spacing: -0.06em;
  font-weight: 900;
}

body.kuroneko-monochrome-home .hero-copy {
  max-width: 720px;
  margin: 30px auto 0;
  color: var(--text-gray);
  font-size: 20px;
}

body.kuroneko-monochrome-home .services-section {
  margin-top: 24px;
  padding: 72px 40px 80px;
  background: var(--charcoal);
  color: var(--bg);
}

body.kuroneko-monochrome-home .services-head {
  margin-bottom: 38px;
}

body.kuroneko-monochrome-home .services-head h2,
body.kuroneko-monochrome-home .news-head h2,
body.kuroneko-monochrome-home .contact-copy h2 {
  margin: 12px 0 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

body.kuroneko-monochrome-home .services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
}

body.kuroneko-monochrome-home .service-card {
  min-height: 520px;
  padding: 0 0 8px;
}

body.kuroneko-monochrome-home .service-card + .service-card {
  border-left: 1px solid rgba(242, 242, 242, 0.14);
  padding-left: 44px;
}

body.kuroneko-monochrome-home .service-meta {
  margin-bottom: 18px;
  color: rgba(242, 242, 242, 0.74);
  font-size: 14px;
  font-weight: 700;
}

body.kuroneko-monochrome-home .service-card h3 {
  margin: 0;
  color: var(--bg);
  font-size: clamp(42px, 5vw, 60px);
  line-height: 1.1;
  letter-spacing: -0.05em;
}

body.kuroneko-monochrome-home .service-card p {
  margin: 28px 0 0;
  max-width: 560px;
  color: var(--text-soft);
  font-size: 17px;
}

body.kuroneko-monochrome-home .service-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: rgba(242, 242, 242, 0.92);
}

body.kuroneko-monochrome-home .service-card li::before {
  content: "—";
  margin-right: 10px;
  color: rgba(242, 242, 242, 0.54);
}

body.kuroneko-monochrome-home .service-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 420px;
  margin-top: 40px;
  padding: 18px 20px 18px 24px;
  border-radius: 10px;
  background: rgba(242, 242, 242, 0.18);
  color: var(--bg);
  font-weight: 700;
}

body.kuroneko-monochrome-home .service-link::after {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: rgba(242, 242, 242, 0.14);
}

body.kuroneko-monochrome-home .news-section {
  padding: 86px 0 64px;
}

body.kuroneko-monochrome-home .news-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

body.kuroneko-monochrome-home .news-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

body.kuroneko-monochrome-home .news-more {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  color: var(--black);
  font-weight: 700;
}

body.kuroneko-monochrome-home .news-more::after {
  content: ">";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 2px solid rgba(13, 13, 13, 0.28);
  color: var(--black);
}

body.kuroneko-monochrome-home .news-nav {
  display: inline-flex;
  gap: 10px;
  margin-top: 18px;
}

body.kuroneko-monochrome-home .news-nav__button {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(13, 13, 13, 0.12);
  background: rgba(255, 255, 255, 0.54);
  color: rgba(13, 13, 13, 0.78);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(13, 13, 13, 0.05);
  font: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.kuroneko-monochrome-home .news-nav__button:hover {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(13, 13, 13, 0.2);
  color: var(--black);
}

body.kuroneko-monochrome-home .news-slider {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: auto;
  cursor: grab;
  user-select: none;
}

body.kuroneko-monochrome-home .news-slider::-webkit-scrollbar {
  display: none;
}

body.kuroneko-monochrome-home .news-slider.is-dragging {
  cursor: grabbing;
}

body.kuroneko-monochrome-home .news-track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding-bottom: 4px;
}

body.kuroneko-monochrome-home .news-card {
  flex: 0 0 320px;
  min-height: 410px;
  padding: 16px;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid rgba(13, 13, 13, 0.08);
  box-shadow: var(--shadow-soft);
}

body.kuroneko-monochrome-home .news-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--black);
  font-weight: 700;
  font-size: 13px;
}

body.kuroneko-monochrome-home .news-card__thumb-link {
  display: block;
  margin-top: 18px;
}

body.kuroneko-monochrome-home .news-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid rgba(13, 13, 13, 0.16);
  background: linear-gradient(135deg, #dcdcdc, #c4c4c4);
  pointer-events: none;
}

body.kuroneko-monochrome-home .news-card h3 {
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.45;
}

body.kuroneko-monochrome-home .news-card h3 a {
  color: var(--black);
}

body.kuroneko-monochrome-home .news-card p {
  margin: 12px 0 0;
  color: var(--text-gray);
  font-size: 15px;
}

body.kuroneko-monochrome-home .contact-section {
  padding: 22px 0 88px;
}

body.kuroneko-monochrome-home .contact-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  padding: 44px;
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 20px 60px rgba(13, 13, 13, 0.06);
  border: 1px solid rgba(13, 13, 13, 0.08);
}

body.kuroneko-monochrome-home .contact-copy p {
  max-width: 470px;
  margin: 18px 0 0;
  color: var(--text-gray);
}

body.kuroneko-monochrome-home .contact-form-card {
  padding: 26px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.72), rgba(242, 242, 242, 0.96));
  border: 1px solid rgba(13, 13, 13, 0.08);
}

body.kuroneko-monochrome-home .contact-form-card,
body.kuroneko-monochrome-home .contact-form-card .wpcf7,
body.kuroneko-monochrome-home .contact-form-card form {
  color: #0d0d0d;
}

body.kuroneko-monochrome-home .contact-form-placeholder {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(13, 13, 13, 0.08);
  background: rgba(255,255,255,0.82);
  color: rgba(13, 13, 13, 0.66);
}

body.kuroneko-monochrome-home .kmono-cf7-form {
  margin-top: 8px;
}

body.kuroneko-monochrome-home .kmono-cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.kuroneko-monochrome-home .kmono-cf7-field {
  margin-bottom: 18px;
}

body.kuroneko-monochrome-home .kmono-cf7-field label,
body.kuroneko-monochrome-home .contact-form-card label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #0d0d0d;
  font-weight: 700;
}

body.kuroneko-monochrome-home .kmono-cf7-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(13, 13, 13, 0.08);
  color: #262626;
  font-size: 0.75rem;
  font-weight: 700;
}

body.kuroneko-monochrome-home .kmono-cf7-form input[type="text"],
body.kuroneko-monochrome-home .kmono-cf7-form input[type="email"],
body.kuroneko-monochrome-home .kmono-cf7-form input[type="tel"],
body.kuroneko-monochrome-home .kmono-cf7-form select,
body.kuroneko-monochrome-home .kmono-cf7-form textarea,
body.kuroneko-monochrome-home .contact-form-card input[type="text"],
body.kuroneko-monochrome-home .contact-form-card input[type="email"],
body.kuroneko-monochrome-home .contact-form-card input[type="tel"],
body.kuroneko-monochrome-home .contact-form-card select,
body.kuroneko-monochrome-home .contact-form-card textarea {
  width: 100% !important;
  border: 1px solid rgba(13, 13, 13, 0.12) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #0d0d0d !important;
  padding: 16px 18px !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  box-shadow: none !important;
}

body.kuroneko-monochrome-home .kmono-cf7-form input[type="text"]::placeholder,
body.kuroneko-monochrome-home .kmono-cf7-form input[type="email"]::placeholder,
body.kuroneko-monochrome-home .kmono-cf7-form input[type="tel"]::placeholder,
body.kuroneko-monochrome-home .kmono-cf7-form textarea::placeholder,
body.kuroneko-monochrome-home .contact-form-card input[type="text"]::placeholder,
body.kuroneko-monochrome-home .contact-form-card input[type="email"]::placeholder,
body.kuroneko-monochrome-home .contact-form-card input[type="tel"]::placeholder,
body.kuroneko-monochrome-home .contact-form-card textarea::placeholder {
  color: rgba(13, 13, 13, 0.46) !important;
}

body.kuroneko-monochrome-home .kmono-cf7-form input[type="text"]:focus,
body.kuroneko-monochrome-home .kmono-cf7-form input[type="email"]:focus,
body.kuroneko-monochrome-home .kmono-cf7-form input[type="tel"]:focus,
body.kuroneko-monochrome-home .kmono-cf7-form select:focus,
body.kuroneko-monochrome-home .kmono-cf7-form textarea:focus,
body.kuroneko-monochrome-home .contact-form-card input[type="text"]:focus,
body.kuroneko-monochrome-home .contact-form-card input[type="email"]:focus,
body.kuroneko-monochrome-home .contact-form-card input[type="tel"]:focus,
body.kuroneko-monochrome-home .contact-form-card select:focus,
body.kuroneko-monochrome-home .contact-form-card textarea:focus {
  outline: none;
  border-color: rgba(13, 13, 13, 0.28) !important;
  box-shadow: 0 0 0 4px rgba(13, 13, 13, 0.05) !important;
  background: #ffffff !important;
}

body.kuroneko-monochrome-home .kmono-cf7-form select,
body.kuroneko-monochrome-home .contact-form-card select {
  appearance: none;
}

body.kuroneko-monochrome-home .kmono-cf7-form textarea,
body.kuroneko-monochrome-home .contact-form-card textarea {
  min-height: 200px;
  resize: vertical;
}

body.kuroneko-monochrome-home .kmono-cf7-consent,
body.kuroneko-monochrome-home .contact-form-card .wpcf7-list-item,
body.kuroneko-monochrome-home .contact-form-card .wpcf7-acceptance {
  color: rgba(13, 13, 13, 0.62);
  font-size: 0.95rem;
}

body.kuroneko-monochrome-home .kmono-cf7-consent a,
body.kuroneko-monochrome-home .contact-form-card a {
  color: #0d0d0d;
  text-decoration: underline;
}

body.kuroneko-monochrome-home .kmono-cf7-submit input[type="submit"],
body.kuroneko-monochrome-home .contact-form-card input[type="submit"],
body.kuroneko-monochrome-home .contact-form-card button,
body.kuroneko-monochrome-home .contact-form-card .wpcf7-submit {
  min-height: 54px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #0d0d0d !important;
  color: #f2f2f2 !important;
  padding: 0 28px !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  cursor: pointer;
}

body.kuroneko-monochrome-home .kmono-cf7-form .wpcf7-not-valid-tip,
body.kuroneko-monochrome-home .contact-form-card .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #b44343;
  font-size: 0.88rem;
}

body.kuroneko-monochrome-home .kmono-cf7-form .wpcf7-response-output,
body.kuroneko-monochrome-home .contact-form-card .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 14px 16px !important;
  border-radius: 14px;
  border: 1px solid rgba(13, 13, 13, 0.12) !important;
  color: #0d0d0d;
  background: rgba(255, 255, 255, 0.8);
}

body.kuroneko-monochrome-home .site-footer {
  padding: 30px 0 46px;
  background: var(--black);
  color: var(--bg);
}

body.kuroneko-monochrome-home .footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

body.kuroneko-monochrome-home .footer-brand {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.24em;
  font-weight: 800;
}

body.kuroneko-monochrome-home .footer-copy,
body.kuroneko-monochrome-home .footer-meta {
  margin: 8px 0 0;
  color: rgba(242, 242, 242, 0.6);
}

@keyframes kuronekoSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
  body.kuroneko-monochrome-home .services-grid,
  body.kuroneko-monochrome-home .contact-shell {
    grid-template-columns: 1fr;
  }

  body.kuroneko-monochrome-home .service-card + .service-card {
    border-left: none;
    border-top: 1px solid rgba(242, 242, 242, 0.14);
    padding-left: 0;
    padding-top: 32px;
  }
}

@media (max-width: 800px) {
  body.kuroneko-monochrome-home .header-inner,
  body.kuroneko-monochrome-home .hero-inner,
  body.kuroneko-monochrome-home .services-section,
  body.kuroneko-monochrome-home .news-section,
  body.kuroneko-monochrome-home .contact-shell,
  body.kuroneko-monochrome-home .footer-inner {
    width: min(1320px, calc(100vw - 28px));
  }

  body.kuroneko-monochrome-home .header-inner {
    min-height: 72px;
  }

  body.kuroneko-monochrome-home .site-logo {
    gap: 8px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  body.kuroneko-monochrome-home .site-logo__mark {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  body.kuroneko-monochrome-home .header-cta {
    min-width: 128px;
    min-height: 46px;
    font-size: 14px;
    padding: 0 18px;
  }

  body.kuroneko-monochrome-home .hero-section {
    min-height: auto;
    padding: 152px 0 144px;
  }

  body.kuroneko-monochrome-home .hero-ring {
    inset: 40px auto auto -180px;
    width: 560px;
    height: 560px;
  }

  body.kuroneko-monochrome-home .hero-ring text {
    font-size: 66px;
  }

  body.kuroneko-monochrome-home .hero-inner {
    text-align: left;
  }

  body.kuroneko-monochrome-home .hero-copy {
    margin-left: 0;
    font-size: 16px;
  }

  body.kuroneko-monochrome-home .services-section {
    padding: 52px 20px 60px;
  }

  body.kuroneko-monochrome-home .service-card {
    min-height: auto;
  }

  body.kuroneko-monochrome-home .service-link {
    min-width: 100%;
  }

  body.kuroneko-monochrome-home .news-head,
  body.kuroneko-monochrome-home .news-actions,
  body.kuroneko-monochrome-home .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  body.kuroneko-monochrome-home .news-nav,
  body.kuroneko-monochrome-home .news-more {
    margin-top: 0;
  }

  body.kuroneko-monochrome-home .news-card {
    flex-basis: 280px;
    min-height: 360px;
  }

  body.kuroneko-monochrome-home .contact-shell {
    padding: 26px 18px;
  }

  body.kuroneko-monochrome-home .kmono-cf7-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.kuroneko-monochrome-home .kmono-cf7-submit input[type="submit"],
  body.kuroneko-monochrome-home .contact-form-card input[type="submit"] {
    width: 100%;
  }
}

body.kuroneko-monochrome-home .site-logo,
body.kuroneko-monochrome-home .site-logo:link,
body.kuroneko-monochrome-home .site-logo:visited,
body.kuroneko-monochrome-home .site-logo:hover,
body.kuroneko-monochrome-home .site-logo:active {
  color: #0d0d0d !important;
  text-decoration: none !important;
}

body.kuroneko-monochrome-home main,
body.kuroneko-monochrome-home .hero-section,
body.kuroneko-monochrome-home .news-section,
body.kuroneko-monochrome-home .contact-section {
  background: #f2f2f2 !important;
}

body.kuroneko-monochrome-home .hero-section::before,
body.kuroneko-monochrome-home .hero-section::after,
body.kuroneko-monochrome-home main::before,
body.kuroneko-monochrome-home main::after {
  display: none !important;
  content: none !important;
}

/* Contact section adjustments */
body.kuroneko-monochrome-home .contact-shell {
  grid-template-columns: 1fr !important;
  gap: 20px !important;
}

body.kuroneko-monochrome-home .contact-copy {
  max-width: 920px;
}

body.kuroneko-monochrome-home .contact-copy h2 {
  margin-top: 12px;
}

body.kuroneko-monochrome-home .contact-copy p {
  max-width: none;
}

body.kuroneko-monochrome-home .contact-form-card {
  width: 100%;
}

body.kuroneko-monochrome-home .kmono-cf7-required {
  background: rgba(196, 43, 43, 0.1) !important;
  color: #c42b2b !important;
}


body.kuroneko-monochrome-home .contact-form-card label .required,
body.kuroneko-monochrome-home .contact-form-card label .wpcf7-required,
body.kuroneko-monochrome-home .contact-form-card label .caution,
body.kuroneko-monochrome-home .contact-form-card label [class*="required"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 38px !important;
  min-height: 24px !important;
  padding: 0 8px !important;
  margin-left: 6px !important;
  background: rgba(196, 43, 43, 0.1) !important;
  color: #c42b2b !important;
  border: 1px solid rgba(196, 43, 43, 0.24) !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}



body.kuroneko-monochrome-home .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.kuroneko-monochrome-home .menu-toggle {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 0;
  appearance: none;
  box-shadow: none;
}

body.kuroneko-monochrome-home .menu-toggle span {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--black);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

body.kuroneko-monochrome-home .menu-toggle.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

body.kuroneko-monochrome-home .menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

body.kuroneko-monochrome-home .menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

body.kuroneko-monochrome-home .menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(13, 13, 13, 0.08);
}

body.kuroneko-monochrome-home .site-menu {
  position: absolute;
  right: max(32px, calc((100vw - min(1320px, calc(100vw - 64px))) / 2));
  top: calc(100% + 12px);
  width: min(320px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 18px;
  background: rgba(232, 232, 232, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(13, 13, 13, 0.08);
  display: grid;
  gap: 4px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 130;
}

body.kuroneko-monochrome-home .site-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.kuroneko-monochrome-home .site-menu a {
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 700;
}

body.kuroneko-monochrome-home .site-menu a:hover {
  background: rgba(13, 13, 13, 0.05);
}

@media (max-width: 800px) {
  body.kuroneko-monochrome-home .menu-toggle {
    width: 30px;
    height: 30px;
  }

  body.kuroneko-monochrome-home .site-menu {
    right: 14px;
    width: min(320px, calc(100vw - 28px));
  }
}

body.kuroneko-monochrome-home .site-logo {
  flex: 1 1 auto;
  min-width: 0;
}

body.kuroneko-monochrome-home .site-logo__text {
  overflow: hidden;
  text-overflow: ellipsis;
}

body.kuroneko-monochrome-home .header-actions {
  flex: 0 0 auto;
}

body.kuroneko-monochrome-home .news-slider {
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

body.kuroneko-monochrome-home .news-track {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

body.kuroneko-monochrome-home .news-slider.is-dragging {
  cursor: grabbing;
}

@media (max-width: 800px) {
  body.kuroneko-monochrome-home .header-inner {
    gap: 10px;
  }

  body.kuroneko-monochrome-home .header-actions {
    gap: 8px;
  }

  body.kuroneko-monochrome-home .site-logo__text {
    max-width: 160px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  body.kuroneko-monochrome-home .header-cta {
    min-width: 108px;
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
    border-radius: 12px;
  }

  body.kuroneko-monochrome-home .menu-toggle {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }

  body.kuroneko-monochrome-home .menu-toggle span {
    width: 18px;
  }

  body.kuroneko-monochrome-home .site-menu {
    top: calc(100% + 10px);
  }

  body.kuroneko-monochrome-home .news-slider {
    overflow: hidden;
  }

  body.kuroneko-monochrome-home .news-track {
    gap: 16px;
  }

  body.kuroneko-monochrome-home .news-card {
    flex: 0 0 min(280px, calc(100vw - 72px));
    min-height: 360px;
  }
}

@media (max-width: 800px) {
  body.kuroneko-monochrome-home .header-inner {
    width: calc(100vw - 24px);
    min-width: 0;
  }

  body.kuroneko-monochrome-home .site-logo {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }

  body.kuroneko-monochrome-home .site-logo__text {
    max-width: calc(100vw - 190px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.kuroneko-monochrome-home .header-actions {
    flex: 0 0 auto;
    margin-left: auto;
  }

  body.kuroneko-monochrome-home .header-cta {
    min-width: 100px;
    padding: 0 12px;
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  body.kuroneko-monochrome-home .site-logo__text {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  body.kuroneko-monochrome-home .header-cta {
    min-width: 92px;
    min-height: 40px;
    padding: 0 10px;
    font-size: 11px;
    border-radius: 11px;
  }

  body.kuroneko-monochrome-home .header-actions {
    gap: 6px;
  }

  body.kuroneko-monochrome-home .menu-toggle {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
  }

  body.kuroneko-monochrome-home .menu-toggle span {
    width: 16px;
  }
}

@media (max-width: 800px) {
  body.kuroneko-monochrome-home .site-logo {
    align-items: flex-start;
  }

  body.kuroneko-monochrome-home .site-logo__text {
    display: block;
    white-space: normal;
    line-height: 1.15;
    max-width: 108px;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 800px) {
  body.kuroneko-monochrome-home .header-inner {
    width: min(1320px, calc(100vw - 28px));
    gap: 10px;
  }

  body.kuroneko-monochrome-home .site-logo {
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
    align-items: center;
    overflow: visible;
  }

  body.kuroneko-monochrome-home .site-logo__mark {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  body.kuroneko-monochrome-home .site-logo__text {
    display: block;
    max-width: 132px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.12;
  }

  body.kuroneko-monochrome-home .header-actions {
    flex: 0 0 auto;
    margin-left: auto;
    gap: 8px;
  }

  body.kuroneko-monochrome-home .header-cta {
    min-width: 128px;
    min-height: 46px;
    padding: 0 18px;
    font-size: 14px;
    border-radius: 12px;
  }

  body.kuroneko-monochrome-home .menu-toggle {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }

  body.kuroneko-monochrome-home .menu-toggle span {
    width: 18px;
  }
}

@media (max-width: 800px) {
  body.kuroneko-monochrome-home .header-inner {
    width: min(1320px, calc(100vw - 28px)) !important;
    min-height: 76px !important;
    gap: 10px !important;
    align-items: center !important;
  }

  body.kuroneko-monochrome-home .site-logo {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 132px) !important;
    align-items: center !important;
    column-gap: 8px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  body.kuroneko-monochrome-home .site-logo__mark {
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 24px !important;
  }

  body.kuroneko-monochrome-home .site-logo__text {
    display: block !important;
    width: 132px !important;
    max-width: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
    line-height: 1.12 !important;
  }

  body.kuroneko-monochrome-home .header-actions {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    gap: 8px !important;
  }

  body.kuroneko-monochrome-home .header-cta {
        min-height: 46px !important;
    padding: 0 18px !important;
    font-size: 14px !important;
    border-radius: 12px !important;
    flex: 0 0 auto !important;
  }

  body.kuroneko-monochrome-home .menu-toggle {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
  }

  body.kuroneko-monochrome-home .menu-toggle span {
    width: 18px !important;
  }
}

body.kuroneko-monochrome-home .hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

body.kuroneko-monochrome-home .hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.kuroneko-monochrome-home .hero-button:hover {
  transform: translateY(-1px);
}

body.kuroneko-monochrome-home .hero-button--primary {
  background: var(--black);
  color: var(--bg);
}

body.kuroneko-monochrome-home .hero-button--secondary {
  background: transparent;
  color: var(--black);
  border-color: rgba(13, 13, 13, 0.16);
}

@media (max-width: 800px) {
  body.kuroneko-monochrome-home .hero-actions {
    justify-content: center;
    margin-top: 30px;
  }

  body.kuroneko-monochrome-home .hero-button {
    min-height: 48px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 14px;
  }
}
/* Canonical header alignment with LP */
body.kuroneko-monochrome-home .header-inner {
  width: min(1240px, calc(100vw - 56px)) !important;
  min-height: 88px !important;
  gap: 20px !important;
}

body.kuroneko-monochrome-home .site-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 0 !important;
  flex: 0 1 auto !important;
  overflow: visible !important;
}

body.kuroneko-monochrome-home .site-logo__mark {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
}

body.kuroneko-monochrome-home .site-logo__text {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  line-height: 1 !important;
}

body.kuroneko-monochrome-home .header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 0 0 auto !important;
  margin-left: auto !important;
}

body.kuroneko-monochrome-home .header-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
    min-height: 56px !important;
  padding: 0 26px !important;
  border-radius: 14px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
}

body.kuroneko-monochrome-home .menu-toggle {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
}

body.kuroneko-monochrome-home .menu-toggle span {
  width: 22px !important;
}

@media (max-width: 800px) {
  body.kuroneko-monochrome-home .header-inner {
    width: min(1320px, calc(100vw - 28px)) !important;
    min-height: 76px !important;
    gap: 10px !important;
    align-items: center !important;
  }

  body.kuroneko-monochrome-home .site-logo {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    column-gap: 8px !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  body.kuroneko-monochrome-home .site-logo__mark {
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 24px !important;
  }

  body.kuroneko-monochrome-home .site-logo__text {
    max-width: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    line-height: 1.15 !important;
  }

  body.kuroneko-monochrome-home .header-actions {
    gap: 8px !important;
  }

  body.kuroneko-monochrome-home .header-cta {
        min-height: 46px !important;
    padding: 0 18px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
  }

  body.kuroneko-monochrome-home .menu-toggle {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
  }

  body.kuroneko-monochrome-home .menu-toggle span {
    width: 18px !important;
  }
}





