.brand-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 7px;
  background: #fff;
}

.phone-cta {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 14px;
  align-items: center;
  min-width: 248px;
  padding: 12px 17px;
  line-height: 1;
  transition: background .25s, border-color .25s, color .25s;
}

.phone-cta span {
  grid-column: 1;
  font-size: 8px;
  letter-spacing: .13em;
}

.phone-cta strong {
  grid-column: 2;
  grid-row: 1 / 3;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .04em;
}

.phone-cta small {
  grid-column: 1;
  margin-top: 7px;
  font-size: 7px;
  letter-spacing: .1em;
}

.mobile-call {
  display: none;
}

.concept-01 .header {
  grid-template-columns: 1fr auto minmax(248px, 1fr);
}

.concept-01 .header-contact {
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, .44);
  background: rgba(9, 10, 11, .7);
  text-align: left;
}

.concept-01 .header-contact:hover {
  border-color: #fff;
  background: #ebeae6;
  color: #090a0b;
}

.concept-01 .header-contact small {
  color: #aaa;
}

.concept-02 header {
  grid-template-columns: 1fr auto minmax(264px, 1fr);
}

.concept-02 header .reserve {
  justify-self: end;
  min-width: 264px;
  padding: 12px 16px;
  border: 1px solid #8f826d;
  background: rgba(255, 255, 255, .48);
}

.concept-02 header .reserve:hover {
  background: #302f2b;
  color: #f8f6f0;
}

.concept-02 header .reserve small {
  display: block;
  color: #968c7b;
}

.concept-03 header {
  grid-template-columns: 1fr auto minmax(258px, 1fr);
}

.concept-03 .tel {
  justify-self: end;
  min-width: 258px;
  border: 1px solid #496c87;
  background: rgba(5, 20, 35, .74);
  text-align: left;
}

.concept-03 .tel:hover {
  border-color: #ff3347;
  background: #ff3347;
}

.concept-03 .tel small {
  margin: 7px 0 0;
  color: #6385a0;
}

@media (max-width: 1100px) {
  .phone-cta {
    min-width: 220px;
  }

  .phone-cta strong {
    font-size: 17px;
  }

  .concept-01 .header nav,
  .concept-02 header nav,
  .concept-03 header nav {
    gap: 18px;
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 72px;
  }

  .phone-cta {
    display: none;
  }

  .concept-01 .header,
  .concept-02 header,
  .concept-03 header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .concept-01 .menu,
  .concept-02 header button,
  .concept-03 header button {
    grid-column: 2;
    justify-self: end;
    margin-left: auto;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }

  .mobile-call {
    position: fixed;
    z-index: 80;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 10px 17px;
    border: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .28);
    backdrop-filter: blur(14px);
  }

  .mobile-call span {
    font-size: 10px;
    letter-spacing: .08em;
  }

  .mobile-call small {
    display: block;
    margin-top: 5px;
    font-size: 7px;
    opacity: .7;
  }

  .mobile-call strong {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .03em;
  }

  .concept-01 .mobile-call {
    background: rgba(14, 15, 17, .94);
    color: #ebeae6;
  }

  .concept-02 .mobile-call {
    border-color: rgba(94, 76, 48, .35);
    background: rgba(248, 246, 240, .95);
    color: #272724;
  }

  .concept-03 .mobile-call {
    border-color: #ff3347;
    background: rgba(6, 20, 35, .96);
    color: #e9f2f7;
  }
}

@media (max-width: 430px) {
  .mobile-call strong {
    font-size: 17px;
  }
}
