.home-page main {
  background: #f3f0ea;
}

.rebuild-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #111;
  color: #fff;
  isolation: isolate;
}

.hero-panel {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05);
}

.hero-panel-demolition {
  width: 39%;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  z-index: 1;
}

.hero-panel-demolition img {
  filter: grayscale(1) brightness(0.58) contrast(1.16);
}

.hero-panel-architecture {
  left: 32%;
  width: 42%;
  clip-path: polygon(12% 0, 100% 0, 86% 100%, 0 100%);
  z-index: 2;
}

.hero-panel-architecture img {
  filter: brightness(0.7) saturate(0.9);
}

.hero-panel-estate {
  left: 63%;
  width: 37%;
  z-index: 1;
}

.hero-panel-estate img {
  filter: brightness(0.62) saturate(0.84);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 38%, rgba(0, 0, 0, 0.25) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 30%, rgba(0, 0, 0, 0.58));
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  z-index: 5;
  left: clamp(32px, 11vw, 150px);
  top: 37%;
  transform: translateY(-50%);
  max-width: min(760px, calc(100vw - 56px));
}

.hero-title {
  margin: 0 0 6px;
  font-family: 'Raleway', 'Noto Sans JP', sans-serif;
  font-size: clamp(4.8rem, 10vw, 10.5rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 0.72;
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(1.7rem, 3.2vw, 3.05rem);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.hero-copy p:not(.hero-title) {
  margin: 0;
  font-size: clamp(0.95rem, 1.35vw, 1.22rem);
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.08em;
}

.side-label {
  position: absolute;
  z-index: 6;
  margin: 0;
  writing-mode: vertical-rl;
  font-family: 'Raleway', 'Noto Sans JP', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.side-label::after {
  content: '';
  display: block;
  width: 1px;
  height: 62px;
  margin: 18px auto 0;
  background: currentColor;
  opacity: 0.65;
}

.side-label-hero {
  left: clamp(22px, 3.4vw, 48px);
  bottom: 96px;
}

.hero-services {
  position: absolute;
  z-index: 6;
  left: clamp(28px, 11vw, 150px);
  right: clamp(28px, 4vw, 64px);
  bottom: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 5vw, 84px);
}

.hero-service {
  display: grid;
  grid-template-columns: auto minmax(54px, 1fr) auto;
  grid-template-areas:
    "name name name"
    "ja line no";
  align-items: center;
  column-gap: 16px;
  padding-left: 42px;
  border-left: 1px solid rgba(255, 255, 255, 0.42);
  min-height: 76px;
}

.service-name {
  grid-area: name;
  font-family: 'Raleway', 'Noto Sans JP', sans-serif;
  font-size: clamp(1.12rem, 1.8vw, 1.72rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.service-ja {
  grid-area: ja;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.service-line {
  grid-area: line;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
}

.service-no {
  grid-area: no;
  font-family: 'Raleway', 'Noto Sans JP', sans-serif;
  font-size: 1.08rem;
}

.service-icon,
.service-arrow,
.mobile-consult,
.story-label {
  display: none;
}

.mission-section {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 86px) clamp(24px, 5vw, 72px) clamp(64px, 8vw, 110px);
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.9), transparent 28%),
    #f5f2eb;
  color: #101010;
}

.side-label-about {
  left: clamp(22px, 3.4vw, 48px);
  top: 42%;
  color: #111;
}

.mission-inner {
  width: min(940px, 82vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.mission-heading-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 26px;
  align-items: center;
}

.mission-en,
.mission-word {
  margin: 0;
  font-family: 'Raleway', 'Noto Sans JP', sans-serif;
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.mission-heading-row span {
  height: 1px;
  background: rgba(0, 0, 0, 0.34);
}

.mission-collage {
  position: relative;
  width: min(430px, 100%);
  margin: 0 auto;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.32);
}

.mission-collage img {
  width: 100%;
  aspect-ratio: 1.85 / 1;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
}

.mission-slash {
  position: absolute;
  right: -10px;
  top: 16px;
  width: 44%;
  height: 86%;
  background: #f5f2eb;
  clip-path: polygon(0 0, 36% 0, 100% 100%, 64% 100%);
}

.mission-copy {
  padding-top: 42px;
}

.mission-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(1.38rem, 2.2vw, 2.05rem);
  line-height: 1.7;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.mission-copy p {
  margin: 0 0 12px;
  color: #323232;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 2.05;
}

.mission-copy .mission-word {
  margin-top: 22px;
  color: #050505;
  font-size: clamp(3.8rem, 7.2vw, 6.6rem);
}

.works-strip {
  padding: clamp(64px, 8vw, 110px) clamp(24px, 5vw, 72px);
  background: #111;
  color: #fff;
}

.works-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto 34px;
  width: min(1120px, 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 24px;
}

.works-head p {
  margin: 0;
  font-family: 'Raleway', 'Noto Sans JP', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.works-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  line-height: 1.15;
}

.works-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.works-grid article {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: #222;
}

.works-grid img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  filter: brightness(0.62) saturate(0.86);
  transition: transform 0.55s ease;
}

.works-grid article:hover img {
  transform: scale(1.05);
}

.works-grid p {
  position: absolute;
  left: 24px;
  bottom: 20px;
  margin: 0;
  font-family: 'Raleway', 'Noto Sans JP', sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.mobile-strengths {
  display: none;
}

.story-image-panel {
  display: none;
}

.company-info-section {
  background: #fff;
  color: #171717;
  padding: clamp(64px, 8vw, 110px) clamp(22px, 8vw, 120px);
}

.company-info-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.company-info-kicker {
  margin: 0 0 14px;
  color: #bd9252;
  font-family: 'Raleway', 'Noto Sans JP', sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.company-info-section h2 {
  margin: 0 0 34px;
  color: #151515;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.company-info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(20, 20, 20, 0.14);
}

.company-info-list div {
  display: grid;
  grid-template-columns: minmax(110px, 0.38fr) 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.14);
}

.company-info-list div:nth-child(odd) {
  padding-right: clamp(22px, 4vw, 56px);
}

.company-info-list dt {
  color: #bd9252;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.company-info-list dd {
  margin: 0;
  color: #171717;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 980px) {
  .home-page .site-nav {
    color: #fff;
  }

  .rebuild-hero {
    min-height: 840px;
  }

  .hero-panel-demolition {
    width: 58%;
  }

  .hero-panel-architecture {
    left: 26%;
    width: 56%;
  }

  .hero-panel-estate {
    left: 66%;
    width: 42%;
  }

  .hero-copy {
    left: 28px;
    top: 39%;
  }

  .hero-services {
    left: 28px;
    right: 28px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-service {
    min-height: 58px;
    padding-left: 20px;
  }

  .side-label-hero {
    display: none;
  }

  .mission-inner {
    width: min(680px, 100%);
    grid-template-columns: 1fr;
  }

  .side-label-about {
    display: none;
  }

  .mission-copy {
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .home-page {
    padding-bottom: 0;
    background: #030303;
  }

  .home-page .site-header {
    padding: 28px 34px 0;
    align-items: flex-start;
  }

  .home-page .site-brand {
    font-size: 1.78rem;
    line-height: 1;
    letter-spacing: 0.01em;
  }

  .home-page .nav-toggle {
    width: 56px;
    height: 56px;
    border-color: rgba(255, 255, 255, 0.78);
    background: rgba(12, 12, 12, 0.22);
  }

  .home-page .nav-toggle span {
    width: 22px;
  }

  .home-page .site-nav {
    top: 92px;
    right: 24px;
    left: 24px;
  }

  .rebuild-hero {
    min-height: 100svh;
    background: #030303;
  }

  .rebuild-hero::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42svh;
    z-index: 3;
    background:
      linear-gradient(180deg, rgba(3, 3, 3, 0), rgba(3, 3, 3, 0.55) 22%, rgba(3, 3, 3, 0.08) 58%, #030303 100%),
      url('../images/service-estate.webp') center bottom / cover no-repeat;
    filter: saturate(0.82) brightness(0.78);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  }

  .hero-panel-demolition {
    width: 67%;
    height: 58svh;
    clip-path: polygon(0 0, 100% 0, 66% 100%, 0 100%);
    z-index: 1;
  }

  .hero-panel-architecture {
    left: 44%;
    width: 72%;
    height: 60svh;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
  }

  .hero-panel-estate {
    display: block;
    left: 0;
    top: 52svh;
    width: 100%;
    height: 33svh;
    z-index: 1;
    clip-path: polygon(0 36%, 100% 0, 100% 100%, 0 100%);
  }

  .hero-panel-estate img {
    object-position: center bottom;
    filter: brightness(0.56) saturate(0.86);
  }

  .hero-shade {
    z-index: 4;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.15) 24%, rgba(0, 0, 0, 0.68) 65%, #030303 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.06) 56%, rgba(0, 0, 0, 0.44));
  }

  .hero-copy {
    top: 37svh;
    left: 28px;
    right: 24px;
    transform: none;
    max-width: none;
  }

  .hero-title {
    margin-bottom: 8px;
    font-size: clamp(3.6rem, 16vw, 5.4rem);
    line-height: 0.9;
    letter-spacing: 0;
  }

  .hero-copy h1 {
    margin-bottom: 12px;
    font-size: clamp(1.15rem, 5.2vw, 1.72rem);
    line-height: 1.35;
    letter-spacing: 0.18em;
  }

  .hero-copy p:not(.hero-title) {
    font-size: clamp(0.8rem, 3.4vw, 0.98rem);
    line-height: 1.75;
    letter-spacing: 0.12em;
  }

  .hero-services {
    left: 24px;
    right: 24px;
    bottom: 100px;
    z-index: 7;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .hero-service {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "no name"
      "no ja";
    column-gap: 8px;
    align-items: center;
    min-height: 54px;
    padding: 10px 8px;
    overflow: visible;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    background: rgba(3, 3, 3, 0.36);
    box-shadow: none;
    backdrop-filter: blur(4px);
  }

  .hero-service:first-child {
    border-left: 0;
  }

  .hero-service::before {
    content: none;
  }

  .hero-service::after {
    content: none;
  }

  .hero-service:nth-child(1)::before {
    background-image: url('../images/service-demolition.webp');
  }

  .hero-service:nth-child(2)::before {
    background-image: url('../images/service-build.webp');
  }

  .hero-service:nth-child(3)::before {
    background-image: url('../images/service-estate.webp');
  }

  .service-icon {
    display: none;
  }

  .service-icon-demolition {
    clip-path: polygon(6% 76%, 32% 76%, 32% 40%, 40% 40%, 40% 78%, 72% 78%, 72% 88%, 6% 88%);
  }

  .service-icon-architecture {
    clip-path: polygon(4% 18%, 92% 4%, 92% 20%, 22% 30%, 92% 48%, 92% 64%, 22% 42%, 22% 82%, 4% 82%);
  }

  .service-icon-estate {
    clip-path: polygon(8% 88%, 8% 26%, 32% 26%, 32% 8%, 70% 8%, 70% 38%, 92% 38%, 92% 88%, 78% 88%, 78% 68%, 64% 68%, 64% 88%, 52% 88%, 52% 68%, 38% 68%, 38% 88%);
  }

  .service-no {
    position: static;
    grid-area: no;
    color: #c99b5a;
    font-size: 0.82rem;
    line-height: 1;
  }

  .service-name {
    display: block;
    grid-area: name;
    font-size: clamp(0.66rem, 2.9vw, 0.78rem);
    line-height: 1.05;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .service-ja {
    display: block;
    grid-area: ja;
    margin-top: 4px;
    font-size: 0.62rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }

  .service-line {
    display: none;
  }

  .service-arrow {
    display: none;
  }

  .service-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 9px;
    height: 9px;
    border-top: 1px solid rgba(255, 255, 255, 0.82);
    border-right: 1px solid rgba(255, 255, 255, 0.82);
    transform: rotate(45deg);
    transform-origin: right bottom;
  }

  .side-label-hero {
    display: block;
    right: 20px;
    left: auto;
    top: 58svh;
    bottom: auto;
    color: rgba(255, 255, 255, 0.88);
  }

  .side-label-hero::after {
    height: 58px;
  }

  .mobile-consult {
    position: absolute;
    z-index: 8;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 28px auto 24px;
    align-items: center;
    gap: 16px;
    width: min(78vw, 300px);
    min-height: 56px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: linear-gradient(135deg, #d1a76d, #ae7d42);
    color: #fff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

  .consult-icon {
    position: relative;
    width: 28px;
    height: 22px;
    border: 2px solid currentColor;
    border-radius: 999px;
  }

  .consult-icon::before,
  .consult-icon::after {
    content: '';
    position: absolute;
    top: 9px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 7px 0 0 currentColor, 14px 0 0 currentColor;
  }

  .consult-icon::before {
    left: 5px;
  }

  .consult-icon::after {
    display: none;
  }

  .consult-arrow {
    position: relative;
    height: 1px;
    background: currentColor;
  }

  .consult-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }

  .mission-section {
    padding: 0 18px 42px;
    background: #030303;
    color: #fff;
  }

  .mission-section::before {
    content: '';
    position: absolute;
    inset: 18px 18px 42px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
      radial-gradient(circle at 75% 22%, rgba(201, 155, 90, 0.18), transparent 32%),
      #101010;
  }

  .mission-section::after {
    content: none;
    position: absolute;
    right: -16px;
    bottom: 42px;
    width: 55%;
    height: 250px;
    background: url('../images/service-demolition.webp') center / cover no-repeat;
    filter: grayscale(1) brightness(0.74) contrast(1.12);
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.9;
  }

  .mission-inner {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 46px 28px 54px;
  }

  .mission-left {
    display: none;
  }

  .mission-heading-row {
    gap: 18px;
  }

  .story-label {
    display: block;
    margin: 0 0 22px;
    color: #c99b5a;
    font-family: 'Raleway', 'Noto Sans JP', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
  }

  .mission-copy {
    padding-top: 0;
  }

  .mission-copy h2 {
    margin-bottom: 24px;
    font-size: clamp(1.25rem, 5.6vw, 1.72rem);
    line-height: 1.65;
    letter-spacing: 0.08em;
  }

  .mission-copy p {
    position: relative;
    z-index: 2;
    max-width: 74%;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.82rem;
    line-height: 2.05;
    letter-spacing: 0.04em;
  }

  .mission-copy .mission-word {
    display: none;
  }

  .works-strip {
    display: none;
  }

  .works-head {
    display: grid;
  }

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

  .company-info-section {
    padding: 48px 22px;
  }

  .company-info-section h2 {
    margin-bottom: 26px;
    font-size: 1.55rem;
  }

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

  .company-info-list div,
  .company-info-list div:nth-child(odd) {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }

  .home-page,
  .home-page main {
    background: #f6f3ec;
    color: #171717;
  }

  .home-page .site-header {
    padding: 28px 26px 0;
    align-items: flex-start;
  }

  .home-page .site-brand {
    color: #171717;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1;
  }

  .home-page .nav-toggle {
    width: 58px;
    height: 58px;
    border: 0;
    background: rgba(255, 255, 255, 0.94);
    color: #bd9252;
    box-shadow: 0 14px 28px rgba(51, 41, 28, 0.12);
  }

  .home-page .site-nav {
    top: 92px;
    right: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(189, 146, 82, 0.22);
  }

  .home-page .site-nav a,
  .home-page .site-nav a:last-child {
    color: #171717;
    text-shadow: none;
  }

  .rebuild-hero {
    min-height: 680px;
    background: #f6f3ec;
    color: #171717;
  }

  .rebuild-hero::before {
    content: none;
  }

  .hero-panel {
    top: 0;
    bottom: auto;
    height: 520px;
  }

  .hero-panel-demolition {
    left: 0;
    width: 58%;
    height: 520px;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
    z-index: 1;
  }

  .hero-panel-demolition img {
    filter: grayscale(1) brightness(1.36) contrast(0.92);
    object-position: center top;
  }

  .hero-panel-architecture {
    left: 43%;
    width: 62%;
    height: 520px;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
  }

  .hero-panel-architecture img {
    filter: brightness(1.2) saturate(0.86);
    object-position: center top;
  }

  .hero-panel-estate {
    display: none;
  }

  .hero-shade {
    inset: 0 0 auto;
    height: 520px;
    z-index: 4;
    background:
      radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.95) 0 18%, rgba(255, 255, 255, 0.72) 30%, rgba(255, 255, 255, 0.18) 52%, transparent 74%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.76) 82%, #f6f3ec 100%);
  }

  .hero-copy {
    top: 250px;
    left: 22px;
    right: 22px;
    transform: none;
    max-width: none;
    text-align: center;
    color: #121212;
  }

  .hero-title {
    margin-bottom: 10px;
    color: rgba(7, 7, 7, 0.46);
    font-size: clamp(2.55rem, 11.5vw, 4rem);
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: 0;
    opacity: 1;
  }

  .hero-title::first-letter {
    color: rgba(7, 7, 7, 0.46);
  }

  .hero-copy h1 {
    margin-bottom: 26px;
    color: #111;
    font-size: clamp(1.02rem, 4.8vw, 1.45rem);
    line-height: 1.4;
    letter-spacing: 0.12em;
  }

  .hero-copy p:not(.hero-title) {
    color: #111;
    font-size: clamp(0.78rem, 3.35vw, 0.94rem);
    line-height: 1.9;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  .hero-services {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(20, 20, 20, 0.1);
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
    background: rgba(255, 255, 255, 0.94);
  }

  .hero-service {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 28px;
    grid-template-areas:
      "no no"
      "name icon"
      "ja icon";
    row-gap: 8px;
    column-gap: 6px;
    align-content: center;
    min-height: 132px;
    padding: 18px 16px;
    border: 0;
    border-left: 1px solid rgba(20, 20, 20, 0.11);
    background: #fff;
    color: #171717;
    box-shadow: none;
    backdrop-filter: none;
  }

  .hero-service:first-child {
    border-left: 0;
  }

  .hero-service::before,
  .hero-service::after {
    content: none;
  }

  .service-no {
    position: static;
    grid-area: no;
    color: #bd9252;
    font-size: 1rem;
    line-height: 1;
  }

  .service-name {
    grid-area: name;
    color: #171717;
    font-size: clamp(0.72rem, 3.5vw, 0.92rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
    white-space: normal;
  }

  .service-ja {
    grid-area: ja;
    margin-top: 0;
    color: #171717;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }

  .service-icon {
    display: block;
    grid-area: icon;
    align-self: end;
    justify-self: end;
    width: 26px;
    height: 26px;
    margin: 0;
    color: #bd9252;
    background: currentColor;
  }

  .service-icon-demolition {
    clip-path: polygon(6% 76%, 32% 76%, 32% 40%, 40% 40%, 40% 78%, 72% 78%, 72% 88%, 6% 88%);
  }

  .service-icon-architecture {
    clip-path: polygon(4% 18%, 92% 4%, 92% 20%, 22% 30%, 92% 48%, 92% 64%, 22% 42%, 22% 82%, 4% 82%);
  }

  .service-icon-estate {
    clip-path: polygon(8% 88%, 8% 26%, 32% 26%, 32% 8%, 70% 8%, 70% 38%, 92% 38%, 92% 88%, 78% 88%, 78% 68%, 64% 68%, 64% 88%, 52% 88%, 52% 68%, 38% 68%, 38% 88%);
  }

  .service-line,
  .service-arrow,
  .side-label-hero {
    display: none;
  }

  .mobile-consult {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 435px;
    bottom: auto;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 28px 1fr 30px;
    align-items: center;
    gap: 14px;
    width: min(76vw, 310px);
    min-height: 58px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #d1a76d, #b88947);
    color: #fff;
    box-shadow: 0 18px 34px rgba(137, 102, 54, 0.22);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .consult-icon {
    width: 26px;
    height: 22px;
    border: 2px solid currentColor;
    border-radius: 999px;
  }

  .consult-arrow {
    position: relative;
    height: 1px;
    background: currentColor;
  }

  .mission-section {
    padding: 54px 22px 46px;
    background: #fff;
    color: #171717;
  }

  .mission-section::before {
    content: none;
  }

  .mission-section::after {
    content: '';
    position: absolute;
    right: 22px;
    top: 78px;
    bottom: auto;
    width: 43%;
    height: 245px;
    border-radius: 16px 16px 0 16px;
    background: url('../images/service-build.webp') center / cover no-repeat;
    filter: brightness(1.08) saturate(0.9);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 84% 100%, 0 100%);
    opacity: 1;
  }

  .mission-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(220px, 0.82fr);
    gap: 24px;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .mission-left {
    display: none;
  }

  .story-label {
    display: block;
    margin: 0 0 24px;
    color: #bd9252;
    font-family: 'Raleway', 'Noto Sans JP', sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.22em;
  }

  .mission-copy {
    padding: 0;
  }

  .mission-copy h2 {
    max-width: 100%;
    margin: 0 0 26px;
    color: #151515;
    font-size: clamp(1.32rem, 5.9vw, 1.78rem);
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  .mission-copy h2::after {
    content: '';
    display: block;
    width: 42px;
    height: 1px;
    margin-top: 24px;
    background: #bd9252;
  }

  .mission-copy p {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin-bottom: 12px;
    color: #171717;
    font-size: 0.78rem;
    line-height: 1.9;
    font-weight: 600;
    letter-spacing: 0.04em;
  }

  .mission-copy .mission-word {
    display: none;
  }

  .story-image-panel {
    position: relative;
    display: block;
    min-height: 245px;
    overflow: hidden;
    border-radius: 18px 18px 0 18px;
    box-shadow: 0 22px 44px rgba(47, 37, 24, 0.08);
    clip-path: polygon(0 0, 100% 0, 100% 84%, 86% 100%, 0 100%);
  }

  .story-image-panel img {
    width: 100%;
    height: 100%;
    min-height: 245px;
    object-fit: cover;
    filter: brightness(1.06) saturate(0.92);
  }

  .story-image-panel::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 58px;
    background: rgba(255, 255, 255, 0.92);
    clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%, 38% 84%);
  }

  .story-image-panel span {
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    color: #bd9252;
    font-family: 'Raleway', 'Noto Sans JP', sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    line-height: 1.6;
  }

  .mobile-strengths {
    display: block;
    overflow: hidden;
    background: #fff;
    color: #fff;
  }

  .mobile-strengths-inner {
    position: relative;
    margin: 0;
    padding: 42px 22px 58px;
    overflow: hidden;
    border-radius: 8px 8px 34px 34px;
    background:
      linear-gradient(180deg, rgba(13, 13, 13, 0.88), rgba(13, 13, 13, 0.95)),
      url('../images/service-demolition.webp') center / cover no-repeat;
  }

  .mobile-kicker {
    margin: 0 0 10px;
    color: #bd9252;
    font-family: 'Raleway', 'Noto Sans JP', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-align: center;
  }

  .mobile-strengths h2 {
    margin: 0 0 34px;
    color: #fff;
    font-size: 1.55rem;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.12em;
  }

  .mobile-strength-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .mobile-strength-list article {
    padding: 0 12px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
  }

  .mobile-strength-list article:first-child {
    border-left: 0;
  }

  .mobile-strength-icon {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto 18px;
    color: #bd9252;
    background: currentColor;
  }

  .mobile-strength-icon.people {
    clip-path: polygon(18% 84%, 18% 64%, 28% 52%, 44% 52%, 54% 64%, 54% 84%, 8% 84%, 8% 72%, 16% 60%, 26% 58%, 18% 48%, 18% 34%, 28% 24%, 42% 24%, 52% 34%, 52% 48%, 46% 58%, 58% 58%, 68% 68%, 68% 84%);
  }

  .mobile-strength-icon.trust {
    clip-path: polygon(8% 50%, 28% 30%, 46% 46%, 54% 38%, 74% 38%, 92% 56%, 76% 74%, 60% 58%, 50% 68%, 30% 48%, 20% 58%);
  }

  .mobile-strength-icon.leaf {
    clip-path: polygon(12% 82%, 32% 48%, 52% 28%, 88% 14%, 78% 50%, 58% 72%, 32% 78%, 22% 92%);
  }

  .mobile-strength-icon.people {
    clip-path: polygon(18% 84%, 18% 64%, 28% 52%, 44% 52%, 54% 64%, 54% 84%, 8% 84%, 8% 72%, 16% 60%, 26% 58%, 18% 48%, 18% 34%, 28% 24%, 42% 24%, 52% 34%, 52% 48%, 46% 58%, 58% 58%, 68% 68%, 68% 84%);
  }

  .mobile-strength-icon.trust {
    clip-path: polygon(8% 50%, 28% 30%, 46% 46%, 54% 38%, 74% 38%, 92% 56%, 76% 74%, 60% 58%, 50% 68%, 30% 48%, 20% 58%);
  }

  .mobile-strength-icon.leaf {
    clip-path: polygon(12% 82%, 32% 48%, 52% 28%, 88% 14%, 78% 50%, 58% 72%, 32% 78%, 22% 92%);
  }

  .mobile-strength-list h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.55;
    letter-spacing: 0.02em;
  }

  .mobile-strength-list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.68rem;
    line-height: 1.8;
  }

  .mobile-bottom-contact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 34px;
    background: #fff;
    color: #171717;
  }

  .mobile-phone,
  .mobile-mail {
    display: grid;
    align-items: center;
    text-decoration: none;
  }

  .mobile-phone {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .phone-mark {
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid #bd9252;
    border-radius: 50%;
  }

  .mobile-phone small,
  .mobile-phone em {
    display: block;
    color: #555;
    font-size: 0.68rem;
    font-style: normal;
    line-height: 1.4;
  }

  .mobile-phone strong {
    display: block;
    color: #171717;
    font-family: 'Raleway', 'Noto Sans JP', sans-serif;
    font-size: 1.62rem;
    line-height: 1.15;
    letter-spacing: 0.04em;
  }

  .mobile-mail {
    grid-template-columns: 24px 1fr 24px;
    gap: 12px;
    min-height: 58px;
    padding: 0 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d1a76d, #b88947);
    color: #fff;
    box-shadow: 0 18px 30px rgba(137, 102, 54, 0.18);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  .mail-mark {
    display: block;
    width: 24px;
    height: 16px;
    border: 1px solid currentColor;
    position: relative;
  }

  .mail-mark::before,
  .mail-mark::after {
    content: '';
    position: absolute;
    top: 3px;
    width: 13px;
    height: 1px;
    background: currentColor;
  }

  .mail-mark::before {
    left: 0;
    transform: rotate(34deg);
    transform-origin: left center;
  }

  .mail-mark::after {
    right: 0;
    transform: rotate(-34deg);
    transform-origin: right center;
  }

  .works-strip {
    display: none;
  }

  .home-page .site-footer {
    display: none;
  }
}

@media (min-width: 641px) {
  .home-page,
  .home-page main {
    background: #f6f3ec;
    color: #171717;
  }

  .home-page .site-header {
    padding: 36px clamp(40px, 6vw, 92px) 0;
    align-items: flex-start;
    background: transparent;
  }

  .home-page .site-brand {
    color: #171717;
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    font-weight: 800;
    line-height: 1;
    text-shadow: none;
  }

  .home-page .site-nav {
    display: flex;
    position: static;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(18px, 2.2vw, 34px);
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-page .site-nav a,
  .home-page .site-nav a:last-child {
    color: #171717;
    text-shadow: none;
  }

  .home-page .nav-toggle {
    display: none;
  }

  .rebuild-hero {
    min-height: min(880px, 92svh);
    background: #f6f3ec;
    color: #171717;
  }

  .rebuild-hero::before {
    content: none;
  }

  .hero-panel {
    top: 0;
    bottom: auto;
    height: calc(100% - 150px);
  }

  .hero-panel-demolition {
    left: 0;
    width: 58%;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
    z-index: 1;
  }

  .hero-panel-demolition img {
    filter: grayscale(1) brightness(1.32) contrast(0.92);
    object-position: center;
  }

  .hero-panel-architecture {
    left: 43%;
    width: 62%;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
  }

  .hero-panel-architecture img {
    filter: brightness(1.18) saturate(0.86);
    object-position: center;
  }

  .hero-panel-estate {
    display: none;
  }

  .hero-shade {
    inset: 0 0 auto;
    height: calc(100% - 150px);
    z-index: 4;
    background:
      radial-gradient(circle at 50% 54%, rgba(255, 255, 255, 0.96) 0 16%, rgba(255, 255, 255, 0.72) 30%, rgba(255, 255, 255, 0.18) 56%, transparent 76%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.76) 86%, #f6f3ec 100%);
  }

  .hero-copy {
    top: 45%;
    left: 50%;
    right: auto;
    width: min(780px, 86vw);
    max-width: none;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #121212;
  }

  .hero-title {
    margin-bottom: 16px;
    color: rgba(7, 7, 7, 0.54);
    font-size: clamp(4rem, 7.2vw, 7.4rem);
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: 0;
    opacity: 1;
  }

  .hero-copy h1 {
    margin-bottom: 28px;
    color: #111;
    font-size: clamp(1.45rem, 2.4vw, 2.35rem);
    line-height: 1.4;
    letter-spacing: 0.12em;
  }

  .hero-copy p:not(.hero-title) {
    color: #111;
    font-size: clamp(0.95rem, 1.4vw, 1.18rem);
    line-height: 1.9;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  .mobile-consult {
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 204px;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 30px 1fr 34px;
    align-items: center;
    gap: 16px;
    width: min(430px, 44vw);
    min-height: 66px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #d1a76d, #b88947);
    color: #fff;
    box-shadow: 0 20px 38px rgba(137, 102, 54, 0.22);
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .consult-icon {
    position: relative;
    width: 28px;
    height: 22px;
    border: 2px solid currentColor;
    border-radius: 999px;
  }

  .consult-icon::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 7px 0 0 currentColor, 14px 0 0 currentColor;
  }

  .consult-arrow {
    position: relative;
    height: 1px;
    background: currentColor;
  }

  .consult-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 9px;
    height: 9px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }

  .hero-services {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(20, 20, 20, 0.1);
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
    background: rgba(255, 255, 255, 0.96);
  }

  .hero-service {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 46px;
    grid-template-areas:
      "no no"
      "name icon"
      "ja icon";
    row-gap: 10px;
    column-gap: 18px;
    align-content: center;
    min-height: 150px;
    padding: 30px clamp(28px, 5vw, 70px);
    border: 0;
    border-left: 1px solid rgba(20, 20, 20, 0.11);
    background: #fff;
    color: #171717;
    box-shadow: none;
    backdrop-filter: none;
  }

  .hero-service:first-child {
    border-left: 0;
  }

  .hero-service::before,
  .hero-service::after {
    content: none;
  }

  .service-no {
    position: static;
    grid-area: no;
    color: #bd9252;
    font-size: 1.25rem;
    line-height: 1;
  }

  .service-name {
    grid-area: name;
    color: #171717;
    font-size: clamp(1rem, 1.4vw, 1.35rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
    white-space: normal;
  }

  .service-ja {
    grid-area: ja;
    color: #171717;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }

  .service-icon {
    display: block;
    grid-area: icon;
    align-self: end;
    justify-self: end;
    width: 42px;
    height: 42px;
    margin: 0;
    color: #bd9252;
    background: currentColor;
  }

  .service-line,
  .service-arrow,
  .side-label-hero {
    display: none;
  }

  .mission-section {
    padding: clamp(78px, 8vw, 120px) clamp(44px, 8vw, 120px);
    background: #fff;
    color: #171717;
  }

  .mission-section::before {
    content: none;
  }

  .mission-section::after {
    content: none;
    position: absolute;
    right: clamp(44px, 8vw, 120px);
    top: clamp(78px, 8vw, 120px);
    bottom: auto;
    width: min(42vw, 520px);
    height: min(34vw, 420px);
    border-radius: 24px 24px 0 24px;
    background: url('../images/service-build.webp') center / cover no-repeat;
    filter: brightness(1.08) saturate(0.9);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 84% 100%, 0 100%);
    opacity: 1;
  }

  .side-label-about,
  .mission-left,
  .mission-word {
    display: none;
  }

  .mission-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.9fr);
    gap: clamp(46px, 7vw, 96px);
    align-items: center;
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 0;
  }

  .story-label {
    display: block;
    margin: 0 0 28px;
    color: #bd9252;
    font-family: 'Raleway', 'Noto Sans JP', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.22em;
  }

  .mission-copy {
    padding: 0;
  }

  .mission-copy h2 {
    max-width: 100%;
    margin: 0 0 32px;
    color: #151515;
    font-size: clamp(2rem, 3.5vw, 3.35rem);
    line-height: 1.65;
    letter-spacing: 0.08em;
  }

  .mission-copy h2::after {
    content: '';
    display: block;
    width: 56px;
    height: 1px;
    margin-top: 30px;
    background: #bd9252;
  }

  .mission-copy p {
    max-width: 100%;
    margin-bottom: 14px;
    color: #171717;
    font-size: clamp(0.95rem, 1.15vw, 1.08rem);
    line-height: 2;
    font-weight: 600;
    letter-spacing: 0.04em;
  }

  .story-image-panel {
    position: relative;
    display: block;
    min-height: min(34vw, 420px);
    overflow: hidden;
    border-radius: 28px 28px 0 28px;
    box-shadow: 0 26px 56px rgba(47, 37, 24, 0.08);
    clip-path: polygon(0 0, 100% 0, 100% 84%, 86% 100%, 0 100%);
  }

  .story-image-panel img {
    width: 100%;
    height: 100%;
    min-height: min(34vw, 420px);
    object-fit: cover;
    filter: brightness(1.08) saturate(0.9);
  }

  .story-image-panel::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 86px;
    background: rgba(255, 255, 255, 0.92);
    clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%, 38% 84%);
  }

  .story-image-panel span {
    position: absolute;
    right: 26px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    color: #bd9252;
    font-family: 'Raleway', 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    line-height: 1.7;
  }

  .mobile-strengths {
    display: block;
    overflow: hidden;
    background: #fff;
    color: #fff;
  }

  .mobile-strengths-inner {
    position: relative;
    width: min(1280px, calc(100% - 80px));
    margin: 0 auto;
    padding: clamp(64px, 7vw, 96px) clamp(42px, 6vw, 84px) clamp(74px, 8vw, 108px);
    overflow: hidden;
    border-radius: 10px 10px 56px 56px;
    background:
      linear-gradient(180deg, rgba(13, 13, 13, 0.88), rgba(13, 13, 13, 0.95)),
      url('../images/service-demolition.webp') center / cover no-repeat;
  }

  .mobile-kicker {
    margin: 0 0 12px;
    color: #bd9252;
    font-family: 'Raleway', 'Noto Sans JP', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-align: center;
  }

  .mobile-strengths h2 {
    margin: 0 0 54px;
    color: #fff;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.12em;
  }

  .mobile-strength-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-strength-list article {
    padding: 0 clamp(24px, 4vw, 60px);
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
  }

  .mobile-strength-list article:first-child {
    border-left: 0;
  }

  .mobile-strength-icon {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto 24px;
    color: #bd9252;
    background: currentColor;
  }

  .mobile-strength-list h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(1.1rem, 1.5vw, 1.45rem);
    line-height: 1.55;
    letter-spacing: 0.02em;
  }

  .mobile-strength-list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(0.86rem, 1vw, 1rem);
    line-height: 1.9;
  }

  .mobile-bottom-contact {
    width: min(1280px, calc(100% - 80px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr minmax(320px, 430px);
    gap: 32px;
    align-items: center;
    padding: 36px clamp(34px, 5vw, 70px) 48px;
    border-radius: 0 0 56px 56px;
    background: #fff;
    color: #171717;
    box-shadow: 0 18px 48px rgba(51, 41, 28, 0.08);
  }

  .mobile-phone,
  .mobile-mail {
    display: grid;
    align-items: center;
    text-decoration: none;
  }

  .mobile-phone {
    grid-template-columns: 58px 1fr;
    gap: 18px;
  }

  .phone-mark {
    display: block;
    width: 58px;
    height: 58px;
    border: 1px solid #bd9252;
    border-radius: 50%;
  }

  .mobile-phone small,
  .mobile-phone em {
    display: block;
    color: #555;
    font-size: 0.78rem;
    font-style: normal;
    line-height: 1.4;
  }

  .mobile-phone strong {
    display: block;
    color: #171717;
    font-family: 'Raleway', 'Noto Sans JP', sans-serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.15;
    letter-spacing: 0.04em;
  }

  .mobile-mail {
    grid-template-columns: 28px 1fr 30px;
    gap: 14px;
    min-height: 66px;
    padding: 0 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d1a76d, #b88947);
    color: #fff;
    box-shadow: 0 18px 30px rgba(137, 102, 54, 0.18);
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  .mail-mark {
    display: block;
    width: 28px;
    height: 18px;
    border: 1px solid currentColor;
    position: relative;
  }

  .mail-mark::before,
  .mail-mark::after {
    content: '';
    position: absolute;
    top: 4px;
    width: 15px;
    height: 1px;
    background: currentColor;
  }

  .mail-mark::before {
    left: 0;
    transform: rotate(34deg);
    transform-origin: left center;
  }

  .mail-mark::after {
    right: 0;
    transform: rotate(-34deg);
    transform-origin: right center;
  }

  .works-strip,
  .home-page .site-footer {
    display: none;
  }
}

/* Final responsive navigation guard */
@media (min-width: 981px) {
  .home-page .site-nav {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(18px, 2.2vw, 34px);
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-page .site-nav a,
  .home-page .site-nav a:last-child {
    color: #171717;
    text-shadow: none;
  }

  .home-page .nav-toggle {
    display: none;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .home-page .nav-toggle {
    display: inline-grid;
    width: 58px;
    height: 58px;
    border: 0;
    background: rgba(255, 255, 255, 0.94);
    color: #bd9252;
    box-shadow: 0 14px 28px rgba(51, 41, 28, 0.12);
  }

  .home-page .site-nav {
    position: absolute;
    top: 92px;
    right: 24px;
    left: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 20px;
    border: 1px solid rgba(189, 146, 82, 0.22);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 30px rgba(51, 41, 28, 0.12);
  }

  .home-page .site-nav.open {
    display: flex;
  }

  .home-page .site-nav a,
  .home-page .site-nav a:last-child {
    color: #171717;
    padding: 12px 0;
    text-shadow: none;
  }
}

/* Header background: transparent only at the very top of the home page */
.home-page .site-header {
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease, border-color 0.25s ease;
}

body.home-page.is-scrolled .site-header,
body:not(.home-page) .site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  box-shadow: 0 12px 32px rgba(51, 41, 28, 0.08);
  backdrop-filter: blur(18px);
}

body.home-page.is-scrolled .site-brand,
body.home-page.is-scrolled .site-nav a,
body.home-page.is-scrolled .site-nav a:last-child {
  color: #171717;
  text-shadow: none;
}

body.home-page.is-scrolled .nav-toggle {
  border-color: rgba(189, 146, 82, 0.24);
  background: rgba(255, 255, 255, 0.96);
  color: #bd9252;
  box-shadow: 0 12px 26px rgba(51, 41, 28, 0.12);
}

@media (min-width: 981px) {
  body.home-page.is-scrolled .site-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 980px) {
  body.home-page.is-scrolled .site-header {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .home-page .site-header {
    align-items: center;
  }

  .home-page .nav-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .home-page .nav-toggle span {
    width: 18px;
  }
}

.mobile-consult {
  display: none !important;
}

@media (max-width: 640px) {
  .mission-section {
    padding: 42px 22px 36px !important;
  }

  .mission-section::before,
  .mission-section::after {
    content: none !important;
  }

  .mission-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(126px, 0.72fr) !important;
    gap: 16px !important;
    align-items: center !important;
    padding: 0 !important;
  }

  .mission-left {
    display: none !important;
  }

  .mission-copy h2 {
    max-width: 100% !important;
    margin-bottom: 18px !important;
    font-size: clamp(1.14rem, 5.2vw, 1.48rem) !important;
    line-height: 1.55 !important;
  }

  .mission-copy h2::after {
    margin-top: 18px !important;
  }

  .mission-copy p {
    max-width: 100% !important;
    margin-bottom: 8px !important;
    font-size: 0.7rem !important;
    line-height: 1.75 !important;
  }

  .story-label {
    margin-bottom: 14px !important;
    font-size: 0.66rem !important;
  }

  .story-image-panel {
    display: block !important;
    min-height: 230px !important;
    border-radius: 16px 16px 0 16px !important;
  }

  .story-image-panel img {
    min-height: 230px !important;
  }

  .story-image-panel::after {
    width: 48px !important;
  }

  .story-image-panel span {
    right: 12px !important;
    font-size: 0.62rem !important;
  }
}

/* Production polish: strengths and top works */
.mobile-strengths {
  display: block !important;
  overflow: visible !important;
  background: #f7f4ee !important;
  color: #171717 !important;
  padding: clamp(58px, 7vw, 104px) clamp(22px, 6vw, 88px) !important;
}

.mobile-strengths-inner {
  position: relative !important;
  width: min(1180px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.mobile-strengths-inner::before,
.mobile-strengths-inner::after {
  content: none !important;
}

.strengths-head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.62fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 54px);
}

.mobile-strengths .mobile-kicker,
.top-works-head p {
  margin: 0 0 14px !important;
  color: #bd9252 !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.22em !important;
  text-align: left !important;
}

.mobile-strengths h2 {
  margin: 0 !important;
  color: #141414 !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif !important;
  font-size: clamp(2.15rem, 4vw, 4.4rem) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.04em !important;
  text-align: left !important;
}

.strengths-head > p:last-child {
  margin: 0;
  color: rgba(22, 22, 22, 0.74);
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 600;
  line-height: 2;
}

.mobile-strength-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(34, 28, 18, 0.08);
}

.mobile-strength-list article {
  position: relative;
  min-height: 280px;
  padding: clamp(30px, 4vw, 54px) clamp(24px, 3.5vw, 46px) !important;
  text-align: left !important;
  border-left: 1px solid rgba(20, 20, 20, 0.1) !important;
  background:
    linear-gradient(135deg, rgba(189, 146, 82, 0.1), rgba(189, 146, 82, 0) 42%),
    #fff;
}

.mobile-strength-list article:first-child {
  border-left: 0 !important;
}

.mobile-strength-list article::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 26px;
  width: 54px;
  height: 1px;
  background: #bd9252;
}

.mobile-strength-icon {
  display: none !important;
}

.strength-no {
  display: block;
  margin-bottom: clamp(40px, 5vw, 74px);
  color: #bd9252;
  font-family: Oswald, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 2.25rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}

.mobile-strength-list h3 {
  margin: 0 0 14px !important;
  color: #171717 !important;
  font-size: clamp(1.06rem, 1.4vw, 1.34rem) !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.04em !important;
  text-align: left !important;
}

.mobile-strength-list p {
  margin: 0 !important;
  color: rgba(22, 22, 22, 0.72) !important;
  font-size: clamp(0.86rem, 1vw, 0.96rem) !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  text-align: left !important;
}

.top-works-section {
  background: #111;
  color: #fff;
  padding: clamp(62px, 8vw, 118px) clamp(22px, 6vw, 88px);
}

.top-works-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.top-works-head {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(280px, 0.58fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 50px);
}

.top-works-head h2 {
  margin: 0;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.15rem, 4vw, 4.25rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.04em;
}

.top-works-head span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 600;
  line-height: 2;
}

.top-works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.top-work-card {
  min-width: 0;
}

.top-work-card a {
  position: relative;
  display: block;
  min-height: clamp(330px, 36vw, 470px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  background: #1b1b1b;
}

.top-work-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.22);
  transform: scale(1.02);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.top-work-card a::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.82)),
    linear-gradient(35deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 58%);
}

