/*
Theme Name: Exchange Cleaning
Theme URI: https://example.com/
Author: Axenor
Description: エクスチェンジ株式会社向けハウスクリーニングサイトテーマ。
Version: 1.0.24
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: exchange-cleaning
*/

:root {
  --ink: #0e2d3a;
  --muted: #55707a;
  --primary: #00899a;
  --primary-dark: #006f82;
  --blue: #6fc5f1;
  --mint: #61d3bf;
  --pale: #eefbfc;
  --line: #cce7ed;
  --white: #fff;
  --shadow-board: 7px 7px 0 rgba(14, 45, 58, 0.92);
  --shadow-card: 5px 5px 0 rgba(14, 45, 58, 0.86);
  --shadow-soft: 3px 3px 0 rgba(14, 45, 58, 0.86);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f7fcfd;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  line-height: 1.75;
}

body.menu-open {
  overflow: hidden;
}

.site-main {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1536px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(246, 251, 252, 0.88);
  backdrop-filter: blur(14px);
}

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

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

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - clamp(40px, 4vw, 112px)), 2160px);
  min-height: 72px;
  gap: 24px;
  padding: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand img {
  width: 40px;
  height: 40px;
  padding: 4px;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 1px 6px rgba(12, 45, 56, 0.12);
  object-fit: contain;
}

.nav-menu,
.nav-menu ul {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-menu a:hover,
.nav-menu .current-menu-item > a,
.nav-menu .current_page_item > a {
  color: var(--primary);
}

.nav-menu .nav-contact,
.nav-menu li:last-child a {
  padding: 8px 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: #dff8f2;
  color: var(--ink);
  box-shadow: 0 1px 4px rgba(12, 45, 56, 0.08);
  font-weight: 900;
}

.nav-menu .nav-contact:hover,
.nav-menu li:last-child a:hover {
  background: var(--white);
  color: var(--primary);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 22px;
  border: 3px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 4px 0 rgba(12, 45, 56, 0.16);
  color: var(--ink);
  font-weight: 900;
  line-height: 1;
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
}

.section {
  padding: 88px 0;
}

.section-pale {
  background: linear-gradient(90deg, #edfaff 0%, #edfff7 100%);
}

.section-title {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.18;
  font-weight: 950;
}

.section-lead {
  max-width: 720px;
  margin: 0 auto 34px;
  color: var(--muted);
  font-weight: 700;
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 13px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.clean-board,
.info-card {
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-board);
}

.clean-card,
.price-card {
  border: 3px solid var(--ink);
  border-radius: 21px;
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.page-hero {
  padding: 28px 0 48px;
  background: #f3fbfc;
}

.page-hero .container {
  width: calc(100% - 16px);
  max-width: none;
}

.page-hero-board {
  position: relative;
  min-height: clamp(380px, 34vw, 430px);
  overflow: hidden;
  padding: clamp(28px, 4vw, 56px);
  border: 4px solid var(--ink);
  border-radius: 32px;
  background: linear-gradient(90deg, rgba(85, 188, 236, 0.88), rgba(96, 211, 191, 0.84));
  box-shadow: 9px 9px 0 rgba(14, 45, 58, 0.9);
}

.page-hero-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--page-hero-image);
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}

.page-hero-content {
  position: relative;
  z-index: 1;
  max-width: min(720px, 52vw);
}

.page-hero h1 {
  margin: 20px 0 18px;
  color: var(--white);
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.12;
  font-weight: 950;
}

.page-hero-about .page-hero-content {
  max-width: min(960px, 58vw);
  margin-left: clamp(0px, 2.4vw, 40px);
}

.page-hero-about h1 {
  font-size: clamp(38px, 3vw, 58px);
}

.page-hero-about h1 span {
  display: block;
  white-space: nowrap;
}

.page-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 800;
}

.hero {
  padding: 14px 0 0;
  background: #f4fbfd;
}

.hero-shell {
  width: calc(100vw - clamp(16px, 2.2vw, 56px));
  max-width: none;
  margin-inline: auto;
}

