/*
Theme Name: 相生株式会社 コーポレートサイト
Theme URI: https://www.aioi-co.com/
Author: 相生株式会社
Author URI: https://www.aioi-co.com/
Description: 相生株式会社のコーポレートサイト用WordPressテーマ。障がい福祉・居住支援・就労支援・家事代行の6事業を紹介するオレンジ基調のデザイン。
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aioi-theme
*/

/* ============================
   RESET & BASE
   ============================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Noto Sans JP', 'Yu Gothic', 'YuGothic', sans-serif;
  color: #292929; line-height: 1.8; background: #fff;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
img { max-width: 100%; height: auto; display: block; }
:root {
  --orange: #ED991C; --orange-dark: #d68a17; --orange-light: #f5b74e;
  --orange-pale: #FFF8ED; --cream: #FBFAF4; --brown: #5c4a32;
  --text: #292929; --text-sub: #555; --text-light: #888;
  --white: #fff; --border: #e6e2dc;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 8px 30px rgba(0,0,0,0.08);
  --radius: 20px; --radius-sm: 12px;
  --transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ============================
   HEADER
   ============================ */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(230,226,220,0.5);
}
.hdr { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo-link { display: flex; align-items: center; gap: 10px; }
.logo-link img { height: 36px; }
.logo-group { font-size: 0.65rem; font-weight: 700; color: var(--orange); border: 1.5px solid var(--orange); padding: 3px 10px; border-radius: 4px; letter-spacing: 0.08em; line-height: 1; }
nav.main-nav { display: flex; align-items: center; gap: 24px; }
nav.main-nav a { font-size: 0.85rem; font-weight: 500; color: var(--text); }
nav.main-nav a:hover { color: var(--orange); }
.nav-tel { font-size: 0.8rem; color: var(--text-sub); display: flex; align-items: center; gap: 4px; }
.nav-tel span { font-size: 1.05rem; font-weight: 700; color: var(--text); }
.nav-cta { background: var(--orange); color: #fff !important; padding: 8px 20px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; }
.nav-cta:hover { background: var(--orange-dark); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 8px; z-index: 1100; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mob-overlay { position: fixed; inset: 0; z-index: 1050; background: rgba(0,0,0,0.4); opacity: 0; visibility: hidden; transition: all 0.3s; }
.mob-overlay.active { opacity: 1; visibility: visible; }
.mob-nav { position: fixed; top: 0; right: -300px; bottom: 0; width: 280px; z-index: 1060; background: #fff; padding: 90px 28px 40px; transition: right 0.4s ease; overflow-y: auto; }
.mob-nav.active { right: 0; }
.mob-nav a { display: flex; align-items: center; gap: 10px; padding: 14px 0; border-bottom: 1px dotted var(--border); font-size: 0.95rem; font-weight: 500; }
.mob-nav a i { color: var(--orange); width: 20px; text-align: center; }

/* ============================
   HERO
   ============================ */
.hero {
  padding: 110px 0 0;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(251,250,244,0.88);
}
.hero .container { position: relative; z-index: 1; }
.hero-inner { max-width: 750px; margin: 0 auto; text-align: center; }
.hero-tag { font-size: 0.8rem; font-weight: 700; color: var(--orange); letter-spacing: 0.08em; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; justify-content: center; }
.hero-tag::before { content: ''; width: 28px; height: 2px; background: var(--orange); }
.hero h1 { font-family: 'Zen Maru Gothic', sans-serif; font-size: 1.55rem; font-weight: 900; line-height: 1.7; color: var(--text); margin-bottom: 16px; }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero-lead { font-size: 0.95rem; color: var(--text-sub); margin-bottom: 28px; line-height: 2; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; justify-content: center; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-size: 0.9rem; font-weight: 600; border: none; cursor: pointer; transition: var(--transition); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 4px 16px rgba(237,153,28,0.3); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--text); border: 2px solid var(--border); }
.btn-ghost:hover { border-color: var(--orange); color: var(--orange); }
.hero-img { border-radius: var(--radius) var(--radius) 0 0; overflow: hidden; background: var(--orange-pale); }
.hero-img img { width: 100%; height: 400px; object-fit: contain; display: block; }

/* ============================
   STAKEHOLDER BAR
   ============================ */
.stkh { background: var(--white); border-top: 3px solid var(--orange); }
.stkh-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stkh-item { padding: 28px 24px; border-right: 1px solid var(--border); }
.stkh-item:last-child { border-right: none; }
.stkh-item h4 { font-size: 0.85rem; font-weight: 700; color: var(--orange); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.stkh-item h4 i { font-size: 0.8rem; }
.stkh-item p { font-size: 0.88rem; color: var(--text-sub); line-height: 1.8; }

/* ============================
   SECTION COMMON
   ============================ */
section { padding: 80px 0; }
.sec-label { font-size: 0.75rem; font-weight: 700; color: var(--orange); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 6px; display: flex; align-items: center; gap: 10px; }
.sec-label::before { content: ''; width: 20px; height: 2px; background: var(--orange); }
.sec-title { font-family: 'Zen Maru Gothic', sans-serif; font-size: 1.7rem; font-weight: 900; color: var(--text); margin-bottom: 12px; line-height: 1.5; }
.sec-lead { font-size: 0.95rem; color: var(--text-sub); max-width: 700px; line-height: 1.9; margin-bottom: 8px; }
.sec-header { margin-bottom: 48px; }
.sec-header.center { text-align: center; }
.sec-header.center .sec-label { justify-content: center; }
.sec-header.center .sec-lead { margin: 0 auto; }

/* ============================
   WHO WE ARE
   ============================ */
#whoweare { background: var(--white); }
.wwa-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.wwa-text h3 { font-family: 'Zen Maru Gothic', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--text); margin-bottom: 16px; line-height: 1.6; }
.wwa-text p { font-size: 0.95rem; color: var(--text-sub); margin-bottom: 14px; line-height: 2; }
.wwa-img { border-radius: var(--radius); overflow: hidden; }
.wwa-img img { width: 100%; height: 320px; object-fit: cover; object-position: center 20%; }
.wwa-features { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.wwa-feat { display: flex; gap: 14px; align-items: flex-start; }
.wwa-feat-icon { min-width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1rem; background: var(--orange-pale); color: var(--orange); }
.wwa-feat h4 { font-size: 0.92rem; font-weight: 700; margin-bottom: 4px; }
.wwa-feat p { font-size: 0.88rem; color: var(--text-sub); line-height: 1.7; }

/* ============================
   SERVICES
   ============================ */
#services { background: var(--cream); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 20px; }
.svc-card {
  background: var(--white); border-radius: var(--radius); border: 1px solid var(--border);
  overflow: hidden; cursor: pointer; transition: var(--transition);
}
.svc-card:hover { box-shadow: var(--shadow-md); border-color: transparent; transform: translateY(-4px); }
.svc-card.active { border-color: var(--orange); border-width: 2px; box-shadow: 0 4px 20px rgba(237,153,28,0.2); transform: translateY(0); }
.svc-card.active .svc-card-more { color: var(--orange-dark); }
.svc-card.active .svc-card-more i::before { content: '\f056'; }
.svc-card-img { width: 100%; height: 160px; object-fit: cover; }
.svc-card-body { padding: 20px; }
.svc-card-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1rem; margin-bottom: 10px; }
.si-1 { background: var(--orange-pale); color: var(--orange); }
.si-2 { background: #EBF5FF; color: #3B82F6; }
.si-3 { background: #FEF3C7; color: #D97706; }
.si-4 { background: #FFF1F2; color: #E11D48; }
.si-5 { background: #F0FDF4; color: #22C55E; }
.si-6 { background: #F3E8FF; color: #9333EA; }
.svc-card-body h3 { font-family: 'Zen Maru Gothic', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 4px; line-height: 1.5; }
.svc-card-for { font-size: 0.78rem; color: var(--text-light); margin-bottom: 8px; }
.svc-card-for strong { color: var(--orange); font-weight: 600; }
.svc-card-desc { font-size: 0.88rem; color: var(--text-sub); line-height: 1.8; }
.svc-card-more { display: flex; align-items: center; gap: 6px; font-size: 0.82rem; font-weight: 600; color: var(--orange); margin-top: 12px; }

/* SERVICE DETAIL (expand) */
.svc-detail {
  max-height: 0; overflow: hidden; transition: max-height 0.5s ease, opacity 0.4s ease;
  opacity: 0; background: var(--white); border-radius: var(--radius);
  border: 1px solid var(--border); grid-column: 1 / -1;
}
.svc-detail.open { max-height: 800px; opacity: 1; border-color: var(--orange); }
.svc-detail-inner { padding: 28px 28px 20px; }
.svc-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.svc-detail-col { padding: 20px; border-radius: var(--radius-sm); }
.svc-detail-col.what { background: var(--cream); }
.svc-detail-col.value { background: var(--orange-pale); }
.svc-detail-col h4 { font-size: 0.85rem; font-weight: 700; color: var(--orange); margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.svc-detail-col h4 i { font-size: 0.75rem; }
.svc-detail-col ul { list-style: none; }
.svc-detail-col li { font-size: 0.9rem; color: var(--text-sub); line-height: 1.9; padding: 3px 0 3px 18px; position: relative; }
.svc-detail-col li::before { content: ''; position: absolute; left: 0; top: 13px; width: 6px; height: 6px; border-radius: 50%; }
.svc-detail-col.what li::before { background: var(--border); }
.svc-detail-col.value li::before { background: var(--orange-light); }
.svc-detail-foot { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.svc-link { display: inline-flex; align-items: center; gap: 8px; font-size: 0.88rem; font-weight: 600; color: var(--orange); border: 2px solid var(--orange); padding: 10px 24px; border-radius: 50px; transition: var(--transition); }
.svc-link:hover { background: var(--orange); color: #fff; }

/* ============================
   MESSAGE
   ============================ */
#message { background: var(--white); }
.msg-layout { display: flex; gap: 48px; align-items: flex-start; max-width: 900px; margin: 0 auto; }
.msg-photo { min-width: 200px; text-align: center; }
.msg-photo img { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; border: 4px solid var(--cream); box-shadow: var(--shadow-md); margin: 0 auto 12px; }
.msg-photo .name { font-family: 'Zen Maru Gothic', sans-serif; font-size: 1.05rem; font-weight: 700; }
.msg-photo .role { font-size: 0.8rem; color: var(--text-light); }
.msg-body p { font-size: 0.95rem; color: var(--text-sub); margin-bottom: 14px; line-height: 2.1; }
.msg-body .sig { text-align: right; font-weight: 600; color: var(--text); margin-top: 20px; }

/* ============================
   COMPANY
   ============================ */
#company { background: var(--cream); }
.co-table { max-width: 800px; margin: 0 auto; background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
.co-row { display: flex; border-bottom: 1px dotted var(--border); }
.co-row:last-child { border-bottom: none; }
.co-row dt { width: 190px; min-width: 190px; padding: 18px 20px; background: var(--orange-pale); font-weight: 600; font-size: 0.85rem; color: var(--brown); display: flex; align-items: center; gap: 8px; }
.co-row dt i { color: var(--orange); font-size: 0.8rem; width: 16px; text-align: center; }
.co-row dd { flex: 1; padding: 18px 20px; font-size: 0.92rem; }

/* ============================
   RECRUIT
   ============================ */
#recruit { position: relative; overflow: hidden; }
.rec-bg { position: relative; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); color: #fff; padding: 80px 0; }
.rec-bg::before { content: ''; position: absolute; top: -80px; right: -80px; width: 300px; height: 300px; background: rgba(255,255,255,0.05); border-radius: 50%; }
#recruit .sec-label { color: rgba(255,255,255,0.8); }
#recruit .sec-label::before { background: rgba(255,255,255,0.4); }
#recruit .sec-title { color: #fff; }
#recruit .sec-lead { color: rgba(255,255,255,0.85); }
.rec-content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; z-index: 1; }
.rec-card { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius-sm); padding: 28px 20px; text-align: center; }
.rec-card i { font-size: 2rem; color: rgba(255,255,255,0.9); margin-bottom: 14px; }
.rec-card h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 8px; }
.rec-card p { font-size: 0.85rem; color: rgba(255,255,255,0.8); line-height: 1.7; text-align: left; }
.rec-cta { text-align: center; margin-top: 36px; position: relative; z-index: 1; }
.rec-cta a { display: inline-flex; align-items: center; gap: 8px; padding: 16px 40px; background: #fff; color: var(--orange); border-radius: 50px; font-weight: 700; box-shadow: 0 4px 16px rgba(0,0,0,0.12); transition: var(--transition); }
.rec-cta a:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.18); }

/* ============================
   CONTACT
   ============================ */
#contact { background: var(--white); }
.ct-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 760px; margin: 0 auto; }
.ct-card { background: var(--cream); border-radius: var(--radius); padding: 36px 28px; text-align: center; border: 1px solid var(--border); transition: var(--transition); }
.ct-card:hover { box-shadow: var(--shadow-md); border-color: transparent; }
.ct-card i { font-size: 1.8rem; color: var(--orange); margin-bottom: 12px; }
.ct-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.ct-card .desc { font-size: 0.82rem; color: var(--text-sub); margin-bottom: 16px; }
.ct-card .tel { font-family: 'Zen Maru Gothic', sans-serif; font-size: 1.6rem; font-weight: 900; color: var(--text); }
.ct-card .hours { font-size: 0.75rem; color: var(--text-light); margin-top: 4px; }

/* ============================
   FOOTER
   ============================ */
footer { background: var(--cream); color: var(--text-sub); padding: 56px 0 28px; border-top: 1px solid var(--border); }
.ft-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 40px; }
.ft-brand img { height: 28px; margin-bottom: 14px; }
.ft-brand p { font-size: 0.8rem; line-height: 1.9; }
.ft-col h4 { color: var(--text); font-size: 0.8rem; font-weight: 700; margin-bottom: 14px; padding-bottom: 6px; border-bottom: 2px solid var(--orange); display: inline-block; }
.ft-col a { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; color: var(--text-sub); padding: 4px 0; }
.ft-col a i { color: var(--orange); font-size: 0.65rem; width: 14px; text-align: center; }
.ft-col a:hover { color: var(--orange); }
.ft-bottom { border-top: 1px solid var(--border); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; font-size: 0.75rem; }

/* ============================
   REVEAL ANIMATION
   ============================ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================
   BLOG STYLES
   ============================ */
.blog-page-header {
  padding: 110px 0 40px;
  background: var(--cream);
  text-align: center;
}
.blog-page-header h1 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--text);
}
.blog-page-header .sec-label {
  justify-content: center;
}

.blog-content-area {
  padding: 60px 0;
  background: var(--white);
}
.blog-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Blog Cards */
.blog-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.blog-card {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: var(--transition);
}
.blog-card:hover {
  box-shadow: var(--shadow-md);
  border-color: transparent;
  transform: translateY(-4px);
}
.blog-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.blog-card-img-placeholder {
  width: 100%;
  height: 180px;
  background: var(--orange-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 2rem;
}
.blog-card-body {
  padding: 20px;
}
.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 0.78rem;
  color: var(--text-light);
}
.blog-card-meta .category {
  background: var(--orange-pale);
  color: var(--orange);
  padding: 2px 10px;
  border-radius: 20px;
  font-weight: 600;
}
.blog-card-body h2 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.5;
}
.blog-card-body h2 a { color: var(--text); }
.blog-card-body h2 a:hover { color: var(--orange); }
.blog-card-excerpt {
  font-size: 0.85rem;
  color: var(--text-sub);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--orange);
  margin-top: 12px;
}
.blog-card-readmore:hover { color: var(--orange-dark); }

/* Pagination */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.blog-pagination a,
.blog-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid var(--border);
  transition: var(--transition);
}
.blog-pagination a:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.blog-pagination .current {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}

/* Sidebar */
.sidebar {
  position: sticky;
  top: 90px;
}
.sidebar-widget {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid var(--border);
}
.sidebar-widget h3 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--orange);
  color: var(--text);
}
.sidebar-widget ul {
  list-style: none;
}
.sidebar-widget li {
  border-bottom: 1px dotted var(--border);
}
.sidebar-widget li:last-child { border-bottom: none; }
.sidebar-widget li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  font-size: 0.85rem;
  color: var(--text-sub);
}
.sidebar-widget li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange-light);
  flex-shrink: 0;
}
.sidebar-widget li a:hover { color: var(--orange); }

