:root {
  --ink: #111111;
  --text: #555555;
  --muted: #8a8a8a;
  --line: #d9d9d9;
  --soft-line: #eeeeee;
  --bg: #ffffff;
  --panel: #77746c;
  --accent: #d8ae4a;
  --footer: #d8d8d8;
  --max: 1180px;
  --narrow: 1080px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: #ffffff;
  background: #000000;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(130px, 1fr) auto;
  width: 100%;
  min-height: 70px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
}

.brand,
.footer-brand {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 172px;
  min-height: 70px;
  padding-left: 42px;
  color: var(--ink);
  font-weight: 700;
  line-height: 1;
}

.brand span,
.footer-brand span {
  font-size: 21px;
}

.brand small,
.footer-brand small {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.global-nav {
  display: flex;
  justify-content: flex-end;
}

.global-nav a {
  display: grid;
  place-items: center;
  min-width: 94px;
  min-height: 70px;
  padding: 0 16px;
  color: #333333;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  transition: background 180ms ease, color 180ms ease;
}

.global-nav a:hover,
.global-nav a:focus-visible {
  color: #ffffff;
  background: #000000;
}

.global-nav span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}

.global-nav small {
  margin-top: 6px;
  font-size: 9px;
  line-height: 1;
}

.hero {
  position: relative;
  overflow: hidden;
  height: min(670px, calc(100vh - 70px));
  min-height: 670px;
  margin-top: 70px;
  background: #f6f3ee;
}

.hero-slides {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-position: center 42%;
  transition: opacity 900ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.vertical-mark {
  position: absolute;
  right: 32px;
  top: 46%;
  margin: 0;
  color: #111111;
  font-size: 12px;
  font-weight: 700;
  writing-mode: vertical-rl;
}

.scroll-down {
  position: absolute;
  right: 66px;
  bottom: 38px;
  z-index: 2;
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  color: #111111;
  font-size: 11px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  transition: background 180ms ease, transform 180ms ease;
}

.scroll-down svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

.scroll-down:hover,
.scroll-down:focus-visible {
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(2px);
}

.section-narrow,
.section-block {
  width: min(var(--narrow), calc(100% - 44px));
  margin-inline: auto;
}

.feature-banner {
  display: grid;
  grid-template-columns: 1.28fr 1fr;
  min-height: 312px;
  margin-top: 26px;
  background: var(--panel);
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 312px;
  padding: 28px 68px;
  color: #ffffff;
  text-align: center;
}

.feature-copy .line {
  display: block;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, var(--accent) 0 14%, #e5dec8 14% 100%);
}

.feature-copy strong {
  display: block;
  margin: 18px 0 12px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 47px);
  font-weight: 700;
  line-height: 1.34;
}

.feature-copy em {
  display: block;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 38px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.feature-copy strong span {
  color: var(--accent);
}

.campaign-card small {
  margin-top: 22px;
  color: #f0d487;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.campaign-card b {
  width: fit-content;
  margin: 0 auto 14px;
  padding: 7px 13px;
  color: #111111;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.campaign-cta {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 22px;
  padding: 0 18px;
  color: #ffffff;
  background: #000000;
  font-size: 11px;
  font-weight: 700;
  transition: background 180ms ease;
}

.campaign-card:hover .campaign-cta,
.campaign-card:focus-visible .campaign-cta {
  background: var(--accent);
  color: #111111;
}

.feature-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.feature-images img {
  width: 100%;
  height: 156px;
}

.slider-dot {
  width: 6px;
  height: 6px;
  margin: 16px auto 0;
  background: #555555;
  border-radius: 999px;
}

.section-block {
  padding-top: 88px;
}

.section-heading {
  text-align: center;
}

.section-heading p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0;
  color: #5c5c5c;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

.section-heading h1,
.section-heading h2 {
  margin: 10px 0 0;
  color: #1f1f1f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.icon-title svg {
  color: #555555;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: min(920px, 100%);
  margin: 54px auto 0;
}

.catalog-card {
  position: relative;
  overflow: hidden;
  min-height: 252px;
  background: #f2f2f2;
}

.catalog-card img {
  width: 100%;
  height: 252px;
  transition: transform 400ms ease, filter 400ms ease;
}

.catalog-card:hover img {
  filter: brightness(0.9);
  transform: scale(1.03);
}

.catalog-card div {
  position: absolute;
  inset: auto 0 38px;
  display: grid;
  place-items: center;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.catalog-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
}

.catalog-card span {
  margin-top: 7px;
  font-size: 10px;
  font-weight: 700;
}

.thin-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 380px;
  min-height: 44px;
  margin: 38px auto 0;
  padding: 0 24px;
  color: #ffffff;
  background: #000000;
  font-size: 11px;
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease;
}

