:root {
  --ink: #081126;
  --muted: #5f6878;
  --line: #dfe5ea;
  --paper: #ffffff;
  --soft: #f5f8f7;
  --green: #009e57;
  --green-dark: #007641;
  --yellow: #f7b500;
  --yellow-soft: #fff3c7;
  --blue: #1457a8;
  --danger-soft: #fff1eb;
  --shadow: 0 16px 40px rgba(8, 17, 38, 0.08);
  --radius: 8px;
  --container: 1180px;
}

/* Retake v3: one large premium hero image */
.hero {
  min-height: calc(100svh - 76px);
  padding: 0;
  background: #f8fbf8;
}

.hero::before {
  left: auto;
  right: 0;
  bottom: 0;
  width: min(32vw, 430px);
  height: 100%;
  background:
    linear-gradient(135deg, rgba(0, 158, 87, 0.18), transparent 38%),
    repeating-linear-gradient(135deg, rgba(0, 158, 87, 0.13) 0 2px, transparent 2px 16px);
  clip-path: none;
  opacity: 0.76;
  transform: none;
}

.hero::after {
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  display: block;
  width: min(16vw, 180px);
  height: min(45vh, 420px);
  border: 0;
  background: linear-gradient(145deg, var(--green) 0 48%, transparent 48% 60%, var(--yellow) 60% 100%);
  clip-path: polygon(0 0, 100% 14%, 70% 100%, 0 82%);
  opacity: 0.96;
}

.hero-grid {
  width: min(100% - 40px, 1240px);
  min-height: calc(100svh - 76px);
  grid-template-columns: minmax(330px, 0.42fr) minmax(560px, 0.58fr);
  gap: clamp(36px, 5vw, 74px);
}

.hero-copy-wrap {
  position: relative;
  z-index: 3;
}

.hero-title {
  font-size: clamp(3.4rem, 5.6vw, 5.3rem);
  line-height: 1.02;
}

.hero-lead {
  max-width: 520px;
}

.hero-copy {
  max-width: 510px;
}

.hero-media {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  min-width: 0;
}

.hero-visual-main {
  position: relative;
  width: calc(100% + ((100vw - min(100vw - 40px, 1240px)) / 2));
  height: min(74vh, 690px);
  min-height: 500px;
  margin: 0 calc((100vw - min(100vw - 40px, 1240px)) / -2) 0 0;
  overflow: hidden;
  border-radius: var(--radius) 0 0 var(--radius);
  box-shadow: 0 34px 90px rgba(8, 17, 38, 0.16);
  background: #eef5ef;
}

.hero-visual-main::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(248, 251, 248, 0.92) 0%, rgba(248, 251, 248, 0.52) 18%, rgba(248, 251, 248, 0) 43%),
    linear-gradient(0deg, rgba(8, 17, 38, 0.18), transparent 44%);
  content: "";
  pointer-events: none;
}

.hero-visual-main::after {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 3;
  width: min(58%, 520px);
  height: 72px;
  background: linear-gradient(90deg, var(--green), var(--yellow));
  content: "";
  transform: skewX(-18deg);
  opacity: 0.92;
}

.hero-visual-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  animation: heroKenBurns 13s ease-in-out infinite alternate;
}

.hero-visual-main figcaption {
  position: absolute;
  right: 30px;
  bottom: 28px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: var(--radius);
  color: #fff;
  font-weight: 900;
  background: rgba(8, 17, 38, 0.86);
}

@keyframes heroKenBurns {
  from {
    transform: scale(1.01) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.075) translate3d(-1.5%, -1%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual-main img {
    animation: none;
  }
}

@media (max-width: 1060px) {
  .hero-grid {
    width: min(100% - 28px, var(--container));
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 36px 0 42px;
  }

  .hero-media {
    order: -1;
  }

  .hero-visual-main {
    width: 100%;
    height: 44vh;
    min-height: 360px;
    margin: 0;
    border-radius: var(--radius);
  }

  .hero-visual-main::before {
    background:
      linear-gradient(180deg, rgba(248, 251, 248, 0) 0%, rgba(248, 251, 248, 0.12) 45%, rgba(8, 17, 38, 0.28) 100%);
  }
}

@media (max-width: 700px) {
  .hero {
    padding: 0;
  }

  .hero::after {
    display: block;
    width: 78px;
    height: 230px;
  }

  .hero-grid {
    width: 100%;
    padding: 0 0 30px;
    gap: 24px;
  }

  .hero-media {
    width: 100%;
  }

  .hero-visual-main {
    height: 47vh;
    min-height: 340px;
    border-radius: 0;
  }

  .hero-visual-main img {
    object-position: 63% center;
  }

  .hero-visual-main figcaption {
    right: 16px;
    bottom: 18px;
    min-height: 32px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .hero-visual-main::after {
    left: 0;
    bottom: 0;
    width: 68%;
    height: 48px;
  }

  .hero-copy-wrap {
    width: min(100% - 28px, var(--container));
    margin: 0 auto;
  }

  .hero-title {
    font-size: clamp(2.7rem, 12vw, 3.28rem);
  }

  .hero-copy {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
}

/* 2026-07-13 premium inner-page motion system. */
body:not(.home) .page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(720px, calc(100svh - 76px));
}

body:not(.home) .page-hero::before,
body:not(.home) .page-hero::after {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  content: "";
}

body:not(.home) .page-hero::before {
  top: -80px;
  right: 5vw;
  width: min(34vw, 520px);
  height: min(34vw, 520px);
  border: 1px solid rgba(0, 158, 87, 0.13);
  background: repeating-linear-gradient(135deg, rgba(0, 158, 87, 0.08) 0 2px, transparent 2px 18px);
  transform: rotate(8deg);
  animation: innerFrameDrift 14s ease-in-out infinite alternate;
}

body:not(.home) .page-hero::after {
  left: -90px;
  bottom: -120px;
  width: 260px;
  height: 360px;
  border: 42px solid rgba(247, 181, 0, 0.12);
  transform: skewY(-18deg) rotate(-8deg);
  animation: innerAccentDrift 11s ease-in-out infinite alternate;
}

.page-ambient {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-ambient span {
  position: absolute;
  display: block;
  width: 190px;
  height: 18px;
  background: linear-gradient(90deg, var(--green), rgba(0, 158, 87, 0));
  transform: skewX(-28deg);
  opacity: 0.16;
}

.page-ambient span:nth-child(1) {
  top: 18%;
  left: -30px;
  animation: ambientSlide 12s ease-in-out infinite alternate;
}

.page-ambient span:nth-child(2) {
  top: 44%;
  right: 3%;
  width: 270px;
  background: linear-gradient(90deg, rgba(247, 181, 0, 0), var(--yellow));
  animation: ambientSlideReverse 15s ease-in-out infinite alternate;
}

.page-ambient span:nth-child(3) {
  left: 29%;
  bottom: 13%;
  width: 120px;
  height: 8px;
  animation: ambientSlide 9s ease-in-out infinite alternate-reverse;
}

@keyframes innerFrameDrift {
  from { transform: translate3d(0, 0, 0) rotate(8deg); }
  to { transform: translate3d(-22px, 30px, 0) rotate(11deg); }
}

@keyframes innerAccentDrift {
  from { transform: translate3d(0, 0, 0) skewY(-18deg) rotate(-8deg); }
  to { transform: translate3d(28px, -22px, 0) skewY(-14deg) rotate(-4deg); }
}

@keyframes ambientSlide {
  from { transform: translate3d(-18px, 0, 0) skewX(-28deg); }
  to { transform: translate3d(38px, 10px, 0) skewX(-28deg); }
}

@keyframes ambientSlideReverse {
  from { transform: translate3d(28px, 0, 0) skewX(-28deg); }
  to { transform: translate3d(-32px, -8px, 0) skewX(-28deg); }
}

body:not(.home) .page-visual {
  animation: pageVisualFloat 9s ease-in-out infinite alternate;
}

body:not(.home) .main > .section:not(.page-hero):not(.inner-motion-marquee) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

body:not(.home) .main > .section:not(.page-hero):not(.inner-motion-marquee):nth-of-type(odd)::before {
  position: absolute;
  z-index: -1;
  top: 13%;
  right: -90px;
  width: 230px;
  height: 170px;
  border: 26px solid rgba(0, 158, 87, 0.035);
  content: "";
  pointer-events: none;
  transform: skewX(-24deg);
  animation: sectionAccentDrift 13s ease-in-out infinite alternate;
}

body:not(.home) .main > .section:not(.page-hero):not(.inner-motion-marquee):nth-of-type(even)::after {
  position: absolute;
  z-index: -1;
  left: -70px;
  bottom: 10%;
  width: 180px;
  height: 110px;
  background: repeating-linear-gradient(135deg, rgba(247, 181, 0, 0.055) 0 2px, transparent 2px 15px);
  content: "";
  pointer-events: none;
  transform: skewX(-22deg);
  animation: sectionAccentDrift 16s ease-in-out infinite alternate-reverse;
}

@keyframes sectionAccentDrift {
  from { translate: 0 -8px; }
  to { translate: 24px 18px; }
}

body:not(.home) .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

@media (hover: hover) {
  body:not(.home) .card:hover {
    border-color: rgba(0, 158, 87, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 22px 55px rgba(8, 17, 38, 0.1);
  }
}

@keyframes pageVisualFloat {
  from { translate: 0 0; }
  to { translate: 0 -10px; }
}

.trust-hero {
  padding: clamp(70px, 7vw, 112px) 0 54px;
  background:
    linear-gradient(112deg, rgba(235, 249, 241, 0.94), rgba(255, 250, 229, 0.86)),
    #fff;
}

.trust-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: center;
}

.trust-hero-copy {
  position: relative;
  z-index: 4;
}

.trust-hero-copy h1 {
  max-width: 9.8em;
  margin-bottom: 24px;
  font-size: clamp(2.75rem, 4.4vw, 4.75rem);
  line-height: 1.17;
}

.trust-hero-copy .page-lead {
  max-width: 34em;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 650;
  line-height: 2;
}

.trust-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0;
}

.trust-hero-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(0, 158, 87, 0.16);
  border-radius: 999px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(8px);
}

.trust-hero-stage {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  min-height: 510px;
  perspective: 1100px;
  transform: rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(.2,.8,.2,1);
}

.trust-hero-photo {
  position: absolute;
  inset: 18px 0 26px 54px;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  background: #ddeae2;
  box-shadow: 0 34px 90px rgba(8, 17, 38, 0.18);
}

.trust-hero-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 158, 87, 0.05), transparent 48%, rgba(247, 181, 0, 0.12));
  content: "";
}

.trust-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: trustPhotoBreath 12s ease-in-out infinite alternate;
}

@keyframes trustPhotoBreath {
  from { transform: scale(1.01); }
  to { transform: scale(1.055); }
}

.trust-float-card {
  position: absolute;
  z-index: 5;
  min-width: 190px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 55px rgba(8, 17, 38, 0.18);
  backdrop-filter: blur(14px);
}

.trust-float-card.is-main {
  top: 2px;
  left: 0;
  animation: trustCardFloat 7s ease-in-out infinite alternate;
}

.trust-float-card.is-sub {
  right: -12px;
  bottom: 18px;
  animation: trustCardFloat 8.5s ease-in-out 1s infinite alternate-reverse;
}

.trust-float-card .line-icon {
  width: 38px;
  height: 38px;
  margin: 0 0 10px;
}

.trust-float-card span {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
}

.trust-float-card strong {
  display: block;
  margin-top: 3px;
  color: var(--green-dark);
  font-size: 2rem;
  line-height: 1.05;
}

.trust-float-card small {
  margin-left: 3px;
  font-size: 0.42em;
}

@keyframes trustCardFloat {
  from { translate: 0 0; }
  to { translate: 0 -14px; }
}

.trust-stage-label {
  position: absolute;
  z-index: 5;
  left: 22px;
  bottom: 8px;
  padding: 12px 16px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  background: var(--ink);
  box-shadow: 0 16px 36px rgba(8, 17, 38, 0.22);
}

.trust-stage-label span {
  display: block;
  margin-bottom: 2px;
  color: var(--yellow);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.trust-hero-stats {
  position: relative;
  z-index: 6;
  margin-top: 42px;
}

.trust-hero-stats .stats-panel {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-color: rgba(0, 158, 87, 0.14);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(8, 17, 38, 0.12);
  backdrop-filter: blur(14px);
}

.trust-hero-stats .stat {
  min-height: 170px;
  padding: 25px 22px;
}

.trust-hero-stats .stat-number {
  font-size: clamp(1.45rem, 2vw, 2.1rem);
}

.inner-motion-marquee {
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}

.inner-motion-marquee > div {
  display: flex;
  width: max-content;
  animation: innerMarquee 28s linear infinite;
}

.inner-motion-marquee span {
  padding: 15px 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  font-weight: 900;
  white-space: nowrap;
}

.inner-motion-marquee span::first-letter {
  color: var(--yellow);
}

@keyframes innerMarquee {
  to { transform: translateX(-50%); }
}

.trust-evidence {
  overflow: hidden;
}

.trust-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
  margin-bottom: clamp(50px, 7vw, 86px);
}

