:root {
  --ohk-space-1: 8px;
  --ohk-space-2: 10px;
  --ohk-space-3: 14px;
  --ohk-space-4: 18px;
  --ohk-space-5: 20px;
  --ohk-space-6: 26px;
  --ohk-space-7: 32px;
  --ohk-bg: #f6f2ea;
  --ohk-surface: rgba(255, 255, 255, 0.94);
  --ohk-surface-strong: #ffffff;
  --ohk-surface-soft: #eeece2;
  --ohk-surface-subtle: #faf7f1;
  --ohk-border: rgba(63, 87, 52, 0.12);
  --ohk-border-strong: rgba(63, 87, 52, 0.2);
  --ohk-text: #1f2d1f;
  --ohk-text-sub: #5d695c;
  --ohk-text-soft: #7b8779;
  --ohk-primary: #29543c;
  --ohk-primary-dark: #183726;
  --ohk-primary-soft: rgba(41, 84, 60, 0.08);
  --ohk-shadow-soft: 0 22px 56px rgba(35, 48, 35, 0.07);
  --ohk-shadow-card: 0 12px 28px rgba(35, 48, 35, 0.05);
  --ohk-radius-2xl: 28px;
  --ohk-radius-xl: 24px;
  --ohk-radius-lg: 18px;
  --ohk-radius-md: 15px;
  --ohk-radius-sm: 12px;
}

body.ohk-page-home #main_visual,
body.ohk-page-home #post_slider {
  display: none;
}

.ohk-page-main,
.ohk-page-main * {
  box-sizing: border-box;
}

.ohk-page-main {
  padding: var(--ohk-space-3) 0 88px;
  background:
    radial-gradient(circle at top right, rgba(223, 233, 218, 0.45), rgba(223, 233, 218, 0) 32%),
    linear-gradient(180deg, #f4efe7 0%, #f8f5ee 240px, #f6f2ea 100%);
  color: var(--ohk-text);
  font-family: var(--swl-font_family, "Hiragino Sans", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif);
  font-size: 16px;
  line-height: 1.8;
}

.ohk-page-main a {
  color: inherit;
  text-decoration: none;
}

.ohk-page-main p,
.ohk-page-main ul,
.ohk-page-main ol,
.ohk-page-main h1,
.ohk-page-main h2,
.ohk-page-main h3 {
  margin: 0;
}

.ohk-page-main button,
.ohk-page-main input,
.ohk-page-main select,
.ohk-page-main textarea {
  font: inherit;
}

.ohk-container {
  width: min(1160px, calc(100% - 28px));
  margin: 0 auto;
}

.ohk-page-main section,
.ohk-page-main article,
.ohk-page-main aside {
  position: relative;
}

.ohk-hero-card,
.ohk-shell,
.ohk-cta-panel,
.ohk-region-card,
.ohk-compare-card,
.ohk-fact-card,
.ohk-info-card,
.ohk-faq-card,
.ohk-notice-panel,
.ohk-service-card,
.ohk-process-card,
.ohk-check-card,
.ohk-pref-tile,
.ohk-form-card {
  background: var(--ohk-surface);
  border: 1px solid var(--ohk-border);
  border-radius: var(--ohk-radius-xl);
  backdrop-filter: blur(10px);
}

.ohk-hero-card,
.ohk-shell,
.ohk-cta-panel {
  box-shadow: var(--ohk-shadow-soft);
}

.ohk-hero-card,
.ohk-shell,
.ohk-cta-panel {
  padding: var(--ohk-space-6);
}

.ohk-shell {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82));
}

.ohk-shell-subtle {
  background: linear-gradient(180deg, rgba(247, 244, 236, 0.92), rgba(255, 255, 255, 0.84));
}

.ohk-section {
  margin-top: var(--ohk-space-6);
}

.ohk-hero-card::before,
.ohk-shell::before,
.ohk-cta-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(41, 84, 60, 0.09) 0%, rgba(41, 84, 60, 0) 72%);
  transform: translate(-35%, -45%);
  pointer-events: none;
}

.ohk-hero-grid,
.ohk-home-hero-grid,
.ohk-pref-hero-grid,
.ohk-region-grid,
.ohk-pref-link-grid,
.ohk-compare-grid,
.ohk-guide-grid,
.ohk-faq-grid,
.ohk-cost-split,
.ohk-cost-points,
.ohk-service-grid,
.ohk-service-points,
.ohk-process-grid,
.ohk-actions,
.ohk-metrics,
.ohk-form-grid,
.ohk-pref-grid,
.ohk-hero-facts,
.ohk-pref-summary-grid,
.ohk-tag-row,
.ohk-mini-pref-row {
  display: grid;
  gap: 16px;
}

