@charset "UTF-8";


/*
 Theme Name:   Jal Clarke Hair
 description:  Jal website theme
 Author:       Fine Marketing
 Template:     astra
 Version:      1.0.0
*/

.jch-home {
  --jch-black: #080808;
  --jch-ink: #171717;
  --jch-muted: #6f6a64;
  --jch-soft: #f5f2ee;
  --jch-line: #ded8d0;
  --jch-white: #ffffff;
  --jch-orange: #f26322;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  color: var(--jch-ink);
  background: var(--jch-white);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

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

.jch-home img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jch-home a {
  color: inherit;
}

.jch-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.jch-kicker {
  margin: 0 0 16px;
  color: var(--jch-orange);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.jch-hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.92fr);
  background: var(--jch-black);
  color: var(--jch-white);
}

.jch-hero__media {
  min-height: 760px;
  overflow: hidden;
}

.jch-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 84px 72px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.jch-hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: 76px;
  line-height: 0.95;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.jch-hero__lead {
  max-width: 560px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 22px;
  line-height: 1.45;
}

.jch-hero__actions,
.jch-visit__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.jch-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid currentColor;
  border-radius: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.jch-button--dark {
  border-color: var(--jch-orange);
  background: var(--jch-orange);
  color: var(--jch-white);
}

.jch-button--dark:hover,
.jch-button--dark:focus-visible {
  border-color: var(--jch-white);
  background: var(--jch-white);
  color: var(--jch-black);
}

.jch-button--light {
  border-color: currentColor;
  background: transparent;
  color: currentColor;
}

.jch-button--light:hover,
.jch-button--light:focus-visible {
  border-color: var(--jch-orange);
  background: var(--jch-orange);
  color: var(--jch-white);
}

.jch-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 68px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.jch-hero__meta span {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 20px 18px 20px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.jch-statement {
  padding: 110px 0;
  background: var(--jch-white);
}

.jch-statement__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 90px;
  align-items: start;
}

.jch-home h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.jch-statement p,
.jch-editorial p,
.jch-profile p,
.jch-note,
.jch-hours p {
  margin: 0 0 18px;
  color: var(--jch-muted);
  font-size: 18px;
}

.jch-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.78fr) minmax(260px, 0.55fr);
  min-height: 640px;
  background: var(--jch-soft);
}

.jch-editorial__image {
  min-height: 640px;
}

.jch-editorial__image--large {
  min-height: 720px;
}

.jch-editorial__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 58px;
  border-left: 1px solid var(--jch-line);
  border-right: 1px solid var(--jch-line);
}

.jch-text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--jch-orange);
  color: var(--jch-black);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}

.jch-services,
.jch-prices {
  padding: 112px 0;
  background: var(--jch-white);
}

.jch-section-head {
  max-width: 780px;
  margin-bottom: 58px;
}

.jch-section-head--split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.jch-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--jch-black);
  border-bottom: 1px solid var(--jch-black);
}

.jch-service {
  min-height: 300px;
  padding: 32px 28px;
  border-right: 1px solid var(--jch-line);
}

.jch-service:last-child {
  border-right: 0;
}

.jch-service span {
  display: block;
  margin-bottom: 58px;
  color: var(--jch-orange);
  font-weight: 800;
}

.jch-service h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.jch-service p {
  margin: 0;
  color: var(--jch-muted);
}

.jch-profile {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1fr);
  background: var(--jch-black);
  color: var(--jch-white);
}

.jch-profile__image {
  min-height: 620px;
}

.jch-profile__content {
  max-width: 720px;
  align-self: center;
  padding: 88px 72px;
}

.jch-profile__content p {
  color: rgba(255, 255, 255, 0.78);
}

.jch-price-list {
  border-top: 1px solid var(--jch-black);
}

.jch-price-row {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--jch-line);
  font-size: 20px;
}

.jch-price-row span {
  font-weight: 700;
}

.jch-price-row strong {
  color: var(--jch-black);
  font-size: 18px;
}

.jch-note {
  margin-top: 22px;
  font-size: 14px;
}

.jch-review {
  padding: 96px 0;
  background: var(--jch-soft);
  border-top: 1px solid var(--jch-line);
  border-bottom: 1px solid var(--jch-line);
}

.jch-review blockquote {
  max-width: 920px;
  margin: 0;
}

.jch-review p {
  margin: 0 0 24px;
  color: var(--jch-black);
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
}

.jch-review cite {
  color: var(--jch-muted);
  font-style: normal;
  font-weight: 800;
}

.jch-visit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.55fr);
  background: var(--jch-white);
}

.jch-visit__content {
  padding: 104px max(40px, calc((100vw - 1180px) / 2)) 104px;
}

.jch-visit address {
  margin: 34px 0 0;
  color: var(--jch-muted);
  font-size: 22px;
  line-height: 1.45;
  font-style: normal;
}

.jch-hours {
  padding: 104px 48px;
  background: var(--jch-black);
  color: var(--jch-white);
}

.jch-hours h3 {
  margin: 0 0 28px;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.jch-hours dl {
  margin: 0;
}

.jch-hours div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.jch-hours dt,
.jch-hours dd {
  margin: 0;
}

.jch-hours dd {
  color: rgba(255, 255, 255, 0.72);
}

.jch-hours p {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.72);
}

.jch-social {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px max(40px, calc((100vw - 1180px) / 2));
  background: var(--jch-orange);
  color: var(--jch-white);
}

.jch-social p {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.jch-social a {
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  .jch-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .jch-hero__media {
    min-height: 520px;
  }

  .jch-hero__content {
    padding: 64px 40px;
    border-left: 0;
  }

  .jch-hero h1 {
    font-size: 58px;
  }

  .jch-statement__grid,
  .jch-editorial,
  .jch-profile,
  .jch-visit {
    grid-template-columns: 1fr;
  }

  .jch-editorial__image,
  .jch-editorial__image--large,
  .jch-profile__image {
    min-height: 520px;
  }

  .jch-editorial__panel {
    border: 0;
  }

  .jch-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jch-service:nth-child(2) {
    border-right: 0;
  }

  .jch-service:nth-child(-n + 2) {
    border-bottom: 1px solid var(--jch-line);
  }

  .jch-section-head--split {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .jch-container {
    width: min(100% - 28px, 1180px);
  }

  .jch-hero__media {
    min-height: 420px;
  }

  .jch-hero__content,
  .jch-editorial__panel,
  .jch-profile__content,
  .jch-visit__content,
  .jch-hours {
    padding: 54px 24px;
  }

  .jch-hero h1 {
    font-size: 42px;
  }

  .jch-hero__lead {
    font-size: 19px;
  }

  .jch-hero__meta {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .jch-hero__meta span {
    min-height: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .jch-statement,
  .jch-services,
  .jch-prices,
  .jch-review {
    padding: 70px 0;
  }

  .jch-home h2 {
    font-size: 34px;
  }

  .jch-statement__grid {
    gap: 34px;
  }

  .jch-editorial__image,
  .jch-editorial__image--large,
  .jch-profile__image {
    min-height: 380px;
  }

  .jch-service-grid {
    grid-template-columns: 1fr;
  }

  .jch-service,
  .jch-service:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--jch-line);
  }

  .jch-service:last-child {
    border-bottom: 0;
  }

  .jch-service span {
    margin-bottom: 32px;
  }

  .jch-price-row {
    min-height: 68px;
    font-size: 17px;
  }

  .jch-review p {
    font-size: 28px;
  }

  .jch-social {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 24px;
  }

  .jch-social p {
    font-size: 21px;
  }
}