.top-work-card a:hover img {
  filter: grayscale(0);
  transform: scale(1.08);
}

.work-number {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 24px;
  color: #d0aa6d;
  font-family: Oswald, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

.top-work-card div {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 26px;
  left: 24px;
}

.top-work-card p {
  margin: 0 0 10px;
  color: #d0aa6d;
  font-family: Oswald, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}

.top-work-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.28rem, 2vw, 1.8rem);
  line-height: 1.3;
  letter-spacing: 0.08em;
}

@media (max-width: 760px) {
  .mobile-strengths {
    padding: 44px 22px 48px !important;
  }

  .strengths-head,
  .top-works-head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .mobile-strengths .mobile-kicker,
  .top-works-head p {
    margin-bottom: 10px !important;
    font-size: 0.7rem !important;
  }

  .mobile-strengths h2,
  .top-works-head h2 {
    font-size: 1.72rem !important;
    line-height: 1.35 !important;
  }

  .strengths-head > p:last-child,
  .top-works-head span {
    font-size: 0.82rem;
    line-height: 1.9;
  }

  .mobile-strength-list {
    grid-template-columns: 1fr !important;
  }

  .mobile-strength-list article {
    min-height: auto;
    padding: 24px 22px 28px !important;
    border-top: 1px solid rgba(20, 20, 20, 0.1);
    border-left: 0 !important;
  }

  .mobile-strength-list article:first-child {
    border-top: 0;
  }

  .mobile-strength-list article::after {
    right: 22px;
    bottom: 22px;
    width: 34px;
  }

  .strength-no {
    margin-bottom: 28px;
    font-size: 1.36rem;
  }

  .mobile-strength-list h3 {
    font-size: 1rem !important;
  }

  .mobile-strength-list p {
    max-width: calc(100% - 32px);
    font-size: 0.78rem !important;
    line-height: 1.85 !important;
  }

  .top-works-section {
    padding: 48px 22px 56px;
  }

  .top-works-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .top-work-card a {
    min-height: 245px;
  }

  .work-number {
    top: 18px;
    left: 18px;
    font-size: 1.15rem;
  }

  .top-work-card div {
    right: 18px;
    bottom: 20px;
    left: 18px;
  }
}