.ohk-home-hero-grid,
.ohk-pref-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  align-items: center;
  gap: var(--ohk-space-7);
  z-index: 1;
}

.ohk-eyebrow,
.ohk-card-label,
.ohk-panel-label,
.ohk-section-kicker,
.ohk-hero-overlay-label,
.ohk-tag,
.ohk-region-count,
.ohk-divider-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ohk-space-1);
  width: fit-content;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(41, 84, 60, 0.08);
  color: var(--ohk-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ohk-section-head {
  margin-bottom: var(--ohk-space-4);
}

.ohk-section-kicker {
  margin-bottom: var(--ohk-space-2);
}

.ohk-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ohk-primary);
}

.ohk-title-xl,
.ohk-section-title,
.ohk-card-title,
.ohk-hero-overlay-title,
.ohk-faq-question {
  color: var(--ohk-text);
}

.ohk-title-xl {
  margin-top: var(--ohk-space-3);
  max-width: 10.4em;
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.ohk-title-xl span,
.ohk-title-xl br {
  display: block;
}

.ohk-section-title {
  max-width: 18ch;
  font-size: clamp(23px, 2.5vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.ohk-card-title {
  font-size: 19px;
  line-height: 1.32;
  letter-spacing: -0.02em;
  font-weight: 700;
  max-width: 18em;
}

.ohk-hero-desc,
.ohk-section-desc,
.ohk-panel-copy,
.ohk-provider-copy,
.ohk-service-point,
.ohk-check-card p,
.ohk-cost-point,
.ohk-process-card p,
.ohk-region-summary,
.ohk-pref-link-copy,
.ohk-faq-answer,
.ohk-cta-copy,
.ohk-form-note,
.ohk-cta-note,
.ohk-field span,
.ohk-check-consent span,
.ohk-breadcrumb,
.ohk-hero-overlay-list,
.ohk-fact-card p,
.ohk-info-card p {
  color: var(--ohk-text-sub);
}

.ohk-form-note,
.ohk-cta-note,
.ohk-field span,
.ohk-check-consent span,
.ohk-hero-overlay-list {
  font-size: 13px;
  line-height: 1.62;
}

.ohk-hero-desc {
  margin-top: var(--ohk-space-3);
  max-width: 36em;
  font-size: 15px;
  line-height: 1.72;
}

.ohk-actions {
  margin-top: var(--ohk-space-4);
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  justify-items: start;
  gap: var(--ohk-space-2);
}

.ohk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(41, 84, 60, 0.14);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.ohk-btn:hover,
.ohk-btn:focus-visible,
.ohk-pref-link:hover,
.ohk-pref-tile:hover,
.ohk-mini-pref:hover,
.ohk-text-link:hover {
  transform: translateY(-1px);
}

.ohk-btn-primary {
  background: linear-gradient(180deg, var(--ohk-primary), var(--ohk-primary-dark));
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(41, 84, 60, 0.18);
}

.ohk-page-main a.ohk-btn-primary,
.ohk-page-main button.ohk-btn-primary {
  color: #ffffff;
}

.ohk-btn-secondary {
  background: rgba(255, 255, 255, 0.86);
  color: var(--ohk-primary);
}

.ohk-page-main a.ohk-btn-secondary,
.ohk-page-main button.ohk-btn-secondary {
  color: var(--ohk-primary);
}

.ohk-btn-large {
  min-width: 0;
}

.ohk-metrics {
  margin-top: var(--ohk-space-3);
  grid-template-columns: repeat(3, max-content);
  gap: 8px;
}

.ohk-pill,
.ohk-mini-pref {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(41, 84, 60, 0.12);
  background: rgba(255, 255, 255, 0.75);
  color: var(--ohk-primary);
  font-size: 11px;
  font-weight: 700;
}

.ohk-mini-pref-row {
  margin-top: var(--ohk-space-3);
  grid-template-columns: repeat(auto-fit, minmax(96px, max-content));
  gap: var(--ohk-space-2);
}

.ohk-mini-pref {
  min-height: 34px;
  padding: 0 12px;
}

.ohk-hero-media {
  width: 100%;
}

.ohk-hero-image-wrap {
  position: relative;
  min-height: 460px;
  border-radius: var(--ohk-radius-2xl);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(233, 238, 229, 0.45), rgba(219, 227, 214, 0.2));
  box-shadow: var(--ohk-shadow-card);
}

.ohk-hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ohk-hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 55, 38, 0.08) 0%, rgba(24, 55, 38, 0.24) 100%);
}