.thin-button span,
.concept-card i {
  display: block;
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: 0.9;
}

.thin-button span::after,
.concept-card i::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translate(35px, -3px) rotate(45deg);
}

.thin-button:hover,
.thin-button:focus-visible {
  background: #56534d;
  transform: translateY(-2px);
}

.social-section {
  min-height: 520px;
}

.social-window {
  width: min(940px, 100%);
  margin: 46px auto 0;
}

.instagram-window {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  min-height: 280px;
  align-items: end;
}

.insta-card {
  position: relative;
  overflow: hidden;
  min-height: 248px;
  background: #f6f6f6;
}

.insta-card img {
  width: 100%;
  height: 248px;
}

.insta-card span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 14px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.68);
  font-size: 11px;
  font-weight: 700;
}

.video-section {
  padding-top: 84px;
}

.video-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  gap: 6px;
  margin-top: 52px;
}

.video-strip a {
  position: relative;
  overflow: hidden;
  min-height: 92px;
  color: #ffffff;
  background: #111111;
}

.video-strip img {
  width: 100%;
  height: 92px;
  opacity: 0.72;
  transition: opacity 180ms ease, transform 240ms ease;
}

.video-strip a:hover img,
.video-strip a:focus-visible img {
  opacity: 0.92;
  transform: scale(1.04);
}

.video-strip span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 8px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.salon-section {
  padding-top: 112px;
}

.lead {
  margin: 52px 0 0;
  color: #6b6b6b;
  font-size: 16px;
  text-align: center;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  width: min(860px, 100%);
  margin: 34px auto 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.area-grid a {
  display: grid;
  min-height: 44px;
  place-items: center;
  color: #5a5a5a;
  background: #ffffff;
  font-size: 11px;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease;
}

.area-grid a:hover,
.area-grid a:focus-visible,
.area-grid .is-primary {
  color: #ffffff;
  background: #000000;
}

.promo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: min(920px, 100%);
  margin: 62px auto 0;
}

.promo-row article {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  min-height: 128px;
  background: #f5f5f5;
}

.promo-row p {
  display: grid;
  place-items: center;
  margin: 0;
  padding: 14px;
  color: #5f5f5f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.promo-row img {
  width: 100%;
  height: 128px;
}

.recruit-section {
  min-height: 660px;
  padding-top: 118px;
}

.recruit-card {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  width: min(880px, 100%);
  min-height: 280px;
  margin: 170px auto 0;
  color: #ffffff;
  background: #1b1b1b;
}

.recruit-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.recruit-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}

.recruit-card span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
}

.recruit-card h3 {
  margin: 14px 0 0;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.55;
}

.thin-button.is-light {
  width: 210px;
  margin: 28px 0 0;
  color: #111111;
  background: #ffffff;
}

.thin-button.is-light:hover,
.thin-button.is-light:focus-visible {
  background: var(--accent);
}

.news-section {
  padding-top: 104px;
  padding-bottom: 0;
}

.news-list {
  width: min(760px, 100%);
  margin: 58px auto 0;
}

.news-list a {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 24px;
  min-height: 44px;
  align-items: center;
  color: #777777;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  transition: color 180ms ease;
}