/* Keep alternating layout on mobile too */
@media (max-width: 760px) {
  .mobile-strength-list article {
    grid-template-columns: minmax(0, 0.9fr) minmax(118px, 0.78fr) !important;
    grid-template-rows: auto auto 1fr !important;
    gap: 14px !important;
    align-items: center !important;
    min-height: 300px !important;
    padding: 22px 18px !important;
  }

  .mobile-strength-list article::before {
    grid-column: 2 !important;
    grid-row: 1 / 4 !important;
    min-height: 236px !important;
    height: 100% !important;
  }

  .mobile-strength-list article:nth-child(2)::before {
    grid-column: 1 !important;
  }

  .mobile-strength-list article .strength-no,
  .mobile-strength-list article h3,
  .mobile-strength-list article p,
  .mobile-strength-list article:nth-child(1) .strength-no,
  .mobile-strength-list article:nth-child(1) h3,
  .mobile-strength-list article:nth-child(1) p,
  .mobile-strength-list article:nth-child(3) .strength-no,
  .mobile-strength-list article:nth-child(3) h3,
  .mobile-strength-list article:nth-child(3) p {
    grid-column: 1 !important;
  }

  .mobile-strength-list article:nth-child(2) .strength-no,
  .mobile-strength-list article:nth-child(2) h3,
  .mobile-strength-list article:nth-child(2) p {
    grid-column: 2 !important;
  }

  .strength-no {
    font-size: 2.4rem !important;
  }

  .mobile-strength-list h3 {
    margin: 0 0 8px !important;
    font-size: clamp(1rem, 4.5vw, 1.28rem) !important;
    line-height: 1.45 !important;
  }

  .mobile-strength-list p {
    max-width: 100% !important;
    font-size: 0.68rem !important;
    line-height: 1.7 !important;
  }

  .mobile-strength-list article::after,
  .mobile-strength-list article:nth-child(2)::after {
    right: 18px !important;
    left: auto !important;
    bottom: 20px !important;
    width: 28px !important;
  }

  .mobile-strength-list article:nth-child(2)::after {
    right: auto !important;
    left: 18px !important;
  }
}