.ohk-hero-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 16px;
  border-radius: var(--ohk-radius-lg);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 14px 28px rgba(23, 36, 23, 0.1);
}

.ohk-hero-overlay-title {
  margin-top: var(--ohk-space-2);
  max-width: 15em;
  font-size: 19px;
  line-height: 1.32;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.ohk-hero-overlay-list {
  margin-top: 12px;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.65;
}

.ohk-hero-overlay-list li + li {
  margin-top: 6px;
}

.ohk-hero-facts,
.ohk-pref-summary-grid {
  margin-top: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ohk-fact-card,
.ohk-check-card {
  padding: var(--ohk-space-4);
  box-shadow: var(--ohk-shadow-card);
}

.ohk-check-mark,
.ohk-timeline-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(41, 84, 60, 0.1);
  color: var(--ohk-primary);
  font-weight: 800;
  font-size: 15px;
}

.ohk-fact-card .ohk-card-title,
.ohk-check-card .ohk-card-title,
.ohk-process-card .ohk-card-title,
.ohk-info-card .ohk-card-title,
.ohk-service-card .ohk-card-title,
.ohk-notice-panel .ohk-card-title,
.ohk-faq-card .ohk-faq-question {
  margin-top: 12px;
}

.ohk-region-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ohk-region-card,
.ohk-compare-card,
.ohk-info-card,
.ohk-faq-card,
.ohk-notice-panel,
.ohk-service-card,
.ohk-process-card,
.ohk-pref-tile {
  padding: var(--ohk-space-4);
  box-shadow: var(--ohk-shadow-card);
}

.ohk-region-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.ohk-pref-link-grid {
  margin-top: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ohk-pref-link {
  padding: 14px 14px 12px;
  border-radius: var(--ohk-radius-md);
  border: 1px solid rgba(41, 84, 60, 0.1);
  background: rgba(250, 247, 241, 0.92);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.ohk-pref-link:hover,
.ohk-pref-tile:hover {
  border-color: rgba(41, 84, 60, 0.22);
  background: rgba(255, 255, 255, 0.98);
}

.ohk-pref-link-name,
.ohk-pref-tile strong {
  display: block;
  color: var(--ohk-text);
  font-weight: 700;
  font-size: 16px;
}

.ohk-pref-link-copy,
.ohk-pref-tile span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.65;
}

.ohk-compare-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ohk-cost-split {
  margin-top: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ohk-cost-points,
.ohk-service-points {
  margin-top: 14px;
}

.ohk-cost-point,
.ohk-service-point {
  padding-top: var(--ohk-space-3);
  border-top: 1px solid rgba(41, 84, 60, 0.08);
}

.ohk-cost-point strong,
.ohk-service-point strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ohk-text);
}

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

.ohk-tag-row {
  grid-template-columns: repeat(3, max-content);
  gap: 8px;
}

.ohk-tag {
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
}

.ohk-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ohk-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ohk-guide-grid {
  margin-top: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ohk-faq-card {
  min-height: 100%;
}

.ohk-faq-question {
  max-width: 18em;
  font-size: 19px;
  line-height: 1.32;
  font-weight: 700;
}

.ohk-faq-answer {
  margin-top: 12px;
}

.ohk-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--ohk-primary);
  font-weight: 700;
}

.ohk-text-link::after {
  content: "→";
}

.ohk-cta-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(300px, 0.86fr);
  align-items: center;
  gap: 20px;
  z-index: 1;
}

.ohk-cta-actions-wrap {
  padding: var(--ohk-space-4);
  border-radius: var(--ohk-radius-lg);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(41, 84, 60, 0.1);
}

.ohk-cta-copy {
  margin-top: var(--ohk-space-2);
  max-width: 34em;
}

.ohk-cta-note {
  margin-top: var(--ohk-space-2);
  font-size: 13px;
  line-height: 1.62;
}

.ohk-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 12px;
}

.ohk-breadcrumb a {
  color: var(--ohk-primary);
}

.ohk-cta-grid-form {
  align-items: start;
}

.ohk-form-card {
  padding: var(--ohk-space-4);
}

