html { 
      overflow-x: hidden; 
      scroll-behavior: smooth; 
    }
    
    body {
      font-family: 'Noto Sans JP', sans-serif;
      background-color: #000000;
      color: #F3F4F6;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .font-en {
      font-family: 'Cinzel', 'Noto Serif JP', serif;
      letter-spacing: 0.05em;
    }

    .absolute-brand-name {
      font-family: 'Noto Serif JP', serif;
      font-variant-caps: normal;
      text-transform: none;
    }
    
    .text-accent {
      color: #D4AF37;
    }
    
    .bg-accent {
      background-color: #D4AF37;
    }
    
    .border-accent {
      border-color: #D4AF37;
    }

    .text-accent\/80 { color: rgba(212, 175, 55, 0.8); }
    .text-accent\/50 { color: rgba(212, 175, 55, 0.5); }
    .bg-accent\/5 { background-color: rgba(212, 175, 55, 0.05); }
    .bg-accent\/10 { background-color: rgba(212, 175, 55, 0.1); }
    .bg-accent\/20 { background-color: rgba(212, 175, 55, 0.2); }
    .bg-accent\/60 { background-color: rgba(212, 175, 55, 0.6); }
    .bg-accent\/80 { background-color: rgba(212, 175, 55, 0.8); }
    .border-accent\/30 { border-color: rgba(212, 175, 55, 0.3); }
    .border-accent\/40 { border-color: rgba(212, 175, 55, 0.4); }
    .border-accent\/50 { border-color: rgba(212, 175, 55, 0.5); }
    .border-accent\/60 { border-color: rgba(212, 175, 55, 0.6); }
    .border-accent\/80 { border-color: rgba(212, 175, 55, 0.8); }
    .hover\:text-accent:hover { color: #D4AF37; }
    .group:hover .group-hover\:text-accent { color: #D4AF37; }
    .hover\:bg-accent:hover { background-color: #D4AF37; }
    .hover\:border-accent\/30:hover { border-color: rgba(212, 175, 55, 0.3); }
    .hover\:border-accent\/40:hover { border-color: rgba(212, 175, 55, 0.4); }
    .hover\:border-accent\/50:hover { border-color: rgba(212, 175, 55, 0.5); }
    .hover\:border-accent\/60:hover { border-color: rgba(212, 175, 55, 0.6); }
    .hover\:bg-accent\/10:hover { background-color: rgba(212, 175, 55, 0.1); }
    .hover\:bg-accent\/20:hover { background-color: rgba(212, 175, 55, 0.2); }
    .hover\:bg-accent\/80:hover { background-color: rgba(212, 175, 55, 0.8); }
    .hover\:border-l-accent:hover { border-left-color: #D4AF37; }
    .border-l-accent { border-left-color: #D4AF37; }

    .absolute-card {
      background: linear-gradient(180deg, rgba(17, 17, 17, 0.98), rgba(8, 8, 8, 0.98));
      border: 1px solid rgba(255, 255, 255, 0.09);
    }

    .absolute-card:hover {
      border-color: rgba(212, 175, 55, 0.48);
    }

    .message-photo-placeholder {
      align-items: center;
      background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0) 34%),
        radial-gradient(circle at 50% 38%, rgba(212, 175, 55, 0.16), rgba(212, 175, 55, 0) 34%),
        linear-gradient(180deg, #121212 0%, #050505 58%, #000000 100%);
      border: 1px solid rgba(255, 255, 255, 0.1);
      display: flex;
      height: 100%;
      justify-content: center;
      min-height: 100%;
      overflow: hidden;
      position: relative;
      width: 100%;
    }

    .message-photo-placeholder::before,
    .message-photo-placeholder::after {
      content: "";
      pointer-events: none;
      position: absolute;
    }

    .message-photo-placeholder::before {
      border: 1px solid rgba(212, 175, 55, 0.22);
      inset: 1.25rem;
    }

    .message-photo-placeholder::after {
      background: linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, 0.07) 45%, transparent 72%);
      inset: -30% -55%;
      transform: rotate(-10deg);
    }

    .message-photo-placeholder__content {
      align-items: center;
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
      padding: 2rem;
      position: relative;
      text-align: center;
      z-index: 1;
    }

    .message-photo-placeholder__eyebrow,
    .message-photo-placeholder__caption {
      color: rgba(212, 175, 55, 0.75);
      font-family: 'Cinzel', 'Noto Serif JP', serif;
      font-size: 0.6875rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
    }

    .message-photo-placeholder__title {
      color: #ffffff;
      font-size: clamp(1.75rem, 5vw, 2.65rem);
      font-weight: 700;
      letter-spacing: 0.12em;
      line-height: 1.2;
      text-indent: 0.12em;
      text-shadow: 0 0 24px rgba(212, 175, 55, 0.18);
    }

    .message-photo-placeholder__divider {
      background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.9), transparent);
      display: block;
      height: 1px;
      width: min(8rem, 56%);
    }

    .home-about-mobile-heading {
      display: none;
    }

    .compact-introduction-title {
      font-size: 1.375rem;
      letter-spacing: 0.015em;
      line-height: 1.45;
    }

    @media (max-width: 640px) {
      .message-photo-placeholder::before {
        inset: 0.875rem;
      }

      .message-photo-placeholder__caption {
        font-size: 0.625rem;
      }
    }

    #about.front-about {
      padding-top: 3rem;
      scroll-margin-top: 4.75rem;
    }

    @media (max-width: 1023px) {
      .home-about-mobile-heading {
        display: block;
      }

      .home-about-copy-heading {
        display: none;
      }
    }

    @media (min-width: 768px) {
      #about.front-about {
        padding-top: 4rem;
      }

      .compact-introduction-title {
        font-size: 1.625rem;
      }
    }

    @media (min-width: 1024px) {
      #about.front-about {
        padding-top: 4.5rem;
      }

      .compact-introduction-title {
        font-size: 1.875rem;
      }
    }

    .absolute-faq-panel {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
      will-change: max-height, opacity;
    }

    .absolute-faq-panel.is-open {
      opacity: 1;
    }

    .absolute-faq-icon {
      transition: color 0.25s ease, transform 0.25s ease;
    }

    .js-faq-button[aria-expanded="true"] .absolute-faq-icon {
      color: #D4AF37;
      transform: rotate(45deg);
    }

    .company-hero {
      height: 40vh;
      min-height: 300px;
    }

    .company-cta-grid {
      grid-template-columns: 1fr;
    }

    .company-profile-list {
      display: grid;
      gap: 0;
    }

    .company-profile-list > div {
      display: grid;
      grid-template-columns: 9rem 1fr;
      gap: 1.5rem;
      padding: 1.25rem 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .company-profile-list > div:first-child {
      padding-top: 0;
    }

    .company-profile-list > div:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .company-profile-list dt {
      color: #D4AF37;
      font-size: 0.75rem;
      letter-spacing: 0.12em;
      font-family: 'Cinzel', 'Noto Serif JP', serif;
    }

    .company-profile-list dd {
      color: #D1D5DB;
      font-size: 0.875rem;
      line-height: 1.8;
    }

    .company-brand-name {
      font-family: 'Noto Sans JP', sans-serif;
      font-variant-caps: normal;
      text-transform: none;
    }

    .company-profile-list a {
      color: #FFFFFF;
      text-decoration: none;
    }

    .company-profile-list a:hover {
      color: #D4AF37;
    }

    .privacy-policy-hero {
      height: 40vh;
      min-height: 300px;
    }

    .privacy-policy-layout {
      display: grid;
      gap: 2rem;
      grid-template-columns: minmax(0, 1fr);
    }

    .privacy-policy-side,
    .privacy-policy-card {
      background: linear-gradient(180deg, rgba(17, 17, 17, 0.98), rgba(8, 8, 8, 0.98));
      border: 1px solid rgba(255, 255, 255, 0.09);
      border-radius: 0.125rem;
    }

    .privacy-policy-side {
      align-self: start;
      padding: 1.5rem;
    }

    .privacy-policy-nav {
      display: grid;
      gap: 0.75rem;
    }

    .privacy-policy-nav a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      color: #A1A1AA;
      display: block;
      font-size: 0.8125rem;
      line-height: 1.7;
      padding-bottom: 0.75rem;
      text-decoration: none;
      transition: color 0.25s ease, border-color 0.25s ease;
    }

    .privacy-policy-nav a:hover {
      border-color: rgba(212, 175, 55, 0.45);
      color: #FFFFFF;
    }

    .privacy-policy-side-text {
      color: #A1A1AA;
      font-size: 0.8125rem;
      line-height: 1.8;
      margin-bottom: 1rem;
    }

    .privacy-policy-side-link {
      border-bottom: 1px solid rgba(212, 175, 55, 0.45);
      color: #D4AF37;
      display: inline-block;
      font-size: 0.8125rem;
      text-decoration: none;
    }

    .privacy-policy-side-link:hover {
      color: #FFFFFF;
    }

    .privacy-policy-card {
      padding: 1.5rem;
    }

    .privacy-policy-content {
      color: #D1D5DB;
      font-size: 0.9375rem;
      line-height: 1.9;
    }

    .privacy-policy-content section + section {
      margin-top: 2.75rem;
    }

    .privacy-policy-content h2 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      color: #FFFFFF;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 1.25rem;
      font-weight: 700;
      letter-spacing: 0.03em;
      line-height: 1.6;
      margin-bottom: 1rem;
      padding-bottom: 0.85rem;
    }

    .privacy-policy-content p,
    .privacy-policy-content ul,
    .privacy-policy-content ol {
      margin-bottom: 1.25rem;
    }

    .privacy-policy-content ul,
    .privacy-policy-content ol {
      padding-left: 1.35rem;
    }

    .privacy-policy-content ul {
      list-style: disc;
    }

    .privacy-policy-content ol {
      list-style: decimal;
    }

    .privacy-policy-content li {
      margin-bottom: 0.45rem;
    }

    .legal-disclosure-list {
      display: grid;
      gap: 0;
    }

    .legal-disclosure-list > div {
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      display: grid;
      gap: 0.75rem;
      grid-template-columns: minmax(0, 1fr);
      padding: 1.25rem 0;
    }

    .legal-disclosure-list > div:first-child {
      padding-top: 0;
    }

    .legal-disclosure-list > div:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .legal-disclosure-list dt {
      color: #D4AF37;
      font-family: 'Cinzel', 'Noto Serif JP', serif;
      font-size: 0.75rem;
      letter-spacing: 0.12em;
      line-height: 1.7;
    }

    .legal-disclosure-list dd {
      color: #D1D5DB;
      font-size: 0.875rem;
      line-height: 1.9;
    }

    .privacy-policy-footer {
      align-items: center;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      color: #71717A;
      display: flex;
      flex-direction: column;
      font-size: 0.75rem;
      gap: 0.75rem;
      margin-top: 3rem;
      padding-top: 1.5rem;
    }

    .privacy-policy-footer a {
      color: #D4AF37;
      text-decoration: none;
    }

    .privacy-policy-footer a:hover {
      color: #FFFFFF;
    }

    @media (max-width: 640px) {
      .company-hero {
        min-height: 300px;
      }

      .privacy-policy-hero {
        min-height: 280px;
      }

      .privacy-policy-card,
      .privacy-policy-side {
        padding: 1.25rem;
      }

      .company-profile-list > div {
        grid-template-columns: 1fr;
        gap: 0.5rem;
      }
    }

    @media (min-width: 640px) {
      .company-cta-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .legal-disclosure-list > div {
        grid-template-columns: 12rem minmax(0, 1fr);
      }

      .privacy-policy-footer {
        flex-direction: row;
        justify-content: space-between;
      }
    }

    @media (min-width: 1024px) {
      .privacy-policy-layout {
        grid-template-columns: 18rem minmax(0, 1fr);
      }

      .privacy-policy-side {
        position: sticky;
        top: 7rem;
      }

      .privacy-policy-card {
        padding: 2.5rem;
      }
    }

    /* News archive list */
    .absolute-news-list {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .absolute-news-list-item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .absolute-news-list-link {
      align-items: center;
      color: inherit;
      display: grid;
      gap: 2rem;
      grid-template-columns: 12rem minmax(0, 1fr) auto;
      padding: 1.75rem 0;
      text-decoration: none;
      transition: color 0.25s ease;
    }

    .absolute-news-list-link:hover .absolute-news-title {
      color: #D4AF37;
    }

    .absolute-news-meta {
      align-items: center;
      color: #6b7280;
      display: flex;
      flex-wrap: wrap;
      font-family: 'Cinzel', 'Noto Serif JP', serif;
      font-size: 0.8125rem;
      gap: 0.75rem;
      letter-spacing: 0.08em;
    }

    .absolute-news-badge {
      align-items: center;
      border: 1px solid rgba(212, 175, 55, 0.65);
      color: #D4AF37;
      display: inline-flex;
      font-size: 0.625rem;
      justify-content: center;
      letter-spacing: 0.08em;
      line-height: 1;
      padding: 0.25rem 0.5rem;
    }

    .absolute-news-category {
      align-items: center;
      color: #9ca3af;
      display: inline-flex;
      font-size: 0.6875rem;
      letter-spacing: 0.08em;
    }

    .absolute-news-body {
      min-width: 0;
    }

    .absolute-news-title {
      color: #ffffff;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.7;
      transition: color 0.25s ease;
    }

    .absolute-news-arrow {
      color: #6b7280;
      font-family: 'Cinzel', 'Noto Serif JP', serif;
      font-size: 0.6875rem;
      letter-spacing: 0.16em;
      transition: color 0.25s ease, transform 0.25s ease;
    }

    .absolute-news-list-link:hover .absolute-news-arrow {
      color: #D4AF37;
      transform: translateX(4px);
    }

    .absolute-empty-message {
      background: #080808;
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: #9ca3af;
      font-size: 0.875rem;
      padding: 2rem;
      text-align: center;
    }

    .grecaptcha-badge {
      visibility: hidden;
    }

    body.error404 .site-header {
      background: rgba(0, 0, 0, 0.94);
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      -webkit-backdrop-filter: blur(16px);
      backdrop-filter: blur(16px);
    }

    .not-found-page {
      background: #000000;
      color: #ffffff;
      min-height: 100vh;
    }

    .not-found-container {
      margin-inline: auto;
      max-width: 64rem;
      padding-inline: 1rem;
      width: 100%;
    }

    .not-found-container--wide {
      max-width: 80rem;
    }

    .not-found-hero {
      align-items: center;
      background:
        radial-gradient(circle at 50% 18%, rgba(212, 175, 55, 0.11), transparent 32%),
        linear-gradient(180deg, #030303 0%, #000000 100%);
      border-bottom: 1px solid #111111;
      display: flex;
      min-height: 28rem;
      padding: 8rem 0 4.75rem;
      text-align: center;
    }

    .not-found-hero-inner {
      align-items: center;
      display: flex;
      flex-direction: column;
    }

    .not-found-kicker,
    .not-found-section-kicker {
      align-items: center;
      display: flex;
      gap: 1rem;
    }

    .not-found-kicker {
      justify-content: center;
      margin-bottom: 1.5rem;
    }

    .not-found-kicker > span[aria-hidden="true"],
    .not-found-section-kicker > span[aria-hidden="true"] {
      background: #D4AF37;
      display: block;
      height: 1px;
      width: 3rem;
    }

    .not-found-title {
      color: #ffffff;
      font-size: clamp(2rem, 5vw, 3.5rem);
      font-weight: 700;
      letter-spacing: 0.04em;
      line-height: 1.28;
      margin-bottom: 1.5rem;
    }

    .not-found-lead {
      color: #9CA3AF;
      font-size: 0.9375rem;
      line-height: 1.9;
      margin-bottom: 2.25rem;
      max-width: 43rem;
    }

    .not-found-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center;
    }

    .not-found-button {
      align-items: center;
      border-radius: 0.125rem;
      display: inline-flex;
      font-size: 0.875rem;
      font-weight: 700;
      justify-content: center;
      min-height: 3.25rem;
      min-width: 13rem;
      padding: 0.9rem 1.75rem;
      text-decoration: none;
      transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    }

    .not-found-button--primary {
      background: #D4AF37;
      border: 1px solid #D4AF37;
      color: #ffffff;
    }

    .not-found-button--primary:hover {
      background: rgba(212, 175, 55, 0.82);
      color: #ffffff;
    }

    .not-found-button--outline {
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.3);
      color: #ffffff;
    }

    .not-found-button--outline:hover {
      background: rgba(255, 255, 255, 0.06);
      color: #ffffff;
    }

    .not-found-button--accent-outline {
      background: transparent;
      border: 1px solid #D4AF37;
      color: #D4AF37;
    }

    .not-found-button--accent-outline:hover {
      background: #D4AF37;
      color: #ffffff;
    }

    .not-found-stock-section {
      background: #050505;
      border-bottom: 1px solid #111111;
      padding: 4.5rem 0;
    }

    .not-found-section-head {
      align-items: end;
      display: flex;
      gap: 1.5rem;
      justify-content: space-between;
      margin-bottom: 3rem;
    }

    .not-found-section-kicker {
      margin-bottom: 1rem;
    }

    .not-found-section-title {
      color: #ffffff;
      font-size: clamp(1.75rem, 3.5vw, 2.25rem);
      font-weight: 700;
      line-height: 1.35;
    }

    .not-found-section-link {
      color: #D4AF37;
      font-family: 'Cinzel', 'Noto Serif JP', serif;
      font-size: 0.75rem;
      letter-spacing: 0.2em;
      text-decoration: none;
      transition: color 0.25s ease;
      white-space: nowrap;
    }

    .not-found-section-link:hover {
      color: #ffffff;
    }

    .not-found-stock-grid {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .not-found-stock-card {
      background: #111111;
      border: 1px solid #222222;
      border-radius: 0.125rem;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      transition: border-color 0.25s ease;
    }

    .not-found-stock-card:hover {
      border-color: rgba(212, 175, 55, 0.5);
    }

    .not-found-stock-card-link {
      color: inherit;
      display: flex;
      flex: 1;
      flex-direction: column;
      text-decoration: none;
    }

    .not-found-stock-media {
      aspect-ratio: 4 / 3;
      background: #080808;
      overflow: hidden;
      position: relative;
    }

    .not-found-stock-image {
      display: block;
      height: 100%;
      object-fit: cover;
      transition: transform 0.7s ease;
      width: 100%;
    }

    .not-found-stock-card:hover .not-found-stock-image {
      transform: scale(1.05);
    }

    .not-found-stock-badge {
      background: rgba(0, 0, 0, 0.95);
      border: 1px solid rgba(212, 175, 55, 0.8);
      border-radius: 0.125rem;
      color: #ffffff;
      font-size: 0.75rem;
      font-weight: 700;
      left: 1rem;
      letter-spacing: 0.15em;
      padding: 0.375rem 1rem;
      position: absolute;
      top: 1rem;
    }

    .not-found-stock-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 1.5rem;
    }

    .not-found-stock-title {
      color: #ffffff;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.45;
      margin-bottom: 1.25rem;
      transition: color 0.25s ease;
    }

    .not-found-stock-card:hover .not-found-stock-title {
      color: #D4AF37;
    }

    .not-found-stock-meta {
      display: grid;
      gap: 1rem;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin-bottom: 1.5rem;
    }

    .not-found-stock-meta-item--price {
      grid-column: 1 / -1;
    }

    .not-found-stock-meta-item span {
      color: #6B7280;
      display: block;
      font-size: 0.75rem;
      letter-spacing: 0.08em;
      margin-bottom: 0.25rem;
    }

    .not-found-stock-meta-item strong {
      color: #E5E7EB;
      display: block;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.5;
    }

    .not-found-stock-meta-item--price strong {
      color: #D4AF37;
      font-size: 1.125rem;
      font-weight: 700;
    }

    .not-found-stock-footer {
      align-items: center;
      border-top: 1px solid #222222;
      display: flex;
      justify-content: space-between;
      margin-top: auto;
      padding-top: 1.25rem;
    }

    .not-found-stock-footer span:first-child {
      color: #D4AF37;
      font-family: 'Cinzel', 'Noto Serif JP', serif;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.2em;
    }

    .not-found-stock-footer span:last-child {
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #ffffff;
      font-size: 0.75rem;
      letter-spacing: 0.14em;
      padding: 0.5rem 1rem;
      transition: background-color 0.25s ease, color 0.25s ease;
    }

    .not-found-stock-card:hover .not-found-stock-footer span:last-child {
      background: #ffffff;
      color: #000000;
    }

    .not-found-cta {
      background: #000000;
      padding: 4.5rem 0 5rem;
      text-align: center;
    }

    .not-found-cta-title {
      color: #ffffff;
      font-size: clamp(1.5rem, 3.2vw, 2rem);
      font-weight: 700;
      line-height: 1.55;
      margin-bottom: 1.25rem;
    }

    .not-found-cta-text {
      color: #9CA3AF;
      font-size: 0.9375rem;
      line-height: 1.8;
      margin-bottom: 2rem;
    }

    @media (max-width: 1023px) {
      .not-found-stock-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 767px) {
      .absolute-news-list-link {
        gap: 0.75rem;
        grid-template-columns: 1fr;
        padding: 1.5rem 0;
      }

      .absolute-news-meta {
        font-size: 0.75rem;
      }

      .absolute-news-title {
        font-size: 1rem;
      }

      .absolute-news-arrow {
        display: none;
      }

      .not-found-hero {
        min-height: auto;
        padding: 7rem 0 3.25rem;
      }

      .not-found-kicker {
        gap: 0.75rem;
        margin-bottom: 1.25rem;
      }

      .not-found-kicker > span[aria-hidden="true"] {
        width: 2rem;
      }

      .not-found-lead {
        font-size: 0.875rem;
        margin-bottom: 2rem;
      }

      .not-found-actions {
        flex-direction: column;
        width: 100%;
      }

      .not-found-button {
        width: 100%;
      }

      .not-found-stock-section,
      .not-found-cta {
        padding: 3.5rem 0;
      }

      .not-found-section-head {
        align-items: start;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2rem;
      }

      .not-found-stock-grid {
        gap: 1.5rem;
        grid-template-columns: 1fr;
      }
    }

    .section-kicker {
      color: #D4AF37;
      font-family: 'Cinzel', 'Noto Serif JP', serif;
      letter-spacing: 0.3em;
      text-transform: uppercase;
    }

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

    .pointer-events-none {
      pointer-events: none;
    }

    .prose {
      color: #D1D5DB;
      line-height: 1.8;
    }
    .prose img { 
      max-width: 100%; 
      height: auto; 
      border-radius: 0.25rem; 
      margin: 2rem 0;
    }
    .prose h2 { 
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 1.5rem; 
      font-weight: 700; 
      margin-top: 3rem; 
      margin-bottom: 1.5rem; 
      border-bottom: 1px solid #333333; 
      padding-bottom: 0.75rem; 
      color: #FFFFFF;
    }
    .prose h3 { 
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 1.25rem; 
      font-weight: 700; 
      margin-top: 2rem; 
      margin-bottom: 1rem; 
      color: #FFFFFF;
    }
    .prose p { 
      margin-bottom: 1.5rem; 
    }
    .prose ul { 
      list-style-type: disc; 
      padding-left: 1.5rem; 
      margin-bottom: 1.5rem; 
    }
    .prose a { 
      color: #D4AF37; 
      text-decoration: underline; 
      text-underline-offset: 4px;
    }
    
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }
    @keyframes slideInUp {
      from { transform: translate3d(0, 18px, 0); opacity: 0; }
      to { transform: translate3d(0, 0, 0); opacity: 1; }
    }
    @keyframes slideInLeft {
      from { transform: translate3d(-18px, 0, 0); opacity: 0; }
      to { transform: translate3d(0, 0, 0); opacity: 1; }
    }

    .animate-fadeIn { animation: fadeIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both; }
    .animate-slideInUp { animation: slideInUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both; }
    .animate-slideInLeft { animation: slideInLeft 0.9s cubic-bezier(0.22, 1, 0.36, 1) both; }
    
    .delay-100 { animation-delay: 100ms; }
    .delay-200 { animation-delay: 200ms; }
    .delay-300 { animation-delay: 300ms; }
    
    .hide-scrollbar::-webkit-scrollbar { display: none; }
    .hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
    
    .glass-panel {
      background: rgba(17, 17, 17, 0.7);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.1);
    }

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

    .site-header {
      padding-bottom: 0.625rem;
      padding-top: 0.625rem;
    }

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

    @media screen and (max-width: 782px) {
      body.admin-bar .site-header {
        top: 46px;
      }
    }

    .site-header-inner {
      min-height: 2.75rem;
      position: relative;
    }

    .site-header-nav,
    .site-header-nav-list,
    .site-header-nav-list > li {
      min-height: inherit;
    }

    .site-header-nav {
      align-self: stretch;
    }

    .site-header-nav-list > li {
      display: flex;
    }

    .site-header-nav-link {
      align-items: center;
      color: #D1D5DB;
      display: inline-flex;
      min-height: inherit;
      position: relative;
      text-decoration: none;
    }

    .site-header-nav-link::after {
      background: #D4AF37;
      bottom: 0;
      content: "";
      height: 2px;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      transform: scaleX(0.35);
      transform-origin: center;
      transition: opacity 0.25s ease, transform 0.25s ease;
    }

    .site-header-nav-link:hover,
    .site-header-nav-link.is-current {
      color: #D4AF37;
    }

    .site-header-nav-link.is-current::after {
      opacity: 1;
      transform: scaleX(1);
    }

    .site-language-switcher-list {
      align-items: center;
      display: flex;
      gap: 0.25rem;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .site-language-switcher-link {
      align-items: center;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 999px;
      color: #9CA3AF;
      display: inline-flex;
      font-family: 'Inter', sans-serif;
      font-size: 0.625rem;
      font-weight: 600;
      height: 1.75rem;
      justify-content: center;
      letter-spacing: 0.08em;
      min-width: 2rem;
      padding: 0 0.45rem;
      text-decoration: none;
      transition: border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
    }

    .site-language-switcher-link:hover,
    .site-language-switcher-link:focus-visible {
      border-color: rgba(212, 175, 55, 0.72);
      color: #ffffff;
      outline: none;
    }

    .site-language-switcher-link:focus-visible {
      box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.28);
    }

    .site-language-switcher-link.is-current {
      background: rgba(212, 175, 55, 0.14);
      border-color: rgba(212, 175, 55, 0.72);
      color: #D4AF37;
    }

    .site-language-switcher--mobile {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 1rem 0 1.25rem;
    }

    .site-language-switcher--mobile .site-language-switcher-list {
      gap: 0.5rem;
    }

    .site-language-switcher--mobile .site-language-switcher-link {
      font-size: 0.75rem;
      height: 2.25rem;
      min-width: 2.75rem;
    }

    .site-logo {
      align-items: center;
      display: inline-flex;
      flex-shrink: 0;
      line-height: 0;
    }

    .site-logo-image {
      display: block;
      filter: invert(1);
      height: auto;
      max-width: none;
      transition: opacity 0.25s ease, transform 0.25s ease;
      width: 4.25rem;
    }

    .site-logo:hover .site-logo-image {
      opacity: 0.78;
      transform: translateY(-1px);
    }

    .site-logo--footer .site-logo-image {
      width: 7rem;
    }

    .absolute-breadcrumb {
      background: rgba(5, 5, 5, 0.92);
      backdrop-filter: blur(10px);
      border-top: 1px solid #111111;
      border-bottom: 1px solid #111111;
      color: #9CA3AF;
      font-size: 0.75rem;
      letter-spacing: 0.08em;
      padding: 0.65rem 1rem;
      position: relative;
      width: 100%;
      z-index: 20;
    }

    .absolute-breadcrumb-inner {
      line-height: 1.8;
      margin: 0 auto;
      max-width: 80rem;
    }

    .absolute-breadcrumb a {
      color: #D1D5DB;
      text-decoration: none;
      transition: color 0.25s ease;
    }

    .absolute-breadcrumb a:hover {
      color: #D4AF37;
    }

    .absolute-breadcrumb .current-item,
    .absolute-breadcrumb [aria-current="page"] {
      color: #D4AF37;
    }

    .stock-archive-hero-content {
      padding-top: 4rem;
    }

    .stock-archive-hero-lead {
      margin-bottom: 1.5rem;
    }

    .absolute-page-hero--spacious {
      min-height: 22rem;
    }

    @media (min-width: 768px) {
      .absolute-page-hero--spacious {
        min-height: 28.5rem;
      }

      .stock-archive-hero-content {
        padding-top: 5rem;
      }

      .stock-archive-hero-lead {
        margin-bottom: 1.75rem;
      }
    }

    .site-footer-main {
      margin-bottom: 3rem;
      padding: 3rem 1.5rem 3.25rem;
    }

    .site-footer-grid {
      align-items: start;
      display: grid;
      gap: 2.75rem;
      grid-template-columns: minmax(0, 1fr);
    }

    .site-footer-brand {
      max-width: 20rem;
      min-width: 0;
    }

    .site-footer-menu,
    .site-footer-company {
      min-width: 0;
    }

    .site-footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.07);
      padding-top: 1.5rem;
    }

    @media (min-width: 768px) {
      .site-footer-main {
        margin-bottom: 2.75rem;
        padding: 3.25rem 2.5rem 3.5rem;
      }

      .site-footer-grid {
        grid-template-columns: minmax(0, 1fr) minmax(13rem, 0.75fr);
      }

      .site-footer-brand {
        grid-row: span 2;
      }
    }

    @media (min-width: 1024px) {
      .site-footer-main {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
      }

      .site-footer-grid {
        column-gap: clamp(3.5rem, 7vw, 6.5rem);
        grid-template-columns: minmax(18rem, 1fr) minmax(8.5rem, max-content) minmax(18rem, max-content);
        justify-content: space-between;
      }

      .site-footer-brand {
        grid-row: auto;
      }

      .site-footer-menu,
      .site-footer-company {
        justify-self: end;
      }

      .site-footer-company {
        width: min(100%, 21rem);
      }
    }

    .site-header-contact-button {
      align-items: center;
      background: #d4af37;
      border: 1px solid rgba(212, 175, 55, 0.92);
      border-radius: 0.3125rem;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 2px 8px rgba(0, 0, 0, 0.35);
      color: #ffffff;
      display: inline-flex;
      flex-shrink: 0;
      font-size: 0.75rem;
      font-weight: 600;
      gap: 0.5rem;
      justify-content: center;
      letter-spacing: 0.05em;
      line-height: 1;
      padding: 0.75rem 1.5rem;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
      transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }

    .site-header-phone-link {
      align-items: center;
      color: #ffffff;
      display: inline-flex;
      flex-shrink: 0;
      font-family: 'Inter', sans-serif;
      font-size: 0.75rem;
      font-weight: 600;
      gap: 0.45rem;
      letter-spacing: 0.04em;
      transition: color 0.25s ease;
    }

    .site-header-phone-link:hover {
      color: #D4AF37;
    }

    .site-header-phone-icon {
      height: 0.875rem;
      width: 0.875rem;
    }

    .instagram-glyph-icon {
      display: block;
      height: 1rem;
      width: 1rem;
    }

    .instagram-glyph-icon--footer {
      height: 1.25rem;
      margin-bottom: 0.25rem;
      width: 1.25rem;
    }

    .youtube-glyph-icon {
      display: block;
      height: auto;
      width: 1.75rem;
    }

    .site-header-contact-button:hover {
      background: #c49b2c;
      border-color: rgba(196, 155, 44, 0.95);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 14px rgba(0, 0, 0, 0.42);
      color: #ffffff;
      transform: translateY(-1px);
    }

    .site-header-contact-button.is-current {
      background: #c49b2c;
      border-color: rgba(212, 175, 55, 1);
      box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }

    .site-header-contact-icon {
      height: 0.875rem;
      width: 0.875rem;
    }

    .js-menu-button {
      align-items: center;
      background: transparent;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      color: #ffffff;
      display: inline-flex;
      flex-shrink: 0;
      height: 2.75rem;
      justify-content: center;
      padding: 0;
      transition: color 0.25s ease;
      width: 2.75rem;
    }

    .js-menu-button:hover,
    .js-menu-button[aria-expanded="true"] {
      background: transparent;
      border-color: transparent;
      box-shadow: none;
      color: #ffffff;
    }

    .js-menu-button:focus-visible {
      outline: 1px solid rgba(212, 175, 55, 0.9);
      outline-offset: 0.25rem;
    }

    .js-menu-button::before {
      content: "";
      display: none;
    }

    .menu-button-lines {
      display: block;
      height: 1rem;
      position: relative;
      width: 1.5rem;
    }

    .menu-button-lines span {
      background: currentColor;
      border-radius: 999px;
      display: block;
      height: 1px;
      left: 0;
      position: absolute;
      transform-origin: center;
      transition: opacity 0.24s ease, top 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), width 0.24s ease;
      width: 100%;
    }

    .menu-button-lines span:nth-child(1) {
      top: 0;
    }

    .menu-button-lines span:nth-child(2) {
      top: calc(50% - 0.5px);
      width: 100%;
    }

    .menu-button-lines span:nth-child(3) {
      top: calc(100% - 1px);
    }

    .js-menu-button[aria-expanded="true"] .menu-button-lines span:nth-child(1) {
      top: calc(50% - 0.5px);
      transform: rotate(45deg);
    }

    .js-menu-button[aria-expanded="true"] .menu-button-lines span:nth-child(2) {
      opacity: 0;
      transform: scaleX(0);
    }

    .js-menu-button[aria-expanded="true"] .menu-button-lines span:nth-child(3) {
      top: calc(50% - 0.5px);
      transform: rotate(-45deg);
    }

    .js-menu-button svg {
      display: none;
    }

    .site-mobile-menu {
      background:
        radial-gradient(circle at 85% 8%, rgba(212, 175, 55, 0.09), transparent 30rem),
        linear-gradient(145deg, rgba(3, 3, 3, 0.99), rgba(9, 9, 9, 0.97));
      border-left: 1px solid rgba(255, 255, 255, 0.08);
      -webkit-backdrop-filter: blur(24px);
      backdrop-filter: blur(24px);
    }

    .site-mobile-menu-inner {
      padding-top: clamp(1.5rem, 5vh, 3.5rem);
    }

    .site-mobile-menu-list {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      counter-reset: mobile-menu-item;
      gap: 0;
    }

    .site-mobile-menu-list > li {
      counter-increment: mobile-menu-item;
    }

    .site-mobile-menu-link {
      align-items: center;
      border-bottom-color: rgba(255, 255, 255, 0.1);
      display: grid;
      font-family: 'Noto Serif JP', serif;
      font-size: clamp(1.0625rem, 3.5vw, 1.35rem);
      font-weight: 500;
      grid-template-columns: 2.25rem 1fr auto;
      letter-spacing: 0.08em;
      opacity: 0;
      padding: 1rem 0;
      transform: translateX(1rem);
      transition: color 0.25s ease, opacity 0.45s ease, padding-left 0.25s ease, transform 0.45s ease;
    }

    .site-mobile-menu-link::before {
      color: rgba(212, 175, 55, 0.72);
      content: "0" counter(mobile-menu-item);
      font-family: 'Cinzel', serif;
      font-size: 0.5625rem;
      letter-spacing: 0.12em;
    }

    .site-mobile-menu-link::after {
      background: currentColor;
      content: "";
      height: 1px;
      opacity: 0.42;
      transition: opacity 0.25s ease, width 0.25s ease;
      width: 1.25rem;
    }

    .site-mobile-menu-link:hover,
    .site-mobile-menu-link:focus-visible,
    .site-mobile-menu-link.is-current {
      color: #d4af37;
      padding-left: 0.25rem;
    }

    .site-mobile-menu-link:hover::after,
    .site-mobile-menu-link:focus-visible::after,
    .site-mobile-menu-link.is-current::after {
      opacity: 1;
      width: 2rem;
    }

    .site-mobile-menu.is-open .site-mobile-menu-link {
      opacity: 1;
      transform: translateX(0);
    }

    .site-mobile-menu.is-open .site-mobile-menu-list > li:nth-child(1) .site-mobile-menu-link { transition-delay: 80ms; }
    .site-mobile-menu.is-open .site-mobile-menu-list > li:nth-child(2) .site-mobile-menu-link { transition-delay: 120ms; }
    .site-mobile-menu.is-open .site-mobile-menu-list > li:nth-child(3) .site-mobile-menu-link { transition-delay: 160ms; }
    .site-mobile-menu.is-open .site-mobile-menu-list > li:nth-child(4) .site-mobile-menu-link { transition-delay: 200ms; }
    .site-mobile-menu.is-open .site-mobile-menu-list > li:nth-child(5) .site-mobile-menu-link { transition-delay: 240ms; }

    .site-mobile-menu-actions {
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      padding-top: 1.25rem;
    }

    .site-mobile-menu-action {
      border-radius: 0.75rem;
      min-height: 3.5rem;
      transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    }

    .site-mobile-menu-action:hover,
    .site-mobile-menu-action:focus-visible {
      transform: translateY(-1px);
    }

    .site-mobile-menu-action--contact {
      box-shadow: 0 12px 28px rgba(212, 175, 55, 0.16);
    }

    .site-mobile-menu-action--phone {
      background: rgba(255, 255, 255, 0.94);
      border: 1px solid rgba(255, 255, 255, 0.82);
    }

    @media (max-width: 1023px) {
      .js-menu-button {
        display: inline-flex !important;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
      }
    }

    @media (min-width: 1024px) {
      .js-menu-button {
        display: none !important;
      }
    }

    .cta-line-icon,
    .cta-phone-icon,
    .cta-mail-icon {
      flex-shrink: 0;
    }

    .cta-line-icon {
      border-radius: 0.25rem;
      height: 1.375rem;
      object-fit: contain;
      width: 1.375rem;
    }

    .cta-line-icon--large {
      height: 1.625rem;
      width: 1.625rem;
    }

    .cta-line-icon--footer {
      height: 1.5rem;
      width: 1.5rem;
    }

    .cta-mail-icon {
      height: 1rem;
      width: 1rem;
    }

    .cta-phone-icon {
      display: block;
      height: 1rem;
      width: 1rem;
    }

    .contact-method-note {
      margin-top: 0.5rem;
      margin-bottom: 2rem;
    }

    .contact-method-button {
      min-height: 4rem;
      white-space: nowrap;
    }

    .contact-method-button span {
      white-space: nowrap;
    }

    .contact-method-copy {
      align-items: center;
    }

    .contact-method-label {
      align-items: center;
      display: inline-flex;
      gap: 0.5rem;
      justify-content: center;
      line-height: 1;
      margin-top: 0.25rem;
    }

    .emergency-cta-button {
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 1;
      min-height: 3.25rem;
      min-width: 11.25rem;
      white-space: nowrap;
    }

    .emergency-cta-button span {
      line-height: 1;
      white-space: nowrap;
    }

    .emergency-cta-icon {
      flex-shrink: 0;
      height: 1.125rem;
      width: 1.125rem;
    }

    .front-hero {
      align-items: flex-end;
      min-height: 85vh;
    }

    .front-hero-content {
      padding-bottom: clamp(3.75rem, 6vh, 5rem);
      padding-top: 7.5rem;
    }

    .front-hero-kicker {
      margin-bottom: 1.25rem;
    }

    .front-hero-title {
      font-size: clamp(2.375rem, 3.2vw, 2.75rem);
      letter-spacing: 0.035em;
      line-height: 1.15;
      margin-bottom: 1.25rem;
      text-shadow: 0 2px 22px rgba(0, 0, 0, 0.55);
    }

    .front-hero-title span + span {
      margin-top: 0.2em;
    }

    .front-hero-copy {
      font-size: 0.9375rem;
      line-height: 1.75;
      margin-bottom: 0;
    }

    .front-hero-meta {
      margin-top: 1.75rem;
    }

    .front-hero-scroll-indicator {
      align-items: center;
      bottom: 1.25rem;
      color: rgba(255, 255, 255, 0.62);
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      left: 50%;
      min-width: 2.75rem;
      padding: 0.35rem;
      position: absolute;
      text-decoration: none;
      transform: translateX(-50%);
      transition: color 0.25s ease;
      z-index: 25;
    }

    .front-hero-scroll-indicator:hover,
    .front-hero-scroll-indicator:focus-visible {
      color: #ffffff;
    }

    .front-hero-scroll-indicator:focus-visible {
      outline: 1px solid rgba(212, 175, 55, 0.75);
      outline-offset: 0.25rem;
    }

    .front-hero-scroll-label {
      font-family: 'Cinzel', 'Noto Serif JP', serif;
      font-size: 0.5625rem;
      letter-spacing: 0.24em;
      line-height: 1;
      text-indent: 0.24em;
    }

    .front-hero-scroll-track {
      background: rgba(255, 255, 255, 0.24);
      display: block;
      height: 2.5rem;
      overflow: hidden;
      position: relative;
      width: 1px;
    }

    .front-hero-scroll-track::after {
      animation: frontHeroScrollLine 3.2s cubic-bezier(0.45, 0, 0.55, 1) infinite;
      background: #d4af37;
      content: "";
      height: 55%;
      left: 0;
      position: absolute;
      top: -60%;
      width: 1px;
    }

    @keyframes frontHeroScrollLine {
      0% {
        transform: translateY(0);
      }
      70%,
      100% {
        transform: translateY(7.25rem);
      }
    }

    .front-hero::after {
      background: #000000;
      bottom: -1px;
      content: "";
      height: 2px;
      left: 0;
      pointer-events: none;
      position: absolute;
      right: 0;
      z-index: 30;
    }

    .front-hero-image {
      object-position: center center;
    }

    .front-hero-overlay--side {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.68) 40%, rgba(0, 0, 0, 0.24) 68%, rgba(0, 0, 0, 0.02) 100%);
    }

    .front-hero-overlay--bottom {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.28) 38%, rgba(0, 0, 0, 0) 72%);
    }

    @media (min-width: 768px) {
      .site-header {
        padding-bottom: 1rem;
        padding-top: 1rem;
      }

      .site-logo--header .site-logo-image {
        width: 6.25rem;
      }

      .site-logo--footer .site-logo-image {
        width: 8.75rem;
      }

    }

    @media (min-width: 1024px) {
      .site-header {
        padding-bottom: 0;
        padding-top: 0;
      }

      .site-header-inner {
        min-height: 4.75rem;
      }

      .front-hero {
        min-height: 90vh;
      }

      #about.front-about {
        padding-top: clamp(8rem, 10vw, 10rem);
      }

      .front-hero-image--tiffany {
        object-position: 50% 68%;
      }
    }

    @media (min-width: 1200px) {
      .front-hero {
        align-items: center;
        background: #020202;
      }

      .front-hero-media {
        bottom: 0;
        left: max(38%, calc(50% - 14rem));
        overflow: hidden;
        right: 0;
        top: 0;
      }

      .front-hero-image {
        filter: brightness(1.02) saturate(1.04);
        object-position: center center;
      }

      .front-hero-image--tiffany {
        object-position: 50% 68%;
      }

      .front-hero-overlay--side {
        background: linear-gradient(90deg, #020202 0%, rgba(2, 2, 2, 0.82) 5%, rgba(2, 2, 2, 0.24) 15%, rgba(2, 2, 2, 0) 24%);
      }

      .front-hero-overlay--bottom {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.12) 13%, rgba(0, 0, 0, 0) 28%);
      }

      .front-hero-content {
        padding-bottom: 0;
        padding-left: 1.5rem;
        padding-top: 6.5rem;
      }

      .front-hero-text {
        max-width: 22rem;
      }

      .front-hero-kicker {
        margin-bottom: 1rem;
      }

      .front-hero-title {
        font-size: clamp(2.125rem, 2.3vw, 2.5rem);
        font-weight: 600;
        letter-spacing: 0.025em;
        line-height: 1.18;
        margin-bottom: 1rem;
        text-shadow: none;
      }

      .front-hero-copy {
        color: rgba(209, 213, 219, 0.72);
        font-size: 0.8125rem;
        line-height: 1.8;
      }

      .front-hero-meta {
        column-gap: 0.875rem;
        font-size: 0.5rem;
        margin-top: 1.5rem;
        opacity: 0.44;
        row-gap: 0.5rem;
      }
    }

    @media (max-width: 1199px) {
      .front-hero-media {
        overflow: hidden;
      }

      .front-hero-image {
        bottom: auto;
        filter: none;
        height: 108%;
      }

      .front-hero-overlay--side {
        background: none;
      }

      .front-hero-overlay--bottom {
        background: linear-gradient(0deg, #020202 0%, rgba(2, 2, 2, 0.82) 8%, rgba(2, 2, 2, 0.24) 24%, rgba(2, 2, 2, 0) 48%);
      }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
      .front-hero {
        align-items: stretch;
        display: block;
        min-height: auto;
        padding-top: 0;
      }

      .front-hero-media {
        bottom: auto;
        height: 56svh;
      }

      .front-hero-image {
        object-position: center center;
      }

      .front-hero-image--tiffany {
        object-position: 50% 68%;
      }

      .front-hero-content {
        align-items: center;
        background: #020202;
        display: flex;
        margin-top: 56svh;
        min-height: 20rem;
        padding-bottom: 5rem;
        padding-top: 2.5rem;
      }

      .front-hero-text {
        max-width: 32rem;
      }

      .front-hero-title {
        font-size: clamp(2.125rem, 4.6vw, 2.75rem);
      }

      .front-hero-copy {
        font-size: 0.875rem;
      }

      .front-hero-scroll-indicator {
        bottom: auto;
        top: calc(56svh - 2.5rem);
      }
    }

    @media (max-width: 767px) {
      .front-hero {
        align-items: stretch;
        display: block;
        min-height: auto;
        padding-top: 0;
      }

      .front-hero-media {
        bottom: auto;
        height: 46svh;
      }

      .front-hero-image {
        filter: none;
        object-position: 60% 72%;
      }

      .front-hero-overlay--side {
        background: none;
      }

      .front-hero-overlay--bottom {
        background: linear-gradient(0deg, #020202 0%, rgba(2, 2, 2, 0.82) 8%, rgba(2, 2, 2, 0.24) 24%, rgba(2, 2, 2, 0) 48%);
      }

      .front-hero-content {
        align-items: center;
        background: linear-gradient(180deg, #000000 0%, #020202 2.5rem, #020202 100%);
        display: flex;
        margin-top: 46svh;
        min-height: auto;
        padding-bottom: calc(4.75rem + env(safe-area-inset-bottom));
        padding-top: 1.5rem;
      }

      .front-hero-text {
        max-width: 21.5rem;
      }

      .front-hero-kicker {
        margin-bottom: 1rem;
      }

      .front-hero-title {
        font-size: clamp(1.75rem, 7.4vw, 2rem);
        line-height: 1.16;
        margin-bottom: 0.875rem;
      }

      .front-hero-copy {
        color: rgba(229, 231, 235, 0.86);
        font-size: 0.75rem;
        line-height: 1.7;
        max-width: 20.75rem;
        text-shadow: 0 1px 18px rgba(0, 0, 0, 0.72);
      }

      .front-hero-meta {
        display: none;
      }

      .front-hero-scroll-indicator {
        bottom: auto;
        color: rgba(212, 175, 55, 0.92);
        gap: 0.25rem;
        top: calc(46svh - 2.4rem);
      }

      .front-hero-scroll-label {
        background: transparent;
        border: 0;
        border-radius: 0;
        display: block;
        font-size: 0.5625rem;
        font-weight: 500;
        letter-spacing: 0.24em;
        padding: 0;
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
      }

      .front-hero-scroll-track {
        height: 1.5rem;
      }

    }

    @media (max-width: 390px) {
      .front-hero-image {
        object-position: 58% center;
      }

      .front-hero-content {
        padding-bottom: calc(4.75rem + env(safe-area-inset-bottom));
      }

      .front-hero-title {
        font-size: clamp(1.7rem, 7.2vw, 1.9rem);
      }
    }

    @media (max-width: 1023px) and (orientation: landscape) {
      .mobile-fixed-actions {
        display: none;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .front-hero-scroll-track::after {
        animation: none;
        top: 45%;
      }
    }

    .js-header.is-scrolled {
      background: rgba(0, 0, 0, 0.92);
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      padding-bottom: 0.625rem;
      padding-top: 0.625rem;
      backdrop-filter: blur(16px);
    }

    .js-mobile-menu {
      backface-visibility: hidden;
      height: 100vh;
      height: 100dvh;
      overflow-y: auto;
      overscroll-behavior: contain;
      transform: translate3d(100%, 0, 0);
      transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
      -webkit-overflow-scrolling: touch;
      will-change: transform;
    }

    .js-mobile-menu.is-open {
      transform: translate3d(0, 0, 0);
    }

    .js-hero-image {
      backface-visibility: hidden;
      opacity: 0;
      transform: translate3d(0, 0, 0) scale(1.015);
      transition: none;
      will-change: opacity, transform;
    }

    .js-hero-image.is-active {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1.035);
    }

    .js-hero.is-ready .js-hero-image {
      transition: opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1), transform 12s ease-out;
    }

    @media (max-width: 1199px) {
      .js-hero-image,
      .js-hero-image.is-active {
        transform: translate3d(0, 0, 0);
      }

      .js-hero.is-ready .js-hero-image {
        transition: opacity 1.8s cubic-bezier(0.22, 1, 0.36, 1);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .animate-fadeIn,
      .animate-slideInUp,
      .animate-slideInLeft {
        animation: none;
      }

      .menu-button-lines span,
      .site-mobile-menu-link {
        transition: none;
      }

      .js-hero.is-ready .js-hero-image {
        transition: none;
      }
    }

    html.is-menu-open,
    body.is-menu-open {
      overflow: hidden;
      overscroll-behavior: none;
    }

    body.is-menu-open {
      inset-inline: 0;
      left: 0;
      position: fixed;
      right: 0;
      width: 100%;
    }

    .wp-post-image {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%;
    }

    .pagination .page-numbers {
      align-items: center;
      border: 1px solid rgba(255, 255, 255, 0.14);
      color: #D1D5DB;
      display: inline-flex;
      height: 2.5rem;
      justify-content: center;
      margin: 0 0.25rem 0.5rem;
      min-width: 2.5rem;
      padding: 0 0.85rem;
      transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }

    .pagination .page-numbers.current,
    .pagination .page-numbers:hover {
      background-color: #D4AF37;
      border-color: #D4AF37;
      color: #000000;
    }

    .archive-pagination ul {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      justify-content: center;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .archive-pagination li {
      margin: 0;
    }

    .archive-pagination a,
    .archive-pagination span {
      align-items: center;
      background: #080808;
      border: 1px solid #333333;
      color: #D1D5DB;
      display: inline-flex;
      font-size: 0.75rem;
      height: 2.5rem;
      justify-content: center;
      letter-spacing: 0.12em;
      min-width: 2.5rem;
      padding: 0 0.875rem;
      transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    }

    .archive-pagination a:hover {
      background: rgba(212, 175, 55, 0.08);
      border-color: #D4AF37;
      color: #FFFFFF;
    }

    .archive-pagination .current {
      background: #D4AF37;
      border-color: #D4AF37;
      color: #000000;
    }

    .single-detail-blocks {
      margin-top: 3rem;
    }

    .single-detail-block + .single-detail-block {
      margin-top: 2.5rem;
    }

    .single-detail-block h2 {
      border-bottom: 1px solid #333333;
      color: #FFFFFF;
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
      padding-bottom: 0.75rem;
    }

    .single-detail-block p {
      color: #D1D5DB;
      font-size: 0.95rem;
      line-height: 1.9;
    }

    .single-article__content {
      margin-top: 3rem;
    }

    .prose > :first-child {
      margin-top: 0;
    }

    .prose ol {
      list-style-type: decimal;
      padding-left: 1.5rem;
      margin-bottom: 1.5rem;
    }

    .prose blockquote {
      border-left: 2px solid #D4AF37;
      color: #D1D5DB;
      margin: 2rem 0;
      padding-left: 1.5rem;
    }

    .form-consent-link {
      color: #c9a84c;
      border-bottom: 1px solid rgba(201, 168, 76, 0.4);
      padding-bottom: 1px;
      text-decoration: none;
    }

    @media (min-width: 640px) {
      .sm\:block { display: block; }
      .sm\:flex-row { flex-direction: row; }
      .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .sm\:mb-0 { margin-bottom: 0; }
      .sm\:w-\[240px\] { width: 240px; }
    }

    @media (min-width: 768px) {
      .md\:block { display: block; }
      .md\:flex { display: flex; }
      .md\:hidden { display: none; }
      .md\:flex-row { flex-direction: row; }
      .md\:items-center { align-items: center; }
      .md\:items-end { align-items: flex-end; }
      .md\:justify-start { justify-content: flex-start; }
      .md\:self-end { align-self: flex-end; }
      .md\:w-2\/5 { width: 40%; }
      .md\:w-3\/5 { width: 60%; }
      .md\:w-56 { width: 14rem; }
      .md\:h-\[450px\] { height: 450px; }
      .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .md\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
      .md\:col-span-1 { grid-column: span 1 / span 1; }
      .md\:col-span-2 { grid-column: span 2 / span 2; }
      .md\:gap-6 { gap: 1.5rem; }
      .md\:gap-10 { gap: 2.5rem; }
      .md\:p-8 { padding: 2rem; }
      .md\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
      .md\:px-8 { padding-left: 2rem; padding-right: 2rem; }
      .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
      .md\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
      .md\:text-base { font-size: 1rem; line-height: 1.5rem; }
      .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
      .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
      .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
      .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
      .md\:text-5xl { font-size: 3rem; line-height: 1; }
    }

    @media (min-width: 1024px) {
      .lg\:flex { display: flex; }
      .lg\:hidden { display: none; }
      .lg\:flex-row { flex-direction: row; }
      .lg\:items-center { align-items: center; }
      .lg\:justify-start { justify-content: flex-start; }
      .lg\:text-left { text-align: left; }
      .lg\:mx-0 { margin-left: 0; margin-right: 0; }
      .lg\:w-auto { width: auto; }
      .lg\:min-h-\[90vh\] { min-height: 90vh; }
      .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
      .lg\:gap-8 { gap: 2rem; }
      .lg\:gap-12 { gap: 3rem; }
      .lg\:gap-20 { gap: 5rem; }
      .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
      .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; }
      .lg\:pt-36 { padding-top: 9rem; }
      .lg\:pb-20 { padding-bottom: 5rem; }
      .lg\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
      .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
      .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
    }

    /* Contact Page / Contact Form 7 */
    .absolute-contact-form-wrap {
      background: linear-gradient(180deg, rgba(17, 17, 17, 0.98), rgba(8, 8, 8, 0.98));
      border: 1px solid rgba(255, 255, 255, 0.09);
      padding: 2rem;
    }

    @media (min-width: 768px) {
      .absolute-contact-form-wrap {
        padding: 3rem;
      }
    }

    .absolute-cf7-form {
      color: #D1D5DB;
    }

    .absolute-cf7-form .absolute-form-row {
      margin-bottom: 1.5rem;
    }

    .absolute-cf7-form label,
    .absolute-cf7-form .absolute-form-label {
      color: #D1D5DB;
      display: block;
      font-size: 0.875rem;
      line-height: 1.7;
    }

    .absolute-cf7-form .required {
      color: #D4AF37;
      margin-left: 0.25rem;
    }

    .absolute-cf7-form input[type="text"],
    .absolute-cf7-form input[type="email"],
    .absolute-cf7-form input[type="tel"],
    .absolute-cf7-form textarea,
    .absolute-cf7-form select {
      background: #050505;
      border: 1px solid #333333;
      border-radius: 0;
      color: #FFFFFF;
      margin-top: 0.5rem;
      outline: none;
      padding: 0.875rem 1rem;
      transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
      width: 100%;
    }

    .absolute-cf7-form textarea {
      min-height: 180px;
      resize: vertical;
    }

    .absolute-cf7-form input::placeholder,
    .absolute-cf7-form textarea::placeholder {
      color: #6B7280;
    }

    .absolute-cf7-form input[type="text"]:focus,
    .absolute-cf7-form input[type="email"]:focus,
    .absolute-cf7-form input[type="tel"]:focus,
    .absolute-cf7-form textarea:focus,
    .absolute-cf7-form select:focus {
      background: #080808;
      border-color: #D4AF37;
      box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.25);
    }

    .absolute-cf7-form .wpcf7-checkbox {
      display: grid;
      gap: 0.75rem;
      grid-template-columns: 1fr;
      margin-top: 0.75rem;
    }

    @media (min-width: 768px) {
      .absolute-cf7-form .wpcf7-checkbox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    .absolute-cf7-form .wpcf7-list-item {
      margin: 0;
    }

    .absolute-cf7-form .wpcf7-list-item label {
      align-items: center;
      background: #050505;
      border: 1px solid #333333;
      color: #D1D5DB;
      cursor: pointer;
      display: flex;
      gap: 0.625rem;
      min-height: 44px;
      padding: 0.75rem 0.875rem;
      transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
    }

    .absolute-cf7-form .wpcf7-list-item label:hover {
      background: rgba(212, 175, 55, 0.06);
      border-color: rgba(212, 175, 55, 0.55);
      color: #FFFFFF;
    }

    .absolute-cf7-form input[type="checkbox"] {
      accent-color: #D4AF37;
      flex-shrink: 0;
      height: 1rem;
      width: 1rem;
    }

    .absolute-cf7-form .absolute-privacy-check {
      align-items: flex-start;
      color: #9CA3AF;
      display: flex;
      font-size: 0.8125rem;
      gap: 0.625rem;
    }

    .absolute-cf7-form .absolute-privacy-check .wpcf7-form-control-wrap {
      flex-shrink: 0;
      margin-top: 0.2rem;
    }

    .absolute-cf7-form .absolute-privacy-check a {
      border-bottom: 1px solid rgba(212, 175, 55, 0.4);
      color: #D4AF37;
      text-decoration: none;
    }

    .absolute-cf7-form .absolute-form-submit {
      margin-top: 2rem;
    }

    .absolute-cf7-form input[type="submit"] {
      background: #D4AF37;
      border: 1px solid #D4AF37;
      color: #ffffff;
      cursor: pointer;
      font-family: 'Cinzel', 'Noto Serif JP', serif;
      font-size: 0.8125rem;
      letter-spacing: 0.18em;
      padding: 1rem 1.5rem;
      transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
      width: 100%;
    }

    .absolute-cf7-form input[type="submit"]:hover {
      background: transparent;
      color: #D4AF37;
    }

    .absolute-cf7-form .wpcf7-spinner {
      display: block;
      margin: 1rem auto 0;
    }

    .absolute-cf7-form .wpcf7-not-valid-tip {
      color: #F87171;
      font-size: 0.75rem;
      margin-top: 0.375rem;
    }

    .absolute-contact-form-wrap .wpcf7-response-output {
      border: 1px solid #333333;
      color: #D1D5DB;
      font-size: 0.875rem;
      margin: 1.5rem 0 0;
      padding: 1rem;
    }

    .absolute-contact-form-wrap form.sent .wpcf7-response-output {
      background: rgba(212, 175, 55, 0.08);
      border-color: #D4AF37;
      color: #FFFFFF;
    }

    .absolute-contact-form-wrap form.invalid .wpcf7-response-output,
    .absolute-contact-form-wrap form.failed .wpcf7-response-output,
    .absolute-contact-form-wrap form.unaccepted .wpcf7-response-output {
      background: rgba(127, 29, 29, 0.18);
      border-color: rgba(248, 113, 113, 0.6);
      color: #FECACA;
    }

/* Contact Page: improved layout */
.absolute-contact-section {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

@media (min-width: 768px) {
  .absolute-contact-section {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

.absolute-contact-layout {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  min-width: 0;
  max-width: 820px;
  margin-inline: auto;
}

/* Contact Page: guide */
.absolute-contact-guide {
  background:
    radial-gradient(circle at 100% 0%, rgba(212, 175, 55, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(8, 8, 8, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 0;
  padding: 1.25rem 1.5rem;
}

.absolute-contact-guide p,
.absolute-contact-guide-title,
.absolute-contact-service-list li,
.absolute-contact-form-head p {
  overflow-wrap: anywhere;
}

@media (min-width: 768px) {
  .absolute-contact-guide {
    padding: 1.5rem 1.75rem;
  }
}

.absolute-contact-guide-section {
  border-top: none;
  margin-bottom: 1rem;
  padding-top: 0;
}

.absolute-contact-guide-title {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.absolute-contact-service-list {
  color: #d1d5db;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  gap: 0.5rem;
  line-height: 1.5;
}

.absolute-contact-service-list li {
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.35rem 0.7rem;
  position: static;
}

.absolute-contact-service-list li::before {
  display: none;
}

.absolute-contact-urgent {
  background: rgba(212, 175, 55, 0.07);
  border: 1px solid rgba(212, 175, 55, 0.2);
  padding: 0.9rem 1.1rem;
}

.absolute-contact-tel,
.absolute-contact-line {
  align-items: center;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.14em;
  min-height: 40px;
  padding: 0.6rem 1rem;
  text-decoration: none;
  transition: all 0.25s ease;
}

.absolute-contact-tel {
  border: 1px solid #D4AF37;
  color: #D4AF37;
}

.absolute-contact-tel:hover {
  background: #D4AF37;
  color: #ffffff;
}

.absolute-contact-line {
  background: #06C755;
  color: #ffffff;
}

.absolute-contact-line:hover {
  background: #05b34c;
  color: #ffffff;
}

/* Contact Page: form wrapper */
.absolute-contact-form-wrap {
  background:
    radial-gradient(circle at 100% 0%, rgba(212, 175, 55, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(24, 24, 24, 0.99), rgba(12, 12, 12, 0.99));
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  min-width: 0;
  padding: 2rem;
}

@media (max-width: 767px) {
  .absolute-contact-guide {
    padding: 1.25rem 1.5rem;
  }

  .absolute-contact-form-wrap {
    padding: 1.5rem;
  }
}

@media (min-width: 768px) {
  .absolute-contact-form-wrap {
    padding: 3rem;
  }
}

.absolute-contact-form-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}

.absolute-recaptcha-notice {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #8b949e;
  font-size: 0.6875rem;
  line-height: 1.7;
  margin-top: 1.5rem;
  padding-top: 1rem;
}

.absolute-recaptcha-notice a {
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  color: #D4AF37;
  text-decoration: none;
}

.absolute-recaptcha-notice a:hover {
  border-bottom-color: #D4AF37;
  color: #ffffff;
}

/* Contact Form 7 */
.absolute-cf7-form {
  color: #e5e7eb;
}

.absolute-cf7-form .absolute-form-row {
  margin-bottom: 1.35rem;
}

.absolute-cf7-form label,
.absolute-cf7-form .absolute-form-label {
  color: #e5e7eb;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
}

.absolute-cf7-form .required {
  color: #D4AF37;
  margin-left: 0.25rem;
}

.absolute-cf7-form input[type="text"],
.absolute-cf7-form input[type="email"],
.absolute-cf7-form input[type="tel"],
.absolute-cf7-form textarea,
.absolute-cf7-form select {
  background: #0f0f0f;
  border: 1px solid #444444;
  border-radius: 0;
  color: #ffffff;
  margin-top: 0.625rem;
  outline: none;
  padding: 0.95rem 1rem;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
}

.absolute-cf7-form textarea {
  min-height: 190px;
  resize: vertical;
}

.absolute-cf7-form input::placeholder,
.absolute-cf7-form textarea::placeholder {
  color: #8b949e;
}

.absolute-cf7-form input[type="text"]:focus,
.absolute-cf7-form input[type="email"]:focus,
.absolute-cf7-form input[type="tel"]:focus,
.absolute-cf7-form textarea:focus,
.absolute-cf7-form select:focus {
  background: #111111;
  border-color: #D4AF37;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.35);
}

.absolute-cf7-form .wpcf7-checkbox {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
  margin-top: 0.85rem;
}

@media (min-width: 768px) {
  .absolute-cf7-form .wpcf7-checkbox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.absolute-cf7-form .wpcf7-list-item {
  margin: 0;
}

.absolute-cf7-form .wpcf7-list-item label {
  align-items: center;
  background: #121212;
  border: 1px solid #3f3f3f;
  color: #e5e7eb;
  cursor: pointer;
  display: flex;
  font-size: 0.8125rem;
  gap: 0.75rem;
  line-height: 1.5;
  min-height: 52px;
  padding: 0.9rem 1rem;
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.absolute-cf7-form .wpcf7-list-item label:hover {
  background: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.7);
  color: #ffffff;
}

.absolute-cf7-form input[type="checkbox"] {
  accent-color: #D4AF37;
  flex-shrink: 0;
  height: 1.05rem;
  width: 1.05rem;
}

.absolute-cf7-form .absolute-privacy-check {
  align-items: flex-start;
  color: #cbd5e1;
  display: flex;
  font-size: 0.8125rem;
  gap: 0.7rem;
  line-height: 1.8;
}

.absolute-cf7-form .absolute-privacy-check .wpcf7-form-control-wrap {
  flex-shrink: 0;
  margin-top: 0.22rem;
}

.absolute-cf7-form .absolute-privacy-check a {
  border-bottom: 1px solid rgba(212, 175, 55, 0.45);
  color: #D4AF37;
  text-decoration: none;
}

.absolute-cf7-form .absolute-form-submit {
  margin-top: 2rem;
}

.absolute-cf7-form input[type="submit"] {
  background: #D4AF37;
  border: 1px solid #D4AF37;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Cinzel', 'Noto Serif JP', serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  min-height: 54px;
  padding: 1rem 1.5rem;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

.absolute-cf7-form input[type="submit"]:hover {
  background: transparent;
  color: #D4AF37;
}

.absolute-cf7-form .wpcf7-spinner {
  display: block;
  margin: 1rem auto 0;
}

.absolute-cf7-form .wpcf7-not-valid-tip {
  color: #fca5a5;
  font-size: 0.75rem;
  margin-top: 0.4rem;
}

.absolute-contact-form-wrap .wpcf7-response-output {
  border: 1px solid #444444;
  color: #e5e7eb;
  font-size: 0.875rem;
  margin: 1.5rem 0 0;
  padding: 1rem;
}

.absolute-contact-form-wrap form.sent .wpcf7-response-output {
  background: rgba(212, 175, 55, 0.1);
  border-color: #D4AF37;
  color: #ffffff;
}

.absolute-contact-form-wrap form.invalid .wpcf7-response-output,
.absolute-contact-form-wrap form.failed .wpcf7-response-output,
.absolute-contact-form-wrap form.unaccepted .wpcf7-response-output {
  background: rgba(127, 29, 29, 0.2);
  border-color: rgba(248, 113, 113, 0.65);
  color: #fecaca;
}

.absolute-cf7-form .absolute-consent-list {
  display: grid;
  gap: 0.75rem;
}

.absolute-cf7-form .absolute-consent-list .absolute-privacy-check {
  background: #121212;
  border: 1px solid #3f3f3f;
  color: #e5e7eb;
  display: block;
  line-height: 1.6;
  min-height: 50px;
  padding: 0.85rem 1rem;
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.absolute-cf7-form .absolute-consent-list .absolute-privacy-check:hover {
  background: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.7);
  color: #ffffff;
}

.absolute-cf7-form .absolute-consent-list .absolute-privacy-check > p {
  align-items: center;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 1.05rem minmax(0, 1fr);
  margin: 0;
}

.absolute-cf7-form .absolute-consent-list .wpcf7-form-control-wrap {
  display: block;
  line-height: 0;
  margin-top: 0;
}

.absolute-cf7-form .absolute-consent-list .wpcf7-acceptance,
.absolute-cf7-form .absolute-consent-list .wpcf7-list-item {
  display: block;
  line-height: 0;
}

.absolute-cf7-form .absolute-consent-list .wpcf7-list-item label {
  background: transparent;
  border: 0;
  display: block;
  line-height: 0;
  min-height: 0;
  padding: 0;
}

.absolute-cf7-form .absolute-consent-list .wpcf7-list-item label:hover {
  background: transparent;
  border-color: transparent;
}

.absolute-cf7-form .absolute-consent-list input[type="checkbox"] {
  display: block;
  margin: 0;
}

.absolute-cf7-form .absolute-consent-list .wpcf7-list-item-label {
  display: none;
}

.absolute-cf7-form input.absolute-form-field-invalid,
.absolute-cf7-form textarea.absolute-form-field-invalid,
.absolute-cf7-form select.absolute-form-field-invalid {
  background: rgba(127, 29, 29, 0.18);
  border-color: rgba(248, 113, 113, 0.85);
  box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.18);
}

.absolute-cf7-form .absolute-form-group-invalid .wpcf7-list-item label,
.absolute-cf7-form .absolute-form-control-invalid.absolute-privacy-check {
  background: rgba(127, 29, 29, 0.18);
  border-color: rgba(248, 113, 113, 0.75);
  color: #fecaca;
}

.absolute-cf7-form input[type="submit"]:disabled,
.absolute-cf7-form input[type="submit"].absolute-submit-is-disabled {
  background: #4b5563;
  border-color: #4b5563;
  color: rgba(255, 255, 255, 0.64);
  cursor: not-allowed;
  opacity: 1;
}

.absolute-cf7-form input[type="submit"]:disabled:hover,
.absolute-cf7-form input[type="submit"].absolute-submit-is-disabled:hover {
  background: #4b5563;
  border-color: #4b5563;
  color: rgba(255, 255, 255, 0.64);
}

.absolute-policy-link {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.45);
  color: #D4AF37;
  cursor: pointer;
  display: inline;
  font: inherit;
  padding: 0;
  text-align: left;
}

.absolute-policy-link:hover,
.absolute-policy-link:focus-visible {
  border-bottom-color: #D4AF37;
  color: #ffffff;
  outline: none;
}

body.is-policy-modal-open {
  overflow: hidden;
}

.absolute-policy-modal {
  align-items: center;
  display: grid;
  inset: 0;
  justify-items: center;
  opacity: 0;
  padding: 1.25rem;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: hidden;
  z-index: 100;
}

.absolute-policy-modal[hidden] {
  display: none;
}

.absolute-policy-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.absolute-policy-modal-backdrop {
  background: rgba(0, 0, 0, 0.78);
  border: 0;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease;
}

.absolute-policy-modal.is-open .absolute-policy-modal-backdrop {
  opacity: 1;
}

.absolute-policy-modal-dialog {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.98), rgba(8, 8, 8, 0.98));
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
  max-height: min(82vh, 720px);
  max-width: 760px;
  overflow: hidden;
  opacity: 0;
  padding: 2rem;
  position: relative;
  transform: translate3d(0, 14px, 0) scale(0.985);
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  width: min(100%, 760px);
}

.absolute-policy-modal.is-open .absolute-policy-modal-dialog {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.absolute-policy-modal-close {
  align-items: center;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 1rem;
  transition: border-color 0.25s ease, color 0.25s ease;
  width: 2.5rem;
}

.absolute-policy-modal-close:hover,
.absolute-policy-modal-close:focus-visible {
  border-color: #D4AF37;
  color: #D4AF37;
  outline: none;
}

.absolute-policy-modal-body {
  color: #d1d5db;
  font-size: 0.875rem;
  line-height: 1.9;
  max-height: calc(min(82vh, 720px) - 9rem);
  overflow-y: auto;
  padding-right: 0.5rem;
}

.absolute-policy-modal-body h2,
.absolute-policy-modal-body h3 {
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  margin: 1.5rem 0 0.5rem;
}

.absolute-policy-modal-body p,
.absolute-policy-modal-body ul,
.absolute-policy-modal-body ol {
  margin-bottom: 1rem;
}

.absolute-policy-modal-body ul,
.absolute-policy-modal-body ol {
  padding-left: 1.25rem;
}

.absolute-policy-modal-body ul {
  list-style: disc;
}

.absolute-policy-modal-body ol {
  list-style: decimal;
}

@media (max-width: 640px) {
  .absolute-policy-modal {
    padding: 0.875rem;
  }

  .absolute-policy-modal-dialog {
    padding: 1.5rem;
  }

  .absolute-policy-modal-body {
    max-height: calc(82vh - 8rem);
  }
}

.carsensor-link-button {
  align-items: center;
  background: #f58220;
  border: 1px solid #f58220;
  border-radius: 0.125rem;
  color: #ffffff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  gap: 0.75rem;
  justify-content: center;
  letter-spacing: 0.06em;
  min-height: 2.875rem;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.carsensor-link-button:hover,
.carsensor-link-button:focus-visible {
  background: #ff9238;
  border-color: #ff9238;
  color: #ffffff;
  transform: translateY(-1px);
}

.carsensor-link-button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.carsensor-link-button--large {
  min-height: 3.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.stock-carsensor-panel {
  align-items: center;
  background: linear-gradient(135deg, rgba(245, 130, 32, 0.11), rgba(245, 130, 32, 0.025));
  border: 1px solid rgba(245, 130, 32, 0.4);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 1.25rem 1.5rem;
}

.stock-carsensor-panel__kicker {
  color: #f58220;
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 0.4rem;
}

.stock-carsensor-panel p,
.stock-carsensor-footer-link p {
  color: #d1d5db;
  font-size: 0.8125rem;
  line-height: 1.7;
  margin: 0;
}

.stock-gallery {
  margin-bottom: 3rem;
}

.stock-gallery__heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.stock-gallery__heading .section-kicker {
  display: block;
  font-size: 0.625rem;
  margin-bottom: 0.35rem;
}

.stock-gallery__heading h2 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.stock-gallery__heading-actions {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.stock-gallery__count {
  color: #9ca3af;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.stock-gallery__slideshow-button {
  align-items: center;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.65);
  color: #ffffff;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 2.5rem;
  padding: 0.55rem 1rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.stock-gallery__slideshow-button:hover,
.stock-gallery__slideshow-button:focus-visible {
  background: rgba(212, 175, 55, 0.2);
  border-color: #d4af37;
}

body.is-stock-slideshow-open {
  overscroll-behavior: none;
}

.stock-gallery-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
  position: fixed;
  z-index: 100100;
}

.stock-gallery-modal[hidden] {
  display: none;
}

.stock-gallery-modal__backdrop {
  background: rgba(0, 0, 0, 0.94);
  inset: 0;
  position: absolute;
}

.stock-gallery-modal__dialog {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  max-height: calc(100dvh - 2rem);
  max-width: 112rem;
  min-height: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.stock-gallery-modal__header {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding-bottom: 0.75rem;
}

.stock-gallery-modal__header h2 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
}

.stock-gallery-modal__count {
  color: #d1d5db;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.stock-gallery-modal__close {
  align-items: center;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  display: inline-flex;
  font-size: 1.5rem;
  height: 2.75rem;
  justify-content: center;
  line-height: 1;
  width: 2.75rem;
}

.stock-gallery-modal__close:hover,
.stock-gallery-modal__close:focus-visible,
.stock-gallery-modal__control:hover,
.stock-gallery-modal__control:focus-visible {
  background: rgba(212, 175, 55, 0.9);
  border-color: #d4af37;
}

.stock-gallery-modal__viewer {
  align-items: center;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}

.stock-gallery-modal__viewer > img {
  height: min(76vh, 56rem);
  max-height: 100%;
  object-fit: contain;
  user-select: none;
  width: 100%;
}

.stock-gallery-modal__control {
  align-items: center;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  height: 3.25rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.25rem;
}

.stock-gallery-modal__control--previous {
  left: 1rem;
}

.stock-gallery-modal__control--next {
  right: 1rem;
}

.stock-gallery-modal__caption {
  color: #d1d5db;
  font-size: 0.8125rem;
  line-height: 1.6;
  margin: 0;
  min-height: 2.05rem;
  padding-top: 0.75rem;
  text-align: center;
}

.stock-gallery__category-controls {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 0.75rem 0 1rem;
}

.stock-gallery__category-label {
  color: #9ca3af;
  flex-shrink: 0;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
}

.stock-gallery__filters {
  display: flex;
  flex: 1;
  gap: 0.625rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
}

.stock-gallery__filters::-webkit-scrollbar {
  display: none;
}

.stock-gallery__filter {
  align-items: center;
  background: #0b0b0b;
  border: 1px solid #303030;
  color: #b8b8b8;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.75rem;
  gap: 0.625rem;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 1rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.stock-gallery__filter:hover,
.stock-gallery__filter:focus-visible,
.stock-gallery__filter.is-active {
  background: rgba(212, 175, 55, 0.1);
  border-color: #d4af37;
  color: #ffffff;
}

.stock-gallery__filter-count {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #d1d5db;
  display: inline-flex;
  font-family: 'Inter', sans-serif;
  font-size: 0.625rem;
  height: 1.25rem;
  justify-content: center;
  min-width: 1.25rem;
  padding: 0 0.35rem;
}

.stock-gallery__filter.is-active .stock-gallery__filter-count {
  background: #d4af37;
  color: #050505;
}

.stock-gallery__viewer {
  aspect-ratio: 3 / 2;
  background: #080808;
  border: 1px solid #222222;
  overflow: hidden;
  position: relative;
}

.stock-gallery__viewer > img {
  height: 100%;
  image-rendering: auto;
  object-fit: contain;
  width: 100%;
}

.stock-gallery__control {
  align-items: center;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, border-color 0.2s ease;
  width: 3rem;
}

.stock-gallery__control:hover,
.stock-gallery__control:focus-visible {
  background: rgba(212, 175, 55, 0.9);
  border-color: #d4af37;
}

.stock-gallery__control--previous {
  left: 1rem;
}

.stock-gallery__control--next {
  right: 1rem;
}

.stock-gallery__caption {
  color: #9ca3af;
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 0.75rem 0 0;
  min-height: 1.2rem;
}

.stock-gallery__thumbnails {
  display: grid;
  gap: 0.75rem;
  grid-auto-columns: 7rem;
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0.125rem 0 0.75rem;
  scroll-snap-type: inline mandatory;
  scrollbar-color: #555555 #111111;
  scrollbar-width: thin;
}

.stock-gallery__thumbnail {
  aspect-ratio: 3 / 2;
  background: #080808;
  border: 1px solid #2b2b2b;
  opacity: 0.58;
  overflow: hidden;
  scroll-snap-align: start;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}

.stock-gallery__thumbnail[hidden] {
  display: none;
}

.stock-gallery__thumbnail:hover,
.stock-gallery__thumbnail:focus-visible,
.stock-gallery__thumbnail.is-active {
  border-color: #d4af37;
  opacity: 1;
}

.stock-gallery__thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.stock-carsensor-footer-link {
  align-items: center;
  border-bottom: 1px solid #2a2a2a;
  border-top: 1px solid #2a2a2a;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-top: 3rem;
  padding: 1.5rem 0;
}

@media (max-width: 640px) {
  .carsensor-link-button,
  .carsensor-link-button--large {
    width: 100%;
  }

  .stock-carsensor-panel,
  .stock-carsensor-footer-link {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
  }

  .stock-carsensor-panel {
    padding: 1.125rem;
  }

  .stock-gallery__control {
    height: 2.5rem;
    width: 2.5rem;
  }

  .stock-gallery__control--previous {
    left: 0.625rem;
  }

  .stock-gallery__control--next {
    right: 0.625rem;
  }

  .stock-gallery__heading {
    align-items: flex-start;
    gap: 0.75rem;
  }

  .stock-gallery__heading-actions {
    align-items: flex-end;
    flex-direction: column;
    gap: 0.5rem;
  }

  .stock-gallery__slideshow-button {
    min-height: 2.25rem;
    padding: 0.45rem 0.75rem;
  }

  .stock-gallery-modal {
    padding: 0.75rem;
  }

  .stock-gallery-modal__dialog {
    max-height: calc(100dvh - 1.5rem);
  }

  .stock-gallery-modal__header {
    gap: 0.625rem;
  }

  .stock-gallery-modal__header h2 {
    font-size: 0.875rem;
  }

  .stock-gallery-modal__close {
    height: 2.5rem;
    width: 2.5rem;
  }

  .stock-gallery-modal__viewer > img {
    height: min(70vh, 42rem);
  }

  .stock-gallery-modal__control {
    height: 2.75rem;
    width: 2.75rem;
  }

  .stock-gallery-modal__control--previous {
    left: 0.5rem;
  }

  .stock-gallery-modal__control--next {
    right: 0.5rem;
  }

  .stock-gallery__thumbnails {
    gap: 0.5rem;
    grid-auto-columns: 5.5rem;
  }

  .stock-gallery__filters {
    display: grid;
    flex: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
    width: 100%;
  }

  .stock-gallery__category-controls {
    align-items: stretch;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.625rem;
  }

  .stock-gallery__filter {
    min-height: 2.375rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    width: 100%;
  }
}