.trust-story-grid .section-head {
  display: block;
  margin: 0;
}

.trust-story-photo {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 94% 0, 100% 88%, 8% 100%);
  background: #edf4ef;
  box-shadow: 0 28px 70px rgba(8, 17, 38, 0.14);
}

.trust-story-photo img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.trust-story-photo figcaption {
  position: absolute;
  left: clamp(14px, 2vw, 24px);
  bottom: clamp(18px, 2.4vw, 28px);
  max-width: calc(100% - 48px);
  padding: 14px 19px 15px 22px;
  border-left: 4px solid var(--yellow);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.5;
  background: rgba(8, 17, 38, 0.94);
  box-shadow: 0 18px 42px rgba(8, 17, 38, 0.28);
  backdrop-filter: blur(8px);
}

.trust-story-photo figcaption span {
  display: block;
  margin-bottom: 3px;
  color: var(--yellow);
  font-size: 0.64rem;
  letter-spacing: 0.1em;
}

.trust-page .trust-detail-grid {
  gap: 18px;
}

.trust-page .stat-story {
  position: relative;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border-top: 3px solid var(--green);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-page .stat-story:nth-child(even) {
  border-top-color: var(--yellow);
}

.trust-page .stat-story::after {
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 110px;
  height: 90px;
  border: 18px solid rgba(0, 158, 87, 0.06);
  content: "";
  transform: skewX(-22deg);
}

.trust-page .stat-story .line-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
}

@media (hover: hover) {
  .trust-page .stat-story:hover,
  .trust-page .reason-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 60px rgba(8, 17, 38, 0.12);
  }
}

.trust-voices {
  position: relative;
  overflow: hidden;
  background:
    repeating-linear-gradient(135deg, rgba(0, 158, 87, 0.025) 0 1px, transparent 1px 18px),
    var(--soft);
}

.trust-voices::before {
  position: absolute;
  top: 40px;
  right: 5vw;
  color: rgba(0, 158, 87, 0.07);
  content: "“";
  font-family: Georgia, serif;
  font-size: 17rem;
  line-height: 1;
  animation: quoteDrift 10s ease-in-out infinite alternate;
}

@keyframes quoteDrift {
  to { translate: -14px 18px; }
}

.trust-page .voice-card {
  position: relative;
  min-height: 230px;
  padding: 30px;
  overflow: hidden;
}

.trust-page .voice-card::before {
  display: block;
  margin-bottom: 14px;
  color: var(--yellow);
  content: "★★★★★";
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.trust-page .voice-card::after {
  position: absolute;
  right: 16px;
  bottom: -22px;
  color: rgba(0, 158, 87, 0.07);
  content: "“";
  font-family: Georgia, serif;
  font-size: 7rem;
  line-height: 1;
}

.trust-reasons .reason-card {
  min-height: 280px;
  border-bottom: 4px solid rgba(0, 158, 87, 0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-reasons .reason-card:nth-child(2) {
  border-bottom-color: rgba(247, 181, 0, 0.9);
}

@media (max-width: 1060px) {
  .trust-hero-grid,
  .trust-story-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .trust-hero-stage {
    min-height: 440px;
  }

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

@media (max-width: 700px) {
  body:not(.home) .page-hero {
    min-height: auto;
  }

  body:not(.home) .page-hero::before {
    top: 30px;
    right: -70px;
    width: 230px;
    height: 230px;
  }

  body:not(.home) .page-hero::after {
    left: -110px;
    bottom: -80px;
    opacity: 0.7;
  }

  .trust-hero {
    padding: 42px 0 34px;
  }

  .trust-hero-grid,
  .trust-story-grid {
    grid-template-columns: 1fr;
  }

  .trust-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.15rem, 10.5vw, 2.85rem);
  }

  .trust-hero-stage {
    min-height: 350px;
    margin-top: 8px;
  }

  .trust-hero-photo {
    inset: 14px 0 26px 18px;
  }

  .trust-float-card {
    min-width: 142px;
    padding: 12px 14px;
  }

  .trust-float-card.is-main {
    left: 0;
  }

  .trust-float-card.is-sub {
    right: 0;
  }

  .trust-float-card strong {
    font-size: 1.45rem;
  }

  .trust-stage-label {
    left: 10px;
    bottom: 6px;
    font-size: 0.74rem;
  }

  .trust-hero-stats {
    margin-top: 20px;
  }

  .trust-hero-stats .stats-panel {
    grid-template-columns: 1fr 1fr;
  }

  .trust-hero-stats .stat {
    min-height: 145px;
    padding: 18px 14px;
  }

  .trust-hero-stats .stat-note {
    display: none;
  }

  .inner-motion-marquee span {
    padding: 12px 14px;
  }

  .trust-story-photo,
  .trust-story-photo img {
    min-height: 270px;
  }

  .trust-page .trust-detail-grid {
    grid-template-columns: 1fr;
  }

  .trust-page .stat-story,
  .trust-page .voice-card,
  .trust-reasons .reason-card {
    min-height: 0;
  }
}

/* 2026-07 typography, icon and review-page refinement. */
.page-hero h1 {
  max-width: 13em;
  font-size: clamp(2.35rem, 3.35vw, 3.25rem);
  line-height: 1.22;
}

.section-title {
  max-width: 19em;
  font-size: clamp(1.65rem, 2.25vw, 2.25rem);
  line-height: 1.38;
}

.card .section-title {
  font-size: clamp(1.5rem, 1.95vw, 2rem);
}

.section-text,
.page-lead {
  max-width: 44em;
  line-height: 2;
}

.line-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border: 1px solid rgba(0, 158, 87, 0.18);
  border-radius: 50%;
  place-items: center;
  color: var(--green-dark);
  background: rgba(0, 158, 87, 0.08);
}

.line-icon svg {
  width: 27px;
  height: 27px;
}

.line-icon.is-yellow {
  border-color: rgba(247, 181, 0, 0.26);
  color: #b97e00;
  background: rgba(247, 181, 0, 0.12);
}

.process-item .line-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
}

.process-item .line-icon svg {
  width: 23px;
  height: 23px;
}

.reason-card .line-icon {
  margin-bottom: 20px;
}

.voice-hero {
  background:
    linear-gradient(120deg, rgba(0, 158, 87, 0.08), rgba(247, 181, 0, 0.12)),
    #fff;
}

.voice-hero-visual {
  position: relative;
  display: grid;
  min-height: 340px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(0, 158, 87, 0.16);
  border-radius: var(--radius);
  align-content: center;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow);
}

.voice-hero-visual::before,
.voice-hero-visual::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.voice-hero-visual::before {
  width: 190px;
  height: 190px;
  top: -64px;
  right: -38px;
  background: rgba(247, 181, 0, 0.18);
}

.voice-hero-visual::after {
  width: 230px;
  height: 230px;
  right: 72px;
  bottom: -170px;
  background: rgba(0, 158, 87, 0.12);
}

.voice-hero-visual .line-icon {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
}

.voice-hero-visual span,
.voice-hero-visual strong {
  position: relative;
  z-index: 1;
}

.voice-hero-visual div > span {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.voice-hero-visual strong {
  display: block;
  font-size: clamp(1.65rem, 2.6vw, 2.65rem);
  line-height: 1.35;
}

.voice-hero-star {
  margin-top: 22px;
  color: var(--yellow);
  font-size: 1.25rem;
  letter-spacing: 0.16em;
}

.review-summary {
  border-bottom: 1px solid var(--line);
}

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

.review-summary-grid > div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  align-items: center;
}

.review-summary-grid .line-icon {
  grid-row: 1 / 3;
  margin: 0;
}

.review-summary-grid strong {
  align-self: end;
  font-size: 1.05rem;
}

.review-summary-grid p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.review-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 26px;
}

.review-filter span {
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  background: #fff;
}

.review-filter .is-active {
  border-color: var(--green);
  color: #fff;
  background: var(--green);
}

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

.review-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(8, 17, 38, 0.05);
}

.review-card-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}

.review-card-head .line-icon {
  width: 44px;
  height: 44px;
  margin: 0;
}

.review-card-head .line-icon svg {
  width: 22px;
  height: 22px;
}

.review-stars {
  display: block;
  color: var(--yellow);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.review-card-head strong {
  display: block;
  margin-top: 3px;
  font-size: 0.94rem;
}

.review-number {
  color: #98a2b3;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.review-card > p {
  margin: 22px 0 0;
  color: #344054;
  font-weight: 600;
  line-height: 1.9;
}

.review-policy-steps {
  display: grid;
  gap: 12px;
}

.review-policy-steps > div {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.review-policy-steps span {
  grid-row: 1 / 3;
  color: var(--yellow);
  font-size: 1.3rem;
  font-weight: 900;
}

.review-policy-steps p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 700px) {
  .page-hero h1 {
    max-width: none;
    font-size: clamp(1.95rem, 9.4vw, 2.55rem);
    line-height: 1.3;
  }

  .section-title,
  .card .section-title {
    max-width: none;
    font-size: clamp(1.4rem, 6.6vw, 1.78rem);
    line-height: 1.45;
  }

  .section-text,
  .page-lead {
    line-height: 1.85;
  }

  .review-summary-grid,
  .review-list {
    grid-template-columns: 1fr;
  }

  .voice-hero-visual {
    min-height: 250px;
    padding: 28px;
  }

  .voice-hero-visual strong {
    font-size: 1.65rem;
  }

  .review-card {
    padding: 22px 18px;
  }

  .review-number {
    display: none;
  }
}

/* Final cascade lock for Japanese layout. Keep this block at EOF. */
body:not(.home) .page-hero {
  min-height: 0;
  padding: clamp(56px, 5.5vw, 84px) 0 clamp(48px, 5vw, 72px);
}

body:not(.home) .trust-hero {
  min-height: min(760px, calc(100svh - 76px));
  padding: clamp(70px, 7vw, 112px) 0 54px;
}

.page-hero h1,
.section-title,
.card .section-title,
.company-message-title {
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0;
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
  white-space: normal;
  text-wrap: pretty;
}

.page-hero h1 {
  max-width: 12em;
  font-size: clamp(2.3rem, 3.15vw, 3.2rem);
  line-height: 1.3;
}

.section-title {
  max-width: 22em;
  font-size: clamp(1.7rem, 2.15vw, 2.2rem);
  line-height: 1.5;
}

.card .section-title {
  font-size: clamp(1.48rem, 1.8vw, 1.9rem);
}

@media (max-width: 700px) {
  body:not(.home) .page-hero,
  body:not(.home) .trust-hero {
    min-height: 0;
    padding: 38px 0 42px;
  }

  .page-hero h1,
  .trust-hero-copy h1,
  .section-title,
  .card .section-title,
  .company-message-title {
    max-width: 100%;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .page-hero h1,
  .trust-hero-copy h1 {
    font-size: clamp(1.95rem, 8.6vw, 2.35rem);
    line-height: 1.38;
  }

  .section-title,
  .card .section-title,
  .company-message-title {
    font-size: clamp(1.4rem, 6.1vw, 1.7rem);
    line-height: 1.55;
  }

  .section {
    padding: 48px 0;
  }

  .section.compact {
    padding: 38px 0;
  }

  .section-head {
    margin-bottom: 26px;
  }

  .card-body,
  .reason-card,
  .stat-story {
    padding: 22px 18px;
  }
}

/* 2026-07-13 Japanese typography and spacing audit. */
body {
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.section-title,
.mission-strip h2,
.story-band h2 {
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

p,
li,
td,
th,
.section-text,
.page-lead {
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
}

body:not(.home) .page-hero {
  min-height: 0;
  padding: clamp(56px, 5.5vw, 84px) 0 clamp(48px, 5vw, 72px);
}

body:not(.home) .trust-hero {
  min-height: min(760px, calc(100svh - 76px));
  padding: clamp(70px, 7vw, 112px) 0 54px;
}

body:not(.home) .page-hero-grid {
  min-height: 0;
}

.page-hero h1 {
  max-width: 12em;
  margin-bottom: 22px;
  font-size: clamp(2.3rem, 3.15vw, 3.2rem);
  line-height: 1.3;
}

.page-lead {
  max-width: 38em;
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  font-weight: 500;
  line-height: 2;
}

.section-title {
  max-width: 22em;
  font-size: clamp(1.7rem, 2.15vw, 2.2rem);
  line-height: 1.5;
}

.card .section-title {
  font-size: clamp(1.48rem, 1.8vw, 1.9rem);
  line-height: 1.5;
}

.section-text {
  margin-top: 14px;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 2;
}

.section-head {
  margin-bottom: clamp(28px, 3vw, 42px);
}

body:not(.home) .main > .page-hero + .section,
body:not(.home) .main > .inner-motion-marquee + .section {
  padding-top: clamp(66px, 7vw, 96px);
}

@media (max-width: 700px) {
  body {
    font-size: 15px;
    line-height: 1.85;
  }

  h1,
  h2,
  h3,
  .section-title,
  .page-hero h1,
  .card .section-title,
  .mission-strip h2,
  .story-band h2 {
    max-width: 100%;
    white-space: normal !important;
    line-break: strict;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    text-wrap: pretty;
  }

  body:not(.home) .page-hero,
  body:not(.home) .trust-hero {
    min-height: 0;
    padding: 38px 0 42px;
  }

  .page-hero-grid {
    gap: 24px;
  }

  .page-hero h1,
  .trust-hero-copy h1 {
    margin-bottom: 16px;
    font-size: clamp(1.95rem, 8.6vw, 2.35rem);
    line-height: 1.38;
  }

  .page-lead {
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 1.9;
  }

  .section {
    padding: 48px 0;
  }

  .section.compact {
    padding: 38px 0;
  }

  .section-title,
  .card .section-title,
  .company-message-title {
    font-size: clamp(1.4rem, 6.1vw, 1.7rem);
    line-height: 1.55;
  }

  .section-text {
    margin-top: 10px;
    font-size: 0.92rem;
    line-height: 1.9;
  }

  .section-head {
    margin-bottom: 26px;
  }

  .card-body,
  .reason-card,
  .stat-story {
    padding: 22px 18px;
  }

  .values-list,
  .grid-2,
  .grid-3,
  .service-lead-panel,
  .process-list,
  .voice-grid {
    gap: 12px;
  }

  body:not(.home) .main > .page-hero + .section,
  body:not(.home) .main > .inner-motion-marquee + .section {
    padding-top: 48px;
  }

  .eyebrow {
    margin-bottom: 14px;
  }
}

/* 2026-07-13 visual rhythm pass: shorter copy, more photography and pictograms. */
.mission-strip {
  padding: clamp(64px, 7vw, 108px) 0;
}

.mission-strip-inner {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}

.mission-copy {
  position: relative;
  z-index: 1;
}

.mission-strip .mission-copy h2 {
  max-width: 9em;
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 3.8vw, 3.7rem);
  line-height: 1.24;
}

.mission-strip .mission-copy > p:not(.eyebrow) {
  max-width: 31em;
  color: #475467;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.95;
}

.mission-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 22px;
}

.mission-points > span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 13px 9px 9px;
  border: 1px solid rgba(0, 158, 87, 0.14);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.82);
}

