.home-page .site-header {
  background: transparent;
  border-bottom-color: transparent;
}

.home-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, .94);
  border-bottom-color: rgba(169, 206, 236, .35);
  box-shadow: 0 8px 30px rgba(61, 85, 102, .08);
  backdrop-filter: blur(12px);
}

.home-page .site-header:not(.is-scrolled) .lp-brand__text,
.home-page .site-header:not(.is-scrolled) .global-nav {
  color: #fff;
  text-shadow: 0 1px 9px rgba(26, 39, 47, .45);
}

.home-page .site-header:not(.is-scrolled) .lp-brand img {
  filter: brightness(0) invert(1) drop-shadow(0 1px 7px rgba(25, 38, 45, .35));
}

.home-page .global-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  gap: clamp(15px, 1.8vw, 29px);
}

.home-page .global-nav a {
  position: relative;
  padding: 8px 0;
  font-family: var(--lp-en);
  font-size: 13px;
  letter-spacing: .08em;
}

.home-page .global-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.home-page .global-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

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

.home-page .home-hero .hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 1.15s ease, transform 5s ease;
}

.home-page .home-hero .hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.home-page .home-hero .lp-hero__badge {
  z-index: 5;
}

.home-page .home-concern {
  background: linear-gradient(180deg, #fff, var(--lp-blue-pale));
}

.home-concern__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr);
  align-items: stretch;
  gap: 42px;
}

.home-concern__list {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--lp-line);
  list-style: none;
}

.home-concern__list li {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 17px 26px;
  background: rgba(255, 255, 255, .58);
  border-bottom: 1px solid var(--lp-line);
  font-family: var(--lp-serif);
  font-size: 16px;
  gap: 24px;
}

.home-concern__list span {
  color: var(--lp-blue-deep);
  font-family: var(--lp-en);
  font-size: 21px;
}

.home-concern__image {
  position: relative;
  margin: 0;
  border-radius: 5px 5px 45px 5px;
  overflow: hidden;
}

.home-concern__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-concern__image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 44px 22px 20px;
  color: #fff;
  background: linear-gradient(transparent, rgba(31, 45, 54, .75));
  font-family: var(--lp-serif);
  font-size: 13px;
}

.home-concern__image figcaption span {
  display: block;
  color: var(--lp-blue);
  font-family: var(--lp-en);
  font-size: 12px;
  letter-spacing: .17em;
}

.home-concern__answer {
  position: relative;
  margin-top: 70px;
  padding: 55px 30px;
  background: #fff;
  border: 1px solid var(--lp-line);
  box-shadow: 0 16px 50px rgba(75, 113, 139, .07);
  text-align: center;
}

.home-concern__answer::before {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 36px;
  height: 36px;
  background: #fff;
  border-top: 1px solid var(--lp-line);
  border-left: 1px solid var(--lp-line);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.home-concern__answer p {
  margin: 0 0 18px;
  color: var(--lp-muted);
  font-size: 13px;
}

.home-concern__answer strong {
  font-family: var(--lp-serif);
  font-size: clamp(19px, 2.5vw, 28px);
  font-weight: 500;
  line-height: 1.8;
}

.home-page .before-after {
  background: var(--lp-blue-pale);
}

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

.home-case-grid .ba-card {
  padding: 0 0 28px;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  box-shadow: none;
  overflow: hidden;
}

.home-case-grid .ba-pair {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.home-case-grid .ba-pair::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #3e6682;
  background: rgba(255, 255, 255, .92);
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(42, 58, 70, .15);
  content: "→";
  transform: translate(-50%, -50%);
}

.home-case-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.home-case-grid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  cursor: zoom-in;
}

.home-case-grid figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 10px;
  color: #fff;
  background: rgba(42, 52, 58, .6);
  font-family: var(--lp-en);
  font-size: 11px;
  letter-spacing: .14em;
}

.home-case-grid h3,
.home-case-grid > .ba-card > p {
  margin-right: 24px;
  margin-left: 24px;
}

