  .kinmata-faq-page {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 120px 20px 72px;
    color: #2b211c;
    line-height: 1.9;
    font-family: inherit;
  }

  .kinmata-faq-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;

    background-image:
      linear-gradient(
        rgba(255, 255, 255, 0.78),
        rgba(255, 255, 255, 0.88)
      ),
      url("/cms_wp/wp-content/themes/kinmata/images/page/faq/counter-bg-2.webp");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .kinmata-faq-hero {
    margin-bottom: 36px;
    padding: 36px 28px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #e5d8c8;
    box-shadow: 0 10px 28px rgba(43, 33, 28, 0.06);
  }

  .kinmata-faq-kicker {
    margin: 0 0 8px;
    font-size: 13px;
    letter-spacing: 0.18em;
    color: #8a5a2b;
    text-transform: uppercase;
  }

  .kinmata-faq-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.35;
    font-weight: 500;
    color: #2b211c;
  }

  .kinmata-faq-lead {
    margin: 0;
    font-size: 16px;
  }

  .kinmata-faq-nav {
    margin: 0 0 48px;
    padding: 22px 24px;
    border: 1px solid #e5d8c8;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 22px rgba(43, 33, 28, 0.045);
  }

  .kinmata-faq-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .kinmata-faq-nav li {
    margin: 0;
    padding: 0;
  }

  .kinmata-faq-nav a {
    color: #5f3215;
    text-decoration: none;
    border-bottom: 1px solid rgba(95, 50, 21, 0.35);
    transition: border-color 0.2s ease, color 0.2s ease;
  }

  .kinmata-faq-nav a:hover {
    color: #7b3f16;
    border-bottom-color: #7b3f16;
  }

  .kinmata-faq-section {
    margin: 0 0 56px;
    scroll-margin-top: 90px;
  }

  .kinmata-faq-section h2 {
    margin: 0 0 20px;
    padding: 0 0 12px;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.45;
    font-weight: 500;
    color: #2b211c;
    border-bottom: 2px solid #b08a58;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  }

  .kinmata-faq-item {
    margin: 0 0 14px;
    border: 1px solid #e5d8c8;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 6px 18px rgba(43, 33, 28, 0.04);
  }

  .kinmata-faq-item summary {
    position: relative;
    display: block;
    padding: 18px 54px 18px 22px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
    color: #2b211c;
    background: rgba(255, 255, 255, 0.97);
    list-style: none;
  }

  .kinmata-faq-item summary::-webkit-details-marker {
    display: none;
  }

  .kinmata-faq-item summary::before {
    content: "Q.";
    display: inline-block;
    margin-right: 8px;
    color: #8a5a2b;
    font-weight: 600;
  }

  .kinmata-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1;
    color: #8a5a2b;
    font-weight: 300;
  }

  .kinmata-faq-item[open] summary::after {
    content: "−";
  }

  .kinmata-faq-answer {
    padding: 20px 24px 22px;
    border-top: 1px solid #e5d8c8;
    background: rgba(255, 255, 255, 0.985);
  }

  .kinmata-faq-answer p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.9;
  }

  .kinmata-faq-answer p:last-child {
    margin-bottom: 0;
  }

  .kinmata-faq-answer a {
    color: #7b3f16;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .kinmata-faq-answer a:hover {
    color: #5f3215;
  }

  @media (hover: hover) {
    .kinmata-faq-item summary:hover {
      background: rgba(248, 243, 236, 0.98);
    }
  }

  @media screen and (max-width: 768px) {
    .kinmata-faq-page {
      padding: 96px 16px 56px;
    }

    .kinmata-faq-page::before {
      background-attachment: scroll;
      background-position: center top;
    }

    .kinmata-faq-hero {
      margin-bottom: 28px;
      padding: 28px 20px;
    }

    .kinmata-faq-kicker {
      font-size: 12px;
    }

    .kinmata-faq-lead {
      font-size: 15px;
    }

    .kinmata-faq-nav {
      margin-bottom: 40px;
      padding: 18px 20px;
    }

    .kinmata-faq-nav ul {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .kinmata-faq-section {
      margin-bottom: 48px;
      scroll-margin-top: 70px;
    }

    .kinmata-faq-item summary {
      padding: 16px 48px 16px 18px;
      font-size: 16px;
    }

    .kinmata-faq-item summary::after {
      right: 18px;
    }

    .kinmata-faq-answer {
      padding: 18px;
    }

    .kinmata-faq-answer p {
      font-size: 15px;
    }
  }

  @media screen and (max-width: 480px) {
    .kinmata-faq-page {
      padding: 88px 14px 48px;
    }

    .kinmata-faq-hero {
      padding: 24px 18px;
    }

    .kinmata-faq-item summary {
      padding: 15px 44px 15px 16px;
    }

    .kinmata-faq-answer {
      padding: 16px;
    }
  }

/* =====================================
   FAQ page mobile optimization
===================================== */

@media screen and (max-width: 768px) {

  .kinmata-faq-page {
    padding: 92px 16px 56px;
    background: #f8f3ee;
  }

  .kinmata-faq-page::before {
    background-attachment: scroll;
    opacity: 0.18;
  }

  .kinmata-faq-inner {
    max-width: 100%;
    padding: 0;
  }

  .kinmata-faq-hero {
    margin: 0 auto 28px;
    padding: 24px 18px 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: none;
  }

  .kinmata-faq-hero__label {
    font-size: 11px;
    letter-spacing: 0.12em;
    margin-bottom: 8px;
  }

  .kinmata-faq-hero h1 {
    font-size: 22px;
    line-height: 1.55;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
  }

  .kinmata-faq-hero p {
    font-size: 13px;
    line-height: 1.85;
    text-align: left;
  }

  .kinmata-faq-lead {
    margin: 0 auto 26px;
    padding: 18px 18px;
    font-size: 13px;
    line-height: 1.85;
    text-align: left;
  }

  .kinmata-faq-nav {
    margin: 0 auto 34px;
    padding: 18px 14px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: none;
  }

  .kinmata-faq-nav ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .kinmata-faq-nav a {
    display: block;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  .kinmata-faq-section {
    margin: 0 auto 38px;
  }

  .kinmata-faq-section h2 {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }

  .kinmata-faq-item {
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(138, 90, 43, 0.16);
    box-shadow: none;
  }

  .kinmata-faq-item summary {
    padding: 15px 42px 15px 16px;
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.03em;
  }

  .kinmata-faq-item summary::after {
    right: 16px;
    top: 18px;
    font-size: 16px;
  }

  .kinmata-faq-answer {
    padding: 0 16px 17px;
  }

  .kinmata-faq-answer p {
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.03em;
    text-align: left;
  }

  .kinmata-faq-answer p + p {
    margin-top: 11px;
  }
}