.ohk-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ohk-field {
  display: grid;
  gap: 6px;
}

.ohk-field span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.ohk-field input,
.ohk-field select,
.ohk-field textarea {
  width: 100%;
  padding: 11px 13px;
  border-radius: var(--ohk-radius-sm);
  border: 1px solid rgba(41, 84, 60, 0.14);
  background: rgba(250, 247, 241, 0.85);
  color: var(--ohk-text);
  outline: none;
}

.ohk-field input:focus,
.ohk-field select:focus,
.ohk-field textarea:focus {
  border-color: rgba(41, 84, 60, 0.32);
  box-shadow: 0 0 0 4px rgba(41, 84, 60, 0.08);
}

.ohk-field textarea {
  min-height: 92px;
}

.ohk-field-full {
  grid-column: 1 / -1;
}

.ohk-check-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  margin-top: var(--ohk-space-3);
  align-items: start;
}

.ohk-actions-form {
  margin-top: var(--ohk-space-3);
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
}

.ohk-actions-form .ohk-btn {
  width: fit-content;
}

.ohk-form-alert {
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: var(--ohk-radius-sm);
  font-size: 14px;
  font-weight: 700;
}

.ohk-form-alert.is-success {
  background: rgba(73, 140, 88, 0.12);
  color: #245736;
  border: 1px solid rgba(73, 140, 88, 0.18);
}

.ohk-form-alert.is-error {
  background: rgba(180, 73, 73, 0.1);
  color: #8a3030;
  border: 1px solid rgba(180, 73, 73, 0.16);
}

.ohk-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.ohk-pref-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ohk-pref-tile {
  min-height: 124px;
}

.ohk-shell-plain {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

.ohk-shell-plain::before {
  display: none;
}

.ohk-plain-panel {
  margin-top: var(--ohk-space-4);
  padding-top: var(--ohk-space-4);
  border-top: 1px solid rgba(41, 84, 60, 0.12);
}

.ohk-plain-panel-head {
  display: grid;
  gap: var(--ohk-space-2);
  margin-bottom: var(--ohk-space-4);
}

.ohk-flow-list,
.ohk-step-list,
.ohk-faq-list,
.ohk-link-list,
.ohk-region-list,
.ohk-nearby-links {
  display: grid;
  gap: 0;
}

.ohk-flow-list,
.ohk-step-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ohk-flow-item,
.ohk-step-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding: var(--ohk-space-3) 0;
  border-top: 1px solid rgba(41, 84, 60, 0.1);
}

.ohk-flow-item:first-child,
.ohk-step-item:first-child {
  padding-top: 0;
  border-top: none;
}

.ohk-flow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(41, 84, 60, 0.08);
  color: var(--ohk-primary);
  font-weight: 800;
}

.ohk-flow-title,
.ohk-link-title,
.ohk-region-name,
.ohk-divider-title {
  color: var(--ohk-text);
  max-width: 18em;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.ohk-region-list {
  gap: var(--ohk-space-4);
}

.ohk-region-block {
  padding-top: var(--ohk-space-4);
  border-top: 1px solid rgba(41, 84, 60, 0.12);
}

.ohk-region-block:first-child {
  padding-top: 0;
  border-top: none;
}

.ohk-region-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: var(--ohk-space-2);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(41, 84, 60, 0.08);
}

.ohk-pref-chip-grid,
.ohk-nearby-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ohk-pref-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(41, 84, 60, 0.12);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ohk-primary);
  font-size: 12px;
  font-weight: 700;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.ohk-pref-chip:hover,
.ohk-pref-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(41, 84, 60, 0.24);
  background: rgba(255, 255, 255, 0.98);
}

.ohk-divider-list,
.ohk-text-block-grid {
  display: grid;
  gap: 16px;
}

.ohk-divider-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ohk-divider-item,
.ohk-text-block,
.ohk-link-item,
.ohk-faq-item {
  padding: var(--ohk-space-3) 0;
  border-top: 1px solid rgba(41, 84, 60, 0.1);
}

.ohk-divider-item:nth-child(-n+2) {
  border-top: none;
  padding-top: 0;
}

.ohk-divider-top {
  display: grid;
  gap: var(--ohk-space-2);
  margin-bottom: var(--ohk-space-2);
}

.ohk-text-block-grid {
  margin-top: var(--ohk-space-3);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ohk-text-block {
  padding-bottom: 0;
}

.ohk-text-block .ohk-link-title {
  margin-top: 10px;
}

.ohk-faq-list {
  gap: 0;
}

.ohk-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
  cursor: pointer;
  list-style: none;
}

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

