:root {
  --seimitsu-shadow: 0 12px 34px rgba(23, 32, 42, .09);
}

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid #e7ebee; backdrop-filter: blur(12px); }
.header-site-title a { color: var(--wp--preset--color--ink); text-decoration: none; }
.site-header .wp-block-navigation-item__content { color: var(--wp--preset--color--ink); text-decoration: none; }
.site-header .wp-block-navigation-item__content:hover { color: var(--wp--preset--color--primary); }
.hero-section { background-image: linear-gradient(110deg, rgba(6,24,37,.86), rgba(7,91,159,.42)); }
.hero-section .wp-block-cover__inner-container { width: 100%; }
.section-block > .wp-block-paragraph:first-child { letter-spacing: .14em; font-weight: 700; margin-bottom: .5rem; }
.section-block > h2 { margin-top: 0; margin-bottom: 2.5rem; }
.content-card, .solution-card { height: 100%; background: #fff; border: 1px solid #e3e8ec; border-radius: 6px; padding: 1.25rem; box-shadow: var(--seimitsu-shadow); transition: transform .2s ease, box-shadow .2s ease; }
.content-card:hover, .solution-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(23,32,42,.14); }
.content-card .wp-block-post-featured-image { margin: -1.25rem -1.25rem 1.25rem; overflow: hidden; border-radius: 6px 6px 0 0; }
.content-card .wp-block-post-featured-image img, .dark-card .wp-block-post-featured-image img { transition: transform .35s ease; }
.content-card:hover .wp-block-post-featured-image img, .dark-card:hover .wp-block-post-featured-image img { transform: scale(1.025); }
.content-card .wp-block-post-title a { color: var(--wp--preset--color--ink); text-decoration: none; }
.solution-card { border-top: 4px solid var(--wp--preset--color--primary); }
.dark-card { height: 100%; padding: 1rem; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.dark-card a { color: #fff; }
.news-row { padding: 1rem 0; border-bottom: 1px solid #dfe4e8; gap: 2rem; }
.news-row .wp-block-post-date { min-width: 8rem; color: var(--wp--preset--color--steel); }
.news-row .wp-block-post-title { margin: 0; }
.contact-cta { background-image: linear-gradient(135deg, #075b9f, #07395e); }
.seimitsu-details { margin: 2.5rem 0; border-top: 1px solid #dfe4e8; }
.seimitsu-detail-row { display: grid; grid-template-columns: minmax(9rem, 28%) 1fr; border-bottom: 1px solid #dfe4e8; }
.seimitsu-detail-row dt, .seimitsu-detail-row dd { margin: 0; padding: 1rem 1.25rem; }
.seimitsu-detail-row dt { background: var(--wp--preset--color--mist); font-weight: 700; }
.seimitsu-detail-row dd { overflow-wrap: anywhere; }
.site-footer a { color: #fff; }
*:focus-visible { outline: 3px solid var(--wp--preset--color--accent); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@media (max-width: 781px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header { position: relative; }
  .hero-section { min-height: 520px !important; }
  .number-grid { gap: 2.25rem; }
  .section-block { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .news-row { gap: .35rem; }
  .seimitsu-detail-row { grid-template-columns: 1fr; }
  .seimitsu-detail-row dt { padding-bottom: .4rem; }
  .seimitsu-detail-row dd { padding-top: .4rem; }
}
@media (max-width: 600px) {
  body.admin-bar .site-header { top: 0; }
}
