html {
  font-size: 15px;
  --header-h: 96px;
  scroll-padding-top: var(--header-h);
}

@media (min-width: 640px) {
  html {
    font-size: 15.5px;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  html {
    font-size: 16.5px;
  }
}

body {
  font-size: 1rem;
  line-height: 1.75;
  text-rendering: geometricPrecision;
}

.brand-type {
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}

.site-header {
  height: var(--header-h);
  transition:
    height 320ms cubic-bezier(0.2, 0.7, 0.2, 1),
    background-color 320ms ease,
    border-color 320ms ease;
}

.site-header::after {
  position: absolute;
  inset-inline: 0;
  bottom: -1px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(233, 193, 118, 0.2), rgba(255, 255, 255, 0.48), rgba(233, 193, 118, 0.55), transparent);
  box-shadow: 0 0 12px rgba(233, 193, 118, 0.22);
}

.header-grid {
  transition: grid-template-columns 320ms ease;
}

.header-compact .site-header {
  background-color: rgba(0, 0, 0, 0.94);
}

.brand-type span {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.brand-type small {
  margin-top: 2px;
  font-family: "Oswald", sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.footer-brand-type span {
  font-size: 22px;
}

.footer-brand-type small {
  font-size: 8px;
}

.nav-link {
  position: relative;
  display: grid;
  min-block-size: 100%;
  align-content: center;
  justify-items: center;
  padding-inline: clamp(0.7rem, 1.25vw, 1.2rem);
  color: #fff;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.2;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  transition: color 180ms ease, padding 320ms ease;
}

.nav-link:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.nav-link span {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: transform 320ms ease;
}

.nav-link small {
  margin-top: 0.34rem;
  color: rgba(255, 255, 255, 0.52);
  font-family: "Oswald", sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  max-height: 1rem;
  text-transform: uppercase;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    max-height 220ms ease,
    margin 220ms ease;
}

.nav-link::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 18px;
  height: 1px;
  content: "";
  background: #e9c176;
  opacity: 0;
  transform: translateX(-50%) scaleX(0.3);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-link:hover,
.nav-link.active {
  color: #e9c176;
}

.nav-link:hover::after,
.nav-link.active::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.header-compact .nav-link {
  padding-inline: clamp(0.65rem, 1vw, 1rem);
}

.header-compact .nav-link span {
  transform: translateY(0.12rem);
}

.header-compact .nav-link small {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  transform: translateY(-0.25rem);
  overflow: hidden;
}

.header-contact-button {
  position: relative;
  align-content: center;
  gap: 0.18rem;
  padding: 0.6rem 0.9rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent 34%),
    linear-gradient(135deg, #9c8052, #c3a66b);
  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.2);
}

.header-contact-icon {
  position: relative;
  display: block;
  width: 1.28rem;
  height: 0.92rem;
  margin-bottom: 0.2rem;
  border: 1.7px solid currentColor;
}

.header-contact-icon::before,
.header-contact-icon::after {
  position: absolute;
  top: 0.34rem;
  width: 0.78rem;
  height: 1.7px;
  content: "";
  background: currentColor;
}

.header-contact-icon::before {
  left: -0.08rem;
  transform: rotate(34deg);
}

.header-contact-icon::after {
  right: -0.08rem;
  transform: rotate(-34deg);
}

.header-contact-ja {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.15;
}

.header-contact-button strong {
  font-family: "Oswald", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  line-height: 1;
  max-height: 1rem;
  text-transform: uppercase;
  opacity: 0.82;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    max-height 220ms ease,
    margin 220ms ease;
}

.header-compact .header-contact-button strong {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-0.2rem);
}

.header-compact .header-contact-icon {
  margin-bottom: 0.05rem;
}

.footer-nav {
  line-height: 1.2;
}

#mobileNav.is-open {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

#mobileNav {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateY(-0.65rem);
}

#menuButton {
  width: 46px;
  height: 46px;
  place-content: center;
  border: 1px solid rgba(233, 193, 118, 0.28);
  background: rgba(255, 255, 255, 0.035);
  transition: background 180ms ease, border-color 180ms ease;
}

#menuButton:hover {
  border-color: rgba(233, 193, 118, 0.58);
  background: rgba(233, 193, 118, 0.08);
}

#menuButton span {
  transition: transform 180ms ease, margin 180ms ease;
}

#menuButton[aria-expanded="true"] span:first-child {
  margin-bottom: 0;
  transform: translateY(0.5px) rotate(34deg);
}

