.recohand-page {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  background: #100c08;
}

.recohand-page,
.recohand-page * { box-sizing: border-box; }

.recohand-main,
.recohand-hero,
.recohand-technology,
.recohand-story,
.recohand-mission,
.recohand-series,
.recohand-experiment,
.recohand-glove-detail,
.recohand-products-detail,
.recohand-product-detail,
.recohand-case-study,
.recohand-use-cases { width: 100%; max-width: 100%; }

.recohand-container { width: 100%; margin-inline: auto; }
.recohand-container--wide { max-width: 1400px; }
.recohand-container--technology { max-width: 980px; }

.recohand-hero {
  --recohand-red: #ef2029;
  --recohand-blue: #71a6c7;
  position: relative;
  height: 640px;
  max-height: 100svh;
  padding-inline: 32px;
  overflow: hidden;
  color: #fff;
  background: #17243e;
  isolation: isolate;
}

.recohand-hero__video,
.recohand-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.recohand-hero__video { z-index: -2; display: block; object-fit: cover; object-position: center; }
.recohand-hero__overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(7,13,25,.38), rgba(7,13,25,.04) 65%), linear-gradient(0deg, rgba(5,8,14,.28), transparent 38%);
  pointer-events: none;
}
.recohand-hero__inner { position: relative; height: 100%; min-height: inherit; }
.recohand-hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 500px;
  max-width: 100%;
  transform: translateY(-30%);
}
.recohand-hero__series-row { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.recohand-hero__logo { display: block; width: 160px; max-width: 100%; height: auto; flex: 0 0 auto; }
.recohand-hero__series { margin: 0; color: var(--recohand-blue); font: 500 16px/1.35 "Inter", sans-serif; }
.recohand-hero__title {
  margin: 0;
  color: var(--recohand-red);
  font: 700 clamp(42px, 4vw, 64px)/1.08 Helvetica, Arial, sans-serif;
  letter-spacing: -.035em;
}
.recohand-hero__title span { color: #fff; font-weight: 300; }
.recohand-hero__actions { display: flex; gap: 52px; margin-top: 54px; }
.recohand-button {
  display: inline-flex;
  width: 164px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: 500 13px/1 "Inter", sans-serif;
  text-align: center;
  text-decoration: none;
}
.recohand-button--primary { color: #fff; background: var(--recohand-red); }
.recohand-button--secondary { color: var(--recohand-red); background: #fff; }
.recohand-button,
.recohand-products-detail__button,
.recohand-partner__button { text-decoration: none !important; transition: filter .25s ease, box-shadow .25s ease, transform .25s ease; }
.recohand-button:is(:hover, :focus-visible),
.recohand-products-detail__button:is(:hover, :focus-visible),
.recohand-partner__button:is(:hover, :focus-visible) { text-decoration: none !important; filter: brightness(1.08); box-shadow: 0 9px 22px rgba(0,0,0,.24); outline: none; transform: translateY(-3px); }
.recohand-button--primary,
.recohand-products-detail__button--primary,
.recohand-partner__button,
.recohand-button--primary:is(:hover, :focus-visible),
.recohand-products-detail__button--primary:is(:hover, :focus-visible),
.recohand-partner__button:is(:hover, :focus-visible) { color: #fff !important; }
.recohand-button--secondary,
.recohand-products-detail__button--secondary,
.recohand-button--secondary:is(:hover, :focus-visible),
.recohand-products-detail__button--secondary:is(:hover, :focus-visible) { color: #ef2029 !important; }
.recohand-button:active,
.recohand-products-detail__button:active,
.recohand-partner__button:active { box-shadow: 0 3px 9px rgba(0,0,0,.18); transform: translateY(0); }

.recohand-technology,
.recohand-story,
.recohand-mission,
.recohand-series,
.recohand-experiment { color: #fff; background: #100c08; font-family: "Inter", sans-serif; font-weight: 100; }
.recohand-technology { padding: 72px 24px 110px; }
.recohand-technology__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 44px;
  font-size: 15px;
  font-weight: 100;
  line-height: 1.4;
}
.recohand-technology__dot { width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 70% 25%, #ef1111, #662e39 64%, #0e4053); }
.recohand-technology__features {
  display: grid;
  grid-template-columns: repeat(3, 230px);
  justify-content: space-between;
  gap: 24px;
}
.recohand-technology__feature {
  display: flex;
  width: 230px;
  height: 230px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 50%;
  line-height: 1.35;
  text-align: center;
}
.recohand-technology__feature span { margin-bottom: 7px; font-size: 15px; }
.recohand-technology__feature strong { font-size: 20px; font-weight: 300; }

.recohand-story { padding: 100px 32px 130px; }
.recohand-story__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 46px;
}
.recohand-story__content,
.recohand-story__visual { min-width: 0; }
.recohand-story__label {
  position: relative;
  width: 210px;
  max-width: 100%;
  margin: 0 0 22px;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.2;
}
.recohand-story__label::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: transparent linear-gradient(90deg, #ef1111 0%, #0e4053 100%) 0 0 no-repeat padding-box;
  content: "";
}
.recohand-story__lead { margin: 0 0 20px; font-size: 26px; font-weight: 100; line-height: 1.45; }
.recohand-story__body { margin: 0; color: rgba(255,255,255,.72); font-size: 16px; font-weight: 100; line-height: 1.62; }
.recohand-story__visual { display: flex; align-items: center; justify-content: flex-end; }
.recohand-story__image { display: block; width: 640px; max-width: 100%; height: auto; }

.recohand-mission {
  position: relative;
  min-height: 646px;
  padding: 110px 32px 150px;
  overflow: hidden;
  isolation: isolate;
}
.recohand-mission::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 12, 8, .2) 10%, rgba(16, 12, 8, .9) 50%);
  content: "";
  pointer-events: none;
}
.recohand-mission__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 386px;
  align-items: center;
}
.recohand-mission__map,
.recohand-mission__content { min-width: 0; }
.recohand-mission__map {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: calc(100% - 64px);
  max-width: 1400px;
  transform: translate(-50%, -50%);
}
.recohand-mission__map-dots {
  position: relative;
  z-index: 1;
  display: block;
  width: 50%;
  max-width: 50%;
  height: auto;
}
.recohand-mission__map-waves {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 6%;
  display: block;
  width: 30%;
  max-width: none;
  height: auto;
  opacity: .18;
  transform: translateY(-60%);
  animation: recohand-mission-waves 2s ease-in-out infinite;
  pointer-events: none;
}
.recohand-mission__title {
  position: relative;
  width: 210px;
  max-width: 100%;
  margin: 0 0 22px;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.2;
}
.recohand-mission__title::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: transparent linear-gradient(90deg, #ef1111 0%, #0e4053 100%) 0 0 no-repeat padding-box;
  content: "";
}
.recohand-mission__statement {
  margin: 0;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 100;
  line-height: 1.45;
}
.recohand-mission__content {
  width: 60%;
  margin-left: 40%;
}
@keyframes recohand-mission-waves {
  0%, 100% { opacity: .12; }
  50% { opacity: .72; }
}

@keyframes recohand-reader-waves-breathe {
  0%, 100% { opacity: .2; transform: scale(.9); }
  50% { opacity: .7; transform: scale(1.08); }
}

@keyframes recohand-reader-glow-breathe {
  0%, 100% { opacity: .45; transform: scale(.88); }
  50% { opacity: 1; transform: scale(1.14); }
}

.recohand-series { padding: 70px 32px 120px; }
.recohand-series__title {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  margin: 0 0 100px; font-size: 16px; font-weight: 100;
}
.recohand-series__dot { width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 70% 25%, #ef1111, #662e39 64%, #0e4053); }
.recohand-series__layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); align-items: center; gap: 60px; max-width: 1400px; margin-inline: auto; }
.recohand-series__mobile-reader { text-align: center; }
.recohand-series__common { margin: 0 0 24px; padding: 10px 16px; border-radius: 999px; background: linear-gradient(90deg, #ed1515, #0e4053); font-size: 12px; white-space: nowrap; }
.recohand-series__reader-visual { position: relative; width: 190px; aspect-ratio: 1 / 1; margin-inline: auto; isolation: isolate; }
.recohand-series__reader-visual::before,
.recohand-series__reader-visual::after { position: absolute; z-index: -1; inset: -18%; border-radius: 50%; content: ""; pointer-events: none; }
.recohand-series__reader-visual::before {
  background: url("under-files/img/recohand/recohand-global-map-waves.webp") center / contain no-repeat;
  animation: recohand-reader-waves-breathe 3.6s ease-in-out infinite;
}
.recohand-series__reader-visual::after {
  background: radial-gradient(circle, rgba(255, 255, 255, .12), transparent 70%);
  animation: recohand-reader-glow-breathe 3.6s ease-in-out infinite;
}
.recohand-series__reader-image { display: block; width: 100%; height: auto; }
.recohand-series__mobile-reader h3 { margin: 12px 0 0; font-size: 14px; font-weight: 300; line-height: 1.3; }
.recohand-series__matrix { position: relative; padding-top: 28px; }
.recohand-series__tab { position: absolute; top: 0; height: 40px; padding-top: 8px; border-radius: 12px 12px 0 0; background: #676767; color: #eee; font-size: 14px; font-weight: 300; text-align: center; }
.recohand-series__tab--touch { left: 2%; width: 46%; }
.recohand-series__tab--range { right: 2%; width: 46%; }
.recohand-series__panel { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 205px; gap: 2px; }
.recohand-series__panel::before { position: absolute; top: 6px; left: -26px; width: 36px; height: 140px; background: #aaa; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%); content: ""; border-radius: 10px 0 0 0; }
.recohand-series__panel.recohand-series__panel--wearable::before { background: #303030; }
.recohand-series__panel--fixed { border-radius: 10px 10px 0 0; border-bottom: 0 }
.recohand-series__panel--wearable { border-top-width: 5px; border-radius: 0 0 10px 10px }
.recohand-series__side-label { position: absolute; top: 50px; left: -20px; z-index: 2; color: #111; font-size: 14px; font-weight: 300; writing-mode: vertical-rl; transform: translateY(-50%) rotate(180deg); }
.recohand-series__panel--wearable .recohand-series__side-label { top: 60px; color: #fff; }
.recohand-series__scan-group { display: grid; min-width: 0; align-items: stretch; padding: 28px 18px 20px; }
.recohand-series__panel--fixed .recohand-series__scan-group { background: #aaa; border:6px solid #676767; border-bottom:0; border-radius: 10px 10px 0 0 }
.recohand-series__panel--wearable .recohand-series__scan-group { background: #303030; border:6px solid #676767; border-radius: 0 0 10px 10px; }
.recohand-series__scan-group--two-items { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.recohand-series__product { display: flex; min-width: 0; align-items: start; justify-content: space-between; flex-direction: column; gap: 12px; }
.recohand-series__product > span { padding: 4px 10px; border-radius: 99px; color: #ddd; background: #555; font-size: 10px; text-align: center; }
.recohand-series__panel--wearable .recohand-series__product > span { background: #171717; }
.recohand-series__placeholder { display: grid; place-items: center; max-width: 100%; color: rgba(255,255,255,.45); border: 1px dashed rgba(255,255,255,.35); background: radial-gradient(circle, rgba(255,255,255,.12), transparent 70%); font-size: 9px; }
.recohand-series__product-image { display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; }
.recohand-series__ratio--mat { width: 100%; aspect-ratio: 3.2 / 1; }
.recohand-series__ratio--square { width: 72px; aspect-ratio: .75 / 1; }
.recohand-series__ratio--beam { width: 125px; aspect-ratio: 1.7 / 1; }
.recohand-series__ratio--pen { width: 88px; aspect-ratio: .7 / 1; }
.recohand-series__ratio--glove { width: 115px; aspect-ratio: 1 / 1; }

.recohand-series__scan-group.recohand-series__scan-group--touch { border-right: 0!important }
.recohand-series__scan-group.recohand-series__scan-group--range  { border-left: 0!important }
/*
.recohand-series__matrix.style--fixed .recohand-series__panel.recohand-series__panel--fixed {background-color: #aaa;border: 6px solid #676767; border-bottom: 0; border-radius: 10px 10px 0 0;}
.recohand-series__matrix.style--fixed .recohand-series__panel--fixed .recohand-series__scan-group {border: 0}
*/

.recohand-experiment { padding: 100px 32px 130px; }
.recohand-experiment__title {
  position: relative;
  width: 225px;
  max-width: 100%;
  margin: 0 0 22px;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.2;
}
.recohand-experiment__title::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #ef1111, #0e4053);
  content: "";
}
.recohand-experiment__intro { max-width: 1120px; margin: 0 0 28px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.65; }
.recohand-experiment__swipe-hint { display: none; }
.recohand-experiment__scroller { width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
.recohand-experiment__track { width: 100%; min-width: 0; }
.recohand-experiment__headings { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; margin-bottom: 28px; padding-inline: 3%; }
.recohand-experiment__board {
  width: 100%;
  padding: 42px 6% 50px;
  background-color: #020303;
  background-image:
    linear-gradient(rgba(41,58,62,.42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41,58,62,.42) 1px, transparent 1px);
  background-size: 20px 20px;
  border-block: 1px solid rgba(255,255,255,.08);
}
.recohand-experiment__case-title {
  width: min(100%, 280px);
  margin: 0 auto;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
.recohand-experiment__case-title--glove { background: linear-gradient(90deg, #e9161d, rgba(233,22,29,.1)); }
.recohand-experiment__case-title--typical { background: linear-gradient(90deg, #0e4053, rgba(14,64,83,.1)); }
.recohand-experiment__composite { display: block; width: 100%; height: auto; }

.recohand-glove-detail {
  position: relative;
  min-height: 700px;
  padding: 84px 32px 110px;
  overflow: hidden;
  color: #171717;
  background: #fff;
  font-family: "Inter", sans-serif;
}
.recohand-glove-detail__visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  background: #fff url("under-files/img/recohand/recohand-glove-type-img.webp") center / cover no-repeat;
  mix-blend-mode: multiply;
}
.recohand-glove-detail__inner { position: relative; z-index: 1; }
.recohand-glove-detail__section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 115px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}
.recohand-glove-detail__dot { width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 70% 25%, #ef1111, #662e39 64%, #0e4053); }
.recohand-glove-detail__content { width: 50%; padding-right: clamp(36px, 7vw, 110px); }
.recohand-glove-detail__patent {
  display: inline-block;
  margin-bottom: 15px;
  padding: 2px 10px;
  border: 2px solid #171717;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.1;
}
.recohand-glove-detail__pending {
  display: inline-block;
  margin-bottom: 15px;
  padding: 2px 10px;
  border: 2px solid #171717;
  background: #171717;
  color: #FFF;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.1;
}
.recohand-glove-detail__product-title {
  position: relative;
  display: flex;
  width: min(100%, 255px);
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 25px;
  padding-bottom: 3px;
}
.recohand-glove-detail__product-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #ef1111, #0e4053);
  content: "";
}
.recohand-glove-detail__product-title img { display: block; width: 120px; max-width: 100%; height: auto; }
.recohand-glove-detail__product-title span { font-size: 14px; font-weight: 300; white-space: nowrap; }
.recohand-glove-detail__content p { margin: 0; font-size: 14px; font-weight: 300; line-height: 1.62; }

.recohand-products-detail { color: #171717; background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%) 0% 0% no-repeat padding-box; box-shadow: 0px 15px 15px #0000001A; font-family: "Inter", sans-serif; }
.recohand-product-detail { padding: 50px 32px}
.recohand-product-detail__inner { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.35fr); align-items: center; gap: 0 }
.recohand-product-detail--image-left .recohand-product-detail__inner { grid-template-columns: minmax(0, 1.15fr) minmax(0, .9fr); }
.recohand-product-detail--image-left .recohand-product-detail__content { order: 2; }
.recohand-product-detail--image-left .recohand-product-detail__visual { order: 1; }
.recohand-product-detail__heading { display: flex; align-items: flex-end; gap: 18px; margin-bottom: 24px; }
.recohand-product-detail__name { position: relative; display: flex; min-width: 250px; align-items: flex-end; gap: 16px; padding-bottom: 3px; }
.recohand-product-detail__name::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: linear-gradient(90deg, #ef1111, #0e4053); content: ""; }
.recohand-product-detail__name img { display: block; width: 120px; height: auto; }
.recohand-product-detail__name h2 { margin: 0; font-size: 14px; font-weight: 300; line-height: 0.5; white-space: nowrap; }
.recohand-product-detail__content p { margin: 0; font-size: 14px; font-weight: 300; line-height: 1.62; }
.recohand-product-detail__patent { display: inline-block; margin-bottom: 14px; padding: 3px 7px; border: 1px solid #171717; font-size: 8px; font-weight: 500; }
.recohand-scan-icon { display: block; max-width: 100%; height: auto; flex: 0 0 auto; }
.recohand-scan-icon--touch { width: 115px; }
.recohand-scan-icon--range { width: 155px; }
.recohand-product-detail__visual { display: flex; width: 100%; margin: 0; align-items: center; justify-content: center; overflow: hidden }
.recohand-product-detail__visual--wide { aspect-ratio: 1200 / 780; }
.recohand-product-detail__visual--standard { aspect-ratio: 980 / 780; }
.recohand-product-detail__visual img { display: block; width: 100%; height: auto; object-fit: contain; }
.recohand-products-detail__actions { display: flex; justify-content: center; gap: 50px; padding: 100px 20px; }
.recohand-products-detail__button { display: inline-flex; width: 164px; min-height: 38px; align-items: center; justify-content: center; padding: 10px 20px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 500; line-height: 1; text-decoration: none; }
.recohand-products-detail__button--primary { color: #fff; background: #ef2029; }
.recohand-products-detail__button--secondary { color: #ef2029; background: #fff; }

.recohand-case-study {
  padding: 90px 32px 110px;
  color: #171717;
  background-color: #fff;
  background-image: radial-gradient(rgba(14,64,83,.055) 1.2px, transparent 1.2px);
  background-size: 13px 13px;
  font-family: "Inter", sans-serif;
}
.recohand-case-study__section-title { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 80px; font-size: 15px; font-weight: 300; }
.recohand-case-study__dot { width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 70% 25%, #ef1111, #662e39 64%, #0e4053); }
.recohand-case-study__body { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .85fr); gap: clamp(55px, 7vw, 110px); max-width: 1200px; margin-inline: auto; }
.recohand-case-study__voice h3 { position: relative; width: 120px; margin: 0 0 24px; padding-bottom: 3px; font-size: 14px; font-weight: 300; }
.recohand-case-study__voice h3::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: linear-gradient(90deg, #ef1111, #0e4053); content: ""; }
.recohand-case-study__voice h4 { margin: 0 0 14px; font-size: 20px; font-weight: 300; }
.recohand-case-study__voice p,
.recohand-case-study__voice li { font-size: 12px; font-weight: 300; line-height: 1.55; }
.recohand-case-study__voice p { margin: 0 0 18px; }
.recohand-case-study__voice ul { margin: -10px 0 22px; padding: 0; list-style: none; }
.recohand-case-study__voice li::before { content: "●"; }
.recohand-case-study__savings { padding-top: 38px; }
.recohand-case-study__savings h3 { margin: 0; padding-bottom: 10px; border-bottom: 1px solid #aaa; font-size: 19px; font-weight: 300; }
.recohand-case-study__savings h3 span { margin-right: 9px; font-size: 14px; }
.recohand-case-study__savings dl { margin: 0; }
.recohand-case-study__savings dl div { display: grid; grid-template-columns: 1fr 100px; padding: 13px 18px; border-bottom: 1px solid #aaa; }
.recohand-case-study__savings dt,
.recohand-case-study__savings dd { margin: 0; font-size: 14px; font-weight: 300; }
.recohand-case-study__savings > p { margin: 12px 0 0; font-size: 10px; font-weight: 300; }
.recohand-case-study__gallery { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1200px; margin: 45px auto 0; overflow: hidden; }
.recohand-case-study__gallery img { display: block; width: 100%; height: auto; border-right: 1px solid #eee; }

.recohand-use-cases {
  padding: 90px 32px 0;
  color: #171717;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #E2E2E2 100%) 0% 0% no-repeat padding-box;
  font-family: "Inter", sans-serif;
}
.recohand-use-cases__section-title { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 105px; font-size: 15px; font-weight: 300; }
.recohand-use-cases__dot  { width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 70% 25%, #ef1111, #662e39 64%, #0e4053); }
.recohand-use-cases__list { display: grid; gap: 135px; max-width: 1200px; margin-inline: auto; }
.recohand-use-case { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); align-items: self-start; gap: clamp(60px, 8vw, 80px); }
.recohand-use-case--image-left .recohand-use-case__content { order: 2; }
.recohand-use-case--image-left .recohand-use-case__image { order: 1; }
.recohand-use-case__number { display: inline-block; margin-bottom: 12px; padding: 4px 14px; color: #fff; background: #100c08; font-size: 9px; font-weight: 500; line-height: 1; }
.recohand-use-case__content h3 { position: relative; width: min(100%, 335px); margin: 0 0 26px; padding-bottom: 3px; font-size: 14px; font-weight: 300; line-height: 1.25; }
.recohand-use-case__content h3::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: linear-gradient(90deg, #ef1111, #0e4053); content: ""; }
.recohand-use-case__content h4 { margin: 0 0 14px; font-size: 19px; font-weight: 300; line-height: 1.4; }
.recohand-use-case__content p { margin: 0; font-size: 12px; font-weight: 300; line-height: 1.62; }
.recohand-use-case__image { width: 100%; }
.recohand-use-case__image img { display: block; width: 100%; height: auto; }

.recohand-applications { position: relative; padding: 100px 32px 0; overflow: hidden; color: #fff; background: #100c08 url("under-files/img/recohand/recohand-applications-bg.webp") center top / cover no-repeat; font-family: "Inter", sans-serif; }
.recohand-applications__section-title { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 110px; font-size: 15px; font-weight: 300; }
.recohand-applications__dot { width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 70% 25%, #ef1111, #662e39 64%, #0e4053); }
.recohand-applications__list { display: grid; max-width: 1200px; margin-inline: auto; gap: 150px; }
.recohand-application { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(30px, 6vw, 60px); }
.recohand-application__content { min-width: 0; }
.recohand-application__content h3 { position: relative; width: min(100%, 175px); margin: 0 0 28px; padding-bottom: 3px; font-size: 14px; font-weight: 300; }
.recohand-application__content h3::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: linear-gradient(90deg, #ef1111, #0e4053); content: ""; }
.recohand-application__content p { margin: 0 0 24px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 300; line-height: 1.58; }
.recohand-application__tabs { display: grid; justify-items: start; gap: 8px; }
.recohand-application__tab { min-width: 190px; padding: 8px 0; border: 0; color: rgba(255,255,255,.55); background: transparent; font: inherit; font-size: 18px; font-weight: 100; text-align: left; cursor: pointer; transition: color .5s ease, font .5s ease }
.recohand-application__tab span { margin-left: 5px; }
.recohand-application__tab:is(:hover, :focus-visible, .is-active) { color: rgba(255,255,255,1); outline: none; font-weight: 700; }
.recohand-application__visual { position: relative; width: 100%; aspect-ratio: 4 / 3; }
.recohand-application__visual img { position: absolute; inset: 0; z-index: 1; display: block; width: 100%; height: 100%; object-fit: contain; opacity: .2; transition: opacity .45s ease; }
.recohand-application__visual img.is-active { z-index: 2; opacity: 1; }

.recohand-process { padding: 100px 32px 120px; color: #3c3c3c; background: #f4f4f4; font-family: "Inter", sans-serif; }
.recohand-process__section-title { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 85px; font-size: 15px; font-weight: 300; }
.recohand-process__dot  { width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 70% 25%, #ef1111, #662e39 64%, #0e4053); }
.recohand-process__layout { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); max-width: 1000px; margin-inline: auto; gap: clamp(60px, 9vw, 130px); }
.recohand-process__nav { position: relative; display: grid; align-self: start; gap: 26px; --process-progress: 0%; }
.recohand-process__line,
.recohand-process__line-progress { position: absolute; top: 19px; bottom: 19px; left: 19px; width: 1px; background: transparent; }
.recohand-process__line-progress { z-index: 1; background: #333; clip-path: inset(0 0 calc(100% - var(--process-progress)) 0); transition: clip-path .45s ease; }
.recohand-process__step { position: relative; z-index: 2; display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 18px; padding: 0; border: 0; color: #9a9a9a; background: transparent; font: inherit; text-align: left; cursor: pointer; transition: color .25s ease; }
.recohand-process__step span { display: grid; width: 40px; height: 40px; border: 1px solid #c5c5c5; border-radius: 50%; place-items: center; background: #f4f4f4; font-size: 13px; font-weight: 300; transition: border-color .25s ease; }
.recohand-process__step strong { font-size: 14px; font-weight: 300; }
.recohand-process__step:is(:hover, :focus-visible, .is-active) { color: #333; outline: none; }
.recohand-process__step:is(:hover, :focus-visible, .is-active) span { border-color: #333; }
.recohand-process__content { height: 380px; overflow-y: auto; scroll-behavior: smooth; scroll-snap-type: y mandatory; scrollbar-color: #aaa transparent; scrollbar-width: thin; }
.recohand-process__panel { display: flex; min-height: 380px; padding: 10px 16px 50px 0; flex-direction: column; justify-content: center; scroll-snap-align: start; }
.recohand-process__panel > span { margin-bottom: 12px; color: #999; font-size: 10px; letter-spacing: .12em; }
.recohand-process__panel h3 { margin: 0 0 28px; font-size: 18px; font-weight: 300; }
.recohand-process__panel p { max-width: 480px; margin: 0; font-size: 14px; font-weight: 300; line-height: 1.8; }

.recohand-software { padding: 100px 32px 140px; overflow: hidden; color: #fff; background-color: #030303; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 68px 68px; font-family: "Inter", sans-serif; }
.recohand-software__section-title { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 80px; font-size: 15px; font-weight: 300; }
.recohand-software__dot { width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 70% 25%, #ef1111, #662e39 64%, #0e4053); }
.recohand-software__intro { max-width: 700px; margin: 0 auto 55px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 300; line-height: 1.65; display: flex; justify-content: center; }
.recohand-software__flow-scroll { max-width: 880px; margin-inline: auto; overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.3) transparent; }
.recohand-software__flow { display: grid; grid-template-columns: 186px minmax(55px, 1fr) 62px minmax(55px, 1fr) 124px minmax(55px, 1fr) 124px; width: 100%; min-width: 760px; align-items: center; }
.recohand-software__node { display: grid; margin: 0; place-items: center; }
.recohand-software__node img { display: block; max-width: 100%; height: auto; }
.recohand-software__connector { position: relative; display: block; height: 1px; margin-inline: 12px; background: rgba(255,255,255,.85); }
.recohand-software__connector::after { position: absolute; top: 50%; right: -2px; width: 7px; height: 7px; border-radius: 50%; background: #fff; content: ""; transform: translateY(-50%); }
.recohand-software__evaluation { position: relative; max-width: 750px; margin: 85px auto 0; padding: 42px 42px 28px; border-radius: 20px; color: #555; background: #e2e2e2; }
.recohand-software__evaluation::before { position: absolute; top: -24px; left: 50%; width: 200px; height: 24px; border-radius: 24px 24px 0 0; background: #e2e2e2; content: ""; transform: translateX(-50%); }
.recohand-software__evaluation h3 { position: relative; z-index: 1; margin: -54px 0 30px; font-size: 11px; font-weight: 500; text-align: center; letter-spacing: .05em; }
.recohand-software__stores { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 55px; }
.recohand-software__store { display: grid; grid-template-columns: minmax(0, 1fr) 100px; align-items: center; gap: 22px; }
.recohand-software__store a { display: block; transition: filter .2s ease, transform .2s ease; }
.recohand-software__store a:is(:hover, :focus-visible) { filter: brightness(1.08); outline: none; transform: translateY(-2px); }
.recohand-software__badge,
.recohand-software__qr { display: block; max-width: 100%; height: auto; }
.recohand-documents-button { display: flex; width: 230px; min-height: 38px; align-items: center; justify-content: center; gap: 5px; margin: 48px auto 0; padding: 10px 24px; border-radius: 999px; color: #fff !important; background: linear-gradient(90deg, #ef2029, #662e70); font-size: 12px; text-decoration: none !important; transition: filter .25s ease, box-shadow .25s ease, transform .25s ease; }
.recohand-documents-button:is(:hover, :focus-visible) { color: #fff !important; text-decoration: none !important; filter: brightness(1.08); box-shadow: 0 9px 22px rgba(0,0,0,.24); outline: none; transform: translateY(-3px); }
.recohand-documents-button:active { box-shadow: 0 3px 9px rgba(0,0,0,.18); transform: translateY(0); }

.recohand-faq { padding: 90px 32px 130px; color: #3c3c3c; background: #f7f7f7; font-family: "Inter", sans-serif; }
.recohand-faq__section-title { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 75px; font-size: 15px; font-weight: 300; }
.recohand-faq__dot { width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 70% 25%, #ef1111, #662e39 64%, #0e4053); }
.recohand-faq__layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); max-width: 1050px; margin-inline: auto; gap: clamp(60px, 10vw, 145px); align-items: start; }
.recohand-faq__nav { position: sticky; top: 30px; display: grid; gap: 2px; padding-left: 20px; border-left: 1px solid #aaa; }
.recohand-faq__nav a { padding: 14px 0; color: #444; font-size: 14px; font-weight: 300; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.recohand-faq__nav a:is(:hover, :focus-visible) { color: #0e4053; outline: none; transform: translateX(4px); }
.recohand-faq__nav span { margin-left: 5px; }
.recohand-faq__content { min-width: 0; }
.recohand-faq__category { padding-top: 20px; margin-top: -20px; scroll-margin-top: 30px; }
.recohand-faq__category + .recohand-faq__category { margin-top: 105px; }
.recohand-faq__category h3 { margin: 0; padding-bottom: 18px; border-bottom: 1px solid #aaa; font-size: 18px; font-weight: 300; }
.recohand-faq__item { border-bottom: 1px solid #aaa; }
.recohand-faq__item summary { position: relative; padding: 17px 48px 17px 18px; font-size: 12px; font-weight: 300; line-height: 1.5; list-style: none; cursor: pointer; }
.recohand-faq__item summary::-webkit-details-marker { display: none; }
.recohand-faq__item summary::before,
.recohand-faq__item summary::after { position: absolute; top: 50%; right: 17px; width: 10px; height: 1px; background: #555; content: ""; transition: transform .25s ease; }
.recohand-faq__item summary::after { transform: rotate(90deg); }
.recohand-faq__item[open] summary::after { transform: rotate(0); }
.recohand-faq__item summary:focus-visible { outline: 2px solid #0e4053; outline-offset: -2px; }
.recohand-faq__answer p { margin: 0; padding: 0 48px 22px 18px; color: #666; font-size: 12px; font-weight: 300; line-height: 1.75; }

.recohand-partner { position: relative; display: grid; min-height: 540px; padding: 80px 32px; overflow: hidden; place-items: center; color: #fff; background-image: linear-gradient(180deg, rgba(3,3,3,.6) 0%, rgba(3,3,3,.6) 55%, rgba(3,3,3,1) 95%), url("under-files/img/recohand/recohand-partner-bg.webp"); background-position: center; background-size: cover; font-family: "Inter", sans-serif; text-align: center; }
.recohand-partner__inner { position: relative; z-index: 1; width: min(100%, 800px); }
.recohand-partner__section-title { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 55px; font-size: 15px; font-weight: 300; }
.recohand-partner__dot { width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 70% 25%, #ef1111, #662e39 64%, #0e4053); }
.recohand-partner h2 { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 28px; font-size: 22px; font-weight: 100; }
.recohand-partner h2 img { display: block; width: 130px; max-width: 38vw; height: auto; }
.recohand-partner__lead { margin: 0; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 300; }
.recohand-partner__button { display: inline-flex; width: 164px; min-height: 38px; align-items: center; justify-content: center; gap: 5px; margin-top: 58px; padding: 10px 20px; border-radius: 999px; color: #fff; background: linear-gradient(90deg, #ef2029, #662e70); font-size: 12px; text-decoration: none; }

.recohand-free-trial { padding: 40px 32px 100px; color: #fff; background-color: #030303; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 68px 68px; font-family: "Inter", sans-serif; }
.recohand-free-trial__inner { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); max-width: 1100px; margin-inline: auto; padding: 45px 32px; border: 1px solid rgba(255,255,255,.35); align-items: center; gap: 45px; }
.recohand-free-trial__content h2 { margin: 0 0 35px; background: linear-gradient(90deg, #ef2029, #244fbd); background-clip: text; color: transparent; font-size: 22px; font-weight: 500; }
.recohand-free-trial__content ul { display: grid; gap: 20px; margin: 0; padding: 0; list-style: none; }
.recohand-free-trial__content li { position: relative; min-height: 14px; padding-left: 24px; font-size: 13px; font-weight: 300; }
.recohand-free-trial__content li::before { position: absolute; top: .05em; left: 0; width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 70% 25%, #ef1111, #662e39 64%, #0e4053); content: ""; }
.recohand-free-trial .recohand-hero__actions { display: flex; gap: 40px; margin-top: 55px; }
.recohand-free-trial .recohand-button--primary { color: #fff; background: #ef2029; }
.recohand-free-trial .recohand-button--secondary { color: #ef2029; background: #fff; }
.recohand-free-trial__visual img { display: block; width: 100%; height: auto; }

.recohand-learn-more { padding: 48px 32px 52px; color: #fff; background: linear-gradient(100deg, #ef1111 0%, #8d263c 50%, #25334f 100%); font-family: "Inter", sans-serif; }
.recohand-learn-more__inner { max-width: 1000px; margin-inline: auto; }
.recohand-learn-more__section-title { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 34px; font-size: 15px; font-weight: 300; }
.recohand-learn-more__dot { width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 70% 25%, #ef1111, #662e39 64%, #0e4053); }
.recohand-learn-more__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 280px)); justify-content: center; gap: 80px; }
.recohand-learn-more__actions a { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 10px 24px; border: 1px solid rgba(255,255,255,.9); color: #fff; font-size: 12px; font-weight: 300; text-decoration: none; transition: color .25s ease, background .25s ease; }
.recohand-learn-more__actions a:is(:hover, :focus-visible) { color: #8d263c; background: #fff; outline: none; }
.recohand-page .external-link::after { filter: brightness(0) invert(1) !important; transition: filter .25s ease; }
.recohand-page .external-link:is(:hover, :focus-visible)::after { filter: none !important; }

@media (max-width: 799px) {
  .recohand-technology__features { grid-template-columns: 230px; justify-content: center; }
  .recohand-story__inner { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .recohand-story__visual { justify-content: center; }
  .recohand-mission { display: flex; min-height: 0; flex-direction: column; }
  .recohand-mission::after { display: none; }
  .recohand-mission__inner { display: block; min-height: 0; order: 1; }
  .recohand-mission__map {
    position: relative;
    z-index: auto;
    top: auto;
    left: auto;
    right: auto;
    width: min(100%, 540px);
    margin: 54px auto 0;
    order: 2;
    transform: none;
  }
  .recohand-mission__map-dots { width: 100%; max-width: 100%; }
  .recohand-mission__map-waves { left: 10%; width: 60%; }
  .recohand-mission__content { width: 100%; margin-left: 0; }
  .recohand-series__layout { grid-template-columns: 1fr; gap: 90px; }
  .recohand-series__mobile-reader { width: min(100%, 280px); margin-inline: auto; }
  .recohand-series__matrix { width: calc(100% - 34px); margin-left: 34px; }
  .recohand-experiment__track { width: 166.6667%; }
  .recohand-experiment__swipe-hint {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    margin: 0 0 10px;
    color: rgba(255,255,255,.62);
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .12em;
  }
  .recohand-experiment__swipe-hint span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    animation: recohand-swipe-hint 1.5s ease-in-out infinite;
  }
  .recohand-experiment__board { padding: 28px 24px 32px; }
  .recohand-experiment__headings { margin-bottom: 20px; padding-inline: 0; }
  .recohand-glove-detail { display: flex; min-height: 0; padding: 64px 0 0; flex-direction: column; }
  .recohand-glove-detail__inner { width: 100%; padding-inline: 24px; order: 1; }
  .recohand-glove-detail__section-title { margin-bottom: 72px; }
  .recohand-glove-detail__content { width: 100%; padding-right: 0; }
  .recohand-glove-detail__visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    aspect-ratio: 1762 / 1133;
    margin-top: 54px;
    background-size: contain;
    order: 2;
  }
  .recohand-product-detail { padding: 72px 24px; }
  .recohand-product-detail__inner,
  .recohand-product-detail--image-left .recohand-product-detail__inner { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .recohand-product-detail__content,
  .recohand-product-detail--image-left .recohand-product-detail__content { order: 1; }
  .recohand-product-detail__visual,
  .recohand-product-detail--image-left .recohand-product-detail__visual { order: 2; }
  .recohand-case-study__body { grid-template-columns: minmax(0, 1fr); gap: 25px; }
  .recohand-case-study__savings { padding-top: 0; }
  .recohand-use-cases__list { gap: 95px; }
  .recohand-use-case { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .recohand-use-case__content,
  .recohand-use-case--image-left .recohand-use-case__content { order: 1; }
  .recohand-use-case__image,
  .recohand-use-case--image-left .recohand-use-case__image { order: 2; }
  .recohand-applications__list { gap: 100px; }
  .recohand-application { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .recohand-application__content { order: 1; }
  .recohand-application__visual { order: 2; }
  .recohand-process__layout { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .recohand-process__nav { grid-template-columns: repeat(6, minmax(40px, 1fr)); gap: 0; overflow-x: auto; padding-bottom: 10px; }
  .recohand-process__line,
  .recohand-process__line-progress { top: 20px; right: auto; bottom: auto; left: var(--process-line-start, 55px); width: var(--process-line-width, 550px); height: 1px; }
  .recohand-process__line { background: linear-gradient(to right, #333 0 var(--process-progress-mobile, 0px), transparent var(--process-progress-mobile, 0px) 100%); }
  .recohand-process__line-progress { display: none; }
  .recohand-process__step { grid-template-columns: 1fr; justify-items: center; gap: 9px; min-width: 40px; text-align: center; }
  .recohand-process__step strong { display: none; }
  .recohand-software__flow-scroll { padding-bottom: 12px; }

  .recohand-software__flow-scroll { max-width: 100%;}
  .recohand-software__flow { grid-template-columns: 61px minmax(55px, 1fr) 20px minmax(55px, 1fr) 41px minmax(55px, 1fr) 41px; width: 100%; min-width: 100%;}
  .recohand-faq__layout { grid-template-columns: minmax(0, 1fr); gap: 45px; }
  .recohand-faq__nav { z-index: 5; top: 0; grid-template-columns: repeat(4, max-content); overflow-x: auto; padding: 8px 0; border-left: 0; border-bottom: 1px solid #bbb; background: rgba(247,247,247,.96); }
  .recohand-faq__nav a { padding: 10px 18px 10px 0; white-space: nowrap; }
  .recohand-faq__category { padding-top: 140px; margin-top: -140px; scroll-margin-top: 0; }
  .recohand-faq__category + .recohand-faq__category { margin-top: -35px; }
  .recohand-free-trial__inner { grid-template-columns: minmax(0, 1fr); }
  .recohand-free-trial__content { order: 1; }
  .recohand-free-trial__visual { order: 2; }

}

@media (max-width: 600px) {
  .recohand-hero { min-height: 600px; padding-inline: 20px; }
  .recohand-hero__content { transform: translateY(-48%); }
  .recohand-hero__series-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .recohand-hero__series { font-size: 14px; }
  .recohand-hero__title { font-size: clamp(38px, 12vw, 52px); }
  .recohand-hero__actions { width: 100%; gap: 14px; margin-top: 42px; }
  .recohand-button { width: auto; min-width: 0; flex: 1 1 0; padding-inline: 10px; }
  .recohand-technology { padding: 58px 20px 80px; }
  .recohand-technology__title { font-size: 13px; }
  .recohand-story { padding: 72px 20px 90px; }
  .recohand-story__lead br { display: none; }
  .recohand-mission { padding: 72px 20px 100px; }
  .recohand-mission__statement br { display: none; }
  .recohand-series { padding: 64px 20px 90px; }
  .recohand-series__title { margin-bottom: 70px; }
  .recohand-series__panel { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; }
  .recohand-series__scan-group { padding: 24px 10px 20px; }
  .recohand-series__scan-group--two-items { grid-template-columns: 1fr; gap: 20px; }
  .recohand-series__tab { font-size: 10px; }
  .recohand-series__product { justify-content: flex-start; }
  .recohand-series__panel--wearable .recohand-series__product > span { order: -1; }
  .recohand-series__panel::before { top: 6px; }
  .recohand-experiment { padding: 72px 20px 90px; }
  .recohand-experiment__intro { font-size: 13px; }
  .recohand-experiment__case-title { width: min(88%, 240px); padding: 8px 10px; font-size: 10px; }
  .recohand-glove-detail__inner { padding-inline: 20px; }
  .recohand-glove-detail__section-title { margin-bottom: 58px; font-size: 13px; }
  .recohand-glove-detail__content p { font-size: 13px; }
  .recohand-product-detail { padding: 64px 20px; }
  .recohand-product-detail__heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .recohand-product-detail__content p { font-size: 13px; }
  .recohand-products-detail__actions { gap: 14px; padding: 20px 20px 80px; }
  .recohand-products-detail__button { width: min(44vw, 164px); }
  .recohand-case-study { padding: 68px 20px 85px; }
  .recohand-case-study__section-title { margin-bottom: 58px; }
  .recohand-case-study__voice h4 { font-size: 18px; }
  .recohand-case-study__gallery { grid-template-columns: 1fr; gap: 2px; }
  .recohand-use-cases { padding: 68px 20px 90px; }
  .recohand-use-cases__section-title { margin-bottom: 70px; }
  .recohand-use-case__content h4 { font-size: 18px; }
  .recohand-applications { padding: 70px 20px 95px; background-size: auto 100%; }
  .recohand-applications__section-title { margin-bottom: 72px; }
  .recohand-application__content p { font-size: 12px; }
  .recohand-application__tab { min-width: 175px; font-size: 16px; }
  .recohand-process { padding: 70px 20px 85px; }
  .recohand-process__section-title { margin-bottom: 60px; }
  .recohand-process__content,
  .recohand-process__panel { height: 240px; min-height: 240px; }
  .recohand-process__panel p { font-size: 13px; }
  .recohand-software { padding: 70px 20px 95px; background-size: 48px 48px; }
  .recohand-software__section-title { margin-bottom: 60px; }
  .recohand-software__intro br { display: none; }
  .recohand-software__evaluation { margin-top: 65px; padding: 38px 20px 24px; }
  .recohand-software__stores { grid-template-columns: 1fr; gap: 25px; }
  .recohand-software__store { grid-template-columns: minmax(0, 1fr) 64px; max-width: 300px; margin-inline: auto; }
  .recohand-faq { padding: 68px 20px 90px; }
  .recohand-faq__section-title { margin-bottom: 55px; }
  .recohand-faq__category + .recohand-faq__category { margin-top: -65px; }
  .recohand-faq__item summary { padding-left: 0; }
  .recohand-faq__answer p { padding-right: 24px; padding-left: 0; }
  .recohand-partner { min-height: 460px; padding: 65px 20px; }
  .recohand-partner__section-title { margin-bottom: 45px; }
  .recohand-partner__lead { line-height: 1.7; }
  .recohand-partner__button { margin-top: 42px; }
  .recohand-free-trial { padding: 30px 20px 80px; background-size: 48px 48px; }
  .recohand-free-trial__inner { padding: 38px 20px; gap: 38px; }
  .recohand-free-trial__content h2 { font-size: 19px; }
  .recohand-free-trial .recohand-hero__actions { gap: 14px; margin-top: 42px; }
  .recohand-learn-more { padding: 42px 20px 48px; }
  .recohand-learn-more__actions { grid-template-columns: 1fr; gap: 14px; }
  .recohand-learn-more__actions a { width: min(100%, 320px); margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .recohand-mission__map-waves { opacity: .5; animation: none; }
  .recohand-series__reader-visual::before,
  .recohand-series__reader-visual::after { opacity: .6; animation: none; }
  .recohand-experiment__swipe-hint span { animation: none; }
  .recohand-button,
  .recohand-products-detail__button,
  .recohand-partner__button { transition: none; }
  .recohand-documents-button { transition: none; }
}

@keyframes recohand-swipe-hint {
  0%, 100% { transform: translateX(-3px); }
  50% { transform: translateX(4px); }
}