/* Stacked scroll cards for strengths */
.mobile-strengths {
  background: #f7f4ee !important;
  padding-bottom: clamp(90px, 12vw, 170px) !important;
}

.mobile-strength-list {
  display: block !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mobile-strength-list article {
  position: sticky !important;
  top: clamp(88px, 10vw, 132px);
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(120px, 0.32fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 62px);
  align-items: end;
  min-height: clamp(360px, 46vw, 560px);
  margin: 0 0 clamp(30px, 5vw, 70px) !important;
  padding: clamp(30px, 5vw, 70px) !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 8px;
  color: #fff;
  background: #111 !important;
  box-shadow: 0 28px 70px rgba(21, 17, 11, 0.24);
}

.mobile-strength-list article:nth-child(2) {
  top: clamp(104px, 11vw, 150px);
  z-index: 2;
}

.mobile-strength-list article:nth-child(3) {
  top: clamp(120px, 12vw, 168px);
  z-index: 3;
  margin-bottom: 0 !important;
}

.mobile-strength-list article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.72)),
    url("../images/service-demolition.webp") center / cover no-repeat;
  filter: grayscale(0.35) saturate(0.8);
  transform: scale(1.02);
}

.mobile-strength-list article:nth-child(2)::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.38) 50%, rgba(0, 0, 0, 0.74)),
    url("../images/service-build.webp") center / cover no-repeat;
}

