@charset "utf-8";

.salon-home {
  --salon-base: #f7f7f4;
  --salon-warm-gray: #e9e7e1;
  --salon-charcoal: #1c1c1c;
  --salon-greige: #a89a7a;
  --salon-accent: var(--salon-greige);
  --salon-text-muted: #67645f;
  --salon-border: rgba(28, 28, 28, 0.18);
  --salon-container: 1200px;
  --salon-reading-width: 760px;
  --salon-gutter: clamp(24px, 4vw, 64px);
  --salon-section-space: clamp(118px, 10vw, 174px);
  background: var(--salon-base);
  color: var(--salon-charcoal);
  overflow-x: hidden;
  overflow: clip;
}

.salon-home *,
.salon-home *::before,
.salon-home *::after {
  box-sizing: border-box;
}

.salon-home :where(h1, h2, p, figure) {
  margin: 0;
}

.salon-home :where(img) {
  display: block;
  max-width: 100%;
}

.salon-container {
  width: min(calc(100% - (var(--salon-gutter) * 2)), var(--salon-container));
  margin-inline: auto;
}

.salon-section {
  padding-block: var(--salon-section-space);
}

.salon-section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(24px, 3vw, 40px);
  color: var(--salon-greige);
  font-family: var(--tcd-font-type1, Georgia, "Times New Roman", serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1.5;
  text-transform: uppercase;
}

.salon-section-label::before {
  width: 42px;
  height: 1px;
  background: currentcolor;
  content: "";
}

.salon-section-title {
  font-family: var(--catch_font_type, var(--tcd-font-type2, Georgia, "Times New Roman", serif));
  font-size: clamp(34px, 4.1vw, 62px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-break: strict;
  line-height: 1.42;
  overflow-wrap: break-word;
  text-wrap: pretty;
  word-break: normal;
}

.salon-rich-text {
  color: var(--salon-text-muted);
  font-size: clamp(14px, 1.1vw, 16px);
  letter-spacing: 0.055em;
  line-height: 2.25;
}

.salon-rich-text > :first-child {
  margin-top: 0;
}

.salon-rich-text > :last-child {
  margin-bottom: 0;
}

.salon-rich-text p + p {
  margin-top: 1.4em;
}

.salon-button {
  display: inline-flex;
  min-width: 210px;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 16px 22px 16px 28px;
  border: 1px solid currentcolor;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.salon-button span {
  font-size: 17px;
  line-height: 1;
}

.salon-button--light {
  border-color: rgba(168, 154, 122, 0.9);
  background: rgba(28, 28, 28, 0.72);
  color: #fff;
  backdrop-filter: blur(6px);
}

.salon-button--light:hover,
.salon-button--light:focus-visible {
  border-color: var(--salon-accent);
  background: var(--salon-accent);
  color: var(--salon-charcoal);
}

.salon-button--dark {
  border-color: var(--salon-charcoal);
  background: var(--salon-charcoal);
  color: #fff;
}

.salon-button--dark:hover,
.salon-button--dark:focus-visible {
  border-color: var(--salon-accent);
  background: var(--salon-accent);
  color: var(--salon-charcoal);
}

.salon-button:focus-visible {
  outline: 2px solid var(--salon-greige);
  outline-offset: 4px;
}

/* Hero */
.salon-hero {
  position: relative;
  display: grid;
  min-height: clamp(640px, 84svh, 900px);
  place-items: stretch;
  background: var(--salon-charcoal);
  color: #fff;
  isolation: isolate;
}

.salon-hero__media,
.salon-hero__media picture,
.salon-hero__image,
.salon-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.salon-hero__media {
  z-index: -2;
}

.salon-hero__image {
  object-fit: cover;
  object-position: center 44%;
}

.salon-hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(16, 16, 15, 0.78) 0%, rgba(16, 16, 15, 0.48) 45%, rgba(16, 16, 15, 0.08) 78%),
    linear-gradient(0deg, rgba(16, 16, 15, 0.18), transparent 45%);
}