.sidebar-recent-item {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dotted var(--border);
}
.sidebar-recent-item:last-child { border-bottom: none; }
.sidebar-recent-thumb {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.sidebar-recent-thumb-placeholder {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: var(--orange-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 1rem;
  flex-shrink: 0;
}
.sidebar-recent-info h4 {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 4px;
}
.sidebar-recent-info h4 a { color: var(--text); }
.sidebar-recent-info h4 a:hover { color: var(--orange); }
.sidebar-recent-info .date {
  font-size: 0.72rem;
  color: var(--text-light);
}

/* Single Post */
.single-post-content {
  max-width: 100%;
}
.single-post-content .post-header {
  margin-bottom: 32px;
}
.single-post-content .post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 0.82rem;
  color: var(--text-light);
}
.single-post-content .post-meta .category a {
  background: var(--orange-pale);
  color: var(--orange);
  padding: 3px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.78rem;
}
.single-post-content .post-meta .category a:hover {
  background: var(--orange);
  color: #fff;
}
.single-post-content .post-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--text);
  line-height: 1.5;
  margin-bottom: 16px;
}
.single-post-content .post-thumbnail {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 32px;
}
.single-post-content .post-thumbnail img {
  width: 100%;
  height: auto;
}
.single-post-content .post-body {
  font-size: 0.95rem;
  color: var(--text-sub);
  line-height: 2.1;
}
.single-post-content .post-body h2 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text);
  margin: 40px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--orange);
}
.single-post-content .post-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin: 32px 0 12px;
}
.single-post-content .post-body p {
  margin-bottom: 16px;
}
.single-post-content .post-body ul,
.single-post-content .post-body ol {
  margin: 16px 0;
  padding-left: 24px;
}
.single-post-content .post-body li {
  margin-bottom: 8px;
}
.single-post-content .post-body img {
  border-radius: var(--radius-sm);
  margin: 24px 0;
}
.single-post-content .post-body blockquote {
  border-left: 4px solid var(--orange);
  background: var(--orange-pale);
  padding: 20px 24px;
  margin: 24px 0;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
}
.single-post-content .post-body a {
  color: var(--orange);
  text-decoration: underline;
}
.single-post-content .post-body a:hover {
  color: var(--orange-dark);
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.post-navigation a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--orange);
}
.post-navigation a:hover { color: var(--orange-dark); }