.mobile-strength-list article:nth-child(3)::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.42) 50%, rgba(0, 0, 0, 0.72)),
    url("../images/service-estate.webp") center / cover no-repeat;
}

.mobile-strength-list article::after {
  z-index: 1;
  right: clamp(30px, 5vw, 70px) !important;
  bottom: clamp(30px, 5vw, 70px) !important;
  width: clamp(58px, 7vw, 110px) !important;
  background: #d0aa6d !important;
}

.mobile-strength-list article > * {
  position: relative;
  z-index: 1;
}

.strength-no {
  align-self: start;
  margin: 0 !important;
  color: rgba(208, 170, 109, 0.95) !important;
  font-size: clamp(3.4rem, 8vw, 8rem) !important;
  line-height: 0.9;
}

.mobile-strength-list h3 {
  grid-column: 2;
  margin: 0 0 18px !important;
  color: #fff !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.8rem, 3.4vw, 3.6rem) !important;
  font-weight: 500 !important;
  line-height: 1.32 !important;
  letter-spacing: 0.06em !important;
}

.mobile-strength-list p {
  grid-column: 2;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: clamp(0.92rem, 1.15vw, 1.08rem) !important;
  line-height: 2 !important;
}

@media (max-width: 760px) {
  .mobile-strengths {
    padding-bottom: 72px !important;
  }

  .mobile-strength-list article {
    top: 82px;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 430px;
    margin-bottom: 28px !important;
    padding: 28px 24px 32px !important;
  }

  .mobile-strength-list article:nth-child(2) {
    top: 96px;
  }

  .mobile-strength-list article:nth-child(3) {
    top: 110px;
  }

  .mobile-strength-list article::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.88)),
      url("../images/service-demolition.webp") center / cover no-repeat;
  }

  .mobile-strength-list article:nth-child(2)::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.88)),
      url("../images/service-build.webp") center / cover no-repeat;
  }

  .mobile-strength-list article:nth-child(3)::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.88)),
      url("../images/service-estate.webp") center / cover no-repeat;
  }

  .strength-no,
  .mobile-strength-list h3,
  .mobile-strength-list p {
    grid-column: 1;
  }

  .strength-no {
    font-size: 3.1rem !important;
  }

  .mobile-strength-list h3 {
    margin-top: auto !important;
    font-size: 1.55rem !important;
  }

  .mobile-strength-list p {
    max-width: 100%;
    font-size: 0.82rem !important;
    line-height: 1.85 !important;
  }
}