.hero-board {
  position: relative;
  min-height: 790px;
  height: min(870px, calc(100svh - 84px));
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 32px;
  background: linear-gradient(90deg, #63bdf0 0%, #63bdf0 52%, #5fd3c0 52%, #5fd3c0 100%);
  box-shadow: inset 0 -76px 96px rgba(8, 76, 96, 0.15);
}

.hero-board::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("assets/images/exchange-cleaning/optimized/hero-before-after-home-bg.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.98;
  filter: contrast(1.2) saturate(1.08);
}

.hero-board::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 50% 43%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 28%, transparent 52%),
    linear-gradient(90deg, rgba(62, 168, 224, 0.34) 0%, rgba(85, 190, 226, 0.18) 47%, rgba(74, 205, 185, 0.13) 100%);
}

.hero-content {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(380px, 0.9fr) minmax(330px, 1fr);
  align-items: center;
  height: 100%;
  min-height: 0;
  padding: clamp(72px, 7vw, 112px) clamp(52px, 5.4vw, 120px) 212px;
  gap: clamp(22px, 4vw, 58px);
}

.hero-copy-left,
.hero-copy-right {
  color: var(--white);
}

.hero-copy-left {
  justify-self: end;
  width: min(100%, 440px);
}

.hero-copy-right {
  justify-self: start;
  width: min(100%, 640px);
  text-align: center;
  transform: translateY(-76px);
}

.hero-copy-right .label {
  display: inline-flex;
  width: max-content;
  margin: 0 auto 14px;
}

.hero-title {
  margin: 0;
  font-size: clamp(72px, 6vw, 118px);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-title-right {
  display: block;
  font-size: clamp(88px, 6.65vw, 132px);
  text-shadow: none;
  white-space: nowrap;
}

.hero-subcopy {
  max-width: 410px;
  margin: 18px 0 22px;
  font-size: clamp(16px, 1.36vw, 21px);
  font-weight: 900;
  line-height: 1.7;
}

.hero-mini {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 900;
}

.hero-person-wrap {
  position: relative;
  align-self: end;
  min-height: 580px;
}

.hero-person {
  position: absolute;
  left: 50%;
  bottom: -134px;
  width: auto;
  height: clamp(720px, 39vw, 835px);
  max-width: none;
  transform: translateX(-50%);
  filter: drop-shadow(0 16px 18px rgba(12, 45, 56, 0.18));
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-runway {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  height: 248px;
  border-top: 0;
  border-bottom: 0;
  overflow: visible;
  background: transparent;
}

.hero-runway::before,
.hero-runway::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 3px;
  pointer-events: none;
}

.hero-runway::before {
  bottom: 32px;
  background: rgba(255, 255, 255, 0.96);
}

.hero-runway::after {
  bottom: 20px;
  background: rgba(14, 45, 58, 0.75);
}

.hero-runner {
  position: absolute;
  left: 0;
  bottom: var(--runner-bottom, 8px);
  width: max-content;
  animation: runnerMove var(--runner-duration, 26s) linear infinite;
  animation-delay: var(--runner-delay, 0s);
  z-index: 24 !important;
  will-change: transform;
}

.hero-runner img {
  width: auto;
  height: var(--runner-height, 128px);
  animation: runnerBob var(--bob-duration, 2.8s) ease-in-out infinite;
  animation-delay: var(--bob-delay, 0s);
  filter:
    drop-shadow(0 5px 0 rgba(12, 45, 56, 0.16))
    drop-shadow(0 8px 8px rgba(12, 45, 56, 0.14));
}

.hero-runner:nth-child(1) {
  --runner-duration: 20s;
  --runner-delay: 0s;
  --runner-start: 104vw;
  --runner-end: -320px;
  --runner-bottom: 4px;
  --runner-height: 172px;
  --speech-bottom: 132px;
  --speech-x: 2px;
  --speech-left: 51%;
  --runner-bob: -5px;
  --bob-duration: 2.8s;
  z-index: 8;
}

.hero-runner:nth-child(2) {
  --runner-duration: 20s;
  --runner-delay: -3.3s;
  --runner-start: 104vw;
  --runner-end: -320px;
  --runner-bottom: 14px;
  --runner-height: 167px;
  --speech-bottom: 136px;
  --speech-x: -5px;
  --speech-left: 48%;
  --runner-bob: -7px;
  --bob-duration: 3.05s;
  --bob-delay: -0.7s;
  z-index: 8;
}

.hero-runner:nth-child(3) {
  --runner-duration: 20s;
  --runner-delay: -6.6s;
  --runner-start: 104vw;
  --runner-end: -320px;
  --runner-bottom: 1px;
  --runner-height: 176px;
  --speech-bottom: 140px;
  --speech-x: 4px;
  --speech-left: 53%;
  --runner-bob: -4px;
  --bob-duration: 2.65s;
  --bob-delay: -1.1s;
  z-index: 7;
}

.hero-runner:nth-child(4) {
  --runner-duration: 20s;
  --runner-delay: -9.9s;
  --runner-start: 104vw;
  --runner-end: -320px;
  --runner-bottom: 18px;
  --runner-height: 166px;
  --speech-bottom: 139px;
  --speech-x: 1px;
  --speech-left: 50%;
  --runner-bob: -6px;
  --bob-duration: 3.25s;
  --bob-delay: -0.2s;
  z-index: 9;
}

.hero-runner:nth-child(5) {
  --runner-duration: 20s;
  --runner-delay: -13.2s;
  --runner-start: 104vw;
  --runner-end: -320px;
  --runner-bottom: 4px;
  --runner-height: 169px;
  --speech-bottom: 130px;
  --speech-x: -1px;
  --speech-left: 49%;
  --runner-bob: -5px;
  --bob-duration: 2.9s;
  --bob-delay: -1.4s;
  z-index: 8;
}

.hero-runner:nth-child(6) {
  --runner-duration: 20s;
  --runner-delay: -16.5s;
  --runner-start: 104vw;
  --runner-end: -320px;
  --runner-bottom: 16px;
  --runner-height: 165px;
  --speech-bottom: 142px;
  --speech-x: 3px;
  --speech-left: 51%;
  --runner-bob: -7px;
  --bob-duration: 3.15s;
  --bob-delay: -0.9s;
  z-index: 9;
}

.hero-speech {
  position: absolute;
  left: var(--speech-left, 50%);
  bottom: var(--speech-bottom, 139px);
  z-index: 28;
  min-width: 134px;
  max-width: 180px;
  transform: translateX(calc(-50% + var(--speech-x, 0px)));
  padding: 10px 13px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  text-align: center;
  box-shadow: 3px 3px 0 rgba(14, 45, 58, 0.9);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.2;
}

.hero-speech span {
  display: block;
  margin-top: 2px;
  color: var(--primary-dark);
  font-size: 12px;
}

.hero-speech::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 14px;
  height: 14px;
  background: var(--white);
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: translateX(-50%) rotate(45deg);
}

