@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #263f56;
  background: #fbfbf7;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.85;
  overflow-x: hidden;
}

html.is-nav-open,
body.is-nav-open {
  overflow: hidden;
  overscroll-behavior: none;
}

@media (prefers-reduced-motion: no-preference) {
  /*
   * ページ遷移の演出はbody自体ではなく#page-transition(header.php〜footer.phpの
   * ラッパー)にかける。bodyにtransformが乗ると、body直下に置かれる
   * WP管理バー(#wpadminbar, position:fixed)の基準がbodyになってしまい、
   * ログイン中に管理バーがページ上部に固定されなくなる不具合が起きるため。
   */
  #page-transition {
    animation: page-enter 0.56s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  body.is-page-leaving {
    pointer-events: none;
  }
  body.is-page-leaving #page-transition {
    animation: page-leave 0.28s ease both;
  }
  .scroll-reveal {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1), transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }
  .scroll-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes page-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes page-leave {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
  }
}
img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

svg path,
svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 251, 247, 0.92);
  border-bottom: 1px solid rgba(215, 227, 223, 0.78);
  backdrop-filter: blur(12px);
}
.site-header__inner {
  width: min(1240px, 100% - 56px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #082b54;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.brand--footer {
  font-size: 24px;
}

.global-nav,
.footer-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  color: #082b54;
  font-size: 13px;
  font-weight: 700;
}

.header-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: #00615d;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}
.header-contact::after {
  content: "›";
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
}

.section-kicker {
  margin: 0 0 12px;
  color: #00615d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 86px;
  background: linear-gradient(90deg, rgba(251, 251, 247, 0.98) 0 48%, rgba(238, 246, 245, 0.92) 48% 100%), repeating-linear-gradient(90deg, rgba(8, 43, 84, 0.035) 0 1px, transparent 1px 96px);
}
.hero::before {
  content: "";
  position: absolute;
  left: calc(50% + 300px);
  top: 108px;
  width: 420px;
  height: 420px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}
.hero__inner {
  width: min(1240px, 100% - 56px);
  margin-inline: auto;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  grid-template-areas: "media copy" "actions actions";
  gap: 34px 58px;
  align-items: center;
}
.hero__media {
  position: relative;
  grid-area: media;
  min-height: 620px;
}
.hero__media img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: 58% center;
  border-radius: 28px 28px 150px 28px;
  box-shadow: 0 24px 64px rgba(23, 57, 76, 0.13);
  filter: saturate(0.9) contrast(0.97);
}
.hero__seal {
  position: absolute;
  right: -26px;
  bottom: 42px;
  display: grid;
  place-items: center;
  width: 148px;
  height: 148px;
  color: #00615d;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 97, 93, 0.18);
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(23, 57, 76, 0.1);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.hero__copy {
  position: relative;
  grid-area: copy;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  padding: 46px 0 46px 26px;
}
.hero__copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 42px;
  bottom: 42px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0, 97, 93, 0.45), transparent);
}
.hero h1 {
  margin: 0 0 24px;
  color: #082b54;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  max-height: 540px;
}
.hero__lead {
  max-width: 370px;
  margin: 0;
  color: #263f56;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.05;
}

.hero-facts {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  border-top: 1px solid rgba(215, 227, 223, 0.95);
  border-bottom: 1px solid rgba(215, 227, 223, 0.95);
}
.hero-facts div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 46px;
  border-top: 1px solid rgba(215, 227, 223, 0.75);
}
.hero-facts div:first-child {
  border-top: 0;
}
.hero-facts dt,
.hero-facts dd {
  margin: 0;
}
.hero-facts dt {
  color: #71818d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.hero-facts dd {
  color: #082b54;
  font-size: 14px;
  font-weight: 700;
}

.hero-actions {
  grid-area: actions;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: -78px;
  padding-inline: 72px 10px;
}
.hero-actions a {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 96px;
  padding: 22px 26px;
  color: #082b54;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(215, 227, 223, 0.95);
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(23, 57, 76, 0.12);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hero-actions a::after {
  content: "›";
  margin-left: auto;
  color: #00615d;
  font-size: 24px;
  line-height: 1;
}
.hero-actions a:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(23, 57, 76, 0.16);
}
.hero-actions span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  color: #00615d;
  background: #e6f2ef;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
}

.hero--dual-visual .hero-actions {
  margin-top: 12px;
  padding-inline: 86px 24px;
}

.intro {
  position: relative;
  padding: 112px 0 106px;
  background: #fbfbf7;
}
.intro::before {
  content: "";
  position: absolute;
  inset: 34px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 97, 93, 0.22), transparent);
}
.intro__inner {
  width: min(880px, 100% - 56px);
  margin-inline: auto;
  text-align: center;
}
.intro h2 {
  margin: 0 0 24px;
  color: #082b54;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.65;
}
.intro p:not(.section-kicker) {
  max-width: 700px;
  margin: 0 auto;
  color: #263f56;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.25;
}

.section-heading {
  margin-bottom: 34px;
  text-align: center;
}
.section-heading--left {
  text-align: left;
}
.section-heading h2 {
  margin: 0 0 12px;
  color: #082b54;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.45;
}
.section-heading p:not(.section-kicker) {
  margin: 0;
  color: #263f56;
  font-size: 15px;
  font-weight: 700;
}

.services {
  position: relative;
  padding: 96px 0 116px;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.56) 0 34%, transparent 34% 100%), repeating-linear-gradient(135deg, rgba(0, 97, 93, 0.06) 0 1px, transparent 1px 20px), #eef6f5;
}
.services > * {
  width: min(1180px, 100% - 56px);
  margin-inline: auto;
}

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

.service-panel {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(215, 227, 223, 0.9);
  border-radius: 28px;
  box-shadow: 0 18px 54px rgba(23, 57, 76, 0.1);
}
.service-panel img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.97);
}
.service-panel--care {
  margin-top: 42px;
}
.service-panel--cleaning {
  border-radius: 90px 28px 28px 28px;
}
.service-panel__content {
  padding: 34px 36px 38px;
}
.service-panel h3 {
  margin: 10px 0 12px;
  color: #082b54;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
}
.service-panel p {
  margin: 0 0 20px;
  color: #263f56;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.95;
}

.service-number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #00615d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
}
.service-number::after {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(0, 97, 93, 0.42);
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.service-tags li {
  padding: 5px 10px;
  color: #263f56;
  background: #fbfbf7;
  border: 1px solid rgba(215, 227, 223, 0.9);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.text-link,
.button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #00615d;
  font-size: 14px;
  font-weight: 700;
}
.text-link::after,
.button::after {
  content: "›";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: #00615d;
  border-radius: 50%;
  line-height: 1;
}

.button {
  min-height: 50px;
  padding: 0 20px 0 24px;
  border: 1px solid rgba(0, 97, 93, 0.42);
  border-radius: 999px;
  background: #fff;
}

.trust {
  display: grid;
  grid-template-columns: minmax(28px, 1fr) minmax(280px, 458px) minmax(0, 660px) minmax(28px, 1fr);
  gap: 0 62px;
  align-items: center;
  width: 100%;
  margin-inline: 0;
  padding: 120px 0;
}
.trust__visual {
  position: relative;
  grid-column: 2;
}
.trust__visual::before {
  content: "";
  position: absolute;
  left: -28px;
  top: -28px;
  width: 48%;
  height: 48%;
  background: #eef6f5;
  border-radius: 28px;
  z-index: -1;
}
.trust__visual img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 28px 120px 28px 28px;
  box-shadow: 0 24px 64px rgba(23, 57, 76, 0.13);
  filter: saturate(0.86) contrast(0.96);
}
.trust__content {
  grid-column: 3;
}
.trust h2 {
  margin: 0 0 30px;
  color: #082b54;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.5;
}

.trust-list {
  display: grid;
  border-top: 1px solid rgba(215, 227, 223, 0.95);
}
.trust-list article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(215, 227, 223, 0.95);
}
.trust-list span {
  color: #00615d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
}
.trust-list h3 {
  grid-column: 2;
  margin: 0 0 6px;
  color: #082b54;
  font-size: 18px;
  font-weight: 700;
}
.trust-list p {
  grid-column: 2;
  margin: 0;
  color: #263f56;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.detail {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 58px;
  align-items: center;
  padding: 104px max(28px, (100vw - 1180px) / 2);
  background: #f7f4ec;
}
.detail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 0 58%, rgba(255, 255, 255, 0.44) 58% 72%, transparent 72%), repeating-linear-gradient(90deg, rgba(8, 43, 84, 0.028) 0 1px, transparent 1px 72px);
  pointer-events: none;
}
.detail > * {
  position: relative;
}
.detail--cleaning {
  background: #edf6fa;
}
.detail__image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 20px 54px rgba(23, 57, 76, 0.12);
  filter: saturate(0.86) contrast(0.96);
}
.detail__copy {
  max-width: 520px;
}
.detail h2 {
  margin: 0 0 18px;
  color: #082b54;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.45;
}
.detail p:not(.section-kicker) {
  margin: 0 0 22px;
  color: #263f56;
  font-size: 15px;
  font-weight: 700;
  line-height: 2.05;
}