/* Alternating image/text layout for stacked strengths */
.mobile-strength-list article {
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 1.08fr) !important;
  grid-template-rows: auto auto 1fr !important;
  align-items: center !important;
  gap: clamp(26px, 5vw, 76px) !important;
  background:
    linear-gradient(135deg, rgba(189, 146, 82, 0.08), rgba(255, 255, 255, 0) 44%),
    #fff !important;
  color: #171717 !important;
}

.mobile-strength-list article::before {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  grid-column: 2;
  grid-row: 1 / 4;
  width: 100%;
  height: 100%;
  min-height: clamp(280px, 34vw, 440px);
  border-radius: 8px;
  box-shadow: 0 24px 56px rgba(21, 17, 11, 0.18);
  filter: none !important;
  transform: none !important;
}

.mobile-strength-list article:nth-child(2)::before {
  grid-column: 1;
}

.mobile-strength-list article:nth-child(2) .strength-no,
.mobile-strength-list article:nth-child(2) h3,
.mobile-strength-list article:nth-child(2) p {
  grid-column: 2;
}

.mobile-strength-list article:nth-child(1) .strength-no,
.mobile-strength-list article:nth-child(1) h3,
.mobile-strength-list article:nth-child(1) p,
.mobile-strength-list article:nth-child(3) .strength-no,
.mobile-strength-list article:nth-child(3) h3,
.mobile-strength-list article:nth-child(3) p {
  grid-column: 1;
}