.mission-points .line-icon {
  width: 30px;
  height: 30px;
  margin: 0;
  border: 0;
}

.mission-points .line-icon svg {
  width: 17px;
  height: 17px;
}

.mission-photo,
.trust-home-photo,
.voice-home-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #eef5ef;
  box-shadow: 0 26px 70px rgba(8, 17, 38, 0.14);
}

.mission-photo {
  min-height: 460px;
  transform: rotate(1.2deg);
}

.mission-photo::before {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(247, 181, 0, 0.84);
  content: "";
  mix-blend-mode: multiply;
}

.mission-photo img,
.trust-home-photo img,
.voice-home-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-photo img {
  min-height: 460px;
}

.mission-photo figcaption,
.trust-home-photo figcaption {
  position: absolute;
  z-index: 3;
  left: 20px;
  bottom: 20px;
  padding: 13px 17px;
  border-radius: 4px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(8, 17, 38, 0.14);
  backdrop-filter: blur(8px);
}

.mission-photo figcaption span {
  display: block;
  margin-bottom: 3px;
  color: var(--green-dark);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
}

.service-card .photo-placeholder.image {
  position: relative;
}

.service-card .photo-placeholder.image .line-icon {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: -22px;
  width: 48px;
  height: 48px;
  margin: 0;
  border: 3px solid #fff;
  box-shadow: 0 9px 22px rgba(8, 17, 38, 0.16);
}

.service-card .photo-placeholder.image .line-icon svg {
  width: 22px;
  height: 22px;
}

.service-card .service-body {
  padding-top: 30px;
}

.trust-home-grid.trust-home-with-photo {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 0.88fr) minmax(0, 1fr);
  gap: clamp(24px, 3.2vw, 46px);
}

.trust-home-photo {
  min-height: 420px;
}

.trust-home-photo img {
  min-height: 420px;
}

.trust-home-photo figcaption {
  left: 16px;
  right: 16px;
  bottom: 16px;
  text-align: center;
}

.trust-home-with-photo .stats-panel {
  grid-template-columns: 1fr;
}

.voice-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
}

.voice-home-grid .section-head {
  display: block;
  margin: 0;
}

.voice-home-grid .section-head .button {
  margin-top: 26px;
}

.voice-home-photo {
  min-height: 330px;
}

.voice-home-photo img {
  min-height: 330px;
}

.voice-home-grid .voice-grid {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.section-head .section-title {
  text-wrap: balance;
}

.section-head .section-text {
  max-width: 38em;
}

.process-item {
  border-top: 3px solid transparent;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.process-item:nth-child(odd) {
  border-top-color: var(--green);
}

.process-item:nth-child(even) {
  border-top-color: var(--yellow);
}

@media (hover: hover) {
  .process-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 46px rgba(8, 17, 38, 0.1);
  }
}

@media (max-width: 1060px) {
  .mission-strip-inner,
  .trust-home-grid.trust-home-with-photo,
  .voice-home-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-home-with-photo .stats-panel,
  .voice-home-grid .voice-grid {
    grid-column: 1 / -1;
  }

  .trust-home-with-photo .stats-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .motion-marquee + .value-bar + .mission-strip {
    padding: 38px 0 42px;
  }

  .mission-strip-inner,
  .trust-home-grid.trust-home-with-photo,
  .voice-home-grid {
    grid-template-columns: 1fr;
  }

  .mission-strip .mission-copy h2 {
    max-width: none;
    margin-bottom: 14px;
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }

  .mission-strip .mission-copy > p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.85;
  }

  .mission-points {
    gap: 7px;
    margin: 20px 0 18px;
  }

  .mission-points > span {
    padding: 7px 10px 7px 7px;
    font-size: 0.76rem;
  }

  .mission-photo {
    min-height: 270px;
    margin-top: 12px;
    transform: none;
  }

  .mission-photo img {
    min-height: 270px;
  }

  .mission-photo figcaption {
    left: 12px;
    bottom: 12px;
    padding: 10px 12px;
    font-size: 0.78rem;
  }

  .trust-home-photo,
  .trust-home-photo img,
  .voice-home-photo,
  .voice-home-photo img {
    min-height: 250px;
  }

  .trust-home-with-photo .stats-panel {
    grid-template-columns: 1fr 1fr;
  }

  .voice-home-grid .voice-grid {
    grid-column: auto;
    margin-top: 0;
  }
}

/* Cleanup: remove mock labels and decorative band from the hero visual. */
.hero-visual-main::after,
.hero-visual-main figcaption,
.hero-scroll {
  display: none !important;
}

@media (max-width: 700px) {
  .hero {
    position: relative;
    min-height: calc(100svh - 66px);
    overflow: hidden;
    background: #f8fbf8;
  }

  .hero::before {
    z-index: 0;
    top: 54%;
    right: -42px;
    bottom: auto;
    display: block;
    width: 190px;
    height: 330px;
    opacity: 0.18;
    background:
      linear-gradient(135deg, rgba(0, 158, 87, 0.16), transparent 40%),
      repeating-linear-gradient(135deg, rgba(0, 158, 87, 0.24) 0 2px, transparent 2px 14px);
  }

  .hero::after {
    z-index: 0;
    left: -52px;
    bottom: 22%;
    display: block;
    width: 118px;
    height: 258px;
    opacity: 0.14;
    pointer-events: none;
  }

  .hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    min-height: calc(100svh - 66px);
    padding: 0;
    gap: 0;
  }

  .hero-media,
  .hero-copy-wrap {
    grid-area: 1 / 1;
  }

  .hero-media {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
  }

  .hero-visual-main {
    width: 100%;
    height: calc(100svh - 66px);
    min-height: 620px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .hero-visual-main::before {
    display: block;
    z-index: 2;
    background:
      linear-gradient(180deg, rgba(8, 17, 38, 0.05) 0%, rgba(8, 17, 38, 0.08) 28%, rgba(8, 17, 38, 0.68) 100%),
      linear-gradient(90deg, rgba(248, 251, 248, 0.84) 0%, rgba(248, 251, 248, 0.34) 44%, rgba(248, 251, 248, 0) 76%);
  }

  .hero-visual-main img {
    object-position: 58% center;
  }

  .hero-copy-wrap {
    position: relative;
    z-index: 3;
    align-self: end;
    width: min(100% - 32px, 430px);
    margin: 0 auto;
    padding: 0 0 28px;
    color: #fff;
    text-shadow: 0 2px 18px rgba(8, 17, 38, 0.35);
  }

  .hero-copy-wrap::before {
    position: absolute;
    inset: -26px -16px -18px;
    z-index: -1;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(8, 17, 38, 0), rgba(8, 17, 38, 0.42));
    content: "";
  }

  .hero-copy-wrap .eyebrow {
    color: #fff;
    text-shadow: 0 2px 12px rgba(8, 17, 38, 0.42);
  }

  .hero-copy-wrap .eyebrow::before {
    background: var(--yellow);
  }

  .hero-title {
    font-size: clamp(3.05rem, 15vw, 4.08rem);
    line-height: 0.98;
    color: #fff;
    text-shadow: 0 4px 22px rgba(8, 17, 38, 0.45);
  }

  .hero-title .accent {
    color: #20b769;
  }

  .hero-title .warm {
    color: #ffc20a;
  }

  .hero-lead {
    max-width: 100%;
    margin-top: 16px;
    color: #fff;
    font-size: 1.01rem;
    line-height: 1.62;
  }

  .hero-copy {
    max-width: 100%;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
    line-height: 1.78;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .hero-actions .button {
    min-height: 48px;
    border-color: rgba(255, 255, 255, 0.86);
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
  }

  .hero-actions .button.primary {
    border-color: transparent;
    background: linear-gradient(135deg, var(--green), #10b56b);
    box-shadow: 0 18px 34px rgba(0, 120, 72, 0.28);
  }

  .motion-marquee {
    position: relative;
    z-index: 2;
  }
}

/* Final mobile direction: bright photo hero with a clean overlapping copy sheet. */
@media (max-width: 700px) {
  .hero {
    min-height: auto;
    overflow: hidden;
    padding: 0 0 28px;
    background:
      radial-gradient(circle at 88% 18%, rgba(255, 194, 10, 0.24), transparent 34%),
      radial-gradient(circle at 8% 72%, rgba(0, 158, 87, 0.18), transparent 32%),
      #f8fbf8;
  }

  .hero::before {
    z-index: 0;
    top: 54%;
    right: -54px;
    bottom: auto;
    display: block;
    width: 210px;
    height: 320px;
    opacity: 0.16;
    background:
      repeating-linear-gradient(135deg, rgba(0, 158, 87, 0.34) 0 2px, transparent 2px 15px);
  }

  .hero::after {
    z-index: 0;
    left: -58px;
    bottom: 96px;
    display: block;
    width: 120px;
    height: 250px;
    opacity: 0.12;
    pointer-events: none;
  }

  .hero-grid {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: auto;
    padding: 0;
    gap: 0;
  }

  .hero-media {
    order: 1;
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
  }

  .hero-copy-wrap {
    order: 2;
    position: relative;
    z-index: 3;
    width: min(100% - 28px, 430px);
    margin: -72px auto 0;
    padding: 20px 16px 16px;
    border: 1px solid rgba(217, 226, 222, 0.94);
    border-radius: 8px;
    color: var(--ink);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 248, 0.93));
    box-shadow: 0 22px 52px rgba(8, 17, 38, 0.16);
    text-shadow: none;
    backdrop-filter: blur(10px);
  }

  .hero-copy-wrap::before {
    position: absolute;
    inset: 10px -7px auto auto;
    z-index: -1;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: rgba(255, 194, 10, 0.16);
    content: "";
  }

  .hero-visual-main {
    width: 100%;
    height: min(58vh, 500px);
    min-height: 390px;
    margin: 0;
    overflow: hidden;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 20px 42px rgba(8, 17, 38, 0.14);
  }

  .hero-visual-main::before {
    display: block;
    z-index: 2;
    background:
      linear-gradient(180deg, rgba(248, 251, 248, 0) 0%, rgba(248, 251, 248, 0.04) 58%, rgba(248, 251, 248, 0.42) 100%),
      linear-gradient(90deg, rgba(248, 251, 248, 0.18), transparent 46%);
  }

  .hero-visual-main img {
    object-position: 58% center;
  }

  .hero-visual-main .hero-slide,
  .hero-visual-main .hero-slide:nth-of-type(2),
  .hero-visual-main .hero-slide:nth-of-type(3) {
    object-position: 58% center;
  }

  .hero-copy-wrap .eyebrow {
    color: var(--green);
    text-shadow: none;
  }

  .hero-copy-wrap .eyebrow::before {
    background: var(--yellow);
  }

  .hero-title {
    color: var(--ink);
    font-size: clamp(2.05rem, 10.2vw, 2.62rem);
    line-height: 1.08;
    text-shadow: none;
    white-space: nowrap;
  }

  .hero-title > span {
    display: inline;
    white-space: nowrap;
  }

  .hero-title .accent {
    color: var(--green);
    text-shadow: none;
  }

  .hero-title .warm {
    color: var(--yellow);
    text-shadow: none;
  }

  .hero-lead {
    max-width: 100%;
    margin-top: 14px;
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.62;
    text-shadow: none;
  }

  .hero-copy {
    max-width: 100%;
    margin-top: 12px;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.76;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .hero-actions .button {
    min-height: 48px;
    border-color: var(--ink);
    color: var(--ink);
    background: #fff;
    backdrop-filter: none;
  }

  .hero-actions .button.primary {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, var(--green), #13ba6d);
    box-shadow: 0 16px 28px rgba(0, 158, 87, 0.24);
  }

  .motion-marquee {
    position: relative;
    z-index: 2;
  }
}