@keyframes runnerMove {
  0% { opacity: 0; transform: translate3d(var(--runner-start, 96vw), 0, 0); }
  6% { opacity: 0; }
  10% { opacity: 1; }
  88% { opacity: 1; }
  94% { opacity: 0; }
  100% { opacity: 0; transform: translate3d(var(--runner-end, -256px), 0, 0); }
}

@keyframes runnerMoveMobile {
  0% { opacity: 0; transform: translate3d(var(--runner-start, 94vw), 0, 0); }
  12% { opacity: 0; }
  20% { opacity: 1; }
  66% { opacity: 1; }
  80% { opacity: 0; }
  100% { opacity: 0; transform: translate3d(var(--runner-end, -144px), 0, 0); }
}

@keyframes runnerBob {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(var(--runner-bob, -5px)); }
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.hero + .section {
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f8fefe;
}

.hero + .section .quick-links {
  margin-top: 0;
}

.quick-link {
  padding: 18px 24px;
  border: 3px solid var(--ink);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-card);
  font-size: 20px;
  font-weight: 950;
}

.quick-link small {
  display: block;
  margin-top: 5px;
  color: var(--primary-dark);
  font-size: 13px;
}

.feature-grid,
.service-grid,
.staff-grid,
.price-grid,
.promise-grid {
  display: grid;
  gap: 22px;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.stat-grid {
  gap: 32px;
}

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

.price-grid,
.promise-grid {
  grid-template-columns: repeat(2, 1fr);
}

.feature-card,
.promise-card,
.service-card,
.staff-card,
.price-card,
.note-card {
  padding: 24px;
}

.stat-card {
  padding: 20px;
  text-align: center;
}

.stat-card h3 {
  margin: 0 0 4px;
  color: var(--primary);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: clamp(25px, 2.6vw, 40px);
  line-height: 1;
  font-weight: 950;
}

.stat-card h3 span {
  margin-left: 4px;
  font-family: inherit;
  font-size: clamp(13px, 1.1vw, 16px);
}

.stat-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.feature-card img,
.promise-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 16px;
}