.salon-hero:not(.salon-hero--has-image) .salon-hero__overlay {
  background:
    linear-gradient(115deg, rgba(168, 154, 122, 0.24), transparent 44%),
    var(--salon-charcoal);
}

.salon-hero__inner {
  display: flex;
  align-items: center;
  padding-block: clamp(76px, 10vh, 132px);
}

.salon-hero__content {
  width: min(720px, 68%);
}

.salon-hero__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-bottom: clamp(24px, 3.2vh, 38px);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--tcd-font-type1, Georgia, "Times New Roman", serif);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1.5;
  text-transform: uppercase;
}

.salon-hero__eyebrow span + span::before {
  margin-right: 24px;
  color: var(--salon-greige);
  content: "/";
}

.salon-hero__title {
  max-width: 700px;
  font-family: var(--catch_font_type, var(--tcd-font-type2, Georgia, "Times New Roman", serif));
  font-size: clamp(44px, 5.7vw, 82px);
  font-weight: 500;
  letter-spacing: 0.015em;
  line-break: strict;
  line-height: 1.25;
  overflow-wrap: break-word;
  text-wrap: pretty;
  word-break: normal;
}

.salon-hero__description {
  max-width: 580px;
  margin-top: clamp(22px, 3.2vh, 34px);
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(13px, 1.15vw, 16px);
  letter-spacing: 0.08em;
  line-height: 1.95;
}

.salon-hero__meta {
  display: flex;
  align-items: center;
  gap: 28px 40px;
  margin-top: clamp(30px, 4.5vh, 48px);
}

.salon-hero__location {
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  letter-spacing: 0.14em;
  line-height: 1.6;
}

.salon-hero__location::before {
  width: 24px;
  height: 1px;
  background: var(--salon-greige);
  content: "";
}

/* Philosophy */
.salon-philosophy {
  background: var(--salon-base);
  padding-top: clamp(124px, 10vw, 168px);
  padding-bottom: clamp(136px, 11vw, 184px);
}

.salon-philosophy__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(68px, 8vw, 120px);
}

.salon-philosophy__grid--text-only {
  display: block;
}

.salon-philosophy__grid--text-only .salon-philosophy__content {
  max-width: 780px;
  margin-inline: auto;
}

.salon-philosophy .salon-section-title {
  max-width: 13em;
  margin-bottom: clamp(34px, 4.5vw, 58px);
}

.salon-philosophy__visual {
  position: relative;
}

.salon-philosophy__visual::before {
  position: absolute;
  z-index: -1;
  top: clamp(24px, 4vw, 54px);
  right: clamp(-64px, -4vw, -24px);
  bottom: clamp(-54px, -4vw, -24px);
  left: clamp(24px, 4vw, 54px);
  background: var(--salon-warm-gray);
  content: "";
}

.salon-philosophy__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 42%;
}

/* Brand */
.salon-brand {
  background: var(--salon-warm-gray);
  padding-top: clamp(118px, 9.5vw, 164px);
  padding-bottom: clamp(132px, 10.5vw, 178px);
}

.salon-brand__header {
  max-width: 1060px;
  margin-bottom: clamp(50px, 6vw, 80px);
}

.salon-brand__header .salon-section-label {
  margin-bottom: clamp(24px, 3vw, 38px);
}

.salon-brand__title {
  max-width: 100%;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 1.16;
}

.salon-brand__visual {
  width: min(100%, 1400px);
  margin-inline: auto;
  background: #dedbd3;
}

.salon-brand__image {
  width: 100%;
  max-height: 760px;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  object-position: center 44%;
}

.salon-brand__footer {
  display: grid;
  grid-template-columns: minmax(0, 720px) auto;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-top: clamp(46px, 6vw, 76px);
}

.salon-brand__footer .salon-button {
  flex: 0 0 auto;
}