/* Final override v4: impact first-view with opening motion */
.opening {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0, 158, 87, 0.96), rgba(8, 17, 38, 0.98) 58%, rgba(247, 181, 0, 0.92));
  overflow: hidden;
  pointer-events: none;
}

.opening::before,
.opening::after {
  position: absolute;
  inset: 0;
  content: "";
}

.opening::before {
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 18px);
  transform: translateX(-14%);
}

.opening::after {
  background: var(--ink);
  transform: skewX(-18deg) translateX(-118%);
  animation: openingWipe 1.55s cubic-bezier(0.8, 0, 0.2, 1) 1.25s forwards;
}

.opening-mark,
.opening-kicker,
.opening-copy {
  position: relative;
  z-index: 2;
}

.opening-mark {
  width: 86px;
  height: 70px;
  animation: openingPop 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.opening-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.opening-mark::before,
.opening-mark::after,
.opening-mark span {
  display: none;
  position: absolute;
  left: 12px;
  width: 42px;
  height: 11px;
  border-radius: 999px;
  content: "";
  transform: rotate(-45deg);
}

.opening-mark::before {
  top: 9px;
  background: #fff;
}

.opening-mark span {
  top: 27px;
  background: var(--yellow);
}

.opening-mark::after {
  top: 45px;
  background: #20d38a;
}

.opening-kicker {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 900;
}

.opening-copy {
  display: grid;
  gap: 4px;
  margin: 0;
  text-align: center;
  font-size: clamp(2.6rem, 8vw, 6.8rem);
  line-height: 1.02;
  font-weight: 900;
}

.opening-copy span {
  display: block;
  white-space: nowrap;
  animation: openingText 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.opening-copy span:nth-child(2) {
  animation-delay: 0.12s;
}

body.is-loaded .opening {
  animation: openingExit 0.72s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  padding: 0;
  color: var(--ink);
  background: #f8fbf8;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  background:
    linear-gradient(90deg, rgba(248, 251, 248, 0.98) 0%, rgba(248, 251, 248, 0.9) 30%, rgba(248, 251, 248, 0.18) 59%, rgba(248, 251, 248, 0) 100%),
    linear-gradient(0deg, rgba(8, 17, 38, 0.18), transparent 45%);
  clip-path: none;
  opacity: 1;
  transform: none;
  content: "";
}

.hero::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: min(20vw, 260px);
  height: min(44vh, 430px);
  border: 0;
  background: linear-gradient(145deg, var(--green) 0 48%, transparent 48% 61%, var(--yellow) 61% 100%);
  clip-path: polygon(0 0, 100% 14%, 68% 100%, 0 82%);
  opacity: 0.95;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 3;
  width: min(100% - 40px, 1240px);
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(360px, 0.42fr) minmax(0, 0.58fr);
  align-items: center;
  gap: 40px;
}

.hero-copy-wrap {
  max-width: 560px;
}

.hero-title {
  margin: 0;
  font-size: clamp(4.2rem, 7.1vw, 7.25rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.hero-title > span {
  display: block;
  white-space: nowrap;
}

.hero-lead {
  margin-top: 24px;
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.74;
}

.hero-copy {
  max-width: 520px;
  line-height: 2.05;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.hero-visual-main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  background: #eef5ef;
}

.hero-visual-main::before {
  display: none;
}

.hero-visual-main::after {
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: min(34vw, 520px);
  height: 82px;
  background: linear-gradient(90deg, var(--green), var(--yellow));
  transform: skewX(-18deg) translateX(46px);
  opacity: 0.94;
}

.hero-visual-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  animation: heroKenBurnsStrong 12s ease-in-out infinite alternate;
}

.hero-visual-main .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.42s ease, transform 1.2s ease;
}

.hero-visual-main .hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-visual-main .hero-slide:nth-of-type(2) {
  object-position: 64% center;
}

.hero-visual-main .hero-slide:nth-of-type(3) {
  object-position: 58% center;
}

.hero-title.is-pulse span {
  animation: titlePulse 1.65s ease-in-out both;
  transform-origin: center center;
}

.hero-title.is-pulse > span:nth-child(2) {
  animation-delay: 0.1s;
}

.hero-visual-main figcaption {
  right: 42px;
  bottom: 28px;
  z-index: 4;
}

.hero-scroll {
  z-index: 4;
}

.motion-marquee {
  margin-top: 0;
}

@keyframes openingPop {
  from {
    opacity: 0;
    transform: scale(0.82) translateY(16px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes openingText {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes openingWipe {
  to {
    transform: skewX(-18deg) translateX(118%);
  }
}

@keyframes openingExit {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes heroKenBurnsStrong {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.1) translate3d(-1.8%, -1.2%, 0);
  }
}

@keyframes titlePulse {
  0%,
  100% {
    transform: scale(1);
  }
  24% {
    transform: scale(0.976);
  }
  48% {
    transform: scale(1.018);
  }
  70% {
    transform: scale(0.992);
  }
  86% {
    transform: scale(1.006);
  }
}

@media (prefers-reduced-motion: reduce) {
  .opening,
  .opening::after,
  .opening-mark,
  .opening-copy span,
  .hero-visual-main img {
    animation: none;
  }

  body.is-loaded .opening {
    display: none;
  }
}

@media (max-width: 1060px) {
  .hero {
    min-height: calc(100svh - 66px);
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(8, 17, 38, 0.05) 0%, rgba(8, 17, 38, 0.16) 42%, rgba(248, 251, 248, 0.98) 66%, rgba(248, 251, 248, 1) 100%);
  }

  .hero-grid {
    width: min(100% - 28px, var(--container));
    min-height: calc(100svh - 66px);
    grid-template-columns: 1fr;
    align-content: end;
    padding: 44vh 0 38px;
  }

  .hero-media {
    order: initial;
  }

  .hero-visual-main img {
    object-position: 64% top;
  }

  .hero-copy-wrap {
    max-width: 620px;
  }

  .hero-title {
    font-size: clamp(3.1rem, 11vw, 4.8rem);
  }

  .hero-copy {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 700px) {
  .opening-copy {
    font-size: clamp(2.7rem, 13vw, 4.1rem);
  }

  .hero {
    min-height: calc(100svh - 66px);
  }

  .hero::after {
    width: 92px;
    height: 220px;
  }

  .hero-grid {
    width: min(100% - 28px, var(--container));
    min-height: calc(100svh - 66px);
    padding: 39vh 0 28px;
    gap: 0;
  }

  .hero-title {
    font-size: clamp(2.95rem, 13.2vw, 3.72rem);
    line-height: 1.02;
  }

  .hero-lead {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.66;
  }

  .hero-copy {
    margin-top: 14px;
    font-size: 0.92rem;
    line-height: 1.86;
    -webkit-line-clamp: 3;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-visual-main img {
    object-position: 65% top;
  }

  .hero-visual-main::after {
    width: 64%;
    height: 48px;
  }

  .hero-visual-main figcaption {
    right: 16px;
    bottom: 14px;
    min-height: 32px;
    padding: 0 12px;
    font-size: 0.76rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  background:
    linear-gradient(180deg, rgba(245, 248, 247, 0.92), rgba(255, 255, 255, 0.96) 360px),
    #fff;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(223, 229, 234, 0.72);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.site-header.is-scrolled {
  border-color: rgba(223, 229, 234, 0.95);
  box-shadow: 0 12px 28px rgba(8, 17, 38, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 40px, var(--container));
  min-height: 76px;
  margin: 0 auto;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 1.18rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
  position: absolute;
  left: 6px;
  width: 24px;
  height: 7px;
  border-radius: 999px;
  content: "";
  transform: rotate(-45deg);
}

.brand-mark::before {
  top: 5px;
  background: var(--green);
}

.brand-mark span {
  top: 15px;
  background: var(--yellow);
}

.brand-mark::after {
  top: 25px;
  background: #19ad76;
}

.brand strong {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: currentColor;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.92rem;
  font-weight: 700;
}

.global-nav a {
  position: relative;
  padding: 8px 0;
}

.global-nav a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--green);
  content: "";
  transition: width 0.2s ease;
}

.global-nav a:hover::after,
.global-nav a.is-current::after {
  width: 100%;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: var(--radius);
  color: #fff;
  font-weight: 800;
  background: linear-gradient(90deg, var(--green), var(--yellow));
  box-shadow: 0 10px 22px rgba(0, 158, 87, 0.18);
}

.main {
  overflow: hidden;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.hero {
  position: relative;
  padding: 48px 0 36px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 48px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--green-dark);
  font-size: 0.88rem;
  font-weight: 800;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  background: var(--yellow);
  content: "";
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5.1rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.hero h1 .accent {
  color: var(--green);
}

.hero h1 .warm {
  color: var(--yellow);
}

.hero-lead,
.page-lead {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 800;
  line-height: 1.75;
}

.hero-copy {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--muted);
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 800;
  background: var(--paper);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(8, 17, 38, 0.1);
}

.button.primary {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}

.button.yellow {
  color: var(--ink);
  border-color: var(--yellow);
  background: var(--yellow);
}

.button::after {
  content: ">";
  font-size: 0.95em;
}

.button.no-arrow::after {
  content: none;
}

.hero-media {
  position: relative;
}

.concept-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.concept-frame img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  object-position: center top;
}

.media-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: var(--radius);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(8, 17, 38, 0.78);
}

.shooting-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.shooting-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  background: #fff;
}

.value-bar {
  margin: 28px auto 18px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.value-item {
  min-width: 0;
  padding: 22px 16px;
  border-right: 1px solid var(--line);
}

.value-item:last-child {
  border-right: 0;
}

.value-item strong {
  display: block;
  color: var(--green-dark);
  font-size: 1.05rem;
  line-height: 1.3;
}

.value-item:nth-child(even) strong {
  color: #d49100;
}

.value-item span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.55;
}

.value-marquee {
  display: none;
}

.section {
  padding: 78px 0;
}

.section.compact {
  padding: 52px 0;
}

.section.soft {
  background: var(--soft);
}

.section.yellow-soft {
  background: linear-gradient(180deg, #fffaf0, #fff);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-title {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.25;
  letter-spacing: 0;
}

.section-text {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--muted);
}

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

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

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 10px 26px rgba(8, 17, 38, 0.05);
}

.service-card {
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.photo-placeholder {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 190px;
  padding: 18px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0, 158, 87, 0.88), rgba(8, 17, 38, 0.62)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0 8px, transparent 8px 18px);
}