.check-list {
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: #082b54;
  font-size: 14px;
  font-weight: 700;
}
.check-list li {
  position: relative;
  padding-left: 24px;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.78em;
  width: 8px;
  height: 8px;
  background: #00615d;
  border-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
}

.contact-band {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 46px;
  align-items: center;
  padding: 58px max(28px, (100vw - 1180px) / 2);
  color: #fff;
  background: linear-gradient(90deg, rgba(0, 97, 93, 0.98), rgba(8, 118, 111, 0.96)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 84px);
}
.contact-band .section-kicker {
  color: rgba(255, 255, 255, 0.76);
}
.contact-band h2 {
  margin: 0 0 10px;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.45;
}
.contact-band p:not(.section-kicker) {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.95;
}
.contact-band__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 104px;
  padding: 22px 46px 22px 22px;
  color: #082b54;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.contact-card:hover {
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 48, 45, 0.2);
  transform: translateY(-2px);
}
.contact-card strong,
.contact-card small {
  display: block;
  text-align: left;
}
.contact-card strong {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}
.contact-card small {
  margin-top: 4px;
  color: #263f56;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.contact-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  color: #00615d;
  background: #e6f2ef;
  border: 1px solid rgba(0, 97, 93, 0.18);
  border-radius: 50%;
}
.contact-card__icon svg {
  width: 25px;
  height: 25px;
}
.contact-card__body {
  flex: 1 1 auto;
  min-width: 0;
}
.contact-card__arrow {
  position: absolute;
  right: 22px;
  top: 50%;
  color: #00615d;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.site-footer {
  padding: 34px 0 24px;
  background: #aba183;
  color: #fff;
}
.site-footer__inner {
  width: min(1180px, 100% - 56px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.site-footer .brand,
.site-footer .footer-nav {
  color: #fff;
}

.footer-nav {
  gap: 22px;
  font-size: 12px;
}

.copyright {
  width: min(1180px, 100% - 56px);
  margin-inline: auto;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .site-header__inner {
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 14px 0;
  }
  .global-nav {
    grid-column: 1/-1;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .hero__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "media" "actions";
  }
  .hero__copy {
    min-height: 0;
    padding: 20px 0 0;
  }
  .hero__copy::before {
    display: none;
  }
  .hero h1 {
    writing-mode: horizontal-tb;
    max-height: none;
  }
  .hero__media {
    min-height: 0;
  }
  .hero__media img {
    height: 470px;
  }
  .hero-actions {
    margin-top: -64px;
    padding-inline: 22px;
  }
  .trust,
  .detail,
  .contact-band {
    grid-template-columns: 1fr;
  }
  .trust {
    grid-template-columns: minmax(28px, 1fr) minmax(0, 820px) minmax(28px, 1fr);
    gap: 42px 0;
  }
  .trust__visual,
  .trust__content {
    grid-column: 2;
  }
  .detail--cleaning .detail__copy {
    order: 2;
  }
}
@media (max-width: 760px) {
  .site-header {
    position: static;
  }
  .site-header__inner {
    width: min(100% - 28px, 520px);
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .brand {
    font-size: 18px;
  }
  .brand img {
    width: 34px;
    height: 34px;
  }
  .global-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 6px;
    font-size: 11px;
  }
  .global-nav a {
    display: grid;
    min-height: 34px;
    place-items: center;
    background: rgba(238, 246, 245, 0.9);
    border-radius: 999px;
    text-align: center;
  }
  .header-contact {
    width: 100%;
    min-height: 42px;
  }
  .hero {
    padding: 28px 0 52px;
  }
  .hero__inner {
    width: min(100% - 28px, 520px);
    grid-template-areas: "media" "copy" "actions";
    gap: 22px;
  }
  .hero h1 {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.55;
  }
  .hero__lead {
    font-size: 14px;
    line-height: 1.95;
  }
  .hero__media img {
    height: 320px;
    border-radius: 18px 18px 86px 18px;
  }
  .hero__seal {
    right: 12px;
    bottom: -28px;
    width: 94px;
    height: 94px;
    font-size: 12px;
  }
  .hero-facts div {
    grid-template-columns: 74px 1fr;
    min-height: 42px;
  }
  .hero-facts dd {
    font-size: 13px;
  }
  .hero-actions {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 0;
  }
  .hero-actions a {
    min-height: 72px;
    padding: 16px 20px;
  }
  .intro {
    padding: 74px 0 76px;
  }
  .intro__inner {
    width: min(100% - 28px, 520px);
    text-align: left;
  }
  .services {
    padding: 72px 0;
  }
  .services > * {
    width: min(100% - 28px, 520px);
  }
  .section-heading {
    text-align: left;
  }
  .service-duo {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-panel {
    border-radius: 20px;
  }
  .service-panel--care {
    margin-top: 0;
  }
  .service-panel--cleaning {
    border-radius: 54px 20px 20px 20px;
  }
  .service-panel img {
    height: 220px;
  }
  .service-panel__content {
    padding: 26px 22px 28px;
  }
  .service-panel h3 {
    font-size: 26px;
  }
  .trust {
    width: 100%;
    grid-template-columns: minmax(14px, 1fr) minmax(0, 520px) minmax(14px, 1fr);
    gap: 34px;
    padding: 76px 0;
  }
  .trust::after {
    left: 14px;
  }
  .trust__visual,
  .trust__content {
    grid-column: 2;
  }
  .trust__visual img {
    height: 260px;
    border-radius: 20px 82px 20px 20px;
  }
  .trust-list article {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }
  .detail {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 72px 14px;
  }
  .detail__copy, .detail__image {
    width: min(100%, 520px);
    margin-inline: auto;
  }
  .detail__image img {
    height: 245px;
    border-radius: 18px;
  }
  .contact-band {
    gap: 26px;
    padding: 42px 14px;
  }
  .contact-band__copy, .contact-band__cards {
    width: min(100%, 520px);
    margin-inline: auto;
  }
  .contact-band__cards {
    grid-template-columns: 1fr;
  }
  .contact-card {
    min-height: 88px;
    padding: 18px 48px 18px 18px;
  }
  .contact-card__icon {
    width: 46px;
    height: 46px;
  }
  .contact-card__icon svg {
    width: 22px;
    height: 22px;
  }
  .contact-card__arrow {
    right: 18px;
  }
  .site-footer__inner,
  .site-footer .copyright {
    width: min(100% - 28px, 520px);
  }
  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 22px;
  }
}
@media (max-width: 420px) {
  .contact-card strong {
    font-size: 16px;
  }
  .contact-card small {
    font-size: 11px;
  }
}
/* Soft accessibility pass: larger type, generous spacing, rounded accents, and calmer palette. */
body {
  color: #38556b;
  background: #fffdf7;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: 17px;
  line-height: 2;
}

body,
main {
  max-width: 100%;
  overflow-x: hidden;
}

.hero,
.intro,
.services,
.trust,
.detail,
.contact-band,
.site-footer {
  overflow: hidden;
}

.site-header {
  background: rgba(255, 253, 247, 0.94);
}
.site-header__inner {
  min-height: 92px;
}

.brand,
.brand--footer {
  color: #12395c;
  font-size: 23px;
}

.global-nav,
.footer-nav {
  color: #12395c;
  font-size: 15px;
  gap: 32px;
}

.header-contact {
  min-height: 50px;
  padding-inline: 24px;
  background: #176f68;
  font-size: 15px;
  box-shadow: 0 12px 28px rgba(23, 111, 104, 0.16);
}

.section-kicker {
  color: #176f68;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
}

.hero {
  padding: 74px 0 138px;
  background: radial-gradient(circle at 8% 24%, rgba(255, 242, 232, 0.98) 0 210px, transparent 211px), radial-gradient(circle at 85% 20%, rgba(231, 243, 237, 0.95) 0 360px, transparent 361px), radial-gradient(circle at 72% 84%, rgba(237, 248, 251, 0.92) 0 260px, transparent 261px), linear-gradient(90deg, #fffdf7 0 48%, #f2faf7 48% 100%);
}
.hero::before {
  left: auto;
  right: -120px;
  top: 92px;
  width: 520px;
  height: 520px;
  background: rgba(255, 255, 255, 0.56);
}
.hero__inner {
  gap: 58px 74px;
}
.hero__media {
  min-height: 660px;
}
.hero__media img {
  height: 660px;
  border-radius: 46px 46px 190px 46px;
  box-shadow: 0 30px 76px rgba(32, 73, 85, 0.12);
  filter: saturate(0.93) contrast(0.98);
}
.hero__copy {
  min-height: 620px;
  padding-left: 34px;
}
.hero__copy::before {
  background: linear-gradient(180deg, transparent, rgba(47, 141, 132, 0.38), transparent);
}
.hero h1 {
  color: #12395c;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(50px, 5vw, 76px);
  font-weight: 700;
  line-height: 1.46;
}
.hero__lead {
  max-width: 430px;
  color: #38556b;
  font-size: 18px;
  line-height: 2.1;
}

.hero__seal {
  width: 160px;
  height: 160px;
  color: #176f68;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(47, 141, 132, 0.2);
  font-family: inherit;
}

.hero-facts {
  margin-top: 34px;
}
.hero-facts div {
  grid-template-columns: 96px 1fr;
  min-height: 56px;
}
.hero-facts dt {
  color: #7b8d96;
  font-family: inherit;
  font-size: 14px;
}
.hero-facts dd {
  color: #12395c;
  font-size: 16px;
}

.hero-actions {
  gap: 24px;
  margin-top: -92px;
}
.hero-actions a {
  min-height: 112px;
  padding: 26px 30px;
  color: #12395c;
  border-color: rgba(47, 141, 132, 0.18);
  font-size: 17px;
  box-shadow: 0 22px 52px rgba(32, 73, 85, 0.11);
}
.hero-actions span {
  width: 54px;
  height: 54px;
  color: #176f68;
  background: #e7f3ed;
  font-family: inherit;
  font-size: 14px;
}

.intro {
  padding: 156px 0 150px;
  background: radial-gradient(circle at 15% 15%, rgba(231, 243, 237, 0.78) 0 190px, transparent 191px), radial-gradient(circle at 84% 74%, rgba(255, 242, 232, 0.72) 0 230px, transparent 231px), #fffdf7;
}
.intro::before {
  display: none;
}
.intro h2 {
  color: #12395c;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(38px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.75;
}
.intro p:not(.section-kicker) {
  color: #38556b;
  font-size: 18px;
  line-height: 2.35;
}

.section-heading {
  margin-bottom: 56px;
}
.section-heading h2 {
  color: #12395c;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(38px, 4.5vw, 54px);
  font-weight: 700;
}
.section-heading p:not(.section-kicker) {
  color: #38556b;
  font-size: 18px;
  line-height: 2;
}

.services {
  padding: 144px 0 160px;
  background: radial-gradient(circle at 12% 18%, rgba(255, 242, 232, 0.78) 0 240px, transparent 241px), radial-gradient(circle at 88% 68%, rgba(237, 248, 251, 0.9) 0 330px, transparent 331px), #f2faf7;
}

.service-duo {
  gap: 48px;
}

.service-panel {
  border-color: rgba(47, 141, 132, 0.14);
  border-radius: 42px;
  box-shadow: 0 26px 66px rgba(32, 73, 85, 0.1);
}
.service-panel--care {
  margin-top: 56px;
}
.service-panel--cleaning {
  border-radius: 120px 42px 42px 42px;
}
.service-panel img {
  height: 370px;
}
.service-panel__content {
  padding: 46px 46px 52px;
}
.service-panel h3 {
  color: #12395c;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 18px;
}
.service-panel p {
  color: #38556b;
  font-size: 17px;
  line-height: 2.1;
}

.service-number {
  color: #176f68;
  font-family: inherit;
  font-size: 16px;
}

.service-tags {
  gap: 10px;
  margin-bottom: 32px;
}
.service-tags li {
  padding: 7px 13px;
  color: #38556b;
  background: #fffaf1;
  border-color: rgba(47, 141, 132, 0.14);
  font-size: 14px;
}

.text-link,
.button {
  color: #176f68;
  font-size: 16px;
}
.text-link::after,
.button::after {
  width: 34px;
  height: 34px;
  background: #176f68;
}

.button {
  min-height: 58px;
  padding-inline: 28px 22px;
  background: rgba(255, 255, 255, 0.86);
}

.trust {
  gap: 84px;
  padding: 160px 0 152px;
}
.trust__visual::before {
  left: -46px;
  top: -46px;
  width: 58%;
  height: 58%;
  background: #e7f3ed;
  border-radius: 54px;
}
.trust__visual::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  z-index: -1;
  width: 160px;
  height: 160px;
  background: #fff2e8;
  border-radius: 50%;
}
.trust__visual img {
  height: 460px;
  border-radius: 48px 150px 48px 48px;
}
.trust h2 {
  color: #12395c;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(38px, 4.5vw, 54px);
  font-weight: 700;
  margin-bottom: 44px;
}

.trust-list article {
  grid-template-columns: 72px 1fr;
  gap: 28px;
  padding: 34px 0;
}
.trust-list span {
  color: #176f68;
  font-family: inherit;
  font-size: 21px;
}
.trust-list h3 {
  color: #12395c;
  font-size: 21px;
}
.trust-list p {
  color: #38556b;
  font-size: 17px;
  line-height: 2.05;
}

.detail {
  gap: 86px;
  padding-top: 152px;
  padding-bottom: 152px;
  background: radial-gradient(circle at 18% 22%, rgba(255, 242, 232, 0.82) 0 220px, transparent 221px), radial-gradient(circle at 82% 74%, rgba(231, 243, 237, 0.78) 0 260px, transparent 261px), #fbf6e9;
}
.detail::before {
  background: none;
}
.detail--cleaning {
  background: radial-gradient(circle at 22% 78%, rgba(231, 243, 237, 0.82) 0 240px, transparent 241px), radial-gradient(circle at 84% 20%, rgba(255, 242, 232, 0.7) 0 220px, transparent 221px), #edf8fb;
}
.detail__image img {
  height: 470px;
  border-radius: 44px;
}
.detail h2 {
  color: #12395c;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(38px, 4.5vw, 54px);
  font-weight: 700;
  margin-bottom: 26px;
}
.detail p:not(.section-kicker) {
  color: #38556b;
  font-size: 18px;
  line-height: 2.25;
}

.check-list {
  gap: 12px;
  margin-bottom: 34px;
  color: #12395c;
  font-size: 17px;
}
.check-list li {
  padding-left: 28px;
}
.check-list li::before {
  width: 10px;
  height: 10px;
  background: #176f68;
  border-radius: 50%;
}

.contact-band {
  gap: 58px;
  padding-top: 92px;
  padding-bottom: 92px;
  color: #12395c;
  background: radial-gradient(circle at 8% 20%, rgba(255, 242, 232, 0.95) 0 230px, transparent 231px), radial-gradient(circle at 90% 50%, rgba(231, 243, 237, 0.95) 0 320px, transparent 321px), linear-gradient(90deg, #fff8ec, #f3faf6);
}
.contact-band .section-kicker {
  color: #176f68;
}
.contact-band h2 {
  color: #12395c;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  font-size: 42px;
  font-weight: 700;
}
.contact-band p:not(.section-kicker) {
  color: #38556b;
  font-size: 18px;
  line-height: 2.1;
}

.contact-card {
  min-height: 118px;
  border-radius: 28px;
  border-color: rgba(47, 141, 132, 0.16);
  box-shadow: 0 18px 46px rgba(32, 73, 85, 0.09);
}
.contact-card strong {
  color: #12395c;
  font-size: 19px;
}
.contact-card small {
  color: #38556b;
  font-size: 14px;
}
.contact-card__icon {
  width: 60px;
  height: 60px;
  color: #176f68;
  background: #e7f3ed;
}

.site-footer {
  padding: 56px 0 38px;
  color: #12395c;
  background: radial-gradient(circle at 16% 18%, rgba(231, 243, 237, 0.75) 0 170px, transparent 171px), #f6efe0;
  border-top: 1px solid rgba(47, 141, 132, 0.14);
}
.site-footer .brand,
.site-footer .footer-nav {
  color: #12395c;
}

.copyright {
  color: rgba(18, 57, 92, 0.62);
  font-size: 13px;
}

@media (max-width: 1080px) {
  .hero__copy {
    min-height: 0;
  }
  .hero__media {
    min-height: 0;
  }
  .hero-actions {
    margin-top: -74px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 16px;
  }
  .site-header__inner {
    padding-block: 18px;
  }
  .global-nav {
    font-size: 12px;
  }
  .global-nav a {
    min-height: 38px;
  }
  .hero {
    padding: 38px 0 74px;
  }
  .hero h1 {
    font-size: 36px;
    line-height: 1.6;
  }
  .hero__lead {
    font-size: 16px;
    line-height: 2.05;
  }
  .hero__media img {
    height: 340px;
    border-radius: 28px 28px 104px 28px;
  }
  .hero-facts div {
    min-height: 50px;
  }
  .hero-facts dt {
    font-size: 13px;
  }
  .hero-facts dd {
    font-size: 15px;
  }
  .hero-actions {
    gap: 14px;
    margin-top: 0;
  }
  .hero-actions a {
    min-height: 82px;
    font-size: 16px;
  }
  .intro {
    padding: 96px 0;
  }
  .intro h2 {
    font-size: 31px;
  }
  .intro p:not(.section-kicker) {
    font-size: 16px;
    line-height: 2.15;
  }
  .services {
    padding: 96px 0 108px;
  }
  .section-heading {
    margin-bottom: 38px;
  }
  .section-heading h2 {
    font-size: 32px;
  }
  .section-heading p:not(.section-kicker) {
    font-size: 16px;
  }
  .service-duo {
    gap: 28px;
  }
  .service-panel {
    border-radius: 30px;
  }
  .service-panel--cleaning {
    border-radius: 74px 30px 30px 30px;
  }
  .service-panel img {
    height: 240px;
  }
  .service-panel__content {
    padding: 32px 26px 36px;
  }
  .service-panel h3 {
    font-size: 29px;
  }
  .service-panel p {
    font-size: 16px;
  }
  .trust {
    gap: 44px;
    padding: 100px 0;
  }
  .trust__visual img {
    height: 280px;
    border-radius: 34px 92px 34px 34px;
  }
  .trust h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .trust-list article {
    grid-template-columns: 50px 1fr;
    padding: 26px 0;
  }
  .trust-list h3 {
    font-size: 18px;
  }
  .trust-list p {
    font-size: 15px;
  }
  .detail {
    gap: 38px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .detail__image img {
    height: 275px;
    border-radius: 30px;
  }
  .detail h2 {
    font-size: 32px;
  }
  .detail p:not(.section-kicker) {
    font-size: 16px;
    line-height: 2.1;
  }
  .check-list {
    font-size: 15px;
  }
  .contact-band {
    padding-top: 70px;
    padding-bottom: 74px;
  }
  .contact-band h2 {
    font-size: 31px;
  }
  .contact-band p:not(.section-kicker) {
    font-size: 16px;
  }
  .contact-card {
    min-height: 96px;
  }
  .contact-card strong {
    font-size: 17px;
  }
  .contact-card small {
    font-size: 12px;
  }
  .contact-card__icon {
    width: 50px;
    height: 50px;
  }
  .site-footer {
    padding: 44px 0 34px;
  }
}
/* Unified palette pass: reduce color scatter and use a standard, readable Japanese UI font stack. */
body {
  color: #3b5364;
  background: #fffdf7;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
}

.brand,
.brand--footer,
.global-nav,
.footer-nav,
.hero h1,
.intro h2,
.section-heading h2,
.service-panel h3,
.trust h2,
.trust-list h3,
.detail h2,
.contact-band h2 {
  color: #123653;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
}

.section-kicker,
.service-number,
.trust-list span {
  color: #1f766e;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
}

.site-header {
  background: rgba(255, 253, 247, 0.96);
  border-bottom-color: rgba(219, 232, 225, 0.86);
}

.header-contact {
  background: #176862;
  box-shadow: 0 12px 28px rgba(23, 104, 98, 0.14);
}

.hero {
  background: radial-gradient(circle at 88% 24%, rgba(220, 238, 231, 0.85) 0 360px, transparent 361px), radial-gradient(circle at 4% 20%, rgba(251, 243, 228, 0.88) 0 260px, transparent 261px), radial-gradient(circle at 78% 92%, rgba(234, 245, 239, 0.7) 0 260px, transparent 261px), linear-gradient(90deg, #fffdf7 0 48%, #f4faf7 48% 100%);
}
.hero::before {
  background: rgba(255, 255, 255, 0.62);
}
.hero__lead {
  color: #3b5364;
}

.hero__seal {
  color: #176862;
  border-color: rgba(31, 118, 110, 0.18);
}

.hero-facts {
  border-color: rgba(219, 232, 225, 0.95);
}
.hero-facts div {
  border-top-color: rgba(219, 232, 225, 0.78);
}
.hero-facts dt {
  color: #74878d;
}
.hero-facts dd {
  color: #123653;
}

.hero-actions a {
  color: #123653;
  border-color: rgba(31, 118, 110, 0.15);
}
.hero-actions span {
  color: #176862;
  background: #eaf5ef;
}

.intro {
  background: radial-gradient(circle at 16% 16%, rgba(234, 245, 239, 0.82) 0 220px, transparent 221px), radial-gradient(circle at 84% 76%, rgba(251, 243, 228, 0.74) 0 250px, transparent 251px), #fffdf7;
}
.intro p:not(.section-kicker) {
  color: #3b5364;
}

.services {
  background: radial-gradient(circle at 12% 18%, rgba(251, 243, 228, 0.64) 0 250px, transparent 251px), radial-gradient(circle at 88% 72%, rgba(220, 238, 231, 0.78) 0 330px, transparent 331px), #f1faf6;
}

.section-heading p:not(.section-kicker),
.service-panel p,
.trust-list p,
.detail p:not(.section-kicker),
.contact-band p:not(.section-kicker) {
  color: #3b5364;
}

.service-panel {
  border-color: rgba(31, 118, 110, 0.13);
  box-shadow: 0 26px 66px rgba(38, 76, 76, 0.09);
}

.service-number::after {
  background: rgba(31, 118, 110, 0.42);
}

.service-tags li {
  color: #3b5364;
  background: #fffaf0;
  border-color: rgba(31, 118, 110, 0.13);
}

.text-link,
.button {
  color: #176862;
}
.text-link::after,
.button::after {
  background: #176862;
}

.button {
  border-color: rgba(31, 118, 110, 0.28);
}

.service-duo {
  align-items: stretch;
}

.service-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-panel--care {
  margin-top: 0;
}
.service-panel img {
  flex: 0 0 auto;
}
.service-panel__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.service-panel .service-tags {
  margin-top: auto;
}
.service-panel .text-link {
  align-self: flex-start;
}

.trust__visual::before {
  background: #eaf5ef;
}
.trust__visual::after {
  background: #fbf3e4;
}

.trust-list {
  border-top-color: rgba(219, 232, 225, 0.95);
}
.trust-list article {
  border-bottom-color: rgba(219, 232, 225, 0.95);
}

.detail {
  background: radial-gradient(circle at 18% 22%, rgba(251, 243, 228, 0.75) 0 230px, transparent 231px), radial-gradient(circle at 84% 74%, rgba(234, 245, 239, 0.78) 0 280px, transparent 281px), #fcf8ed;
}
.detail--cleaning {
  background: radial-gradient(circle at 22% 78%, rgba(220, 238, 231, 0.82) 0 250px, transparent 251px), radial-gradient(circle at 84% 20%, rgba(251, 243, 228, 0.58) 0 230px, transparent 231px), #f2faf7;
}

.check-list {
  color: #123653;
}
.check-list li::before {
  background: #176862;
}

.contact-band {
  color: #123653;
  background: radial-gradient(circle at 10% 22%, rgba(251, 243, 228, 0.86) 0 250px, transparent 251px), radial-gradient(circle at 90% 52%, rgba(220, 238, 231, 0.9) 0 340px, transparent 341px), linear-gradient(90deg, #fffaf0, #f4fbf7);
}
.contact-band .section-kicker {
  color: #1f766e;
}

.contact-card {
  color: #123653;
  border-color: rgba(31, 118, 110, 0.15);
  box-shadow: 0 18px 46px rgba(38, 76, 76, 0.08);
}
.contact-card strong {
  color: #123653;
}
.contact-card small {
  color: #3b5364;
}
.contact-card__icon {
  color: #176862;
  background: #eaf5ef;
  border-color: rgba(31, 118, 110, 0.18);
}
.contact-card__arrow {
  color: #176862;
}

.site-footer {
  color: #123653;
  background: radial-gradient(circle at 18% 18%, rgba(220, 238, 231, 0.68) 0 190px, transparent 191px), linear-gradient(180deg, #f5fbf7, #f8f3e8);
  border-top-color: rgba(31, 118, 110, 0.12);
}
.site-footer .brand,
.site-footer .footer-nav {
  color: #123653;
}

.copyright {
  color: rgba(18, 54, 83, 0.62);
}

/* Background strategy pass: unified white sections with shared circular accents; distinct FV/contact/footer surfaces. */
body {
  background: #fffdf8;
}

.hero {
  background: linear-gradient(90deg, #fffdf8 0 50%, #edf7f3 50% 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
.hero::before {
  display: none;
}
.hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(28vw, 360px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
  opacity: 0.7;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.intro,
.services,
.trust,
.detail {
  position: relative;
  background: #fffdf8;
}
.intro::after,
.services::after,
.trust::after,
.detail::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.intro > *,
.services > *,
.trust > *,
.detail > * {
  position: relative;
  z-index: 1;
}

.intro::after {
  left: -72px;
  top: 52px;
  width: 270px;
  height: 270px;
  background: rgba(220, 238, 231, 0.72);
  border-radius: 50%;
}

.services {
  background: linear-gradient(180deg, #fffdf8 0%, #f7fbf7 100%);
}
.services::after {
  right: -90px;
  bottom: 76px;
  width: 430px;
  height: 430px;
  background: rgba(220, 238, 231, 0.72);
  border-radius: 50%;
}
.services::before {
  content: "";
  position: absolute;
  left: -120px;
  top: 70px;
  width: 330px;
  height: 330px;
  background: rgba(249, 240, 220, 0.68);
  border-radius: 50%;
  pointer-events: none;
}

.trust {
  background: #fffdf8;
}
.trust::after {
  left: max(28px, calc((100vw - 1180px) / 2));
  bottom: 40px;
  width: 240px;
  height: 240px;
  background: rgba(220, 238, 231, 0.72);
  border-radius: 50%;
}

.detail {
  background: linear-gradient(180deg, #fffdf8 0%, #fffaf0 100%);
}
.detail::after {
  right: 7%;
  bottom: 50px;
  width: 330px;
  height: 330px;
  background: rgba(220, 238, 231, 0.72);
  border-radius: 50%;
}
.detail--cleaning {
  background: linear-gradient(180deg, #fffdf8 0%, #f7fbf7 100%);
}
.detail--cleaning::after {
  left: 7%;
  right: auto;
  bottom: 58px;
  background: rgba(220, 238, 231, 0.72);
}

.trust__visual::after {
  display: none;
}

.contact-band {
  color: #fff;
  background: linear-gradient(180deg, #1f766e 0%, #176862 68%, #13625e 100%);
}
.contact-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 36%, rgba(255, 255, 255, 0.13) 0 260px, transparent 261px), linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 62%);
  pointer-events: none;
}
.contact-band > * {
  position: relative;
}
.contact-band .section-kicker,
.contact-band h2,
.contact-band p:not(.section-kicker) {
  color: #fff;
}

.contact-card {
  background: rgba(255, 255, 255, 0.96);
}

.site-footer {
  color: #fff;
  background: linear-gradient(180deg, #18415e 0%, #123653 100%);
  border-top: 0;
}
.site-footer .brand,
.site-footer .footer-nav {
  color: #fff;
}

.copyright {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 760px) {
  .hero {
    background: linear-gradient(180deg, #edf7f3 0 42%, #fffdf8 42% 100%);
  }
  .hero::after {
    width: 46vw;
    opacity: 0.56;
  }
  .intro::after {
    left: auto;
    right: -108px;
    top: 88px;
    width: 230px;
    height: 230px;
  }
  .services::before {
    left: -126px;
    top: 42px;
    width: 250px;
    height: 250px;
  }
  .services::after {
    right: -130px;
    bottom: 220px;
    width: 290px;
    height: 290px;
  }
  .trust::after {
    left: 14px;
    bottom: 60px;
    width: 230px;
    height: 230px;
  }
  .detail::after {
    right: -122px;
    bottom: 86px;
    width: 260px;
    height: 260px;
  }
  .detail--cleaning::after {
    left: -128px;
    right: auto;
  }
  .contact-band {
    background: linear-gradient(180deg, rgba(15, 99, 94, 0.99), rgba(26, 122, 114, 0.97));
  }
}
/* Contact CTA polish: fixed icon/text/arrow columns to avoid overlap and improve click affordance. */
.contact-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 18px;
  min-height: 116px;
  padding: 22px 20px 22px 22px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 250, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 18px 42px rgba(7, 55, 51, 0.16), inset 0 0 0 1px rgba(31, 118, 110, 0.08);
}
.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(7, 55, 51, 0.2), inset 0 0 0 1px rgba(31, 118, 110, 0.14);
}
.contact-card__icon {
  width: 62px;
  height: 62px;
  background: #eef8f4;
  border-color: rgba(31, 118, 110, 0.18);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.5);
}
.contact-card__icon svg {
  width: 27px;
  height: 27px;
}
.contact-card__body {
  min-width: 0;
}
.contact-card strong {
  color: #123653;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
  white-space: nowrap;
}
.contact-card small {
  margin-top: 5px;
  color: #3b5364;
  font-size: 14px;
  line-height: 1.45;
  white-space: normal;
}
.contact-card__arrow {
  position: static;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: #176862;
  border-radius: 50%;
  font-size: 21px;
  transform: none;
  transition: transform 0.2s ease, background 0.2s ease;
}
.contact-card:hover .contact-card__arrow {
  background: #0f5d58;
  transform: translateX(2px);
}

@media (min-width: 1081px) {
  .contact-band {
    grid-template-columns: 0.78fr 1.22fr;
  }
  .contact-band__cards {
    gap: 24px;
  }
  .contact-card {
    grid-template-columns: 54px minmax(0, 1fr) 34px;
    gap: 12px;
    padding: 20px 16px;
  }
  .contact-card__icon {
    width: 54px;
    height: 54px;
  }
  .contact-card__icon svg {
    width: 24px;
    height: 24px;
  }
  .contact-card strong {
    font-size: 18px;
  }
  .contact-card small {
    font-size: 13px;
    white-space: nowrap;
  }
  .contact-card__arrow {
    width: 34px;
    height: 34px;
    font-size: 19px;
  }
}
@media (max-width: 1080px) {
  .contact-band__cards {
    grid-template-columns: minmax(0, 560px);
    justify-content: center;
  }
  .contact-card {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .contact-card {
    grid-template-columns: 48px minmax(0, 1fr) 30px;
    gap: 11px;
    min-height: 94px;
    padding: 18px 14px;
    border-radius: 24px;
  }
  .contact-card__icon {
    width: 48px;
    height: 48px;
  }
  .contact-card__icon svg {
    width: 22px;
    height: 22px;
  }
  .contact-card strong {
    font-size: 16px;
  }
  .contact-card small {
    font-size: 12px;
  }
  .contact-card__arrow {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
/* Lower page build: shared tone from the top page with readable wireframe sections. */
.global-nav a[aria-current=page],
.footer-nav a[aria-current=page] {
  color: #176862;
}

.site-footer .footer-nav a[aria-current=page] {
  color: #fff;
  opacity: 0.74;
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(0, 1.05fr);
  gap: 64px;
  align-items: center;
  padding: 104px max(28px, (100vw - 1240px) / 2) 118px;
  overflow: hidden;
  background: linear-gradient(90deg, #fffdf8 0 48%, #edf7f3 48% 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
}
.page-hero::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(30vw, 380px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.page-hero::after {
  content: "";
  position: absolute;
  left: max(28px, (100vw - 1240px) / 2);
  bottom: 58px;
  width: 96px;
  height: 3px;
  background: #176862;
  border-radius: 999px;
  opacity: 0.9;
}
.page-hero > * {
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  margin: 0 0 26px;
  color: #123653;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}
.page-hero p:not(.section-kicker) {
  max-width: 620px;
  margin: 0;
  color: #3b5364;
  font-size: 19px;
  font-weight: 700;
  line-height: 2.12;
}
.page-hero__copy {
  padding: 18px 0;
}
.page-hero__image {
  position: relative;
}
.page-hero__image::before {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 180px;
  height: 180px;
  background: rgba(220, 238, 231, 0.72);
  border-radius: 50%;
  z-index: -1;
}
.page-hero__image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 42px 42px 150px 42px;
  box-shadow: 0 30px 76px rgba(32, 73, 85, 0.12);
  filter: saturate(0.9) contrast(0.97);
}

.page-hero--company .page-hero__image img {
  object-position: 50% 42%;
}

.page-hero--care .page-hero__image img {
  object-position: 50% 46%;
}

.page-hero--cleaning .page-hero__image img {
  object-position: 50% 52%;
}

.page-hero--cleaning h1 {
  font-size: clamp(36px, 3.2vw, 46px);
}

.page-hero--privacy h1 {
  max-width: 720px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.35;
}
.page-hero--privacy .page-hero__image img {
  object-position: 50% 42%;
}

.page-section {
  width: min(1180px, 100% - 56px);
  margin-inline: auto;
  position: relative;
  padding: 122px 0;
}
.page-section::before {
  content: "";
  position: absolute;
  right: -128px;
  top: 74px;
  width: 290px;
  height: 290px;
  background: rgba(220, 238, 231, 0.72);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}
.page-section:nth-of-type(odd)::before {
  left: -132px;
  right: auto;
  top: auto;
  bottom: 70px;
  background: rgba(249, 240, 220, 0.68);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 78px;
  align-items: center;
}
.split-section__image {
  position: relative;
}
.split-section__image::before {
  content: "";
  position: absolute;
  left: -34px;
  top: -34px;
  width: 54%;
  height: 54%;
  background: #eaf5ef;
  border-radius: 42px;
  z-index: -1;
}
.split-section__image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 38px 120px 38px 38px;
  box-shadow: 0 24px 64px rgba(32, 73, 85, 0.1);
  filter: saturate(0.9) contrast(0.97);
}
.split-section__copy {
  max-width: 590px;
}
.split-section__copy h2 {
  margin: 0 0 24px;
  color: #123653;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.55;
}
.split-section__copy p:not(.section-kicker) {
  margin: 0;
  color: #3b5364;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.18;
}

.soft-panel,
.info-band {
  width: min(1180px, 100% - 56px);
  padding: 78px;
  background: #fff;
  border: 1px solid rgba(31, 118, 110, 0.1);
  border-radius: 42px;
  box-shadow: 0 28px 70px rgba(38, 76, 76, 0.1), 0 8px 24px rgba(38, 76, 76, 0.06);
}
.soft-panel::before,
.info-band::before {
  display: none;
}

.page-section.mission-panel {
  width: min(1180px, 100% - 56px);
  margin-top: 88px;
  margin-bottom: 28px;
  padding: 74px clamp(56px, 7vw, 92px) 78px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(234, 245, 239, 0.96) 0%, rgba(255, 253, 248, 0.98) 48%, rgba(236, 248, 248, 0.88) 100%);
  border: 1px solid rgba(31, 118, 110, 0.14);
  border-radius: 36px 96px 36px 36px;
  box-shadow: 0 30px 74px rgba(38, 76, 76, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}
.page-section.mission-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 42px;
  bottom: 42px;
  display: block;
  width: 8px;
  height: auto;
  background: linear-gradient(180deg, #176862, #1f766e);
  border-radius: 999px;
  pointer-events: none;
  z-index: 1;
}
.page-section.mission-panel::after {
  content: "";
  position: absolute;
  right: -72px;
  top: -94px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.82) 0 34%, rgba(31, 118, 110, 0.1) 35% 100%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.info-table {
  display: grid;
  margin: 0;
  border-top: 1px solid rgba(219, 232, 225, 0.95);
}
.info-table div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 34px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(219, 232, 225, 0.95);
}
.info-table dt,
.info-table dd {
  margin: 0;
}
.info-table dt {
  color: #176862;
  font-size: 16px;
  font-weight: 700;
}
.info-table dd {
  color: #123653;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
}

.document-grid,
.content-grid,
.overview-grid {
  display: grid;
  gap: 22px;
}

.document-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.document-grid a,
.document-grid__item {
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 26px;
  background: #fff;
  border: 1px solid rgba(31, 118, 110, 0.13);
  border-radius: 28px;
  box-shadow: 0 14px 38px rgba(38, 76, 76, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.document-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(38, 76, 76, 0.1);
}
.document-grid a[download] small::after {
  content: "PDF";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 9px;
  padding: 3px 8px 2px;
  color: #176862;
  background: rgba(31, 118, 110, 0.11);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
.document-grid span {
  color: #1f766e;
  font-size: 15px;
  font-weight: 700;
}
.document-grid strong {
  color: #123653;
  font-size: 18px;
  line-height: 1.55;
}
.document-grid small {
  color: #3b5364;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.content-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.content-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.content-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.content-grid article {
  min-height: 250px;
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(31, 118, 110, 0.13);
  border-radius: 34px;
  box-shadow: 0 18px 46px rgba(38, 76, 76, 0.07);
}
.content-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  color: #176862;
  background: #eaf5ef;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
}
.content-grid h3 {
  margin: 0 0 14px;
  color: #123653;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}
.content-grid p {
  margin: 0;
  color: #3b5364;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.overview-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.overview-grid dl {
  margin: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(31, 118, 110, 0.13);
  border-radius: 26px;
  box-shadow: 0 12px 34px rgba(38, 76, 76, 0.06);
}
.overview-grid dt {
  margin-bottom: 10px;
  color: #176862;
  font-size: 15px;
  font-weight: 700;
}
.overview-grid dd {
  margin: 0;
  color: #123653;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.access-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 64px;
  align-items: stretch;
}
.access-section h2 {
  margin: 0 0 18px;
  color: #123653;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.45;
}
.access-section p:not(.section-kicker) {
  margin: 0 0 30px;
  color: #3b5364;
  font-size: 17px;
  font-weight: 700;
  line-height: 2.05;
}

.mini-data {
  display: grid;
  gap: 14px;
  margin: 0;
}
.mini-data div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(219, 232, 225, 0.95);
}
.mini-data dt,
.mini-data dd {
  margin: 0;
}
.mini-data dt {
  color: #176862;
  font-size: 15px;
  font-weight: 700;
}
.mini-data dd {
  color: #123653;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.map-embed {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(31, 118, 110, 0.13);
  border-radius: 38px;
  box-shadow: 0 18px 46px rgba(38, 76, 76, 0.08);
}
.map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  filter: saturate(0.92) contrast(0.96);
}
.map-embed__link {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: #176862;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(18, 54, 83, 0.18);
  font-size: 14px;
  font-weight: 700;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.flow-list li {
  position: relative;
  min-height: 250px;
  padding: 34px 28px 30px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(31, 118, 110, 0.13);
  border-radius: 34px;
  box-shadow: 0 18px 46px rgba(38, 76, 76, 0.07);
}
.flow-list span {
  display: inline-flex;
  margin-bottom: 26px;
  color: #1f766e;
  font-size: 18px;
  font-weight: 700;
}
.flow-list strong {
  display: block;
  margin-bottom: 12px;
  color: #123653;
  font-size: 21px;
  line-height: 1.45;
}
.flow-list p {
  margin: 0;
  color: #3b5364;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.faq-list {
  display: grid;
  gap: 16px;
}
.faq-list details {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(31, 118, 110, 0.13);
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(38, 76, 76, 0.06);
}
.faq-list summary {
  position: relative;
  cursor: pointer;
  padding: 24px 64px 24px 28px;
  color: #123653;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: #176862;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 4px, 4px 14px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.faq-list details[open] summary::after {
  background-image: linear-gradient(#fff, #fff);
  background-size: 14px 4px;
}
.faq-list details.is-closing summary::after {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 14px 4px, 4px 14px;
}
.faq-answer {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-list details[open] .faq-answer {
  opacity: 1;
  transform: translateY(0);
}
.faq-list p {
  margin: 0;
  padding: 0 28px 26px;
  color: #3b5364;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.notice-card {
  max-width: 680px;
  padding: 32px 34px;
  background: #fff;
  border: 1px solid rgba(31, 118, 110, 0.13);
  border-radius: 30px;
  box-shadow: 0 16px 42px rgba(38, 76, 76, 0.09);
}
.notice-card strong {
  display: block;
  margin-bottom: 10px;
  color: #123653;
  font-size: 22px;
  line-height: 1.55;
}
.notice-card p {
  margin: 0;
  color: #3b5364;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.mission-copy {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0;
  color: #123653;
  font-size: 22px;
  font-weight: 700;
  line-height: 2.05;
}

.treatment-disclosure {
  padding-top: 42px;
}

.treatment-summary {
  margin-bottom: 26px;
  padding: 34px 38px;
  background: #fff;
  border: 1px solid rgba(31, 118, 110, 0.1);
  border-radius: 30px;
  box-shadow: 0 18px 46px rgba(38, 76, 76, 0.08);
}
.treatment-summary p {
  margin: 0;
  color: #3b5364;
  font-size: 17px;
  font-weight: 700;
  line-height: 2.12;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.treatment-grid article {
  min-height: 260px;
  padding: 30px 28px;
  background: #fff;
  border: 1px solid rgba(31, 118, 110, 0.1);
  border-radius: 28px;
  box-shadow: 0 16px 42px rgba(38, 76, 76, 0.07);
}
.treatment-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  color: #176862;
  background: #eaf5ef;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
}
.treatment-grid h3 {
  margin: 0 0 12px;
  color: #123653;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
}
.treatment-grid p {
  margin: 0;
  color: #3b5364;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.95;
}

.policy-content {
  display: grid;
  gap: 30px;
}
.policy-content section {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(219, 232, 225, 0.95);
}
.policy-content section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.policy-content h3 {
  margin: 0 0 14px;
  color: #123653;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.55;
}
.policy-content p,
.policy-content li,
.policy-content dd {
  color: #3b5364;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
.policy-content p {
  margin: 0;
}
.policy-content ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 1.4em;
}

.page-section.policy-section {
  margin-top: 96px;
  margin-bottom: 112px;
}

.policy-section .section-heading {
  margin-bottom: 48px;
}
.policy-section .section-heading h2 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.45;
}

.policy-contact {
  display: grid;
  margin: 18px 0 0;
  border-top: 1px solid rgba(219, 232, 225, 0.95);
}
.policy-contact div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(219, 232, 225, 0.95);
}
.policy-contact dt,
.policy-contact dd {
  margin: 0;
}
.policy-contact dt {
  color: #176862;
  font-size: 15px;
  font-weight: 700;
}

.policy-date {
  margin: 36px 0 0;
  color: #74878d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: right;
}

@media (max-width: 1080px) {
  .page-hero,
  .split-section,
  .access-section {
    grid-template-columns: 1fr;
  }
  .page-hero {
    gap: 42px;
    padding-top: 72px;
  }
  .page-hero__image img {
    height: 430px;
  }
  .document-grid,
  .content-grid--four,
  .flow-list,
  .overview-grid,
  .treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content-grid--three {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .page-hero {
    gap: 28px;
    padding: 54px 14px 72px;
    background: linear-gradient(180deg, #edf7f3 0 44%, #fffdf8 44% 100%);
  }
  .page-hero::before {
    width: 48vw;
    opacity: 0.56;
  }
  .page-hero::after {
    left: 14px;
    bottom: 34px;
    width: 72px;
  }
  .page-hero h1 {
    font-size: 36px;
    line-height: 1.45;
  }
  .page-hero p:not(.section-kicker) {
    font-size: 16px;
    line-height: 2.05;
  }
  .page-hero__image img {
    height: 300px;
    border-radius: 28px 28px 96px 28px;
  }
  .page-section {
    width: min(100% - 28px, 520px);
    padding: 82px 0;
  }
  .page-section::before {
    right: -140px;
    top: 36px;
    width: 230px;
    height: 230px;
  }
  .split-section {
    gap: 34px;
  }
  .split-section__image img {
    height: 280px;
    border-radius: 30px 86px 30px 30px;
  }
  .split-section__copy h2 {
    font-size: 30px;
  }
  .split-section__copy p:not(.section-kicker) {
    font-size: 16px;
  }
  .soft-panel,
  .info-band {
    width: min(100% - 28px, 520px);
    padding: 44px 24px;
    border-radius: 30px;
  }
  .page-section.mission-panel {
    width: min(100% - 28px, 520px);
    margin-top: 54px;
    margin-bottom: 14px;
    padding: 42px 24px 44px 30px;
    border-radius: 28px 68px 28px 28px;
  }
  .page-section.mission-panel::before {
    top: 28px;
    bottom: 28px;
    width: 5px;
  }
  .page-section.mission-panel::after {
    right: -92px;
    top: -76px;
    width: 190px;
    height: 190px;
  }
  .info-table div,
  .mini-data div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .info-table dt {
    font-size: 15px;
  }
  .info-table dd {
    font-size: 16px;
  }
  .document-grid,
  .content-grid,
  .content-grid--three,
  .content-grid--four,
  .overview-grid,
  .flow-list,
  .treatment-grid {
    grid-template-columns: 1fr;
  }
  .document-grid a,
  .document-grid__item,
  .content-grid article,
  .flow-list li,
  .treatment-grid article {
    min-height: auto;
    border-radius: 26px;
  }
  .treatment-summary {
    padding: 28px 24px;
    border-radius: 26px;
  }
  .treatment-summary p {
    font-size: 16px;
    line-height: 2.05;
  }
  .policy-contact div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .policy-date {
    text-align: left;
  }
  .page-hero--privacy h1 {
    font-size: 34px;
    line-height: 1.45;
  }
  .page-section.policy-section {
    margin-top: 48px;
    margin-bottom: 72px;
    padding: 42px 24px;
  }
  .policy-section .section-heading {
    margin-bottom: 34px;
  }
  .policy-section .section-heading h2 {
    font-size: 30px;
  }
  .mission-copy {
    font-size: 18px;
    line-height: 2.05;
  }
  .access-section {
    gap: 34px;
  }
  .access-section h2 {
    font-size: 31px;
  }
  .map-embed {
    min-height: 260px;
    border-radius: 28px;
  }
  .map-embed iframe {
    min-height: 260px;
  }
  .map-embed__link {
    right: 14px;
    bottom: 14px;
    min-height: 40px;
    padding: 0 15px;
    font-size: 13px;
  }
  .faq-list summary {
    padding: 20px 58px 20px 22px;
    font-size: 16px;
    line-height: 1.65;
  }
  .faq-list summary::after {
    right: 20px;
  }
  .faq-list p {
    padding: 0 22px 22px;
    font-size: 15px;
  }
}
/* Contact page */
.page-hero--contact .page-hero__image img {
  object-position: 50% 46%;
}

.contact-page {
  display: grid;
  gap: 34px;
}

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

.contact-method,
.contact-form-panel {
  background: #fff;
  border: 1px solid rgba(31, 118, 110, 0.1);
  box-shadow: 0 28px 70px rgba(38, 76, 76, 0.1), 0 8px 24px rgba(38, 76, 76, 0.06);
}

.contact-method {
  display: grid;
  gap: 10px;
  min-height: 176px;
  padding: 30px;
  border-radius: 30px;
}
.contact-method__label {
  color: #1f766e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.contact-method strong {
  color: #123653;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
.contact-method small {
  color: #3b5364;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.contact-form-panel {
  padding: 76px 78px;
  border-radius: 42px;
}

.contact-form {
  display: grid;
  gap: 30px;
}

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

.form-field {
  display: grid;
  gap: 10px;
}
.form-field--wide {
  grid-column: 1/-1;
}
.form-field span {
  color: #123653;
  font-size: 16px;
  font-weight: 700;
}
.form-field em {
  display: inline-flex;
  margin-left: 8px;
  padding: 2px 8px;
  color: #fff;
  background: #176862;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  line-height: 1.5;
  vertical-align: middle;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 58px;
  padding: 14px 16px;
  color: #123653;
  background: #fbfdfb;
  border: 1px solid rgba(31, 118, 110, 0.18);
  border-radius: 16px;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  background: #fff;
  border-color: rgba(23, 104, 98, 0.55);
  box-shadow: 0 0 0 4px rgba(31, 118, 110, 0.12);
}
.form-field textarea {
  min-height: 210px;
  resize: vertical;
}

.privacy-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #123653;
  font-size: 16px;
  font-weight: 700;
}
.privacy-check input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 0.42em;
  accent-color: #176862;
}
.privacy-check a {
  color: #176862;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.form-note {
  margin: 0;
  color: #74878d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.form-submit {
  justify-self: start;
  min-height: 62px;
  padding: 0 34px;
  color: #fff;
  background: #176862;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(23, 104, 98, 0.18);
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.form-submit:hover {
  background: #0f5d58;
  box-shadow: 0 22px 44px rgba(23, 104, 98, 0.24);
  transform: translateY(-2px);
}

@media (max-width: 1080px) {
  .contact-methods {
    grid-template-columns: 1fr;
  }
  .contact-form-panel {
    padding: 58px 48px;
  }
}
@media (max-width: 760px) {
  .contact-page {
    gap: 24px;
  }
  .contact-method {
    min-height: auto;
    padding: 26px 22px;
    border-radius: 24px;
  }
  .contact-method strong {
    font-size: 19px;
  }
  .contact-form-panel {
    padding: 42px 24px;
    border-radius: 30px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 16px;
    border-radius: 14px;
  }
  .form-submit {
    width: 100%;
    justify-content: center;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: #176862;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(23, 104, 98, 0.18);
  cursor: pointer;
}
.nav-toggle__line {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transition: transform 0.22s ease, opacity 0.22s ease;
}
.nav-toggle__line:nth-child(1) {
  transform: translateY(-7px);
}
.nav-toggle__line:nth-child(3) {
  transform: translateY(7px);
}

@media (max-width: 1080px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 253, 247, 0.96);
  }
  .site-header__inner {
    position: relative;
    width: min(1240px, 100% - 56px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 72px;
    padding-block: 12px;
  }
  .brand {
    min-width: 0;
  }
  .brand span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .brand img {
    flex: 0 0 auto;
  }
  .nav-toggle {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
  }
  .site-header.is-nav-open .nav-toggle__line:nth-child(1) {
    transform: rotate(45deg);
  }
  .site-header.is-nav-open .nav-toggle__line:nth-child(2) {
    opacity: 0;
  }
  .site-header.is-nav-open .nav-toggle__line:nth-child(3) {
    transform: rotate(-45deg);
  }
  .global-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    max-height: calc(100vh - 96px);
    padding: 14px;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: #123653;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(31, 118, 110, 0.13);
    border-radius: 24px;
    box-shadow: 0 22px 50px rgba(18, 54, 83, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    visibility: hidden;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  }
  .global-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 16px;
    background: rgba(234, 245, 239, 0.52);
    border-radius: 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
  }
  .global-nav a::after {
    content: "›";
    color: #176862;
    font-size: 22px;
    line-height: 1;
  }
  .site-header.is-nav-open .global-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }
  .header-contact {
    display: none;
  }
}
@media (max-width: 760px) {
  .site-header__inner {
    width: min(100% - 28px, 520px);
    min-height: 72px;
  }
  .brand {
    font-size: 20px;
  }
  .brand img {
    width: 38px;
    height: 38px;
  }
}
/* Business separation: preserve the existing design while clarifying that the two services are separate business lines. */
.business-split-card {
  position: relative;
}
.business-split-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: #5f9473;
  z-index: 1;
}
.business-split-card .service-panel__content {
  padding-top: 30px;
}

.business-split-card--cleaning::before {
  background: #247c95;
}
.business-split-card--cleaning .business-label {
  color: #247c95;
  background: #eef8fa;
  border-color: rgba(36, 124, 149, 0.18);
}
.business-split-card--cleaning .service-tags li {
  background: #f3fbfc;
  border-color: rgba(36, 124, 149, 0.14);
}

.business-label {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 6px 13px;
  color: #5f9473;
  background: #f2f7ef;
  border: 1px solid rgba(95, 148, 115, 0.16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.business-service-name {
  margin: -4px 0 16px;
  color: #176862;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.hero__media--split {
  display: block;
  min-height: clamp(560px, 48vw, 660px);
  isolation: isolate;
}
.hero__media--split .hero-photo {
  position: absolute;
  width: min(70%, 520px);
  aspect-ratio: 1.46/1;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 10px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 70px rgba(23, 57, 76, 0.14);
}
.hero__media--split .hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  box-shadow: none;
  filter: saturate(0.94) contrast(0.98);
}
.hero__media--split .hero-photo figcaption {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  color: #176862;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(31, 118, 110, 0.14);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(18, 54, 83, 0.08);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.hero__media--split .hero-photo--care {
  left: 0;
  top: 6px;
  z-index: 2;
  border-radius: 30px 30px 104px 30px;
}
.hero__media--split .hero-photo--care img {
  object-position: 50% 48%;
}
.hero__media--split .hero-photo--cleaning {
  right: 0;
  bottom: 22px;
  z-index: 3;
  border-radius: 104px 30px 30px 30px;
}
.hero__media--split .hero-photo--cleaning img {
  object-position: 46% 52%;
}
.hero__media--split .hero-photo--cleaning figcaption {
  color: #247c95;
}
.hero__media--split .hero__seal {
  display: none;
}

@media (max-width: 1080px) {
  .hero--dual-visual .hero-actions {
    margin-top: 0;
    padding-inline: 18px;
  }
}
@media (max-width: 760px) {
  .hero__media--split {
    min-height: 360px;
  }
  .hero__media--split .hero-photo {
    width: 80%;
    border-width: 6px;
    aspect-ratio: 1.58/1;
  }
  .hero__media--split .hero-photo--care {
    left: 0;
    top: 0;
    border-radius: 22px 22px 66px 22px;
  }
  .hero__media--split .hero-photo--cleaning {
    right: 0;
    bottom: 0;
    border-radius: 66px 22px 22px 22px;
  }
  .hero__media--split .hero-photo figcaption {
    left: 12px;
    top: 12px;
    min-height: 28px;
    padding-inline: 10px;
    font-size: 11px;
  }
  .hero__media--split .hero__seal {
    display: none;
  }
  .business-split-card .service-panel__content {
    padding-top: 28px;
  }
  .business-label {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .business-service-name {
    margin-bottom: 14px;
    font-size: 14px;
  }
}

/* Final layout guards for the dual-business hero and desktop header. */
.global-nav {
  gap: clamp(18px, 2vw, 28px);
}
.global-nav a[href="contact.html"] {
  display: none;
}

.site-header__inner {
  gap: clamp(18px, 2vw, 32px);
}

.header-contact {
  flex: 0 0 auto;
  white-space: nowrap;
}

.hero--dual-visual .hero-actions {
  gap: clamp(14px, 2vw, 24px);
}
.hero--dual-visual .hero-actions a {
  gap: 12px;
  min-width: 0;
  padding-inline: clamp(18px, 2vw, 26px);
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.35;
  white-space: nowrap;
}
.hero--dual-visual .hero-actions a::after {
  flex: 0 0 auto;
  margin-left: auto;
}
.hero--dual-visual .hero-actions span {
  flex: 0 0 auto;
}

.hero__media--split .hero-photo figcaption {
  display: none;
}

/* Link hover interactions */
.header-contact,
.hero-actions a,
.text-link,
.button,
.contact-card,
.document-grid a,
.map-embed__link,
a.contact-method,
.privacy-check a {
  transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
}

.header-contact::after,
.hero-actions a::after,
.text-link::after,
.button::after,
.contact-card__arrow {
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.contact-card__icon,
.contact-card__icon svg {
  transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

@media (hover: hover) {
  .header-contact:hover,
  .header-contact:focus-visible {
    background: #176862;
    box-shadow: 0 14px 30px rgba(23, 104, 98, 0.2);
    transform: translateY(-2px);
  }

  .header-contact:hover::after,
  .header-contact:focus-visible::after {
    transform: translateX(3px);
  }

  .hero-actions a:hover,
  .hero-actions a:focus-visible {
    color: #00615d;
    background: #fff;
    border-color: rgba(23, 104, 98, 0.32);
    transform: translateY(-4px);
    box-shadow: 0 26px 58px rgba(23, 57, 76, 0.18);
  }

  .hero-actions a:hover::after,
  .hero-actions a:focus-visible::after {
    color: #176862;
    transform: translateX(5px);
  }

  .text-link:hover,
  .text-link:focus-visible {
    color: #0f5d58;
    transform: translateX(2px);
  }

  .text-link:hover::after,
  .text-link:focus-visible::after {
    background: #176862;
    box-shadow: 0 10px 22px rgba(23, 104, 98, 0.22);
    transform: translateX(5px);
  }

  .button:hover,
  .button:focus-visible {
    color: #fff;
    background: #176862;
    border-color: #176862;
    box-shadow: 0 18px 38px rgba(23, 104, 98, 0.18);
    transform: translateY(-3px);
  }

  .button:hover::after,
  .button:focus-visible::after {
    color: #176862;
    background: #fff;
    transform: translateX(4px);
  }

  .contact-card:hover,
  .contact-card:focus-visible {
    background: #fff;
    border-color: rgba(23, 104, 98, 0.28);
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(7, 55, 51, 0.24), inset 0 0 0 1px rgba(31, 118, 110, 0.16);
  }

  .contact-card:hover .contact-card__icon,
  .contact-card:focus-visible .contact-card__icon {
    background: rgba(23, 104, 98, 0.1);
    transform: scale(1.04);
  }

  .contact-card:hover .contact-card__arrow,
  .contact-card:focus-visible .contact-card__arrow {
    background: #0f5d58;
    box-shadow: 0 12px 24px rgba(23, 104, 98, 0.24);
    transform: translateX(4px);
  }

  .document-grid a:hover,
  .document-grid a:focus-visible {
    border-color: rgba(23, 104, 98, 0.28);
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(38, 76, 76, 0.14);
  }

  .map-embed__link:hover,
  .map-embed__link:focus-visible {
    background: #0f5d58;
    box-shadow: 0 18px 34px rgba(18, 54, 83, 0.22);
    transform: translateY(-2px);
  }

  a.contact-method:hover,
  a.contact-method:focus-visible {
    border-color: rgba(23, 104, 98, 0.24);
    transform: translateY(-3px);
    box-shadow: 0 32px 76px rgba(38, 76, 76, 0.13), 0 10px 26px rgba(38, 76, 76, 0.08);
  }

  .privacy-check a:hover,
  .privacy-check a:focus-visible {
    color: #0f5d58;
    text-underline-offset: 7px;
  }
}

.header-contact:focus-visible,
.hero-actions a:focus-visible,
.text-link:focus-visible,
.button:focus-visible,
.contact-card:focus-visible,
.document-grid a:focus-visible,
.map-embed__link:focus-visible,
a.contact-method:focus-visible,
.privacy-check a:focus-visible,
.form-submit:focus-visible {
  outline: 3px solid rgba(31, 118, 110, 0.28);
  outline-offset: 4px;
}

/* Final CTA/footer polish */
.contact-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 250, 0.96));
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

@media (hover: hover) {
  .contact-card:hover,
  .contact-card:focus-visible {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 250, 0.96));
    border-color: rgba(23, 104, 98, 0.24);
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(7, 55, 51, 0.24), inset 0 0 0 1px rgba(31, 118, 110, 0.16);
  }
}

.contact-band,
.site-footer {
  position: relative;
  overflow: hidden;
}

.contact-band {
  background: linear-gradient(180deg, #1f766e 0%, #176862 68%, #13625e 100%);
}

.contact-band::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-band::before {
  background: radial-gradient(circle at 82% 36%, rgba(255, 255, 255, 0.13) 0 260px, transparent 261px), linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 62%);
}

.contact-band > *,
.site-footer > * {
  position: relative;
}

.site-footer {
  background: linear-gradient(180deg, #18415e 0%, #123653 100%);
}

.site-footer::before {
  background: radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.08) 0 190px, transparent 191px), linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 62%);
}

.site-header .global-nav a {
  transition: color 0.28s ease;
}

body,
button,
input,
select,
textarea {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
}

.hero p:not(.section-kicker),
.page-hero p:not(.section-kicker),
.service-card p,
.trust-list p,
.detail p:not(.section-kicker),
.contact-band p:not(.section-kicker),
.policy-content p,
.policy-content li,
.policy-content dd,
.form-note,
.contact-method small {
  font-weight: 500;
}

.section-heading p,
.lead-text,
.company-lead,
.faq-answer,
.accordion-content {
  font-weight: 500;
}

@media (hover: hover) {
  .site-header .global-nav a:hover,
  .site-header .global-nav a:focus-visible {
    color: #176862;
  }
}

@media (max-width: 1080px) {
  .global-nav a[href="contact.html"] {
    display: flex;
  }
}

.site-footer .footer-nav a {
  white-space: nowrap;
}

@media (max-width: 760px) {
  .site-footer .footer-nav {
    grid-template-columns: repeat(2, max-content);
    justify-content: start;
    gap: 18px clamp(44px, 16vw, 96px);
    font-size: clamp(15px, 4.1vw, 17px);
    line-height: 1.45;
  }

  .page-hero--cleaning h1 {
    font-size: clamp(25px, 7.4vw, 40px);
    line-height: 1.25;
    white-space: nowrap;
  }

  .trust {
    grid-template-columns: 20px minmax(0, 1fr) 20px;
    padding-top: 70px;
    padding-bottom: 76px;
  }

  .trust h2 {
    font-size: clamp(32px, 9.8vw, 42px);
    line-height: 1.35;
  }

  .trust-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  .trust-list p {
    font-size: 15px;
    line-height: 2;
  }
}

@media (max-width: 900px) {
  .trust {
    grid-template-columns: clamp(14px, 3vw, 24px) minmax(0, 1fr) clamp(14px, 3vw, 24px);
    gap: 26px;
  }

  .trust__visual,
  .trust__content {
    grid-column: 2;
  }

  .trust h2 {
    font-size: clamp(34px, 8vw, 46px);
    line-height: 1.28;
  }

  .trust-list article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px 14px;
  }

  .trust-list h3 {
    line-height: 1.55;
  }

  .trust-list p {
    grid-column: 1 / -1;
    font-size: clamp(15px, 3.8vw, 17px);
    line-height: 1.9;
  }
}