.ohk-faq-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--ohk-primary);
  font-weight: 700;
  line-height: 1;
}

.ohk-faq-item[open] .ohk-faq-toggle {
  transform: rotate(45deg);
}

.ohk-link-list {
  margin-top: var(--ohk-space-3);
}

.ohk-link-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ohk-link-item:first-child,
.ohk-faq-item:first-child {
  border-top: none;
  padding-top: 0;
}

.ohk-mobile-cta {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(41, 84, 60, 0.12);
  box-shadow: 0 14px 28px rgba(23, 36, 23, 0.14);
}

@media (max-width: 1120px) {
  .ohk-home-hero-grid,
  .ohk-pref-hero-grid,
  .ohk-cta-grid,
  .ohk-cost-split,
  .ohk-region-grid,
  .ohk-service-grid,
  .ohk-process-grid,
  .ohk-guide-grid,
  .ohk-text-block-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ohk-compare-grid,
  .ohk-divider-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ohk-hero-image-wrap {
    min-height: 400px;
  }
}

@media (max-width: 860px) {
  .ohk-page-main {
    padding-bottom: 112px;
  }

  .ohk-hero-card,
  .ohk-shell,
  .ohk-cta-panel {
    padding: var(--ohk-space-4);
  }

  .ohk-home-hero-grid,
  .ohk-pref-hero-grid,
  .ohk-cta-grid,
  .ohk-cost-split,
  .ohk-region-grid,
  .ohk-service-grid,
  .ohk-process-grid,
  .ohk-faq-grid,
  .ohk-guide-grid,
  .ohk-form-grid,
  .ohk-hero-facts,
  .ohk-pref-summary-grid,
  .ohk-divider-list,
  .ohk-text-block-grid {
    grid-template-columns: 1fr;
  }

  .ohk-pref-link-grid {
    grid-template-columns: 1fr;
  }

  .ohk-actions {
    grid-template-columns: 1fr;
  }

  .ohk-actions .ohk-btn,
  .ohk-link-item .ohk-text-link {
    width: 100%;
  }

  .ohk-link-item {
    display: grid;
  }

  .ohk-metrics,
  .ohk-tag-row,
  .ohk-mini-pref-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ohk-home-hero-grid,
  .ohk-pref-hero-grid,
  .ohk-cta-grid {
    gap: 20px;
  }

  .ohk-flow-item,
  .ohk-step-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ohk-hero-image-wrap {
    min-height: 330px;
  }

  .ohk-hero-overlay-list {
    display: none;
  }

}

@media (max-width: 560px) {
  .ohk-container {
    width: min(100%, calc(100% - 20px));
  }

  .ohk-page-main {
    font-size: 14px;
    line-height: 1.72;
  }

  .ohk-title-xl {
    font-size: 30px;
    line-height: 1.06;
  }

  .ohk-section-title {
    font-size: 22px;
  }

  .ohk-card-title,
  .ohk-hero-overlay-title,
  .ohk-faq-question,
  .ohk-flow-title,
  .ohk-link-title,
  .ohk-divider-title,
  .ohk-region-name {
    font-size: 18px;
    line-height: 1.4;
  }

  .ohk-hero-desc {
    font-size: 13px;
    line-height: 1.62;
  }

  .ohk-metrics,
  .ohk-tag-row,
  .ohk-mini-pref-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ohk-home-hero-grid,
  .ohk-pref-hero-grid,
  .ohk-cta-grid {
    gap: 16px;
  }

  .ohk-hero-image-wrap {
    min-height: 290px;
  }

  .ohk-hero-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
  }

  .ohk-btn {
    min-height: 42px;
    padding: 0 14px;
    font-size: 12px;
  }

  .ohk-region-card,
  .ohk-compare-card,
  .ohk-fact-card,
  .ohk-faq-card,
  .ohk-info-card,
  .ohk-notice-panel,
  .ohk-service-card,
  .ohk-process-card,
  .ohk-check-card,
  .ohk-pref-tile,
  .ohk-form-card {
    padding: var(--ohk-space-4);
  }

  .ohk-region-band {
    display: grid;
    gap: 10px;
  }

  .ohk-cta-actions-wrap {
    padding: var(--ohk-space-4);
  }

  .ohk-mobile-cta {
    gap: 6px;
    padding: 6px;
  }
}
