.drying-page { background: var(--surface); }

.drying-page main { padding-top: var(--header-h); }

.drying-hero {
  padding: 38px 0 82px;
  background: linear-gradient(180deg, #eaf8fb 0%, var(--surface) 100%);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 42px;
  color: var(--sub);
  font-size: 13px;
}

.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }

.drying-eyebrow {
  margin-bottom: 12px;
  color: #348d9b;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.drying-hero h1 {
  color: var(--ink-2);
  font-family: var(--font-heading);
  font-size: clamp(40px, 7vw, 66px);
  line-height: 1.38;
  letter-spacing: 0.02em;
}

.drying-hero-lead {
  margin-top: 24px;
  color: var(--sub);
  font-size: 18px;
  line-height: 2.05;
}

.drying-intro-box {
  margin-top: 32px;
  padding: 28px 30px;
  border-left: 6px solid var(--chrome-bg);
  border-radius: 0 20px 20px 0;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.drying-intro-box p { color: var(--sub); line-height: 2; }
.drying-intro-box p + p { margin-top: 10px; }
.drying-intro-box strong { color: #ff405c; }

.drying-check-section { background: #fff; }

.drying-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.drying-check-card {
  padding: 28px 25px;
  border: 1px solid rgba(114, 189, 219, 0.25);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.drying-check-number {
  display: block;
  margin-bottom: 13px;
  color: var(--chrome-bg);
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.drying-check-card h3 {
  color: var(--ink-2);
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 900;
}

.drying-check-card p {
  margin-top: 12px;
  color: var(--sub);
  font-size: 14px;
  line-height: 1.95;
}

.drying-check-note {
  margin-top: 22px;
  color: var(--sub);
  font-size: 13px;
  text-align: center;
}

.drying-heatpump-section { background: var(--surface); }

.drying-heatpump-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
  gap: 54px;
  align-items: center;
}

.drying-feature-image {
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow-float);
}

.drying-feature-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.drying-feature-image figcaption {
  padding: 11px 14px 7px;
  color: var(--sub);
  font-size: 12px;
  text-align: center;
}

.drying-feature-copy h2 {
  color: var(--ink-2);
  font-family: var(--font-heading);
  font-size: clamp(29px, 4vw, 43px);
  line-height: 1.55;
}

.drying-feature-copy > p:not(.drying-eyebrow) {
  margin-top: 18px;
  color: var(--sub);
  line-height: 2;
}

.drying-feature-note {
  margin-top: 24px;
  padding: 20px 22px;
  border-radius: 16px;
  background: var(--surface-alt);
}

.drying-feature-note strong {
  color: var(--ink-2);
  font-family: var(--font-heading);
  font-size: 18px;
}

.drying-feature-note p { margin-top: 7px; color: var(--sub); font-size: 14px; }

.drying-text-link {
  display: inline-block;
  margin-top: 20px;
  color: #ff405c;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.drying-causes-section { background: var(--surface-alt); }

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

.drying-cause-card {
  overflow: hidden;
  border: 1px solid rgba(114, 189, 219, 0.22);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.drying-cause-card figure { overflow: hidden; background: #eef5f6; }

.drying-cause-card figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.drying-cause-card:hover figure img { transform: scale(1.015); }

.drying-cause-card.is-no-image {
  display: flex;
  align-items: stretch;
  min-height: 330px;
  border-top: 7px solid var(--chrome-bg);
}

.drying-cause-body { padding: 26px 28px 30px; }
.drying-cause-card.is-no-image .drying-cause-body { align-self: center; }

.drying-cause-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.drying-cause-number {
  color: var(--chrome-bg);
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.cause-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.cause-status.is-cleaning { background: #e5f7f2; color: #287d70; }
.cause-status.is-repair { background: #fff0f3; color: #d4445a; }
.cause-status.is-self { background: #fff5df; color: #a56f14; }

.drying-cause-card h3 {
  color: var(--ink-2);
  font-family: var(--font-heading);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.55;
}

.drying-cause-card p {
  margin-top: 12px;
  color: var(--sub);
  font-size: 14px;
  line-height: 2;
}

.drying-cause-card .drying-maker {
  width: fit-content;
  margin-top: 8px;
  padding: 3px 9px;
  border-radius: 6px;
  background: var(--sky-pale);
  color: #397f95;
  font-size: 12px;
  font-weight: 900;
}

.drying-summary-box {
  margin-top: 30px;
  padding: 30px;
  border: 2px solid var(--chrome-bg);
  border-radius: 22px;
  background: #fff;
  text-align: center;
}

.drying-summary-box h3 {
  color: var(--ink-2);
  font-family: var(--font-heading);
  font-size: 24px;
}

.drying-summary-box p { max-width: 850px; margin: 10px auto 0; color: var(--sub); line-height: 2; }

.drying-faq-section { background: var(--surface); }

.drying-area-cta-section {
  background: linear-gradient(135deg, var(--surface-deep), #f1f9fc);
}

.drying-area-cta {
  padding: 48px 38px;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow-float);
  text-align: center;
}

.drying-area-label {
  width: fit-content;
  margin: 0 auto 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--chrome-bg);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.drying-area-cta h2 {
  color: var(--ink-2);
  font-family: var(--font-heading);
  font-size: clamp(27px, 4vw, 40px);
  line-height: 1.6;
}

.drying-area-cta > p:not(.drying-area-label) {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--sub);
  line-height: 1.9;
}

.drying-area-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.drying-area-button {
  width: min(100%, 280px);
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 14px;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(65, 98, 82, 0.14);
  transition: transform 0.18s ease, filter 0.18s ease;
}

.drying-area-button:hover {
  transform: translateY(-2px);
  filter: brightness(0.98);
}

.drying-area-button.is-availability { background: #59b9c6; }
.drying-area-button.is-contact { background: #ff405c; }

.drying-area-note {
  display: block;
  margin-top: 18px;
  color: var(--sub);
  font-size: 12px;
}

@media (max-width: 900px) {
  .drying-check-grid { grid-template-columns: 1fr; }
  .drying-heatpump-grid { grid-template-columns: 1fr; }
  .drying-feature-image { max-width: 680px; }
}

@media (max-width: 768px) {
  .drying-page main { padding-top: var(--header-h-sp); }

  .drying-hero { padding: 24px 0 58px; }
  .breadcrumbs { margin-bottom: 30px; }
  .drying-hero h1 { font-size: 39px; }
  .drying-hero-lead { font-size: 16px; }
  .drying-intro-box { padding: 22px 20px; }
  .drying-check-card { padding: 23px 20px; }
  .drying-check-note { text-align: left; }

  .drying-heatpump-grid { gap: 34px; }
  .drying-feature-image { border-width: 5px; border-radius: 20px; }
  .drying-feature-copy h2 { font-size: 29px; }

  .drying-cause-grid { grid-template-columns: 1fr; }
  .drying-cause-card.is-no-image { min-height: 0; }
  .drying-cause-body { padding: 23px 20px 26px; }
  .drying-cause-card h3 { font-size: 21px; }

  .drying-summary-box { padding: 24px 20px; text-align: left; }

  .drying-area-cta {
    padding: 34px 20px;
    text-align: left;
  }

  .drying-area-label { margin-left: 0; }
  .drying-area-cta h2 { font-size: 27px; }
  .drying-area-cta-buttons { display: grid; }
  .drying-area-button { width: 100%; }
}