.home-case-grid h3 {
  margin-top: 24px;
  margin-bottom: 13px;
  font-family: var(--lp-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.home-case-grid > .ba-card > p {
  color: var(--lp-muted);
  font-size: 11px;
  line-height: 1.9;
}

.home-case-grid .meta {
  padding-top: 12px;
  border-top: 1px solid var(--lp-line);
}

.home-style {
  background: #fff;
}

.home-style-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-style-grid .gallery-item {
  position: relative;
  margin: 0;
  border-radius: 5px 5px 30px 5px;
  overflow: hidden;
}

.home-style-grid img,
.home-style-grid video {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  cursor: zoom-in;
  transition: transform .7s ease;
}

.home-style-grid .gallery-item:hover img,
.home-style-grid .gallery-item:hover video {
  transform: scale(1.025);
}

.home-style-grid .gallery-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 60px 20px 20px;
  color: #fff;
  background: linear-gradient(transparent, rgba(28, 40, 47, .72));
  font-family: var(--lp-serif);
  font-size: 13px;
  line-height: 1.7;
}

.home-more-wrap {
  margin: 45px 0 0;
  text-align: center;
}

.home-more-wrap .lp-button {
  min-width: 300px;
}

.home-stylist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.home-stylist-grid:has(.stylist-card:only-child) {
  grid-template-columns: minmax(0, 900px);
}

.home-stylist-grid .stylist-card {
  display: grid;
  grid-template-columns: minmax(230px, .75fr) minmax(280px, 1.25fr);
  align-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  gap: clamp(35px, 6vw, 75px);
}

.home-stylist-grid .stylist-card > img {
  width: 100%;
  max-width: none;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: 5px 5px 45px 5px;
}

.home-stylist-grid .stylist-card h3 {
  margin: 7px 0 20px;
  font-family: var(--lp-serif);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 500;
}

.home-stylist-grid .role {
  margin: 0;
  color: var(--lp-blue-deep);
  font-family: var(--lp-en);
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.home-stylist-grid .bio {
  color: var(--lp-muted);
  font-size: 13px;
  line-height: 2.15;
}

.home-stylist-grid .stylist-sns {
  margin-top: 25px;
}

.home-stylist-grid .stylist-sns a {
  font-size: 23px;
}

.home-menu {
  background: linear-gradient(180deg, #fff, var(--lp-blue-pale));
}

.home-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-menu-grid .menu-card {
  position: relative;
  min-height: 180px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  box-shadow: none;
}

.home-menu-grid .menu-card h3 {
  margin: 0 0 13px;
  padding-right: 120px;
  font-family: var(--lp-serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.home-menu-grid .menu-card > p:not(.price) {
  margin: 0;
  max-width: 75%;
  color: var(--lp-muted);
  font-size: 11px;
  line-height: 1.9;
}

.home-menu-grid .price {
  position: absolute;
  top: 28px;
  right: 28px;
  margin: 0;
  color: #426b86;
  font-family: var(--lp-en);
  font-size: 25px;
}

.home-blog {
  background: #fff;
}

.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

.home-blog-grid .blog-card {
  padding: 0;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  box-shadow: none;
  overflow: hidden;
}

.home-blog-grid .blog-link {
  display: grid;
  grid-template-columns: 42% 58%;
  height: 100%;
}

.home-blog-grid img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.home-blog-grid .blog-body {
  padding: 29px 26px;
}

.home-blog-grid .blog-date {
  color: var(--lp-blue-deep);
  font-family: var(--lp-en);
  font-size: 12px;
  letter-spacing: .12em;
}

.home-blog-grid h3 {
  margin: 13px 0;
  font-family: var(--lp-serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}

.home-blog-grid .blog-body > p:last-child {
  color: var(--lp-muted);
  font-size: 11px;
  line-height: 1.9;
}

.home-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-voice-grid .voice-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  box-shadow: none;
}

.home-voice-grid .voice-card::before {
  color: var(--lp-blue-deep);
  content: "★★★★★";
  font-size: 11px;
  letter-spacing: .15em;
}

.home-voice-grid h3 {
  margin: 18px 0;
  font-family: var(--lp-serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}

.home-voice-grid .voice-card > p:not(.meta, .submeta) {
  color: var(--lp-muted);
  font-size: 12px;
  line-height: 2;
}

.home-voice-grid .meta {
  margin: auto 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--lp-line);
  font-size: 11px;
  font-weight: 600;
}

.home-voice-grid .submeta {
  margin: 4px 0 0;
  color: #7b898f;
  font-size: 9px;
}

.home-faq-list {
  border-top: 1px solid var(--lp-line);
}

.home-faq-list .faq-item {
  border-bottom: 1px solid var(--lp-line);
}

.home-faq-list summary {
  display: block;
  grid-template-columns: none;
  position: relative;
  padding: 27px 56px 27px 54px;
  cursor: pointer;
  font-family: var(--lp-serif);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  list-style: none;
}

.home-faq-list summary::-webkit-details-marker {
  display: none;
}

.home-faq-list summary::before {
  position: absolute;
  top: 21px;
  left: 10px;
  color: var(--lp-blue-deep);
  content: "Q.";
  font-family: var(--lp-en);
  font-size: 25px;
}

.home-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 13px;
  content: "+";
  color: #5f7e92;
  font-family: var(--lp-en);
  font-size: 24px;
  transform: translateY(-50%);
}

.home-faq-list details[open] summary::after {
  content: "−";
}

.home-faq-list .faq-item > p {
  position: relative;
  margin: 0;
  padding: 0 50px 28px 54px;
  color: var(--lp-muted);
  font-size: 12px;
  line-height: 2;
}

.home-faq-list .faq-item > p::before {
  position: absolute;
  top: -5px;
  left: 10px;
  color: #455f6e;
  content: "A.";
  font-family: var(--lp-en);
  font-size: 25px;
}

.home-map-wrap {
  height: 520px;
  border-radius: 5px 5px 50px 5px;
  box-shadow: var(--lp-shadow);
  overflow: hidden;
}

.home-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.72) contrast(.95);
}

@media (max-width: 1120px) {
  .home-page .global-nav {
    gap: 13px;
  }

  .home-page .global-nav a {
    font-size: 11px;
  }

  .home-page .lp-header__inner {
    gap: 18px;
  }
}

@media (max-width: 880px) {
  .home-page .menu-toggle {
    display: flex;
    position: relative;
    z-index: 105;
    flex-direction: column;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 8px;
    background: transparent;
    border: 0;
    gap: 5px;
  }

  .home-page .menu-toggle span {
    display: block;
    width: 24px;
    height: 1px !important;
    min-height: 1px;
    background: var(--lp-ink);
    transition: transform .25s ease, opacity .25s ease;
  }

  .home-page .site-header:not(.is-scrolled) .menu-toggle span {
    background: #fff;
    box-shadow: 0 1px 5px rgba(25, 38, 45, .4);
  }

  .home-page.nav-open .menu-toggle span {
    background: var(--lp-ink);
  }

  .home-page.nav-open .menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .home-page.nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .home-page.nav-open .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .home-page .global-nav {
    position: fixed;
    top: 10px;
    right: 10px;
    left: 10px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: min(620px, calc(100svh - 20px));
    margin: 0;
    padding: 90px 40px 40px;
    color: var(--lp-ink);
    background: rgba(255, 255, 255, .98);
    border: 1px solid var(--lp-line);
    border-radius: 8px;
    box-shadow: var(--lp-shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }

  .home-page.nav-open .global-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .home-page .site-header:not(.is-scrolled) .global-nav {
    color: var(--lp-ink);
    text-shadow: none;
  }

  .home-page .global-nav a {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid var(--lp-line);
    font-size: 20px;
  }

  .home-page .header-cta {
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .home-page .home-hero .hero-slide {
    object-position: center 40%;
  }

  .home-page .home-hero h1 span {
    display: block;
  }

  .home-page .home-hero h1 span:first-child::after {
    content: none;
  }

  .home-page .home-hero .lp-hero__badge {
    display: none;
  }

  .home-page .lp-header__inner {
    gap: 5px;
  }

  .home-page .header-cta {
    display: none;
  }

  .home-concern__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .home-concern__list li {
    align-items: flex-start;
    min-height: 0;
    padding: 17px 8px;
    font-size: 13px;
    line-height: 1.8;
    gap: 12px;
  }

  .home-concern__image {
    aspect-ratio: 3 / 4;
  }

  .home-concern__answer {
    margin-top: 48px;
    padding: 39px 20px;
  }

  .home-concern__answer p {
    font-size: 11px;
  }

  .home-concern__answer strong {
    font-size: 18px;
  }

  .home-case-grid {
    display: flex;
    width: calc(100% + 19px);
    margin-right: -19px;
    padding: 0 19px 14px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 13px;
  }

  .home-case-grid::-webkit-scrollbar {
    display: none;
  }

  .home-case-grid .ba-card {
    flex: 0 0 88%;
    scroll-snap-align: start;
  }

  .home-style-grid {
    display: flex;
    width: calc(100% + 19px);
    margin-right: -19px;
    padding: 0 19px 14px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 12px;
  }

  .home-style-grid::-webkit-scrollbar {
    display: none;
  }

  .home-style-grid .gallery-item {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

  .home-more-wrap .lp-button {
    width: 100%;
    min-width: 0;
  }

  .home-stylist-grid,
  .home-stylist-grid:has(.stylist-card:only-child) {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .home-stylist-grid .stylist-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .home-stylist-grid .stylist-card > img {
    width: 78%;
  }

  .home-menu-grid,
  .home-blog-grid,
  .home-voice-grid {
    grid-template-columns: 1fr;
  }

  .home-menu-grid .menu-card {
    min-height: 0;
    padding: 24px 21px;
  }

  .home-menu-grid .menu-card h3 {
    padding-right: 0;
    font-size: 15px;
  }

  .home-menu-grid .menu-card > p:not(.price) {
    max-width: none;
    padding-right: 0;
  }

  .home-menu-grid .price {
    position: static;
    margin-top: 14px;
    font-size: 23px;
  }

  .home-blog-grid .blog-link {
    grid-template-columns: 1fr;
  }

  .home-blog-grid img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .home-voice-grid .voice-card {
    min-height: 0;
  }

  .home-faq-list summary {
    display: block;
    grid-template-columns: none;
    padding: 23px 40px 23px 37px;
    font-size: 13px;
  }

  .home-faq-list summary::before,
  .home-faq-list .faq-item > p::before {
    left: 0;
  }

  .home-faq-list summary::after {
    right: 2px;
  }

  .home-faq-list .faq-item > p {
    padding: 0 5px 24px 37px;
    font-size: 11px;
  }

  .home-map-wrap {
    width: 100%;
    height: 390px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-hero .hero-slide {
    transition: none;
  }
}