.news-list a:hover,
.news-list a:focus-visible {
  color: #111111;
}

.news-list time {
  font-weight: 700;
}

.news-button {
  margin: 24px 0 -22px auto;
}

.concept-band {
  display: grid;
  min-height: 354px;
  place-items: center;
  background: var(--footer);
}

.concept-card {
  display: grid;
  width: min(590px, calc(100% - 44px));
  min-height: 172px;
  place-items: center;
  padding: 28px;
  color: #ffffff;
  background: #000000;
  border: 8px solid #111111;
  box-shadow: inset 0 0 0 1px #7b7b7b;
  text-align: center;
}

.concept-card strong {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
}

.concept-card span {
  margin-top: 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.concept-card i {
  margin-top: 20px;
  color: #ffffff;
}

.site-footer {
  display: grid;
  grid-template-columns: 300px 1fr;
  width: min(var(--max), 100%);
  min-height: 170px;
  margin: 0 auto;
  color: #555555;
  background: #ffffff;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.footer-brand {
  width: auto;
  min-height: 170px;
  border-right: 1px solid #d6d6d6;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 10px 28px;
  align-content: start;
  padding: 34px 48px;
}

.site-footer nav a {
  min-height: 28px;
  color: #555555;
  font-size: 11px;
  line-height: 1.5;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: #111111;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 680ms ease, transform 680ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .site-header {
    position: sticky;
    grid-template-columns: 1fr;
  }

  .brand {
    width: 100%;
    min-height: 58px;
    padding-left: 24px;
  }

  .global-nav {
    overflow-x: auto;
    justify-content: flex-start;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .global-nav a {
    min-width: 92px;
    min-height: 54px;
    padding: 0 12px;
  }

  .hero {
    height: 62vh;
    min-height: 410px;
    margin-top: 0;
  }

  .hero-slide {
    object-position: center center;
  }

  .feature-banner {
    grid-template-columns: 1fr;
  }

  .feature-images {
    grid-template-columns: repeat(4, 1fr);
  }

  .feature-images img {
    height: 118px;
  }

  .video-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .area-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .promo-row,
  .instagram-window {
    grid-template-columns: 1fr;
  }

  .recruit-card {
    grid-template-columns: 1fr;
    margin-top: 90px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid #d6d6d6;
  }
}

@media (max-width: 640px) {
  .section-narrow,
  .section-block {
    width: min(100% - 28px, var(--narrow));
  }

  .brand span,
  .footer-brand span {
    font-size: 18px;
  }

  .hero-slide {
    object-position: 55% center;
  }

  .hero {
    height: 520px;
    min-height: 520px;
  }

  .vertical-mark {
    right: 16px;
    font-size: 10px;
  }

  .scroll-down {
    right: 50%;
    bottom: 22px;
    transform: translateX(50%);
  }

  .scroll-down:hover,
  .scroll-down:focus-visible {
    transform: translateX(50%) translateY(2px);
  }

  .feature-banner {
    margin-top: 18px;
  }

  .feature-copy {
    min-height: 270px;
    padding: 24px;
  }

  .feature-copy strong {
    font-size: 28px;
  }

  .feature-copy em {
    font-size: 22px;
  }

  .section-block {
    padding-top: 74px;
  }

  .section-heading p {
    gap: 12px;
    font-size: 20px;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .thin-button {
    width: min(100%, 330px);
  }

  .social-section {
    min-height: 0;
  }

  .video-strip {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .video-strip a {
    flex: 0 0 164px;
    scroll-snap-align: start;
  }

  .area-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .promo-row article {
    grid-template-columns: 1fr;
  }

  .recruit-section {
    min-height: 0;
  }

  .recruit-card div {
    padding: 28px;
  }

  .recruit-card h3 {
    font-size: 22px;
  }

  .news-list a {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }

  .news-button {
    margin-right: auto;
  }

  .concept-card strong {
    font-size: 22px;
  }

  .site-footer nav {
    grid-template-columns: 1fr 1fr;
    padding: 28px 24px;
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
