@charset "UTF-8";

/* Homepage layout rebuilt from the supplied visual reference.
   Header, hero/banner and hero controls are intentionally untouched. */
.home-page {
  --home-line: #e7e7e7;
  --home-muted: #777;
  --home-soft: #f4f4f4;
}

.home-page .about,
.home-page .about-process,
.home-page .product-features,
.home-page .product-categories,
.home-page .case-showcase,
.home-page .purchase-channels,
.home-page .contact-footer {
  background: #fff;
}

/* Shared section headings */
.home-page .section-heading-line,
.home-page .section-heading-line--centered {
  min-height: 150px;
  padding: 0 0 38px;
  border-top: 1px solid var(--home-line);
  align-items: flex-end;
  justify-content: center;
}

.home-page .section-heading-line h2,
.home-page .about-heading h2 {
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .02em;
}

/* About: compact editorial three-column block */
.home-page .about {
  padding: 0 0 160px;
}

.home-page .about-heading {
  min-height: 210px;
  margin: 0 0 55px;
  padding: 58px 0 36px;
  border-top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  gap: 38px;
}

.home-page .about-heading__eyebrow {
  align-self: center;
  font-size: 9px;
  letter-spacing: .2em;
}

.home-page .about-heading__intro {
  max-width: 390px;
  align-self: center;
  font-size: 12px;
  line-height: 1.75;
}

.home-page .about-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.home-page .about-card__image {
  aspect-ratio: 1.78 / 1;
  border-radius: 0 !important;
  background: #f1f1f1;
}

.home-page .about-card__body {
  padding-top: 14px;
}

.home-page .about-card__body h3 {
  font-size: 17px;
  line-height: 1.45;
}

.home-page .about-card__en {
  margin: 3px 0 10px;
  font-size: 9px;
  letter-spacing: .12em;
}

.home-page .about-card__body > p:last-child {
  color: #666;
  font-size: 11px;
  line-height: 1.85;
  text-align: left;
}

/* Process graphic: the supplied artwork already contains its own title,
   divider and vertical spacing, so it is displayed as one full-width section. */
.home-page .about-process {
  padding: 0;
}

.home-page .about-process__frame {
  width: 100%;
  max-width: none;
  padding: 0;
  border: 0;
}

.home-page .about-process__artboard {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0 !important;
  background: #fafafa;
}

.home-page .about-process__image {
  width: 100%;
  height: auto;
  border-radius: 0 !important;
}

/* Product features: airy 3 x 2 image grid */
.home-page .product-features {
  padding: 0 0 186px;
}

.home-page .product-features .section-heading-line {
  min-height: 200px;
  padding-bottom: 48px;
}

.home-page .feature-grid {
  padding-top: 90px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 90px 24px;
}

.home-page .feature-card__media {
  aspect-ratio: 1.78 / 1;
  border-radius: 0 !important;
  background: #f4f4f4;
}

.home-page .feature-card h3 {
  max-width: none;
  margin: 12px 0 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.home-page .feature-card__text {
  max-width: 34rem;
  margin: .75rem 0 0;
  color: #6f6f6b;
  font-size: .875rem;
  line-height: 1.8;
}

.home-page .about-card__link {
  display: inline-flex;
  margin-top: 1rem;
  color: inherit;
  font-size: .875rem;
  text-decoration: none;
}

.home-page .feature-card h3::before {
  margin: 0 0 4px;
  font-size: 8px;
  letter-spacing: .18em;
}

/* Product categories: pale cards, 3 x 2 */
.home-page .product-categories {
  padding: 0 0 44px;
  background: #fff;
}

.home-page .product-categories .section-heading-line {
  min-height: 150px;
  padding-bottom: 38px;
}

.home-page .category-grid {
  padding: 40px 16px 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 24px;
  background: #fafafa;
}

.home-page .category-card {
  padding: 0 0 16px;
  border: 0;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: none;
}

.home-page .category-card__media {
  aspect-ratio: 1.39 / 1;
  border-radius: 0 !important;
  background: #f2f1ef !important;
}

.home-page .category-card h3 {
  margin: 12px 14px 0;
  font-size: 13px;
  line-height: 1.5;
}

.home-page .category-card__hint {
  margin: 4px 14px 0;
  color: #999;
  font-size: 9px;
  letter-spacing: .08em;
}

.home-page .category-card__arrow {
  display: none;
}

.home-page .category-card:hover,
.home-page .category-card:focus-visible {
  transform: none;
  box-shadow: none;
}

/* Cases: heading, slogan and introduction share one row */
.home-page .case-showcase {
  padding: 0 0 196px;
}

.home-page .case-showcase__frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  column-gap: 42px;
  border-top: 1px solid var(--home-line);
}