#menuButton[aria-expanded="true"] span:last-child {
  transform: translateY(-0.5px) rotate(-34deg);
}

.mobile-nav-list a {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 58px;
  padding-inline: 1.05rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.mobile-nav-list a:hover {
  color: #e9c176;
  border-color: rgba(233, 193, 118, 0.42);
  background: linear-gradient(120deg, rgba(233, 193, 118, 0.13), rgba(255, 255, 255, 0.03));
}

.mobile-nav-list svg {
  width: 1.28rem;
  height: 1.28rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-nav-list .mobile-nav-contact {
  margin-top: 0.35rem;
  color: #111;
  border-color: rgba(233, 193, 118, 0.62);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #9c8052, #d6bd7b);
}

.mobile-nav-list .mobile-nav-contact:hover {
  color: #000;
  border-color: rgba(255, 255, 255, 0.36);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent 34%),
    linear-gradient(135deg, #af925d, #e2c983);
}

@media (max-width: 1280px) {
  html {
    --header-h: 76px;
  }

  .header-grid {
    grid-template-columns: minmax(0, 1fr) auto !important;
    width: 100%;
    padding-inline: clamp(1.25rem, 5vw, 2rem);
  }

  .brand-type {
    min-width: 0;
  }

  #menuButton {
    justify-self: end;
  }
}

.hero-ambient {
  position: absolute;
  right: clamp(-7rem, -5vw, -2rem);
  bottom: clamp(7rem, 14vh, 11rem);
  z-index: 6;
  max-width: min(64vw, 980px);
  margin: 0;
  color: rgba(255, 255, 255, 0.075);
  font-family: "Oswald", sans-serif;
  font-size: clamp(4.6rem, 10.8vw, 12rem);
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 0.86;
  text-align: right;
  text-transform: uppercase;
  text-wrap: balance;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-english-note {
  position: relative;
  margin: 0 0 1.1rem;
  color: rgba(233, 193, 118, 0.48);
  font-family: "Oswald", sans-serif;
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-main-copy {
  max-inline-size: 10em;
  margin: 0;
  margin-inline-start: auto;
  font-size: clamp(2.1rem, 9vw, 5.5rem);
  letter-spacing: 0;
  line-height: 1.32;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  text-wrap: balance;
  word-break: keep-all;
  word-break: auto-phrase;
  line-break: strict;
}

.hero-lead {
  line-break: strict;
}

.hero-lead span {
  display: inline-block;
}

.hero-copy {
  text-wrap: balance;
  word-break: keep-all;
  word-break: auto-phrase;
  line-break: strict;
}

.hero-copy::after {
  display: none;
}

.scroll-line {
  position: relative;
  display: block;
  width: 1px;
  height: 64px;
  background: rgba(255, 255, 255, 0.55);
}

.scroll-line::after {
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background: #fff;
}

.problem-row {
  display: grid;
  grid-template-columns: 4rem 1fr;
  align-items: center;
  min-height: 4.4rem;
  border-bottom: 1px solid rgba(9, 9, 9, 0.18);
}

.problem-row strong {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 2.6vw, 2.55rem);
  font-weight: 700;
  line-height: 1;
}

.problem-row span {
  display: grid;
  gap: 0.24rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}

.problem-row em {
  color: #171818;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.problem-row:nth-child(2) em,
.problem-row:nth-child(3) em {
  color: #9e8150;
}

.owner-problems-lead {
  max-inline-size: 34rem;
  text-wrap: pretty;
  line-break: strict;
}

.owner-problems-link {
  margin-inline: 0;
  font-size: clamp(0.72rem, 1.05vw, 0.84rem);
}

.owner-problems-photo {
  position: relative;
  z-index: 2;
  align-self: center;
  block-size: calc(100% + 5.5rem);
  min-block-size: 23rem;
  margin-block: -2.75rem;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.25);
}

.why-us-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 80px 80px,
    radial-gradient(circle at 34% 18%, rgba(233, 193, 118, 0.08), transparent 24%),
    linear-gradient(180deg, #111414, #070909);
}

.why-feature {
  min-height: 136px;
  padding: 8px 20px 4px 24px;
  border-left: 1px solid rgba(226, 226, 226, 0.18);
}

.why-feature svg {
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  fill: none;
  stroke: #e2e2e2;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-feature h3 {
  margin: 0 0 13px;
  font-size: 1rem;
  font-weight: 800;
}

.why-feature p {
  margin: 0;
  color: rgba(226, 226, 226, 0.78);
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.8;
}

.why-media {
  aspect-ratio: 16 / 9;
  align-self: stretch;
}

.why-stat-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.55fr);
  column-gap: clamp(28px, 4vw, 60px);
  align-items: center;
  align-self: stretch;
  block-size: 100%;
  min-block-size: 100%;
  overflow: hidden;
  padding: 22px 30px 20px;
  background:
    radial-gradient(circle at 82% 50%, rgba(233, 193, 118, 0.16), transparent 26%),
    linear-gradient(90deg, #111313, #090a0a);
  color: #fff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
}

.why-stat-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 45%);
  pointer-events: none;
}

