:root {
  --ink: #0e1728;
  --ink-soft: #344054;
  --blue: #21569a;
  --teal: #00a99d;
  --teal-dark: #007d74;
  --yellow: #fff000;
  --line: #dfe6ed;
  --paper: #f5f7f9;
  --navy: #142238;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }

/* Shared corporate header */
.applied-header { height: 68px; background: #fff; }
.applied-header__inner {
  width: min(1390px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.applied-header__logos { height: 100%; display: flex; align-items: center; gap: 15px; }
.applied-header__logos a { display: flex; align-items: center; }
.applied-header__brand { width: 385px; display: block; }
.applied-header__jpx { width: 39px; }
.applied-header__x { width: 47px; display: block; }
.applied-header__contact { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.applied-header__contact > a:not(.applied-header__mail) { font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.applied-header__contact > a:not(.applied-header__mail):hover { text-decoration: underline; }
.applied-header__phones { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 20px; }
.applied-header__phones dl { margin: 0; display: flex; align-items: center; gap: 9px; font-size: 14px; white-space: nowrap; }
.applied-header__phones dt { font-weight: 800; }
.applied-header__phones dd { margin: 0; }
.applied-header__mail { width: 40px; display: flex; }
.applied-header__mail img { width: 100%; }
.applied-nav { height: 70px; background: #21569a; }
.applied-nav ul { width: 100%; height: 100%; display: flex; justify-content: center; margin: 0; padding: 0 8px; list-style: none; }
.applied-nav li { width: 10%; max-width: 150px; border-right: 1px solid rgba(255,255,255,.34); text-align: center; }
.applied-nav li:first-child { border-left: 1px solid rgba(255,255,255,.34); }
.applied-nav a {
  height: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(currentColor 0 0) bottom / var(--underline-w,20%) 3px no-repeat;
  transition: background-size .25s;
}
.applied-nav a:hover { --underline-w: 80%; }
.applied-nav span { height: 100%; display: flex; align-items: center; justify-content: center; font-size: 12px; line-height: 1.4; font-style: normal; }
.applied-nav i { font-style: normal; }
.mobile-nav { display: none; }

/* LP foundations */
.refresh-lp { overflow: hidden; background: #fff; }
.section { padding: 110px 0; }
.section__inner { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.section-kicker,
.eyebrow { margin: 0 0 22px; color: var(--teal-dark); font-size: 13px; font-weight: 900; letter-spacing: .18em; }
.section h2 { margin: 0; font-size: clamp(34px, 4vw, 57px); line-height: 1.26; letter-spacing: -.04em; }
.section h2 em { color: var(--teal); font-style: normal; }
.button {
  min-height: 58px;
  padding: 0 24px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--ink); box-shadow: 0 14px 28px rgba(14,23,40,.18); }
.button--primary:hover { box-shadow: 0 18px 34px rgba(14,23,40,.28); }
.button--outline { border: 1px solid #9aa6b5; background: rgba(255,255,255,.72); }

/* Hero */
.hero {
  min-height: 755px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(33,86,154,.035) 1px, transparent 1px) 0 0/64px 64px,
    linear-gradient(rgba(33,86,154,.035) 1px, transparent 1px) 0 0/64px 64px,
    linear-gradient(135deg, #fff 0%, #f6f9fb 53%, #e9f8f5 100%);
  border-bottom: 1px solid #dce5eb;
}
.hero::before { content: ""; position: absolute; left: 0; top: 0; width: 7px; height: 100%; background: linear-gradient(var(--teal), var(--blue)); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero__glow--one { width: 460px; height: 460px; right: 4%; top: 11%; background: radial-gradient(circle, rgba(0,169,157,.13), rgba(0,169,157,0) 69%); }
.hero__glow--two { width: 360px; height: 360px; left: -150px; bottom: -140px; background: radial-gradient(circle, rgba(33,86,154,.11), rgba(33,86,154,0) 70%); }
.hero__inner { width: min(1180px, calc(100% - 48px)); min-height: 610px; margin: 0 auto; display: grid; grid-template-columns: 1.16fr .84fr; align-items: center; gap: 36px; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; padding-top: 28px; }
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px rgba(0,169,157,.12); }
.hero h1 { margin: 0 0 20px; font-size: clamp(54px, 5.2vw, 76px); line-height: 1.04; letter-spacing: -.065em; }
.hero h1 small { display: block; margin-bottom: 10px; color: #2a3444; font-size: .37em; letter-spacing: .02em; }
.hero__statement { margin: 0 0 22px; font-size: clamp(21px, 2vw, 29px); line-height: 1.55; font-weight: 850; letter-spacing: -.03em; }
.hero__statement em { color: var(--teal-dark); font-style: normal; background: linear-gradient(transparent 68%, rgba(0,169,157,.16) 68%); }
.hero__lead { max-width: 720px; margin: 0 0 32px; color: #4a5667; font-size: 16px; line-height: 1.9; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.hero__inventory-cta { min-width: 330px; min-height: 76px; padding: 10px 13px 10px 24px; justify-content: space-between; gap: 24px; position: relative; overflow: hidden; color: #101828; background: linear-gradient(135deg, #fff32b 0%, #ffd60a 100%); border: 2px solid #101828; border-radius: 9px; box-shadow: 0 16px 32px rgba(255,204,0,.3), 0 7px 0 #101828; }
.hero__inventory-cta::before { content: ""; width: 120px; height: 120px; position: absolute; left: -72px; top: -75px; border-radius: 50%; background: rgba(255,255,255,.48); pointer-events: none; }
.hero__inventory-cta:hover { transform: translateY(-3px); background: linear-gradient(135deg, #fff66a 0%, #ffdf24 100%); box-shadow: 0 21px 38px rgba(255,204,0,.38), 0 8px 0 #101828; }
.hero__inventory-cta:active { transform: translateY(3px); box-shadow: 0 9px 20px rgba(255,204,0,.28), 0 2px 0 #101828; }
.hero__inventory-cta:focus-visible { outline: 4px solid rgba(0,169,157,.3); outline-offset: 4px; }
.hero__cta-text { position: relative; display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.hero__cta-text small { margin-bottom: 5px; color: #3b4656; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.hero__cta-text strong { font-size: 18px; line-height: 1.2; letter-spacing: -.02em; white-space: nowrap; }
.hero__cta-arrow { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%; position: relative; display: grid; place-items: center; color: #fff; background: #101828; font-size: 22px; line-height: 1; transition: transform .2s ease, background .2s ease; }
.hero__inventory-cta:hover .hero__cta-arrow { transform: translateX(3px); background: var(--teal-dark); }
.hero__actions .button--outline { min-height: 58px; color: #344054; }
.hero__note { margin: 24px 0 0; color: #475467; font-size: 13px; font-weight: 700; }
.hero__note span { margin-right: 7px; color: var(--teal-dark); font-weight: 900; }
.hero__visual { min-height: 500px; position: relative; display: flex; align-items: center; justify-content: center; }
.hero__visual::after { content: ""; position: absolute; width: 350px; height: 38px; bottom: 78px; border-radius: 50%; background: rgba(14,23,40,.18); filter: blur(18px); }
.hero__visual > img { width: min(590px, 108%); position: relative; z-index: 2; transform: translate(2%, 4%); filter: drop-shadow(0 18px 22px rgba(14,23,40,.18)); }
.hero__proof { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding-bottom: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; position: relative; z-index: 2; }
.hero__proof-card { min-height: 142px; padding: 22px 20px; position: relative; overflow: hidden; display: grid; grid-template-columns: 62px minmax(0, 1fr); align-items: center; gap: 16px; color: #101828; background: rgba(255,255,255,.94); border: 1px solid rgba(31,54,75,.14); border-top: 4px solid var(--teal); border-radius: 10px; box-shadow: 0 15px 34px rgba(26,54,74,.1); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.hero__proof-card::after { content: ""; width: 100px; height: 100px; position: absolute; right: -48px; bottom: -55px; border-radius: 50%; background: rgba(0,169,157,.07); pointer-events: none; }
.hero__proof-card:hover { transform: translateY(-3px); border-color: rgba(0,169,157,.45); box-shadow: 0 20px 40px rgba(26,54,74,.15); }
.hero__proof-card:focus-visible { outline: 3px solid rgba(0,169,157,.35); outline-offset: 3px; }
.hero__proof-number { width: 62px; height: 62px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: #0b2034; box-shadow: inset 0 0 0 5px rgba(255,255,255,.08); font-family: Arial, sans-serif; font-size: 27px; font-weight: 900; line-height: .9; }
.hero__proof-number small { margin-bottom: 6px; color: #55dcd0; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.hero__proof-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.hero__proof-copy b { margin-bottom: 5px; font-size: clamp(16px, 1.45vw, 20px); line-height: 1.35; letter-spacing: -.035em; }
.hero__proof-copy > small { color: #596779; font-size: 11px; font-weight: 700; line-height: 1.55; }
.hero__proof-copy em { margin-top: 7px; color: var(--teal-dark); font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .06em; }
.hero__proof-copy em i { margin-left: 4px; font-style: normal; }

/* Intro / process */
.intro { background: #fff; }
.intro__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.intro h2.intro__title { font-size: clamp(24px, 3vw, 44px); line-height: 1.35; letter-spacing: -.07em; white-space: nowrap; }
.intro__copy { padding-top: 46px; border-top: 1px solid var(--line); }
.intro__copy p { margin: 0 0 22px; color: #475467; font-size: 16px; line-height: 2; }
.process { width: min(1180px, calc(100% - 48px)); margin: 76px auto 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.process__item { min-height: 170px; padding: 28px 22px; position: relative; display: flex; flex-direction: column; justify-content: center; }
.process__item + .process__item { border-left: 1px solid var(--line); }
.process__item span { color: var(--teal); font-family: Arial, sans-serif; font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.process__item strong { margin: 10px 0 6px; font-size: 20px; }
.process__item small { color: #667085; font-size: 12px; line-height: 1.6; }
.process__item i { position: absolute; right: -13px; top: calc(50% - 13px); z-index: 2; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--teal-dark); background: #fff; font-style: normal; font-size: 13px; }

/* Quality */
.quality { background: var(--paper); }
.quality__heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 70px; }
.quality__heading > p { margin: 0 0 9px; color: #586474; font-size: 16px; line-height: 1.9; }
.feature {
  min-height: 535px;
  margin-bottom: 28px;
  padding: 72px 54px 54px;
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 56px;
  background: #fff;
  border: 1px solid #e3e8ed;
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(27,46,63,.06);
  overflow: hidden;
  scroll-margin-top: 30px;
}
.feature__number { position: absolute; left: 54px; top: 25px; color: #84909f; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.feature__number b { margin-left: 7px; color: var(--teal); font-size: 24px; letter-spacing: 0; }
.feature__label { margin: 0 0 12px; color: var(--teal-dark) !important; font-size: 13px !important; font-weight: 900; letter-spacing: .06em; }
.feature h3 { margin: 0 0 22px; font-size: clamp(30px, 3.25vw, 47px); line-height: 1.26; letter-spacing: -.04em; }
.feature__copy > p:not(.feature__label) { margin: 0; color: #4d5969; font-size: 15px; line-height: 2; }
.feature ul { margin: 25px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr; gap: 9px; }
.feature li { color: #344054; font-size: 13px; font-weight: 700; }
.feature li::before { content: "✓"; margin-right: 10px; color: var(--teal); font-weight: 900; }
.feature figure { margin: 0; }
.feature figure img { width: 100%; display: block; border-radius: 10px; }
.feature--inspection { grid-template-columns: 1.08fr .92fr; }
.feature--inspection h3 { white-space: nowrap; }
.feature--inspection figure { padding: 8px; background: #e7f7f5; }
.feature--reverse { grid-template-columns: 1.08fr .92fr; }
.feature--reverse .feature__copy { grid-column: 2; grid-row: 1; }
.feature--reverse figure { grid-column: 1; grid-row: 1; }
.feature--dark { color: #fff; background: #142238; border-color: #142238; }
.feature--dark::before { content: ""; position: absolute; right: -10%; top: -35%; width: 620px; height: 620px; border-radius: 50%; border: 1px solid rgba(0,222,205,.2); box-shadow: inset 0 0 0 75px rgba(0,222,205,.025); }
.feature--dark .feature__copy, .feature--dark figure { position: relative; z-index: 1; }
.feature--dark .feature__copy > p:not(.feature__label) { color: #cbd5e1; }
.feature--dark .feature__number { color: #93a4b8; }

/* Bulk */
.bulk { min-height: 480px; padding: 0; position: relative; display: flex; align-items: stretch; color: #fff; background: #08131f; }
.bulk__image { width: 44%; min-height: 480px; background: linear-gradient(90deg, rgba(8,19,31,.12), #08131f 96%), url("assets/product/bulk-orders.jpg") center/cover no-repeat; }
.bulk__inner { width: 56%; margin: 0; padding: 95px max(40px, calc((100vw - 1160px) / 2)) 80px 56px; display: grid; grid-template-columns: 1fr; gap: 34px; }
.bulk .section-kicker { color: #46d8ca; }
.bulk h2 { font-size: clamp(36px, 4vw, 55px); white-space: nowrap; }
.bulk__inner > div:last-child { max-width: 560px; }
.bulk__inner p { margin: 0 0 20px; color: #cbd5e1; font-size: 15px; line-height: 1.9; }
.text-link { display: inline-flex; gap: 22px; color: #fff; font-size: 15px; font-weight: 900; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 8px; }
.text-link span { color: #46d8ca; }

/* Final CTA */
.final-cta { padding: 0; color: #fff; background: #05080b; }
.final-cta__inner { min-height: 590px; padding: 100px 48px 85px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background:
  radial-gradient(circle at 18% 12%, rgba(0,169,157,.24), transparent 32%),
  radial-gradient(circle at 90% 90%, rgba(33,86,154,.25), transparent 37%),
  repeating-linear-gradient(115deg, transparent 0 65px, rgba(255,255,255,.026) 65px 66px);
}
.final-cta__inner::before { content: "美品 中古"; position: absolute; left: 6%; top: 78px; padding: 11px 13px; color: #111; background: var(--yellow); font-size: 14px; font-weight: 950; line-height: 1.1; white-space: pre-line; }
.final-cta .section-kicker { color: #51ddd0; }
.final-cta h2 { font-size: clamp(45px, 6vw, 78px); line-height: 1.15; }
.final-cta__inner > p:not(.section-kicker):not(.final-cta__caption) { max-width: 780px; margin: 28px 0 34px; color: #c8d0d8; font-size: 16px; line-height: 1.9; white-space: nowrap; }
.final-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; }
.button--yellow { color: #111; background: var(--yellow); box-shadow: 0 14px 34px rgba(255,240,0,.18); }
.button--ghost { color: #fff; border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.04); }
.final-cta__caption { margin: 40px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .12em; }

/* Shared footer */
.corporate-footer { color: #fff; background: #142238; padding: 56px 0 28px; }
.corporate-footer__inner { width: min(1350px, calc(100% - 40px)); margin: 0 auto; }
.footer-intro { text-align: center; border-bottom: 1px solid #314057; padding-bottom: 30px; }
.footer-intro strong { font-size: 20px; }
.footer-intro p { color: #d8e6f2; margin: 14px 0 0; font-size: 15px; }
.footer-intro a { color: #ff7043; font-size: 15px; font-weight: 800; text-decoration: underline; }
.office-grid { border-bottom: 1px solid #314057; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; padding: 48px 0; }
.office-card { min-height: 232px; padding: 24px; color: #eef6ff; background: #1c2b40; border: 1px solid #3a4960; border-radius: 13px; }
.office-card.active { border-color: #76564e; }
.office-card h3 { margin: 0 0 20px; display: flex; align-items: center; gap: 9px; font-size: 17px; }
.office-card h3 span { width: 8px; height: 8px; border-radius: 50%; background: #ff7043; flex: 0 0 auto; }
.office-card p { margin: 0 0 7px; font-size: 15px; line-height: 1.45; }
.office-card a { color: #fff; font-size: 15px; }
.office-card .office-email { color: #35deeb; font-weight: 700; }
.office-card address { margin-top: 13px; color: #a8bfd3; font-size: 15px; font-style: normal; line-height: 1.65; }
.footer-copyright { margin: 32px 0 0; color: #9dbbd3; text-align: center; font-size: 15px; }
.mobile-sticky { display: none; }

@media (max-width: 1150px) {
  .applied-header { height: 70px; position: relative; z-index: 1000; }
  .applied-header__inner { width: min(100% - 28px, 1390px); padding-right: 58px; }
  .applied-header__brand { width: min(385px, 50vw); }
  .applied-header__jpx, .applied-header__x { width: 32px; }
  .applied-header__contact { display: none; }
  .applied-nav { display: none; }
  .mobile-nav { display: block; position: absolute; right: 15px; top: 18px; z-index: 1001; }
  .mobile-nav summary { width: 39px; height: 32px; cursor: pointer; list-style: none; position: relative; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { position: absolute; left: 0; width: 100%; height: 3px; border-radius: 2px; background: #222; transition: transform .2s, top .2s, opacity .2s; }
  .mobile-nav summary span:nth-child(1) { top: 2px; }
  .mobile-nav summary span:nth-child(2) { top: 14px; }
  .mobile-nav summary span:nth-child(3) { top: 26px; }
  .mobile-nav[open] summary span:nth-child(1) { top: 14px; transform: rotate(45deg); }
  .mobile-nav[open] summary span:nth-child(2) { opacity: 0; }
  .mobile-nav[open] summary span:nth-child(3) { top: 14px; transform: rotate(-45deg); }
  .mobile-nav nav { position: fixed; inset: 70px 0 0; padding: 28px 22px 100px; overflow-y: auto; display: flex; flex-direction: column; background: rgba(255,255,255,.98); }
  .mobile-nav nav a { padding: 16px 4px; border-bottom: 1px solid #e8ebef; color: #222; font-size: 15px; font-weight: 700; text-decoration: none; text-align: center; }
  .mobile-nav__contact { padding-top: 28px; color: #333; text-align: center; font-size: 14px; line-height: 1.8; }
  .hero { min-height: auto; }
  .hero__inner { grid-template-columns: 1fr; padding: 80px 0 35px; text-align: center; }
  .hero__copy { max-width: 770px; margin: 0 auto; }
  .eyebrow, .hero__actions { justify-content: center; }
  .hero__lead { margin-left: auto; margin-right: auto; }
  .hero__visual { width: min(650px, 100%); margin: 0 auto; }
  .hero__proof { margin-top: 28px; }
  .intro__grid { grid-template-columns: 1fr; gap: 40px; }
  .intro__copy { padding-top: 30px; }
  .office-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .section__inner { width: min(100% - 36px, 1160px); }
  .hero__inner { width: calc(100% - 24px); }
  .hero__lead { font-size: 15px; }
  .hero__proof { width: min(100% - 36px, 720px); grid-template-columns: 1fr; }
  .hero__proof-card { min-height: 0; padding: 18px 20px; }
  .final-cta__inner > p:not(.section-kicker):not(.final-cta__caption) { white-space: normal; }
  .intro__grid, .quality__heading { grid-template-columns: 1fr; gap: 40px; }
  .intro__copy { padding-top: 30px; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .process__item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .process__item:nth-child(4) { border-top: 1px solid var(--line); }
  .process__item:nth-child(2) i { display: none; }
  .feature, .feature--reverse { grid-template-columns: 1fr; padding: 76px 28px 34px; gap: 34px; }
  .feature--reverse .feature__copy, .feature--reverse figure { grid-column: 1; grid-row: auto; }
  .feature--reverse .feature__copy { order: 1; }
  .feature--reverse figure { order: 2; }
  .feature__number { left: 28px; }
  .bulk { display: block; }
  .bulk__image, .bulk__inner { width: 100%; }
  .bulk__image { min-height: 280px; background: linear-gradient(180deg, rgba(8,19,31,0), #08131f 100%), url("assets/product/bulk-orders.jpg") center/cover no-repeat; }
  .bulk__inner { padding: 20px 28px 80px; }
}

@media (max-width: 600px) {
  .applied-header__inner { width: calc(100% - 24px); }
  .applied-header__brand { width: min(270px, 66vw); }
  .applied-header__jpx { display: none; }
  .applied-header__x { width: 30px; }
  .hero__inner { width: calc(100% - 34px); padding-top: 60px; gap: 15px; }
  .eyebrow { padding-top: 0; font-size: 10px; letter-spacing: .12em; }
  .hero h1 { font-size: clamp(43px, 13vw, 61px); }
  .hero h1 small { font-size: .42em; }
  .hero__statement { font-size: 20px; }
  .hero__lead { font-size: 14px; line-height: 1.85; text-align: left; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero__inventory-cta { min-width: 0; padding-left: 18px; }
  .hero__cta-text strong { font-size: 16px; }
  .hero__visual { min-height: 390px; }
  .hero__visual > img { width: 120%; max-width: none; }
  .hero__proof { width: 100%; gap: 10px; padding: 0 12px 22px; }
  .hero__proof-card { grid-template-columns: 54px minmax(0, 1fr); padding: 16px; gap: 14px; }
  .hero__proof-number { width: 54px; height: 54px; font-size: 23px; }
  .hero__proof-copy b { font-size: 17px; }
  .section h2 { font-size: 34px; }
  .process { width: calc(100% - 36px); grid-template-columns: 1fr; }
  .process__item + .process__item { border-left: 0; border-top: 1px solid var(--line); }
  .process__item i { display: none; }
  .quality__heading { margin-bottom: 44px; }
  .feature { border-radius: 13px; }
  .feature h3 { font-size: 29px; }
  .feature--inspection h3, .bulk h2 { white-space: normal; }
  .feature__copy > p:not(.feature__label) { font-size: 14px; line-height: 1.9; }
  .feature--inspection figure { margin-left: -15px; margin-right: -15px; }
  .final-cta__inner { min-height: 640px; padding: 100px 22px 88px; }
  .final-cta__inner::before { top: 48px; left: 22px; font-size: 12px; }
  .final-cta h2 { font-size: 43px; }
  .final-cta__actions { width: 100%; }
  .office-grid { grid-template-columns: 1fr; padding: 34px 0; }
  .office-card { min-height: 0; }
  .footer-intro strong { display: block; font-size: 17px; line-height: 1.7; }
  .corporate-footer { padding-bottom: 95px; }
  .mobile-sticky { position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 900; height: 58px; padding: 0 22px; border-radius: 6px; display: flex; align-items: center; justify-content: center; gap: 28px; color: #111; background: var(--yellow); box-shadow: 0 12px 32px rgba(0,0,0,.25); font-size: 15px; font-weight: 950; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