.photo-placeholder.yellow {
  background:
    linear-gradient(135deg, rgba(247, 181, 0, 0.88), rgba(8, 17, 38, 0.58)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0 8px, transparent 8px 18px);
}

.photo-placeholder.blue {
  background:
    linear-gradient(135deg, rgba(20, 87, 168, 0.86), rgba(0, 158, 87, 0.66)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.13) 0 8px, transparent 8px 18px);
}

.photo-placeholder .label {
  position: relative;
  z-index: 1;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}

.service-body {
  padding: 22px;
}

.service-body h3,
.card-body h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
  line-height: 1.45;
}

.service-body p,
.card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.mini-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--green-dark);
  font-weight: 800;
  font-size: 0.9rem;
}

.mini-link::after {
  content: ">";
}

.stats-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.stat {
  padding: 28px;
  background: #fff;
}

.stat-label {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.84rem;
}

.stat-number {
  display: block;
  margin-top: 8px;
  color: var(--green-dark);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1;
  font-weight: 900;
}

.stat-number small {
  font-size: 0.42em;
}

.trust-note {
  padding: 28px;
}

.trust-note p {
  margin: 0 0 18px;
  color: var(--muted);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  counter-reset: steps;
}

.process-item {
  position: relative;
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  counter-increment: steps;
}

.process-item::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 900;
  background: var(--green);
  content: counter(steps, decimal-leading-zero);
}

.process-item h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.process-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.cta-band {
  padding: 34px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(90deg, var(--green), #37a66d 45%, var(--yellow));
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.35;
}

.cta-band p {
  margin: 8px 0 0;
  font-weight: 700;
}

.page-hero {
  padding: 64px 0 48px;
  background:
    linear-gradient(135deg, rgba(0, 158, 87, 0.08), rgba(247, 181, 0, 0.12)),
    #fff;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.page-visual {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.page-visual img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  object-position: center top;
}

.message-block {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: start;
}

.message-title {
  position: sticky;
  top: 108px;
}

.message-title h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.12;
}

.message-copy {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.message-copy p {
  margin: 0 0 18px;
}

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

.mvv-card {
  min-height: 260px;
  padding: 28px;
}

.mvv-card .kicker {
  color: var(--green-dark);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mvv-card h3 {
  margin: 12px 0 14px;
  font-size: 1.6rem;
  line-height: 1.35;
}

.mvv-card p {
  margin: 0;
  color: var(--muted);
}

.values-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.values-list .value-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.value-card strong {
  display: block;
  color: var(--green-dark);
  font-size: 1.18rem;
}

.value-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.service-lead-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.card-body {
  padding: 26px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 800;
  background: #edf8f2;
}

.evidence-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.evidence-card {
  padding: 28px;
}

.evidence-card h3 {
  margin: 0 0 16px;
  font-size: 1.24rem;
}

.evidence-card ul,
.check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.evidence-card li,
.check-list li {
  position: relative;
  padding-left: 22px;
  margin-top: 12px;
  color: var(--muted);
}

.evidence-card li::before,
.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
}

.voice-card {
  padding: 24px;
}

.voice-card .voice-type {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 900;
  background: #edf8f2;
}

.voice-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.improvement-list {
  display: grid;
  gap: 16px;
}

.improvement-item {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.improvement-item h3 {
  margin: 0;
  font-size: 1.15rem;
}

.improvement-item p {
  margin: 0;
  color: var(--muted);
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

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

.company-table th {
  width: 220px;
  color: var(--green-dark);
  background: #f3faf6;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
  border-bottom: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
}

.contact-panel {
  padding: 28px;
}

.form-grid {
  display: grid;
  gap: 16px;
}

.field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 800;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  background: #fff;
}

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

.required {
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.demo-note {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid #f2d5a4;
  border-radius: var(--radius);
  color: #704c00;
  font-size: 0.88rem;
  font-weight: 700;
  background: #fff8e8;
}

.site-footer {
  padding: 44px 0 26px;
  color: #fff;
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: start;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
}

.footer-copy {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1060px) {
  .header-inner {
    width: min(100% - 28px, var(--container));
  }

  .nav-toggle {
    display: inline-block;
  }

  .global-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
  }

  .global-nav.is-open {
    display: flex;
  }

  .global-nav a {
    padding: 12px;
  }

  .global-nav a::after {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero-grid,
  .page-hero-grid,
  .message-block,
  .service-lead-panel,
  .evidence-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .message-title {
    position: static;
  }

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

  .value-item:nth-child(3) {
    border-right: 0;
  }

  .value-item:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .grid-3,
  .mvv-grid,
  .values-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 700px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .header-inner {
    min-height: 66px;
  }

  .brand {
    font-size: 1rem;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-grid {
    gap: 30px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.05rem, 12vw, 3.4rem);
  }

  .hero-actions,
  .section-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .shooting-list {
    grid-template-columns: 1fr;
  }

  .value-grid,
  .grid-2,
  .grid-3,
  .mvv-grid,
  .values-list,
  .process-list,
  .stats-panel {
    grid-template-columns: 1fr;
  }

  .value-item {
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .value-item:first-child {
    border-top: 0;
  }

  .section {
    padding: 56px 0;
  }

  .section-head {
    display: block;
  }

  .cta-band {
    padding: 26px 20px;
  }

  .cta-band-inner {
    display: block;
  }

  .cta-band .button {
    margin-top: 20px;
  }

  .message-copy,
  .mvv-card,
  .contact-panel,
  .trust-note,
  .stat,
  .card-body,
  .service-body {
    padding: 22px;
  }

  .improvement-item {
    grid-template-columns: 1fr;
  }

  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }

  .company-table th {
    border-bottom: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* Retake: top-page impact and motion */
.hero {
  min-height: calc(100svh - 76px);
  display: flex;
  align-items: center;
  padding: 44px 0 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0 38%, rgba(245, 248, 247, 0.42) 38% 100%),
    linear-gradient(135deg, rgba(0, 158, 87, 0.08), rgba(247, 181, 0, 0.12));
}

.hero::before {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: min(18vw, 210px);
  height: min(42vw, 460px);
  background:
    linear-gradient(135deg, var(--green) 0 42%, transparent 42% 54%, var(--yellow) 54% 72%, transparent 72%);
  clip-path: polygon(0 0, 100% 18%, 64% 100%, 0 86%);
  opacity: 0.92;
  content: "";
  transform: translateX(-46%);
}

.hero::after {
  position: absolute;
  right: 0;
  top: 18%;
  width: min(14vw, 160px);
  height: min(34vw, 360px);
  border-left: 1px solid rgba(0, 158, 87, 0.22);
  background: repeating-linear-gradient(180deg, rgba(0, 158, 87, 0.16) 0 2px, transparent 2px 14px);
  content: "";
  opacity: 0.7;
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(360px, 0.72fr) minmax(540px, 1.28fr);
  gap: clamp(32px, 5vw, 72px);
}

.hero-title {
  font-size: clamp(3rem, 5.2vw, 4.65rem);
  line-height: 1.04;
}

.hero-title > span {
  display: block;
  white-space: nowrap;
}

.hero-lead {
  margin-top: 22px;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.72;
}

.hero-lead span {
  display: block;
}

.hero-copy {
  max-width: 560px;
  font-size: 0.98rem;
  line-height: 2.05;
}

.hero-stage {
  position: relative;
  min-height: clamp(420px, 49vw, 560px);
  margin-right: calc((100vw - min(100vw - 40px, var(--container))) / -2);
  isolation: isolate;
}

.hero-stage::before {
  position: absolute;
  inset: 9% 5% 8% 17%;
  border: 1px solid rgba(8, 17, 38, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.35)),
    repeating-linear-gradient(135deg, rgba(0, 158, 87, 0.08) 0 10px, transparent 10px 22px);
  box-shadow: 0 34px 70px rgba(8, 17, 38, 0.14);
  content: "";
  transform: skewX(-8deg);
  z-index: -2;
}

.hero-stage::after {
  position: absolute;
  inset: auto 0 5% 40%;
  height: 76px;
  background: linear-gradient(90deg, var(--green), var(--yellow));
  content: "";
  transform: skewX(-18deg);
  z-index: -1;
}

.hero-stage-copy {
  position: absolute;
  left: 7%;
  top: 5%;
  z-index: 4;
  display: grid;
  gap: 6px;
  min-width: 220px;
  padding: 16px 18px;
  border: 1px solid rgba(223, 229, 234, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(8, 17, 38, 0.1);
  backdrop-filter: blur(12px);
  animation: floatPanel 5.2s ease-in-out infinite;
}

.hero-stage-copy span,
.hero-photo span {
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-stage-copy strong {
  font-size: 1.03rem;
  line-height: 1.35;
}

.hero-photo {
  position: absolute;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  color: #fff;
  box-shadow: 0 26px 54px rgba(8, 17, 38, 0.2);
  transform: skewX(-7deg);
}

.hero-photo > * {
  position: relative;
  z-index: 2;
  transform: skewX(7deg);
}

.hero-photo img {
  position: absolute;
  inset: -10%;
  z-index: 0;
  width: 120%;
  height: 120%;
  object-fit: cover;
  transform: skewX(7deg) scale(1.04);
  animation: photoDrift 9s ease-in-out infinite alternate;
}

.hero-photo-main img {
  object-position: 42% 48%;
}

.hero-photo-truck img {
  object-position: 72% 48%;
}

.hero-photo-room img {
  object-position: 25% 58%;
}

.hero-photo-call img {
  object-position: 50% 44%;
}

.hero-photo::before {
  position: absolute;
  inset: -12%;
  background-size: 130% 130%;
  content: "";
  opacity: 0;
}

.hero-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(8, 17, 38, 0.72));
  content: "";
  z-index: 1;
}

.hero-photo span {
  color: #fff;
  opacity: 0.82;
}

.hero-photo strong {
  font-size: clamp(1rem, 1.8vw, 1.38rem);
  line-height: 1.35;
}

.hero-photo-main {
  left: 14%;
  top: 13%;
  width: 50%;
  height: 61%;
}

.hero-photo-main::before {
  background:
    radial-gradient(circle at 54% 27%, rgba(255, 255, 255, 0.75) 0 5%, transparent 5% 100%),
    linear-gradient(120deg, rgba(0, 158, 87, 0.82), rgba(8, 17, 38, 0.4)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 2px, transparent 2px 20px);
}

.hero-photo-truck {
  right: 8%;
  top: 4%;
  width: 37%;
  height: 31%;
  animation: floatPanel 6s ease-in-out infinite 0.4s;
}

.hero-photo-truck::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0 22%, transparent 22% 100%),
    linear-gradient(120deg, rgba(20, 87, 168, 0.86), rgba(0, 158, 87, 0.72));
}

.hero-photo-room {
  right: 14%;
  top: 40%;
  width: 35%;
  height: 27%;
  animation: floatPanel 6.8s ease-in-out infinite 0.8s;
}

.hero-photo-room::before {
  background:
    linear-gradient(135deg, rgba(255, 243, 199, 0.9), rgba(247, 181, 0, 0.72)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0 12px, transparent 12px 25px);
}

.hero-photo-call {
  left: 4%;
  bottom: 7%;
  width: 35%;
  height: 24%;
  animation: floatPanel 7.4s ease-in-out infinite 0.2s;
}

.hero-photo-call::before {
  background:
    radial-gradient(circle at 80% 25%, rgba(255, 255, 255, 0.7) 0 8%, transparent 8% 100%),
    linear-gradient(120deg, rgba(8, 17, 38, 0.78), rgba(0, 158, 87, 0.82));
}

.hero-stamp {
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: var(--radius);
  color: #fff;
  font-weight: 900;
  background: var(--ink);
  box-shadow: 0 16px 30px rgba(8, 17, 38, 0.24);
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;
  display: grid;
  place-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  transform: translateX(-50%);
}

.hero-scroll::after {
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, var(--green), transparent);
  content: "";
  animation: scrollLine 1.7s ease-in-out infinite;
}

.motion-marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--ink);
}

.motion-marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeMove 26s linear infinite;
}

.motion-marquee span {
  display: inline-flex;
  align-items: center;
  min-height: 62px;
  padding-right: 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.35rem, 3vw, 2.4rem);
  font-weight: 900;
  white-space: nowrap;
}

.value-bar {
  margin-top: 0;
  transform: translateY(-8px);
}

.section-title {
  font-size: clamp(1.65rem, 2.55vw, 2.65rem);
}

.page-hero h1 {
  font-size: clamp(2.2rem, 4.4vw, 4.05rem);
}