/* Page template */
.page-content .post-body {
  font-size: 0.95rem;
  color: var(--text-sub);
  line-height: 2.1;
}
.page-content .post-body h2 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text);
  margin: 40px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--orange);
}
.page-content .post-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin: 32px 0 12px;
}
.page-content .post-body p {
  margin-bottom: 16px;
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 1024px) {
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .svc-detail-grid { grid-template-columns: 1fr; }
  .wwa-layout { grid-template-columns: 1fr; }
  .wwa-img { order: -1; }
  .wwa-features { grid-template-columns: 1fr; }
  .rec-content { grid-template-columns: 1fr 1fr; }
  .ft-grid { grid-template-columns: 1fr 1fr; }
  .stkh-grid { grid-template-columns: 1fr; }
  .stkh-item { border-right: none; border-bottom: 1px solid var(--border); }
  .stkh-item:last-child { border-bottom: none; }
  .blog-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width: 768px) {
  nav.main-nav { display: none; } .hamburger { display: flex; }
  .hero { padding: 90px 0 0; } .hero h1 { font-size: 1.3rem; }
  section { padding: 60px 0; } .sec-title { font-size: 1.35rem; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-detail-grid { grid-template-columns: 1fr; }
  .msg-layout { flex-direction: column; align-items: center; text-align: center; }
  .co-row { flex-direction: column; }
  .co-row dt { width: 100%; min-width: 100%; padding: 12px 16px; }
  .co-row dd { padding: 12px 16px; }
  .ct-grid { grid-template-columns: 1fr; }
  .ft-grid { grid-template-columns: 1fr; }
  .ft-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .rec-bg { padding: 60px 0; }
  .rec-content { grid-template-columns: 1fr; }
  .blog-cards { grid-template-columns: 1fr; }
  .single-post-content .post-title { font-size: 1.3rem; }
}