.stat-copy {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 500px;
  gap: 14px;
  font-weight: 400;
  line-height: 1.78;
}

.stat-copy h3,
.stat-copy p {
  margin: 0;
}

.stat-copy h3 {
  font-size: clamp(1.18rem, 1.45vw, 1.5rem);
  font-weight: 700;
  line-height: 1.45;
}

.stat-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  text-wrap: pretty;
  line-break: strict;
}

.stat-result {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
  align-self: center;
  color: #e9c176;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: clamp(0.9rem, 0.95vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.stat-result::after {
  display: block;
  width: min(120px, 62%);
  height: 1px;
  margin-top: 12px;
  content: "";
  background: rgba(233, 193, 118, 0.58);
}

.stat-result strong {
  position: relative;
  z-index: 1;
  color: #e9c176;
  font-family: "Oswald", sans-serif;
  margin-block: 6px 4px;
  font-size: clamp(84px, 7vw, 124px);
  font-weight: 700;
  line-height: 0.82;
  text-shadow: 0 0 16px rgba(233, 193, 118, 0.18);
}

.stat-result small {
  margin-left: 8px;
  font-size: 31%;
}

.why-stat-card em {
  position: absolute;
  right: 30px;
  bottom: 11px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 400;
}

.image-card,
.case-card {
  position: relative;
  min-height: 148px;
  overflow: hidden;
  padding: 18px 14px;
  background-color: #101212;
  background-position: center;
  background-size: cover;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.26);
  color: #fff;
  isolation: isolate;
}

.service-equipment-lead {
  color: rgba(21, 22, 22, 0.82);
  text-wrap: pretty;
  line-break: strict;
}

.case-card {
  min-height: 130px;
}

.image-card::before,
.case-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.34));
}

.image-card::after,
.case-card::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background: inherit;
  filter: grayscale(0.2) brightness(0.7) contrast(1.08);
  transition: transform 420ms ease, filter 420ms ease;
}

.image-card:hover::after,
.case-card:hover::after {
  transform: scale(1.055);
  filter: grayscale(0) brightness(0.78) contrast(1.12);
}

.image-card h3,
.case-card h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.case-card h3 {
  font-size: 1.32rem;
}

.image-card p,
.case-card p {
  margin: 5px 0 42px;
  font-size: 0.82rem;
  font-weight: 500;
}

.case-card p {
  margin-bottom: 26px;
}

.image-card ul,
.case-card ul {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.5;
}

.case-card li::before {
  content: "・";
}