.service-card,
.process-item,
.stat,
.voice-card,
.evidence-card,
.mvv-card,
.value-card {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.service-card:hover,
.process-item:hover,
.voice-card:hover,
.evidence-card:hover,
.mvv-card:hover,
.value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 158, 87, 0.28);
  box-shadow: 0 18px 38px rgba(8, 17, 38, 0.09);
}

.reveal {
  transform: translateY(34px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes marqueeMove {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333%); }
}

@keyframes photoDrift {
  from { transform: scale(1) translate3d(-1%, -1%, 0); }
  to { transform: scale(1.08) translate3d(2%, 2%, 0); }
}

@keyframes floatPanel {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; opacity: 0; }
  35% { transform: scaleY(1); transform-origin: top; opacity: 1; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-stage-copy,
  .hero-photo,
  .hero-photo::before,
  .hero-scroll::after,
  .motion-marquee-track {
    animation: none;
  }
}

@media (max-width: 1060px) {
  .hero {
    min-height: auto;
    display: block;
    padding: 40px 0 30px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 460px;
    margin-right: 0;
  }
}

@media (max-width: 700px) {
  .hero {
    padding: 32px 0 22px;
  }

  .hero-grid {
    gap: 22px;
  }

  .hero::before {
    width: 110px;
    height: 260px;
    bottom: 2%;
  }

  .hero::after,
  .hero-scroll {
    display: none;
  }

  .hero-title {
    font-size: clamp(2.35rem, 10.5vw, 2.9rem);
    line-height: 1.06;
  }

  .hero-lead {
    font-size: 1.02rem;
    line-height: 1.68;
    margin-top: 18px;
  }

  .hero-copy {
    font-size: 0.94rem;
    line-height: 1.86;
    margin-top: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .hero-actions .button {
    min-height: 46px;
  }

  .hero-stage {
    min-height: 230px;
  }

  .hero-stage::before {
    inset: 7% 1% 7% 8%;
  }

  .hero-stage-copy {
    left: 2%;
    top: 0;
    min-width: 190px;
    padding: 12px 14px;
  }

  .hero-photo-main {
    left: 7%;
    top: 16%;
    width: 66%;
    height: 54%;
  }

  .hero-photo-truck {
    right: 0;
    top: 9%;
    width: 42%;
    height: 25%;
  }

  .hero-photo-room {
    right: 3%;
    top: 50%;
    width: 50%;
    height: 25%;
  }

  .hero-photo-call {
    left: 2%;
    bottom: 3%;
    width: 48%;
    height: 22%;
  }

  .hero-photo {
    padding: 13px;
  }

  .hero-photo strong {
    font-size: 0.94rem;
  }

  .hero-stamp {
    right: 3%;
    bottom: 4%;
    min-height: 32px;
    padding: 0 12px;
    font-size: 0.8rem;
  }

  .motion-marquee span {
    min-height: 48px;
    font-size: 1.12rem;
  }

  .section-title {
    font-size: clamp(1.55rem, 8vw, 2.1rem);
  }

  .page-hero h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }
}

/* Final override: one large premium hero image */
.hero {
  min-height: calc(100svh - 76px);
  padding: 0;
  background: #f8fbf8;
}

.hero::before {
  left: auto;
  right: 0;
  bottom: 0;
  display: block;
  width: min(32vw, 430px);
  height: 100%;
  background:
    linear-gradient(135deg, rgba(0, 158, 87, 0.18), transparent 38%),
    repeating-linear-gradient(135deg, rgba(0, 158, 87, 0.13) 0 2px, transparent 2px 16px);
  clip-path: none;
  opacity: 0.76;
  transform: none;
}

.hero::after {
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  display: block;
  width: min(16vw, 180px);
  height: min(45vh, 420px);
  border: 0;
  background: linear-gradient(145deg, var(--green) 0 48%, transparent 48% 60%, var(--yellow) 60% 100%);
  clip-path: polygon(0 0, 100% 14%, 70% 100%, 0 82%);
  opacity: 0.96;
}

.hero-grid {
  width: min(100% - 40px, 1240px);
  min-height: calc(100svh - 76px);
  grid-template-columns: minmax(330px, 0.42fr) minmax(560px, 0.58fr);
  gap: clamp(36px, 5vw, 74px);
}

.hero-copy-wrap {
  position: relative;
  z-index: 3;
}

.hero-title {
  font-size: clamp(3.4rem, 5.6vw, 5.3rem);
  line-height: 1.02;
}

.hero-lead {
  max-width: 520px;
}

.hero-copy {
  max-width: 510px;
}

.hero-media {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  min-width: 0;
}

.hero-visual-main {
  position: relative;
  width: calc(100% + ((100vw - min(100vw - 40px, 1240px)) / 2));
  height: min(74vh, 690px);
  min-height: 500px;
  margin: 0 calc((100vw - min(100vw - 40px, 1240px)) / -2) 0 0;
  overflow: hidden;
  border-radius: var(--radius) 0 0 var(--radius);
  box-shadow: 0 34px 90px rgba(8, 17, 38, 0.16);
  background: #eef5ef;
}

.hero-visual-main::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(248, 251, 248, 0.92) 0%, rgba(248, 251, 248, 0.52) 18%, rgba(248, 251, 248, 0) 43%),
    linear-gradient(0deg, rgba(8, 17, 38, 0.18), transparent 44%);
  content: "";
  pointer-events: none;
}

.hero-visual-main::after {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 3;
  width: min(58%, 520px);
  height: 72px;
  background: linear-gradient(90deg, var(--green), var(--yellow));
  content: "";
  transform: skewX(-18deg);
  opacity: 0.92;
}

.hero-visual-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  animation: heroKenBurns 13s ease-in-out infinite alternate;
}

.hero-visual-main figcaption {
  position: absolute;
  right: 30px;
  bottom: 28px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: var(--radius);
  color: #fff;
  font-weight: 900;
  background: rgba(8, 17, 38, 0.86);
}

