/*
Theme Name: ZIMUYA Renewal 2026 v11.1
Theme URI: https://www.zimu-ya.com/
Author: 株式会社じむや
Description: 株式会社じむやのリニューアル用オリジナルテーマ。既存の投稿・固定ページをそのまま利用します。
Version: 1.8.1
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: zimuya-renewal
*/

:root {
  --navy: #071f46;
  --blue: #0756bd;
  --cyan: #049bd8;
  --red: #d91820;
  --red-dark: #8e0007;
  --yellow: #ffe23f;
  --ink: #11233a;
  --muted: #617084;
  --line: #dce5ee;
  --soft: #f5f8fb;
  --sky: #eaf7ff;
  --white: #fff;
  --shadow: 0 18px 48px rgba(7, 31, 70, .10);
  --shell: min(1160px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 15px; color: #fff; background: var(--navy); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }
.screen-reader-text { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0,0,0,0); white-space: nowrap; }

.announcement { color: #d7e9ff; background: var(--navy); font-size: 12px; letter-spacing: .08em; }
.announcement-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.announcement p { margin: 0; }
.site-header { position: sticky; z-index: 80; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-main { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--blue), var(--cyan)); border-radius: 50% 50% 50% 16%; font-weight: 900; transform: rotate(-4deg); }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font-size: 24px; line-height: 1.3; letter-spacing: .07em; }
.brand-copy small { color: var(--muted); font-size: 10px; letter-spacing: .06em; }
.header-contact { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; }
.header-contact span { color: var(--muted); font-size: 11px; }
.header-contact a { color: var(--red); font-size: 26px; font-weight: 1000; }
.desktop-nav { border-top: 1px solid var(--line); }
.nav-inner { min-height: 55px; display: flex; align-items: stretch; }
.nav-inner > a { flex: 1; display: grid; place-items: center; padding: 10px 12px; color: #243b59; border-left: 1px solid var(--line); font-size: 12px; font-weight: 800; transition: .2s; }
.nav-inner > a:last-child { border-right: 1px solid var(--line); }
.nav-inner > a:hover, .nav-inner > a:focus-visible, .nav-inner > a[aria-current="page"] { color: var(--blue); background: var(--sky); }
.nav-inner .nav-cta { color: #fff; background: var(--blue); border-color: var(--blue); }
.nav-inner .nav-cta:hover, .nav-inner .nav-cta:focus-visible { color: #fff; background: var(--navy); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { padding: 10px 12px; color: var(--blue); border: 1px solid var(--line); border-radius: 4px; font-size: 11px; font-weight: 900; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: 48px; right: 0; width: min(310px, calc(100vw - 30px)); display: grid; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-menu a { padding: 11px 8px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; }

.hero { position: relative; min-height: 670px; display: grid; align-items: center; overflow: hidden; background: var(--red-dark); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(68,0,0,.97) 0%, rgba(114,0,4,.90) 42%, rgba(170,0,5,.20) 72%, rgba(170,0,5,0) 100%); }
.hero-ribbon { position: absolute; z-index: 2; top: 0; right: 0; left: 0; min-height: 31px; display: grid; place-items: center; color: #8c0000; background: var(--yellow); font-size: 11px; font-weight: 1000; letter-spacing: .15em; }
.hero-inner { position: relative; z-index: 3; padding-block: 76px 62px; }
.hero-copy { width: min(690px, 61%); color: #fff; }
.hero-badges { display: flex; align-items: center; gap: 8px; margin-bottom: 13px; }
.hero-badges span { padding: 5px 10px; color: var(--navy); background: #fff; border-radius: 2px; font-size: 11px; font-weight: 1000; }
.eyebrow, .section-kicker { margin: 0; color: var(--cyan); font-size: 11px; font-weight: 1000; letter-spacing: .17em; }
.hero .eyebrow { padding: 5px 10px; color: var(--navy); background: var(--yellow); border-radius: 2px; letter-spacing: .06em; }
.hero h1 { margin: 0; line-height: 1.16; letter-spacing: -.04em; }
.hero-title-top { display: block; font-size: clamp(21px, 2vw, 30px); }
.hero-title-main { position: relative; z-index: 1; display: inline-block; margin-top: 5px; font-size: clamp(38px, 4.5vw, 68px); }
.hero-title-main::after { content: ""; position: absolute; z-index: -1; right: -12px; bottom: 3px; left: -8px; height: 12px; background: var(--yellow); transform: skewX(-15deg); }
.hero-price { position: relative; isolation: isolate; width: max-content; max-width: 100%; min-height: 150px; display: flex; align-items: center; gap: 10px; margin-top: 9px; padding: 4px 38px 7px 26px; color: var(--navy); }
.hero-price::before { content: ""; position: absolute; z-index: -1; inset: 0 -6px; background: linear-gradient(105deg, #fff36d, var(--yellow) 70%, #ffc62e); box-shadow: 0 17px 36px rgba(52,0,0,.30); transform: skewX(-7deg); }
.hero-price > span { align-self: flex-start; margin-top: 34px; font-size: 24px; font-weight: 1000; }
.hero-price strong { color: #e82025; font-family: Arial, sans-serif; font-size: clamp(82px, 8vw, 122px); font-weight: 1000; letter-spacing: -.075em; line-height: 1; text-shadow: 2px 0 #fff,-2px 0 #fff,0 2px #fff,0 -2px #fff; }
.hero-price small { font-size: 24px; font-weight: 1000; line-height: 1.05; }
.hero-lead { margin: 24px 0 0; color: #fff1f1; font-size: 16px; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 25px; border: 2px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 1000; transition: .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-white { color: #940006; background: #fff; box-shadow: 0 12px 28px rgba(54,0,0,.34); }
.button-white:hover { background: var(--yellow); }
.button-outline { color: #fff; border-color: rgba(255,255,255,.88); background: rgba(70,0,0,.34); }
.button-blue { color: #fff; background: var(--blue); }
.button-blue:hover { background: var(--navy); }
.hero-points { max-width: 680px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 24px 0 0; padding: 0; list-style: none; }
.hero-points li { padding: 8px 10px; color: #9d0508; background: #fff; border-left: 5px solid var(--yellow); box-shadow: 0 8px 18px rgba(58,0,0,.20); text-align: center; font-size: 12px; font-weight: 900; }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 8px 30px rgba(10,50,92,.05); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 98px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); text-align: center; }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { color: var(--blue); font-size: 18px; line-height: 1.35; }
.trust-grid span { color: var(--muted); font-size: 10px; }

.section { padding-block: 98px; }
.section-soft { background: var(--soft); }
.section-navy { color: #fff; background: var(--navy); }
.section-heading { margin-bottom: 42px; }
.section-heading h2 { margin: 6px 0 0; font-size: clamp(29px, 3vw, 42px); line-height: 1.4; letter-spacing: -.025em; }
.section-heading p:last-child { max-width: 560px; margin: 12px 0 0; color: var(--muted); }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.text-link { color: var(--blue); font-size: 13px; font-weight: 900; }
.text-link:hover { text-decoration: underline; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card, .post-card, .machine-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 14px 34px rgba(16,52,91,.06); transition: .2s; }
.service-card:hover, .post-card:hover, .machine-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card { min-height: 315px; display: flex; flex-direction: column; padding: 33px; background: var(--soft); }
.service-card .number { color: var(--cyan); font-size: 12px; font-weight: 1000; }
.service-card h3 { margin: 54px 0 13px; font-size: 23px; }
.service-card p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.service-card .text-link { margin-top: auto; }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.reason-grid article { min-height: 300px; padding: 31px; background: var(--navy); }
.reason-grid span { display: block; margin-bottom: 62px; color: #74d7ff; font-size: 12px; font-weight: 1000; }
.reason-grid h3 { margin: 0 0 11px; font-size: 21px; }
.reason-grid p { margin: 0; color: #b8cbe1; font-size: 12px; }

.post-card-visual { aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--navy), var(--blue)); }
.post-card-visual img { width: 100%; height: 100%; object-fit: cover; }
.post-card-visual .fallback-mark { font-size: 12px; font-weight: 1000; letter-spacing: .15em; }
.post-card-body { padding: 26px; }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; }
.post-meta .tag { padding: 3px 7px; color: var(--blue); background: var(--sky); font-weight: 900; }
.post-card h3 { margin: 12px 0 13px; font-size: 19px; line-height: 1.55; }
.post-card p { margin: 0; color: var(--muted); font-size: 12px; }

.page-hero, .article-hero, .machine-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg, var(--navy), var(--blue) 72%, var(--cyan)); }
.page-hero::after, .article-hero::after, .machine-hero::after { content: ""; position: absolute; right: -90px; top: -180px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.15); transform: rotate(35deg); }
.page-hero .shell, .article-hero .shell, .machine-hero .shell { position: relative; z-index: 2; padding-block: 58px 68px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; color: #bcdcf7; font-size: 10px; }
.page-hero h1, .article-hero h1, .machine-hero h1 { max-width: 1000px; margin: 8px 0 0; font-size: clamp(36px, 5vw, 62px); line-height: 1.3; letter-spacing: -.045em; }
.page-hero .lead, .article-hero .lead { max-width: 780px; margin: 18px 0 0; color: #d7eaff; font-weight: 600; }
.article-hero .featured-main { max-width: 980px; margin: 40px auto -128px; border: 8px solid #fff; box-shadow: var(--shadow); }
.article-hero { margin-bottom: 128px; }
.article-visual-fallback { position: relative; min-height: 410px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; padding: 48px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #061b3d, #0756bd 64%, #04a3d9); text-align: center; }
.article-visual-fallback::before { content: ""; position: absolute; width: 360px; height: 360px; border: 46px solid rgba(255,255,255,.08); border-radius: 50%; transform: translate(54%, -22%); }
.article-visual-fallback span { position: relative; color: var(--yellow); font-size: 12px; font-weight: 1000; letter-spacing: .18em; }
.article-visual-fallback strong { position: relative; max-width: 760px; font-size: clamp(25px, 3vw, 40px); line-height: 1.5; }
.article-main { width: min(840px, calc(100% - 40px)); margin: 0 auto; padding: 74px 0 96px; }
.entry-content { font-size: 16px; line-height: 2; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin: 70px 0 24px; padding: 10px 0 13px; border-bottom: 3px solid var(--navy); font-size: 29px; line-height: 1.5; }
.entry-content h3 { margin: 44px 0 17px; padding-left: 15px; border-left: 5px solid var(--blue); font-size: 23px; line-height: 1.55; }
.entry-content a { color: var(--blue); text-decoration: underline; }
.entry-content img { margin-inline: auto; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 28px 0; font-size: 13px; }
.entry-content th, .entry-content td { padding: 14px; border: 1px solid #cbd9e7; }
.entry-content th { color: var(--navy); background: #eef6fc; }
.entry-content blockquote { margin: 28px 0; padding: 22px 25px; background: #fff9d7; border-left: 5px solid var(--yellow); }
.entry-content .wp-block-button__link { color: #fff; background: var(--blue); text-decoration: none; }
.article-share { margin-top: 55px; padding-top: 25px; border-top: 1px solid var(--line); }
.article-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 42px; }
.article-nav a { padding: 18px; background: var(--soft); border: 1px solid var(--line); font-size: 12px; font-weight: 800; }

.archive-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 48px; align-items: start; }
.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.sidebar { position: sticky; top: 175px; padding: 25px; background: var(--soft); border-top: 4px solid var(--blue); }
.sidebar h2 { margin: 0 0 14px; font-size: 18px; }
.sidebar ul { margin: 0; padding: 0; list-style: none; }
.sidebar li { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.pagination { margin-top: 42px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.pagination a, .pagination span { min-width: 40px; min-height: 40px; display: grid; place-items: center; padding: 6px 10px; border: 1px solid var(--line); font-size: 12px; }
.pagination .current { color: #fff; background: var(--blue); border-color: var(--blue); }

.machine-search { margin-bottom: 34px; padding: 27px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.machine-search-grid { display: grid; grid-template-columns: 1.45fr repeat(5, 1fr) auto; gap: 10px; }
.machine-search input, .machine-search select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #bccbd9; background: #fff; }
.machine-search button { min-height: 48px; padding: 10px 22px; color: #fff; background: var(--blue); border: 0; font-weight: 900; cursor: pointer; }
.machine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.machine-card-visual { min-height: 188px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #dff1ff, #f9fcff); }
.machine-card-image { width: 100%; height: 188px; object-fit: cover; transition: transform .35s ease; }
.machine-card:hover .machine-card-image { transform: scale(1.025); }
.copier-icon { position: relative; width: 105px; height: 105px; background: linear-gradient(90deg, #eef4f8, #c5d0db); border: 1px solid #afbdca; box-shadow: 0 16px 25px rgba(7,31,70,.18); }
.copier-icon::before { content: ""; position: absolute; top: -37px; left: 11px; width: 82px; height: 35px; background: #eef3f7; border: 8px solid #26384d; transform: skewX(-7deg); }
.copier-icon::after { content: ""; position: absolute; right: 17px; bottom: 23px; left: 17px; height: 5px; background: #93a7b8; box-shadow: 0 21px #93a7b8; }
.machine-card-body { padding: 24px; }
.machine-card .maker { color: var(--blue); font-size: 10px; font-weight: 1000; letter-spacing: .12em; }
.machine-card h2 { margin: 8px 0 16px; font-size: 19px; line-height: 1.45; }
.machine-specs { margin: 0; }
.machine-specs > div { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 11px; }
.machine-specs dt { color: var(--muted); }
.machine-specs dd { margin: 0; font-weight: 900; }
.machine-guide-section { background: #fff; }
.machine-guide-lead { max-width: 920px; margin: -10px 0 42px; padding: 25px 28px; border-left: 5px solid var(--blue); color: #31485f; background: #f2f8fd; font-size: 15px; line-height: 2; }
.machine-guide-lead p { margin: 0; }
.machine-guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.machine-guide-grid article { position: relative; min-height: 245px; padding: 30px 24px; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 35px rgba(7,31,70,.07); }
.machine-guide-grid article > span { display: block; margin-bottom: 22px; color: var(--cyan); font-size: 12px; font-weight: 1000; letter-spacing: .14em; }
.machine-guide-grid h3 { margin: 0 0 12px; color: var(--navy); font-size: 19px; }
.machine-guide-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.machine-guide-block { margin-top: 78px; }
.machine-guide-block > h2, .machine-guide-faq > h2 { margin: 0 0 25px; padding-bottom: 14px; border-bottom: 3px solid var(--navy); color: var(--navy); font-size: 30px; }
.machine-table-wrap { overflow-x: auto; }
.machine-guide-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.machine-guide-table th, .machine-guide-table td { padding: 18px; border: 1px solid #cad8e5; text-align: left; }
.machine-guide-table th { color: #fff; background: var(--navy); }
.machine-guide-table td:first-child { color: var(--blue); font-weight: 1000; white-space: nowrap; }
.machine-guide-note { color: var(--muted); font-size: 12px; }
.machine-guide-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 78px; }
.machine-guide-columns > div { padding: 30px; border-top: 4px solid var(--blue); background: var(--soft); }
.machine-guide-columns h2 { margin: 0 0 12px; color: var(--navy); font-size: 22px; }
.machine-guide-columns p { margin: 0; color: #4f6071; font-size: 14px; line-height: 1.95; }
.machine-check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 25px; margin: 0; padding: 0; counter-reset: machine-check; list-style: none; }
.machine-check-list li { position: relative; min-height: 52px; padding: 14px 16px 14px 50px; border: 1px solid var(--line); background: #fff; counter-increment: machine-check; }
.machine-check-list li::before { content: counter(machine-check, decimal-leading-zero); position: absolute; left: 15px; top: 13px; color: var(--blue); font-weight: 1000; }
.machine-guide-faq { margin-top: 78px; }
.machine-guide-faq details { margin-bottom: 12px; border: 1px solid var(--line); background: #fff; }
.machine-guide-faq summary { padding: 20px 55px 20px 22px; color: var(--navy); font-weight: 900; cursor: pointer; }
.machine-guide-faq details p { margin: 0; padding: 0 22px 22px; color: var(--muted); line-height: 1.9; }
.machine-guide-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 78px; padding: 42px; color: #fff; background: linear-gradient(120deg, var(--navy), var(--blue)); }
.machine-guide-cta h2 { margin: 7px 0 8px; font-size: 30px; }
.machine-guide-cta p:last-child { margin: 0; color: #d4e7f8; }
.machine-guide-cta .button { flex: 0 0 auto; color: var(--navy); background: var(--yellow); }
.machine-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 55px; align-items: center; }
.machine-hero .copier-stage { min-height: 340px; display: grid; place-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); }
.machine-hero .machine-featured { display: block; width: 100%; height: 340px; object-fit: cover; }
.machine-hero .copier-icon { transform: scale(1.65); }
.machine-facts { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: -1px; border: 1px solid var(--line); background: #fff; }
.machine-facts > div { min-height: 105px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); text-align: center; }
.machine-facts > div:last-child { border-right: 0; }
.machine-facts span { color: var(--muted); font-size: 10px; }
.machine-facts strong { color: var(--blue); font-size: 19px; }
.machine-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 52px; align-items: start; }
.quote-box { position: sticky; top: 175px; padding: 28px; color: #fff; background: var(--navy); }
.quote-box h2 { margin: 0 0 12px; font-size: 22px; }
.quote-box p { color: #c8daee; font-size: 12px; }
.quote-box .button { width: 100%; color: var(--navy); background: var(--yellow); }
.source-note { margin-top: 50px; padding: 18px; color: var(--muted); background: var(--soft); border-left: 4px solid var(--cyan); font-size: 11px; }

.contact-band { padding-block: 62px; color: #fff; background: linear-gradient(110deg, var(--blue), var(--navy)); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.contact-inner h2 { margin: 6px 0 8px; font-size: clamp(27px, 3vw, 40px); }
.contact-inner p:last-child { margin: 0; color: #cfe2f5; }
.contact-actions { min-width: 330px; display: grid; gap: 10px; }
.contact-actions .button { color: var(--navy); background: #fff; }
.contact-phone { text-align: center; font-size: 24px; font-weight: 1000; }
.contact-phone small { display: block; color: #cfe2f5; font-size: 10px; font-weight: 500; }
.site-footer { color: #c7d8ea; background: #04142f; }
.footer-grid { min-height: 210px; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.footer-brand strong { color: #fff; font-size: 22px; }
.footer-brand p { margin: 5px 0 0; font-size: 11px; }
.footer-grid nav { display: grid; grid-template-columns: repeat(2, minmax(130px,1fr)); gap: 8px 26px; font-size: 12px; }
.copyright { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.11); font-size: 10px; }
.empty-state { padding: 45px; background: var(--soft); border: 1px solid var(--line); text-align: center; }

@media (max-width: 960px) {
  :root { --shell: min(100% - 36px, 760px); }
  body.admin-bar .site-header { top: 46px; }
  .announcement-inner p:first-child, .desktop-nav, .header-contact { display: none; }
  .announcement-inner { justify-content: center; }
  .header-main { min-height: 74px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: 890px; align-items: end; }
  .hero-image { top: 0; height: 47%; object-position: 67% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(110,0,0,.05), rgba(115,0,0,.78) 40%, rgba(68,0,0,.98) 59%); }
  .hero-inner { padding: 300px 0 70px; }
  .hero-copy { width: 100%; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div { border-bottom: 1px solid var(--line); }
  .section { padding-block: 74px; }
  .card-grid, .machine-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .service-card h3 { margin-top: 36px; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-layout, .machine-content-grid { grid-template-columns: 1fr; }
  .sidebar, .quote-box { position: static; }
  .archive-grid { grid-template-columns: 1fr; }
  .machine-search-grid { grid-template-columns: repeat(2, 1fr); }
  .machine-search-grid > :first-child { grid-column: 1 / -1; }
  .machine-search button { grid-column: 1 / -1; }
  .machine-hero-grid { grid-template-columns: 1fr; }
  .machine-facts { grid-template-columns: repeat(2, 1fr); }
  .machine-facts > div { border-bottom: 1px solid var(--line); }
  .machine-guide-grid { grid-template-columns: repeat(2, 1fr); }
  .machine-guide-cta { align-items: flex-start; flex-direction: column; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .contact-actions { width: 100%; min-width: 0; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100% - 28px); }
  .hero { min-height: 850px; }
  .hero-image { height: 40%; }
  .hero-inner { padding-top: 255px; }
  .hero-badges { flex-wrap: wrap; }
  .hero-title-top { font-size: 18px; }
  .hero-title-main { font-size: 36px; }
  .hero-price { width: 100%; min-height: 108px; gap: 5px; padding: 2px 18px 4px 14px; }
  .hero-price > span { margin-top: 28px; font-size: 17px; }
  .hero-price strong { font-size: 64px; }
  .hero-price small { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-points { grid-template-columns: 1fr; gap: 4px; }
  .trust-grid strong { font-size: 15px; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article { min-height: 220px; }
  .reason-grid span { margin-bottom: 28px; }
  .page-hero h1, .article-hero h1, .machine-hero h1 { font-size: 34px; }
  .article-hero .featured-main { margin-bottom: -90px; border-width: 4px; }
  .article-hero { margin-bottom: 90px; }
  .article-visual-fallback { min-height: 300px; padding: 26px; }
  .article-main { padding-block: 56px 74px; }
  .entry-content { font-size: 15px; }
  .entry-content h2 { font-size: 24px; }
  .entry-content h3 { font-size: 20px; }
  .article-nav { grid-template-columns: 1fr; }
  .machine-search-grid { grid-template-columns: 1fr; }
  .machine-search-grid > :first-child, .machine-search button { grid-column: auto; }
  .machine-facts { grid-template-columns: 1fr; }
  .machine-guide-grid, .machine-guide-columns, .machine-check-list { grid-template-columns: 1fr; }
  .machine-guide-grid article { min-height: 0; }
  .machine-guide-cta { padding: 30px 24px; }
  .machine-guide-cta .button { width: 100%; }
  .footer-grid { align-items: flex-start; flex-direction: column; padding-block: 55px; }
  .footer-grid nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Renewal v3: article detail, fixed pages and readability */
body { font-size: 16.5px; }
.article-hero-compact { margin-bottom: 0; padding: 78px 0 58px; background: linear-gradient(135deg, #8d0505 0%, #b80d0d 54%, #720000 100%); }
.article-hero-compact::after { content: ""; position: absolute; inset: 0; opacity: .25; background: radial-gradient(circle at 82% 20%, rgba(255,255,255,.42), transparent 25%), repeating-linear-gradient(135deg, transparent 0 22px, rgba(255,255,255,.08) 23px 24px); pointer-events: none; }
.article-hero-compact .shell { position: relative; z-index: 1; }
.article-hero-compact h1 { max-width: 920px; margin: 16px 0 12px; color: #fff; font-size: clamp(32px, 4.2vw, 56px); line-height: 1.3; letter-spacing: .015em; }
.article-hero-compact .breadcrumbs, .article-hero-compact .breadcrumbs a, .article-hero-compact .article-meta, .article-hero-compact .post-meta { color: rgba(255,255,255,.82); }
.article-layout-two { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; align-items: start; padding-block: 64px 100px; }
.article-main-column { width: auto; min-width: 0; margin: 0; padding: 0; }
.article-main-visual { aspect-ratio: 16 / 9; margin: 0 0 38px; overflow: hidden; border-radius: 10px; background: #f6ecea; box-shadow: 0 16px 42px rgba(82,0,0,.13); }
.article-main-visual img { width: 100%; height: 100%; object-fit: cover; }
.article-visual-fallback { position: relative; display: flex; min-height: 100%; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 36px; color: #fff; text-align: center; background: linear-gradient(145deg, #960606, #cf1313 62%, #790000); }
.article-visual-fallback::before { content: "ZIMUYA"; position: absolute; right: -18px; bottom: -32px; color: rgba(255,255,255,.09); font-size: 98px; font-weight: 900; letter-spacing: -.04em; }
.article-visual-fallback i { display: block; width: 86px; height: 86px; margin: 0 auto 18px; border: 18px solid rgba(255,255,255,.92); border-right-color: transparent; border-radius: 50%; transform: rotate(-35deg); }
.article-visual-fallback span { position: relative; order: 2; font-size: clamp(24px, 4vw, 42px); font-weight: 900; letter-spacing: .12em; }
.article-visual-fallback i { order: 1; }
.entry-content { color: #28211f; font-size: 17.5px; line-height: 2.02; }
.entry-content > p { margin: 0 0 1.65em; }
.entry-content h2 { margin-top: 3.2em; font-size: clamp(25px, 3vw, 32px); line-height: 1.48; }
.entry-content h3 { margin-top: 2.6em; font-size: clamp(21px, 2.5vw, 26px); line-height: 1.55; }
.entry-content h4 { margin: 2.25em 0 .9em; padding: 5px 0 5px 16px; border-left: 5px solid var(--red); color: #581010; font-size: 20px; line-height: 1.6; }
.article-sidebar { position: sticky; top: 126px; display: grid; gap: 18px; }
.sidebar-block { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(67,30,23,.05); }
.sidebar-kicker { display: block; margin-bottom: 4px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.sidebar-block h2 { margin: 0 0 16px; color: #3e1812; font-size: 19px; }
.sidebar-categories, .sidebar-recent { margin: 0; padding: 0; list-style: none; }
.sidebar-categories li, .sidebar-recent li { border-top: 1px solid #eee4e1; }
.sidebar-categories a, .sidebar-recent a { display: block; padding: 12px 0; color: #4c3934; font-size: 14px; line-height: 1.65; text-decoration: none; }
.sidebar-categories a:hover, .sidebar-recent a:hover { color: var(--red); }
.sidebar-cta { color: #fff; background: linear-gradient(145deg, #991010, #6c0000); }
.sidebar-cta h2, .sidebar-cta p { color: #fff; }
.sidebar-cta p { font-size: 13px; line-height: 1.8; }
.sidebar-cta .button { width: 100%; min-width: 0; margin-top: 8px; padding-inline: 12px; background: #fff; color: var(--red); }

.choice-bar { padding: 22px 0; border-bottom: 1px solid var(--line); background: #fff; }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.choice-grid > div { display: flex; align-items: center; justify-content: center; min-height: 58px; padding: 10px 14px; border: 1px solid #ead8d5; border-radius: 6px; color: #5c2520; font-size: 14px; font-weight: 800; text-align: center; background: #fff9f8; }
.choice-grid b { margin-right: 10px; color: var(--red); font-size: 12px; }
.recommend-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin-top: 36px; }
.recommend-card { position: relative; overflow: hidden; border: 1px solid #e5d6d3; border-radius: 11px; background: #fff; box-shadow: 0 14px 38px rgba(61,19,13,.07); }
.recommend-card.featured-card { border: 2px solid var(--red); box-shadow: 0 18px 44px rgba(149,0,0,.13); }
.recommend-ribbon { position: absolute; z-index: 2; top: 14px; left: 0; padding: 7px 17px 7px 13px; color: #fff; font-size: 12px; font-weight: 900; background: var(--red); clip-path: polygon(0 0, 100% 0, calc(100% - 9px) 100%, 0 100%); }
.recommend-visual { display: grid; min-height: 176px; place-items: center; padding: 40px 24px 24px; color: #fff; text-align: center; background: linear-gradient(145deg, #820000, #d31919); }
.recommend-visual.alt { color: #68120c; background: linear-gradient(145deg, #fff3ef, #f4d9d2); }
.recommend-visual.dark { background: linear-gradient(145deg, #3a2925, #7d1810); }
.recommend-visual strong { font-size: 24px; line-height: 1.45; }
.recommend-card-body { padding: 25px; }
.recommend-card-body h3 { margin: 0 0 9px; font-size: 21px; line-height: 1.5; }
.recommend-card-body > p { min-height: 76px; color: #63514d; font-size: 14px; line-height: 1.75; }
.recommend-price { display: flex; align-items: baseline; gap: 5px; margin: 17px 0; color: var(--red); }
.recommend-price strong { font-size: 34px; }
.recommend-price span { font-size: 13px; font-weight: 800; }
.recommend-card details { margin-top: 16px; border-top: 1px solid #eee2df; }
.recommend-card details summary { display: flex; align-items: center; justify-content: center; min-height: 49px; margin-top: 16px; border-radius: 5px; color: #fff; font-weight: 800; cursor: pointer; list-style: none; background: var(--red); }
.recommend-card details summary::-webkit-details-marker { display: none; }
.recommend-card details summary::after { content: "+"; margin-left: 10px; font-size: 20px; }
.recommend-card details[open] summary::after { content: "−"; }
.recommend-details { padding-top: 12px; }
.recommend-details dl { margin: 0 0 18px; }
.recommend-details dl > div { display: grid; grid-template-columns: 42% 58%; padding: 10px 0; border-bottom: 1px solid #eee4e1; font-size: 13px; }
.recommend-details dt { color: #71514b; font-weight: 700; }
.recommend-details dd { margin: 0; color: #311f1c; font-weight: 700; }
.compare-table { width: 100%; margin-top: 30px; border-collapse: collapse; background: #fff; box-shadow: 0 12px 34px rgba(61,19,13,.06); }
.compare-table th, .compare-table td { padding: 17px 18px; border: 1px solid #e8deda; text-align: left; }
.compare-table th { color: #fff; background: #7d0c08; }

.story-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.story-statement { display: flex; aspect-ratio: 1; max-width: 410px; flex-direction: column; justify-content: center; padding: 55px; border-radius: 50%; color: #fff; background: radial-gradient(circle at 32% 28%, #e53535, #8b0000 62%, #530000); box-shadow: 0 25px 70px rgba(112,0,0,.2); }
.story-statement span { font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.story-statement h2 { margin: 16px 0 0; color: #fff; font-size: clamp(26px, 3.3vw, 40px); line-height: 1.55; }
.story-copy p { color: #584843; font-size: 17px; line-height: 2; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-grid article { min-height: 225px; padding: 30px; border-top: 4px solid var(--red); background: #fff; box-shadow: 0 12px 36px rgba(64,24,18,.07); }
.value-grid article span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.value-grid article h3 { font-size: 22px; }
.value-grid article p { color: #65534e; font-size: 14px; line-height: 1.85; }
.company-profile-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 50px; align-items: start; }
.profile-intro { position: sticky; top: 125px; }
.company-original-content { padding: 35px; border: 1px solid var(--line); background: #fff; }
.company-original-content table { width: 100%; border-collapse: collapse; }
.company-original-content th, .company-original-content td { padding: 17px; border-bottom: 1px solid #eadfdd; text-align: left; }
.company-original-content th { width: 25%; color: #7d120c; background: #fff7f5; }

.faq-guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.faq-guide { padding: 22px 0; border-bottom: 1px solid var(--line); background: #fff; }
.faq-guide-grid > div { display: flex; align-items: center; justify-content: center; min-height: 62px; border: 1px solid #eadbd8; border-radius: 7px; background: #fff8f6; }
.faq-guide-grid b { margin-right: 12px; color: var(--red); font-size: 12px; }
.faq-guide-grid span { color: #65100b; font-size: 16px; font-weight: 800; }
.faq-layout { display: grid; grid-template-columns: 245px minmax(0,1fr); gap: 55px; align-items: start; }
.faq-layout > aside { position: sticky; top: 125px; }
.faq-layout > aside h2 { font-size: 29px; }
.faq-layout > aside p { color: #67534e; line-height: 1.8; }
.faq-content { max-width: 900px; margin-inline: auto; }
.faq-content h2 { margin: 60px 0 20px; padding: 20px 24px; color: #fff; font-size: 25px; background: linear-gradient(135deg, #8d0606, #bd1515); }
.faq-content h3, .faq-content h4 { position: relative; margin: 28px 0 0; padding: 19px 58px 19px 22px; border: 1px solid #e6d8d5; border-radius: 7px 7px 0 0; color: #50100d; font-size: 18px; background: #fff7f5; }
.faq-content h3::after, .faq-content h4::after { content: "Q"; position: absolute; top: 50%; right: 21px; color: #d8a39e; font-size: 22px; transform: translateY(-50%); }
.faq-content h3 + p, .faq-content h4 + p { margin: 0 0 18px; padding: 22px; border: 1px solid #e6d8d5; border-top: 0; border-radius: 0 0 7px 7px; line-height: 1.9; background: #fff; }

@media (max-width: 960px) {
  .article-layout-two { grid-template-columns: 1fr; gap: 40px; }
  .article-sidebar { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sidebar-cta { grid-column: 1 / -1; }
  .recommend-grid { grid-template-columns: 1fr 1fr; }
  .recommend-card.featured-card { grid-column: 1 / -1; }
  .story-layout, .company-profile-layout, .faq-layout { grid-template-columns: 1fr; }
  .story-statement { max-width: 330px; }
  .profile-intro, .faq-layout > aside { position: static; }
  .value-grid, .faq-guide-grid { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .article-hero-compact { margin-bottom: 0; padding: 50px 0 38px; }
  .article-hero-compact h1 { font-size: 30px; }
  .article-layout-two { padding-block: 38px 72px; }
  .article-main-visual { margin-bottom: 28px; border-radius: 5px; }
  .entry-content { font-size: 16.5px; line-height: 1.95; }
  .article-sidebar { grid-template-columns: 1fr; }
  .sidebar-cta { grid-column: auto; }
  .choice-grid, .recommend-grid { grid-template-columns: 1fr; }
  .recommend-card.featured-card { grid-column: auto; }
  .recommend-card-body > p { min-height: 0; }
  .compare-table { display: block; overflow-x: auto; white-space: nowrap; }
  .story-statement { aspect-ratio: auto; padding: 38px 30px; border-radius: 10px; }
  .company-original-content { padding: 18px; overflow-x: auto; }
  .company-original-content th { min-width: 110px; }
}

/* Renewal v4: article campaign hero and refined sidebar */
.article-campaign-hero { min-height: 670px; }
.article-campaign-title { margin: 0; line-height: 1.16; letter-spacing: -.04em; }
.article-title-block { margin-bottom: 34px; padding: 5px 0 30px; border-bottom: 1px solid #eadbd7; }
.article-title-block .breadcrumb { margin-bottom: 20px; color: #7b6761; }
.article-title-block .breadcrumb a { color: #9d1714; }
.article-title-block .post-meta { margin-bottom: 15px; }
.article-title-block h1 { max-width: 830px; margin: 0; color: #371512; font-size: clamp(32px, 4.1vw, 50px); line-height: 1.42; letter-spacing: -.035em; }
.article-layout-two { grid-template-columns: minmax(0, 1fr) 320px; gap: 50px; }
.article-sidebar { position: sticky; top: 112px; display: grid; gap: 20px; }
.sidebar-card { overflow: hidden; padding: 25px; border: 1px solid #eadfdd; border-radius: 6px; background: #fff; box-shadow: 0 14px 36px rgba(67,21,15,.07); }
.sidebar-guide { position: relative; padding: 31px 27px; color: #fff; border: 0; background: linear-gradient(145deg, #9f0c0c, #5f0000); }
.sidebar-guide::after { content: "Z"; position: absolute; right: -6px; bottom: -48px; color: rgba(255,255,255,.08); font-size: 150px; font-weight: 1000; line-height: 1; }
.sidebar-guide .sidebar-kicker { color: #ffd944; }
.sidebar-guide h2 { position: relative; z-index: 1; margin: 9px 0 13px; color: #fff; font-size: 25px; line-height: 1.5; }
.sidebar-guide p:last-child { position: relative; z-index: 1; margin: 0; color: #f4dedd; font-size: 13px; line-height: 1.8; }
.sidebar-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 16px; padding-bottom: 13px; border-bottom: 2px solid #9e0e0e; }
.sidebar-heading span { color: #b40f0f; font-size: 9px; font-weight: 1000; letter-spacing: .13em; }
.sidebar-heading h2 { margin: 0; color: #411715; font-size: 19px; }
.sidebar-category-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0; padding: 0; list-style: none; }
.sidebar-category-list li { margin: 0; }
.sidebar-category-list a { display: flex; align-items: center; justify-content: space-between; min-height: 40px; padding: 8px 10px; color: #5f4440; border: 1px solid #eee0de; border-radius: 3px; font-size: 11px; font-weight: 800; background: #fff9f7; }
.sidebar-category-list a:hover { color: #a10909; border-color: #cb817a; }
.sidebar-recent-card ol { margin: 0; padding: 0; list-style: none; }
.sidebar-recent-card li { display: grid; grid-template-columns: 33px minmax(0,1fr); gap: 10px; padding: 14px 0; border-bottom: 1px solid #eee3e0; }
.sidebar-recent-card li:last-child { border-bottom: 0; }
.sidebar-recent-card li > span { display: grid; width: 31px; height: 31px; place-items: center; color: #fff; border-radius: 50%; background: #a60b0b; font-size: 10px; font-weight: 1000; }
.sidebar-recent-card a { color: #3f2b27; font-size: 12px; font-weight: 800; line-height: 1.62; }
.sidebar-recent-card a:hover { color: #a10909; }
.sidebar-recent-card small { display: block; margin-top: 5px; color: #9a8783; font-size: 9px; font-weight: 600; }
.sidebar-search-card > p { margin: 0 0 13px; color: #6b5652; font-size: 12px; line-height: 1.75; }
.sidebar-text-link { color: #a10909; font-size: 12px; font-weight: 900; }
.sidebar-consult { position: relative; overflow: hidden; padding: 31px 25px; color: #fff; border-radius: 6px; text-align: center; background: linear-gradient(145deg, #081e43, #123c73); box-shadow: 0 16px 40px rgba(7,31,70,.18); }
.sidebar-consult::before { content: ""; position: absolute; top: -45px; right: -55px; width: 150px; height: 150px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.sidebar-consult > span { color: #83dcff; font-size: 9px; font-weight: 1000; letter-spacing: .14em; }
.sidebar-consult h2 { margin: 8px 0 13px; color: #fff; font-size: 23px; line-height: 1.5; }
.sidebar-consult p { margin: 0; color: #bfd3e9; font-size: 11px; }
.sidebar-consult strong { display: block; margin-top: 10px; color: #fff; font-size: 25px; letter-spacing: .025em; }
.sidebar-consult small { display: block; color: #afc6df; font-size: 9px; }
.sidebar-consult .button { width: 100%; min-width: 0; min-height: 48px; margin-top: 17px; color: #920909; background: #fff; }
.zimuya-auto-h2-image { margin: 20px 0 34px; overflow: hidden; border-radius: 7px; box-shadow: 0 12px 34px rgba(56,17,12,.1); }
.zimuya-auto-h2-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.zimuya-auto-sources { margin-top: 55px; padding: 25px; border: 1px solid #e9dfdc; background: #fff9f7; }
.zimuya-auto-sources h2 { margin-top: 0; font-size: 22px; }
.zimuya-auto-cta { margin-top: 45px; padding: 32px; color: #fff; border-radius: 7px; background: linear-gradient(135deg, #990c0c, #650000); }
.zimuya-auto-cta strong { font-size: 21px; }
.zimuya-auto-cta p { color: #f1d9d6; }
.zimuya-auto-cta a { display: inline-flex; min-height: 47px; align-items: center; margin-top: 8px; padding: 8px 20px; color: #8a0808; border-radius: 3px; font-weight: 900; background: #fff; }

@media (max-width: 960px) {
  .article-campaign-hero { min-height: 890px; }
  .article-layout-two { grid-template-columns: 1fr; }
  .article-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .sidebar-guide, .sidebar-consult { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .article-campaign-hero { min-height: 850px; }
  .article-title-block { margin-bottom: 26px; padding-bottom: 23px; }
  .article-title-block h1 { font-size: 29px; }
  .article-sidebar { grid-template-columns: 1fr; }
  .sidebar-guide, .sidebar-consult { grid-column: auto; }
}

/* Renewal v5: recommendation pages, release-date search and article headings */
.entry-content h2 {
  position: relative;
  margin: 3.2em 0 1em;
  padding: 18px 23px 18px 29px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  font-size: clamp(25px, 3vw, 32px);
  line-height: 1.48;
  background: linear-gradient(135deg, #7c0505, #b51111 72%, #8d0505);
  box-shadow: 0 10px 26px rgba(108,0,0,.14);
}
.entry-content h2::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 7px; border-radius: 7px 0 0 7px; background: #ffcf40; }
.entry-content h4 {
  position: relative;
  margin: 2.25em 0 .95em;
  padding: 13px 17px 13px 43px;
  border: 1px solid #ead7d2;
  border-left: 0;
  border-radius: 5px;
  color: #53140f;
  font-size: 20px;
  line-height: 1.6;
  background: linear-gradient(90deg, #fff1ed, #fff 76%);
}
.entry-content h4::before { content: ""; position: absolute; top: 50%; left: 17px; width: 12px; height: 12px; border: 3px solid var(--red); transform: translateY(-50%) rotate(45deg); }

.recommend-card { display: flex; flex-direction: column; }
.recommend-card-image-link { display: block; text-decoration: none; }
.recommend-visual { position: relative; min-height: 210px; padding: 0; overflow: hidden; background: linear-gradient(145deg, #f9ece8, #fff); }
.recommend-card-image { display: block; width: 100%; height: 210px; object-fit: cover; transition: transform .35s ease; }
.recommend-card:hover .recommend-card-image { transform: scale(1.025); }
.recommend-card-body { display: flex; flex: 1; flex-direction: column; }
.recommend-card-body h3 a { color: inherit; text-decoration: none; }
.recommend-rate-list { margin: 17px 0 20px; border-top: 1px solid #ede2df; }
.recommend-rate-list > div { display: grid; grid-template-columns: 42% 58%; gap: 8px; padding: 10px 0; border-bottom: 1px solid #ede2df; font-size: 13px; }
.recommend-rate-list dt { color: #76544d; font-weight: 700; }
.recommend-rate-list dd { margin: 0; color: #3f1c17; font-weight: 900; text-align: right; }
.recommend-detail-button { display: flex; align-items: center; justify-content: space-between; min-height: 50px; margin-top: auto; padding: 0 18px; border-radius: 5px; color: #fff; font-weight: 900; text-decoration: none; background: var(--red); }
.recommend-detail-button:hover { color: #fff; background: #740000; }
.recommend-detail-button span { font-size: 20px; }
.recommend-empty { grid-column: 1 / -1; padding: 48px; text-align: center; background: #fff; }

.recommend-detail-hero { position: relative; overflow: hidden; padding: 66px 0; color: #fff; background: linear-gradient(135deg, #8b0505, #c41414 62%, #720000); }
.recommend-detail-hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background: radial-gradient(circle at 18% 15%, rgba(255,255,255,.55), transparent 25%), repeating-linear-gradient(135deg, transparent 0 28px, rgba(255,255,255,.08) 29px 30px); }
.recommend-detail-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .78fr); gap: 54px; align-items: center; }
.recommend-detail-hero .breadcrumbs, .recommend-detail-hero .breadcrumbs a { color: rgba(255,255,255,.78); }
.recommend-detail-copy h1 { margin: 14px 0; color: #fff; font-size: clamp(38px, 5vw, 64px); line-height: 1.22; letter-spacing: -.02em; }
.recommend-detail-copy .lead { max-width: 690px; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.85; }
.recommend-detail-copy .section-kicker { color: #ffd25c; }
.recommend-detail-badge { display: inline-flex; margin-top: 24px; padding: 7px 13px; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; color: #fff; font-size: 12px; font-weight: 900; background: rgba(80,0,0,.32); }
.recommend-detail-image { min-height: 390px; overflow: hidden; border: 7px solid rgba(255,255,255,.24); border-radius: 10px; background: #fff; box-shadow: 0 24px 60px rgba(48,0,0,.34); }
.recommend-detail-image img { display: block; width: 100%; height: 390px; object-fit: cover; }
.recommend-detail-image .copier-icon { margin: 115px auto 0; }
.recommend-rate-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -28px; border: 1px solid #e7d5d0; border-radius: 9px; background: #fff; box-shadow: 0 16px 40px rgba(75,17,10,.11); }
.recommend-rate-strip > div { min-height: 105px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 17px; border-right: 1px solid #eadedb; text-align: center; }
.recommend-rate-strip > div:last-child { border-right: 0; }
.recommend-rate-strip span { color: #785b55; font-size: 12px; font-weight: 700; }
.recommend-rate-strip strong { margin-top: 6px; color: var(--red); font-size: 20px; line-height: 1.4; }
.recommend-detail-one-column { max-width: 920px; }
.recommend-detail-one-column .entry-content { width: 100%; }
.recommend-detail-cta { margin-top: 72px; padding: 48px; border-radius: 10px; color: #fff; text-align: center; background: linear-gradient(135deg, #0a2b55, #0a5b9f); box-shadow: 0 18px 46px rgba(3,46,88,.16); }
.recommend-detail-cta h2 { margin: 8px 0 12px; color: #fff; font-size: clamp(26px, 3vw, 36px); }
.recommend-detail-cta p { color: rgba(255,255,255,.9); }
.recommend-detail-cta .button { margin-top: 12px; background: #fff; color: #0a5191; }

@media (max-width: 980px) {
  .machine-search-grid { grid-template-columns: repeat(2, 1fr); }
  .machine-search-grid > :first-child { grid-column: 1 / -1; }
  .recommend-detail-hero-grid { grid-template-columns: 1fr; }
  .recommend-detail-image { min-height: 320px; }
  .recommend-detail-image img { height: 320px; }
}
@media (max-width: 680px) {
  .entry-content h2 { padding: 15px 17px 15px 23px; }
  .entry-content h4 { padding-left: 39px; font-size: 18px; }
  .recommend-rate-strip { grid-template-columns: repeat(2, 1fr); margin-inline: 16px; }
  .recommend-rate-strip > div:nth-child(2) { border-right: 0; }
  .recommend-rate-strip > div:nth-child(-n+2) { border-bottom: 1px solid #eadedb; }
  .recommend-detail-hero { padding: 48px 0 62px; }
  .recommend-detail-image { min-height: 250px; }
  .recommend-detail-image img { height: 250px; }
  .recommend-detail-cta { padding: 36px 22px; }
}

/* Renewal v6: compact recommendation cards and non-sticky blog sidebars */
.recommend-section { padding-top: 42px; }
.recommend-section .section-heading { margin-top: 0; }
.recommend-card-body > .machine-tag {
  display: flex;
  min-height: 0;
  align-items: center;
  gap: 8px;
  margin: 0 0 13px;
  color: #71514b;
  line-height: 1.5;
}
.recommend-source-label {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  background: #7f1812;
}
.recommend-card-machine .recommend-source-label { background: #0756bd; }
.recommend-inquiry {
  display: flex;
  min-height: 59px;
  align-items: baseline;
  gap: 6px;
  margin: 15px 0 3px;
  padding: 12px 16px 11px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #b40000, #e11d25 70%, #a00000);
  box-shadow: 0 10px 24px rgba(150,0,0,.18);
}
.recommend-inquiry span { margin-right: auto; font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.recommend-inquiry strong { font-size: 34px; line-height: 1; }
.recommend-inquiry strong.is-pending { font-size: 20px; }
.recommend-inquiry em { font-size: 13px; font-style: normal; font-weight: 900; }
.article-sidebar { position: static; top: auto; align-self: start; }

.decision-tools-section { padding-top: 48px; padding-bottom: 16px; background: linear-gradient(180deg, #fff, #fff8f6); }
.decision-tools-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; }
.decision-tools-grid a { position: relative; min-height: 176px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 27px 24px 23px; border: 1px solid #e7d9d5; border-radius: 10px; color: var(--navy); text-decoration: none; background: #fff; box-shadow: 0 13px 34px rgba(65,24,17,.07); transition: .22s ease; }
.decision-tools-grid a::after { content: "→"; position: absolute; right: 22px; top: 22px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); }
.decision-tools-grid a:hover { transform: translateY(-4px); border-color: var(--red); box-shadow: 0 18px 42px rgba(106,15,15,.12); }
.decision-tools-grid span { position: absolute; left: 22px; top: 20px; color: var(--red); font-size: 12px; font-weight: 1000; letter-spacing: .11em; }
.decision-tools-grid strong { font-size: 21px; line-height: 1.45; }
.decision-tools-grid small { margin-top: 8px; color: #71615c; font-size: 12px; }

@media (max-width: 580px) {
  .recommend-section { padding-top: 30px; }
}

@media (max-width: 980px) {
  .decision-tools-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 580px) {
  .decision-tools-grid { grid-template-columns: 1fr; }
  .decision-tools-grid a { min-height: 148px; }
}

/* Renewal v9: supplied campaign visual, wider tools and persistent contact bar */
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.campaign-picture-hero { position: relative; width: min(100%, 1460px); margin-inline: auto; overflow: hidden; background: #0756bd; box-shadow: 0 0 0 100vmax #0756bd; clip-path: inset(0 -100vmax); }
.campaign-picture-hero picture,
.campaign-picture-hero img { display: block; width: 100%; }
.campaign-picture-hero img { height: auto; }
.campaign-hero-link { position: absolute; z-index: 3; display: block; border: 3px solid transparent; border-radius: 999px; transition: background .2s ease, box-shadow .2s ease; }
.campaign-hero-link:hover { background: rgba(255,255,255,.1); box-shadow: 0 0 0 4px rgba(255,255,255,.16); }
.campaign-hero-link:focus-visible { outline: 4px solid #fff; outline-offset: 3px; background: rgba(255,255,255,.12); }
.campaign-hero-contact { left: 3.75%; top: 75.7%; width: 21.4%; height: 11.2%; }
.campaign-hero-models { left: 26.35%; top: 75.7%; width: 19.7%; height: 11.2%; }

.machine-decision-tools { padding-top: 62px; padding-bottom: 62px; }
.zimuya-tool-page .article-main { width: min(1320px, calc(100% - 48px)); }
.zimuya-tool-page .entry-content { width: 100%; }

.responsive-table,
.table-wrap,
.machine-table-wrap { width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.responsive-table { margin: 28px 0; padding-bottom: 5px; }
.responsive-table table { min-width: 720px; margin: 0; }
.table-wrap table,
.machine-table-wrap table { min-width: 720px; }
.responsive-table:focus-visible { outline: 3px solid rgba(7,86,189,.25); outline-offset: 4px; }

body { padding-bottom: 0; }
.fixed-contact-bar { display: none; position: fixed; z-index: 9990; right: 0; bottom: 0; left: 0; min-height: 66px; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.3); color: #fff; background: #071f46; box-shadow: 0 -10px 30px rgba(0,26,63,.22); }
.fixed-contact-bar > a { min-width: 0; display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto; align-content: center; justify-content: center; column-gap: 10px; padding: 10px 18px; color: #fff; text-align: left; text-decoration: none; transition: filter .2s ease, transform .2s ease; }
.fixed-contact-bar > a + a { border-left: 1px solid rgba(255,255,255,.24); }
.fixed-contact-bar > a:hover { color: #fff; filter: brightness(1.08); }
.fixed-contact-bar > a:focus-visible { outline: 3px solid #fff; outline-offset: -5px; }
.fixed-contact-bar > a > span { grid-row: 1 / 3; align-self: center; font-size: 25px; font-weight: 1000; }
.fixed-contact-bar strong { align-self: end; font-size: 15px; line-height: 1.35; }
.fixed-contact-bar small { color: rgba(255,255,255,.82); font-size: 10px; line-height: 1.35; }
.fixed-contact-phone { background: linear-gradient(135deg, #063d88, #075fbd); }
.fixed-contact-mail { background: linear-gradient(135deg, #a80710, #dd1721); }
.fixed-contact-line { background: linear-gradient(135deg, #05a545, #06c755); }
.fixed-contact-bar .line-mark { display: grid; place-items: center; width: 42px; height: 25px; border-radius: 6px; color: #06a746; background: #fff; font-size: 10px; letter-spacing: -.02em; }
.zimuya-sentence-space { display: block; height: .72em; }

@media (max-width: 767px) {
  .campaign-picture-hero { width: 100%; box-shadow: none; clip-path: none; }
  .campaign-picture-hero picture { width: 106%; margin-left: -3%; }
  .campaign-hero-contact { left: 16.82%; top: 84.95%; width: 65.93%; height: 5.35%; }
  .campaign-hero-models { left: 16.82%; top: 90.45%; width: 65.93%; height: 5.25%; }
  .zimuya-tool-page .article-main { width: calc(100% - 24px); }
  .responsive-table table,
  .table-wrap table,
  .machine-table-wrap table { min-width: 680px; }
  body { padding-bottom: 66px; }
  .fixed-contact-bar { display: grid; }
  .fixed-contact-bar > a { grid-template-columns: 1fr; grid-template-rows: auto auto; gap: 1px; padding: 8px 4px; text-align: center; }
  .fixed-contact-bar > a > span { grid-row: auto; display: none; }
  .fixed-contact-bar strong { font-size: 11px; line-height: 1.3; }
  .fixed-contact-bar small { font-size: 9px; }
}

/* Renewal v11: compact vertical rhythm and inner-page whitespace fixes */
.section { padding-block: 64px; }
.page-hero .shell,
.article-hero .shell { padding-block: 44px 50px; }
.machine-hero .shell { padding-block: 44px 50px; }
.breadcrumb { margin-bottom: 24px; }
.article-main { padding-block: 52px 70px; }

.single-zimuya_machine .machine-hero-grid { gap: 42px; }
.single-zimuya_machine .machine-hero .copier-stage { min-height: 300px; }
.single-zimuya_machine .machine-hero .machine-featured { height: 300px; }
.single-zimuya_machine .section { padding-block: 54px 68px; }
.single-zimuya_machine .machine-content-grid { gap: 42px; }

.zimuya-tool-page .article-main { padding-block: 44px 64px; }
.zimuya-tool-page .entry-content .zst-intro { margin-bottom: 30px; }
.zimuya-tool-page .entry-content .zst-intro h2 {
  margin: 0 0 13px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #071f46;
  background: none;
  box-shadow: none;
}
.zimuya-tool-page .entry-content .zst-intro h2::before { display: none; }

.zimuya-faq-page .faq-guide { padding-block: 16px; }
.zimuya-faq-page .faq-section { padding-block: 58px 68px; }
.zimuya-faq-page .faq-content > :first-child { margin-top: 0; }

@media (max-width: 960px) {
  .section { padding-block: 52px; }
  .page-hero .shell,
  .article-hero .shell,
  .machine-hero .shell { padding-block: 38px 44px; }
  .single-zimuya_machine .section,
  .zimuya-faq-page .faq-section { padding-block: 48px 56px; }
}

@media (max-width: 580px) {
  .section { padding-block: 42px; }
  .page-hero .shell,
  .article-hero .shell,
  .machine-hero .shell { padding-block: 32px 38px; }
  .breadcrumb { margin-bottom: 18px; }
  .article-main,
  .zimuya-tool-page .article-main { padding-block: 38px 52px; }
  .single-zimuya_machine .machine-hero .copier-stage { min-height: 230px; }
  .single-zimuya_machine .machine-hero .machine-featured { height: 230px; }
  .single-zimuya_machine .section,
  .zimuya-faq-page .faq-section { padding-block: 40px 48px; }
}
