@charset "UTF-8";

:root {
  --kaden-ink: #1c2b36;
  --kaden-blue: #1d6fb8;
  --kaden-blue-bright: #4a9de8;
  --kaden-blue-pale: #8fc4ee;
  --kaden-dark: #16232e;
  --kaden-eco: #2f9e5c;
  --kaden-eco-bright: #6cc98a;
  --kaden-mist: #f3f6f8;
  --kaden-panel: #e4ecf1;
  --kaden-red: #9c4038;
}

body {
  color: var(--kaden-ink);
  background-color: var(--kaden-mist);
  background-image:
    radial-gradient(circle at 20% 0%, rgba(143, 196, 238, 0.1), transparent 34rem),
    repeating-linear-gradient(0deg, rgba(28, 43, 54, 0.018) 0 1px, transparent 1px 5px);
}

.l-header {
  background: rgba(247, 250, 252, 0.97);
  border-bottom: 1px solid rgba(61, 85, 104, 0.2);
  box-shadow: 0 8px 26px rgba(22, 35, 46, 0.08);
}

.c-logo,
.c-logo__link {
  height: auto;
}

.c-logo img,
.l-footer__logo img {
  height: auto;
  object-fit: contain;
}

.c-flow-box__picture img,
.p-service-area__picture img,
.p-service-area__balloon img {
  height: auto;
  object-fit: contain;
}