@keyframes heroKenBurns {
  from {
    transform: scale(1.01) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.075) translate3d(-1.5%, -1%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-visual-main img {
    animation: none;
  }
}

@media (max-width: 1060px) {
  .hero-grid {
    width: min(100% - 28px, var(--container));
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 36px 0 42px;
  }

  .hero-media {
    order: -1;
  }

  .hero-visual-main {
    width: 100%;
    height: 44vh;
    min-height: 360px;
    margin: 0;
    border-radius: var(--radius);
  }

  .hero-visual-main::before {
    background:
      linear-gradient(180deg, rgba(248, 251, 248, 0) 0%, rgba(248, 251, 248, 0.12) 45%, rgba(8, 17, 38, 0.28) 100%);
  }
}

@media (max-width: 700px) {
  .hero {
    padding: 0;
  }

  .hero::after {
    display: block;
    width: 78px;
    height: 230px;
  }

  .hero-grid {
    width: 100%;
    padding: 0 0 30px;
    gap: 24px;
  }

  .hero-media {
    width: 100%;
  }

  .hero-visual-main {
    height: 47vh;
    min-height: 340px;
    border-radius: 0;
  }

  .hero-visual-main img {
    object-position: 63% center;
  }

  .hero-visual-main figcaption {
    right: 16px;
    bottom: 18px;
    min-height: 32px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .hero-visual-main::after {
    left: 0;
    bottom: 0;
    width: 68%;
    height: 48px;
  }

  .hero-copy-wrap {
    width: min(100% - 28px, var(--container));
    margin: 0 auto;
  }

  .hero-title {
    font-size: clamp(2.7rem, 12vw, 3.28rem);
  }

  .hero-copy {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
}

/* Final mobile hero composition: title over the visual, ornaments behind text. */
@media (max-width: 700px) {
  .hero {
    position: relative;
    min-height: calc(100svh - 66px);
    overflow: hidden;
    padding: 0;
    background: #f8fbf8;
  }

  .hero::before {
    z-index: 0;
    top: 54%;
    right: -42px;
    bottom: auto;
    display: block;
    width: 190px;
    height: 330px;
    opacity: 0.18;
    background:
      linear-gradient(135deg, rgba(0, 158, 87, 0.16), transparent 40%),
      repeating-linear-gradient(135deg, rgba(0, 158, 87, 0.24) 0 2px, transparent 2px 14px);
  }

  .hero::after {
    z-index: 0;
    left: -52px;
    bottom: 22%;
    display: block;
    width: 118px;
    height: 258px;
    opacity: 0.14;
    pointer-events: none;
  }

  .hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    min-height: calc(100svh - 66px);
    padding: 0;
    gap: 0;
  }

  .hero-media,
  .hero-copy-wrap {
    grid-area: 1 / 1;
  }

  .hero-media {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    order: initial;
  }

  .hero-visual-main {
    width: 100%;
    height: calc(100svh - 66px);
    min-height: 620px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .hero-visual-main::before {
    display: block;
    z-index: 2;
    background:
      linear-gradient(180deg, rgba(8, 17, 38, 0.02) 0%, rgba(8, 17, 38, 0.24) 34%, rgba(8, 17, 38, 0.9) 100%),
      linear-gradient(90deg, rgba(248, 251, 248, 0.46) 0%, rgba(248, 251, 248, 0.14) 38%, rgba(248, 251, 248, 0) 72%);
  }

  .hero-visual-main img {
    object-position: 58% center;
  }

  .hero-copy-wrap {
    position: relative;
    z-index: 3;
    align-self: end;
    width: min(100% - 32px, 430px);
    margin: 0 auto 24px;
    padding: 18px 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: #fff;
    background:
      linear-gradient(135deg, rgba(7, 16, 32, 0.82), rgba(7, 16, 32, 0.64)),
      linear-gradient(90deg, rgba(0, 158, 87, 0.22), rgba(255, 183, 0, 0.1));
    box-shadow: 0 22px 52px rgba(2, 10, 24, 0.34);
    text-shadow: 0 2px 12px rgba(2, 10, 24, 0.68);
    backdrop-filter: blur(12px);
  }

  .hero-copy-wrap::before {
    position: absolute;
    inset: -20px -14px -16px;
    z-index: -1;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(8, 17, 38, 0), rgba(8, 17, 38, 0.48));
    content: "";
  }

  .hero-copy-wrap .eyebrow {
    color: #fff;
    text-shadow: 0 2px 12px rgba(8, 17, 38, 0.42);
  }

  .hero-copy-wrap .eyebrow::before {
    background: var(--yellow);
  }

  .hero-title {
    color: #fff;
    font-size: clamp(2.82rem, 13.6vw, 3.72rem);
    line-height: 1.02;
    text-shadow: 0 4px 18px rgba(2, 10, 24, 0.7);
  }

  .hero-title .accent {
    color: #22d07a;
    text-shadow: 0 3px 14px rgba(2, 10, 24, 0.78);
  }

  .hero-title .warm {
    color: #ffc20a;
    text-shadow: 0 3px 14px rgba(2, 10, 24, 0.82);
  }

  .hero-lead {
    max-width: 100%;
    margin-top: 14px;
    color: #fff;
    font-size: 1.01rem;
    line-height: 1.62;
    text-shadow: 0 2px 10px rgba(2, 10, 24, 0.76);
  }

  .hero-copy {
    max-width: 100%;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.9rem;
    line-height: 1.76;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .hero-actions .button {
    min-height: 48px;
    border-color: rgba(255, 255, 255, 0.86);
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
  }

  .hero-actions .button.primary {
    border-color: transparent;
    background: linear-gradient(135deg, var(--green), #10b56b);
    box-shadow: 0 18px 34px rgba(0, 120, 72, 0.28);
  }

  .motion-marquee {
    position: relative;
    z-index: 2;
  }
}

/* Final mobile direction: bright photo hero with a clean overlapping copy sheet. */
@media (max-width: 700px) {
  .hero {
    min-height: auto;
    overflow: hidden;
    padding: 0 0 28px;
    background:
      radial-gradient(circle at 88% 18%, rgba(255, 194, 10, 0.24), transparent 34%),
      radial-gradient(circle at 8% 72%, rgba(0, 158, 87, 0.18), transparent 32%),
      #f8fbf8;
  }

  .hero::before {
    z-index: 0;
    top: 54%;
    right: -54px;
    bottom: auto;
    display: block;
    width: 210px;
    height: 320px;
    opacity: 0.16;
    background: repeating-linear-gradient(135deg, rgba(0, 158, 87, 0.34) 0 2px, transparent 2px 15px);
  }

  .hero::after {
    z-index: 0;
    left: -58px;
    bottom: 96px;
    display: block;
    width: 120px;
    height: 250px;
    opacity: 0.12;
    pointer-events: none;
  }

  .hero-grid {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: auto;
    padding: 0;
    gap: 0;
  }

  .hero-media {
    order: 1;
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
  }

  .hero-copy-wrap {
    order: 2;
    position: relative;
    z-index: 3;
    width: min(100% - 28px, 430px);
    margin: -72px auto 0;
    padding: 20px 16px 16px;
    border: 1px solid rgba(217, 226, 222, 0.94);
    border-radius: 8px;
    color: var(--ink);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 248, 0.93));
    box-shadow: 0 22px 52px rgba(8, 17, 38, 0.16);
    text-shadow: none;
    backdrop-filter: blur(10px);
  }

  .hero-copy-wrap::before {
    position: absolute;
    inset: 10px -7px auto auto;
    z-index: -1;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: rgba(255, 194, 10, 0.16);
    content: "";
  }

  .hero-visual-main {
    width: 100%;
    height: min(58vh, 500px);
    min-height: 390px;
    margin: 0;
    overflow: hidden;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 20px 42px rgba(8, 17, 38, 0.14);
  }

  .hero-visual-main::before {
    display: block;
    z-index: 2;
    background:
      linear-gradient(180deg, rgba(248, 251, 248, 0) 0%, rgba(248, 251, 248, 0.04) 58%, rgba(248, 251, 248, 0.42) 100%),
      linear-gradient(90deg, rgba(248, 251, 248, 0.18), transparent 46%);
  }

  .hero-visual-main img {
    object-position: 58% center;
  }

  .hero-copy-wrap .eyebrow {
    color: var(--green);
    text-shadow: none;
  }

  .hero-copy-wrap .eyebrow::before {
    background: var(--yellow);
  }

  .hero-title {
    color: var(--ink);
    font-size: clamp(2.02rem, 9.6vw, 2.46rem);
    line-height: 1.08;
    text-shadow: none;
    white-space: nowrap;
  }

  .hero h1.hero-title,
  .hero h1.hero-title.js-hero-title {
    font-size: clamp(1.72rem, 8.15vw, 2.05rem) !important;
    line-height: 1.12;
    white-space: nowrap;
  }

  .hero-title > span {
    display: inline !important;
    white-space: nowrap;
  }

  .hero-title .accent {
    color: var(--green);
    text-shadow: none;
  }

  .hero-title .warm {
    color: var(--yellow);
    text-shadow: none;
  }

  .hero-lead {
    max-width: 100%;
    margin-top: 14px;
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.62;
    text-shadow: none;
  }

  .hero-copy {
    max-width: 100%;
    margin-top: 12px;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.76;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .hero-actions .button {
    min-height: 48px;
    border-color: var(--ink);
    color: var(--ink);
    background: #fff;
    backdrop-filter: none;
  }

  .hero-actions .button.primary {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, var(--green), #13ba6d);
    box-shadow: 0 16px 28px rgba(0, 158, 87, 0.24);
  }

  .motion-marquee {
    position: relative;
    z-index: 2;
  }
}

/* Mobile value strip: keep the values, but stop them dominating the first screen. */
@media (max-width: 700px) {
  .motion-marquee span {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.86rem;
    letter-spacing: 0;
  }

  .value-bar.container {
    width: 100%;
    margin: 0 0 22px;
    padding: 0 0 0 14px;
    overflow: hidden;
    transform: none;
  }

  .value-grid {
    display: flex !important;
    grid-template-columns: none;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 14px 14px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .value-grid::-webkit-scrollbar {
    display: none;
  }

  .value-item {
    flex: 0 0 142px;
    min-height: 56px;
    padding: 10px 12px !important;
    border: 1px solid rgba(217, 226, 222, 0.96) !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 22px rgba(8, 17, 38, 0.07);
    scroll-snap-align: start;
  }

  .value-item strong {
    font-size: 0.88rem;
    line-height: 1.12;
  }

  .value-item span {
    margin-top: 3px;
    overflow: hidden;
    color: var(--muted);
    font-size: 0.68rem;
    line-height: 1.28;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* Final mobile value treatment: keep the content as a compact Japanese marquee. */
@media (max-width: 700px) {
  .motion-marquee {
    margin: 0;
  }

  .motion-marquee span {
    min-height: 34px;
    padding-right: 18px;
    font-size: 0.84rem;
  }

  .value-bar.container {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transform: none;
  }

  .value-grid {
    display: none !important;
  }

  .value-marquee {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 158, 87, 0.14);
    background:
      linear-gradient(90deg, rgba(0, 158, 87, 0.08), rgba(255, 194, 10, 0.12)),
      #f8fbf8;
  }

  .value-marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeMove 30s linear infinite;
    animation-delay: -10s;
  }

  .value-marquee span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding-right: 28px;
    color: var(--green-dark);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
  }

  .motion-marquee + .value-bar + .section {
    padding-top: 40px;
  }
}

/* Image placeholders: temporary visuals with the final filenames. */
.photo-placeholder.image {
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  background: #eef5ef;
}

.photo-placeholder.image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 17, 38, 0), rgba(8, 17, 38, 0.1)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}

.photo-placeholder.image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.service-card .photo-placeholder.image {
  min-height: 0;
  aspect-ratio: 3 / 2;
}

.service-card:hover .photo-placeholder.image img {
  transform: scale(1.035);
}

.page-hero .photo-placeholder.image,
.grid-2 > .photo-placeholder.image {
  min-height: min(38vw, 390px);
  border-radius: 0;
  clip-path: polygon(5% 0, 100% 0, 94% 91%, 0 100%);
  filter: drop-shadow(0 24px 34px rgba(8, 17, 38, 0.16));
  box-shadow: none;
}

.page-hero .photo-placeholder.image::after,
.grid-2 > .photo-placeholder.image::after {
  background:
    linear-gradient(180deg, rgba(8, 17, 38, 0), rgba(8, 17, 38, 0.18)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

@media (max-width: 700px) {
  .page-hero .photo-placeholder.image,
  .grid-2 > .photo-placeholder.image {
    min-height: 230px;
    clip-path: polygon(3% 0, 100% 0, 96% 94%, 0 100%);
  }

  .service-card .photo-placeholder.image {
    aspect-ratio: 16 / 10;
  }
}

/* Hero ornaments must never cover the copy or CTA buttons. */
.hero {
  isolation: isolate;
}

.hero::before,
.hero::after {
  z-index: 0 !important;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2 !important;
}

.hero-copy-wrap,
.hero-actions {
  position: relative;
  z-index: 3 !important;
}

@media (min-width: 701px) {
  .hero::after {
    width: min(12vw, 150px);
    transform: translate(-58%, 10%);
    opacity: 0.56;
  }
}

/* Company page: tune Japanese line breaks for the client review viewport. */
.company-page .page-hero h1,
.company-page .company-message-title {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.company-page .page-hero h1 {
  font-size: clamp(2.35rem, 3.6vw, 3.85rem);
  line-height: 1.16;
}

.company-page .company-message-title {
  font-size: clamp(1.9rem, 2.75vw, 2.75rem);
  line-height: 1.24;
}

@media (max-width: 700px) {
  .company-page .page-hero h1 {
    font-size: clamp(2.15rem, 9vw, 2.55rem);
  }

  .company-page .company-message-title {
    font-size: clamp(1.75rem, 7.2vw, 2.05rem);
  }
}

/* WordPress implementation adjustments. */
.brand-logo {
  display: block;
  width: 44px;
  height: 36px;
  object-fit: contain;
  flex: 0 0 44px;
}

.site-footer .brand-logo {
  width: 46px;
  height: 38px;
  flex-basis: 46px;
}

.site-footer .brand strong {
  color: #fff;
}

.field-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-result {
  grid-column: 1 / -1;
  margin: 0;
  padding: 14px 16px;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.6;
}

.contact-result.is-success {
  border: 1px solid rgba(0, 158, 87, 0.22);
  background: rgba(0, 158, 87, 0.08);
  color: var(--green-dark);
}

.contact-result.is-error {
  border: 1px solid rgba(200, 60, 35, 0.22);
  background: var(--danger-soft);
  color: #9c321d;
}

@media (max-width: 700px) {
  .brand-logo {
    width: 40px;
    height: 32px;
    flex-basis: 40px;
  }

  .site-footer .brand-logo {
    width: 44px;
    height: 36px;
    flex-basis: 44px;
  }
}

/* Brotherz completion pass: content-rich corporate/service site. */
.site-header {
  z-index: 50;
}

.global-nav {
  gap: clamp(14px, 1.8vw, 28px);
  font-size: clamp(0.82rem, 0.92vw, 0.94rem);
}

.header-cta {
  white-space: nowrap;
}

.hero-title,
.section-title,
.page-hero h1 {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.hero-copy {
  font-weight: 600;
}

.hero-scroll {
  position: absolute;
  left: 30px;
  bottom: 26px;
  z-index: 4;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(8, 17, 38, 0.68);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero-scroll::after {
  width: 1px;
  height: 42px;
  margin-left: 7px;
  background: var(--green);
  content: "";
  transform-origin: top;
  animation: scrollLine 1.6s ease-in-out infinite;
}

@keyframes scrollLine {
  0%,
  100% {
    transform: scaleY(0.35);
    opacity: 0.35;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.mission-strip {
  padding: 64px 0;
  background:
    linear-gradient(90deg, rgba(0, 158, 87, 0.07), rgba(247, 181, 0, 0.12)),
    #fff;
}

.mission-strip-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr auto;
  gap: 28px;
  align-items: center;
}

.mission-strip h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
  line-height: 1.22;
}

.mission-strip p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.service-card-link {
  display: block;
  height: 100%;
  color: inherit;
}

.service-grid-6 .service-card {
  min-height: 100%;
}

.trust-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.stat-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.stat-text {
  font-size: clamp(1.35rem, 2.2vw, 2.1rem);
  line-height: 1.25;
}

.quality-preview {
  background:
    linear-gradient(110deg, rgba(0, 158, 87, 0.08), rgba(247, 181, 0, 0.16)),
    #fff;
}

.split-visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.story-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(8, 17, 38, 0.92), rgba(0, 118, 65, 0.9)),
    var(--ink);
}

.story-band::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(247, 181, 0, 0.2), transparent 28%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 16px);
  content: "";
}

.story-band-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.story-band h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: 1.05;
}

.story-band p:not(.eyebrow) {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.story-band .eyebrow {
  color: #fff;
}

.story-photo {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.story-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.company-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: start;
}

.mini-company-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

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

.mini-company-table th {
  width: 90px;
  color: var(--green-dark);
}

.service-anchor-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.service-anchor-nav a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(0, 158, 87, 0.22);
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 900;
  background: #fff;
  box-shadow: 0 8px 18px rgba(8, 17, 38, 0.04);
}

.service-anchor-nav a::before {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.service-detail.is-reverse .service-detail-grid > :first-child {
  order: 2;
}

.service-lead {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 900;
  line-height: 1.6;
}

.service-point-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  margin-top: 22px;
}

.trust-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.stat-story {
  padding: 24px;
}

.stat-story span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.stat-story strong {
  display: block;
  margin: 10px 0 12px;
  color: var(--green-dark);
  font-size: clamp(1.5rem, 2vw, 1.4rem);
  line-height: 1.1;
}

.stat-story p,
.reason-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.reason-card {
  padding: 26px;
}

.reason-card h3 {
  margin: 0 0 12px;
  font-size: 1.24rem;
}

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

.voice-card {
  min-height: 180px;
}

.voice-card p {
  color: #344054;
  font-weight: 600;
}

.improvement-item strong {
  color: var(--green-dark);
}

.representative-message {
  max-width: 960px;
}

.message-copy.is-flat {
  margin-top: 24px;
  box-shadow: var(--shadow);
}

.contact-info-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-info-list p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.contact-info-list strong {
  color: var(--green-dark);
}

.contact-info-list span {
  color: var(--muted);
  font-weight: 700;
  text-align: right;
}

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

.privacy-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
}

.privacy-check input {
  margin-top: 0.35em;
}