.mobile-strength-list article::after {
  right: auto !important;
  left: clamp(30px, 5vw, 70px);
  bottom: clamp(30px, 5vw, 70px) !important;
}

.mobile-strength-list article:nth-child(2)::after {
  left: auto;
  right: clamp(30px, 5vw, 70px) !important;
}

.mobile-strength-list h3 {
  color: #171717 !important;
}

.mobile-strength-list p {
  color: rgba(22, 22, 22, 0.72) !important;
}

@media (max-width: 760px) {
  .mobile-strength-list article {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto auto !important;
    gap: 16px !important;
    min-height: auto;
  }

  .mobile-strength-list article::before,
  .mobile-strength-list article:nth-child(2)::before {
    grid-column: 1;
    grid-row: 1;
    min-height: 210px;
    order: -1;
  }

  .mobile-strength-list article .strength-no,
  .mobile-strength-list article h3,
  .mobile-strength-list article p,
  .mobile-strength-list article:nth-child(2) .strength-no,
  .mobile-strength-list article:nth-child(2) h3,
  .mobile-strength-list article:nth-child(2) p {
    grid-column: 1;
  }

  .mobile-strength-list article::after,
  .mobile-strength-list article:nth-child(2)::after {
    right: 24px !important;
    left: auto !important;
    bottom: 28px !important;
  }
}