.feature-card h3,
.promise-card h3,
.service-card h3,
.staff-card h3,
.price-card h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.35;
}

.feature-card p,
.promise-card p,
.service-card p,
.staff-card p,
.price-card p,
.note-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.service-card {
  overflow: hidden;
  padding: 0;
}

.service-card-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-body {
  padding: 22px;
}

.service-card-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-card-title img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.chip {
  display: inline-flex;
  padding: 5px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #edfafa;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
}

.price-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.price-card {
  position: relative;
}

.price {
  margin: 14px 0 0;
  color: var(--primary);
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
}

.price small {
  color: var(--muted);
  font-size: 13px;
}

.popular {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 13px;
  border-radius: 0 12px 0 12px;
  background: var(--primary);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.option-board {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.option-total {
  position: sticky;
  top: 86px;
  padding: 26px;
}

.option-total {
  overflow: hidden;
}

.option-total strong {
  display: block;
  margin-top: 10px;
  color: var(--primary);
  font-size: clamp(42px, 4.6vw, 64px);
  line-height: 1;
  transform-origin: left center;
  transition: color 0.18s ease;
}

.option-total.is-updating strong {
  animation: totalPop 0.58s cubic-bezier(0.16, 1, 0.3, 1);
  color: #006f83;
}

.option-delta {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
  padding: 5px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  box-shadow: 3px 3px 0 rgba(14, 45, 58, 0.75);
  font-size: 14px;
  font-weight: 950;
  animation: deltaRise 0.8s ease both;
}

.option-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.option-item {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px;
  border: 3px solid var(--ink);
  border-radius: 14px;
  background: var(--white);
  text-align: left;
  cursor: pointer;
}

.option-item.is-selected {
  background: #e5fbff;
  outline: 3px solid rgba(0, 137, 154, 0.22);
}

.option-item.just-selected {
  animation: selectedPop 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.option-item img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.option-item b {
  display: block;
  line-height: 1.3;
}

.option-item small {
  display: block;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.option-price {
  color: var(--primary);
  font-weight: 950;
  white-space: nowrap;
}

@keyframes totalPop {
  0% { transform: scale(0.92); filter: brightness(1); }
  42% { transform: scale(1.08); filter: brightness(1.12); }
  100% { transform: scale(1); filter: brightness(1); }
}

@keyframes deltaRise {
  0% { opacity: 0; transform: translateY(10px) scale(0.92); }
  20% { opacity: 1; transform: translateY(0) scale(1); }
  78% { opacity: 1; transform: translateY(-4px) scale(1); }
  100% { opacity: 0; transform: translateY(-16px) scale(0.96); }
}

@keyframes selectedPop {
  0% { transform: scale(1); }
  45% { transform: scale(1.035); }
  100% { transform: scale(1); }
}

.before-booking {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(360px, 1.2fr);
  gap: 34px;
  align-items: start;
  padding-top: 50px;
  border-top: 1px solid var(--line);
}

.before-booking .intro-image {
  max-width: 320px;
  margin-top: 20px;
  padding: 22px;
  border-radius: 18px;
  background: #e9fbff;
}

.pricing-options-wrap {
  max-width: 1152px;
  margin-inline: auto;
}

.pricing-option-board {
  grid-template-columns: 1fr;
  gap: 20px;
}

.pricing-option-board .option-total {
  position: static;
  padding: 24px;
}

.pricing-option-board .option-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-option-board .option-item {
  grid-template-columns: 38px 1fr auto;
  min-height: 74px;
}

.pricing-before-booking {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1152px;
  margin-inline: auto;
}

.pricing-before-booking > .booking-intro {
  grid-column: 1 / -1;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.pricing-before-booking > .promise-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.notes-list,
.faq-list {
  display: grid;
  gap: 12px;
}

.note-row {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.note-row b {
  display: block;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  padding: 16px 0;
  cursor: pointer;
  font-weight: 900;
}

.faq-item p {
  margin: 0 0 16px;
  color: var(--muted);
  font-weight: 700;
}

.process-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.process-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 26px;
  background: linear-gradient(90deg, #f9ffff, #ebfbff);
}

.process-visual img {
  width: 100%;
  max-height: 190px;
  object-fit: contain;
}

.confirmation-flow {
  background: var(--white);
}

.confirmation-flow .process-row {
  display: block;
  max-width: 1024px;
  margin-inline: auto;
}

.confirmation-flow .process-visual {
  position: relative;
  z-index: 1;
  gap: 20px;
  padding: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.confirmation-flow .process-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(90deg, rgba(14, 45, 58, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(14, 45, 58, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.7;
}

.confirmation-flow .process-visual img {
  max-height: 290px;
  object-fit: contain;
  object-position: bottom;
}

.confirmation-copy {
  max-width: 1024px;
  margin: 40px auto 0;
  text-align: center;
}

.confirmation-copy > p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}

.confirmation-detail-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: start;
  margin-top: 28px;
}

.confirmation-stats,
.confirmation-list {
  display: grid;
  gap: 14px;
}

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

.clean-panel {
  padding: 22px;
  border: 3px solid var(--ink);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow-card);
  text-align: left;
}

.clean-panel strong {
  display: block;
  color: var(--primary);
  font-size: 36px;
  line-height: 1;
}

.clean-panel span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.confirmation-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.confirmation-list li {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #f3fbfc;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.arrow-mark {
  color: var(--primary);
  font-size: 32px;
  font-weight: 950;
}

.speech-row {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.speech-wrap {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 720px;
  min-height: 118px;
}

.speech-worker {
  position: relative;
  z-index: 2;
  width: 140px;
  margin-right: -10px;
}

.speech-bubble {
  position: relative;
  z-index: 1;
  padding: 22px 30px;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: #dff3ff;
  box-shadow: var(--shadow-card);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.25;
}

.speech-bubble::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 38px;
  width: 24px;
  height: 24px;
  background: #dff3ff;
  border-left: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  transform: rotate(45deg);
}

.staff-card {
  overflow: hidden;
  padding: 0;
}

.staff-card img {
  width: 100%;
  aspect-ratio: 1;
  padding: 20px 20px 0;
  background: linear-gradient(135deg, #e5f7ff 0%, #e7fff7 100%);
  object-fit: contain;
  object-position: bottom;
}

.staff-body {
  padding: 22px;
}

.company-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 4px solid var(--ink);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-board);
}

.company-table th,
.company-table td {
  padding: 24px 24px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.company-table th {
  width: 28%;
  background: #e8fbf6;
  font-weight: 950;
}

.approach-board {
  position: relative;
  overflow: hidden;
  max-width: 1152px;
  min-height: 360px;
  margin-inline: auto;
  padding: clamp(32px, 5vw, 56px);
  background: linear-gradient(135deg, #ffffff 0%, #f1fdff 52%, #e6fff7 100%);
}

.approach-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(14, 45, 58, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(14, 45, 58, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.approach-board::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: min(90%, 980px);
  min-width: 640px;
  height: 220px;
  background: url("assets/images/exchange-cleaning/optimized/about-approach-line.webp") center / contain no-repeat;
  opacity: 0.7;
  pointer-events: none;
  transform: translateX(-50%);
}

.approach-board .approach-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  padding-bottom: 190px;
}

.contact-section {
  padding: 70px 0 90px;
}

.contact-form {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
}

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

.form-grid .field:nth-of-type(5),
.form-grid > label,
.form-grid > button {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 7px;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--line);
  border-radius: 12px;
  background: #fbffff;
  color: var(--ink);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-message {
  margin-bottom: 22px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #e8fff6;
  font-weight: 900;
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.site-footer {
  padding: 34px 0 24px;
  border-top: 1px solid var(--line);
  background: #eaf9f7;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 1.1fr;
  gap: 34px;
}

.footer-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 950;
}

.footer-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.text-center {
  text-align: center;
}

.mt-10 {
  margin-top: 40px;
}

.mt-16 {
  margin-top: 64px;
}

@media (max-width: 980px) {
  .site-header {
    border-bottom: 3px solid var(--ink);
    background: linear-gradient(90deg, rgba(247, 253, 253, 0.96), rgba(235, 255, 250, 0.93));
    box-shadow: 0 5px 0 rgba(12, 45, 56, 0.08);
  }

  .header-inner {
    width: calc(100% - 24px);
    min-height: 74px;
    gap: 18px;
  }

  .brand {
    gap: 9px;
    padding: 6px 16px 6px 7px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 3px 3px 0 rgba(12, 45, 56, 0.82);
    color: var(--ink);
  }

  .brand img {
    width: 40px;
    height: 40px;
    padding: 3px;
    border: 2px solid var(--ink);
    border-radius: 999px;
    background: #e9fbff;
  }

  .menu-toggle {
    display: block;
    box-shadow: 3px 3px 0 rgba(12, 45, 56, 0.82);
    color: var(--ink);
  }

  .nav-menu {
    position: fixed;
    inset: 82px 12px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 12px;
    border: 3px solid var(--ink);
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #f0fcff 48%, #eafff7 100%);
    box-shadow: 6px 6px 0 rgba(12, 45, 56, 0.82);
  }

  body.menu-open .nav-menu {
    display: flex;
  }

  .nav-menu ul {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-menu li,
  .nav-menu a {
    width: 100%;
  }

  .nav-menu a {
    min-height: 48px;
    justify-content: space-between;
    padding: 13px 16px;
    border: 2px solid var(--ink);
    border-radius: 16px;
    background: var(--white);
    box-shadow: 2px 2px 0 rgba(12, 45, 56, 0.44);
    font-size: 16px;
  }

  .nav-menu a::after {
    content: "›";
    font-size: 22px;
    line-height: 1;
  }

  .nav-menu .nav-contact,
  .nav-menu li:last-child a {
    margin-top: 4px;
    justify-content: center;
  }

  .nav-menu .nav-contact::after,
  .nav-menu li:last-child a::after {
    content: "";
  }

  .hero-board {
    min-height: 700px;
    height: auto;
    border-radius: 20px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 700px;
    height: auto;
    padding: 40px 24px 108px;
  }

  .hero-copy-left {
    justify-self: center;
    width: min(100%, 440px);
    text-align: center;
  }

  .hero-copy-right {
    display: none;
  }

  .hero-title {
    font-size: clamp(50px, 13vw, 78px);
  }

  .hero-subcopy {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-person-wrap {
    min-height: 350px;
  }

  .hero-person {
    bottom: -104px;
    width: auto;
    height: clamp(320px, 54vw, 420px);
  }

  .hero-runner {
    width: max-content;
    animation-name: runnerMoveMobile;
  }

  .hero-runner img {
    width: auto;
    height: var(--runner-height, 86px);
  }

  .hero-speech {
    bottom: var(--speech-bottom, 82px);
    min-width: 98px;
    font-size: 11px;
  }

  .hero-runner:nth-child(1) {
    --runner-duration: 18s;
    --runner-delay: 0s;
    --runner-start: 98vw;
    --runner-end: -142px;
    --runner-height: 88px;
    --speech-bottom: 98px;
    --speech-left: 51%;
  }

  .hero-runner:nth-child(2) {
    --runner-duration: 18s;
    --runner-delay: -6s;
    --runner-start: 98vw;
    --runner-end: -148px;
    --runner-height: 84px;
    --speech-bottom: 95px;
    --speech-left: 47%;
  }

  .hero-runner:nth-child(3) {
    --runner-duration: 18s;
    --runner-delay: -12s;
    --runner-start: 98vw;
    --runner-end: -154px;
    --runner-height: 90px;
    --speech-bottom: 101px;
    --speech-left: 53%;
  }

  .hero-runner:nth-child(4),
  .hero-runner:nth-child(5),
  .hero-runner:nth-child(6) {
    display: none;
  }

  .quick-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .service-grid,
  .staff-grid,
  .feature-grid,
  .price-grid,
  .promise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .option-board,
  .before-booking,
  .process-row {
    grid-template-columns: 1fr;
  }

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

  .quick-link {
    padding: 14px 12px;
    font-size: 18px;
  }

  .feature-card,
  .promise-card,
  .price-card,
  .note-card {
    padding: 16px;
  }

  .service-card-body,
  .staff-body {
    padding: 16px;
  }

  .feature-card img,
  .promise-card img,
  .service-card-title img {
    width: 42px;
    height: 42px;
  }

  .feature-card h3,
  .promise-card h3,
  .service-card h3,
  .staff-card h3,
  .price-card h3 {
    font-size: 16px;
  }

  .option-total {
    position: static;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 22px, 1120px);
  }

  .header-inner {
    width: calc(100% - 22px);
    min-height: 65px;
  }

  .brand {
    gap: 7px;
    padding: 5px 11px 5px 6px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .site-header .brand span {
    font-size: 14px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .nav-menu {
    inset: 74px 12px auto;
  }

  .section {
    padding: 58px 0;
  }

  .page-hero {
    padding: 28px 0 36px;
  }

  .page-hero-board {
    min-height: 300px;
    padding: 24px;
    border-radius: 18px;
  }

  .page-hero-about h1 span {
    white-space: normal;
  }

  .hero-shell {
    width: calc(100% - 12px);
  }

  .hero-board {
    min-height: min(700px, calc(100svh - 65px));
    border-radius: 18px;
  }

  .hero-content {
    position: relative;
    min-height: min(700px, calc(100svh - 65px));
    padding: 120px 20px 136px;
  }

  .hero-title {
    font-size: clamp(48px, 14vw, 69px);
  }

  .hero-subcopy {
    max-width: 265px;
    margin-left: 0;
    font-size: 14px;
  }

  .hero-person-wrap {
    position: absolute;
    inset: auto 0 0;
    z-index: 20;
    min-height: 0;
  }

  .hero-person {
    left: 78%;
    bottom: 50px;
    width: auto;
    height: 410px;
  }

  .hero-runway {
    bottom: 0;
    height: 140px;
  }

  .hero-runner {
    --runner-duration: 18s;
    --runner-delay: -2s;
    --runner-start: 94vw;
    --runner-end: -136px;
    --runner-bottom: 2px;
    --runner-height: 84px;
    --speech-bottom: 94px;
    --speech-x: 1px;
    --speech-left: 51%;
    bottom: var(--runner-bottom, 2px);
    width: max-content;
  }

  .hero-runner img {
    width: auto;
    height: var(--runner-height, 84px);
  }

  .hero-speech {
    bottom: var(--speech-bottom, 94px);
    min-width: 82px;
    max-width: 116px;
    padding: 5px 7px;
    font-size: 10px;
  }

  .hero-runner:nth-child(1) {
    --runner-duration: 18s;
    --runner-delay: 0s;
    --runner-start: 98vw;
    --runner-end: -136px;
    --runner-height: 84px;
    --speech-bottom: 94px;
    --speech-left: 51%;
  }

  .hero-runner:nth-child(2) {
    --runner-duration: 18s;
    --runner-delay: -6s;
    --runner-start: 98vw;
    --runner-end: -144px;
    --runner-height: 80px;
    --speech-bottom: 91px;
    --speech-left: 47%;
  }

  .hero-runner:nth-child(3) {
    --runner-duration: 18s;
    --runner-delay: -12s;
    --runner-start: 98vw;
    --runner-end: -150px;
    --runner-height: 86px;
    --speech-bottom: 99px;
    --speech-left: 53%;
  }

  .hero-runner:nth-child(4),
  .hero-runner:nth-child(5),
  .hero-runner:nth-child(6) {
    display: none;
  }

  .hero-copy-left {
    justify-self: start;
    width: min(100%, 296px);
    text-align: left;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .option-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .option-item {
    grid-template-columns: 34px 1fr;
    gap: 8px;
    padding: 10px;
  }

  .option-price {
    grid-column: 2;
    font-size: 13px;
    text-align: left;
  }

  .form-grid {
    gap: 12px;
  }

  .field label {
    font-size: 12px;
  }

  .field input,
  .field select,
  .field textarea {
    padding: 11px 10px;
    font-size: 14px;
  }

  .field textarea {
    min-height: 120px;
  }

  .process-visual {
    grid-template-columns: 1fr;
  }

  .arrow-mark {
    text-align: center;
    transform: rotate(90deg);
  }

  .speech-wrap {
    align-items: flex-start;
  }

  .speech-worker {
    width: 96px;
    margin-right: -4px;
  }

  .speech-bubble {
    padding: 18px 18px;
    font-size: 18px;
  }

  .company-table th,
  .company-table td {
    display: table-cell;
    padding: 18px 12px;
    font-size: 12px;
    line-height: 1.55;
  }

  .company-table th {
    width: 36%;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