.privacy-check a {
  color: var(--green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 20px rgba(8, 17, 38, 0.04);
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 18px 54px 18px 20px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary::after {
  position: absolute;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  content: "+";
  display: grid;
  place-items: center;
  font-weight: 900;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.policy-content {
  max-width: 880px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.policy-content h2 {
  margin: 32px 0 12px;
  font-size: 1.3rem;
}

.policy-content h2:first-child {
  margin-top: 0;
}

.policy-content p {
  margin: 0;
  color: var(--muted);
}

.floating-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 45;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.floating-cta.is-visible:not(.is-footer-visible) {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-cta-main {
  display: grid;
  min-width: 178px;
  padding: 14px 18px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(90deg, var(--green), var(--yellow));
  box-shadow: 0 18px 44px rgba(0, 118, 65, 0.28);
}

.floating-cta-main span {
  font-size: 0.76rem;
  font-weight: 800;
}

.floating-cta-main strong {
  font-size: 1.05rem;
  line-height: 1.25;
}

@media (hover: hover) {
  .service-card:hover .photo-placeholder.image img,
  .page-visual:hover img,
  .story-photo:hover img {
    transform: scale(1.035);
  }
}

@media (max-width: 1060px) {
  .global-nav {
    display: none;
  }

  .global-nav.is-open {
    display: grid;
  }

  .mission-strip-inner,
  .trust-home-grid,
  .split-visual-grid,
  .story-band-grid,
  .company-faq-grid,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-detail.is-reverse .service-detail-grid > :first-child {
    order: 0;
  }

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

@media (max-width: 700px) {
  body {
    padding-bottom: 72px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    gap: 0;
  }

  .hero-copy-wrap {
    width: min(100% - 28px, var(--container));
    margin: -56px auto 0;
    padding: 24px 18px 22px;
    border: 1px solid rgba(0, 158, 87, 0.14);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 48px rgba(8, 17, 38, 0.12);
    backdrop-filter: blur(10px);
  }

  .hero-title {
    font-size: clamp(2rem, 10vw, 2.72rem) !important;
    line-height: 1.08 !important;
    white-space: nowrap;
  }

  .hero-title > span {
    display: inline !important;
    white-space: nowrap;
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 0.98rem;
  }

  .hero-copy {
    max-height: none;
    display: block;
    font-size: 0.9rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .hero-scroll {
    display: none;
  }

  .section {
    padding: 54px 0;
  }

  .section.compact {
    padding: 40px 0;
  }

  .section-head {
    display: block;
  }

  .section-head .button {
    margin-top: 20px;
  }

  .mission-strip-inner,
  .service-anchor-nav,
  .service-point-list,
  .trust-detail-grid,
  .voice-grid,
  .field-pair {
    grid-template-columns: 1fr;
  }

  .mvv-grid,
  .values-list,
  .grid-2,
  .grid-3,
  .service-lead-panel,
  .process-list,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .process-item {
    min-height: 0;
  }

  .cta-band {
    padding: 24px 18px;
  }

  .cta-band-inner {
    display: grid;
  }

  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
    padding: 12px 14px;
  }

  .company-table td {
    border-bottom: 1px solid var(--line);
  }

  .floating-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .floating-cta-main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 8px 16px;
    text-align: center;
  }

  .floating-cta-main span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .motion-marquee-track,
  .value-marquee-track {
    animation: none !important;
  }
}

/* Final mobile tightening for the first-view follow-up blocks. */
@media (max-width: 700px) {
  .motion-marquee + .value-bar + .mission-strip {
    padding: 22px 0 24px;
  }

  .mission-strip {
    background:
      linear-gradient(100deg, rgba(0, 158, 87, 0.08), rgba(247, 181, 0, 0.14)),
      #fff;
  }

  .mission-strip-inner {
    gap: 9px;
  }

  .mission-strip .reveal,
  .mission-strip-inner.reveal {
    opacity: 1;
    transform: none;
  }

  .mission-strip h2 {
    font-size: clamp(1.22rem, 6.4vw, 1.55rem);
    line-height: 1.28;
  }

  .mission-strip p:not(.eyebrow) {
    font-size: 0.84rem;
    line-height: 1.68;
  }

  .mission-strip .mini-link {
    margin-top: 2px;
  }

  .motion-marquee + .value-bar + .mission-strip + .section {
    padding-top: 28px;
  }

  .motion-marquee + .value-bar + .mission-strip + .section .section-head.reveal {
    opacity: 1;
    transform: none;
  }
}

/* Balanced service index and philosophy presentation. */
.service-index-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(0, 158, 87, 0.08), transparent 43%),
    linear-gradient(292deg, rgba(247, 181, 0, 0.09), transparent 40%),
    #f7faf8;
}

.service-index-section::after {
  position: absolute;
  top: -90px;
  right: -60px;
  width: 260px;
  height: 260px;
  border: 42px solid rgba(0, 158, 87, 0.055);
  transform: rotate(18deg);
  content: "";
  pointer-events: none;
}

.service-index-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}

.service-index-layout .section-head {
  margin: 0;
}

.service-index-layout .service-anchor-nav {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-index-layout .service-anchor-nav a {
  min-height: 68px;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-index-layout .service-anchor-nav a:hover {
  border-color: rgba(0, 158, 87, 0.48);
  color: var(--green-dark);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(8, 17, 38, 0.08);
}

.philosophy-mvv-section {
  background:
    linear-gradient(130deg, rgba(0, 158, 87, 0.055), transparent 42%),
    linear-gradient(310deg, rgba(247, 181, 0, 0.07), transparent 38%),
    var(--soft);
}

.philosophy-mvv-section .mvv-card:nth-child(2) {
  transform: translateY(18px);
}

.philosophy-message-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 232, 0.9)),
    #fff9e8;
}

.philosophy-message-section::before {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(0, 158, 87, 0.055) 0 1px, transparent 1px 18px);
  content: "";
  pointer-events: none;
}

.philosophy-message-section::after {
  position: absolute;
  top: 9%;
  right: 6%;
  width: clamp(110px, 13vw, 210px);
  aspect-ratio: 1;
  border: clamp(22px, 2.6vw, 42px) solid rgba(247, 181, 0, 0.12);
  border-radius: 50%;
  animation: philosophy-orbit 12s ease-in-out infinite alternate;
  content: "";
  pointer-events: none;
}

.philosophy-message-section .representative-message {
  position: relative;
  z-index: 1;
}

.philosophy-message-section .section-title {
  width: 100%;
  max-width: none;
  text-wrap: wrap;
}

.philosophy-message-section .message-copy.is-flat {
  position: relative;
  padding: clamp(30px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(0, 158, 87, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 70px rgba(8, 17, 38, 0.09);
}

.philosophy-message-section .message-copy.is-flat::before {
  position: absolute;
  top: -28px;
  right: 22px;
  color: rgba(0, 158, 87, 0.075);
  font-family: Georgia, serif;
  font-size: clamp(8rem, 15vw, 13rem);
  line-height: 1;
  content: "“";
  pointer-events: none;
}

.philosophy-message-section .message-copy.is-flat p {
  position: relative;
  z-index: 1;
  max-width: 52em;
  line-height: 2.05;
}

@keyframes philosophy-orbit {
  from { transform: translate3d(0, -8px, 0) rotate(-4deg); }
  to { transform: translate3d(-22px, 18px, 0) rotate(9deg); }
}

/* Final Japanese typography and spacing lock. */
body:not(.home) .page-hero {
  min-height: 0;
  padding: clamp(56px, 5.5vw, 84px) 0 clamp(48px, 5vw, 72px);
}

body:not(.home) .trust-hero {
  min-height: min(760px, calc(100svh - 76px));
  padding: clamp(70px, 7vw, 112px) 0 54px;
}

.page-hero h1,
.section-title,
.card .section-title,
.company-message-title {
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0;
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
  white-space: normal;
  text-wrap: pretty;
}

.page-hero h1 {
  max-width: 12em;
  font-size: clamp(2.3rem, 3.15vw, 3.2rem);
  line-height: 1.3;
}

.section-title {
  max-width: 22em;
  font-size: clamp(1.7rem, 2.15vw, 2.2rem);
  line-height: 1.5;
}

.card .section-title {
  font-size: clamp(1.48rem, 1.8vw, 1.9rem);
}

.page-hero .page-lead {
  font-weight: 400;
}

.heading-line {
  display: block;
}

body:not(.home) .page-hero-grid > :first-child,
.trust-story-grid .section-head {
  position: relative;
  z-index: 3;
}

body:not(.home) .page-hero .photo-placeholder.image,
body:not(.home) .page-hero .page-visual {
  position: relative;
  z-index: 1;
}

body:not(.home) .page-hero::before {
  animation-duration: 8.5s;
}

body:not(.home) .page-hero::after {
  animation-duration: 7s;
}

.page-ambient span:nth-child(1) {
  animation-duration: 7s;
}

.page-ambient span:nth-child(2) {
  animation-duration: 8.5s;
}

.page-ambient span:nth-child(3) {
  animation-duration: 5.5s;
}

/* Shared cut-frame language for hero photography. */
body:not(.home) .page-hero .page-visual {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  clip-path: polygon(5% 0, 100% 0, 94% 91%, 0 100%);
  filter: drop-shadow(0 24px 34px rgba(8, 17, 38, 0.16));
  box-shadow: none;
}

.home .hero-visual-main {
  overflow: hidden;
  border-radius: 0;
  clip-path: polygon(4% 0, 100% 0, 96% 91%, 0 100%);
  filter: drop-shadow(0 30px 44px rgba(8, 17, 38, 0.18));
  box-shadow: none;
}

/* Home trust section: editorial two-tier composition. */
.home .trust-home-grid.trust-home-with-photo {
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.home .trust-home-with-photo > :first-child {
  max-width: 470px;
}

.home .trust-home-photo {
  min-height: 470px;
  border-radius: 0;
  clip-path: polygon(4% 0, 100% 0, 94% 91%, 0 100%);
  filter: drop-shadow(0 26px 38px rgba(8, 17, 38, 0.16));
  box-shadow: none;
}

.home .trust-home-photo img {
  min-height: 470px;
}

.home .trust-home-photo figcaption {
  right: auto;
  max-width: calc(100% - 48px);
  padding: 13px 18px;
  border-left: 4px solid var(--yellow);
  border-radius: 0;
  color: #fff;
  text-align: left;
  background: rgba(8, 17, 38, 0.92);
  box-shadow: 0 16px 34px rgba(8, 17, 38, 0.24);
}

.home .trust-home-with-photo .stats-panel {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 4px;
}

.home .trust-home-with-photo .stat {
  min-height: 220px;
  padding: clamp(22px, 2.3vw, 30px);
}

.home .trust-home-with-photo .stat-number:not(.stat-text) {
  font-size: clamp(1.45rem, 2vw, 2rem);
  white-space: nowrap;
}

@media (max-width: 1060px) {
  .home .trust-home-grid.trust-home-with-photo {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .home .trust-home-with-photo .stats-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1061px) {
  .global-nav {
    gap: clamp(11px, 1.25vw, 21px);
    font-size: clamp(0.78rem, 0.83vw, 0.9rem);
  }
}

@media (max-width: 700px) {
  body {
    font-size: 15px;
    line-height: 1.85;
  }

  body:not(.home) .page-hero,
  body:not(.home) .trust-hero {
    min-height: 0;
    padding: 38px 0 42px;
  }

  .page-hero h1,
  .trust-hero-copy h1,
  .section-title,
  .card .section-title,
  .company-message-title {
    max-width: 100%;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  .heading-line {
    display: inline;
  }

  .heading-line + .heading-line::before {
    content: " ";
  }

  body:not(.home) .page-hero .page-visual {
    clip-path: polygon(3% 0, 100% 0, 96% 94%, 0 100%);
  }

  .home .hero-visual-main {
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
    filter: drop-shadow(0 18px 28px rgba(8, 17, 38, 0.15));
  }

  .home .trust-home-grid.trust-home-with-photo {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home .trust-home-photo,
  .home .trust-home-photo img {
    min-height: 300px;
  }

  .home .trust-home-photo {
    clip-path: polygon(3% 0, 100% 0, 96% 94%, 0 100%);
  }

  .home .trust-home-with-photo .stats-panel {
    grid-template-columns: 1fr;
  }

  .home .trust-home-with-photo .stat {
    min-height: 0;
  }

  .page-hero h1,
  .trust-hero-copy h1 {
    font-size: clamp(1.95rem, 8.6vw, 2.35rem);
    line-height: 1.38;
  }

  .section-title,
  .card .section-title,
  .company-message-title {
    font-size: clamp(1.4rem, 6.1vw, 1.7rem);
    line-height: 1.55;
  }

  .section {
    padding: 48px 0;
  }

  .section.compact {
    padding: 38px 0;
  }

  .section-head {
    margin-bottom: 26px;
  }

  .service-index-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-index-layout .service-anchor-nav {
    grid-template-columns: 1fr 1fr;
  }

  .service-index-layout .service-anchor-nav a {
    min-height: 58px;
    padding: 10px 14px;
    font-size: 0.88rem;
  }

  .philosophy-mvv-section .mvv-card:nth-child(2) {
    transform: none;
  }

  .philosophy-message-section .message-copy.is-flat {
    padding: 28px 20px;
  }

  .card-body,
  .reason-card,
  .stat-story {
    padding: 22px 18px;
  }
}