/* Final fix: visible strength images and horizontal works on mobile */
.mobile-strength-list article::before {
  display: block !important;
  content: "" !important;
}

@media (max-width: 760px) {
  .mobile-strength-list article {
    grid-template-columns: minmax(0, 0.9fr) minmax(116px, 0.78fr) !important;
    grid-template-rows: auto auto 1fr !important;
    gap: 14px !important;
    align-items: center !important;
    min-height: 304px !important;
    padding: 22px 18px !important;
  }

  .mobile-strength-list article::before {
    grid-column: 2 !important;
    grid-row: 1 / 4 !important;
    min-height: 236px !important;
    height: 100% !important;
  }

  .mobile-strength-list article:nth-child(2)::before {
    grid-column: 1 !important;
  }

  .mobile-strength-list article .strength-no,
  .mobile-strength-list article h3,
  .mobile-strength-list article p,
  .mobile-strength-list article:nth-child(1) .strength-no,
  .mobile-strength-list article:nth-child(1) h3,
  .mobile-strength-list article:nth-child(1) p,
  .mobile-strength-list article:nth-child(3) .strength-no,
  .mobile-strength-list article:nth-child(3) h3,
  .mobile-strength-list article:nth-child(3) p {
    grid-column: 1 !important;
  }

  .mobile-strength-list article:nth-child(2) .strength-no,
  .mobile-strength-list article:nth-child(2) h3,
  .mobile-strength-list article:nth-child(2) p {
    grid-column: 2 !important;
  }

  .strength-no {
    font-size: 2.35rem !important;
  }

  .mobile-strength-list h3 {
    margin: 0 0 8px !important;
    font-size: clamp(1rem, 4.5vw, 1.28rem) !important;
    line-height: 1.45 !important;
  }

  .mobile-strength-list p {
    max-width: 100% !important;
    font-size: 0.68rem !important;
    line-height: 1.7 !important;
  }

  .mobile-strength-list article::after,
  .mobile-strength-list article:nth-child(2)::after {
    right: 18px !important;
    left: auto !important;
    bottom: 20px !important;
    width: 28px !important;
  }

  .mobile-strength-list article:nth-child(2)::after {
    right: auto !important;
    left: 18px !important;
  }

  .top-works-grid {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 74vw);
    grid-template-columns: none !important;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
  }

  .top-work-card {
    scroll-snap-align: start;
  }

  .top-work-card a {
    min-height: 260px;
  }
}

/* Compact mobile strengths and fit works in viewport */
@media (max-width: 760px) {
  .mobile-strengths {
    padding: 34px 16px 42px !important;
  }

  .strengths-head {
    gap: 10px !important;
    margin-bottom: 18px !important;
  }

  .strengths-head > p:last-child {
    font-size: 0.74rem;
    line-height: 1.75;
  }

  .mobile-strength-list article {
    top: 72px !important;
    min-height: 220px !important;
    margin-bottom: 16px !important;
    padding: 16px 14px !important;
    gap: 10px !important;
    box-shadow: 0 16px 34px rgba(21, 17, 11, 0.16);
  }

  .mobile-strength-list article:nth-child(2) {
    top: 82px !important;
  }

  .mobile-strength-list article:nth-child(3) {
    top: 92px !important;
  }

  .mobile-strength-list article::before {
    min-height: 176px !important;
    border-radius: 6px;
  }

  .strength-no {
    font-size: 1.8rem !important;
  }

  .mobile-strength-list h3 {
    margin-bottom: 6px !important;
    font-size: clamp(0.88rem, 4vw, 1.08rem) !important;
    line-height: 1.35 !important;
  }

  .mobile-strength-list p {
    font-size: 0.6rem !important;
    line-height: 1.55 !important;
  }

  .mobile-strength-list article::after,
  .mobile-strength-list article:nth-child(2)::after {
    bottom: 16px !important;
    width: 22px !important;
  }

  .top-works-section {
    padding: 42px 12px 48px;
  }

  .top-works-grid {
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    overflow-x: visible !important;
    padding-bottom: 0 !important;
    scroll-snap-type: none !important;
  }

  .top-work-card {
    min-width: 0;
  }

  .top-work-card a {
    min-height: clamp(145px, 42vw, 190px) !important;
    border-radius: 6px;
  }

  .work-number {
    top: 10px;
    left: 10px;
    font-size: 0.84rem;
  }

  .top-work-card div {
    right: 10px;
    bottom: 12px;
    left: 10px;
  }

  .top-work-card p {
    margin-bottom: 5px;
    font-size: 0.5rem;
    letter-spacing: 0.08em;
  }

  .top-work-card h3 {
    font-size: clamp(0.78rem, 3.2vw, 1rem);
    line-height: 1.25;
    letter-spacing: 0.02em;
  }
}

/* Mobile hero service layout */
@media (max-width: 760px) {
  .hero-services {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border-top: 1px solid rgba(20, 20, 20, 0.1) !important;
    border-bottom: 0 !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: none !important;
  }

  .mission-section {
    border-top: 1px solid rgba(189, 146, 82, 0.55) !important;
  }

  .hero-service,
  .hero-service:first-child {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
      "name no"
      "ja no" !important;
    align-items: center !important;
    min-height: 62px !important;
    padding: 12px 14px !important;
    border: 0 !important;
    border-left: 1px solid rgba(20, 20, 20, 0.11) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #171717 !important;
    box-shadow: none !important;
  }

  .hero-service:nth-child(3) {
    grid-column: 1 / -1 !important;
    grid-template-columns: 1fr auto 1fr !important;
    grid-template-areas:
      ". name no"
      ". ja no" !important;
    border-top: 1px solid rgba(20, 20, 20, 0.1) !important;
  }

  .hero-service .service-line,
  .hero-service .service-arrow {
    display: none !important;
  }

  .hero-service .service-name {
    display: block !important;
    grid-area: name !important;
    color: #171717 !important;
    font-size: clamp(0.72rem, 3.2vw, 0.88rem) !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  .hero-service .service-ja {
    grid-area: ja !important;
    margin: 4px 0 0 !important;
    color: #171717 !important;
    font-size: 0.72rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0.08em !important;
  }

  .hero-service .service-no {
    display: block !important;
    grid-area: no !important;
    color: #bd9252 !important;
    font-size: 0.92rem !important;
    line-height: 1 !important;
  }
}