.outline-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.9rem, 1.6vw, 1.35rem);
  inline-size: fit-content;
  max-inline-size: 100%;
  min-block-size: 3.35rem;
  margin-block-start: 1.5rem;
  margin-inline: auto;
  padding-block: 0;
  padding-inline: clamp(1.35rem, 2.6vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(158, 129, 80, 0.62);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(135deg, #171919, #0b0c0c);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.055),
    0 10px 24px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.outline-button::before {
  position: absolute;
  inset: 4px;
  content: "";
  border: 1px solid rgba(233, 193, 118, 0.13);
  pointer-events: none;
}

.outline-button::after {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 4px;
  content: "";
  background: #c82228;
  box-shadow: 0 0 18px rgba(200, 34, 40, 0.24);
  transition: width 220ms ease, opacity 220ms ease;
}

.outline-button span {
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.outline-button:hover {
  color: #fff;
  border-color: rgba(233, 193, 118, 0.78);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(200, 34, 40, 0.16), transparent 42%),
    linear-gradient(135deg, #1b1d1d, #0b0c0c);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.075),
    0 14px 30px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.outline-button:hover::after {
  width: 9px;
}

.outline-button:hover span {
  transform: translateX(0.18rem);
}

@media (min-width: 1024px) {
  .outline-button {
    min-block-size: 3.75rem;
    padding-inline: clamp(1.6rem, 2.8vw, 2.35rem);
  }
}

.contact-cta-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(5, 6, 6, 0.78), rgba(5, 6, 6, 0.64) 42%, rgba(5, 6, 6, 0.32) 100%),
    linear-gradient(180deg, rgba(5, 6, 6, 0.04), rgba(5, 6, 6, 0.68)),
    radial-gradient(circle at 18% 8%, rgba(233, 193, 118, 0.08), transparent 28%),
    radial-gradient(circle at 82% 38%, rgba(200, 34, 40, 0.12), transparent 24%),
    url("./images/cta-workshop-bg-v2.png") center / cover no-repeat,
    linear-gradient(135deg, #111414, #070909 64%, #030404);
}

.contact-cta-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%);
  pointer-events: none;
}

.contact-cta-section > * {
  position: relative;
  z-index: 1;
}

.contact-cta-copy {
  align-self: center;
}

.cta-card {
  position: relative;
  display: grid;
  min-height: 9.5rem;
  align-content: center;
  padding: 1.6rem 5.1rem 1.6rem 6.1rem;
  overflow: hidden;
  border: 1px solid rgba(233, 193, 118, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.028)),
    linear-gradient(135deg, #171919, #0b0c0c);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 18px 36px rgba(0, 0, 0, 0.22);
  color: #fff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cta-card::after {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 4px;
  content: "";
  background: #c82228;
  box-shadow: 0 0 18px rgba(200, 34, 40, 0.25);
}

.cta-card:hover {
  transform: translateY(-2px);
  border-color: rgba(233, 193, 118, 0.56);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.065),
    0 22px 44px rgba(0, 0, 0, 0.3);
}

.cta-card em {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 600;
}

.cta-card strong {
  margin-top: 0.28rem;
  font-size: clamp(1.28rem, 2.2vw, 1.75rem);
  line-height: 1.35;
}

.cta-card small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.55;
}

.cta-card b {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  color: rgba(233, 193, 118, 0.5);
  font-family: "Oswald", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateY(-50%) rotate(90deg);
}

.cta-icon,
.line-badge,
.mail-icon {
  position: absolute;
  left: 1.55rem;
  top: 50%;
  transform: translateY(-50%);
}

.cta-icon {
  font-size: 40px;
  line-height: 1;
}

.line-badge {
  display: grid;
  width: 38px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #00a742;
  font-size: 0.68rem;
  font-weight: 800;
}

.mail-icon {
  width: 34px;
  height: 24px;
  border: 2.4px solid #fff;
}

.mail-icon::before,
.mail-icon::after {
  position: absolute;
  top: 9px;
  width: 21px;
  height: 2.4px;
  content: "";
  background: #fff;
}

.mail-icon::before {
  left: -2px;
  transform: rotate(35deg);
}

.mail-icon::after {
  right: -2px;
  transform: rotate(-35deg);
}

@media (max-width: 640px) {
  .cta-card {
    min-height: 8.2rem;
    padding: 1.3rem 1.2rem 1.3rem 5rem;
  }

  .cta-card b {
    display: none;
  }
}

@media (max-width: 1024px) {
  .hero-ambient {
    right: -1rem;
    bottom: 25rem;
    max-width: 96vw;
    color: rgba(255, 255, 255, 0.035);
    font-size: clamp(3.35rem, 16vw, 6.6rem);
    text-align: right;
  }

  .hero-english-note {
    max-width: none;
    color: rgba(233, 193, 118, 0.38);
    font-size: clamp(0.62rem, 2.3vw, 0.74rem);
    letter-spacing: 0.06em;
    line-height: 1.2;
  }

  .hero-main-copy {
    max-inline-size: 10em;
    margin-inline-start: 0;
    font-size: clamp(2rem, 9vw, 3.15rem);
    line-height: 1.36;
  }

  .hero-copy::after {
    margin-left: 0;
  }

  .owner-problems-photo {
    block-size: auto;
    min-block-size: 260px;
    margin-block: 0;
    box-shadow: none;
  }

  .why-feature {
    min-height: auto;
    padding: 22px 0 20px;
    border-left: 0;
    border-top: 1px solid rgba(226, 226, 226, 0.18);
  }

  .why-stat-card {
    grid-template-columns: 1fr;
    aspect-ratio: auto;
    gap: 18px;
    padding: 28px 24px 34px;
  }

  .stat-result strong {
    font-size: 92px;
  }

  .why-stat-card em {
    right: 24px;
  }
}

@media (max-width: 560px) {
  .image-card,
  .case-card {
    min-height: 170px;
  }
}