.home-page .case-showcase__frame > .section-heading-line {
  grid-column: 2;
  grid-row: 1;
  min-height: 320px;
  padding-bottom: 46px;
  border: 0;
}

.home-page .case-showcase__intro {
  display: contents;
}

.home-page .case-showcase__intro-heading {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  padding-bottom: 34px;
}

.home-page .case-showcase__eyebrow {
  margin-bottom: 9px;
  font-size: 8px;
}

.home-page .case-showcase__intro-heading h3 {
  max-width: 430px;
  font-size: 22px;
  line-height: 1.5;
}

.home-page .case-showcase__intro-copy {
  grid-column: 3;
  grid-row: 1;
  align-self: end;
  justify-self: end;
  max-width: 390px;
  padding-bottom: 34px;
  font-size: 11px;
  line-height: 1.8;
}

.home-page .case-showcase__carousel {
  grid-column: 1 / -1;
  grid-row: 2;
}

.home-page .case-showcase__toolbar,
.home-page .case-showcase__footer {
  display: none;
}

.home-page .case-showcase__viewport {
  overflow: visible;
  cursor: default;
}

.home-page .case-showcase__track {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-page .case-card__media {
  aspect-ratio: 1.75 / 1;
  border-radius: 0 !important;
}

.home-page .case-card__body {
  min-height: 0;
  padding: 12px 0 0;
}

.home-page .case-card__meta {
  margin-bottom: 4px;
  font-size: 8px;
}

.home-page .case-card h3 {
  font-size: 13px;
  line-height: 1.55;
}

.home-page .case-card__arrow {
  display: none;
}

/* Offline stores: grey band with six compact horizontal cards */
.home-page .purchase-channels {
  padding: 0 0 133px;
  background: linear-gradient(to bottom, #fff 0, #fff 170px, #f3f3f3 170px, #f3f3f3 100%);
}

.home-page .purchase-channels__frame {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  column-gap: 42px;
  border-top: 1px solid var(--home-line);
}

.home-page .purchase-channels__frame > .section-heading-line {
  grid-column: 2;
  grid-row: 1;
  min-height: 170px;
  padding-bottom: 38px;
  border: 0;
}

.home-page .purchase-channels__layout {
  grid-column: 1 / -1;
  grid-row: 1 / 3;
  display: contents;
  padding: 0;
}

.home-page .offline-stores {
  display: contents;
}

.home-page .offline-stores__header {
  display: contents;
}

.home-page .offline-stores__header > div {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  padding-bottom: 34px;
}

.home-page .offline-stores__header > p {
  grid-column: 3;
  grid-row: 1;
  align-self: end;
  justify-self: end;
  max-width: 390px;
  padding-bottom: 34px;
  font-size: 11px;
  line-height: 1.8;
}

.home-page .offline-stores__eyebrow {
  margin-bottom: 8px;
  font-size: 8px;
}

.home-page .offline-stores__header h3 {
  font-size: 22px;
  line-height: 1.5;
}

.home-page .offline-stores__grid {
  grid-column: 1 / -1;
  grid-row: 2;
  padding: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-page .store-card {
  min-height: 156px;
  grid-template-columns: 112px minmax(0, 1fr);
  border: 0;
  border-radius: 0 !important;
  background: #fff;
}

.home-page .store-card__image {
  min-height: 156px;
  border-radius: 0 !important;
}

.home-page .store-card__body {
  padding: 18px 16px 14px;
}

.home-page .store-card__city {
  margin-bottom: 5px;
  font-size: 8px;
}

.home-page .store-card h4 {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1.5;
}

.home-page .store-card__branch,
.home-page .store-card__detail {
  font-size: 9px;
  line-height: 1.65;
}

.home-page .store-card__detail {
  padding-left: 14px;
}

/* Contact: clean two-column footer with compact form */
.home-page .contact-footer {
  padding: 0;
}

.home-page .contact-footer__heading {
  min-height: 150px;
  padding-bottom: 38px;
}

.home-page .contact-footer__layout {
  grid-template-columns: minmax(300px, .85fr) minmax(0, 1.55fr);
  gap: 72px;
  padding: 34px 0 64px;
}

.home-page .company-contact + .company-contact {
  margin-top: 28px;
  padding-top: 24px;
}

.home-page .company-contact__eyebrow {
  font-size: 8px;
}

.home-page .company-contact h3 {
  margin-top: 5px;
  font-size: 15px;
}

.home-page .company-contact__name,
.home-page .company-contact address,
.home-page .company-contact address p {
  font-size: 10px;
  line-height: 1.8;
}

.home-page .contact-footer__qrs {
  gap: 24px;
  margin-top: 32px;
}

.home-page .footer-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.home-page .footer-qr__image {
  width: 74px;
  height: 74px;
  margin: 0 auto;
  flex: 0 0 auto;
  border-radius: 0 !important;
}

.home-page .footer-qr__label {
  width: 100%;
  font-size: 9px;
  text-align: center;
}

.home-page .contact-form {
  padding: 0;
  border: 0;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none;
}

.home-page .contact-form__header {
  padding: 0 0 24px;
  border-bottom: 0;
}

.home-page .contact-form__header p {
  font-size: 8px;
}

.home-page .contact-form__header h3 {
  font-size: 17px;
}

.home-page .contact-form__grid {
  gap: 0 28px;
}

.home-page .contact-field {
  padding: 14px 0 8px;
  border-bottom: 1px solid var(--home-line);
}

.home-page .contact-field > span {
  font-size: 10px;
}

.home-page .contact-field input,
.home-page .contact-field select,
.home-page .contact-field textarea {
  min-height: 32px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  font-size: 11px;
}

.home-page .contact-field textarea {
  min-height: 72px;
}

.home-page .contact-form__submit {
  width: min(100%, 320px);
  min-height: 48px;
  margin-top: 26px;
  border-radius: 0;
  font-size: 11px;
}

.home-page .contact-footer__bottom {
  min-height: 58px;
  padding-top: 18px;
  font-size: 9px;
}

@media (max-width: 1023px) {
  .home-page .about-heading,
  .home-page .case-showcase__frame,
  .home-page .purchase-channels__frame {
    grid-template-columns: 1fr;
  }

  .home-page .about-heading__eyebrow,
  .home-page .about-heading__intro {
    justify-self: center;
    text-align: center;
  }

  .home-page .about-grid,
  .home-page .feature-grid,
  .home-page .category-grid,
  .home-page .case-showcase__track,
  .home-page .offline-stores__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .case-showcase__frame > .section-heading-line,
  .home-page .case-showcase__intro-heading,
  .home-page .case-showcase__intro-copy,
  .home-page .case-showcase__carousel,
  .home-page .purchase-channels__frame > .section-heading-line,
  .home-page .offline-stores__header > div,
  .home-page .offline-stores__header > p,
  .home-page .offline-stores__grid {
    grid-column: 1;
    grid-row: auto;
  }

  .home-page .case-showcase__intro { display: grid; }
  .home-page .purchase-channels__layout,
  .home-page .offline-stores,
  .home-page .offline-stores__header { display: block; }

  .home-page .case-showcase__intro-heading,
  .home-page .case-showcase__intro-copy,
  .home-page .offline-stores__header > div,
  .home-page .offline-stores__header > p {
    padding-bottom: 18px;
    justify-self: start;
  }

  .home-page .contact-footer__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .home-page .about { padding-bottom: 96px; }
  .home-page .about-heading { min-height: 170px; margin-bottom: 42px; padding: 46px 0 30px; }
  .home-page .about-process { padding-bottom: 0; }
  .home-page .product-features { padding-bottom: 110px; }
  .home-page .product-features .section-heading-line { min-height: 160px; padding-bottom: 38px; }
  .home-page .feature-grid { padding-top: 58px; gap: 68px 24px; }
  .home-page .product-categories { padding-bottom: 64px; }
  .home-page .case-showcase { padding-bottom: 112px; }
  .home-page .case-showcase__frame > .section-heading-line { min-height: 180px; padding-bottom: 36px; }
  .home-page .purchase-channels { padding-bottom: 96px; background: linear-gradient(to bottom, #fff 0, #fff 150px, #f3f3f3 150px, #f3f3f3 100%); }
  .home-page .purchase-channels__frame > .section-heading-line { min-height: 150px; padding-bottom: 34px; }
  .home-page .contact-footer__heading { min-height: 132px; padding-bottom: 32px; }
}

@media (max-width: 767px) {
  .home-page .section-heading-line,
  .home-page .section-heading-line--centered {
    min-height: 86px;
    padding-bottom: 22px;
  }

  .home-page .about-heading {
    min-height: 0;
    padding: 42px 0 24px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-page .about-grid,
  .home-page .feature-grid,
  .home-page .category-grid,
  .home-page .case-showcase__track,
  .home-page .offline-stores__grid {
    grid-template-columns: 1fr;
  }

  .home-page .about-card {
    display: block;
  }

  .home-page .about-process__artboard {
    width: 100%;
  }

  .home-page .category-grid {
    padding-inline: 12px;
  }

  .home-page .store-card {
    grid-template-columns: 102px minmax(0, 1fr);
  }

  .home-page .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .home-page .about { padding-bottom: 64px; }
  .home-page .about-heading { min-height: 0; margin-bottom: 28px; padding: 48px 0 26px; }
  .home-page .about-process { padding-bottom: 0; }
  .home-page .product-features { padding-bottom: 72px; }
  .home-page .product-features .section-heading-line { min-height: 100px; padding-bottom: 24px; }
  .home-page .feature-grid { padding-top: 34px; gap: 48px; }
  .home-page .product-categories { padding-bottom: 58px; }
  .home-page .product-categories .section-heading-line { min-height: 100px; padding-bottom: 24px; }
  .home-page .case-showcase { padding-bottom: 76px; }
  .home-page .case-showcase__frame > .section-heading-line { min-height: 112px; padding-bottom: 26px; }
  .home-page .purchase-channels { padding-bottom: 72px; background: linear-gradient(to bottom, #fff 0, #fff 112px, #f3f3f3 112px, #f3f3f3 100%); }
  .home-page .purchase-channels__frame > .section-heading-line { min-height: 112px; padding-bottom: 26px; }
  .home-page .contact-footer__heading { min-height: 104px; padding-bottom: 26px; }
}

/* Shared Japanese-minimal "More" action */
.home-page .section-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.home-page .section-more__link {
  position: relative;
  width: 126px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 7px 1px 7px 1px;
  color: #66625e;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .09em;
  text-decoration: none;
  transition: color .28s ease;
  overflow: hidden;
}

.home-page .section-more__link::before,
.home-page .section-more__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
}

.home-page .section-more__link::before {
  width: 100%;
  background: #c9c4be;
}

.home-page .section-more__link::after {
  width: 100%;
  background: #86adb3;
  transform: translateX(-102%);
  transition: transform .42s cubic-bezier(.22,.61,.36,1);
}

.home-page .section-more__link > span:first-child {
  transition: transform .32s cubic-bezier(.22,.61,.36,1), color .28s ease;
}

.home-page .section-more__arrow {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #aaa39c;
  font-size: 17px;
  line-height: 1;
  transition: transform .34s cubic-bezier(.22,.61,.36,1), color .28s ease;
}

.home-page .section-more__link:hover,
.home-page .section-more__link:focus-visible {
  color: #326f79;
}

.home-page .section-more__link:hover::after,
.home-page .section-more__link:focus-visible::after {
  transform: translateX(0);
}

.home-page .section-more__link:hover > span:first-child,
.home-page .section-more__link:focus-visible > span:first-child {
  transform: translateX(3px);
}

.home-page .section-more__link:hover .section-more__arrow,
.home-page .section-more__link:focus-visible .section-more__arrow {
  transform: translateX(5px);
  color: #6e9ba2;
}

.home-page .section-more--about { margin-top: 36px; }
.home-page .section-more--categories { padding: 0 16px; margin-top: 24px; }
.home-page .section-more--cases { grid-column: 1 / -1; grid-row: 3; margin-top: 30px; }

@media (max-width: 767px) {
  .home-page .section-more,
  .home-page .section-more--about,
  .home-page .section-more--categories,
  .home-page .section-more--cases {
    margin-top: 22px;
  }

  .home-page .section-more--categories { padding: 0 12px; }

  .home-page .section-more__link {
    width: 100%;
    min-height: 48px;
    padding: 8px 1px;
    border-top: 1px solid #ece9e5;
  }

  .home-page .section-more__link::before { background: #d9d5d0; }
  .home-page .section-more__arrow { font-size: 16px; }

  .home-page .section-more__link:active > span:first-child { transform: translateX(2px); }
  .home-page .section-more__link:active .section-more__arrow { transform: translateX(4px); color: #6e9ba2; }
  .home-page .section-more__link:active::after { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .section-more__link,
  .home-page .section-more__link::after,
  .home-page .section-more__link > span:first-child,
  .home-page .section-more__arrow { transition: none; }
}


/* Keep the Product Categories “More” action inside the same pale canvas */
.home-page .section-more--categories {
  margin-top: 0;
  padding: 8px 16px 28px;
  background: #fafafa;
}

@media (max-width: 767px) {
  .home-page .section-more--categories {
    margin-top: 0;
    padding: 6px 12px 20px;
    background: #fafafa;
  }
}


/* ===== Mobile consistency fix: More actions + Cases carousel ===== */
@media (max-width: 767px) {
  /* Keep the mobile More action visually identical to desktop. */
  .home-page .section-more,
  .home-page .section-more--about,
  .home-page .section-more--categories,
  .home-page .section-more--cases {
    justify-content: flex-end;
    margin-top: 24px;
  }

  .home-page .section-more__link {
    width: 126px;
    min-height: 40px;
    padding: 7px 1px;
    border-top: 0;
  }

  .home-page .section-more__link::before {
    background: #c9c4be;
  }

  .home-page .section-more__arrow {
    font-size: 17px;
  }

  /* Cases: heading -> slider -> More, in the correct DOM order. */
  .home-page .case-showcase__frame {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .case-showcase__frame > .section-heading-line,
  .home-page .case-showcase__carousel,
  .home-page .section-more--cases {
    grid-column: 1;
    grid-row: auto;
  }

  .home-page .case-showcase__frame > .section-heading-line {
    min-height: 86px !important;
    margin-bottom: 26px !important;
    padding-bottom: 18px !important;
  }

  .home-page .case-showcase__carousel {
    min-width: 0;
  }

  .home-page .case-showcase__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 0 14px;
  }

  .home-page .case-showcase__hint {
    font-size: 9px;
    letter-spacing: .1em;
  }

  .home-page .case-showcase__nav {
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 8px;
  }

  .home-page .case-showcase__counter {
    min-width: 52px;
    order: 0;
    justify-content: center;
    font-size: 10px;
  }

  .home-page .case-showcase__nav-button .pill-arrow {
    width: 40px;
    height: 24px;
    font-size: 18px;
  }

  .home-page .case-showcase__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
  }

  .home-page .case-showcase__track {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 86%;
    gap: 14px;
  }

  .home-page .case-card {
    min-width: 0;
    scroll-snap-align: start;
  }

  .home-page .case-card__media {
    aspect-ratio: 1.58 / 1;
  }

  .home-page .case-card__body {
    min-height: 72px;
    padding: 12px 0 8px;
  }

  .home-page .case-card__meta {
    font-size: 8px;
  }

  .home-page .case-card h3 {
    font-size: 15px;
  }

  .home-page .case-showcase__footer {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 14px;
    padding-top: 14px;
  }

  .home-page .case-showcase__progress {
    max-width: none;
  }

  .home-page .case-showcase__drag {
    flex: 0 0 auto;
    font-size: 8px;
  }

  .home-page .section-more--cases {
    margin-top: 20px;
  }
}