@media screen and (max-width: 800px) {
  .salon-home {
    --salon-gutter: clamp(20px, 6.4vw, 32px);
    --salon-section-space: clamp(76px, 18vw, 104px);
  }

  .salon-section-title {
    font-size: clamp(29px, 8.2vw, 40px);
    line-height: 1.48;
  }

  .salon-section-label {
    margin-bottom: 24px;
  }

  .salon-rich-text {
    font-size: clamp(14px, 3.8vw, 15px);
    letter-spacing: 0.04em;
    line-height: 2;
  }

  .salon-hero {
    min-height: clamp(540px, calc(82svh - 60px), 720px);
  }

  .salon-hero__overlay {
    background:
      linear-gradient(90deg, rgba(16, 16, 15, 0.36), rgba(16, 16, 15, 0.08) 80%),
      linear-gradient(180deg, rgba(16, 16, 15, 0.12) 0%, rgba(16, 16, 15, 0.44) 56%, rgba(16, 16, 15, 0.82) 100%);
  }

  .salon-hero__image {
    object-position: 50% 38%;
  }

  .salon-hero__inner {
    align-items: center;
    padding-block: clamp(44px, 8svh, 68px);
  }

  .salon-hero__content {
    width: 100%;
  }

  .salon-hero__eyebrow {
    gap: 8px 16px;
    margin-bottom: 16px;
    font-size: 9px;
    letter-spacing: 0.2em;
  }

  .salon-hero__eyebrow span + span::before {
    margin-right: 16px;
  }

  .salon-hero__title {
    max-width: 10.5em;
    font-size: clamp(34px, 9.6vw, 44px);
    line-height: 1.34;
  }

  .salon-hero__description {
    max-width: 31em;
    margin-top: 16px;
    font-size: clamp(12px, 3.45vw, 14px);
    letter-spacing: 0.055em;
    line-height: 1.78;
  }

  .salon-hero__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 22px;
  }

  .salon-hero__meta .salon-button {
    width: min(100%, 300px);
    min-height: 56px;
  }

  .salon-hero__location {
    font-size: 10px;
  }

  .salon-philosophy {
    padding-top: clamp(78px, 18vw, 96px);
    padding-bottom: clamp(88px, 20vw, 108px);
  }

  .salon-philosophy__grid {
    grid-template-columns: 1fr;
    gap: clamp(42px, 11vw, 56px);
  }

  .salon-philosophy .salon-section-title {
    max-width: 11.5em;
    margin-bottom: 28px;
  }

  .salon-philosophy__visual {
    width: calc(100% - 12px);
  }

  .salon-philosophy__visual::before {
    top: 16px;
    right: -12px;
    bottom: -18px;
    left: 16px;
  }

  .salon-philosophy__image {
    width: 100%;
    max-height: 420px;
    aspect-ratio: 5 / 4;
    object-position: center 38%;
  }

  .salon-brand {
    padding-top: clamp(84px, 20vw, 104px);
    padding-bottom: clamp(94px, 22vw, 112px);
  }

  .salon-brand__footer {
    grid-template-columns: 1fr;
  }

  .salon-brand__header {
    margin-bottom: 38px;
  }

  .salon-brand__header .salon-section-label {
    margin-bottom: 22px;
  }

  .salon-brand__title {
    max-width: 10.5em;
    font-size: clamp(34px, 9.5vw, 43px);
    line-height: 1.34;
  }

  .salon-brand__image {
    min-height: 0;
    max-height: 460px;
    aspect-ratio: 4 / 3;
    object-position: center 42%;
  }

  .salon-brand__footer {
    align-items: start;
    gap: 30px;
    margin-top: 34px;
  }

  .salon-brand__footer .salon-button {
    width: min(100%, 300px);
    min-height: 56px;
  }
}

@supports (word-break: auto-phrase) {
  .salon-section-title,
  .salon-hero__title,
  .salon-brand__title {
    word-break: auto-phrase;
  }
}

@media (prefers-reduced-motion: reduce) {
  .salon-home .salon-button {
    transition: none;
  }
}