.p-header__mail-button,
.c-contact-form__submit {
  background: linear-gradient(180deg, #4fb377, #257a49);
  border-color: #1f6b3f;
}

.p-header-pc-menu__tel-text {
  color: var(--kaden-blue);
}

.p-mv {
  position: relative;
  overflow: hidden;
  color: #f4fbff;
  background:
    radial-gradient(circle at 76% 14%, rgba(143, 196, 238, 0.2), transparent 25rem),
    linear-gradient(120deg, #101a22 0%, #1c2e3c 50%, #24425c 100%);
}

.p-mv::before,
.p-mv::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.p-mv::before {
  inset: 0;
  opacity: 0.28;
  background:
    repeating-linear-gradient(90deg, transparent 0 64px, rgba(122, 178, 224, 0.07) 65px 66px),
    repeating-linear-gradient(0deg, transparent 0 64px, rgba(122, 178, 224, 0.05) 65px 66px);
}

.p-mv::after {
  width: 420px;
  height: 420px;
  right: -170px;
  top: -190px;
  border: 1px solid rgba(122, 178, 224, 0.26);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(122, 178, 224, 0.04), 0 0 0 90px rgba(122, 178, 224, 0.035);
}

.p-mv__inner {
  position: relative;
  z-index: 1;
}

.p-mv__stage {
  min-height: 640px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 72px max(5vw, 56px) 48px;
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(360px, 44%);
  align-items: center;
}

.p-mv__copy {
  position: relative;
  z-index: 3;
  max-width: 760px;
}

.p-mv__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  margin-bottom: 18px;
  padding: 8px 16px;
  color: #cdeaff;
  border: 1px solid rgba(122, 178, 224, 0.65);
  border-radius: 999px;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: 0.08em;
  background: rgba(17, 27, 35, 0.46);
}

.p-mv__eyebrow::before {
  content: "◆";
  color: var(--kaden-blue-bright);
  font-size: 0.75em;
}

.p-mv__kicker {
  margin-bottom: 12px;
  color: #bfe4ff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 600;
  letter-spacing: 0.09em;
}

.p-mv__title {
  margin-bottom: 22px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(38px, 4.3vw, 68px);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0.035em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.p-mv__title span {
  display: block;
}

.p-mv__title span:last-child {
  color: #eaf6ff;
  font-size: 0.72em;
  letter-spacing: 0.06em;
}

.p-mv__lead {
  margin-bottom: 24px;
  color: #e7f1f7;
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 600;
  line-height: 1.9;
}

.p-mv__merits {
  display: flex;
  gap: 10px;
  margin-bottom: 26px;
}

.p-mv__merits li {
  padding: 9px 15px;
  color: #12222d;
  border: 1px solid #a9d4f5;
  border-radius: 6px;
  background: linear-gradient(180deg, #f5fbff, #cfe6f8);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
}

.p-mv__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 390px;
  padding: 17px 26px;
  color: #fff;
  border: 1px solid #6fa891;
  border-radius: 8px;
  background: linear-gradient(180deg, #3fae6f, #227a4a);
  box-shadow: 0 0 0 3px rgba(108, 201, 138, 0.32), 0 7px 0 #164a2e, 0 14px 30px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  font-weight: 800;
  transition: transform 0.2s, box-shadow 0.2s;
}

.p-mv__button span {
  margin-right: 13px;
  padding-right: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  color: #cdeaff;
  font-size: 13px;
}

.p-mv__button:hover {
  transform: translateY(2px);
  box-shadow: 0 0 0 3px rgba(108, 201, 138, 0.32), 0 5px 0 #164a2e, 0 10px 22px rgba(0, 0, 0, 0.2);
}

.p-mv__visual {
  position: relative;
  align-self: stretch;
  min-height: 520px;
}

.p-mv__staff-picture {
  position: absolute;
  z-index: 2;
  right: 3%;
  bottom: -48px;
  width: min(88%, 470px);
  height: auto;
  filter: drop-shadow(0 24px 20px rgba(0, 0, 0, 0.34));
}

.p-mv__staff-picture img {
  height: auto;
}

.p-mv__tansu {
  position: absolute;
  right: 42%;
  bottom: 42px;
  width: 270px;
  height: 330px;
  overflow: hidden;
  border: 5px solid #16232e;
  border-radius: 8px;
  background: #f5fbff;
  box-shadow: 0 0 0 3px rgba(74, 157, 232, 0.78), 18px 22px 30px rgba(0, 0, 0, 0.34);
}

.p-mv__tansu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-mv__staff-label {
  position: absolute;
  z-index: 4;
  right: 3%;
  bottom: 20px;
  padding: 11px 16px;
  color: #16232e;
  border: 2px solid #8fc4ee;
  background: rgba(245, 251, 255, 0.94);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.p-mv__staff-label span {
  display: block;
  color: var(--kaden-eco);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.c-section-title,
.p-relief__title,
.p-message__title,
.p-solution-catch__title {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  letter-spacing: 0.05em;
}

.c-section-text--skyblue,
.c-section-text--blue,
.p-worry__title-text--blue,
.p-solution-detail__text-highlight--blue {
  color: var(--kaden-blue-bright) !important;
}

.c-section-text--orange,
.p-solution-catch__title-text--orange,
.p-solution-detail__text-highlight--orange {
  color: var(--kaden-blue) !important;
}

.c-cta {
  background: var(--kaden-blue);
}

.c-cta::before {
  opacity: 0.14;
  background-image: repeating-linear-gradient(90deg, transparent 0 90px, rgba(255,255,255,.16) 91px 92px);
}

.c-cta__box {
  border: 1px solid #8fc4ee;
  box-shadow: 0 18px 36px rgba(15, 26, 36, 0.2);
}

.c-cta__box-main {
  background-image: none;
}

.c-cta__hours-picture img {
  display: none;
}

.c-cta__hours-picture::before {
  content: "WEB相談\A 24時間受付";
  white-space: pre;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #f2fff7;
  border: 4px double #a8e6bd;
  border-radius: 50%;
  background: var(--kaden-eco);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.c-cta__button--mail {
  background-image: linear-gradient(180deg, #3fae6f, #1f6b3f);
}

.c-cta__button--tel {
  background-image: linear-gradient(180deg, #2f7fc4, #164569);
}

.p-answer,
.p-fee,
.p-works,
.p-faq,
.p-contact {
  background-color: var(--kaden-mist);
}

.p-fee::before {
  background-image: linear-gradient(120deg, rgba(74, 157, 232, 0.18), transparent 55%);
  background-position: right center;
  opacity: 0.5;
}

.p-answer {
  background-image: linear-gradient(180deg, var(--kaden-mist) 0%, var(--kaden-panel) 100%);
  background-size: auto;
}

.p-answer__title::after {
  background: linear-gradient(180deg, var(--kaden-blue-bright), var(--kaden-blue));
}

.p-service-range {
  background-image: linear-gradient(180deg, #eef4f8, #d7e6ee 58%, #c3d8e3);
}

.p-solution-detail,
.p-relief {
  background-color: #e9eff3;
  background-image:
    radial-gradient(circle at 84% 8%, rgba(143, 196, 238, 0.24), transparent 30rem),
    radial-gradient(circle at 8% 92%, rgba(29, 111, 184, 0.1), transparent 26rem),
    repeating-linear-gradient(0deg, rgba(28, 43, 54, 0.025) 0 1px, transparent 1px 6px);
  background-position: center;
  background-size: auto;
}

.p-service-range::after {
  background: radial-gradient(circle at 50% 0, rgba(255,255,255,.9), transparent 60%);
}

.p-service-range__item {
  border: 1px solid rgba(29, 111, 184, 0.22);
  box-shadow: 0 12px 28px rgba(15, 26, 36, 0.14);
}

.p-service-range__picture {
  border: 1px solid #a9d4f5;
  background: #dce9f2;
}

.p-service-range__title {
  color: var(--kaden-dark);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}

.p-service-range__price {
  border-top-color: #cddce6;
}

.p-works::before {
  background-image:
    linear-gradient(rgba(243, 246, 248, 0.92), rgba(243, 246, 248, 0.92)),
    repeating-linear-gradient(45deg, #cddce6 0 1px, transparent 1px 10px);
}

.p-works::after {
  display: none;
}

.p-works__item {
  border-bottom: 1px solid rgba(29, 111, 184, 0.2);
}

.p-works__before-after-picture {
  position: relative;
  overflow: hidden;
  background: #dce9f2;
}

.p-works__before-after-item--before .p-works__before-after-picture img {
  filter: saturate(0.75) brightness(0.88);
}

.p-works__before-after-item--after .p-works__before-after-picture img {
  filter: saturate(1.05) contrast(1.03);
}

.p-works__before-after-picture::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 4px 9px;
  color: #fff;
  border-radius: 999px;
  background: rgba(22, 35, 46, 0.82);
  font-size: 12px;
  font-weight: 700;
}

.p-works__before-after-item--before .p-works__before-after-picture::after { content: "発見・保管時"; }
.p-works__before-after-item--after .p-works__before-after-picture::after { content: "査定・搬出対応"; background: rgba(47, 158, 92, 0.9); }

.p-works__before-after-title--after,
.p-works__info-icon {
  background-color: var(--kaden-eco);
}

.p-works__before-after-text-box--after,
.p-works__info {
  background-color: #eaf1f6;
}

.p-relief__card,
.p-voices__box,
.p-faq__item {
  border-color: #a9d4f5;
  box-shadow: 0 10px 24px rgba(15, 26, 36, 0.09);
}

.p-voices {
  background-image: none;
}

.p-voices__box::before {
  background-image: repeating-linear-gradient(45deg, rgba(29, 111, 184, 0.05) 0 1px, transparent 1px 10px);
}

.p-relief__card-picture {
  overflow: hidden;
  background: #dce9f2;
}

.p-relief__list {
  border: 1px solid #a9d4f5;
  box-shadow: 0 18px 38px rgba(15, 26, 36, 0.15);
}

.p-relief__card-picture img {
  object-fit: cover;
  object-position: center 30%;
}

.p-relief__item:last-child .p-relief__card-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-relief__item:last-child .p-relief__card-picture {
  aspect-ratio: 172 / 158;
}

.p-service-area {
  background: linear-gradient(130deg, #16232e, #24425c);
}

.p-service-area__title-wrap .c-section-title,
.p-service-area__lead,
.p-service-area__detail {
  color: #f2f9ff;
}

.p-service-area__title-wrap .c-section-text--skyblue,
.p-service-area__lead .c-section-text--blue {
  color: #8fc4ee !important;
  -webkit-text-fill-color: currentColor;
}

.p-service-area__detail {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.p-service-area__item {
  background: rgba(245, 251, 255, 0.08);
}

.p-fee__promise {
  border: 1px solid #8fc4ee;
  background-color: #16232e;
  box-shadow: 0 18px 38px rgba(10, 18, 26, 0.18);
}

.p-fee__promise::before {
  display: none;
  background-image: none;
}

.p-fee__promise::after {
  background-image:
    linear-gradient(90deg, rgba(22, 35, 46, 0.95) 0%, rgba(22, 35, 46, 0.86) 42%, rgba(22, 35, 46, 0.2) 64%, rgba(22, 35, 46, 0.02) 100%),
    radial-gradient(circle at 80% 50%, rgba(74, 157, 232, 0.35), transparent 65%);
  background-position: center;
  background-size: cover;
}

.p-worry {
  padding-bottom: 5rem;
  background:
    radial-gradient(circle at 50% 0, rgba(143, 196, 238, 0.24), transparent 36rem),
    linear-gradient(180deg, #eef4f8, #d7e6ee);
}

.p-worry__img-area {
  position: relative;
  min-height: 38.375rem;
  overflow: hidden;
  border: 1px solid #6fa8d8;
  border-radius: 2rem;
  background-color: #16232e;
  box-shadow: 0 20px 42px rgba(10, 18, 26, 0.2);
}

.p-worry__picture {
  position: absolute;
  inset: 0;
  display: block;
}

.p-worry__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-worry__photo-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  background: #16232e;
}

.p-worry__photo-grid img {
  min-width: 0;
  min-height: 0;
  filter: brightness(0.86) saturate(0.92);
}

.p-worry__photo-grid img:nth-child(1),
.p-worry__photo-grid img:nth-child(2) {
  grid-row: 1 / 3;
}

.p-worry__photo-grid img:nth-child(1) {
  object-position: center;
}

.p-worry__photo-grid img:nth-child(2) {
  object-position: center 42%;
}

.p-worry__photo-grid img:nth-child(3),
.p-worry__photo-grid img:nth-child(4) {
  object-position: center;
}

.p-worry__img-area::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 54%, transparent 28%, rgba(15, 26, 36, 0.18) 100%);
}

.p-worry__concern-list {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.p-worry__concern-item {
  position: absolute;
  width: 30%;
  min-height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  color: #f5fbff;
  border: 2px solid rgba(122, 178, 224, 0.92);
  border-radius: 1.5rem;
  background: rgba(15, 26, 36, 0.9);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  font-size: clamp(1rem, 1.55vw, 1.45rem);
  font-weight: 800;
  line-height: 1.65;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.p-worry__concern-item span {
  color: var(--kaden-eco-bright);
}

.p-worry__concern-item--01 {
  top: 5%;
  left: 3%;
}

.p-worry__concern-item--02 {
  top: 5%;
  right: 3%;
}

.p-worry__concern-item--03 {
  bottom: 5%;
  left: 3%;
}

.p-worry__concern-item--04 {
  right: 3%;
  bottom: 5%;
}

.p-flow {
  background-image: linear-gradient(180deg, var(--kaden-mist) 0%, var(--kaden-panel) 70%, var(--kaden-mist) 100%);
}

.p-message {
  background-color: #dbe6ec;
  background-image:
    radial-gradient(circle at 88% 12%, rgba(29, 111, 184, 0.2), transparent 30rem),
    linear-gradient(135deg, rgba(247, 250, 252, 0.7), rgba(216, 230, 238, 0.7)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(29, 111, 184, 0.035) 80px 81px),
    repeating-linear-gradient(0deg, transparent 0 79px, rgba(29, 111, 184, 0.025) 80px 81px);
  background-position: center;
  background-size: auto;
}

.p-message::after {
  background-color: #f7fbfe;
  opacity: 0.42;
}

.p-message__ceo-picture::before,
.p-message__ceo-picture::after {
  display: none;
}

.p-contact {
  background-image: linear-gradient(rgba(243,246,248,.92), rgba(243,246,248,.92)), repeating-linear-gradient(0deg, #cddce6 0 1px, transparent 1px 6px);
}

.c-contact-form {
  border: 1px solid #a9c9db;
  box-shadow: 0 18px 40px rgba(10, 18, 26, 0.13);
}

.c-contact-complete {
  background-image:
    linear-gradient(rgba(243,246,248,.9), rgba(243,246,248,.9)),
    repeating-linear-gradient(45deg, #cddce6 0 1px, transparent 1px 12px);
}

.c-contact-complete::after {
  background-image: radial-gradient(circle at 50% 30%, rgba(74, 157, 232, 0.18), transparent 70%);
}

.p-fixed-contact {
  background: linear-gradient(90deg, #101a22, #1c2e3c);
  border-top: 2px solid #4a9de8;
}

.p-fixed-contact__promise {
  width: 360px;
  color: #f2f9ff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  text-align: center;
}

.p-fixed-contact__promise span {
  display: block;
  color: #8fc4ee;
  font-size: 15px;
  letter-spacing: 0.12em;
}

.p-fixed-contact__promise strong {
  display: block;
  font-size: 24px;
  line-height: 1.5;
}

.p-fixed-contact__tel {
  width: 340px;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #16232e;
  border: 2px solid #7ab8ea;
  border-radius: 10px;
  background: linear-gradient(180deg, #f5fbff, #cfe6f8);
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
}

.p-fixed-contact__tel-hours,
.p-fixed-contact__tel-note {
  font-size: 13px;
  font-weight: 700;
}

.p-fixed-contact__tel-number {
  color: var(--kaden-blue);
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: 0.05em;
}

.l-footer {
  background: #101a22;
  border-top: 5px solid #4a9de8;
}

.l-footer__logo {
  width: 290px;
  height: auto;
}

@media (max-width: 767px) {
  .c-logo { width: 150px; }

  .p-mv {
    margin-top: 0;
  }

  .p-mv__stage {
    min-height: 790px;
    display: block;
    padding: 70px 20px 340px;
  }

  .p-mv__eyebrow {
    margin-bottom: 14px;
    padding: 7px 11px;
    font-size: 12px;
    letter-spacing: 0.035em;
  }

  .p-mv__kicker {
    font-size: 19px;
  }

  .p-mv__title {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.3;
  }

  .p-mv__title span:last-child {
    margin-top: 6px;
    font-size: 0.63em;
  }

  .p-mv__lead {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.75;
  }

  .p-mv__merits {
    gap: 5px;
    margin-bottom: 18px;
  }

  .p-mv__merits li {
    flex: 1;
    padding: 7px 4px;
    font-size: 11px;
    text-align: center;
  }

  .p-mv__button {
    width: 100%;
    min-width: 0;
    padding: 14px 10px;
    font-size: 17px;
  }

  .p-mv__button span {
    margin-right: 8px;
    padding-right: 8px;
    font-size: 10px;
  }

  .p-mv__visual {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 330px;
  }

  .p-mv__staff-picture {
    right: -4px;
    bottom: -26px;
    width: 245px;
  }

  .p-mv__tansu {
    right: 124px;
    bottom: 30px;
    width: 190px;
    height: 230px;
  }

  .p-mv__staff-label {
    right: 14px;
    bottom: 13px;
    padding: 7px 9px;
    font-size: 11px;
  }

  .p-mv__staff-label span { font-size: 9px; }

  .c-cta__box-main {
    padding-bottom: 20px;
    background-image: none;
  }

  .c-cta__hours-label {
    display: none;
  }

  .c-cta__button-wrap {
    margin-top: 20px;
  }

  .p-service-range__item {
    box-shadow: 0 7px 16px rgba(15, 26, 36, 0.13);
  }

  .p-service-range__picture img { object-fit: cover; }

  .p-fee__promise::after {
    background-image:
      linear-gradient(180deg, #16232e 0%, rgba(22, 35, 46, 0.6) 22%, rgba(22, 35, 46, 0.05) 58%),
      radial-gradient(circle at 70% 40%, rgba(74, 157, 232, 0.3), transparent 65%);
    background-position: 70% center;
    background-size: cover;
  }

  .p-worry {
    padding-bottom: 2rem;
  }

  .p-worry__img-area {
    min-height: 0;
    margin-inline: 1rem;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .p-worry__picture {
    position: relative;
    inset: auto;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid #6fa8d8;
    border-radius: 1.25rem;
    box-shadow: 0 12px 26px rgba(10, 18, 26, 0.18);
  }

  .p-worry__img-area::after {
    display: none;
  }

  .p-worry__concern-list {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
    margin-top: 0.75rem;
  }

  .p-worry__concern-item {
    position: static;
    width: auto;
    min-height: 7rem;
    padding: 0.75rem 0.5rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    line-height: 1.55;
  }

  .p-works__before-after-picture::after {
    right: 4px;
    bottom: 4px;
    padding: 3px 6px;
    font-size: 9px;
  }

  .p-fixed-contact__promise,
  .p-fixed-contact--pc .p-fixed-contact__tel {
    display: none;
  }

  .l-footer__logo { width: 240px; }
}

/* Replace the remaining illustration placeholders with consistent real-photo frames. */
.p-service-range__picture,
.p-works__before-after-picture {
  display: block;
  overflow: hidden;
  background: #dce9f2;
}

.p-service-range__picture {
  aspect-ratio: 332 / 200;
}

.p-works__before-after-picture {
  aspect-ratio: 293 / 214;
}

.p-service-range__picture img,
.p-works__before-after-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Supplied desktop/mobile hero banners. */
.u-visually-hidden {
  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;
}

.p-mv {
  display: block;
  overflow: hidden;
  background: #020810;
}

.p-mv::before,
.p-mv::after {
  display: none;
}

.p-mv__banner-link,
.p-mv__banner,
.p-mv__banner img {
  display: block;
  width: 100%;
}

.p-mv__banner-link {
  max-width: 1774px;
  margin-inline: auto;
}

.p-mv__banner img {
  height: auto;
}

/* Real purchase examples supplied for this LP. */
.p-results {
  padding: 5rem 0;
  color: var(--kaden-ink);
  background:
    radial-gradient(circle at 90% 0%, rgba(74, 157, 232, 0.14), transparent 28rem),
    #f8fbfd;
}

.p-results__title-wrap {
  margin-bottom: 1.25rem;
  text-align: center;
}

.p-results__eyebrow {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--kaden-eco);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.p-results__lead {
  margin: 0 auto 2.25rem;
  font-weight: 600;
  line-height: 1.9;
  text-align: center;
}

.p-results__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.p-results__card {
  overflow: hidden;
  border: 1px solid #cbdce8;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 12px 28px rgba(22, 35, 46, 0.1);
}

.p-results__card > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.p-results__body {
  padding: 1.15rem 1.2rem 1.3rem;
}

.p-results__body h3 {
  margin-bottom: 0.55rem;
  color: var(--kaden-blue);
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.45;
}

.p-results__body p {
  color: #455866;
  font-size: 0.9375rem;
  line-height: 1.75;
}

.p-results__note {
  margin-top: 1.25rem;
  color: #5e6f7b;
  font-size: 0.8125rem;
  text-align: right;
}

/* Use only the customer-photo half of the supplied voice layouts;
   the appliance-specific survey content remains selectable HTML. */
.p-voices__picture {
  overflow: hidden;
  aspect-ratio: 565 / 406;
  border: 1px solid #b9d9ef;
  border-radius: 1.15rem;
  background: #dce9f2;
}

.p-voices__picture img {
  display: block;
  width: 200%;
  max-width: none;
  height: auto;
  transform: translateY(-14%);
}

.p-voices__picture--source-01 img {
  transform: translate(-1%, -14%);
}

@media (max-width: 1023px) {
  .p-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .p-results {
    padding: 3.5rem 0;
  }

  .p-results__lead {
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
    text-align: left;
  }

  .p-results__lead br {
    display: none;
  }

  .p-results__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .p-results__body {
    padding: 1rem;
  }

  .p-results__note {
    text-align: left;
  }
}

/* Supplied real photos for the purchase flow. */
.p-flow__picture {
  display: block;
  aspect-ratio: 340 / 222;
  background: #dce9f2;
}

.p-flow__picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Completed customer-voice graphics supplied for this page. */
.p-voices__box {
  display: block;
  max-width: 1100px;
  margin-inline: auto;
  padding: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
}

.p-voices__box::before {
  display: none;
}

.p-voices__box + .p-voices__box {
  margin-top: 2rem;
}

.p-voices__full-card,
.p-voices__full-card img {
  display: block;
  width: 100%;
  height: auto;
}

/* Appliance control-panel style FAQ badge (replaces the water-drop icon). */
.p-faq__label--question {
  position: relative;
  border: 2px solid #9ed4f2;
  border-radius: 0.8rem;
  background-image: none;
  background: linear-gradient(145deg, var(--kaden-blue-bright), var(--kaden-blue));
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.13), 0 5px 12px rgba(29, 111, 184, 0.2);
}

.p-faq__label--question::after {
  content: "⏻";
  position: absolute;
  top: 0.16rem;
  right: 0.24rem;
  color: #d9f4e5;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
}

.l-footer__logo a,
.l-footer__home-link {
  color: #fff;
  text-decoration: none;
}

.l-footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.l-footer__logo a {
  display: block;
}

.l-footer__nav {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0.25rem 0 1.25rem;
}

.l-footer__home-link {
  display: inline-flex;
  min-width: 19rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  margin: 0;
  padding: 0.8rem 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: linear-gradient(135deg, #176b4a, #0b8a54);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  color: #fff !important;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.l-footer__home-link:visited {
  color: #fff !important;
}

.l-footer__home-link-name {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
}

.l-footer__home-link-text {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.l-footer__home-link-text::after {
  content: "›";
  font-size: 1.2em;
  line-height: 1;
}

.l-footer__home-link:hover,
.l-footer__home-link:focus-visible {
  border-color: #fff;
  background: linear-gradient(135deg, #1c7d57, #0ca865);
  color: #fff !important;
  transform: translateY(-1px);
}

.l-footer__home-link:focus-visible {
  outline: 3px solid #bfe4ff;
  outline-offset: 4px;
}

.l-footer__contact {
  display: grid;
  justify-items: center;
  gap: 0.4rem;
  width: 100%;
  margin-bottom: 2.25rem;
}

.l-footer__address,
.l-footer__tel {
  margin: 0;
}

.l-footer__address {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.35rem;
}

.l-footer__tel a,
.l-footer__tel a:visited {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}

.l-footer__contact-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.6rem;
  margin-right: 0.4rem;
  padding: 0.1rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: #d9f4e5;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .p-voices__box {
    border-radius: 1rem;
  }

  .p-voices__box + .p-voices__box {
    margin-top: 1.25rem;
  }

  .l-footer__home-link {
    width: min(100%, 20rem);
    min-width: 0;
    padding: 0.75rem 1.25rem;
  }

  .l-footer__home-link-name {
    font-size: 1rem;
  }

  .l-footer__home-link-text {
    font-size: 0.8125rem;
  }

  .l-footer__contact {
    margin-bottom: 1.75rem;
  }

  .l-footer__address {
    max-width: 20rem;
    row-gap: 0.2rem;
  }

  .l-footer__contact-label {
    width: fit-content;
    margin: 0 auto 0.25rem;
  }

  .l-footer__address .l-footer__contact-label {
    flex-basis: 100%;
  }
}
